@charset "utf-8";
/* CSS Document */

/*▼レスポンシブテンプレ*/
@media screen and (min-width:768px){
	
}/*pc end*/
@media screen and (max-width:767px){
	
}/*sp end*/
/*▲レスポンシブテンプレ*/



/*～～～～～～～～～～～～～～～～～～～～～～～

	共通

～～～～～～～～～～～～～～～～～～～～～～～*/





/*～～～～～～～～～～～～～～～～～～～～～～～

	追加

～～～～～～～～～～～～～～～～～～～～～～～*/

/*▼保護者の声動画*/
@media screen and (min-width:768px){
.sec10 .sec10__video {
	width:800px;
	margin:40px auto 40px;
}
.sec10 .sec10__video .sec10__video-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.sec10 .sec10__video .sec10__video-iframe iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
}/*pc end*/
@media screen and (max-width:767px){
.sec10 .sec10__video {
	width: 92vw;
	margin: 8vw auto 8vw;
}
.sec10 .sec10__video .sec10__video-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.sec10 .sec10__video .sec10__video-iframe iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
}/*sp end*/
/*▲保護者の声動画*/
	
/*▼予約入会制度*/
@media screen and (min-width:768px){
    .res {
        background: #FFB700;
        padding: 60px 0 0;
    }	
    .res .picture {
        display: block;
        width: 920px;
        margin: 0 auto;
        padding: 0 0 60px;
    }	
    .res .picture img{
        width:100%;
    }	
	.res .res_txt {
        background: #FF9600;
        padding: 30px 0 40px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.14em;
        line-height: 1.6;
    }	
}/*pc end*/
@media screen and (max-width:767px){
	.res {
        background: #FFB700;
        padding: 10vw 0 0;
	}
	.res .picture {
        padding: 0 0 8vw;
        display: block;
    }
    .res .picture img{
        width:100%;
    }	
    .res .res_txt {
        color: #fff;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.6;
        background: #FF9600;
        padding: 4vw 0 6vw;
        text-align: center;
    }	
}/*sp end*/
/*▲予約入会制度*/













