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


/* ---------------------------------------------------------------------------------------------

   Contents-entry-box

--------------------------------------------------------------------------------------------- */
.contents-entry-box{
	padding: 25px;
	margin: -1% auto 0 auto !important;
	border-radius: 2.5em;
	background: #fff;
}

@media screen and (max-width:1800px) {
.contents-entry-box{
	margin: -2% auto 0 auto !important;
}
}
@media screen and (max-width:850px) {
.contents-entry-box{
	margin: -3% auto 0 auto !important;
}
}
@media screen and (max-width:750px) {
.contents-entry-box{
	margin: -5% auto 0 auto !important;
}
}
@media screen and (max-width:700px) {
.contents-entry-box{
	border-radius: 1.0em;
	padding: 15px;
}
}
@media screen and (max-width:650px) {
.contents-entry-box{
	margin: -7% auto 0 auto !important;
}
}
@media screen and (max-width:550px) {
.contents-entry-box{
	margin: -9% auto 0 auto !important;
}
}
@media screen and (max-width:450px) {
.contents-entry-box{
	margin: -13% auto 0 auto !important;
}
}

.contents-entry-box ul li a{
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	color: #fff;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: bold;
	border-radius: 0.4em;
	line-height: 1;
}
.contents-entry-box ul li a:hover{
	opacity: 0.75;
}

.contents-entry-box ul li.experience a{
	background-color: darkorange;
	margin-bottom: 15px;
}
.contents-entry-box ul li.experience a .fa-puzzle-piece{
	margin-right: 1%;
	color: #ff0;
}
.contents-entry-box ul li.experience a .fa-angle-right{
	margin-left: 2%;
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
}

.contents-entry-box ul li.room a{
	background-color: #2ba6e1;
}
.contents-entry-box ul li.room a .fa-map-marker-alt{
	margin-right: 1%;
	color: #f00;
}
.contents-entry-box ul li.room a .fa-angle-right{
	margin-left: 2%;
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
}




/* ---------------------------------------------------------------------------------------------

   About-box（希望をもてる明るい社会を築きゆく子どもたちに）

--------------------------------------------------------------------------------------------- */
.about-box{
	padding: 15px 4% 25px 4%;
	margin-top: 25px;
	background: #fff;
	border: 3px solid darkorange;
	border-radius: 0.5em;
}

.about-logo img{
	width: 75%;
	height: auto;
	margin: 0 auto 35px auto;
}

.about-h2{
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5;
}

.about-box .text-18{
	padding-top: 25px;
	border-top: 2px dotted #f00;
}

@media screen and (max-width:800px) {

.about-box{
	border: 2px solid darkorange;
}
	
}


/* Youtube 
------------------------------------------------------------*/
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 35px 0 25px 0;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* Rule (table)
------------------------------------------------------------*/
.rule th,.rule td{
	vertical-align: middle;
	padding: 3%;
	border: 3px solid #fff;
	font-size: clamp(12px, 3vw, 16px);
	line-height: 1;
}

.rule th{
	width: 25%;
	text-align: right;
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(175,238,238,1) 100%);
}

.rule td{
	text-align: left;
	font-weight: bold;
	/*background: #f5deb3;*/
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,222,179,1) 0%, rgba(255,255,255,1) 100%);
}




/* ---------------------------------------------------------------------------------------------

   Regular-Contents

--------------------------------------------------------------------------------------------- */
.question{
	margin: 0 auto 25px auto;
	width: 94%;
}
.question img{
	margin: -125px auto 0 auto;
	width: 250px;
	height: auto;
}

.question-text{
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	font-size: clamp(18px, 3vw, 30px); /*変則*/
}

@media screen and (max-width:800px) {

.question img{
	margin: -20% auto 0 auto;
	width: 40%;
}
	
}


/* Marker アンダーライン指定
------------------------------------------------------------*/
.marker{
	background: linear-gradient(transparent 75%, darkorange 0%);
}


/* EachTextAnime テキスト
------------------------------------------------------------*/
/*=== 1文字ずつ出現させるためのCSS ===*/

.eachTextAnime span{/*.question-textと同じ*/
	opacity: 0;
	color: #2c4473 !important;
	font-family: 'Zen Maru Gothic', sans-serif !important;
}
.eachTextAnime.appeartext span{
	animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}


