@charset "utf-8";

/*=====================
  concept
=====================*/

/*  contentWrap
=====================*/

.page_ttl {
  font-size: 34px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top:8px solid #3B564C;
  /* background: #3B564C; */
  background: url("../img/mv.jpg") center center no-repeat;
  background-size: cover;
  /* padding: 3.0em 0 6.0em; */
  padding: 28% 0 32%;
  text-align: center;
  position: relative;
}
.page_ttl .p1 {
  width:30%;
  /* font-family: 'Arial', 'メイリオ', serif;
  font-size: 0.53em; */
  font-family: 'Cinzel', serif !important;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 0.6;
  transform: rotate(0.28deg);
  color: #3b564c;
  text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
  border-bottom:1px solid #3b564c;

  margin: 0 auto;
}
.page_ttl .p_cap {
  font-size: 0.53em;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #fff;

  position:absolute;
  bottom:5px;
  right:5px;
}


/* common */
.f-50{font-size: 50%;}
.f-70{font-size: 70%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-150{font-size: 150%;}
.f-180{font-size: 180%;}
.f-200{font-size: 200%;}
.f-220{font-size: 220%;}
.f-250{font-size: 250%;}
.f-280{font-size: 280%;}

.space { height:1.8em; }

.caption {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin-top: 5px;
  text-align: right;
}

.ttl {
  width:600px;
  border-bottom:1px solid #3B564C;
  padding: 50px 0 15px;
  margin: 0 auto 30px;
  text-align: center;
}
.ttl img {
  max-height:25px;
}


.title_Box {
  padding: 0 0 3%;
  text-align:center;
}

.title_Box p {
  font-size: clamp( 13px, calc( 7.666666666666667px + 0.6944444444444444vw ), 16px );
  line-height: 2.0;
  letter-spacing: 0.12em;
}
.title_Box p.sub_ttl {
  font-size: clamp( 16px, calc( 5.333333333333334px + 1.3888888888888888vw ), 22px );
  line-height: 2.0;
  letter-spacing: 0.12em;
  font-family: 'EB Garamond', serif!important;
  font-style: normal;
  transform: rotate(0.28deg);
  margin: 0 auto 1%;
}
.title_Box p.copy {
  font-size: clamp( 18px, calc( -10.444444444444443px + 3.7037037037037033vw ), 34px );
  line-height: 2.0;
  letter-spacing: 0.12em;
  margin: 0 auto 3%;
}

.column_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_2 li,
.column_2 div,
.column_2 figure {
  width:48.5%;
  margin-bottom: 20px;
}

.column_3 {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}
.column_3 li {
  width: calc((100% - 6%) / 3);
  margin-bottom: 20px;
  padding: 0 15px;
}
ul.column_3 li + li {
  border-left: 1px solid #231815;
}


/* kobetsu */
.access_Wrap {
  padding: 5% 0;
  color:#231815;
}

.direct_Area {
  padding: 0 0 5%;
}

.acc_fig01 {
  max-width: 1000px;
  width:90%;
  margin: 0 auto 50px;
}

.car_Area {
  background: #dbd6cc;
  padding: 5% 0;
}

.car_Area .txt_fig {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car_Area .txt_fig div {
  width:55%;
}
.car_Area .txt_fig figure {
  width:40%;
  position: relative;
}

.car_Area .txt_fig .txt p {
  display: inline-block;
  font-size: clamp(25px,3.6vw,46px);
  line-height: 0.5;
  letter-spacing: 0.1em;
  position: relative;
}
.car_Area .txt_fig .txt p.txt01::after {
  content: "（約1,400m）";
  position: absolute;
  bottom:-2.5em;
  right:0;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.car_Area .txt_fig .txt p.txt02::after {
  content: "（約5,700m）";
  position: absolute;
  bottom:-2.5em;
  right:0;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.car_Area .txt_fig .txt p + p {
  margin-top: 30px;
}



.airline_Area {
    position: relative;
  background:url("../img/acc_bg.png") center top no-repeat;
  background-size: contain;
  padding: 28% 0 0;
}

.acc_fig02 {
  max-width: 1320px;
  width:90%;
  margin: 0 auto;
}
.airline_Area > .cap_txt{
  bottom: 59%;
}


.captionArea {
    padding: 20px 0 100px;
}



/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {


}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {



}

@media only screen and (min-width: 768px) and (max-width: 900px)  {


}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  .page_ttl {
    font-size: 25px;
    /* padding: 2.5em 0 4.0em; */
    padding: 20% 0 35%;
    background: url("../img/mv.jpg") center center no-repeat;
    background-size: cover;
  }
  .page_ttl .p1 {
    width:45%;
    font-size: 1.2em;
    letter-spacing: 2px;
  }


  /* common */

  .space { height:0em; }

  .caption {
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin-top: 5px;
  }

  .ttl {
    width:94%;
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
  .ttl img {
    max-height:20px;
  }

  .title_Box {
    padding: 0 0 3%;
  }

  /* .title_Box p {
  }
  .title_Box p.sub_ttl {
    margin: 0 auto 3%;
  }
  .title_Box p.copy {
    margin: 0 auto 3%;
  } */


  .column_2 {
  }
  .column_2 li {
    width:100%;
    margin-bottom: 20px;
  }

  .column_3 {
    justify-content:center;
    flex-wrap: wrap;
  }
  .column_3 li {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 0;
  }
  ul.column_3 li + li {
    border-left: none;
    border-top: 1px solid #231815;
  }


  /* kobetsu */
  .access_Wrap {
    padding: 5% 0;
  }

  .direct_Area {
    padding: 0 0 5%;
  }

  .acc_fig01 {
    max-width: 1000px;
    width:800px;
    margin: 0 auto 30px;
  }

  .car_Area {
    background: #dbd6cc;
    padding: 5% 0;
  }

  .car_Area .txt_fig {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
  }
  .car_Area .txt_fig div {
    width:100%;
    margin-bottom: 30px;
  }
  .car_Area .txt_fig figure {
    width:100%;
  }

  .car_Area .txt_fig .txt p {
    display: inline-block;
    font-size: 25px;
    line-height: 0.5;
    letter-spacing: 0.1em;
    position: relative;
  }
  .car_Area .txt_fig .txt p.txt01::after {
    content: "（約1,400m）";
    position: absolute;
    bottom:-2.5em;
    right:0;
    font-size: 10px;
  }
  .car_Area .txt_fig .txt p.txt02::after {
    content: "（約5.7km）";
    position: absolute;
    bottom:-2.5em;
    right:0;
    font-size: 10px;
  }
  .car_Area .txt_fig .txt p + p {
    margin-top: 20px;
  }



  .airline_Area {
    background:url("../img/acc_bg_sp.png") center top no-repeat;
    background-size: contain;
    padding: 45% 0 0;
  }
  .airline_Area > .cap_txt{
  bottom: unset;
  top: 16.5%;
}

  .acc_fig02 {
    margin-top: 30px;
  }



  .captionArea {
      padding: 20px 0 100px;
  }












}
