/* premises
==========================================================  */
html{
  font-size: calc(10em / 16);
  /* IEで10pxにならないための処置、計算結果は62.5%*/
}
html,body,section,article,nav,menu,picture,figure,figcaption,address,video,div,ul,ol,li,dl,dt,dd,span,small,strong,em,a,h1,h2,h3,h4,p,map,iframe,button,input,img,hr {
  font-style: normal;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  background: none;
}
* {
  color: #2C4252;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  font-family:Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
body .animsition > *{opacity:0;transition:opacity 1s;}
.wf-active.img-active body .animsition > *{opacity:1;}

a { text-decoration: none; }
h1,h2,h3,h4 { font-weight: 500; }
img { display: block; }

/*jscrollpaneのカスタマイズ*/
.jspDrag{
  background-color: #909090;
  border-radius: 1rem;
}
.jspTrack{
  background-color: transparent;
}

.jspVerticalBar{
  background-color: transparent;
  width: 14px;
  padding: 5px;
}

/*========================================================
/premises */


/* basic layout
==========================================================  */


/* header
----------------------------------------------------------  */

header {
  position: fixed;
  z-index: 99999;
  height: 100vh;
}
.header__title {
  position: fixed;
  top: 50px;
  left: 41px;
  z-index: 4;
}
.header__title img { width: 150px; margin: auto; }

.headerNav{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 230px;
  height: 100%;
  min-height: 600px;
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,1);
  border-right: 1px solid rgba(208,216,219,.5); 
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
}
.headerNav:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}


.headerNav__wrap{
  width: 100%;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  z-index: 2;
  position: relative;
}
.headerNav a{
  opacity: 1;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
}
.headerNav a:hover { opacity: .7; }
.headerNav__item.display_on_sp {
  display: none;
}
.headerNav__item > a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: padding 0.05s linear;
  padding: 1.4vh 0;
}
.headerNav__item > a > span{
  display: block;
  width: 130px;
  line-height: 1;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-feature-settings : "palt";
  font-size: 15px;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #2e303c;
  -webkit-transform: translateX(-1%);
  -ms-transform: translateX(-1%);
  -o-transform: translateX(-1%);
  transform: translateX(-1%);
}
.headerNav__subCont {
  margin-top: 1.5vh;
}
.headerNav__subCont .headerNav__item > a {
  padding: 1vh 0;
  position: relative;
}
.headerNav__subCont .headerNav__item > a > span{
  font-size: 13px;
  font-weight: 500;
}
.headerNav__subCont .headerNav__item > a > span:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: relative;
  top: -3px;
  background: rgba(46,48,60,1);
  margin-right: 0.7rem;
}
.headerNav__item img {
  display: inline-block;
  height: 15px;
}

