@charset "utf-8";
/* ===================================================================
CSS / elephant studio 2011
=================================================================== */

/*reset********************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img ,article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary{
	margin:0;
	padding:0;
}

/*base********************************/
html { overflow-y:scroll;} /*スクロールバーを常に表示*/

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	background-color: #fff;
	margin: 0px;
}

body, ul, ol, li, h1, h2, h3, h4, h5, h6, {
	font-size:14px;
	color: #666666;
	line-height: 150%;
}

img {
	border:none
}

ul{
	list-style-type:none;
}

a{
	color: #FF33CC;
	font-style: normal;
	text-decoration: underline;
}

a img {
  transition: 0.3s; /*0.3秒かけて変化させる（hoverとセット）*/
}
a img:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  transition: 0.3s;
}

.klm {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.clear { clear:both; }

button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}


.redstar {
  color: #e90c5f;
  margin-left: -3px;
  padding-right: 3px;
}


/*header********************************/
#header_wrp {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 221px;
	background-image: url("../images/head_wrp_bg.png");
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
#header_cntnr {
	width: 980px;
	height: 221px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/head_bg220816.png");
	background-repeat: no-repeat;
	background-position: 50% 11px;
}
#header_title {
	margin-left: 125px;
	padding-top: 50px;
	padding-bottom: 22px;
}
#header_btn {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#header_btn img {
	margin-bottom: 0px;
}

/*index********************************/
body#index {
	background-color: #D7ECAB;
} 
#index_wrp {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 

/*main*************/
#main_cntnr {
	margin-bottom: 15px;
	margin-top: 10px;
}

/*info*************/
#info_cntnr {
	background-color: #f2e0fc;
	padding: 18px;
	margin-bottom: 20px;
	border-radius: 8px; /*角丸*/
}
#info_cntnr img {
}
#info_cntnr p {
}
#info_cntnr .date {
	font-size: 13px;
	color: #660066;
	margin-top: 10px;
	margin-left: 5px;
}
#info_cntnr .txt {
	font-size: 15px;
	line-height: 150%;
  margin: 20px 5px 10px 5px;
	text-indent: -1em;
	padding-left: 1em;
  padding-bottom: 20px;
  border-bottom: dotted 2px #999;
}
#info_cntnr .red {
	color: #e90c5f;
	font-weight: bold;
}

.callender_midasi {
	font-size: 15px;
	line-height: 150%;
	margin-top: 80px;
	font-weight: bold;
	background-color: #601986;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	color: #fff;
} 
#info_cntnr .kome {
	font-size: 14px;
	line-height: 130%;
	margin-left: 5px;
	margin-top: 0px;
}
#callender {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

/*table*******************/
.theater-tbl {
	margin-bottom: 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 130%;
	width: 920px;
	margin-left: 4px;
}
.theater-tbl td,th {
	border: 1px solid #999;
	vertical-align: middle;
	text-align: left;
}
.theater-tbl td {
	padding: 7px 10px;
}
.theater-tbl th {
	background-color: #FFF6DB;
	font-weight: normal;
	padding: 7px 15px;
}
.theater-tbl th span {
	font-size: 12px;
	margin-right: 10px;
}


/*rinen*************/
#rinen_cntnr {
	margin-top: 30px;
	margin-bottom: 17px;
}

/*lesson*************/
#lesson_cntnr {
	background-image: url("../images/bg_img_blue.png");
	background-repeat: repeat;
	padding: 25px 20px;
	margin-bottom: 220px;
	border-radius: 8px;
	border: solid 10px #fff;
}
#lesson_cntnr .title {
	margin-bottom: 7px;
}
#lesson_cntnr .flex {
	display:flex;
	flex-wrap:wrap;
}
#lesson_cntnr a:first-child {
	margin-bottom: 10px;
}
#lesson_cntnr a:nth-child(2) {
	margin-bottom: 10px;
}
#lesson_cntnr a:nth-child(odd) {
	margin-right: 10px;
}

