@charset "UTF-8";


.topaccess-box {
  padding: 5em 0;
}
.sch-common-ttl {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.sch-common-p {
  font-size: 1.05em;
  padding: 1em 0;
  line-height: 1.6;
  background: none;
  color: #fd1010;
  margin-bottom: 2em;
}
.topaccess-wrap {
  margin: 1em 0;
}
.topaccess-txt{
  position: relative;
  margin: 2em 0;
}
.bluebox {
  position: absolute;
  top: -1em;
  left: 0;
  z-index: 20;
  display: block;
  height: 2em;
  font-family: 'Roboto' , sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  padding: .2em 1em;
  color: #ffffff;
  background-color: #376077;
}
.bluebox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 1em;
  border-color: transparent transparent transparent #376077;
}
.topaccess-info{
  position: relative;
}
.sc-top .topaccess-img {
  margin-top: 0em;
  position: relative;
  background: #000;
}
.sc-top .topaccess-img img {
  opacity: .7;
}
.sc-top .topaccess-ttl {
  width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media (min-width:769px){
  .topaccess-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topaccess-txt {
    width: 30%;
  }
}/*  */


/* ========================================================
STUDIO LIST PAGE /branch/
======================================================== */
.branch_block{
  padding: 1em 0;
}
.branch_box{
  padding: 1.5em 0;
}
.branch_img_box{
  position: relative;
  /* background-color: #ddd; */
  overflow: hidden;
}
.branch_img_box::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66666%;
}
.branch_img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.branch_img_box:hover .branch_img{
  transform: scale(1.05);
}
.branch_detail_wrap{
  padding: .8em 0;
}
.branch_box_ttl{
  font-size: 1rem;
  padding: .6em 0;
  letter-spacing: .05em;
}
.branch_box_ttl .en{
  font-weight: 400;
  line-height: 1;
  color: var(--c-black3);
}
.branch_box_ttl .ja{
  display: block;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.4;
}
.branch_gmap_link{
  display: inline-block;
  font-size: .9em;
  margin-left: .5em;
  color: var(--c-grey-txt);
}
.branch_link_box{
  display: flex;
  align-items: center;
  padding: 0 0 .5em;
}
.branch_box_tel{
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--c-gold-d);
}
.branch_sche_link{
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0;
  padding: .9em .8em;
  margin-left: 1.2em;
  border: 1px solid var(--c-grey-txt);
}

.branch_box_add{
  padding: .5em 0;
}

