@charset "UTF-8";

/* ---------- for PC ----------------------------------- */
@media screen and (min-width: 769px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 0;
	vertical-align : middle;
}
nav {
	background: #534b56;
	border-color: #ce0067;
	border-style: solid;
	border-width: 0 0 4px 0;
	padding-left:5px;
}
nav a {
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin: 8px 1px 0 0;
	padding: 0 10px;
	text-decoration: none;
}
nav a:hover {
	background: #ce0067;
}
header {
	height: auto;
	padding: 10px 0 15px 15px;
	border-bottom: solid #ce0067 2px;
}
header img {
	float: left;
	margin: 5px 10px 5px 10px;
	vertical-align: bottom;
}
#top1 {
	text-align: left;
	font-size : 13px;
	color: purple;
	padding: 0 0 10px;
	margin: -3px 0 0;
}
h1 {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	color: #555555;
	text-shadow: 2px 2px 2px #c0c0c0;
	padding: 10px 15px 5px 0;
}

#main {
	float: left;
	max-width:74%;
	padding: 10px 10px 30px;
	margin: 0 auto;
	background: #ffffff;
}
#rightpart {
	float: right;
	width: 23%;
	margin: 0;
	padding-left:3px;
}


footer {
	clear: both;
	border-top: #ce0067 2px solid;
}
#footlink {
	font-size: 16px;
	line-height: 30px;
}

}/* Media Queries for PC */



/* ---------- for Tablet ------------------------------- */
@media screen and (min-width: 641px) and (max-width: 768px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 0;
	vertical-align : middle;
}
nav {
	background: #534b56;
	border-color: #ce0067;
	border-style: solid;
	border-width: 0 0 4px 0;
	padding-left:5px;
}
nav a {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 38px;
	margin: 4px 1px 0 0;
	padding: 0 10px;
	text-decoration: none;
}
nav a:hover {
	background: #ce0067;
}
header {
	height: auto;
	padding: 15px 15px 15px 0;
	border-bottom: solid #ce0067 3px;
}
header img {
	float: left;
	max-width: 130px;
	height: auto;
	margin: 5px 15px;
}
#top1 {
	text-align: left;
	font-size : 11px;
	color: purple;
	padding: 0 0 10px 7px;
	margin: -3px 0 0;
}
h1 {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #555555;
	text-shadow: 2px 2px 2px #c0c0c0;
}

#main {
	float: left;
	max-width:74%;
	padding: 7px 7px 30px;
	padding: 7px;
	margin: 0 auto;
	background-color: #ffffff;
}
#rightpart {
	float: right;
	width: 22%;
	margin: 0;
	padding:0 5px 0 3px;
}


footer {
	clear: both;
	border-top: #ce0067 3px solid;
}
#footlink {
	font-size: 15px;
	line-height: 28px;
}

}/* Media Queries for Tablet */



/* ---------- for Smart -------------------------------- */
@media screen and (max-width:640px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: 0;
	vertical-align : middle;
}
nav {
	background: #534b56;
	border-color: #ce0067;
	border-style: solid;
	border-width: 0 0 4px 0;
}
nav a {
	color: #fff;
	display: block;
	float: none;
	font-size: 15px;
	line-height: 40px;
	margin: 0;
	padding: 0 25px;
	width: 100%;
	border-top: #ffffff 1px dotted;
	text-decoration: none;
}
nav a:hover {
	background:#ce0067;
}
header {
	height: auto;
	text-align: center;
	padding: 5px 5px 10px;
	border-bottom: solid #ce0067 3px;
}

header img {
	max-width: 120px;
	height: auto;
	margin: 5px;
}
#top1 {
	display: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #555555;
	text-shadow: 2px 2px 2px #c0c0c0;
}

#main {
	padding: 2%;
	margin: 0 auto;
	background-color: #ffffff;
}
#rightpart {
	display: none;
}


