@charset "utf-8";
@import url('../common/common.css');

/*---------------------------------------------------------------------------*/
.ttlBox {
  background: url(../../img/concept/bgTtl.jpg) center center no-repeat;
  background-size: cover;
  height: 650px;
  margin: 0 0 60px;
  padding: 75px 0 0;
}

.txtType01 {
  font-size: 12px;
  line-height: 24px;
  padding: 25px 0 0;
}
.txtType02 {
  font-size: 15px;
  line-height:2.2;
  padding: 40px 0 0;
}


.contentsArea {
  padding: 0;
}

.txtBar {
  background: #000000;
  font-size: 0;
  height: 1px;
  line-height: 1;
  margin: 0 0 25px;
  width: 40px;
}

/*conceptArea*/
.conceptArea{
  margin:0 auto;
}
.conceptArea .leadTxt{
  font-size:14px;
  line-height:2;
  text-align:center;
}

/*messageArea*/
.messageArea{
  margin:60px auto;
  padding:80px 0;
  background:url(../../img/concept/bgMessage.png) center top no-repeat,
  url(../../img/concept/bgMessage.png) center bottom no-repeat; 
}
.messageArea .messageTtl{
  font-size:26px;
  color:#a18449;
  line-height:1.3;
  font-family: "garamond-premier-pro", serif !important;
  font-weight: normal;
  letter-spacing:2px;
  text-align:center;
  margin-bottom:6px;
}
.messageArea .messageTtl span{
  font-size:18px;
  font-style:italic;
}
.messageArea .messageCap{
  color: #4b4130;
  font-family: 'ヒラギノ明朝 Pro W3', Roboto, 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 13px;
  text-align: center;
}
.messageArea .movieBox{
  margin:40px auto;
}
.messageArea .comment{
  font-size:16px;
  font-style:italic;
  color:#000;
  line-height:2.4;
  font-family: 'ヒラギノ明朝 Pro W3', Roboto, 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  text-align:center;
}
.messageArea .sign{
  width:560px;
  margin:20px auto 0;
  text-align:right;
}
.messageArea .sign img{
  width:230px;
}
/*pointArea*/
.pointArea {
  margin: 0 auto;
  width: 820px;
}
.pointArea ul li {
  background-color: #FFF;
  margin-bottom: 40px;
  box-sizing:border-box;
}
.pointArea ul li .inner{
  padding:30px 40px;
  display:flex;
  align-items:center;
}
.pointArea ul li .inner .imgBox{
  width:240px;
  margin-right:30px;
}
.pointArea ul li .inner .txtBox{
  text-align:left;
}
.pointArea ul li .inner .txtBox .pointTtl{
  font-size:16px;
  margin-bottom:15px;
}
.pointArea ul li .inner .txtBox .pointTxt{
  font-size:12px;
  line-height:1.9;
}

/*---------------------------------------------------------------------------*/
.info{
  background: #FFF;
  width: 100%;
  padding: 113px 0 124px;
  margin-top: 60px;
}

.info p{
  font-size: 12px;
  line-height: 1.9;
  margin: 0 0 52px;
}
/*---------------------------------------------------------------------------*/
.btns{
  overflow: hidden;
  width: 530px;
  margin: 0 auto;
}

