@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_bg01.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: #FFF;
  /* text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF; */
  border-bottom:1px solid #FFF;

  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; }

figure {
  position: relative;
}
.caption {
position: absolute;
right: -9em;
bottom: 10px;
color: #231815;
font-size: 11px;
line-height: 1.1;
letter-spacing: 0.06em;
}

.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 5%;
  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 2%;
}

.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 */
.design_Wrap {
  padding: 0 0 5%;
  color:#231815;
}

.facade_Area {
  background: #3b554b;
  background: linear-gradient(#060000 0%, #686967 100%);
  color:#FFF;
/*  padding: 5% 0 5%;*/
  padding: 5% 0 0;
}

.facade_Area02 {
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 5% 0 5%;
}

.facade {
  max-width: 800px;
  width:90%;
  margin: 0 auto;
}
.facade .caption{
  color: #fff;
}



.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_bg01_sp.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 {
    position: absolute;
    right:0;
    bottom: -20px;
  }

  .ttl {
    width:94%;
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
  .ttl img {
    max-height:20px;
  }

  .title_Box {
    padding: 0 0 15%;
  }
  .title_Box p.copy {
  margin: 0 auto 4%;
}

  /* .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 */
  .design_Wrap {

  }

  .facade_Area {
    padding: 10% 0 6%;
  }





  .captionArea {
      padding: 20px 0 100px;
  }












}
