@charset "UTF-8";
/* responsive min:899px */

.studio_block{
  padding: 1em 0;
}
.studio_block .oubo_box{
  width: 100%;
  padding: 2em 0;
}
.studio-clip{
  padding-bottom: 1em;
}
.studio_block .oubo_name {
  font-size: 1.8em;
  padding: .1em 0;
  text-align: left;
}
.studio_block .oubo_info_wrap {
  justify-content: flex-start;
}

@media(min-width:899px){

  .studio_block {
    padding: 3em 0;
  }
  .studio_block .oubo_wrap {
    gap: 5%;
    max-width: 100%;
  }
  .studio_block .oubo_box {
    width: 30%;
  }
  
}/*  */


/* ACCESS GUIDE ============= */
.st_access_block {
  background-color: #f3f3f3;
  padding-bottom: 4em;
}
.st_access_block .sec_sub{
  font-size: 1.35em;
  line-height: 1.8;
  padding-bottom: 2.5em;
}
.st_guide_block .sub_sec_ttl .en{
  font-size: 3.6em;
}
.access_map_box {
  display: block;
  padding: 0 1.5em 2em;
  /* overflow-x: scroll; */
}
/* .access_map_box img {
  width: 160%;
  max-width: inherit;
} */
.access_guide_list{
  /* padding:  0 0 2em; */
  margin-top: 1em;
}
.access_guide_list_box{
  padding: 2em 0;
}
.room_detail_list{
  display: flex;
  flex-direction: column;
  gap: .8em;
  font-size: 1.1em;
  padding: 1.5em 0;
  border-bottom: 1px solid #d8d6d6;
}
.room_detail_list:first-of-type{
  border-top: 1px solid #d8d6d6;
}
.room_detail_list dt{
  font-size: 1.2em;
  font-weight: 500;
  color: var(--c-grey-d);
}
.room_detail_list dd{
  letter-spacing: .02em;
  line-height: 1.7;
}
.access_guide_list h3::before{
  background-color: var(--color-blue);
}

.access_map_sub_wrap{
  display: flex;
}
.access_map_sub {
  border-top: 1px solid var(--color-grey);
}
.access_map_sub:first-child {
  border-right: 1px solid var(--color-grey);
}
.access_map_sub  {
  flex: 1;
  padding: .5em 0;
}

@media (min-width: 769px) {
  .st_access_block .sec_sub {
    font-size: 1.45em;
  }
  .access_map_box,.access_map_sub_wrap{
    width: 75%;
    padding: 1em 1.5em 2em;
    margin: auto;
  }
  .access_map_sub {
    padding: 1.5em 0 .5em;
  }
  .room_list {
    padding: 5em 0 ;
  }
  .room_list_box{
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    padding: 3em 0 5em;
  }
  .room_list_box:last-child{
    padding-bottom: 1em;
  }
  .room_list_detail_wrap{
    width: 40%;
  }
  .room_list_img_wrap{
    width: 55%;
  }
  .room_list_ttl {
    font-size: 1.3em;
    padding-top: 0;
  }
  .room_detail_list{
    flex-direction: row;
    gap: 2%;
    font-size: 1.1em;
  }
  .room_detail_list dt{
    width: 30%;
    min-width: 9em;
  }
  .room_detail_list dd{
    width: 70%;
  }

  .room_detail_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* align-items: flex-start; */
  }
  .room_detail_pc_flex .img_box{
    width: 33em;
    /* aspect-ratio: 1/1; */
    margin: 0;
  }
  .room_detail_box{
    width: 43%;
    padding-bottom: 3.5em;
  }
  .access_guide_list{
    padding-bottom: 0;
  }
  .access_guide_list_box{
    display: flex;
    justify-content: space-between;
    padding: 2em 0 4em;
  }
  .access_guide_list h3{
    width: 25%;
    height: fit-content;
  }

  .room_detail_list_wrap{
    width: 68%;
  }
}/*  */


/* 各校舎 ======================= */