footer {
	clear: both;
	border-top: #ce0067 3px solid;
}
#footlink {
	font-size: 13px;
	line-height: 24px;
}

}/* Media Queries for smartphon */



/* ------ total ---------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background-image : url(image/bg.gif);
	width: 100%;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}

#container {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 5px 0 58px 0;
	text-align: left;
	background: #ffffff;
}
#container a:link {
	color: blue;
}
#container a:hover {
	color: red;
	text-decoration: none;
}
#container a:visited {
	color: blue;
}
a:hover img {
	opacity: 0.6;
}



/* ----- main contents --------------------------------- */

#news { /* news */
	font-size: 14px;
	line-height: 20px;
	background: #fbfbfb;
	border-style: dotted solid;
	border-color: #e6026f;
	border-width: 0px 0px 1px 5px;
	border-radius: 3px 20px 3px 3px / 3px 20px 3px 3px;
	margin: 20px 3%;
}
#news ul {
	padding: 13px 12px 5px 33px;
	margin: 0px;
}
#news li {
	list-style: url(image/sikaku2.gif);
	margin: 0px 0px 9px 0px;
	padding: 10px 0 3px;
	border-top: dotted #000000 1px;
}
#news hr {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #808080;
	height: 1px;
	margin: 0px 10px 9px 0px;
}
#news img {
	margin: -5px 0px 0px 5px;
}

h2 {
	font-size: 19px;
	color: #6a6378;
	text-shadow: 3px 3px 0px #ffffff;
	background: #efefefef;
	border-style: solid;
	border-width: 0px 0px 0px 10px;
	border-color: #ce0067;
	padding: 13px 2px 11px 8px;
	margin: 45px -2% 30px;
}
.area { /* オレンジ枠 */
	font-size: 14px;
	line-height: 24px;
	border-style: solid;
	border-width: 0px 6px;
	border-color: #ff6c26;
	background: #fffefb;
	margin: 20px 3%;
	padding: 15px 15px;
}
.area2 { /* オレンジ枠 角丸 */
	border-style: dotted solid;
	border-width: 0px 0px 0px 3px;
	border-color: #ff6c26;
	border-radius: 3px / 3px;
	background: #fffefb;
	margin: 30px 3%;
	padding: 15px 16px 5px 19px;
}
.area3 { /* upperline only */
	font-size: 14px;
	border-style: dotted;
	border-color: #808080;
	border-width: 1px 0px 0px 0px;
	padding: 12px 0px 0px 8px;
	margin: 15px 8px 0px 15px;
}
.area4 { /* ピンク枠 */
	color: #000;
	border-style: dotted solid;
	border-width: 0px 0px 0px 3px;
	border-color: #ee0272;
	border-radius: 6px;
	background: #fffbfc;
	margin: 25px 2%;
	padding: 10px 16px 4px 8px;
}
#areaindex { /* index.htm & Schedule_ex - index */
	color: blue;
	font-size: 15px;
	line-height: 2em;
	background: #fbfbfb;
	border-style: dotted solid;
	border-color: #000 #ce0067;
	border-width: 0 0 1px 5px;
	border-radius: 4px 0 0 4px;
	padding: 5px 0 5px 2.5em;
	margin: 25px 10% 0px 5%;
	text-indent: -2em;
}
#areaindex a {
	text-decoration: none;
}
#areaindex a:hover {
	color: red;
}
#areaindex ol {
	margin: 3px 0px 0px -1.8em;
}
#areaindex li {
	padding: 0 0 0 2em;
}
#areaindex p {
	color: #000;
	line-height: 150%;
	text-indent: -1em;
	margin: -1px 0;
}

