@charset "UTF-8";
.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 140px 0 100px;
  position: relative; 
}
@media only screen and (max-width: 767px) {
  .mv_area {
    padding: 40px 0; 
  } 
}
.mv_area .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; 
}
.mv_area .inr h2 {
  font-size: 2em;
  font-family: "EB Garamond", serif;
  letter-spacing: .2em;
  text-align: center;
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .mv_area .inr h2 {
    font-size: 1.4em; 
  } 
}
.mv_area .inr h2 span {
  display: block;
  margin-top: 5px;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: .4em;
  letter-spacing: .1em;
  position: relative;
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .mv_area .inr h2 span {
    font-size: .6em; 
  } 
}
.mv_area .inr h2 span::before {
  content: '';
  display: inline-block;
  width: 160px;
  height: 15px;
  background-image: url(../../img/arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.mv_area .inr p {
  text-align: center; 
}
.mv_area .inr p span {
  display: block;
  margin-top: 10px;
  padding-top: 60px;
  position: relative;
  color: #fff; 
}
@media only screen and (max-width: 767px) {
  .mv_area .inr p span {
    padding-top: 40px;
    margin-top: 5px;
    font-size: .9em; 
  } 
}

.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ttl_box{
  text-align: center;
}
.head02 {
  font-size: 2em;
  font-family: "EB Garamond", serif;
  letter-spacing: .2em; 
}
@media only screen and (max-width: 767px) {
  .title .inr h2 {
    font-size: 1.4em; 
  } 
}
.head02 span {
  display: block;
  margin-top: 5px;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: .4em;
  letter-spacing: .1em; 
}
@media only screen and (max-width: 767px) {
  .head02 span {
    font-size: .6em; 
  } 
}
.ttl_box p span {
  display: block;
  margin-top: 10px;
  padding-top: 60px;
  position: relative; 
}
@media only screen and (max-width: 767px) {
  .ttl_box p span {
    padding-top: 40px;
    margin-top: 5px;
    font-size: .9em; 
  } 
}
.ttl_box p span::before {
  content: '';
  display: inline-block;
  width: 160px;
  height: 15px;
  background-image: url(../../img/arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.sec_branch{
  background-color: #f7f8f8;
}
.sec_branch .inr{
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#branch01 .inr{
  padding: 75px 0 80px;
  border-bottom: 1px solid #231815;
}
.branch_list01{
  margin-bottom: 80px;
}
.branch_list01 li{
  width: calc(90% / 6);
  transition: all .3s;
}
.branch_list01 li:hover{
  margin-top: -10px;
}
.branch_list01 li a{
  box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, .3);
  display: block;
  padding: 10px 10px 20px;
  background-color: #fff;
}
.branch_list01 li .txt{
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.branch_box01 .box_l img {
  max-width: 100%;
  display: block;
  height: auto;
}
.branch_box01 .box_l {
  overflow: hidden;
  width: calc(50% - 20px);
}
.main_slider01{
  margin-bottom: 10px;
}
.thumb_slider01{
  width: calc(100% + 10px);
  margin-left: -5px;
}
.thumb_slider01 .slick-track {
  transform: unset !important;
}
.thumb_slider01 img {
  height: auto;
  width: 100%;
}.thumb_slider01 .slick-track>div{
  width: calc(100% / 4) !important;
  padding: 0 5px;
}
.thumb_img {
  transition: opacity .3s linear;
}
.thumb_slider01 .slick-current {
}
.branch_box01 .box_r{
  width: calc(50% - 35px);

}
.branch_ttl01{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.txt01{
  font-size: 16px;
  text-align: justify;
}
.txt02{
  font-size: 18px;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.branch_box02{
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
}
.branch_box02 .img{
  max-width: 210px;
  margin-left: 15px;
}
.access_box{
  margin-top: 60px;
  align-items: flex-end;
}
.access_box .box_l{
  width: 24%;
}
.access_box .box_r{
  width: calc(76% - 40px);
}
.head03{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
#branch02{
  padding: 85px 0 100px;
}
.movie_list01{
}
.movie_list01 li{
  width: calc((100% - 70px) / 3);
}
.movie_box{
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background-color: #000;
}
.movie_box iframe{
 width: 100%;
 height: 100%;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}
.soon{
  font-size: 20px;
  color: #fff;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#branch03{
  padding-bottom: 85px;
}
.ttl_box02{
  display: inline-block;
}
.ttl_box02 p{
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.head04{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 15px;
  width: fit-content;
  padding: 0 30px 30px;
  margin-left: 80px;
}
.head04::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: 0;
}
.branch_box03{
  align-items: flex-end;
}
.branch_box03 .box_l{
  width: 27%;
}
.branch_box03 .box_r{
  width: 73%;
}
.w_box{
  padding: 35px 40px;
  background-color: #fff;
}
.interview_ttl01{
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-family: "EB Garamond", serif;
}
.backs .inr {
  max-width: 880px;
  width: 95%;
  margin: 0 auto; 
}
.backs .inr .back {
  font-size: 1.1em;
  font-family: "EB Garamond", serif;
  font-style: italic;
  margin: 40px 0; 
}
a.hover{
  transition: all .3s;
}
a.hover:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .backs .inr .back {
    margin-top: 20px; 
  } 
}
.backs .inr .back a {
  position: relative;
  display: block; 
}
.backs .inr .back a::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 49px;
  background-image: url(../img/back_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; 
}
.backs .inr .back a:hover::before {
  background-image: url(../img/back_icon_hover.png);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; 
}

@media only screen and (max-width: 767px) {
.branch_list01{
  margin-bottom: 40px;
}
.branch_list01 li{
  width: calc(95% / 3);
  margin-bottom: calc(5% / 2);
}
.branch_list01 li .txt{
  font-size: 18px;
}
#branch01 .inr{
  padding: 40px 0;
}
.branch_box01 .box_l{
  width: 100%;
  order: 2;
}
.branch_box01 .box_r{
  width: 100%;
  order: 1;
  margin-bottom: 30px;
}
.branch_ttl01{
  font-size: 18px;
  margin-bottom: 15px;
}
.txt01{
  font-size: 14px;
}
.txt02{
  font-size: 16px;
}
.branch_box02{
  margin-top: 15px;
}
.access_box{
  margin-top: 30px;
}
.access_box .box_l{
  width: 100%;
  order: 2;
}
.access_box .box_r{
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}
.head02{
  font-size: 1.4em;
}
.head03{
  font-size: 15px;
}
.gmap{
  padding-top: 56.25%;
}
#branch02{
  padding: 40px 0 50px;
}
.movie_list01{
}
.movie_list01 li{
  width: calc(98% / 2);
  margin-bottom: 2%;
}
.branch_box03 .box_l{
  width: 100%;
  margin-bottom: 20px;
  order: 2;
}
.branch_box03 .box_r{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}
.branch_box03 .box_r .ttl_box02{
  margin: 0 auto 30px;
}
.branch_box03 .box_r .w_box{
}
.head04{
  font-size: 18px;
  padding-bottom: 15px;
  margin-left: 0;
}
.ttl_box02 p{
  margin-bottom: 0;
}
.w_box{
  padding: 20px 25px;
}
.interview_ttl01{
  font-size: 25px;
}
#branch03{
  padding-bottom: 45px;
}
}