@charset "utf-8";
/* CSS Document */

.schoolinfo {
    background-image: url(../img/bg_tri.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 132px auto;
    padding-top: 20px;
    padding-bottom: 60px;
}
.schoolinfo h4 {
    text-align: center;
}
.faci {
    text-align: center;
}
.faci li {
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
}
.schtbl {
    width: 100%;
    margin-bottom: 10px;
}
.schtbl th {
    text-align: center;
    padding: 10px;
    background-color: #BEE196;
    width: 30%;
    color: #009245;
}
.schtbl.sat th {
    text-align: center;
    padding: 10px;
    background-color: #C4E0EB;
    width: 30%;
    color: #0071BC;
}
.schtbl.sun th {
    text-align: center;
    padding: 10px;
    background-color: #FA94AB;
    width: 30%;
    color: #fff;
}
.schtbl td {
    text-align: center;
    padding: 10px;
    background-color: #E8F5DA;
}
.schtbl.sat td {
    text-align: center;
    padding: 10px;
    background-color: #EAF4F8;
}
.schtbl.sun td {
    text-align: center;
    padding: 10px;
    background-color: #FDDAE2;
}
.holiday {
}
.gmap iframe {
    width: 100%;
}
.coachinner   {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.slick01 li {
    position: relative;
}

.slick01 li img {
    width: 100%;
    height: auto;
}
.slick01 li .cname {
    color: rgba(255,255,255,1.00);
    font-size: 50px;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 60px;
    font-family: 'Source Sans Pro',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 10;
}
.slick01 li h4{
	font-size:18px;
	color:#29ABE2;
	display: inline-block;
}
.slick01 li .yakushoku{
	display: inline-block;
	margin-left: 10px;
}
.schinfo {
    padding-bottom: 40px!important;
}

.schcont {

}
.schcont dd {
    padding-bottom: 10px;
}
.schcont dd .come {
    padding-bottom: 20px;
}



.schtitle {
    font-size: 16px;
    line-height: 1.6em;
    background-color: #DDF6F1;
    padding: 15px;
    color: #4FC4A9;
    margin-bottom: 10px;
    text-align: center;
    background-image: url(../img/open02.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 20px auto;
}
.schcont dt.opened .schtitle {
    background-image: url(../img/close02.png);
}
.phototitle {
    background-color: #FA94AB;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.phototitle:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(250, 148, 171, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FA94AB;
    top:100%;
    left:50%;
    visibility: visible;
}
.phototitle02 {
    background-color: #8CC63F;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.phototitle02:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(250, 148, 171, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#8CC63F;
    top:100%;
    left:50%;
    visibility: visible;
}
.phototitle03 {
    background-color: #4FC4A9;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.phototitle03:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(250, 148, 171, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#4FC4A9;
    top:100%;
    left:50%;
    visibility: visible;
}
.phototitle .photo img,.phototitle02 .photo img,.phototitle03 .photo img  {
    width: 100%;
    height: auto;
}
.phototitle h6,.phototitle02 h6,.phototitle03 h6 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
}
.schcont .come {
    padding-left: 10px;
    padding-right: 10px;
}

.bg_blue {
    background-color: #D2EFFB;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.bg_pink {
    background-color: #F4EEF4;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}
.pinkbox {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 4%;
    padding-right: 4%;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #FA94AB;
    color: #FFFFFF;
    margin-bottom: -50px;
    z-index: 10;
    position: relative;
}

.link {
}
.ippanwrap {
    background-color: #FFF6F1;
    margin-bottom: 10px;
    padding-top: 10px;
}
.familywrap {
    background-color: #EFF6EC;
    margin-bottom: 10px;
    padding-top: 10px;
}
.kidswrap {
    background-color: #E2F4EA;
    margin-bottom: 10px;
    padding-top: 10px;
}
.baloontitle {
    background-color: #FA94AB;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.baloontitle:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(250, 148, 171, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FA94AB;
    top:100%;
    left:50%;
    visibility: visible;
}
.baloontitle h6 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 10px;
}
.captitle {
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}
.captitle img {
    vertical-align: middle;
    padding-bottom: 4px;
    padding-right: 2px;
}
.txtpink {
    color: #E57992;
}
.trialbox {
    padding-bottom: 40px;
}

.trialbox .schcont .schtitle,.schoolbox .schcont .schtitle {
    background-color: #FFF6F1;
    color: #FA94AB;
    background-image: url(../img/open.png);
}
.trialbox .schcont dt.opened .schtitle,.schoolbox .schcont dt.opened .schtitle {
    background-image: url(../img/close.png)!important;
}
.schoolbox {
    padding-bottom: 40px;
}.schoolbox dd .box {
    width: 43%;
    padding-left: 3%;
    padding-right: 3%;
    display: inline-block;
    border-right-style: none;
    border-bottom: 2px dotted #BDBDBD;
    border-right: 2px dotted #BDBDBD;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    color: #F599AC;
	vertical-align: top;
}
.schoolbox dd .box02 {
    width: 43%;
    padding-left: 3%;
    padding-right: 3%;
    display: inline-block;
    padding-bottom: 10px;
    text-align: left;
	vertical-align: top;
}
.schoolbox dd .box02 h5{
    color: #F599AC;
}
.schoolbox dd .box:nth-of-type(2n) {
    border-right-style: none;
}

.schoolbox .photo img {
    width: 100%;
    height: auto;
}
.schoolbox .photo {
}

.schoolbox .box h5 {
    font-size: 14px;
    line-height: 1.6em;
    color: #00ACA8;
    text-align: center;
    font-weight: bold;
}

.faqtitle {
    font-size: 16px;
    line-height: 1.6em;
    background-color: #CAD5E7;
    padding: 15px 30px 15px 15px;
    color: #293B79;
    margin-bottom: 10px;
    text-align: left;
    background-image: url(../img/open03.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 20px auto;
    font-weight: bold;
}
.faqtitle p{
	margin: 0;
	padding: 0;
}
.faqcont dt.opened .schtitle {
    background-image: url(../img/close03.png);
}
.faqcont dd{
    padding-bottom: 20px;
}
.faqcont{
    padding-bottom: 40px;
}

.newsbox .box {
    width: 43%;
    padding-left: 3%;
    padding-right: 3%;
    display: inline-block;
    border-right-style: none;
    border-bottom: 2px dotted #BDBDBD;
    border-right: 2px dotted #BDBDBD;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: left;
	vertical-align: top;
	height: 200px;
	overflow: hidden;
}
.newsbox .box:nth-of-type(2n) {
    border-right-style: none;
}
.newsbox .photo img {
    width: 100%;
    height: auto;
}
.newsbox .photo {
    height: 100px;
	overflow: hidden;
}
.newsbox .date {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    background-color: #4FC4A9;
    color: #FFFFFF;
    display: inline-block;
}
.newsbox h5 a {
    color: #29ABE2;
    text-decoration: none;
}
.newsbox {
    padding-bottom: 40px;
}






.newsbox .box h5 {
    font-size: 14px;
    line-height: 1.6em;
    color: #00ACA8;
    text-align: center;
    font-weight: bold;
}
.featslide {
    padding-bottom: 40px;
}

.featslide h4 {
    text-align: center;
    padding-bottom: 15px;
}
.feabox01 dt h4 {
    background-image: url(../../img_sp/tokucyo/open01.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feabox02 dt h4 {
    background-image: url(../../img_sp/tokucyo/open02.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feabox03 dt h4 {
    background-image: url(../../img_sp/tokucyo/open03.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feabox04 dt h4 {
    background-image: url(../../img_sp/tokucyo/open04.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feabox01.featslide dt.opened h4 {
    background-image: url(../../img_sp/tokucyo/close01.png)!important;
}
.feabox02.featslide dt.opened h4 {
    background-image: url(../../img_sp/tokucyo/close02.png)!important;
}
.feabox03.featslide dt.opened h4 {
    background-image: url(../../img_sp/tokucyo/close03.png)!important;
}
.feabox04.featslide dt.opened h4 {
    background-image: url(../../img_sp/tokucyo/close04.png)!important;
}
.feabox01 .box {
    background-image: url(../../img_sp/tokucyo/bg01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
.feabox02 .box {
    background-image: url(../../img_sp/tokucyo/bg02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
.feabox03 .box {
    background-image: url(../../img_sp/tokucyo/bg03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
.feabox04 .box {
    background-image: url(../../img_sp/tokucyo/bg04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
.linebox02 {
    border-width: 1px;
    padding-top: 25px;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 15px;
    border-radius: 20px;
    border-style: solid;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.feabox01 .linebox02 {
    border-color: #5778A0;
}

.feabox02 .linebox02 {
    border-color: #FA94AB;
}
.feabox03 .linebox02 {
    border-color: #8CC63F;
}
.feabox04 .linebox02 {
    border-color: #B486B2;
}
.linebox02 h5 {
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}
.feabox01 .linebox02 h5 {
    color: #5778A0;
}

.feabox02 .linebox02 h5 {
    color: #FA94AB;
}

.feabox03 .linebox02 h5 {
    color: #009245;
}

.feabox04 .linebox02 h5 {
    color: #B486B2;
}
.rounfco img {
    border-radius: 10px;
}
.bg_pink .come {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 15px;
    color: #533F30;
}
.pinktitle {
    background-color: #FFB9BE;
    padding: 15px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
}
.brcome {
    font-size: 16px;
    line-height: 1.6em;
    color: #533F30;
    text-align: center;
    padding-bottom: 15px;
}
.graytitle {
    padding: 6px;
    margin-bottom: 15px;
    background-color: #B9A897;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
}
.komidashi_p02 {
    font-size: 24px;
    line-height: 1.6em;
    color: #F86D89;
    text-align: center;
    font-weight: bold;
}
.pinkprice {
    background-color: #F86D89;
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    line-height: 1.2em;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
.txt12 {
    font-size: 12px;
    line-height: 1.6em;
}



.crmbox01 dt h4 {
    background-image: url(../../img_sp/tokucyo/open02.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.crmbox01.featslide dt.opened h4 {
    background-image: url(../../img_sp/tokucyo/close02.png)!important;
}
.crmbox01 .box {
    background-image: url("../../img_sp/charm/bg01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}

.crmbox01 .linebox02 {
    border-color: #FA94AB;
}

.crmbox01 .linebox02 h5 {
    color: #FA94AB;
}
.charmnav {
    text-align: center;
    padding-bottom: 50px;
    font-size: 0px;
    line-height: 0px;
}

.charmnav ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
}
.slick02,.slick03 {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.slick02 .photo img,.slick03 .photo img {
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 240px;
    padding-left: 25px;
    padding-right: 25px;
}


.slick02 .slick-next,.slick03 .slick-next {
    background-image: url(../../img_sp/charm/back.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    right: -20px;
}
.slick02 .slick-prev,.slick03 .slick-prev  {
    background-image: url(../../img_sp/charm/prev.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    left: -20px;
}
.slick02 li .count {
    text-align: center;
    font-size: 32px;
    line-height: 1.6em;
    font-weight: bold;
    color: #D9E021;
    padding-bottom: 0px;
}
.slick03 li .count {
    text-align: center;
    font-size: 32px;
    line-height: 1.6em;
    font-weight: bold;
    color: #4FC4A9;
    padding-bottom: 0px;
}
.slick02 li h6 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    color: #8CC63F;
    padding-bottom: 15px;
}
.slick03 li h6 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    color: #9EE5D8;
    padding-bottom: 15px;
}
.slick02 .slick-prev, .slick02 .slick-next ,.slick03 .slick-prev, .slick03 .slick-next{
    top: 130px;
    width: 41px;
    height: 41px;

}
.midashi03 {
    text-align: center;
    font-size: 16px;
    color: #533F30;
    margin-bottom: 15px;
    background-image: url(../img/bg_midashi.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 15px;
    font-weight: bold;
}
.midashi04 {
    text-align: center;
    font-size: 16px;
    color: #533F30;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.6em;
}
.checklist {
    text-align: center;
}
.checklist ul {
    display: inline-block;
}
.checklist ul li {
    text-align: left;
    font-size: 26px;
    line-height: 1.6em;
    padding-bottom: 15px;
    background-image: url(../img/check.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 40px;
}
.trial01 {
    background-image: url(../../img_sp/trial/bg01.png);
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #73C8EC;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 24%;
    background-repeat: no-repeat;
}
.trial02 {
    background-image: url(../../img_sp/trial/bg02.png);
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #9EE5D8;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 24%;
    background-repeat: no-repeat;
}
.trial03 {
    background-color: #E0E64C;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}
.trial01 .stepno {
    font-size: 30px;
    font-weight: bold;
    color: #0071BC;
    padding-bottom: 20px;
    line-height: 1.6em;
}
.trial02 .stepno {
    font-size: 30px;
    font-weight: bold;
    color: #0071BC;
    padding-bottom: 20px;
    line-height: 1.6em;
}
.trial03 .stepno {
    font-size: 30px;
    font-weight: bold;
    color: #8CC63F;
    padding-bottom: 20px;
    line-height: 1.6em;
}