/* form */
table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}
tr {
	border-style: dotted;
	border-color: gray;
	border-width: 1px 0px;
}
td {
	padding: 15px 10px 15px 5%;
	font-size: 15px;
}
input {
	width: 70%;
	margin-left: 3%;
}
input.smit {
	font-size: 110%;
	width: 100px;
	text-align: center;
	padding: 8px 25px;
	margin-left: 30%;
}
input.radio {
	width:auto;
}
input.kiyaku { /* 規約同意input */
	width:auto;
	margin: 2em 0.5em 1em 2em;
}
textarea {
	width: 80%;
	margin-left: 3%;
}
select {
	margin-left: 3%;
	font-size: 110%;
}


/* curriculum */
#curriculum table {
	border-collapse: collapse;
	border: 2px solid #000000;
}
#curriculum td {
	border: 1px solid #000000;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}
#curriculum tr.trbgc {
	background-color: #ffeeff;
	font-weight: bold;
	border: 2px solid #000000;
}
#curriculum td.tdbgc {
	background-color: #ffeeff;
}


/* schedule */
.plan {
	font-size : 15px;
	background-color: #fffefb;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 6px 2px;
	border-color: #c0c0c0 #ff8040;
	border-radius: 2px;
	margin: 18px 2%;
	padding: 15px 3px 15px 15px;
}
.planend { /* 日程 終了分 */
	font-size : 13px;
	background-color: #ffffff;
	color: #5e5e5e;
	border-style: solid;
	border-width: 1px 4px;
	border-color: #c0c0c0;
	border-radius: 2px;
	margin: 15px 2%;
	padding: 5px 3px 5px 10px;
}


/* ----- right menu ------------------------------------ */
#mailmg { /* メルマガ */
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	width: auto;
	background-color: #fff3e8;
	border-style: solid;
	border-width: 1px 0px 0px 3px;
	border-color: #ff6c26;
	border-radius: 3px 3px 0px 10px / 3px 3px 0px 10px;
	margin: 30px 0 0 0;
	padding: 7px 5px;
}
#tomail { /* mail */
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	width: auto;
	background-color: #ffffff;
	border-style: solid;
	border-width: 4px 0px 1px 5px;
	border-color: #0077b0;
	border-radius: 3px 5px 0px 10px / 3px 5px 0px 10px;
	margin: 15px 0px 0px 0px;
	padding: 3px 0 5px 5px;
}
#rightmenu { /* メニュー */
	font-size: 16px;
	line-height: 22px;
	color: #000/*#666666*/;
	width: auto;
	background-color: #fff7f9;
	border-style: solid;
	border-width: 4px 0px 0px 5px;
	border-color: #ce0067;
	border-radius: 3px 5px 0px 5px / 3px 5px 0px 5px;
	margin: 17px 0 10px 0px;
	padding: 7px 0 7px 9px;
}
#rightmenu a:link {
	color : #000/*#666666*/;
	text-decoration: none;
/*	font-weight: bold;*/
	background-color: #fff7f9;
}
#rightmenu a:visited {
	color : #000/*#666666*/;
}
#rightmenu a:hover {
	color : #ce0067/*#ff3cac*/;
/*	font-weight: bold;*/
}
#rightmenu hr {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #dd006f;
	height: 1px;
}



/* ----- footer --------------------------------------- */
#footlink {
	text-align: center;
	font-weight: bold;
	padding: 20px 0px;
}
#footlink a:link {
	color: #ce0067;
	text-decoration: none;
}
#footlink a:visited {
	color: #ce0067;
	text-decoration: none;
}
#footlink a:hover {
	color: gray;
	text-decoration: underline;
}
#mailad {
	float:left;
	width : auto;
	height : auto;
	font-size: 11px;
	line-height: 20px;
	border: dashed #000000 1px;
	border-radius: 5px / 5px;
	padding: 7px 10px;
	margin: 7px 0 3px 8px;
}
#mailad a:link {
	color: #ce0067;
	text-decoration: none;
}
#mailad a:hover {
	color: gray;
	text-decoration: underline;
}
#copyrightpart {
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
	margin: 15px 8px 0 0;
}