/* Contents
------------------------------------------------------------*/
.regular-contents{
	border-radius: 2.5em;
	padding: 50px 0;
}

.regular-img{
	width: 600px;
	margin: 0 auto 2% auto;
}
.regular-img img{
	width: 100%;
	height: auto;
}

.eg-h2{
	font-family: 'Passion One', sans-serif;
	text-align: center;
	line-height: 1 !important;
	font-size: 120px;
}
.fa-angle-double-right{/*Allow*/
	font-size: 72px;
}

@media screen and (max-width:1100px) {
	
.eg-h2{
	font-size: 96px;
}
.fa-angle-double-right{/*Allow*/
	font-size: 60px;
}
	
}

@media screen and (max-width:800px) {

.regular-img{
	width: 80%;
}
	
.eg-h2{
	font-size: 84px;
}
	
.fa-angle-double-right{/*Allow*/
	font-size: 48px;
}

}

@media screen and (max-width:700px) {
	
.regular-contents{
	border-radius: 1.0em;
	padding: 25px 0;
}
	
.eg-h2{
	font-size: 72px;
}
	
.fa-angle-double-right{/*Allow*/
	font-size: 40px;
}
	
}

@media screen and (max-width:600px) {
	
.eg-h2{
	font-size: 60px;
}
	
.fa-angle-double-right{/*Allow*/
	font-size: 36px;
}
	
}

@media screen and (max-width:500px) {
	
.eg-h2{
	font-size: 48px;
}
.fa-angle-double-right{/*Allow*/
	font-size: 30px;
}
	
}


/* Detail-box  白マドボックス
------------------------------------------------------------*/
.detail-box{
	padding: 0 4% 1.5% 4%;
	background: #fff;
	border: 3px solid darkorange;
	width: 90%;
	margin: 4% auto 0 auto;
	border-radius: 0.5em;
}

.detail-box ul li{
	padding: 2.5% 0;
	width: 100%;
}
.detail-box ul li.last{
	border-bottom: 0;
}

.detail-box ul li .detail-img{
	float: right;
	width: 20%;
}
.detail-box ul li .detail-img img{
	width: 100%;
	height: auto;
}

.detail-box ul li .text-box{
	float: left;
	width: 75%;
}
.detail-box ul li .text-box .regular-h3{
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: darkorange;
}
.detail-box ul li .text-box .text-18{
	line-height: 1.75;
}

.detail-box > .regular-h3{/*Skills & Needsコーナーのみ*/
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #f00;
	padding-top: 2.5%;
}

@media screen and (max-width:800px) {
	
.detail-box{
	border: 2px solid darkorange;
}
	
.detail-box ul li .text-box .regular-h3{
	text-align: center;
}
.detail-box > .regular-h3{/*Skills & Needsコーナーのみ*/
	text-align: center;
}
	
.detail-box ul li .detail-img{
	float: none;
	width: 35%;
	margin: 0 auto;
}
.detail-box ul li .text-box{
	float: none;
	width: 100%;
}
	
}

/* Various (table) Junior Examコーナー
------------------------------------------------------------*/
.various th,.various td{
	vertical-align: middle;
	padding: 2.5% 3%;
	border: 3px solid #fff;
	font-size: clamp(12px, 3vw, 16px);
	line-height: 1.5;
}

.various th{
	width: 25%;
	text-align: right;
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(175,238,238,1) 100%);
}

.various td{
	text-align: left;
	font-weight: bold;
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,222,179,1) 0%, rgba(255,255,255,1) 100%);
}

@media screen and (max-width:800px) {

.various th{
	display: block;
	width: 100%;
	text-align: center;
}

.various td{
	display: block;
	width: 100%;
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,222,179,1) 0%, rgba(255,255,255,1) 100%);
}
	
}



/*-------------------------------------------------------------------Other-Contents ▼------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------

   Price Plan

--------------------------------------------------------------------------------------------- */
.plan-table{
	width: 100%;
	margin-bottom: 15px;
}

.plan-table th,.plan-table td{
	padding: 3%;
	vertical-align: middle;
	border-radius: 15px;
	font-family: 'Zen Maru Gothic', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: bold;
	line-height: 1 !important;
}

