.r_ttl01 {
    font-weight: 900;
}

/*---------------------------
    共通パーツ
---------------------------*/

.bg_green {
	background: #ECF7F3;
}

.cmn-ttl {
	text-align: center;
	font-size: 30px;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 40px;
	line-height: 1.4;
}

.cmn-ttl::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #00833E;
}

@media (min-width: 769px) {
    .room p {
        font-size: 16px;
        /* width: 77%; */
    }
	
	.inner {
		max-width: 1100px;
	}

}



/*---------------------------
    head
---------------------------*/

.head {
	padding: 30px 0;
}

.head h1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}

.head .adress {
	margin: 15px 0;
	text-align: center;
}

.head .adress a {
	color: #000;
	text-decoration: underline;
}

.head .head-txt {
	margin-top: 15px;
}

@media (min-width: 769px) {
	.head .inner {
		display: flex;
		justify-content: space-between;
		flex-flow: nowrap;
		align-items: center;
	}
	
	.head .inner .head-swiper {
		width: 48%;
		margin: 0;
	}

	.head .inner .head-txtarea {
		width: 45%;
	}

	.head .inner .head-txt{
		border-top: 1px solid #CBCBCB;
		padding-top: 20px;
	}



}



/*---------------------------
    cv
---------------------------*/

.cv {
	padding: 30px 0;
}

.cv .tel {
	background: #fff;
	border-radius: 10px;
    text-align: center;
    font-size: 12px;
    padding: 20px 10px 20px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}

.cv .tel:hover {
    text-decoration: none;
}

.cv .tel .tel-number {
    font-size: 34px;
    font-weight: 900;
    color: #2455a0;
    line-height: 1;
    display: flex;
    align-items: center;
	justify-content: center;
    margin-bottom: 15px;
}

.cv .tel .tel-number img {
    margin-right: 10px;
}

.cv .tel .time {
    line-height: 1.4;
    font-size: 15px;
    color: #333;
}


.cv .inner {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}


.cv .inner .tel ,
.cv .inner .btn_01 ,
.cv .inner .btn_02 {
	width: 100%;
	display: block;
	margin-bottom: 18px;
}

.cv .inner .btn_03 ,
.cv .inner .btn_04 {
	width: 48%;
	display: block;
}

.cv .inner .btn_01:hover ,
.cv .inner .btn_02:hover ,
.cv .inner .btn_03:hover ,
.cv .inner .btn_04:hover {
	opacity: 0.8;
}


@media (min-width: 769px) {
	.cv .inner {
		
		margin: 0 auto;
		justify-content: center;
		column-gap: 20px;
	}

	.cv .inner .tel {
		pointer-events: none;
	}
	
	.cv .inner .btn_01 ,
	.cv .inner .btn_02 {
		width: 48%;
		display: block;
		margin-bottom: 18px;
	}

	.cv .inner .btn_03 ,
	.cv .inner .btn_04 {
		width: 30%;
		display: block;
	}
}


/*---------------------------
    infomation
---------------------------*/

.infomation {
	padding: 50px 0;
}

.infomation table {
	border: 1px solid #CDCDCD;
	background: #fff;
	width: 100%;
}

.infomation .left table th {
	background: #F7F7F7;
	font-weight: 700;
	vertical-align: middle;
	width: 25%;
	border-bottom: 1px solid #CDCDCD;
	padding: 0 10px;
	box-sizing: border-box;
}
.infomation .left table td {
	border-bottom: 1px solid #CDCDCD;
	padding: 15px 20px;
	box-sizing: border-box;
	width: 75%;
}

.infomation .wrap {
	margin-bottom: 50px;
}

.infomation .left {
	margin-bottom: 20px;
}

.timetable h2 {
	display: none;
}

.infomation .right {
	height: 200px;
}
.infomation .right iframe {
	height: 100%;
}




@media (max-width: 768px) {

	.timetable {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0;
	}

	.timetable table {
		width: 100%;
		margin-bottom: 10px;
		border-top: #ddd solid 1px;
		border-right: #ddd solid 1px;
		writing-mode : vertical-lr;
		-webkit-writing-mode: vertical-lr;
	}

	.timetable th,
	.timetable td {
		height: 50px;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		border-bottom: #ddd solid 1px;
		border-left: #ddd solid 1px;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		white-space: nowrap;
	}

	.timetable th {
		font-weight: bold;
		background: #f1f1f1;
	}

	.timetable td {
		padding: 10px;
	}
	.timetable td br {
		display: none;
	}

	.timetable th span,
	.timetable td span {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		white-space: nowrap;
	}

	.timetable p {
		line-height: 1.2;
	}
}