#lesson_cntnr .saturday_txt {
	margin-bottom: 55px;
}

/*fb*************/
#fb_cntnr {
	float: left;
	width: 530px;
}

/*newslatter*************/
#newslatter_cntnr {
	float: right;
	width: 415px;
}

/*course********************************/
body#course {
	background-color: #cface2;
} 
#course_wrp {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*main*************/
#course_main_cntnr {
	margin-bottom: 35px;
	margin-top: 10px;
}
/*price*************/
#price_cntnr_saturday {
	background-image: url("../images/bg_img_blue.png");
	background-repeat: repeat;
	padding: 25px 0px;
	margin-bottom: 80px;
	border-radius: 8px;
	border: solid 10px #eb2d74;
}
#price_cntnr_thursday {
	background-image: url("../images/bg_img_blue.png");
	background-repeat: repeat;
	padding: 25px 0px;
	margin-bottom: 80px;
	border-radius: 8px;
	border: solid 10px #1b6ae2;
}
#price_cntnr_kinder {
	background-image: url("../images/bg_img_blue.png");
	background-repeat: repeat;
	padding: 25px 0px;
	margin-bottom: 80px;
	border-radius: 8px;
	border: solid 10px #f09b06;
}
#price_cntnr_english {
	background-image: url("../images/bg_img_blue.png");
	background-repeat: repeat;
	padding: 25px 0px;
	margin-bottom: 80px;
	border-radius: 8px;
	border: solid 10px #9d0090;
}

#price_cntnr .title {
	margin-bottom: 7px;
}
#price_1 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#price_2 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EDFAFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#price_3_saturday {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/price_saturday_6.png");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 129px;
	text-align: center;
	margin-bottom: 10px;
}
#price_3_thursday {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/price_thursday_3.png");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 129px;
	text-align: center;
	margin-bottom: 10px;
}
#price_3_kinder {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/price_kinder_3.png");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 129px;
	text-align: center;
	margin-bottom: 10px;
}
#price_3_english {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/price_english_3.png");
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 129px;
	text-align: center;
	margin-bottom: 10px;
}
#mail_box {
	width: 860px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
}
#mail_box .mail {
	margin-right: 10px;
}

/*teacher*************/
#teacher_cntnr {
	background-image: url("../images/bg_img_blue.png");
	background-repeat: repeat;
	padding: 25px 20px;
	margin-bottom: 80px;
	border-radius: 8px;
	border: solid 10px #fff;
}
#teacher_cntnr .title {
	margin-bottom: 7px;
}
.teacher {
	margin-bottom: 20px;
}



/*footer********************************/
#footer_wrp {
	background-color: #E1CEEB;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #601986;
	margin-top: 100px;
}
#footer_cntnr {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left_box {
	float: left;
	width: 568px;
}
#left_box .logo {
	margin-top: 27px;
	margin-bottom: 23px;
}
#left_box .tel {
	margin-bottom: 20px;
}
#left_box .btn_mail {
	margin-right: 10px;
}
#left_box .mail_txt {
	margin-top: 10px;
	margin-bottom: 27px;
}

#right_box {
	float: right;
	width: 370px;
}
#map {
	margin-top: 31px;
	margin-bottom: 10px;
}
#add_txt {
	margin-bottom: 10px;
	background-image: url("../images/footer_add_txt.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	text-indent: 25px;
	padding-top: 10px;
}


/*20250406追記*/
.eiken_txt {
	border: solid 3px #e21b5b;
	padding: 25px 20px;
	margin: 30px 0;
	background-color: #e21b5b;
	border-radius: 7px;
	color: #fff;
	text-align: center;
}
.eiken_txt h2 {
	color: #fff800;
	font-size: 1.6em;
	margin-bottom: 10px;
}
.eiken_txt p {
	font-size: 1.3em;
}