.btns .reserveBtn,
.btns .scheduleBtn {
  background: url(/assets/img/shopCommon/icoArrow02.png) 93% center no-repeat #a93737;
  border: 1px solid #a93737;
  height: 80px;
  text-align: center;
  width: 300px;
}
.btns .reserveBtn {
  float:left;
}
.btns .scheduleBtn {
  float:right;
}
.btns .reserveBtn a,
.btns .scheduleBtn a {
  padding: 30px 0;
  text-align: center;
}
.btns .reserveBtn a {
  background: url("/assets/img/shopCommon/icoReserve.png") 18px center no-repeat;
}
.btns .scheduleBtn a {
  background: url("/assets/img/shopCommon/icoCalendar03.png") 18px center no-repeat;
}
.btns .btn_le {
  float: left;
  width: 200px;
}
.btns .btn_ri {
  float: right;
  width: 300px;
}
.btns .btn_le .btn_Photo a {
  border: 1px solid #a18449;
  width: 198px;
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  padding: 12px 0 11px;
  background-image: url(../../img/style/icon02.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  margin-bottom: 10px;
}

.btns .btn_le .btn_Report a {
  border: 1px solid #a18449;
  width: 198px;
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  padding: 12px 0 11px;
  background-image: url(../../img/style/icon02.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

/*SP CSS
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  .ttlBox {
    background: url(../../img/concept/bgTtl.jpg) center center no-repeat;
    background-size: cover;
    height: 650px;
    margin: 0 0 60px;
    padding: 75px 0 0;
  }

  .txtType01 {
    font-size: 12px;
    line-height: 24px;
    padding: 25px 0 0;
  }
  .txtType02 {
    font-size: 14px;
    line-height:1.6;
    padding: 40px 0 0;
    margin:0 5%;
  }


  .contentsArea {
    padding: 0;
  }

  .txtBar {
    background: #000000;
    font-size: 0;
    height: 1px;
    line-height: 1;
    margin: 0 0 25px;
    width: 40px;
  }

  /*conceptArea*/
  .conceptArea{
    margin:0 auto;
  }
  .conceptArea .leadTxt{
    font-size:14px;
    line-height:2;
    text-align:center;
  }

  /*messageArea*/
  .messageArea{
    margin:60px auto;
    padding:80px 0;
    background:url(../../img/concept/bgMessage.png) center top no-repeat,
    url(../../img/concept/bgMessage.png) center bottom no-repeat; 
  }
  .messageArea .messageTtl{
    font-size:26px;
    color:#a18449;
    line-height:1.3;
    font-family: "garamond-premier-pro", serif !important;
    font-weight: normal;
    letter-spacing:2px;
    text-align:center;
    margin-bottom:6px;
  }
  .messageArea .messageTtl span{
    font-size:18px;
    font-style:italic;
  }
  .messageArea .messageCap{
    color: #4b4130;
    font-family: 'ヒラギノ明朝 Pro W3', Roboto, 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
    font-size: 13px;
    text-align: center;
  }
  .messageArea .movieBox{
    margin:40px auto;
  }
  .messageArea .comment{
    font-size: 14px;
    font-style: italic;
    color: #000;
    line-height: 2;
    font-family: 'ヒラギノ明朝 Pro W3', Roboto, 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
    text-align: center;
  }
  .messageArea .sign{
    width:100%;
    margin:20px auto 0;
    text-align:right;
  }
  .messageArea .sign img{
    width:150px;
    margin-right:20px;
  }
  /*pointArea*/
  .pointArea {
    margin: 0 5%;
    width: 90%;
  }
  .pointArea ul li {
    background-color: #FFF;
    margin-bottom: 0px;
    box-sizing:border-box;
  }
  .pointArea ul li .inner{
    padding:30px 5%;
    display:block;
    align-items:center;
  }
  .pointArea ul li .inner .imgBox{
    width:240px;
    margin-right:30px;
  }
  .pointArea ul li .inner .txtBox{
    text-align:left;
  }
  .pointArea ul li .inner .txtBox .pointTtl{
    font-size:16px;
    margin-top:15px;
    margin-bottom:15px;
  }
  .pointArea ul li .inner .txtBox .pointTxt{
    font-size:12px;
    line-height:1.9;
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .info{
    background: #FFF;
    width: 100%;
    padding: 113px 0 124px;
    margin-top: 60px;
  }

  .info p{
    font-size: 12px;
    line-height: 1.9;
    margin: 0 5% 52px 5%;
  }
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .btns{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }

  .btns .reserveBtn,
  .btns .scheduleBtn {
    background: url(/assets/img/shopCommon/icoArrow02.png) 93% center no-repeat #a93737;
    border: 1px solid #a93737;
    height: 80px;
    text-align: center;
    width: auto;
  }
  .btns .reserveBtn {
    float:left;
  }
  .btns .scheduleBtn {
    float:none;
  }
  .btns .reserveBtn a,
  .btns .scheduleBtn a {
    padding: 30px 0;
    text-align: center;
  }
  .btns .reserveBtn a {
    background: url("/assets/img/shopCommon/icoReserve.png") 18px center no-repeat;
  }
  .btns .scheduleBtn a {
    background: url("/assets/img/shopCommon/icoCalendar03.png") 24% center no-repeat;
    display:block;
  }
  .btns .btn_le {
    float: none;
    width: 100%;
    text-align:center;
    margin-bottom:32px;
  }
  .btns .btn_ri {
    float: none;
    width: 100%;
    text-align:center;
  }
  .btns .btn_le .btn_Photo a {
    border: 1px solid #a18449;
    width: 198px;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    padding: 12px 0 11px;
    background-image: url(../../img/style/icon02.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    margin-bottom: 10px;
  }

  .btns .btn_le .btn_Report a {
    border: 1px solid #a18449;
    width: 198px;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    padding: 12px 0 11px;
    background-image: url(../../img/style/icon02.png);
    background-repeat: no-repeat;
    background-position: 95% center;
  }
}