.headerInfo {
  width: 100%;
  margin-top: 5vh;
}
.headerInfo__cont {
  position: relative;
  font-size: 0;
  text-align: center;
}
.headerInfo__item {
  position: relative;
  display: inline-block;
  padding: 0 6.75%;
}
.headerInfo__item:after {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(46,48,60,1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%,-50%);
}
.headerInfo__item:last-child:after { display: none; }
.headerInfo__item a img {
  width: 19px;
  height: 19px;
  margin: auto;
}
.headerInfo a {
  opacity: 1;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
}
.headerInfo a:hover { opacity: .7; }
.headerChildNav{
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  z-index: 1;
}
.headerChildNav__item{
  position: fixed;
  top: 0;
  left: 22.9rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255,255,255,0.92);
  height: 100vh;
  -webkit-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  transform: translateX(-102%);
  z-index: 0;
  opacity: 0;
  border-left: 2px solid #2C4252;
  border-right: 1px solid #2C4252;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  transition: transform 0.3s 0.3s linear, opacity 0.3s linear;
}
.headerChildNav__wrap{
  padding: 0 4.1rem 0 4rem;
}
.headerChildNav__childItem.is_toTop > a{
  padding: 0;
  margin: 0 auto;
  padding-bottom: 2.4rem;
  text-align: center;
}
.headerChildNav__childItem.is_toTop > a:before{
  content: "";
  display: block;
  width: 17rem;
  height: 12rem;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
  margin: 0 auto 1.5rem;
}
.headerChildNav__item[data-childof = "1"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/stay/mainimg.jpg);
}
.headerChildNav__item[data-childof = "2"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/restaurant/mainimg.jpg);
}
.headerChildNav__item[data-childof = "3"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/banquet/mainimg.jpg);
}
.headerChildNav__item[data-childof = "4"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/wedding/mainimg.jpg);
}
.headerChildNav__item[data-childof = "5"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/company/mainimg.jpg);
}
.headerChildNav__item[data-childof = "6"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/recruit/mainimg.jpg);
  background-position: 13% 50%;
}
.headerChildNav__item[data-childof = "7"] .headerChildNav__childItem.is_toTop > a:before{
  background-image: url(/images/osechi/top.jpg);
}
.headerChildNav__childItem.is_toTop > a > span{
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 2.8rem 0.3rem;
  font-size: 1.6rem;
}
.headerChildNav__childItem.is_toTop > a > span:before,
.headerChildNav__childItem.is_toTop > a > span:after{
  content: "";
    width: 7px;
    height: 54px;
    background: url(/images/common/ico-quotes.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.headerChildNav__childItem.is_toTop > a > span:before{
  left: 0;
}
.headerChildNav__childItem.is_toTop > a > span:after{
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.headerChildNav__wrap{
  opacity: 0;
  transition: opacity 0.2s linear;
}
.headerChildNav__childParent{
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 1vh;
}
.headerChildNav__childParent > ul{
  padding: 0.5vh 1.5rem 0.3vh;
}
.headerChildNav__childParent h4{
  color: #000;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 0.3rem;
}

.headerChildNav__childChildItem > a{
  font-size: 1.3rem;
  display: block;
  color: #000;
  height: 4vh;
  line-height: 4vh;
  letter-spacing: -0.04em;
}
.headerChildNav__childItem > a{
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  padding: 0.85vh 0 0.85vh;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}
.headerChildNav__childItem > a:hover{
  opacity: 0.7
}
.headerChildNav__childItem > a:before,
.headerChildNav__childChildItem > a:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 2px 0 2px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #2c4252;
  position: relative;
  top: -0.3rem;
  margin-right: 0.7rem;
}
.headerChildNav__close{
  display: none;
}
.headerNav__parentItem{
  position: relative;
}
.headerNav__parentItem > a{
  transition: background-color 0.3s linear;
}
.headerNav__item > a:hover,
.headerNav__parentItem.is_opened > a{
  background-color: #fafafa;
  opacity: 1;
  transition: background-color 0.1s linear;
}
.headerChildNav__item.is_opened{
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.25s 0.1s linear, z-index 0s 0.1s linear;
}
.headerChildNav__item.is_opened .headerChildNav__wrap{
  transition: opacity 0.3s 0.25s linear;
  opacity: 1;
}

/*カラーバリエーション*/
.headerChildNav__item.cl_stay{
  /*background-color: rgba(238, 242, 245, 1);*/
  border-color: #2C4252;
}
.headerNav__parentItem.cl_stay:after{
  border-color: transparent #2C4252 transparent transparent;
}
.headerChildNav__item.cl_restaurant{
  /*background-color: rgba(247, 247, 237,1);*/
  border-color:  #f4be1d;
}
.headerNav__parentItem.cl_restaurant:after{
  border-color: transparent #f4be1d transparent transparent;
}
.headerChildNav__item.cl_banquet{
  /*background-color: rgba(240, 245, 243, 1);*/
  border-color: #40A080;
}
.headerNav__parentItem.cl_banquet:after{
  border-color: transparent #40A080 transparent transparent;
}
.headerChildNav__item.cl_wedding{
  /*background-color: rgba(250, 243, 242, 1);*/
  border-color: #E78B74;
}
.headerNav__parentItem.cl_wedding:after{
  border-color: transparent #E78B74 transparent transparent;
}
.headerNav > .tools{
  display: none;
}
.headerNav__parentItem > a:before,
.headerNav__parentItem > a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.8rem;
  opacity: 1;
  border-width: 1px 1px 0 0;
  border-color: #2E303C;
  border-style: solid;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: translateY(-50%) scaleY(0.8) rotate(45deg);
  -ms-transform: translateY(-50%) scaleY(0.8) rotate(45deg);
  -o-transform: translateY(-50%) scaleY(0.8) rotate(45deg);
  transform: translateY(-50%) scaleY(0.8) rotate(45deg);
}
.headerNav__parentItem > a:after{
  display: none;
}
.headerNav__parentItem:after{
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 5px 6px 5px 0;
  border-style: solid;
  border-color: transparent #2C4252 transparent transparent;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.headerNav__parentItem.is_opened:after{
  opacity: 1;
  transition: opacity 0.2s 0.3s linear;
}
@media screen and (min-width: 1101px) {
  .headerNav__parentItem.is_opened > a:before,
  .headerNav__parentItem.is_opened > a:after{
    display: block;
    width: 0.9rem;
    height: 1px;
    right: 2.7rem;
    background-color: #2E303C;
    border: none;
  }
  .headerNav__parentItem.is_opened > a:before{
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .headerNav__parentItem.is_opened > a:after{
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

}
@media screen and (min-width: 1300px) {
  .headerNav{
    width: 27rem;
  }
  .headerNav__parentItem > a:before,
  .headerNav__parentItem > a:after{
    right: 6.3rem;
  }
  .headerNav__item > a > span{
    -webkit-transform: translateX(-6%);
    -ms-transform: translateX(-6%);
    -o-transform: translateX(-6%);
    transform: translateX(-6%);
  }
  .headerChildNav__item{
    left: 26.9rem;
  }
}
@media screen and (min-width: 1101px) {
  .headerChildNav{
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  header{
    top: 0;
    width: 100%;
    height: auto;
    min-height: inherit;
    background-color: transparent;
  }
  .headerNav{
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    position: fixed;
    min-height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 7rem;
    bottom: 0;
    height: auto;
    width: 35rem;
    background-color: #f7f8f8;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.3s linear;
  }
  .headerNav.is_active{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: transform 0.2s linear;
  }
  .headerNav__wrap{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .headerNav:after{
    content: none;
  }
  .headerNav__item > a,
  .headerNav__subCont .headerNav__item a{
    justify-content: flex-start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 6.5rem;
    padding: 0 4rem;
    position: relative;
  }
  .headerChildNav{
    z-index: 2;
  }
  .headerChildNav__childItem:not(.is_toTop) a{
    justify-content: flex-start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 6.5rem;
    line-height: 1.3;
  }
  .headerChildNav__childItem > a:before{
    top: -0.1rem;
  }
  .headerNav__subCont{
    margin-top: 0;
  }
  .headerNav__item + .headerNav__item:before,
  .headerChildNav__childItem + .headerChildNav__childItem > a:after{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-image: -moz-linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    background-image: -webkit-linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    -webkit-background-size: 3px 100%;
    background-size: 2px 100%;
    background-repeat: repeat-x;
  }
  .headerNav__cont > .headerNav__item:first-child > a:after{
    content: none;
  }
  .headerChildNav__Cont{
    position: relative;
  }
  .headerChildNav__Cont:after{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-image: -moz-linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    background-image: -webkit-linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    -webkit-background-size: 3px 100%;
    background-size: 2px 100%;
    background-repeat: repeat-x;
  }
  .headerNav__item > a > span,
  .headerNav__subCont .headerNav__item a > span{
    width: 100%;
    font-size: 1.5rem;
  }
  .headerNav__subCont .headerNav__item > a > span:before{
    content: none;
  }
  .header__title{
    padding: 0;
    top: 0;
    left: 0;
    height: 7rem;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0px rgba(230, 230, 230, 0.4);
    box-shadow: 0 0 20px 0px rgba(230, 230, 230, 0.4);
  }
  .header__title > a{
    width: 4.6rem;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 2rem;
  }
  .header__title > a > img{
    display: block;
    margin: 0;
    width: 8.5rem;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .headerInfo{
    position: relative;
    bottom: auto;
    margin-top: 0;
    padding: 5rem 0 12rem;
  }
  .headerInfo__item{
    padding: 0 2.5rem;
  }
  .headerInfo__item a img {
    width: 22px;
    height: 22px;
  }
  .headerChildNav__item{
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35rem;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
    border-left-width: 1px;
    opacity: 1;
    background-color: #f7f8f8;
    transition: transform 0.25s 0.25s linear, z-index 0s 0.5s linear;
  }
  .headerChildNav__item.is_opened{
    transition: transform 0.25s linear;
  }
  .headerChildNav__childParent{
    border-bottom: none;
    margin-bottom: 0;
  }
  .headerChildNav__childParent h4{
    border-bottom: none;
    position: relative;
    padding-bottom: 0.4rem;
    margin-bottom: 0rem;
  }
  .headerChildNav__childChildItem > a{
    height: 4.5rem !important;
  }
  .headerChildNav__childParent h4:after{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-image: -moz-linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    background-image: -webkit-linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(90deg, #2E303C 0, #2E303C 1px, transparent 1px, transparent 2px);
    -webkit-background-size: 3px 100%;
    background-size: 2px 100%;
    background-repeat: repeat-x;
  }

  .headerChildNav__wrap{
    padding: 5rem 5rem 8rem;
  }
  .headerNav__parentItem > a:hover{
    background-color: transparent;
    transition: none;
  }
  .headerNav__item > a > span{
    width: calc(100% - 8rem);
  }
  .headerChildNav__childItem.is_toTop > a:before{
    width: 100%;
    height: 16rem;
  }
  .headerChildNav__close{
    display: block;
    position: relative;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-right: auto;
    margin-bottom: 5rem;
    padding-left: 2.6rem;
    font-size: 1.4rem;
    color: #2E303C;
  }

  .headerChildNav__close:before,
  .headerChildNav__close:after{
    content: "";
    display: block;
    width: 2.2rem;
    height: 1px;
    background-color: #2E303C;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .headerChildNav__close:after{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .headerNav{
    width: 100%;
    height: 100%;
    bottom: 4.5rem;
    opacity: 0;
    transition: opacity 0.35s linear, transform 0s 0.35s linear;
  }
  .headerNav.is_active{
    opacity: 1;
    transition: opacity 0.2s linear, transform 0s linear;
  }
  .headerNav__item.display_on_sp {
    display: block;
  }
  .headerNav__item > a,
  .headerNav__subCont .headerNav__item a{
    height: 5.5rem;
    padding: 0 5%;
  }
  .headerNav__parentItem:after{
    right: 5%;
  }
  .headerChildNav__Cont{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .headerChildNav__item{
    position: fixed;
    width: 100%;
  }
  .headerChildNav__childItem.is_toTop{
    width: 100%;
  }
  .headerChildNav__childItem:not(.is_toTop),
  .headerChildNav__childChildItem{
    flex-basis: calc((99.9% - 1rem)/2);
  }
  .headerChildNav__childChildItem:nth-child(2n + 2){
    margin-left: 1rem;
  }
  .headerChildNav__childParent{
    flex-basis: 100% !important;
  }
  .headerChildNav__childParent ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headerChildNav__childItem:not(.is_toTop) > a{
    height: 4.8rem;
    font-size: 1.3rem;
  }
  .headerChildNav__childItem.is_toTop > a{
    padding-bottom: 1.5rem;
  }
  .headerChildNav__childItem.is_toTop > a:before{
    height: 38vw;
    margin-bottom: 1rem;
  }
  .headerNav__subCont .headerNav__item:nth-child(6),
  .headerNav__subCont .headerNav__item:nth-child(7){
    display: block;
  }
  .headerChildNav__close{
    margin-bottom: 5vw;
  }
  .headerChildNav__wrap{
    padding: 5vw 5% 8rem;
  }
}
@media print {
  header{
    display: none;
  }
}
/* .humburger
----------------------------------------------------------  */
.humburger{
  width: 7rem;
  height: 7rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.humburger__wrapper:after{
  content: "MENU";
  display: block;
  width: 3.1rem;
  font-size: 0.9rem;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-weight: 600;
  -webkit-transform: scaleY(.92);
  -ms-transform: scaleY(.92);
  -o-transform: scaleY(.92);
  transform: scaleY(.92);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.humburger__icon{
  width: 3.1rem;
  height: 2.6rem;
  position: relative;
  margin-bottom: 0.6rem;
}
.humburger__icon > span{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: background-color 0s 0.3s;
}
.humburger__icon > span,
.humburger__icon > span:before,
.humburger__icon > span:after{
  position: absolute;
  display: block;
  width: 3.1rem;
  height: 3px;
  background-color: #2E303C;
}
.humburger__icon > span:before,
.humburger__icon > span:after{
  content: "";
  transition: transform 0.3s linear, top 0.3s 0.3s linear, bottom 0.3s 0.3s linear;
}
.humburger__icon > span:before{
  top: -1.1rem;
}
.humburger__icon > span:after{
  bottom: -1.1rem;
}
.humburger.is_active{
  background-color: #EAEEEF;
}
.humburger.is_active .humburger__icon > span{
  background-color: transparent;
  transition: background-color 0.1s linear;
}
.humburger.is_active .humburger__icon > span:before,
.humburger.is_active .humburger__icon > span:after{
  width: 3.4rem;
}
.humburger.is_active .humburger__icon > span:before{
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 0.3s linear;
}
.humburger.is_active .humburger__icon > span:after{
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}
.humburger.is_active .humburger__wrapper:after{
  content: "CLOSE";
}

.tools{
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 4.5rem;
  background-color: #2E303C;
  display: none;
  -webkit-box-shadow: 0 0 16px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 16px 2px rgba(0,0,0,0.2);
}
.tools__cont{
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.tools__item{
  flex-basis: calc(100% /3);
  flex-grow: 1;
  height: 100%;
  text-align: center;
}
.tools__item > a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-weight: 500;
  -webkit-transform: scaleY(.92);
  -ms-transform: scaleY(.92);
  -o-transform: scaleY(.92);
  transform: scaleY(.92);
  line-height: 1;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.tools__item > a > span{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.tools__item > a > span:before{
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  flex-grow: 1;
  vertical-align: middle;
  display: inline-block ;
  margin-right: 0.5rem;
  top: -0.1rem;
}
.tools__item + .tools__item{
  border-left: 1px solid #A8B1BF;
}
.tools__reserve > a > span:before{
  background-image: url(/images/common/ico-cal.svg);
  width: 1.8rem;
  height: 2.3rem;
}
.tools__access > a > span:before{
  background-image: url(/images/common/ico-anchor.svg);
  width: 1.5rem;
  height: 2.3rem;
  margin-right: 0.5rem;
}
.tools__access > a > span{
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  transform: translateX(-5%);
}
.tools__reserve{
  min-width: 13rem;
  flex-shrink: 0;
  flex-grow: 1;
}
.tools__tel > a > span:before{
  background-image: url(/images/common/ico-tel.svg);
  height: 2rem;
  width: 2.3rem;
  margin-right: 0rem;
  top: 0rem;
}
.tools__tel > a > span{
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.tools__mail > a > span:before{
  background-image: url(/images/common/ico-mail_wh.svg);
  height: 1.4rem;
  width: 1.7rem;
  margin-right: 0.4rem;
  top: -0.1rem;
}
.tools__mail > a > span{
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}

.tools.cl_banquet{
  background-color: #40A080;
}
.tools.cl_wedding{
  background-color: #E78B74;
}
.tools.cl_wedding .tools__item + .tools__item{
  border-color: #FFF;
}
.tools.cl_restaurant{
  background-color: #f4be1d;
}
.tools.cl_restaurant .tools__item > a > span{
  color: #2C4252;
}
.tools.cl_restaurant .tools__reserve > a > span:before{
  background-image: url(/images/common/ico-cal_bl.svg);
}
.tools.cl_restaurant .tools__mail > a > span:before{
  background-image: url(/images/common/ico-mail_bl.svg);
}
.tools.cl_restaurant .tools__access > a > span:before{
  background-image: url(/images/common/ico-anchor_bl.svg);
}

.tools.cl_restaurant .tools__tel > a > span:before{
  background-image: url(/images/common/ico-tel_bl.svg);
}
.tools.cl_restaurant .tools__item + .tools__item{
  border-color: #2C4252;
}
@media screen and (max-width: 1100px) {
  .humburger{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .tools{
    display: block; 
  }
  .tools__item > a{
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------
/header */

/* main
----------------------------------------------------------  */

main {
  width: calc(100% - 230px);
  height: 100%;
  min-height: 600px;
  margin: 0 0 0 230px;
  position: relative;
  background-image: url(/images/common/backgroundshape.svg);
  background-attachment: fixed;
}
/*カラーバリエーション*/
.dir_wedding main{
  background: url(/images/common/backgroundshape_wedding.svg);
  background-attachment: fixed;
}
@media screen and (min-width: 1300px) {
  main{
      width: calc(100% - 27rem);
      margin: 0 0 0 27rem;
  }
}
@media screen and (max-width: 1100px){
  main{
    width: 100%;
    margin-left: 0;
    padding-top: 7rem;
  }
}
@media print{
  main{
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
/*--------------------------------------------------------
/main */

/* footer
----------------------------------------------------------  */

footer {
  width: 100%;
  padding: 0 0 8rem;
  background-color: #3a444a;
}
footer *{
  color: #FFF;
}
footer .container {
  position: relative;
  padding: 0;
}
.breadCrumb{
  border-bottom: 1px solid #DBDBE0;
  padding-top: 4px;
}
.breadCrumb__wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 4.5rem;
}
.breadCrumb__cont{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.breadCrumb__item > a{
  color: #FFF;
}
.breadCrumb__item + .breadCrumb__item{
  position: relative;
  padding-left: 1.9rem;
  margin-left: 1.9rem;
}
.breadCrumb__item:first-child:before{
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.1rem;
  position: relative;
  margin-right: 0.8rem;
  background: url(/images/common/breadcrumb-home.svg) 0 0 / cover no-repeat;
}
.breadCrumb__item + .breadCrumb__item:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-color: transparent #FFF;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* === pagetop === */
.pageTop{
  display: block;
  cursor: pointer;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-weight: 600;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.pageTop:before{
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1rem;
  background: url(/images/common/btt-arrow.svg) 0% 0% / cover no-repeat;
  margin-right: 0.6rem;
  position: relative;
  top: -0.1rem;
}
/* === .footerAddress,
       .footerLocation === */


.footerInfo{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.footerInfo.container{
  padding-top: 5rem;
}
.footerFirstCont{
  flex-basis: 32rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.footerSecondCont{
  flex-basis: 72rem;
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 6rem;

}
.footerAddress{
}
.footerAddress__name{
  font-size: 1.4rem;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  letter-spacing: 0.07em;
  margin-bottom: 1.4rem;
}
.footerAddress__name:before{
  content: "";
  display: block;
  width: 25.5rem;
  height: 6rem;
  background: url(/images/common/footer-logo_twolined.svg) 0% 0% / cover no-repeat;
  margin-bottom: 1.5rem;
}
.footerAddress__item{
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.footerAddress__item + .footerAddress__item{
  margin-top: 0.4rem;
}
.footerAddress__item > *{
  display: inline-block;
}
.footerAddress__item > dt:after{
  content: "： ";
}
.footerLocation{
  margin-top: 3.5rem;
}

.footerLocation__title {
  position: relative;
  padding-left: 2rem;
  background-color: #fff;
  display: block;
  margin-bottom: 1px;
  line-height: 1;
  padding: 1rem 1.5rem;
}
.footerLocation__title *{
  color: #000;
}
.footerLocation__title:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: rgba(46,48,60,1) transparent transparent transparent;
  transform: translate(0,-50%);
  margin-right: 1.1rem;
}

.footerLocation__title > p:before{
  content: none;
}
.footerLocation__title > p {
  display: inline-block;
  padding: 0 3rem 0 0;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  transform: scaleY(.92);
  line-height: 1;
  letter-spacing: 0.1rem;
  vertical-align: text-bottom;
  position: relative;
  font-size: 2rem;
  position: relative;
  top: -0.1rem;
}
.footerLocation__title > small {
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: text-bottom;
  letter-spacing: 0.07rem;
  line-height: 1.6;
  position: relative;
}
.footerLocation__title > small:before {
  content: "";
  width: 0;
  height: 16px;
  border-left: 1px solid rgba(46,48,60,1);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0,-55%);
}

.smallMds + .footerLocation__title,
.listUp + .footerLocation__title,
.bscTable + .footerLocation__title{
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .footerLocation__title{
    margin-bottom: 1.5rem;
  }
  .footerLocation__title > p{
    display: none;
  }
  .footerLocation__title > small{
    font-size: 1.5rem;
  }
  .footerLocation__title > small:before{
    content: none;
  }
  .footerLocation__title:before{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}


.footerLocation__mapWrap{
  width: 100%;
  border: 1px solid #DBDBE0;
  border-top: none;
}
.footerLocation__map{
  display: block;
  width: 100%;
  background: url(/images/common/footer-map.svg) 0 0 / cover no-repeat;
}
.footerLocation__map:before{
  content: "";
  display: block;
  padding-top: 68%;
}
.footerLocation__btnCont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footerLocation__btn{
  display: block;
  line-height: 1;
  width: 50%;
  padding: 1.2rem 1.4rem 1rem;
}
.footerLocation__btn:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-color: transparent #FFF;
  border-style: solid;
  position: relative;
  top: -0.2rem;
  margin-right: 0.7rem;
}
.footerLocation__btn + .footerLocation__btn{
  border-left: 1px solid #FFF;
}
.footerNav{
  font-size: 1.3rem;
  width: 100%;
  padding-bottom: 5rem;
}
.footerNav__cont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerNav__group{
  flex-basis: calc((99.9% - 5.4rem)/4);
}
.footerNav__group:not(:nth-child(-n + 4)){
  margin-top: 4rem;
}
.footerNav__group:last-child{
  margin-right: calc((99.9% - 5.4rem)/4*2 + 1.8rem*2);
}
.footerNav__parentItem{
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  padding-left: 2.2rem;
  padding-bottom: 0.4rem;
  position: relative;
  border-bottom: 1px solid #FFF;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
}
.footerNav__parentItem:before{
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #FFF;
  position: absolute;
  top: 46%;
  left: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footerNav__parentItem:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-color: transparent #343E45;
  border-style: solid;
  position: absolute;
  top: 46%;
  left: 0.8rem;
  -webkit-transform: translate(-38%, -50%);
  -ms-transform: translate(-38%, -50%);
  -o-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}
.footerNav__childItem:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.8rem;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-color: transparent #FFF;
  border-style: solid;
  margin: 0 1.2rem 0 0.6rem;
}
.footerNav__childItem > a{
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  width: calc(100% - 23px);
}
.footerNav__childItem + .footerNav__childItem{
  margin-top: 0.3rem;
}
.copyright{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20rem;
}
.copyright > img{
  width: 100%;
}

@media screen and (max-width: 1640px) {
  .footerNav__group{
    flex-basis: calc((99.9% - 3.6rem)/3);
  }
  .footerNav__group:not(:nth-child(-n + 3)){
    margin-top: 4rem;
  }
  .footerNav__group:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 1410px) {
  .footerNav__group{
    flex-basis: calc((99.9% - 1.8rem)/2);
  }
  .footerNav__group:not(:nth-child(-n + 2)){
    margin-top: 4rem;
  }
  .copyright{
    left: 0;
  }
}
@media screen and (max-width: 1140px) {
  .footerInfo{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footerFirstCont{
    width: 100%;
    flex-basis: auto;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .footerSecondCont{
    margin-left: 0;
    margin-top: 5rem;
    width: 100%;
    flex-basis: auto;
    flex-grow: 1;
  }
  .footerAddress{
    -ms-align-self: center;
    align-self: center;
  }
  .footerLocation{
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  footer{
    padding-bottom: 16.5rem;
  }
  .breadCrumb,
  .footerSecondCont,
  .footerLocation{
    display: none;
  }
  .footerAddress{
    text-align: center;
    width: 100%;
  }
  .footerAddress__name:before{
    width: 14.4rem;
    height: 7.7rem;
    background: url(/images/common/footer-logo.svg) 0% 0% / cover no-repeat;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 1.2rem;
  }
  .copyright{
    left: 50%;
    bottom: -3rem;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}
@media print and (max-width: 750px) {
  footer{
    padding-bottom: 16.5rem;
  }
  .breadCrumb,
  .footerSecondCont,
  .footerLocation{
    display: none;
  }
  .footerAddress{
    text-align: center;
    width: 100%;
  }
  .footerAddress__name:before{
    width: 14.4rem;
    height: 7.7rem;
    background: url(/images/common/footer-logo.svg) 0% 0% / cover no-repeat;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 1.2rem;
  }
  .copyright{
    left: 50%;
    bottom: -3rem;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}

/*--------------------------------------------------------
/footer */

/* mainImg
----------------------------------------------------------  */

.mainImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: calc(58vw - 18rem);
  max-height: 60rem;
  background-color: #DDD;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.mainImg__img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.mainImg > .contentsTitle {
  display: block;
  line-height: 1.5;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0;
}
.mainImg > .contentsTitle > p{
  padding: 1.1rem 8rem;
  z-index: 1;
}
.mainImg > .contentsTitle:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 50px 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 50px 20px rgba(0,0,0,0.2);
  opacity: 0.1;
  z-index: 0;
}
.mainImg > .contentsTitle .bracket{
  background-color: #fff;
  width: 0.4rem;
}
.mainImg > .contentsTitle p:before,
.mainImg > .contentsTitle p:after {
  width: 1.9rem;
  height: 2.9rem;
  background: url(/images/common/bracket_wh-middle.svg) 0 50% / cover no-repeat;
}
.mainImg > .contentsTitle .bracket:before,
.mainImg > .contentsTitle .bracket:after{
  width: 1.9rem;;
  height: 1.4rem;
}
.mainImg > .contentsTitle .bracket:before{
  background: url(/images/common/bracket_wh-top.svg) 0 0 / cover no-repeat;  
}
.mainImg > .contentsTitle .bracket:after{
  background: url(/images/common/bracket_wh-bottom.svg) 0 0 / cover no-repeat;  
}

.mainImg > .contentsTitle p .en {
  font-size: 3.8rem;
  color: rgba(255,255,255,1);
  letter-spacing: 0.15rem;
  margin-bottom: 0.2em;
}
.mainImg > .contentsTitle p .jp {
  font-size: 1.5rem;
  color: rgba(255,255,255,1);
}
.mainImg > .contentsTitle p .jp > .sub{
  font-size: 1.3rem;
  color: rgba(255,255,255,1);
  margin-right: 1rem;
}
.mainImg__title.with_info{
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.mainImg__info {
  text-align: center;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  color: rgba(255,255,255,1);
}
.mainImg__info > *{
  color: #FFF;
}
.dir_wedding .mainImg > .contentsTitle:after{
  background-color: rgba(160,117,78,0.2);
  -webkit-box-shadow: 0 0 50px 20px rgba(160,117,78,0.2);
  box-shadow: 0 0 50px 20px rgba(160,117,78,0.2);
  opacity: 0.8;
}

@media screen and (min-width: 1201px) {
  .mainImg{
      height: calc(58vw - 23rem);
  }
}
@media screen and (max-width: 750px) {
  .mainImg{
      height: 58vw;
      position: relative;
  }
  .mainImg:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.15);
  }
  .mainImg > .contentsTitle p .en {
    font-size: 2.6rem;
  }
  .mainImg > .contentsTitle p .jp {
    font-size: 1.4rem;
  }

  .mainImg > .contentsTitle p {
    padding: 1.5rem 4.5rem 0.7rem; 
  }
  .mainImg__title.with_info{
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .mainImg__info{
    font-family: inherit;
  }
}

/*--------------------------------------------------------
/mainImg */

/* .subNav
----------------------------------------------------------  */

.subNav{
  width: 100%;
  height: 6.5rem;
  background-color: #2C4252;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.subNav__cont{
  width: 78%;
  height: 100%;
  margin: auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
.subNav__item{
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  overflow: hidden;
}
.subNav__item.is_opened{
  overflow: visible;
}
.subNav__item:not(:last-child):after{
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -moz-linear-gradient(0deg, #FFF 0, #FFF 1px, transparent 1px, transparent 2px);
  background-image: -webkit-linear-gradient(0deg, #FFF 0, #FFF 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(0deg, #FFF 0, #FFF 1px, transparent 1px, transparent 2px);
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
  background-repeat: repeat-y;
}
.subNav__item > a{
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 3.3rem;
  color: #FFF;
  transition: all 0.1s linear;
}
.subNav__item > a > span{
  color: #FFF;
  line-height: 1.2;
  position: relative;
}
.subNav__parentItem > a{
  padding-left: 3.2rem;
}
.subNav__childCont{
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: #EEF2F5;
  width: 26rem;
  padding-top: 0.7rem;
  opacity: 0;
}
.subNav__childItem{
  position: relative;
}
.subNav__childItem > a{
  min-height: 5.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #2C4252;
  width: 100%;
  padding: 1.5rem 1.7rem 1.2rem;
  line-height: 1.4;
}
.subNav__childItem + .subNav__childItem:before{
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  background-image: -moz-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 3px);
  background-image: -webkit-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 3px);
  -webkit-background-size: 3px 100%;
  background-size: 3px 100%;
  background-repeat: repeat-x;
}
.subNav__parentItem{
  position: relative;
}
.subNav__parentItem > a > span{
  padding-left: 2.4rem;
}
.subNav__parentItem > a > span:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1.2px solid #FFF;
  transform: translate(0,-58%);
}
.subNav__parentItem > a > span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translate(-50%,-105%) scaleY(1.25) rotate(135deg);  
}

/*カラーバリエーション*/
.dir_restaurant .subNav{
  background-color: #f4be1d;
}
.dir_restaurant .subNav__item > a > span{
  color: #2c4252;
}
.dir_restaurant .subNav__parentItem > a > span:before{
  border-color: #2c4252;
}
.dir_restaurant .subNav__parentItem > a > span:after{
  border-top: 1px solid #2c4252;
  border-right: 1px solid #2c4252;
}
.dir_restaurant .subNav__item:after{
  background-image: -moz-linear-gradient(0deg, #2c4252 0, #2c4252 1px, transparent 1px, transparent 2px);
  background-image: -webkit-linear-gradient(0deg, #2c4252 0, #2c4252 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(0deg, #2c4252 0, #2c4252 1px, transparent 1px, transparent 2px);
}
.dir_restaurant .subNav__childCont{
  background-color: #F7F7ED;
}
.dir_restaurant .subNav__parentItem.is_opened:before{
  border-color: #f4be1d transparent transparent;
}

.dir_banquet .subNav{
  background-color: #40A080;
}
.dir_banquet .subNav__childCont{
  background-color: #F0F5F3;
}
.dir_banquet .subNav__parentItem.is_opened:before{
  border-color: #40A080 transparent transparent;
}

.dir_wedding .subNav{
  background-color: #E78B74;
}
.dir_wedding .subNav__childCont{
  background-color: #FEF1ED;
}
.dir_wedding .subNav__parentItem.is_opened:before{
  border-color: #E78B74 transparent transparent;
}
@media screen and (max-width: 1300px) {
  .subNav__cont{
    width: 100%;
  }
  .subNav__item{
    flex-shrink: 1;
    flex-grow: 0;
  }
  .subNav__item > a{
    padding: 0px 1.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .subNav__item > a{
    padding: 0px 1rem;
  }
}
@media screen and (max-width: 990px) {
  .subNav__item > a{
    letter-spacing: -0.07em;
    padding: 0px 0.8rem;
  }
}
@media screen and (min-width: 751px) {
  .subNav__parentItem.is_opened:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 6px 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: 2px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    -o-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
  }
}
@media screen and (max-width: 750px) {
  .subNav{
    height: 5rem;
  }
  .subNav__cont{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 0.15s linear;
    background-color: #EEF2F5;
    -webkit-box-shadow: 0 7px 11px -7px rgba(0,0,0,0.2);
    box-shadow: 0 7px 11px -7px rgba(0,0,0,0.2);
  }
  .subNav:before{
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0 1px 1px 0;
    border-color: transparent #FFF #FFF transparent;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 3rem;
    z-index: 3;
    -webkit-transform: translateY(-80%) rotate(45deg);
    -ms-transform: translateY(-80%) rotate(45deg);
    -o-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
    transition: opacity 0.05s linear;
  }
  .subNav__item{
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 5rem;
    width: 100%;
    color: #000;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .subNav__item > a{
    padding: 0 0 0 5%;
    letter-spacing: 0em;
  }
  .subNav__item:not(:last-child):after{
    content: none;
  }
  .subNav__item.is_cur{
    background-color: #2C4252;
    z-index: 1;
  }
  .subNav.modifiedForSp.is_opened .subNav__item.is_cur > a:after{
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0 1px 1px 0;
    border-color: transparent #FFF #FFF transparent;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 3rem;
    z-index: 3;
    -webkit-transform: translateY(-20%) rotate(-135deg);
    -ms-transform: translateY(-20%) rotate(-135deg);
    -o-transform: translateY(-20%) rotate(-135deg);
    transform: translateY(-20%) rotate(-135deg);
    transition: opacity 0.05s linear;
  }
  .subNav__item:not(.is_cur){
    opacity: 0;
  }
  .subNav__item:not(.is_cur) > a > span{
    color: #2C4252;
  }

  .subNav__item:not(.is_cur) + .subNav__item:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: -moz-linear-gradient(90deg,#2C4252, #2C4252 1px, transparent 1px, transparent 3px);
    background-image: -webkit-linear-gradient(90deg, #2C4252 0, #2C4252 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(90deg, #2C4252 0, #2C4252 1px, transparent 1px, transparent 3px);
    -webkit-background-size: 3px 100%;
    background-size: 3px 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    opacity: 0;
  }
  .subNav__parentItem{
    height: auto;
    overflow: hidden;
    transition: height 0s 10s linear;
  }
  .subNav__parentItem > a{
    height: 5rem;
    position: relative;
  }
  .subNav__parentItem > a > span:before,
  .subNav__parentItem > a > span:after{
    content: "";
    display: none;
  }
  .subNav__parentItem > a > span{
    padding-left: 0;
  }
  .subNav__parentItem > a:before,
  .subNav__parentItem > a:after{
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    background-color: #2C4252;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .subNav__parentItem > a:after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s linear;
  }
  .subNav__childCont{
    transition: height 0.2s linear;
    background-color: #e5ebf1;
  }
  .subNav__childCont{
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    opacity: 1;
  }
  .subNav__parentItem.is_opened:before{
    height: 1px;
    width: 100%;
    border: none;
    background-image: -moz-linear-gradient(90deg,#2C4252, #2C4252 1px, transparent 1px, transparent 3px);
    background-image: -webkit-linear-gradient(90deg, #2C4252 0, #2C4252 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(90deg, #2C4252 0, #2C4252 1px, transparent 1px, transparent 3px);
    -webkit-background-size: 3px 100%;
    background-size: 3px 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: auto;
    opacity: 0.5;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .subNav__childItem{
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .subNav__childItem > a{
    height: auto;
    min-height: 5rem;
    text-align: left;
    padding: 1.5rem 5% 1.2rem;
    justify-content: flex-start;
  }

  .subNav.is_opened:before{
    opacity: 0;
  }
  .subNav.is_opened .subNav__item{
    position: relative;
    top: auto;
  }
  .subNav.is_opened .subNav__item:not(.is_cur){
    opacity: 1;
    transition: opacity 0.3s 0.2s linear;
  }
  .subNav.is_opened .subNav__item:not(.is_cur) + .subNav__item:before{
    opacity: 0.5;
  }
  .subNav.is_opened .subNav__parentItem > a:before,
  .subNav.is_opened .subNav__parentItem > a:after{
    opacity: 1;
  }
  .subNav.is_opened .subNav__parentItem.is_opened > a:after{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.15s linear;
  }
  .subNav__parentItem.is_opened{
    height: auto;
  }

  .subNav__parentItem.is_opened .subNav__childCont{
    transition: height 0.15s linear;
  }
  .subNav__parentItem.is_opened .subNav__childItem{
    visibility: visible;
    opacity: 1;
  }

  /*カラーバリエーション*/
  .dir_restaurant .subNav__item.is_cur{
    background-color: #f4be1d;
  }
  .dir_restaurant .subNav:before{
    border-color: #2c4252;
  }
  .dir_restaurant .subNav__cont{
    background-color: #F7F7ED;
  }
  .dir_restaurant .subNav__childItem{
    background-color: #f3f3dd;
  }

  .dir_banquet .subNav__item.is_cur{
    background-color: #40A080;
  }
  .dir_banquet .subNav__cont{
    background-color: #F0F5F3;
  }

  .dir_wedding .subNav__item.is_cur{
    background-color: #E78B74;
  }
  .dir_wedding .subNav__cont{
    background-color: #FEF1ED;
  }
}
@media print{
  .subNav{
    display: none;
  }
}
/*--------------------------------------------------------
/.subNav */


/* .lead-map
----------------------------------------------------------  */

.lead_map {
  width: 100%;
  height: 460px;
}

/*--------------------------------------------------------
/.lead-map */



/*========================================================
/basic layout */  


/* parts
==========================================================  */

/* .container 
----------------------------------------------------------  */

.container{
  width: 78%;
  max-width: 106rem;
  margin: auto;
  padding-bottom: 6.5rem;
}
.container.is_wrapped{
  padding: 6.5rem 0 7.5rem;
}
.pageIntro +  section > .container:first-of-type{
  padding-top: 6.5rem;
}
section:last-of-type > .container:last-child,
section:last-of-type > .container:last-child{
  padding-bottom: 12rem;
}
@media screen and (max-width: 1000px) {
  .container{
    width: 85%;
  }
}
@media screen and (max-width: 750px) {
  .container{
    width: 90%;
    padding-bottom: 4rem;
  }
  .container.is_wrapped{
    padding: 4rem 0 4rem;
  }
  .pageIntro +  section > .container:first-of-type{
    padding-top: 4rem;
  }
  section:last-of-type > .container:last-child,
  section:last-of-type > .container:last-child{
    padding-bottom: 8rem;
  }
}

/*--------------------------------------------------------
/.container */

.mds{
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 1.9rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.mds.is_centered{
  text-align: center;
}
.cap{
  font-size: 1.4rem;
  line-height: 1.7;
}
.borderTitle + .cap{
  margin-top: -1.5rem;
}
.smallMds + .cap{
  margin-top: -1rem;
}
.smallMds{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.borderTitle + .smallMds{
  margin-top: -1.5rem;
}
.cap + .smallMds{
  margin-top: 1.5rem;
}
.listUp + .smallMds{
  margin-top: 3.4rem;
}
.simpleLead{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1540px) {
  .simpleLead{
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .mds{
    font-size: 1.6rem;
    font-weight: 600;
  }
  .simpleLead{
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .simpleLead > br{
    display: none;
  }
}

.contentsTitle + .simpleLead,
.fullWImg + .simpleLead,
.fullWSlide + .simpleLead{
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .contentsTitle + .simpleLead,
  .fullWImg + .simpleLead,
  .fullWSlide + .simpleLead{
    margin-top: 2.5rem;
  }
}
.borderTitle{
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  border-bottom: 1px solid #2E303C;
  padding-bottom: 0.2em;
  margin-bottom: 3rem;
  font-size: 1.9rem;
}
* + .borderTitle{
  margin-top: 7.8rem;
}
.cap + .borderTitle{
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .borderTitle{
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  * + .borderTitle{
    margin-top: 4rem;
  }
  .borderTitle + .cap{
    margin-top: -1.2rem;
  }
  .cap + .borderTitle{
    margin-top: 1rem;
  }
}
section.is_colored{
  background-color: #EEF2F5;  
}
.dir_stay section.is_colored{
  background-color: #EEF2F5;
}
.dir_restaurant section.is_colored{
  background-color: #fdf8e7;
}
.dir_banquet section.is_colored{
  background-color: #F0F5F3;
}

.dir_wedding section.is_colored{
  background-color: #FAF3F2;
}

button.slick-arrow {
  width: 27px;
  height: 48px;
  border: 1px solid rgba(44,66,28,1);
  border-radius: 0;
  background: rgba(255,255,255,0.8);
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  cursor: pointer;
  z-index: 10;
}
button.slick-arrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(44,66,28,1);
  border-right: 1px solid rgba(44,66,28,1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%,-50%) rotate(45deg);  
}
button.slick-prev.slick-arrow { left: -5%; transform: translate(0,-50%) scaleX(-1); }
button.slick-next.slick-arrow { right: -5%; }

@media screen and (max-width: 750px) {
  button.slick-next.slick-arrow{
    right: 0;
  }
  button.slick-prev.slick-arrow{
    left: 0;
  }
}

.secTag{
    display: table;
    font-family: "baskerville-urw", "source-han-serif-japanese", serif;
    font-size: 1.2rem;
    transform: scaleY(.95);
    color: rgba(255,255,255,1);
    padding: 0.4rem 1rem 0.3rem;
    letter-spacing: 0.08rem;
}

/*カラーバリエーション*/
.secTag.cl_restaurant{
  background-color: rgba(244,190,29,.85);
}
.secTag.cl_restaurantStore{
  background-color: rgba(255,255,255,.85);
  color: #f4bf1f;
  border: 1px solid #f4bf1f;
}
.secTag.cl_stay{
  background-color: rgba(44, 66, 82, 0.85);
}
.secTag.cl_banquet{
  background-color: rgba(64,174,128,.85);
}
.secTag.cl_wedding{
  background-color: rgba(229,109,102,.85);
}
/* .btn
----------------------------------------------------------  */

.ui{
  cursor: pointer;
}
.btn{
    width: 300px;
    padding: 12px 0 13px;
    display: block;
    background: rgba(46,48,60,1);
    border-radius: 25px;
    font-family: "baskerville-urw", "source-han-serif-japanese", serif;
    font-size: 13px;
    letter-spacing: 0.12rem;
    transform: scaleY(.92);
    color: rgba(255,255,255,1);
    text-align: center;
    position: relative;
    cursor: pointer;
}
.btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 7.5%;
    transform: translate(0,-50%);
}
.btn.is_lined{
  background-color: transparent;
  color: rgba(46,48,60,1);
  border: 1px solid #2E303C;
  font-weight: 600;
}
.btn.is_lined:after{
  border-color: transparent transparent transparent #2E303C;;
    
}
.btn.is_small{
    width: 100%;
    margin-top: auto;
    padding: 9px 0 9px;
}
.btn.is_small + .btn.is_small{
  margin-top: 0.5rem;
}
.btn.is_centered{
  margin-right: auto;
  margin-left: auto;
}

* + .btn{
  margin-top: 2.5rem;
}

/*カラーバリエーション*/
.dir_restaurant .btn,
.cl_restaurant.btn{
  background-color: #f4be1d;
}
.dir_banquet .btn,
.cl_banquet.btn{
  background-color: #40A080;
}
.dir_wedding .btn,
.cl_wedding.btn{
  background-color: #E78B74;
}

.btn__square{
  width: 100%;
  padding: 13px 28px 16px;
  display: block;
  border-top: 1px solid rgba(168,177,191,.90);
  border-bottom: 1px solid rgba(168,177,191,.90);
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 14px;
  letter-spacing: 0.10rem;
  transform: scaleY(.92);
  text-align: center;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}
.btn__square:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #2C4252;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translate(0,-50%);
}
* + .btn__square{
  margin-top: 2rem;
}

.btn__square.to_open:before,
.btn__square.to_open:after{
  content: "";
  display: block;
  width: 1.2rem;
  height: 2px;
  background-color: #2C4252;
  border: none;
  position: absolute;
  top: 50%;
  right: 4.7rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn__square.to_open:after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s linear;
}
.btn__square.to_open.is_opened:after{
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.2s linear;
}
.cap + .btn__square{
  margin-top: 2.5rem;
}
.hiddenCont:not(.is_opened) + .btn__square{
  margin-top: 5rem;
}

.btn.is_toback{
    border: 1px solid rgba(46,48,60,1);
    color: rgba(46,48,60,1);
    background-color: transparent;
    transition: all 0.5s linear;
}
.btn.is_toback:after {
    border-color: transparent transparent transparent rgba(46,48,60,1);
}
.btn.is_toback:hover{
    background: rgba(46,48,60,1);
    color: rgb(255,255,255);
    transition: all 0.3s linear;
}
.btn.is_toback:hover:after {
    border-color: transparent transparent transparent rgba(255,255,255,1);
}

@media screen and (max-width: 750px) {
  .btn{
    width: 100%;
  }
  * + .btn{
    margin-top: 1.5rem;
  }
  .hiddenCont:not(.is_opened) + .btn__square{
    margin-top: 2.5rem;
  }
  .hiddenCont:not(.is_opened) + .btn__square{

  }
}
.inlineLink{
  display: inline-block;
  position: relative;
}
.inlineLink:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999;
}
.fixedBtn{
  width: 135px;
  position: fixed;
  top: 20rem;
  right: 0;
  z-index: 999;
}
.fixedBtn > a{
  -webkit-box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
  position: relative;
  display: block;
  width: 100%;
}
.fixedBtn__txt{
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  -o-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fixedBtn__stay{
  height: 164px;
  background-color: rgba(44,66,82,.92);
  border-radius: 8px 0 0 8px;
}
.fixedBtn__stay .fixedBtn__txt{
  width: 66px ;
  height: 116px;
  background-image: url(/images/stay/btn-reserve_txt.svg);
}
.fixedBtn__resraurant{
  height: 164px;
  background-color: rgba(244,190,29,.92);
  border-radius: 8px 0 0 8px;
}
.fixedBtn__resraurant .fixedBtn__txt{
  width: 82px ;
  height: 114px;
  background-image: url(/images/restaurant/btn-reserve_txt.svg);
}
.fixedBtn__banquet{
  height: 164px;
  background-color: rgba(64,168,128,.92);
  border-radius: 8px 0 0 8px;
}
.fixedBtn__banquet .fixedBtn__txt{
  width: 102px ;
  height: 117px;
  background-image: url(/images/banquet/btn-reserve_txt_1802.svg);
}
.fixedBtn__wedding{
  height: 164px;
  background-color: rgba(231,139,116,.92);
  border-radius: 8px 0 0 8px;
}
.fixedBtn__wedding .fixedBtn__txt{
  width: 85px ;
  height: 128px;
  background-image: url(/images/wedding/btn-reserve_txt_1806.svg);
}
.fixedBtn__recruit{
  height: 164px;
  background-color: rgba(44,66,82,.92);
  border-radius: 8px 0 0 8px;
}
.fixedBtn__recruit .fixedBtn__txt{
  width: 51px ;
  height: 116px;
  background-image: url(/images/recruit/btn-entry_txt.svg);
}

.fixedBtn.for_top{
  width: 160px;
  top: 30px;
  right: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: opacity 0.3s linear;
}
.fixedBtn__top{
  width: 160px !important;
  height: 160px;
  background-color: rgba(237,211,35,.92);
  border-radius: 100%;
}
.fixedBtn__top .fixedBtn__txt{
  width: 93px;
  height: 94px;
  background-image: url(/images/top/btn-reserve_txt.svg);
  -webkit-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  -o-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
}
@media screen and (max-width: 1100px) {
  .fixedBtn.for_top{
    top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .fixedBtn{
    display: none;
  }
}

@media print{
  .fixedBtn{
    display: none;
  }
}

.link-line {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100000;
  cursor: pointer;
}
.link-line .line-icon {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .link-line {
    display: block;
    width: 45px;
    height: 45px;
    top: 10px;
    right: 80px;
  }
}

/*--------------------------------------------------------
/btn */

/* contentsTitle
----------------------------------------------------------  */

.contentsTitle {
  text-align: center;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  letter-spacing: 0.10rem;
  line-height: 1.6;
  margin-bottom: 4.5rem;
}
.contentsTitle > p {
  display: inline-block;
  position: relative;
  padding: 1.1rem 6.2rem;
}
.contentsTitle p:before,
.contentsTitle p:after {
  content: "";
  width: 1.4rem;
  height: 2.2rem;
  background: url(/images/common/bracket-middle.svg) 0 50% / cover no-repeat;
  position: absolute;
  top: 50%;
}
.contentsTitle p:before {
  left: 0rem;
  -webkit-transform: translate(-12%, -50%);
  -ms-transform: translate(-12%, -50%);
  -o-transform: translate(-12%, -50%);
}
.contentsTitle p:after {
  right: 0;
  -webkit-transform: translate(12%, -50%) rotate(180deg);
  -ms-transform: translate(12%, -50%) rotate(180deg);
  -o-transform: translate(12%, -50%) rotate(180deg);
  transform: translate(12%, -50%) rotate(180deg);
}
.contentsTitle .bracket{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background-color: #2c4252;
}
.contentsTitle .bracket:first-child{
  left: 0;
}
.contentsTitle .bracket:last-child{
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contentsTitle .bracket:before,
.contentsTitle .bracket:after{
  content: "";
  display: block;
  width: 1.4rem;;
  height: 1rem;
  position: absolute;
  left: 0rem;
  -webkit-transform: translateX(-12%);
  -ms-transform: translateX(-12%);
  -o-transform: translateX(-12%);
  transform: translateX(-12%);
}
.contentsTitle .bracket:before{
  background: url(/images/common/bracket-top.svg) 0 0 / cover no-repeat;  
  top: 0;
}
.contentsTitle .bracket:after{
  background: url(/images/common/bracket-bottom.svg) 0 0 / cover no-repeat;  
  bottom: 0;
}
.contentsTitle p .en {
  display: block;
  font-size: 2.9rem;
  line-height: 1.15;
  transform: scaleY(.87);
  margin-top: -1.1rem;
  margin-bottom: 0.1em; 
}
.contentsTitle p .jp {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .contentsTitle{
    margin-bottom: 2.5rem;
  }
  .contentsTitle > p{
    padding: 1.1rem 3.6rem;
  }
  .contentsTitle p span{
    font-size: 2.6rem;
  }
}

/*--------------------------------------------------------
/.contentsTitle */


/* .intro
----------------------------------------------------------  */
.intro{
  text-align: center;
}
.intro__title{
    display: inline-block;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.07rem;
    margin-bottom: 2rem;
}
.intro__lead{
  font-size: 1.6rem;
  margin-bottom: 5rem;
  display: block;
  text-align: center;
}
.intro > *:last-child{
  margin-bottom: 0;
}
.intro:not(:last-child){
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .intro{
    text-align: left;
  }
  .intro__title{
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .intro__lead{
    text-align: left;
  }
  .intro__title > br,
  .intro__lead > br{
    display: none;
  }
  .intro .remainSP{
    display: inline;
  }
  .intro:not(:last-child){
    margin-bottom: 3rem;
  }
}
/*--------------------------------------------------------
/.intro */

/* .pageNav
----------------------------------------------------------  */

.pageNav{
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.pageNav__cont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.pageNav__item{
  flex-grow: 1;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  background-color: #EEF2F5;
  padding: 1.5rem 1em;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.pageNav__item > span{
  display: inline-block;
  text-align: left;
}
.pageNav__item.is_cur{
  background-color: #2C4252;
  color: #FFF;
}
.pageNav__item + .pageNav__item{
  margin-left: 1px;
}
.pageNav.is_fixed{
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}

/*カラーバリエーション*/
.dir_restaurant .pageNav__item{
  background-color: #F7F7ED;
}
.dir_restaurant .pageNav__item.is_cur{
  background-color: #f4be1d;
  color: #2c4252;
}

.dir_banquet .pageNav__item{
  background-color: #F0F5F3;
}
.dir_banquet .pageNav__item.is_cur{
  background-color: #40A080;
  color: #FFF;
}

.dir_wedding .pageNav__item{
  background-color: #FEF1ED;
}
.dir_wedding .pageNav__item.is_cur{
  background-color: #E78B74;
  color: #FFF;
}
.dir_wedding .pageNav__item.is_cur > span{
  color: #FFF;
}
@media screen and (max-width: 1100px) {
  .pageNav.is_fixed{
    top: 7rem;
  } 
}
@media screen and (max-width: 750px) {
  .pageNav{
    transition: height 0.2s 0.1s linear;
  }
  .pageNav__cont{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pageNav__item{
    flex-basis: calc((99.9% - 1px)/2);
    /* IEでflex-basisにboxsizingが効かない問題対策 */
    max-width: calc((99.9% - 1px)/2);
    flex-grow: 0;
    position: relative;
    top: auto;
    width: auto;
  }
  .pageNav__item + .pageNav__item{
    margin-left: 0;
  }
  .pageNav__item:not(:nth-child(-n + 2)){
    margin-top: 1px;
  }
  .pageNav.is_fixed{
    background-color: #EEF2F5;
  } 
  .pageNav.is_fixed .pageNav__item{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    opacity: 0;
    transition: background-color 0s;
  }
  .pageNav.is_fixed .pageNav__item:not(:nth-child(-n + 2)){
    margin-top: 0;
  }
  .pageNav.is_fixed.is_opened .pageNav__item:not(.is_cur) + .pageNav__item:before{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: -moz-linear-gradient(90deg,#2C4252, #2C4252 1px, transparent 1px, transparent 3px);
    background-image: -webkit-linear-gradient(90deg, #2C4252 0, #2C4252 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(90deg, #2C4252 0, #2C4252 1px, transparent 1px, transparent 3px);
    -webkit-background-size: 3px 100%;
    background-size: 3px 100%;
    background-repeat: repeat-x;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pageNav.is_fixed.is_opened{
    transition: height 0.15s linear;
  }
  .pageNav.is_fixed.is_opened .pageNav__item{
    position: relative;
    opacity: 1;
    transition: opacity 0.3s 0.25s linear;
  }
  .pageNav.is_fixed .pageNav__item.is_cur{
    z-index: 2;
    opacity: 1;
  }
  .pageNav.is_fixed:before{
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0 1px 1px 0;
    border-color: transparent #FFF #FFF transparent;
    border-style: solid;
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    z-index: 3;
    -webkit-transform: translateY(-80%) rotate(45deg);
    -ms-transform: translateY(-80%) rotate(45deg);
    -o-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
    transition: opacity 0.05s linear;
  }
  .pageNav.is_fixed.is_opened:before{
    opacity: 0;
  }

  /*カラーバリエーション*/
  .dir_wedding .pageNav.is_fixed{
    background-color: #FEF1ED;
  } 
  .dir_restaurant .pageNav.is_fixed:before{
    border-color: transparent #2c4252 #2c4252 transparent;
  } 
}

/*--------------------------------------------------------
/.pageNav */

/* pointTitle
----------------------------------------------------------  */

.pointTitle {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
.pointTitle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: rgba(46,48,60,1) transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-70%);
}
.pointTitle > p {
  display: inline-block;
  padding: 0 3rem 0 0;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 24px;
  transform: scaleY(.92);
  line-height: 1;
  letter-spacing: 0.1rem;
  vertical-align: text-bottom;
  position: relative;
}
.pointTitle > small {
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: text-bottom;
  letter-spacing: 0.07rem;
  line-height: 1.6;
  position: relative;
}
.pointTitle > small:before {
  content: "";
  width: 0;
  height: 16px;
  border-left: 1px solid rgba(46,48,60,1);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0,-55%);
}

* + .pointTitle{
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .pointTitle{
    margin-bottom: 1.5rem;
  }
  .pointTitle > p{
    display: none;
  }
  .pointTitle > small{
    font-size: 1.5rem;
  }
  .pointTitle > small:before{
    content: none;
  }
  .pointTitle:before{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/*--------------------------------------------------------
/pointTitle */

/* .bscTable
----------------------------------------------------------  */
.bscTable{
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #2E303C;
  border-bottom: 1px solid #2E303C;
  margin-bottom: 2rem;
}
table.bscTable{
  text-align: center;
}
.bscTable__cont{
  width: 100%;
  display: table-row;
  font-size: 1.4rem;
}
.bscTable__cont + .bscTable__cont{
  border-top: 1px solid #B1B3B8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bscTable__cont > *{
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 2em;
  font-weight: normal;
}
.twoColumns.bscTable > *{
  padding: 1rem 2em 0.9rem;
}
.bscTable__head{
  background-color: #EEF2F5;
  width: 12em;
  text-align: center;
  border-right: 1px solid #B1B3B8;
}
.bscTable__data{
  background-color: #FFF;
  line-height: 1.78;
}
.bscTable__data + .bscTable__data{
  border-left: 1px solid #B1B3B8;
}
.bscTable__type > .bscTable__data{
  background-color: #f5f8f9;
}
.bscTable + .bscTable{
  margin-top: 2rem;
}
.cap + .bscTable{
  margin-top: 2rem;
}
.twoColumns + .bscTable{
  margin-top: 6.5rem;
}
/*カラーバリエーション*/
.dir_stay .bscTable__head{
  background-color: #EEF2F5;
}
.dir_restaurant .bscTable__head{
  background-color: #F7F7ED;
}
.dir_banquet .bscTable__head{
  background-color: #D9EEE6;
}
.dir_banquet .bscTable__type > .bscTable__data{
  background-color: #ECF6F2
}

.dir_wedding .bscTable__head{
  background-color: #FEF1ED;
}
.dir_wedding .bscTable__type > .bscTable__data{
  background-color: #fef7f5;
}
@media screen and (max-width: 750px){
  .bscTable,
  .bscTable__cont,
  .bscTable__cont > *{
    display: block;
  }
  .bscTable__head{
    border-right: none;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .bscTable__head:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(90deg, #B1B3B8 0, #B1B3B8 1px, transparent 1px, transparent 2px);
    background-image: -webkit-linear-gradient(90deg, #B1B3B8 0, #B1B3B8 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(90deg, #B1B3B8 0, #B1B3B8 1px, transparent 1px, transparent 2px);
    -webkit-background-size: 2px 100%;
    background-size: 2px 100%;
    background-repeat: repeat-x;
  }
  .bscTable__cont > *{
    padding: 1.2rem 1rem 1rem;
  }
  .twoColumns + .bscTable{
    margin-top: 3.5rem;
  }
}
/*--------------------------------------------------------
/.bscTable */


/* .advancedTable
----------------------------------------------------------  */

.advancedTable{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advancedTable__item{
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}
.advancedTable__item > table{
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #2E303C;
  text-align: center;
  line-height: 1.4;
}
.advancedTable__item > table tr{
  width: 100%;
  font-size: 1.4rem;
}
.advancedTable__item > table > tbody > tr:first-child > th{
  border-top: 1px solid #2E303C;
}
.advancedTable__item > table > tbody > tr:first-child > td:first-child{
  background-color: transparent;
}
.advancedTable__item > table tr + tr{
  border-top: 1px solid #B1B3B8;
}
.advancedTable__item > table tr th,
.advancedTable__item > table tr td{
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 1rem 1.3rem;
  font-weight: normal;
  min-width: 8rem
}
.advancedTable__item > table tr th:not(:last-child){
  background-color: #EEF2F5;
  border-right: 1px solid #B1B3B8;
}
.advancedTable__item > table tr th.sub{
  background-color: #f5f8f9;
}
.twoColumns.advancedTable > *{
  padding: 1rem 2em 0.9rem;
}
.advancedTable__head{
  background-color: #EEF2F5;
  width: 12em;
  text-align: center;
  border-right: 1px solid #B1B3B8;
}
.advancedTable td{
  background-color: #FFF;
  line-height: 1.78;
}
.advancedTable td + td{
  border-left: 1px solid #B1B3B8;
}
.cap + .advancedTable{
  margin-top: 2rem;
}
.twoColumns + .advancedTable{
  margin-top: 6.5rem;
}
/*カラーバリエーション*/
.dir_stay .advancedTable__item > table tr th{
  background-color: #EEF2F5;
}
.dir_restaurant .advancedTable__item > table tr th{
  background-color: #F7F7ED;
}

.dir_banquet .advancedTable__item > table tr th{
  background-color: #D9EEE6;
}
.dir_banquet .advancedTable__item > table tr th.sub{
  background-color: #ECF6F2;
}

.dir_wedding .advancedTable__item > table tr th{
  background-color: #FEF1ED;
}
.dir_wedding ..advancedTable__item > table tr th.sub{
  background-color: #fef7f5;
}
@media screen and (max-width: 750px) {
  .twoColumns + .advancedTable{
    margin-top: 3.5rem;
  }
  .advancedTable__item > table tr th,
  .advancedTable__item > table tr td{
    padding: 0.8rem;
  }
}
/*--------------------------------------------------------
/.bscTable */

/* .bscDl
----------------------------------------------------------  */

.bscDl{
  display: table;
  width: 100%;
  background-color: #EEF2F5;
  padding: 1.5rem 5rem;
}
.bscDl > *{
  display: table-cell;
}
.bscDl > dt{
  width: 8em;
  padding-right: 5rem;
  position: relative;
}
.bscDl > dt:after{
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  right: 0;
  background-image: -moz-linear-gradient(0deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  background-image: -webkit-linear-gradient(0deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(0deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
  background-repeat: repeat-y;
}
.bscDl > dd{
  padding-left: 5rem;
  line-height: 1.38;
}
.bscDl + .bscDl{
  border-top: 1px solid #FFF;
}

.bscDl.bscDl__flow > dt:before{
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #6C7980;
  -webkit-transform: translate(41%, -50%) rotate(45deg);
  -ms-transform: translate(41%, -50%) rotate(45deg);
  -o-transform: translate(41%, -50%) rotate(45deg);
  transform: translate(41%, -50%) rotate(45deg);
}
.bscDl.bscDl__flow > dt:after{
  top: -1.6rem;
  bottom: -1.5rem;
}
.bscDl.bscDl__flow.is_first > dt:after{
  top: 50%;
  bottom: -1.5rem;
}
.bscDl.bscDl__flow.is_last > dt:after{
  top: -1.6rem;
  bottom: 50%;
}

/*カラーバリエーション*/
.dir_stay .bscDl{
  background-color: #EEF2F5;
}
.dir_restaurant .bscDl{
  background-color: #F7F7ED;
}
.dir_banquet .bscDl{
  background-color: #F0F5F3;
}
.dir_wedding .bscDl{
  background-color: #FEF1ED;
}

.pointTitle + .bscDl{
  margin-top: 3rem;
}
.bscDl + .pointTitle{
  margin-top: 7rem;
}
@media screen and (max-width: 750px){
  .bscDl{
    padding: 2rem ;
  }
  .bscDl,
  .bscDl > *{
    display: block;
  }
  .bscDl > dt{
    font-weight: 600;
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .bscDl:not(.bscDl__flow) > dt:after{
    height: 1px;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
    background-image: -webkit-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
    -webkit-background-size: 2px 100%;
    background-size: 2px 100%;
    background-repeat: repeat-x;
    top: auto;
    bottom: 0;
  }
  .bscDl > dd{
    padding: 1rem 0 0;
  }
  .bscDl + .bscDl{
  border-width: 2px;
  }
  .bscDl__flow{
    padding-left: 4.5rem;
    position: relative;
  }
  .bscDl.bscDl__flow > dt{
    position:  static;
  }
  .bscDl.bscDl__flow > dt:before{
    left: 2.4rem;
    top: 3rem;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }
  .bscDl.bscDl__flow > dt:after{
    left: 2.5rem;
    top: 2.5rem !important;
    bottom: -2.8rem !important;
    z-index: 1;
  }
  .bscDl.bscDl__flow.is_last > dt:after{
    bottom: calc(100% - 2.5rem) !important;
  }
  .bscDl.bscDl.bscDl__flow > dd{
    padding-top: 0rem;
  }
  .pointTitle + .bscDl{
    margin-top: -1rem;
  }
  .bscDl + .pointTitle{
    margin-top: 3.5rem;
  }
}
/*--------------------------------------------------------
/.bscDl */

/* .listUp
----------------------------------------------------------  */
.listUp{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #2E303C;
  position: relative;
}
.listUp__item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  flex-basis: 20%;
  /* IEでflex-basisにboxsizingが効かない問題対策 */
  max-width: 20%;
  line-height: 1.4;
  padding: 1.5rem;
  border-bottom: 1px solid #B1B3B8;
  background-color: #fff;
}
.listUp__item:not(:nth-child(5n + 5)){
  border-right: 1px solid #B1B3B8;
}
.listUp__item.is_lastLine{
  border-bottom-color: #2E303C;
}
.listUp + .listUp__name{
  margin-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .listUp__item{
    flex-basis: 50%;
  /* IEでflex-basisにboxsizingが効かない問題対策 */
    max-width: 50%;;
  }
  .listUp__item:not(:nth-child(5n + 5)){
    border-right: none;
  }

  .listUp__item:not(:nth-child(2n + 2)){
    border-right: 1px solid #B1B3B8;
  }
  .listUp__item.is_lastLine{
    border-bottom-color: #B1B3B8;
  }

  .listUp:after{
    content: "";
    display: block;
    background-color: #2E303C;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
/*--------------------------------------------------------
/listUp */


/* .thumbList
----------------------------------------------------------  */

.thumbList {
  font-size: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thumbList > li {
  flex-basis: calc((99.9% - 3rem)/2);
  flex-grow: 0;
  flex-shrink: 1;
  border-bottom: 1px solid rgba(168,177,191,.65);
}
.thumbList > li:nth-child(-n + 2){ border-top: 1px solid rgba(168,177,191,.65); }

.thumbList > li > a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2.2rem 0;
}
.thumbList > li > a > figure {
  flex-basis: calc((99.9% - 2rem)/2);
  -ms-align-self: stretch;
  align-self: stretch;
  min-height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.thumbList > li > a > figure:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbList > li > a > div {
  flex-basis: calc((99.9% - 2rem)/2);
  -ms-align-self: center;
  align-self: center;
}
.thumbList > li > a > div > .secTag + h3{
  margin-top: 1.8rem;
}
.thumbList > li a div h3 {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}
.thumbList > li > a > div > p:not(.secTag){
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.thumbList > li > a > div > p.txt:not(.secTag){
  font-size: 1.3rem;
}
.thumbList > li > a > div > h2{
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
.thumbList > li > a > div > button > span{
  display: block;
  font-family: "baskerville-urw", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.2rem;
  transform: scaleY(.95);
  letter-spacing: 0.07rem;
  line-height: 1;
  padding: 0 17px 0 2px;
  position: relative;
}
.thumbList > li > a > div > button > span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent rgba(46,48,60,1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-25%);
}

/*カラーバリエーション*/
.dir_restaurant .thumbList > li > a > div > button > span,
.cl_restaurant.thumbList > li > a > div > button > span{
  color: #f4be1d;
}
.dir_restaurant .thumbList > li > a > div > button > span:after,
.cl_restaurant.thumbList > li > a > div > button > span:after{
  border-left-color: #f4be1d;
}

.dir_banquet .thumbList > li > a > div > button > span,
.cl_banquet.thumbList > li > a > div > button > span{
  color: #40A080;
}
.dir_banquet .thumbList > li > a > div > button > span:after,
.cl_banquet.thumbList > li > a > div > button > span:after{
  border-left-color: #40A080;
}

.dir_wedding .thumbList > li > a > div > button > span,
.cl_wedding.thumbList > li > a > div > button > span{
  color: #E78B74;
}
.dir_wedding .thumbList > li > a > div > button > span:after,
.cl_wedding.thumbList > li > a > div > button > span:after{
  border-left-color: #E78B74;
}


@media screen and (max-width: 750px) {
  .thumbList{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .thumbList > li{
    flex-basis: inherit;
    width: 100%;
  }
  .thumbList > li > a{
    padding: 1.5rem 0;
  }
  .thumbList > li > a > figure{
    flex-basis: 30vw;
    max-height: 30vw;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
  .thumbList > li > a > div{
    flex-grow: 1;
    margin-left: 1.5rem;
  }
  .thumbList > li > a > div {
    -ms-align-self: center;
    align-self: center;
  }
  .thumbList > li a div h3{
    margin-bottom: 1rem;
  }
  .thumbList > li > a > div > .secTag + h3{
    margin-top: 1rem;
  }
  .thumbList > li > a > div > h2{
    font-size: 1.4rem;
  }
  .thumbList > li > a > div > p:not(.secTag){
    font-size: 1.3rem;
  }

}

/*--------------------------------------------------------
/thumbList */

/* .boxList
----------------------------------------------------------  */
.boxList{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boxList__item{
  flex-shrink: 1;
  flex-grow: 0;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.boxList__item > a{
  display: block;
}
.boxList__titleBox{
  position: relative;
}
.boxList__title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8.4rem;
  background-color: rgba(44, 66, 82, 0.85);
}
.boxList__title > p{
  text-align: center;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  line-height: 1;
}
.boxList__title > p > .en{
  display: block;
  font-size: 29px;
  transform: scaleY(.87);
  font-size: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
  color: #FFF;
}
.boxList__title > p > .jp{
  font-size: 12px;
  letter-spacing: 0.16rem;
  color: #FFF;
}
.boxList__item.is_alignLeft .boxList__title{
  justify-content: flex-start;
}
.boxList__item.is_alignLeft .boxList__title > p{
  text-align: left;
  margin-left: 2.5rem;
}

.boxList__item.is_alignLeft .boxList__title > p > .en{
  -webkit-flex: 2.2rem;
  -moz-flex: 2.2rem;
  -ms-flex: 2.2rem;
  -o-flex: 2.2rem;
  flex: 2.2rem;
}
.boxList__img{
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.boxList__img:after{
  content: "";
  display: block;
  padding-top: 90%;
}
.boxList__titleBox + div{
  padding-top: 2.2rem;
}
.boxList__lead{
  font-size: 15px;
  padding: 0 1%;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.boxList__cap{
  padding: 0 1%;
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
}
.boxList__data{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(168,177,191,.90);
  border-bottom: 1px solid rgba(168,177,191,.90);
  padding: 0 0.5rem;
}
.boxList__dataItem{
  flex-basis: calc((99.9% - 2rem)/2);
  flex-grow: 0;
  flex-shrink: 1;
  padding: 0.8rem 0 0.6rem;
  position: relative;
}
.boxList__dataItem.is_fullW{
  flex-basis: 100%;
}
.boxList__dataItem:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  background-image: -webkit-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  -webkit-background-size: 2px 100%;
  background-size: 2px 100%;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}
.boxList__dataItem.is_lastLine:before{
  content: none;
}
.boxList__dataItem:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  visibility:  hidden;
  clear: both;
}
.boxList__dataItem > dd,
.boxList__dataItem > dt{
  display: inline;
}
.boxList__dataItem > dt:before{
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #2E303C;
  position: relative;
  top: -0.2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.6rem;
}
.boxList__dataItem > dt:after{
  content: "／";
}

.boxList__2column .boxList__item{
  flex-basis: calc((99.9% - 3rem)/2);
}
.boxList__2column .boxList__item:not(:nth-child(-n + 2)){
  margin-top: 5.5rem;
}
.boxList__2column .boxList__item:not(:nth-child(2n + 2)){
  margin-right: 3rem;
}

.boxList__3column .boxList__item{
  flex-basis: calc((99.9% - 4rem)/3);
}
.boxList__3column .boxList__item:not(:nth-child(-n + 3)){
  margin-top: 5.5rem;
}

.boxList__3column .boxList__title{
  height: 7rem;
}
.boxList__3column .boxList__item:not(:nth-child(3n + 3)){
  margin-right: 2rem;
}

/*カラーバリエーション*/

.boxList__title.cl_restaurant{
  background-color: rgba(244,190,29,.85);
}
.boxList__title.cl_banquet{
  background-color: rgba(64,174,128,.85);
}
.boxList__title.cl_wedding{
  background-color: rgba(231, 139, 116, .85);
}
.simpleLead + .boxList{
  margin-top: 4.5rem;
}
@media screen and (max-width: 750px) {
  .boxList{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .boxList .boxList__item{
    flex-basis: inherit;
    width: 100%;
  }
  .boxList__2column .boxList__item:not(:nth-child(2n + 2)),
  .boxList__3column .boxList__item:not(:nth-child(3n + 3)){
    margin-right: 0;
  }
  .boxList__2column .boxList__item:not(:nth-child(-n + 2)),
  .boxList__3column .boxList__item:not(:nth-child(-n + 3)){
    margin-top: auto;
  }
  .boxList__item + .boxList__item{
    margin-top: 3.5rem !important;
  }
  .simpleLead + .boxList{
    margin-top: 2.5rem;
  }
  .boxList__title{
    height: 6.8rem;
  }
  .boxList__title > p > .en{
    margin-bottom: 0.1rem;
  }
  .boxList__title > p{
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

/*--------------------------------------------------------
/.boxList */

/* .twoColumns
----------------------------------------------------------  */

.twoColumns{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.twoColumns__item{
  flex-basis: calc((99.9% - 4.5rem)/2);
  flex-grow: 0;
  flex-shrink: 1;
  text-align: justify;
}
.twoColumns__img{
  background-color: #DDD;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.twoColumns__slide{
  width: calc((99.9% - 4.5rem)/2);
}
.twoColumns__slideItem{
  width: 100%;
  background-color: #DDD;
}
.twoColumns__img:after,
.twoColumns__slideItem:after{
  content: "";
  display: block;
  padding-top: 80%;
}
.twoColumns.is_rev{
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.twoColumns.is_wrapped{
  background-color: #F1F1F1;
  padding: 1.2rem 4.5rem 1.2rem 1.2rem;
}
.twoColumns + .twoColumns{
  margin-top: 5rem;
}

.intro + .twoColumns{
  margin-top: 6.6rem;
}

@media screen and (max-width: 1000px) {
  .twoColumns,
  .twoColumns.is_rev{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .twoColumns + .twoColumns{
    margin-top: 3rem;
  }
  .twoColumns__item{
    flex-basis: inherit;
    width: 100%;
  }
  .twoColumns__img,
  .twoColumns__slide{
    margin-bottom: 1.8rem;
  }
  .twoColumns.is_wrapped{
    padding: 3rem;
  }
  .intro + .twoColumns{
    margin-top: 3rem;
  }
}
/*--------------------------------------------------------
/.twoColumns */

/* .qanda
----------------------------------------------------------  */

.qanda{
  background-color: #fff;
}
.qanda__title{
  width: 100%;
  padding: 3rem 7rem 3rem 8.3rem;
  display: block;
  position: relative;
  text-indent: -3.7rem;
  cursor: pointer;
  line-height: 1.5;
}
.qanda__titleTxt{
  font-size: 1.6rem;
}
.qanda__titleTxt:before{
  content: "Q";
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 2.7rem;
  position: relative;
  top: 0.07em;
  margin-right: 1.5rem;
}
.qanda__title:after{
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 5rem;
  right: 5rem;
  background-image: -moz-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  background-image: -webkit-linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(90deg, #6C7980 0, #6C7980 1px, transparent 1px, transparent 2px);
  -webkit-background-size: 2px 100%;
  background-size: 2px 100%;
  background-repeat: repeat-x;
}
.qanda__item:last-child .qanda__title:after{
  content: none;
}
.qanda__item.is_opened:last-child .qanda__title:after{
  content: "";
}
.qanda__viewmore{
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
}
.qanda__viewmore:before,
.qanda__viewmore:after{
  content: "";
  display: block;
  width: 1.2rem;
  height: 2px;
  background-color: #2C4252;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qanda__viewmore:after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s linear;
}
.is_opened .qanda__viewmore:after{
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.2s linear;
}
.qanda__content{
  background-color: #F7F9FA;
  padding: 3rem 5rem;
}


/*カラーバリエーション*/
.dir_restaurant .qanda__titleTxt:before{
  color: #F2BC1D;
}
.dir_restaurant .qanda__content{
  background-color: #FCFAF7;
}
.dir_restaurant .qanda__viewmore:before,
.dir_restaurant .qanda__viewmore:after{
  background-color: #F2BC1D;
}

.dir_banquet .qanda__titleTxt:before{
  color: #40A076;
}
.dir_banquet .qanda__content{
  background-color: #F7FCFA;
}
.dir_banquet .qanda__viewmore:before,
.dir_banquet .qanda__viewmore:after{
  background-color: #40A076;
}

.dir_wedding .qanda__titleTxt:before{
  color: #E78B74;
}
.dir_wedding .qanda__content{
  background-color: #FAF8F7;
}
.dir_wedding .qanda__viewmore:before,
.dir_wedding .qanda__viewmore:after{
  background-color: #E78B74;
}

@media screen and (max-width: 750px){
  .qanda__title{
    padding: 2rem 5rem 2.2rem 4.8rem;
    line-height: 1.3;
    text-indent: -2.2rem;
  }
  .qanda__titleTxt{
    font-size: 1.4rem;
  }
  .qanda__titleTxt:before{
    top: 0;
    left: -0.8rem;
    font-size: 2rem;
    margin-right: 0.7rem;
  }
  .qanda__viewmore{
    right: 2.5rem;
  }
  .qanda__title:after{
    left: 0;
    right: 0;
  }
  .qanda__content{
    padding: 2rem 4rem;
  }
}
/*--------------------------------------------------------
/.qanda */


/* .foldedList
----------------------------------------------------------  */

.foldedList{
}
.foldedList__title{
  width: 100%;
  padding: 3rem 5.1rem 3rem 3rem;
  display: block;
  position: relative;
  background-color: #fff;
}
.foldedList__titleTxt{
  font-size: 1.6rem;
}

.foldedList__item:last-child .foldedList__title:after{
  content: none;
}
.foldedList__item.is_opened:last-child .foldedList__title:after{
  content: "";
}
.foldedList__viewmore{
  position: absolute;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
}
.foldedList__viewmore:before,
.foldedList__viewmore:after{
  content: "";
  display: block;
  width: 1.2rem;
  height: 2px;
  background-color: #2C4252;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.foldedList__viewmore:after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s linear;
}
.is_opened .foldedList__viewmore:after{
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.2s linear;
}
.foldedList__content{
  background-color: #F7F9FA;
  padding: 3rem 5rem;
}
.foldedList__item + .foldedList__item{
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .foldedList__title{
    padding: 2rem 5rem 2rem 3rem;
    line-height: 1.4;
  }
  .foldedList__viewmore{
    right: 3rem;
  }
  .foldedList__content{
    padding: 2rem 3rem ;
  }
}
/*--------------------------------------------------------
/.foldedList */

/* .slideDots
----------------------------------------------------------  */

.slideDots{
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slideDots:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  visibility:  hidden;
  clear: both;
}
.slideDots > li{
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  border-radius: 100%;
  float: left;
}
.slideDots > li.slick-active{
  background-color: #2C4252;
}
.slideDots > li + li{
  margin-left: 0.9rem;
}
.slideDots > li > button{
  display: none;
}

/*カラーバリエーション*/
.dir_wedding .slideDots > li.slick-active{
  background-color: #E78B74;
}

.dir_restaurant .slideDots > li.slick-active{
  background-color: #f4be1d;
}

.dir_banquet .slideDots > li.slick-active{
  background-color: #40A080;
}

/*--------------------------------------------------------
/.slideDots */

/* .fullWIms
----------------------------------------------------------  */

.fullWImg{
  width: 100%;
  background-color: #DDD;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.fullWImg:not(.bscSlide):before,
.fullWImg__slideItem:before{
  content: "";
  display: block;
  padding-top: 60%;
}

.fullWImg__slideItem{
  width: 100%;
  background-color: #DDD;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.bscTable + .fullWImg,
.advancedTable + .fullWImg{
  margin-top: 6.5rem;
}
@media screen and (max-width: 750px) {
  .bscTable + .fullWImg,
  .advancedTable + .fullWImg{
    margin-top: 3.5rem;
  }
}
/*--------------------------------------------------------
/.fullWImg */

/* .pagination
----------------------------------------------------------  */

.pagination{
  width: 100%;
  margin-top: 8rem;
  padding-bottom: 2rem;
  position: relative;
  height: 3rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 1.8rem;

}
.pagination ul{
  display: table;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagination ul:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  visibility:  hidden;
  clear: both;
}
.pagination li{
  display: block;
  float: left;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border: 1px solid #2C4252;
  color: #A4C1C6;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
}
.pagination li + li{
  margin-left: 1rem;
}
.pagination li > a,
.pagination li > .curpage{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination li > .curpage{
  background-color: #2C4252;
  color: #FFF;
}

/*カラーバリエーション*/

.dir_restaurant .pagination li > .curpage{
  background-color: #f4be1d;
  color: #FFF;
}
.dir_restaurant .pagination li{
  border-color: #f4be1d;
}
.dir_restaurant .pagination li > a{
  color: #f4be1d;
}
.dir_wedding .pagination li > .curpage{
  background-color: #E78B74;
  color: #FFF;
}
.dir_wedding .pagination li{
  border-color: #E78B74;
}
.dir_wedding .pagination li > a{
  color: #E78B74;
}
.dir_banquet .pagination li > .curpage{
  background-color: #40A080;
  color: #FFF;
}
.dir_banquet .pagination li{
  border-color: #40A080;
}
.dir_banquet .pagination li > a{
  color: #40A080;
}

/*--------------------------------------------------------
/.pagenation */

/* .hiddenCont
----------------------------------------------------------  */

.hiddenCont{
 margin-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .hiddenCont{
    margin-bottom: 3.5rem;
  }
}

/*--------------------------------------------------------
/.hiddenCont */

/* .mailform
----------------------------------------------------------  */

.mailform{
  width: 100%;
  max-width: 90rem;
  margin: auto;
}
.mailform__item{
}
.mailform__item + .mailform__item,
.mailform__attention + .mailform__item,
.mailform__item + .mailform__annotation,
.mailform__attention + .mailform__annotation,
.mailform[name = "form_comfirm"] dl + dl,
.mailform__item + .unsettledItem,
.unsettledItem + .unsettledItem{
  margin-top: 2.1rem;
}

.mailform__title{
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #3a5264;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d9d9d9;
}
.mailform__item.is_required .mailform__title:after{
  content: "必須";
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #2C4252;
  color: #FFF;
  padding: 0.4rem 0.3rem 0.3rem;
  position: relative;
  top: -0.2rem;
  margin-left: 0.6rem;
}
.mailform__item.is_invisible{
  display: none;
}
/*カラーバリエーション*/

.dir_wedding .mailform__item.is_required .mailform__title:after{
  background-color: #E78B74;
}
.dir_banquet .mailform__item.is_required .mailform__title:after{
  background-color: #40A080;
}


.mailform__data > input,
.mailform__data > textarea{
  display: block;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 0.8rem 1.5rem;
  line-height: 1.6;
  word-break: break-all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mailform__data > input:not(.mailform__inlineInput),
.mailform__data > textarea{
  width: 100%;
}
.mailform__data > input:focus,
.mailform__data > textarea:focus{
  outline: none;
  border-color: #a6a6a6;
}
::placeholder,
:placeholder-shown,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder{
  color: #AAA;
}
:-ms-input-placeholder{
  color: #AAA;
}
.mailform__data > input[name = postcode],
.mailform__data > input[name = _postcode],
.mailform__data > input[name = tel]{
  width: 50%;
}
.mailform__data > input[name = age]{
  width: calc(3em + 30px);
  min-width: 72px;
}
.mailform__data > textarea{
  height: 15em;
  min-height: 100%;
  overflow: auto;
  resize: vertical;
}
.mailform__data > .error{
  color: #d7522d;
  display: block;;
}
.mailform__data > .error + input,
.mailform__data > .error + textarea{
  border-color: #de6e4f;
  background-color: #fff;
}
.mailform__inlineInput{
  display: inline-block !important;
  width: inherit;
  min-width: 16rem;
}
.mailform__inlineInput::placeholder{
  color: #5e5e5e;
}
.mailform__select{
  position: relative;
}
.mailform__select:after{
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-style: solid;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-85%) rotate(135deg);
  -ms-transform: translateY(-85%) rotate(135deg);
  -o-transform: translateY(-85%) rotate(135deg);
  transform: translateY(-85%) rotate(135deg);
}
.mailform__select > select{
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.2rem;
  padding: 0.8rem 4rem 0.6rem 1.4rem;
  background-color: #fff;
  color: #5e5e5e;
  border: 1px solid #d9d9d9;
}
.mailform__select > select > option:disabled{
  display: none;
}
.mailform__radiotxt{
  display: inline-block;
  font-size: 1.4rem;
  color: #5e5e5e;
  cursor: pointer;
  min-width: calc((99.9% - 6rem)/4);
}
.mailform__radiotxt input[type = "radio"]{
  display: none;
}
.mailform__radiotxt:not(:last-child){
  margin-right: 2rem;
}
.mailform__radiotxt .icon{
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  position: relative;
  top: 0.3rem;
  margin-right: 0.8rem;
  border-radius: 100%;
}
.mailform__radiotxt .icon:before{
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.mailform__radiotxt input[type = "radio"]:checked + .icon:before{
  background-color: #000;
}

/*カラーバリエーション*/

.dir_wedding .mailform__radiotxt input[type = "radio"]:checked + .icon:before{
  background-color: #E78B74;
}
.dir_banquet .mailform__radiotxt input[type = "radio"]:checked + .icon:before{
  background-color: #40A080;
}


.mailform__checkboxtxt{
  display: inline-block;
  font-size: 1.4rem;
  color: #5e5e5e;
  cursor: pointer;
  min-width: calc((99.9% - 6rem)/4);
}
.mailform__checkboxtxt input[type = "checkbox"]{
  display: none;
}
.mailform__checkboxtxt:not(:last-child){
  margin-right: 2rem;
}
.mailform__checkboxtxt .icon{
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  position: relative;
  top: 0.3rem;
  margin-right: 0.8rem;
}
.mailform__checkboxtxt .icon:before{
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -75%) rotate(-45deg);
  -ms-transform: translate(-50%, -75%) rotate(-45deg);
  -o-transform: translate(-50%, -75%) rotate(-45deg);
  transform: translate(-50%, -75%) rotate(-45deg);
}
.mailform__checkboxtxt input[type = "checkbox"]:checked + .icon:before{
  border-color: #2C4252;
}

/* flatpickrのカスタマイズ */

.flatpickr-day:nth-child(7n + 1),
.flatpickr-day:nth-child(7n + 7){
  background-color: #f1f3f4 !important;
}

/* /flatpickrのカスタマイズ */

/* jquery ui datepickerのカスタマイズ
----------------------------------------------------------  */

#ui-datepicker-div.ui-datepicker {
  z-index: 2000 !important; //フォームのリストメニューより手前に表示
  //font-size: 13px;
  //font-family: Arial, sans-serif;
}
#ui-datepicker-div.ui-widget-content{
  border: 1px solid #d7dce0;
}
#ui-datepicker-div .ui-widget-header{
  background: #FFF;
  border: none;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default{
  background: #EEF2F5;
  border: none;
  color: #2d3a43;
}
#ui-datepicker-div.ui-datepicker td span,
#ui-datepicker-div.ui-datepicker td a{
  text-align: center;
}
/* ダイアログ */
#ui-datepicker-div .ui-widget-content {
  //border: 1px none #FFFFFF;
}

/* 日曜日 */
#ui-datepicker-div .day-sunday .ui-state-default,
#ui-datepicker-div .day-sunday .ui-state-active {
  background-image: none;
  background-color: #d1dce0;
}
/* 土曜日 */
#ui-datepicker-div .day-saturday .ui-state-default,
#ui-datepicker-div .day-saturday .ui-state-active {
  background-image: none;
  background-color: #e0e7eb;
}
/* 祝祭日 */
#ui-datepicker-div .day-holiday .ui-state-default,
#ui-datepicker-div .day-holiday .ui-state-active {
  background-image: none;
  background-color: #d1dce0;
}
/* 記念日 */
#ui-datepicker-div .day-anniversary .ui-state-default,
#ui-datepicker-div .day-anniversary .ui-state-active {
  background-image: none;
  background-color: #d1dce0;
}
/* 今日 */
#ui-datepicker-div .ui-datepicker-today{
  border: 2px solid #bac4c9;
  padding: 0;
}
/* 選択日 */
#ui-datepicker-div .ui-datepicker-current-day {}
/* 年月のリストメニュー */
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div .ui-datepicker select.ui-datepicker-year {
  width:auto ;
}

/*--------------------------------------------------------
/jquery ui datepickerのカスタマイズ */

/*カラーバリエーション*/

.dir_wedding .mailform__checkboxtxt input[type = "checkbox"]:checked + .icon:before{
  border-color: #E78B74;
}
.dir_banquet .mailform__checkboxtxt input[type = "checkbox"]:checked + .icon:before{
  border-color: #40A080;
}

.mailform__confirmarea li{
  padding:  0 0 0.5rem;
  border-bottom: 1px solid #bfc5ca;
}
.mailform__confirmarea ul + ul{
  margin-top: 2.2rem;
}
.mailform__annotaion{
  font-size: 1.2rem;
  color: #5e5e5e;
}
.mailform__annotaion > a{
  display: inline-block;
  position: relative;
}
.mailform__annotaion > a:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 1px;
  background-color: #2C4252;
}
.mailform__data > * + .mailform__annotaion{
  margin-top: 1rem; 
}
.mailform__attention{
  font-size: 1.3rem;
  color: #f50000;
  margin-top: 0.6rem;
}
.is_error .mailform__data{
  border: 1px solid #f50000;
}
.mailform[name = "form_comfirm"] dt{
  border-bottom: 1px solid #b3bec6;
  margin-bottom: 1.3rem;
}
.mailform[name = "form_comfirm"] dd{
  font-size: 1.2em;
}

.simpleLead + .mailform{
  margin-top: 4rem;
}
.mailform__btnCont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 4.5rem auto 0;
}
.mailform__btnCont .btn{
  margin: 0;
}
@media screen and (max-width: 750px) {
  .simpleLead + .mailform{
    margin-top: 2.5rem;
  }
  .mailform__item + .mailform__item,
  .mailform__attention + .mailform__item,
  .mailform__item + .mailform__annotation,
  .mailform__attention + .mailform__annotation{
    margin-top: 1rem;
  }
  .mailform__select,
  .mailform__inlineInput{
    display: block;
    width: 100%;
  }
  .mailform__select + .mailform__select,
  .mailform__inlineInput + .mailform__inlineInput,
  .mailform__inlineInput+ .mailform__select,
  .mailform__select + .mailform__inlineInput{
    margin-top: 5px;
  }
}

/*--------------------------------------------------------
/.mailform */

/* articleTitle
----------------------------------------------------------  */

.articleLead{
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.articleTitle{
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #A6AFBD;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 750px){
  .articleTitle{
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
  .articleLead{
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/*--------------------------------------------------------
/articleTitle */

/* thumbSlide
----------------------------------------------------------  */

.thumbSlide__item {
  display: block;
  position: relative;
  border-right: 1px solid rgba(255,255,255,1);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.thumbSlide__itemCont {
  display: block;
  position: relative;
}
.thumbSlide__itemCont:before{
  content: "";
  display: block;
  padding-top: 120%;
}
.thumbSlide__img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.thumbSlide__txt{
  width: 100%;
  padding: 1.5rem 2rem 1.8rem;
  position: absolute;
  bottom: 0;
  background: rgba(44,66,82,.85);
}
.thumbSlide__txt > *{
  color: rgba(255,255,255,1);
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
}
.thumbSlide__title {
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  top: 12px;
  left: 25px;
}
.thumbSlide__title > small {
  display: block;
  margin-top: 0.5rem;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.05rem;
}
.simpleLead + .thumbSlide {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .simpleLead + .thumbSlide{
    margin-top: 2.5rem;
  }
  .thumbSlide__itemCont:before{
    padding-top: 100%;
  }
}
/*--------------------------------------------------------
/thumbSlide */

/* .storeList
----------------------------------------------------------  */
.storeList { 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.storeList__item {
  flex-basis: calc((99.9% - 1px)/2);
  position: relative;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.storeList__item:not(:nth-child(-n + 2)){
  margin-top: 1px;
}
.storeList__item:nth-child(1) {
  background-image: url(/images/root/thumb-restaurant01.jpg);
}
.storeList__item:nth-child(2) {
  background-image: url(/images/root/thumb-restaurant02.jpg);
}
.storeList__item:nth-child(3) {
  background-image: url(/images/root/thumb-restaurant03.jpg);
}
.storeList__item:nth-child(4) {
  background-image: url(/images/root/thumb-restaurant04.jpg);
}
.storeList__item:nth-child(5) {
  background-image: url(/images/root/thumb-restaurant05.jpg);
}
.storeList__item:nth-child(6) {
  background-image: url(/images/root/thumb-restaurant06.jpg);
}
.storeList__item > a {
  display: block;
  height: 100%;
}
.storeList__item > a:before{
  content: "";
  display: block;
  padding-top: 70%;
}
.storeList__item > a > div {
  width: 100%;
  padding: 13px 0;
  background: rgba(0,0,0,.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.storeList__item > a > div > h3, .storeList__item > a > div > p, .storeList__item > a > div > time {
  width: 100%;
  display: block;
  color: rgba(255,255,255,1);
}
.storeList__item > a > div > h3 {
  padding: 0 20px;
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 16px;
  letter-spacing: 0.04rem;
  position: relative;
}
.storeList__item > a > div > h3 > *{
    color: inherit;
}
.storeList__item > a > div > h3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent rgba(255,255,255,1);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
.storeList__item > a > div > h3 > .sub{
  font-size: 1.3rem;
  vertical-align: baseline;
  margin-right: 0.5rem;
}
.storeList__item > a > div > h3 > .ruby{
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  vertical-align: baseline;
}
.storeList__item > a > div > h3 > .loc{
  font-size: 1.3rem;
  color: inherit;
  margin-left: 1rem;
  vertical-align: baseline;
}
.storeList__item > a > div > p, .storeList__item > a > div > time {
  font-family: "baskerville-urw", "source-han-serif-japanese", serif;
  font-size: 14px;
  padding: 0 23px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.storeList__item > a > div > p { margin: 0.2rem 0 0 0; }

@media screen and (max-width: 750px) {
  .storeList{
    display: block;
  }
  .storeList__item{
    width: 100%;
  }
  .storeList__item > a:before{
    padding-top: 100%;
  }

  .storeList__item > a > div > p {
    margin-top: 0.5rem;
  }
}


/*--------------------------------------------------------
/.storeList */

/*========================================================
/parts */ 