@media (min-width: 769px) {
	
	.infomation {
		padding: 80px 0;
	}

	.infomation .wrap {
		display: flex;
		justify-content: space-between;
		flex-flow: nowrap;
		margin-bottom: 80px;
	}
	.infomation .wrap div {
		width: 48%;
		height: auto;
	}

	
	.infomation .left {
		margin-bottom: 0;
	}
	
	.infomation .right iframe {
		height: 100%;
	}
	
	.timetable {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.timetable table {
		width: 100%;
		margin-bottom: 10px;
		border-top: #ddd solid 1px;
		border-right: #ddd solid 1px;
	}

	.timetable th,
	.timetable td {
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		border-bottom: #ddd solid 1px;
		border-left: #ddd solid 1px;
	}
	.timetable th {
		font-weight: bold;
		background: #f1f1f1;
	}

	.timetable td {
		padding: 10px;
	}

	.timetable p {
		line-height: 1.2;
	}
}



/*---------------------------
    class-room
---------------------------*/

.class-room {
	padding: 50px 0;
}

.class-room img {
	width: 100%;
	height: auto;
}

.class-room .inner {
	width: 100%;
	padding: 0;
}

.class-room .swiper-slide {
	background: #fff;
	text-align: center;
	border-radius: 10px;
}

.class-room .swiper-slide p {
	padding: 15px 15px;
	box-sizing: border-box;
}

.class-room .swiper-slide img {
	border-radius: 10px 10px 0 0;
}

.class-room .movie {
	width: 90%;
	margin: 40px auto 0;
}

@media (min-width: 769px) {
	.class-room {
		padding: 80px 0;
	}
	
	.class-room .movie {
		max-width: 700px;
		margin: 60px auto 0;
	}


}


/*---------------------------
    room_massage
---------------------------*/

.room_massage .box {
	border: 3px solid #00833E;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.room_massage .box .prof {
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.4;
}

.room_massage .box .prof figure {
	width: 35%;
	margin: 0 auto 10px;
}
.room_massage .box .prof span {
	font-weight: 700;
	font-size: 18px;
	display: block;
}

.room_massage ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 30px;
}

.room_massage ul li .name {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0;
}

.room_massage ul li p {
	line-height: 1.4;
}

@media (min-width: 769px) {
	
	.room_massage .inner {
		
	}
	
	.room_massage .box {
		display: flex;
		justify-content: space-between;
		flex-flow: nowrap;
		padding: 50px 70px;
	}
	
    .room_massage .box .prof {
        width: 30%;
        margin-right: 40px;
        max-width: 255px;
    }
	
	.room_massage .box .prof figure {
		width: 50%;
		margin: 0 auto 10px;
	}
	
	.room_massage .box .prof + p {
		width: 77%;
	}
	
	.room_massage ul {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 40px;
		row-gap: 30px;
	}

}


/*---------------------------
    case
---------------------------*/

.case {
	padding: 50px 0 40px;
}

.case ul li {
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.case ul li .case-head {
	border-bottom: 1px dashed #00833E;
	display: flex;
	justify-content: flex-start;
	flex-flow: nowrap;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 15px;
	aspect-ratio: 10 / 5;
}

.case ul li .case-head figure {
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
	width: 26%;
	font-weight: 500;
}

.case ul li .case-head div {
	text-align: center;
	line-height: 1.4;
}

.case ul li .case-head div .subject {
	font-size: 18px;
}

.case ul li .case-head div .score {
	color: #00833E;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	margin: 5px 0 0;
}

.case ul li .case-head div .score .before {
	font-size: 24px;
}

.case ul li .case-head div .score .after {
	color: #e02129;
	font-size: 34px;
}

.case ul li .case-head div .score .label {
	display: block;
	width: fit-content;
	margin: 5px auto 0;
	background-color: #e02129;
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	padding: 5px 6px;
}

.case ul li .case-head div .score .note {
	font-size: 12px;
}



.case .btn_more {
	border: 1px solid #00833E;
	color: #00833E;
	cursor: pointer;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-top:30px;
}

.case .btn_more::after {
	content: "＋";
	display: block;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 15px;
}



@media (min-width: 769px) {
	.case {
		padding: 80px 0 60px;
	}

	.case ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
	}
	
	.case ul li .case-head div .subject {
		font-size: 16px;
	}

	.case ul li .case-head div .score {
		font-size: 24px;
		line-height: 1.2;
	}
	
	.case .btn_more {
		max-width: 400px;
		margin: 30px auto 0;
	}
	

}



/*---------------------------
    room_student
---------------------------*/
.room_student {
	padding: 50px 0 0;
}

.room_student .school_wrap .school_tab {
	display: flex;
	justify-content: space-between;
	flex-flow: nowrap;
	column-gap: 2px;
	cursor: pointer;
}