.plan-table th{
	width: 40%;
	color: #fff;
}
.plan-table td{
	background: #fff;
	text-align: center;
}

.monthly-th{
	background: #2ba6e1;
}
.free-th{
	background: darkorange;
}
.monthly-td span{
	line-height: 1;
}
.free-td span{
	line-height: 1;
}

.monthly-td span{
	color: #2ba6e1;
	font-family: 'Quicksand', sans-serif;
}
.free-td .text-36{
	font-family: 'Quicksand', sans-serif;
}
.free-td .text-84{
	font-family: 'Quicksand', sans-serif;
	color: darkorange;
}

@media screen and (max-width:700px) {
	
.plan-table th{
	display: block;
	width: 100%;
	padding: 5% 3%;
}
.plan-table td{
	display: block;
	width: 100%;
}

.plan-table th,.plan-table td{
	border-radius: 7.5px;
}
	
}



/* ---------------------------------------------------------------------------------------------

   Schedule

--------------------------------------------------------------------------------------------- */
#School-guide{
	padding-top: 100px;
}

.room-list-h3{
	width: 100%;
	text-align: center;
	line-height: 1;
	font-family: 'Zen Maru Gothic', serif;
	padding: 10px 3%;
	background: #2c4473;
	border-radius: 0.4em;
	color: #fff;
}

.room-box{
	width: 100%;
	padding: 3%;
	background: #fff;
	border-radius: 0.4em;
	margin: 15px auto 0 auto;
	/*position: relative;*/
}

.room-box h4.text-20{
	text-align: center;
	/*position: relative;*/
	/*z-index: 10;*/
}

.room-box .text-16{
	text-align: center;
	margin-bottom: 15px;
	/*position: relative;*/
	/*z-index: 10;*/
}

.schedule{
	width: 100%;
}

.schedule th,.schedule td{
	padding: 2.5% 3%;
	border: 3px solid #fff;
	vertical-align: middle;
	text-align: center;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: bold;
}

.schedule th{
	width: 35%;
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(175,238,238,1) 100%);
}

.schedule td{
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,222,179,1) 0%, rgba(255,255,255,1) 100%);
}

.schedule td.time{
	font-family: 'Urbanist', sans-serif;
	font-size: clamp(18px, 2vw, 20px);
	background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,222,179,1) 0%, rgba(255,255,255,1) 100%);
}

#g-map{
	width: 100%;
	height: 500px;
	margin-top: 3%;
}

@media screen and (max-width:500px) {

#g-map{
	height: 350px;
}
	
}


/* ---------------------------------------------------------------------------------------------

   Room List  教室一覧

--------------------------------------------------------------------------------------------- */
/*#Room-list{
	padding-top: 100px;
}

.Room-list-h3{
	width: 100%;
	text-align: center;
	line-height: 1;
	font-family: 'Zen Maru Gothic', serif;
	padding: 10px 3%;
	background: #2c4473;
	border-radius: 0.4em;
	color: #fff;
}

#Room-list ul li{
	width: 96%;
	padding: 3% 4%;
	background: #fff;
	border-radius: 0.4em;
	margin: 15px auto 0 auto;
	position: relative;
}

#Room-list ul li .text-20,
#Room-list ul li .text-16,	
#Room-list ul li .map-guid{
	position: relative;
	z-index: 10;
}

#Room-list ul li .Room-List-back{
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/Room-List-back.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 0.4em 0;
	width: 400px;
	height: 200px;
	z-index: 1;
}

.map-guid a{
	display: block;
	width: 50%;
	padding: 20px 4%;
	margin-top: 15px;
	line-height: 1;
	text-align: center;
	color: #333;
	background: #ffcc66;
}
.map-guid a:hover{
	opacity: 0.75;
}

.map-guid a .fa-map-marker-alt{
	color: #c93735;
}

@media screen and (max-width:800px) {

#Room-list ul li .Room-List-back{
	width: 300px;
	height: 150px;
}
	
.map-guid a{
	width: 100%;
	padding: 15px 4%;
}
	
}
.index-schedule {
    display: flex;
    flex-direction: column;
}

.day {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.times {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.text-16 {
    margin: 0;
    min-width: 100px;
}

.monthly-td .price-row {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}*/