/* other brand link ================== */
.other_link_block{
  display: flex;
  gap: 4%;
  padding: .5em 0 1em;
}
.other_link_box{
  width: 18%;
}
.other_link_img_box{
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
[data-brand="2"] .other_link_img_box img{ transform: translateY( calc( ( -100% / 6) ) ); }
[data-brand="3"] .other_link_img_box img{ transform: translateY( calc( ( -100% / 6) * 2 ) ); }
[data-brand="4"] .other_link_img_box img{ transform: translateY( calc( ( -100% / 6) * 3 ) ); }
[data-brand="5"] .other_link_img_box img{ transform: translateY( calc( ( -100% / 6) * 4 ) ); }
[data-brand="9"] .other_link_img_box img{ transform: translateY( calc( ( -100% / 6) * 5 ) );}

@media (min-width: 769px){
  .branch_box_ttl{
    font-size: 1.2rem;
  }
  .branch_box_ttl .ja{
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: .02em;
  }
  .branch_block{
    display: flex;
    flex-wrap: wrap;
    gap: 6%;

    padding: 4em 0;
  }
  /* .branch_block::after{
    content:"";
    display: block;
    width:30%;
  } */
  .branch_box{
    width: 29%;
    padding: 2em 0;
  }
  .branch_inner {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    transition: background-color 1s;
  }
  .branch_inner > a {
    display: block;
    width: 100%;
  }
  .branch_detail_wrap {
    width: 100%;
    /* padding-right: 4em; */
  }
  .branch_inner .st_new_open{
    top: 1em;
  }
  /* .branch_box:hover .branch_inner{
    background-color: #fff;
  } */
}/* 769px */



/* ========================================================
STUDIO PAGE
======================================================== */
.studio_page .page_head {
  background-color: #000;
}
.studio_page .page_head_img {
  opacity: .9;
}

.branch-lede-copy {
	font-size: 1.8rem;
	font-weight:bold;
  /* text-align: center; */
  margin-bottom: 2.5rem;
}
.branch-lede .text{
  font-size: 1.2em;
  line-height: 1.8;
}
@media (min-width:769px){
  .branch-lede-copy {
    font-size: 2.4rem;
    text-align: center;
  }
}/*  */


/* SLIDER ============================ */
.branch-photo-list {
  opacity: 0;
  height: 0;
  transition: opacity .5s linear;
}
.branch-photo-list.slick-initialized {
  height: inherit;
  opacity: 1;
}

.b-photo-main {
	padding: 1em 2em 1.5em;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #f6f6f6;
  min-height: 10em;
}
.b-photo-ttl {
	margin-bottom: 1.0rem;
	font-size: 1.9rem;
}
.b-photo-main .text {
	font-size: 1.1rem;
	height: auto;
}

.branch-photo-list.slick-initialized.slick-slider.slick-dotted {
	margin-bottom: 5rem;
}
.branch-photo-list li button::before {
	display: none;
}
.branch-photo-list .slick-dots li {
	margin: 0 2px;
	width: auto;
}
.branch-photo-list .slick-dots li button {
	padding: 0;
	width: auto;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}
.branch-photo-list .slick-dots li.slick-active button {
	color: var(--c-gold-d);
}
.branch-photo-list .slick-dots {
  bottom: -4.2em;
}

.branch-photo-list .slick-arrow {
  width: 2rem;
  height: 2rem;
	vertical-align: top;
	background-size: 100%;
  background-repeat: no-repeat;
  margin: 1rem;
  top: 33%;
  mix-blend-mode: luminosity;
}
.branch-photo-list .slick-prev {
	background-image: url(/assets_online/img/common/c-l-arw.png);
}
.branch-photo-list .slick-next {
	background-image: url(/assets_online/img/common/c-r-arw.png);
}

/* ACCESS ============================ */
.access-block  {
	margin-bottom: 3em;
}
.access-imap {
	margin-bottom: 2.5rem;
}
.access-gmap {
	position: relative;
	padding-bottom: 60%;
	margin-bottom: 3rem;
	height: 0;
	overflow: hidden;
}
.access-gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
padding-top: 0!important;
}
.ad-detail {
	margin-bottom: 2.5rem;
	font-size: 1.2rem;
}
.ad-detail .ad-dial {
  color: var(--c-gold-d);
	font-size: 2.4rem;
  margin-bottom: .3em;
}
.ad-time {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
.ad-pickup {
	color: #dd0000;
	font-weight: bold;
	margin-bottom: .5rem;
}
.ad-route .text {
	margin-bottom: 1rem;
}
.ad-route ol li {
	position: relative;
	padding-left: 1.4em;
}
.ad-route ol li::before {
	position: absolute;
	content: "→";
	left: 0;
	top: 0;
}
.ad-route {
	margin-bottom: 3rem;
}
.ad-route p.text{
	font-weight:bold;
}
.ad-traffic-case {
	margin-bottom: 2.5rem;
	background-position: 0.8em 0;
	background-size: 2em auto;
	padding-left: 4em;
}
.ad-traffic p{
	font-weight:bold;
}
.ad-train {
	background-image: url(/assets_online/img/common/train-ico.png);
}
.ad-bus {
	background-image: url(/assets_online/img/common/bus-ico.png);
}
.branch-text-img{
	margin: 2rem auto;
	display:block;
	width:100%;
}

.linkbt {
	margin-bottom:20px;
}
.linkbt2 {
	margin-bottom:1em;
}
.studio-block2 {
	margin-bottom: 2rem;
}
.studio-box2 {
	border: 1px solid #adadad;
}
.studio-box2:not(:last-child) {
	margin-bottom: 1rem;
}
.studio-box2 .inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem 9px;
}
.studio-head2,
.studio-info2 {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
}
.studio-head2 {
	margin-bottom: 0.6rem;
}
.studio-sub2 {
	padding: 0 3%;
}
.studio-name2 {
	margin-bottom: 1.2rem;
	text-align: center;
	font-weight: 700;
}
.studio-name2 .en {
	display: block;
	line-height: 1.4;
	font-size: 2.6rem;
	font-weight: 700;
}
.studio-name2 .ja {
	display: block;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: normal;
}
.studio-info2 li:not(:last-child) {
	margin-bottom: 1rem;
}
.studio-info2 li {
	font-size: 2.2rem !important;
}
.studio-info2 li a {
	display: block;
	padding: .8rem 10px;
	color: #fff;
	background-image: url(/assets_online/img/common/w-arw.png);
	background-position: 95% 50%;
	background-size: 6px 10px;
	text-align: center;
}
.st-ico2 {
	display: inline-block;
	padding-left: 22px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 24px;
	background-position: 0 45%;
	background-size: auto 19px;
}
.st-ico3 {
	display: inline-block;
	padding-left: 32px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 24px;
	background-position: 0 45%;
	background-size: auto 19px;
}
.st-ico2.cal-ico {
	background-image: url(/assets_online/img/common/cal-ico.png);
}
.st-ico2.pin-ico {
	background-image: url(/assets_online/img/common/pin-ico.png);
}
.st-ico3.clo-ico {
	background-image: url(/assets_online/img/common/clo-ico.png);
}
.branch-info-ttl{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:2em 0 1em;
}
.branch-info-ttl i {
	padding-right:0.5em;
}
.branch-info-text{
	font-size: 1.4rem;
	line-height:1.6;
	margin:1em 0;
}
.bb-no{
	border-bottom:none;
}
.studio-add{
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-size:1.2rem;
	text-align:left;
}
.studio-add th{
	font-weight:normal;
	width:28%;
	padding:1em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:center;
	background-color:#F6F6F6;
	font-size: 1.4rem;
}
.studio-add td{
	padding:1em 1.5em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:left;
	font-size: 1.4rem;
	line-height:1.6;
}
.studio-add td a{
	color:#F64C6C;
}
.studio-tel-text {
	display:block;
	font-size: 1.6rem;
	margin-bottom:0.5rem;
}
.studio-add-text {
	display:block;
	font-size: 1.2rem;
}
.studio-close-text {
	display:block;
}
.studio-contact-text {
	text-align:center;
	font-size: 1.4rem;
	margin:1em 0 2em;
}
/* .ad-detail .ad-dial a{
	color: #1DC0CA;
} */
.insta-p {
  font-size: 1.2em;
}
.ad-sc {
  border: 1px solid #3FD3BD;
  text-align: center;
  margin: 0 auto 2em;
}
.ad-sc a {
  color: #3FD3BD;
  padding: 1em;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.insta-sc {
  margin: 1.5em auto 2em;
}

@media (min-width:769px){
  .access-block{
    display: flex;
    justify-content: space-between;
  }
  .access-map {
    width: 47%;
  }
  .access-info {
    width: 47%;
  }
}/*  */


/* 校舎ページ LOCATED BRAND
========================================= */
.located_reco_block{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* border-top: .5px solid var(--c-grey);
	border-bottom: .5px solid var(--c-grey); */
  
	width: 100%;
	margin: 2em 0;
}
.located_reco_box{
position: relative;
width: 33.33333%;
border: 1px solid #e4e1e1;
border-left: none;
overflow: hidden;
}
@media (max-width: 768px) {
  .located_reco_block .located_reco_box:nth-child(3n) {
    border-right: none;
  }
  .located_reco_block .located_reco_box:nth-child(n+4) {
    border-top: none;
  }
}
.located_reco_block .reco_detail_box{
visibility: none;
opacity: 0;
transform: translateY(-101%);
}
.located_reco_block .located_reco_box.on .reco_detail_box{
  position: absolute;
  top: 0;
  bottom: inherit;
  z-index: 1;
  font-size: 0.8rem;
  width: 100%;
  height: 100%;
  background-color: var(--c-black2);
  color: var(--c-white);
  overflow-y: scroll;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: transform .4s , opacity .4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .located_reco_box:hover .reco_detail_box{
transform: translateY(0);
opacity: 1;
} */
.located_reco_block .reco_txt{
  position: absolute;
  display: block;
  top: 0;
  /* bottom: 0;
  margin: auto; */
  height: fit-content;
  padding: 1em .6em 1em;
}

.located_reco_block .reco_img_box{
  width: 100%;
  padding-top: 100%;
}

.located_reco_block .reco_detail_btn{
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  width: 50%;
  padding: .3em 1.2em;
  margin: 0 auto;
  opacity: .2;
  z-index: 10;
}

.add_detail_block {
  padding: 1em 0;
}
.ad_data dt,.add_sns_ttl{
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.9;
}
.add_sns_box {
  width: fit-content;
  cursor: pointer;
}
.add_sns_box a {
  display: block;
  font-size: 4rem;
  line-height: 1;
  padding: .1em .2rem .2em;
  margin-right: 1.5rem;
}

@media (min-width: 769px) {
	
	.located_reco_block{
	  width: 100%;
	  margin: 0;
	  justify-content: center;
	  max-width: 1400px;
	  margin: 2em auto;
	}
	.located_reco_box{
	  width: calc(100% / 7);
	  border: 1px solid #e4e1e1;
	}
	.located_reco_box:not(:first-child){
	  border-left: none;
	}
	.sec_top_contents .foot_desc{
	  padding-right: 0;
	}
	.reco_txt{
	  bottom: 0;
	  margin: auto;
	}
	.located_reco_box.on .reco_detail_box{
	  overflow-y:inherit;
	}
  .located_reco_block .reco_detail_btn{
    padding: .3em 2.2em;
  }
    
}/* 769 */
  
@media (min-width: 1200px) {
  .reco_detail_box{
    font-size: .7em;
  }
}/* 960 */



/* ========================================================
店舗別 休講・代講ページ 
======================================================== */
.close_include_box{
  padding: 2em 0 3em;
  font-family: var(--font-comp);
}
.close_desc{
  font-size:1.1rem;
  padding:1em 0;
  line-height:1.6;
}
.close_table{border-collapse:collapse;width:100%;border-top:1px solid #cccccc;border-left:1px solid #cccccc;font-size:1.15rem;line-height:1.7;text-align:left; margin: 1.5em 0 4em;}
.close_table th{font-weight:normal;width:28%;padding:1em;border:1px solid #CCCCCC;vertical-align:middle;text-align:center;background-color:#F6F6F6;}
.close_table td{padding:1em;border:1px solid #CCCCCC;vertical-align:middle;text-align:left;}
.close_table td.back{background-color:#F6F6F6;text-align:center;padding:1em .5em;}
.close_table td.sun{color:#FF0000;}
.close_table td.sat{color:#0000FF;}
.close_table td:first-child {
  width: 5em;
}
.close_table td:nth-child(2) {
  width: 3em;
}
.close_include_box a{
  font-weight: 500;
}

@media (min-width: 769px) {
  .close_table td:first-child {
    width: 7em;
  }
  .close_table td:nth-child(2) {
    width: 5em;
  }
}/*  */



/* INSTAGRAM ================= */
.close-insta-ttl{
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	margin:1em 0;
}
.close-insta-ttl i {
	padding-right:0.5em;
}
.close-insta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0;
  margin-bottom: 2em;
}
.close-insta-box li {
  width: 48%;
  text-align: center;
  margin-bottom: 1em;
}
.close-insta-box li a {
  background: #fff;
  padding: 1.25em;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 769px) {
  .close-insta-ttl {
    font-size: 1.5rem;
  }
  .close-insta-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0;
    margin: 2em 0;
    gap: 1.25%;
  }
  .close-insta-box li {
    width: 19%;
  }

}/*  */