.room_student .school_wrap .school_tab div {
	text-align: center;
	color: #809DB4;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 0 10px;
	border-radius: 5px 5px 0 0;
	background: #d9e7f3;
	width: 100%;
}

.room_student .school_wrap .school_tab div.tab-primary.active {
	background: #24AFC7;
	color: #fff;
}

.room_student .school_wrap .school_tab div.tab-junior.active {
	background: #54A3E3;
	color: #fff;
}

.room_student .school_wrap .school_tab div.tab-high.active {
	background: #0B6CB8;
	color: #fff;
}


.school_item {
	display: none;
}

.school_item {
	background: #F7F7F7;
	padding: 20px 30px;
	box-sizing: border-box;
}

.school_item.active  {
	display: block;
}


.room_student .area {
	margin-top: 30px;
	border: 3px solid #DEDEDE;
	border-radius: 5px;
	padding: 40px 30px 20px;
	box-sizing: border-box;
}

.room_student .area h3 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
}

.room_student .area h3::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	left: 0;
	top: -22px;
	margin: auto;
	background: url(images/icon_pin.png) no-repeat;
	background-size: contain;
}


@media (min-width: 769px) {
	.room_student {
		padding: 80px 0 0;
	}
	
	.room_student .inner {
		
	}
	
	.room_student .school_wrap .school_tab {
		column-gap: 5px;
	}
	
	
	.school_item {
		padding: 40px;
		box-sizing: border-box;
	}
	
	.school_item ul {
		display: flex;
		justify-content: flex-start;
		flex-flow: row wrap;
		column-gap: 20px;
		row-gap: 10px;
	}
	
	.room_student .area {
		margin-top:50px;
		text-align: center;
	}
}


/*---------------------------
    event
---------------------------*/

.event .bnr_item  {
	margin-bottom: 15px;	
}

@media (min-width: 769px) {
	
	.event {
		padding: 80px 0 0;
	}

	.event .inner {
		
	}

	.event .banner_wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
	}
}



/*---------------------------
    faq
---------------------------*/

.question {
	padding: 0 0 10px;
	width: 90%;
	margin: 0 auto;
}

.faq {
  max-width: 1200px;
}
.faq__item {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f7f7f7;
  transition: background-color .2s;
}
.faq__header {
  position: relative;
  display: block;
  padding: 15px;
  color: #444;
  text-decoration: none !important;
}
.faq__title {
  display: flex;
  font-size: 18px;
  align-items: center;
}
.faq__title span {
  margin-right: 20px;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.5;
}
    .faq__title b {
        color: #019c6f;
    }
.faq__title i {
  position: absolute;
  right: 15px;
}
.faq__title i.fa-minus-circle {
  display: none;
}
.faq__body {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  max-height: 0;
  border-radius: 8px;
  background-color: #fff;
  transition: margin .2s, padding .2s;
}
.faq__body b {
  color: #f9ba15;
}
.faq__inner img {
  position: absolute;
  top: 20px;
  left: 15px;
}
.faq__body p,
.faq__inner span {
  padding-left: 20px;
  display: block;
}
.faq__body p {margin-top: 10px;}
.faq__item.is-active .fa-plus-circle {
  display: none;
}
.faq__item.is-active .fa-minus-circle {
  display: inline;
}
    .faq__item.is-active {
        border-color: #019c6f;
        background-color: #019c6f;
    }
.faq__item.is-active .faq__title b {
    color: #fff;
}
.faq__item.is-active .faq__header span {
  color: #fff;
}

.faq__item.is-active .faq__body {
  margin-bottom: 15px;
  padding: 15px;
  max-height: 500px;
}
.r_btn01 {
    max-width: 300px;
    padding: 10px 20px;
    display: inline-block;
    background: #5baede !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    margin: 0 auto;
    border-radius: 5px;
    border-bottom: solid 4px #2d86bf;
}
.text-white {color: #fff;}


@media (min-width: 769px) {
	.question {
		max-width: 1100px;
		
		margin: 0 auto;
		padding: 80px 0 10px;
		width: 100%;
	}

}



/*---------------------------
    swiper
---------------------------*/


.room-swiper .swiper-button-prev,
.room-swiper .swiper-button-next {
  z-index: 10;
}


.room-pagination {
	text-align: center;
	margin-top: 10px;
}

.room-swiper .swiper-button-prev,
.room-swiper .swiper-button-next {
  z-index: 10;
}

/* デフォルトの矢印を非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* 共通設定 */
.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 前へ */
.swiper-button-prev {
  background-image: url("images/slide_arrow_prev.png");
	left: 0 !important;
}

/* 次へ */
.swiper-button-next {
  background-image: url("images/slide_arrow_next.png");
	right: 0 !important;
}