/* ----- etc ------------------------------------------ */
/* for accordion menu */
summary { 
	cursor: pointer;
	transition: 1s;
	margin: 5px 0 0 0;
	padding: 6px 15px;
	border-radius: 5px;
	display: block; /* Chrome、Safari 以外のブラウザで矢印消去*/
}
summary::-webkit-details-marker {/* Chrome、Safari 専用矢印消去*/
	display: none;
}
summary:hover {
	background-color: #eef;
}
details[open] summary {
	color: #f0f;
	background-color: #eef;
}
details[open] .details-content {
	animation: fadeIn 0.3s ease;
	margin: 10px 5px 25px 15px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #f5f5f5;
}
@keyframes fadeIn {
  0% {
	opacity: 0; /* 透明 */
	transform: translateY(-10px); /* 上から表示 */
  }
  100% {
	opacity: 1;
	transform: none;
  }
}
/* ↑for accordion menu */


/* テキスト点滅：[NEW] に使用 */
.blink {
	padding: 1px 4px 0;
	background-color: #FDF6F8;
	color: red;
	font: 9px bold;
	border: red solid 1px;
	border-radius: 5px;
	animation: blink 2s infinite;
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}


img.imgright {
	float: right;
	vertical-align: middle;
	margin-left:10px;
}
img.imgleft {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
img.imgcenter {
	display: block;
	margin: 0 auto;
}


.txtind { /* ぶら下げインデント */
	padding-left: 1em;
	text-indent: -1em;
}
.txtind2 { /* ぶら下げインデント */
	padding-left: 2em;
	text-indent: -2em;
}


hr.gray {
	border-style: solid none none none;
	border-top-width: 2px;
	border-top-color: #808080;
	height: 2px;
}
hr.gray2 {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	height: 1px;
	margin: 2px 0px 4px 0px;
}
hr.grays {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	height: 1px;
	width: 90%;
	text-align: center;
}
hr.red {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #dd006f;
	height: 2px;
}
hr.dotred {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #ee0249;
	margin: 20px 0px;
}
hr.dotred2 {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #ee0249;
	height: 1px;
}


li.sikaku{
	list-style: url(image/sikaku2.gif);
	padding: 3px 0px;
	margin: 0px 0px 0px -10px;
}
li.triangle {
	list-style: url(image/triangle.gif);
	padding: 5px 20px 5px 0px;
	margin: 8px 0px 5px -15px;
}
li.circle {
	list-style: url(image/circle.gif);
	margin: 8px 0px 6px -12px;
}
li.circle_b {
	list-style: url(image/circle.gif);
	font-weight: bold;
	margin: 6px 0px 6px -12px;
}


.line2 { /* line.gif用 */
	margin: 20px 0px;
}


.fontbold {
	font-weight: bold;
}
.fontred {/* 赤太字 */
	color: red;
	font-weight: bold;
}
.fontblue {/* 青太字 */
	color : #0000ff;
	font-weight: bold;
}
.fontwine {/* ワイン赤太字 */
	color: #ce0067;
	font-weight: bold;
}
.fontprpl {/* 紫太字 */
	font-weight: bold;
	color: #38009f;
}
.fontemp {/* 灰青大太字 */
	font-size: 18px;
	font-weight: bold;
	color: #006291;
	text-decoration:underline;
}
.fontemp4 {/* 紫大太字 */
	font-size: 18px;
	font-weight: bold;
	color: #38009f;
	margin: 15px 0px;
	padding: 0px;
}
.fontemp5 {/* ワイン赤大太字 */
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #ce0067/*#ea028d*/;
	margin: 10px 0px;
	padding: 0px;
}
.fontemp6 { /* 太字 上下マージン */
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 15px 15px;
}

.font16b {
	font-size: 16px;
	font-weight: bold;
}

.right13 { /* 右寄せ */
	text-align: right;
	font-size: 13px;
}
.right13b { /* 右寄せ太字 */
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