.branch_lede_ttl{
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.branch_lede_text {
  font-size: 1.2em;
  line-height: 1.8;
}
.branch_lede_text p {
  padding: .3em 0;
  line-height: 1.8;
}

/* slider */
.branch-photo-list{
  opacity: 0;
  height: 0;
  transition: opacity .5s;
}
.branch-photo-list.slick-initialized{
  height: initial;
  opacity: 1;
}
.branch-photo-list-wrap{
  padding: 3em 0;
}
.b-photo-clip2022 + div,
.b-photo-clip + div{
padding: 1em 2em ;
}
.b-photo-ttl2022 {
  font-size: 1.9em;
  font-weight: bold;
}
.s_text p {
  font-size: 1.1em;
  padding-top: .3em;
}

.branch-photo-list .slick-dots li {
  width: fit-content;
}
.branch-photo-list .slick-dots li button {
  padding: 0;
  width: auto;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: normal;
}
.branch-photo-list .slick-dots li button::before {
  display: none;
}
.branch-photo-list .slick-dots li.slick-active button {
  color: #2993ca;
}
.branch-photo-list .slick-dots {
  bottom: -3em;
}

/* ACCESS */
.access_block{
  padding: 3em 0 0;
}
.res-img {
  width: 100%;
  height: auto;
}

.access-map {
  margin-bottom: 3.5rem;
}
.access-imap {
  margin-bottom: 3.5rem;
}
.access-gmap {
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
}
.access-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sch-link-download2 {
  width: 70%;
  background-color: #333;
  margin: 3em auto 0;
  text-align: center;
  border-radius: 4px;
  max-width: 18em;
}
.sch-link-download2 a {
  display: block;
  padding: 0.8em;
  font-size: 1.2em;
  background: #000;
  color: #fff;
}
.sch-link-download2 .head-ico {
  display: block;
  line-height: 20px;
  background-position: 0 50%;
  background-size: auto 20px;
  background-image: url(/assets/img/common/pdf-ico.png);
  background-repeat: no-repeat;
}
.sch-link-download2 .foot-ico {
  display: block;
  line-height: 20px;
  background-position: 100% 50%;
  background-size: auto 15px;
  background-image: url(/assets/img/common/download-ico.png);
}

.ad-detail {
  text-align: center;
  font-size: 1.2em;
}
.ad-detail-box{
  padding: 0 0 2em;
}
.ad-detail .tel_v {
  font-size: 2.1em;
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.tel_v a {
  font-weight: bold;
}
.tel_v_tel {
  line-height: 1;
  margin-right: .3em;
}
.tel_v_line {
  display: inline-block;
  width: 1.5em;
}
.ad-time, .ad-address, .ad-traffic-case {
  margin: 1em 0;
  text-align: left;
  line-height: 1.5;
}
.ad-route {
  margin-bottom: 3rem;
}
.ad-route ol li {
  position: relative;
  text-align: left;
  padding-left: 1.3em;
  margin: .8em 0;
}
.ad-route ol li::before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  left: 0.2em;
  font-size: 1.4em;
  top: 0.1em;
  color: #000;
}

.ad-train, .ad-bus {
  background-repeat: no-repeat;
}
.ad-train {
  background-image: url(/assets/img/common/train-ico.png);
}
.ad-bus {
  background-image: url(/assets/img/common/bus-ico.png);
}
.ad-traffic-case {
  margin: 2em 0;
  background-position: 0.8em 0;
  background-size: 2em auto;
  padding-left: 4em;
}
.ad-traffic-case p{
  font-size: 1.1em;
  margin-bottom: .5em;
}

@media(min-width:899px){

  .branch-lede-copy {
    font-size: 2.6em;
    text-align: left;
  }
  .branch-lede .text {
    font-size: 1.5em;
    line-height: 1.8;
  }

  .access_block{
    display: flex;
    justify-content: space-between;
    padding: 3.5em 0 0;
  }
  .access-map{
    width: 48%;
    margin-bottom: 0;
  }
  .access-info{
    width: 45%;
  }
  
}/*  */


.youtube_box {
  position: relative;
  margin: .5em 0 1em;
}
.youtube_box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box._fukuoka {
  margin: 0 auto 4em;
  max-width: 42em;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (min-width: 899px) {
  .branch_lede_ttl{
    font-size: 2.3em;
  }
  .branch_lede_text {
    font-size: 1.3em;
  }
}/*  */


/* 関連ブランド
======================= */
.located_reco_block{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* border-top: .5px solid var(--color-grey);
  border-bottom: .5px solid var(--color-grey); */

  width: 100%;
  margin: 2em 0;
}
.located_reco_box{
  position: relative;
  width: 33.33333%;
  border: 1px solid var(--color-grey);
  border-left: none;
  overflow: hidden;
}
@media (max-width: 898px) {
  .located_reco_box:nth-child(3n) {
    border-right: none;
  }
  .located_reco_box:nth-child(n+4) {
    border-top: none;
  }
}

/* .reco_detail_box{
  visibility: none;
  opacity: 0;
} */
.located_reco_box.on .reco_detail_box{
  position: absolute;
  z-index: 1;
  font-size: 0.68rem;
  width: 100%;
  height: 100%;
  background-color: var(--color-black2);
  color: var(--color-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{
  opacity: 1;
  pointer-events: none;
}
/* .reco_txt{
  position: absolute;
  display: block;
  top: 0;
  height: fit-content;
  padding: 1em .6em 1em;
} */


@media (min-width: 899px) {
  .located_block {
    padding-top: 15em;
  }
  .located_reco_block{
    width: 100%;
    margin: 1em auto 2em;
    /* justify-content: center; */
  }
  .located_reco_box{
    width: calc(100% / 7);
    border: 1px solid var(--color-grey);
  }
  .located_reco_box:not(:first-child){
    border-left: none;
  }
  .sec_top_contents .foot_desc{
    padding-right: 0;
  }
  /* .reco_detail_btn{
    width: 45%;
  } */
  .located_reco_box.on .reco_detail_box{
    overflow-y:inherit;
  }
  .sec_st_brand .sec_text{
    width: 60em;
  }
}

/* @media (min-width: 1200px) {
  .reco_detail_box{
    font-size: .7em;
  }
} */