@charset "UTF-8";
/**
 * TOP PAGE
 *
 * 01. COMMON
 * 02. MAIN VISUAL
 * 03. TOP NAVIGATION
 * 04. BEST RATE
 * 05. TOPICS
 * 06. CONCEPT
 * 07. STAY
 * 08. RESTAURANT&BAR
 * 09. WEDDING
 * 10. SPA&ESTHETIC
 * 11. BANQUET
 * 12. EVENTS
 * 13. NEWS
 * 14. POPUP
 *
 */
/* ==========================================================================
   01. COMMON
   ========================================================================== */
/* wrapper
   ========================================================================== */
#wrapper {
  padding-top: 0; }

/* header
   ========================================================================== */
@media screen and (min-width: 768px), print {
  #head {
    height: 69px !important;
    top: -69px;
    -webkit-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease; }
    #head.js-active {
      top: 0; }
    #head .head-top {
      height: 69px !important; }
    #head .head-logo {
      width: 137px !important;
      height: 56px !important; }
    #head .pagetop {
      opacity: 1; }
  body:not(.js-gnav-open) #head {
    /*overflow: hidden;*/ } }

@media screen and (max-width: 767px) {
  #head {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0; }
  body:not(.js-menu-open) #head:not(.headroom--pinned) .head-top-sp {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translate3d(0, -76px, 0);
    transform: translate3d(0, -76px, 0);
    -webkit-transform: translate3d(0, -20.27vw, 0);
    transform: translate3d(0, -20.27vw, 0); } }

/* ==========================================================================
   02. MAIN VISUAL
   ========================================================================== */
.main-visual {
  position: relative; }
  .main-visual h1 img {
    width: 100%;
    height: auto; }

#main-visual-scroll {
  color: #fff !important;
  display: block;
  letter-spacing: 0.4em;
  position: absolute;
  bottom: 9%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2; }
  @media screen and (max-width: 767px) {
    #main-visual-scroll {
      bottom: 80px;
      bottom: 21.33vw; } }
  #main-visual-scroll:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    display: block;
    height: 56px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      #main-visual-scroll:before {
        height: 56px;
        height: 14.93vw; } }
  #main-visual-scroll span {
    margin-top: 64px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #main-visual-scroll span {
        margin-top: 64px;
        margin-top: 17.07vw; } }

.pace-done #main-visual-scroll {
  -webkit-animation: scroll-fadeIn 1s ease forwards .3s;
  animation: scroll-fadeIn 1s ease forwards .3s; }
  .pace-done #main-visual-scroll::before {
    -webkit-animation: scroll-act 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both infinite;
    animation: scroll-act 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.3s both infinite; }

@-webkit-keyframes scroll-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes scroll-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scroll-act {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center; } }

@keyframes scroll-act {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center; } }

/* ==========================================================================
   03. TOP NAVIGATION
   ========================================================================== */
.top-nav {
  border-bottom: 1px solid #e6e6d2;
  padding-top: 1.33vw; }

.top-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.top-nav-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1; }
  .top-nav-gnav li {
    margin-right: 3vw;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem; }
  .top-nav-gnav a {
    display: block;
    padding: 1.33vw 0; }
  .top-nav-gnav span {
    color: #b49531;
    display: block;
    padding-bottom: 0.53vw;
    font-size: 12px;
    font-size: 1.2rem; }

.top-nav-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.33vw; }
  .top-nav-utility li {
    line-height: 1;
    padding: 0 1.2vw;
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem; }
    .top-nav-utility li:first-child {
      padding-left: 0; }
      .top-nav-utility li:first-child:before {
        display: none; }
    .top-nav-utility li:last-child {
      padding-right: 0; }
    .top-nav-utility li:before {
      content: '/';
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-nav-inner {
    display: block; }
  .top-nav-gnav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top-nav-utility {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0 24px; } }

@media screen and (max-width: 767px) {
  .top-nav {
    display: none; } }

/* ==========================================================================
   04. BEST RATE
   ========================================================================== */
.sct-best-rate {
  border-bottom: 1px solid #e6e6d2;
  margin-bottom: 2.67vw;
  padding: 1.2vw; }

.best-rate-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .sct-best-rate {
    display: none; } }

/* タイトル
   ========================================================================== */
.best-rate-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 3.33vw; }

.best-rate-ttl {
  color: #b49531;
  margin-right: 0.67vw;
  font-size: 24px;
  font-size: 2.4rem; }

.best-rate-sub {
  margin-top: 0.27vw;
  font-size: 13px;
  font-size: 1.3rem; }

@media screen and (min-width: 768px) and (max-width: 900px) {
  .best-rate-ttl-wrap {
    display: block; }
  .best-rate-ttl {
    padding: 5px 0; }
  .best-rate-sub {
    padding-bottom: 5px; } }

/* inputエリア
   ========================================================================== */
.best-rate-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.best-rate-input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1; }
  .best-rate-input-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2vw; }
  .best-rate-input-list label {
    padding-right: 0.53vw;
    position: relative;
    top: 0.27vw;
    font-size: 12px;
    font-size: 1.2rem; }

.best-rate-arrival {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem; }
  .best-rate-arrival input[type=text] {
    background: none;
    border: none;
    color: #5a5129;
    display: block;
    font-family: "adobe-garamond-pro", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    outline: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem; }
  .best-rate-arrival span {
    display: block;
    padding: 0.13vw;
    position: relative;
    top: 0.13vw; }
    .best-rate-arrival span.icon-calendar {
      cursor: pointer; }

#calid {
  top: 100%; }

#calid_screen > table:first-child {
  border-color: #e6e6d2 !important; }

#calid_screen > table:nth-child(2) {
  border-color: #e6e6d2 !important; }

#calid_screen table td {
  background: #f9f9f4 !important;
  color: #5a5129;
  padding: 8px !important; }

#calid_screen #__calid_btn_close {
  color: #5a5129 !important;
  font-size: 20px !important;
  font-size: 2rem !important; }

.best-rate-select-wrap {
  background: url(/common/css/img/bg_select.png) no-repeat right center;
  background-size: 8px 16px;
  padding-right: 1.07vw;
  position: relative; }

.best-rate-select-label {
  font-size: 24px;
  font-size: 2.4rem; }

.best-rate-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "adobe-garamond-pro", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  outline: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center; }

/* ボタン
   ========================================================================== */
.best-rate-btn button {
  font-family: "adobe-garamond-pro", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  padding: 0.33vw 1.33vw 0.27vw; }

/* ==========================================================================
   05. TOPICS
   ========================================================================== */
.topics-inner {
  background-color: #f9f9f4;
  padding: 2.13vw 2.67vw 2.4vw;
  position: relative; }

.topics-ttl {
  color: #b49531;
  line-height: 1;
  position: absolute;
  left: 2.67vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.topics-list {
  position: relative;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease; }
  .topics-list li {
    padding: 0 5.33vw;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transform: translateX(-30px) translateY(-50%);
    -ms-transform: translateX(-30px) translateY(-50%);
    transform: translateX(-30px) translateY(-50%);
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    -o-transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease; }
    .topics-list li.js-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%); }
  .topics-list a:before {
    color: #b49531;
    content: "";
    display: inline-block;
    margin-right: 1.07vw;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#topics-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.2vw;
  width: 100%; }
  #topics-dots li {
    background-color: #e6e6d2;
    border-radius: 2px;
    margin: 0 3px;
    height: 4px;
    width: 4px;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
    #topics-dots li.js-active {
      background-color: rgba(180, 149, 49, 0.7); }

@media screen and (max-width: 767px) {
  .sct-topics {
    position: absolute;
    left: 0;
    top: 491px;
    top: 130.93vw;
    width: 100%; }
  .topics-inner {
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 20px;
    padding-right: 5.33vw;
    padding-bottom: 40px;
    padding-bottom: 10.67vw;
    padding-left: 20px;
    padding-left: 5.33vw; }
  .topics-ttl {
    border-bottom: 1px solid #e6e6d2;
    margin-bottom: 20px;
    margin-bottom: 5.33vw;
    padding-bottom: 12px;
    padding-bottom: 3.2vw;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  .topics-list li {
    padding-right: 10px;
    padding-right: 2.67vw;
    padding-left: 10px;
    padding-left: 2.67vw;
    top: 0;
    text-align: left;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
    .topics-list li.js-active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .topics-list a {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-left: 5.33vw; }
    .topics-list a:before {
      position: absolute;
      left: 0;
      top: 6px;
      top: 1.6vw; }
  #topics-dots {
    bottom: 20px;
    bottom: 5.33vw; }
    #topics-dots li {
      border-radius: 2px;
      border-radius: 0.53vw;
      height: 4px;
      height: 1.07vw;
      width: 4px;
      width: 1.07vw; } }

/* ==========================================================================
   06. CONCEPT
   ========================================================================== */
.sct-concept {
  background: url("/common/css/img/bg_wave.gif") no-repeat center 7.33vw;
  background-size: contain;
  margin-bottom: 12.93vw;
  padding-top: 7.47vw;
  text-align: center; }

.concept-ttl {
  color: #b49531;
  letter-spacing: .5em;
  line-height: 1.2;
  margin-bottom: 3vw;
  font-size: 14px;
  font-size: 1.4rem; }

.concept-lead {
  letter-spacing: .2em;
  line-height: 1.2;
  margin-bottom: 1.6vw;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 32px;
  font-size: 3.2rem; }

.concept-lead-sub {
  letter-spacing: .2em;
  line-height: 1.2;
  margin-bottom: 3.33vw;
  font-size: 16px;
  font-size: 1.6rem; }

.concept-text {
  margin-bottom: 4.33vw; }

@media screen and (max-width: 767px) {
  .sct-concept {
    background-image: url(/common/css/img/bg_wave_sp.gif);
    background-position-y: 260px;
    background-position-y: 69.33vw;
    margin-bottom: 150px;
    margin-bottom: 40vw;
    padding-top: 220px;
    padding-top: 58.67vw; }
  .concept-ttl {
    margin-bottom: 50px;
    margin-bottom: 13.33vw; }
  .concept-lead {
    margin-bottom: 20px;
    margin-bottom: 5.33vw;
    font-size: 24px;
    font-size: 2.4rem; }
  .concept-lead-sub {
    margin-bottom: 54px;
    margin-bottom: 14.4vw;
    font-size: 12px;
    font-size: 1.2rem; }
  .concept-text {
    margin-bottom: 48px;
    margin-bottom: 12.8vw;
    padding-left: 48px;
    padding-left: 12.8vw;
    padding-right: 48px;
    padding-right: 12.8vw; } }

/* ==========================================================================
   07. STAY
   ========================================================================== */
.sct-stay {
  margin-bottom: 14vw; }
  @media screen and (max-width: 767px) {
    .sct-stay {
      margin-bottom: 115px;
      margin-bottom: 30.67vw; }
      .sct-stay .slick-track {
        margin-left: 0; }
      .sct-stay .slick-list {
        overflow: visible; } }

/* タイトル
   ========================================================================== */
.stay-ttl {
  color: #b49531;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 1.33vw;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem; }
  .stay-ttl a {
    color: #b49531; }
  @media screen and (max-width: 767px) {
    .stay-ttl {
      letter-spacing: .15em;
      margin-bottom: 24px;
      margin-bottom: 6.4vw;
      font-size: 28px;
      font-size: 2.8rem; } }

/* リード
   ========================================================================== */
.stay-lead {
  line-height: 1.2;
  margin-bottom: 3.6vw;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .stay-lead {
      margin-bottom: 38px;
      margin-bottom: 10.13vw; } }

/* お部屋ボックス
   ========================================================================== */
.stay-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .stay-box-wrap.js-active .stay-box-text-wrap {
    opacity: .4; }
  .stay-box-wrap.js-active .stay-box.js-active .stay-box-text-wrap {
    opacity: 1; }

@media screen and (min-width: 768px), print {
  .stay-box:nth-child(1) {
    width: 32vw; }
    .stay-box:nth-child(1) .stay-box-img {
      border-radius: 0.27vw 0 0 0.27vw; }
  .stay-box:nth-child(2) {
    width: 33.33vw; }
  .stay-box:nth-child(3) {
    width: 32vw; }
    .stay-box:nth-child(3) .stay-box-img {
      border-radius: 0 0.27vw 0.27vw 0; }
  .stay-box.js-active .stay-box-img-on {
    z-index: 10; } }

.stay-box-img {
  height: 37.33vw;
  overflow: hidden; }

.stay-box-img-on {
  border-radius: 0.27vw;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 37.33vw;
  width: 100%; }
  .stay-box-img-on a {
    display: block;
    height: 100%; }

.stay-box-text-wrap {
  padding: 2.13vw;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.stay-box-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.53vw; }

.stay-box-ttl {
  padding-right: 0.87vw;
  font-size: 20px;
  font-size: 2rem; }

.stay-box-floor {
  color: #b49531;
  font-size: 16px;
  font-size: 1.6rem; }

.stay-box-text {
  color: #5a5129; }

@media screen and (max-width: 767px) {
  .stay-box-wrap {
    display: block;
    overflow: hidden;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw; }
  .stay-box a {
    outline: none; }
  .stay-box-inner {
    background-color: #f9f9f4;
    border-radius: 4px;
    border-radius: 1.07vw;
    margin-left: 5px;
    margin-left: 1.33vw;
    margin-right: 5px;
    margin-right: 1.33vw;
    overflow: hidden; }
  .stay-box-img {
    border-radius: 0 !important;
    height: 400px;
    height: 106.67vw;
    width: 100%; }
  .stay-box-img-on {
    display: none; }
  .stay-box-text-wrap {
    padding-top: 24px;
    padding-top: 6.4vw;
    padding-right: 24px;
    padding-right: 6.4vw;
    padding-bottom: 32px;
    padding-bottom: 8.53vw;
    padding-left: 24px;
    padding-left: 6.4vw; }
  .stay-box-ttl-wrap {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
  .stay-box-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 14px;
    padding-right: 3.73vw; }
  .stay-box-floor {
    font-size: 14px;
    font-size: 1.4rem; } }

/* タブ
   ========================================================================== */
@media screen and (max-width: 767px) {
  .stay-tab {
    display: block;
    line-height: 1;
    text-align: center;
    display: block;
    padding-right: 10px;
    padding-right: 2.67vw; }
    .stay-tab:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .stay-tab li {
      float: left;
      width: 50%;
      margin-right: 10px;
      margin-right: 2.67vw; }
      .stay-tab li:nth-child(2n) {
        margin-right: -10px;
        margin-right: -2.67vw; }
      .stay-tab li.js-active a {
        border-top-color: #b49531; }
    .stay-tab a {
      border-top: 2px solid #e6e6d2;
      display: block;
      -webkit-transition: border-top-color 0.5s ease;
      -o-transition: border-top-color 0.5s ease;
      transition: border-top-color 0.5s ease;
      padding-top: 18px;
      padding-top: 4.8vw;
      padding-bottom: 18px;
      padding-bottom: 4.8vw; }
  .stay-tab-floor {
    color: #b49531;
    margin-bottom: 8px;
    margin-bottom: 2.13vw; }
  .stay-tab-ttl {
    font-size: 14px;
    font-size: 1.4rem; } }

/* 電話番号
   ========================================================================== */
.stay-reserve-room {
  margin-top: 2.67vw; }

.stay-reserve-room-tel {
  border: 1px solid #5a5129;
  border-radius: 0.4vw;
  padding: 1.2vw 0.87vw 0.87vw;
  width: 33.33%;
  margin: 0 auto;
  text-align: center; }
  .stay-reserve-room-tel .tel-txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4; }

@media screen and (max-width: 767px) {
  .stay-reserve-room {
    margin-top: 40px;
    margin-top: 10.67vw;
    padding-left: 20px;
    padding-left: 5.33vw;
    padding-right: 20px;
    padding-right: 5.33vw; }
  .stay-reserve-room-tel {
    width: 100%;
    border-radius: 6px;
    border-radius: 1.6vw;
    padding-top: 16px;
    padding-top: 4.27vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 13px;
    padding-bottom: 3.47vw;
    padding-left: 15px;
    padding-left: 4vw; }
    .stay-reserve-room-tel .tel-txt {
      font-size: 16px;
      font-size: 1.6rem; } }

/* ==========================================================================
   08. RESTAURANT&BAR
   ========================================================================== */
.sct-restaurants {
  margin-bottom: 12vw; }
  @media screen and (max-width: 767px) {
    .sct-restaurants {
      margin-bottom: 115px;
      margin-bottom: 30.67vw; }
      .sct-restaurants .slick-track {
        margin-left: 0; }
      .sct-restaurants .slick-list {
        overflow: visible; } }

/* タイトル
   ========================================================================== */
.restaurants-ttl {
  color: #b49531;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 1.33vw;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem; }
  .restaurants-ttl a {
    color: #b49531; }
  @media screen and (max-width: 767px) {
    .restaurants-ttl {
      letter-spacing: .15em;
      margin-bottom: 24px;
      margin-bottom: 6.4vw;
      font-size: 28px;
      font-size: 2.8rem; } }

/* リード
   ========================================================================== */
.restaurants-lead {
  line-height: 1.2;
  margin-bottom: 3.6vw;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .restaurants-lead {
      margin-bottom: 38px;
      margin-bottom: 10.13vw; } }

/* レストランボックス
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .restaurants-box-wrap {
    height: 44vw;
    position: relative; } }

@media screen and (max-width: 767px) {
  .restaurants-box-wrap {
    overflow: hidden;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw; } }

@media screen and (min-width: 768px), print {
  .restaurants-box {
    display: none;
    height: 44vw;
    width: 100%;
    margin-bottom: 2.67vw;
    position: absolute;
    left: 0;
    top: 0; }
    .restaurants-box.js-active {
      z-index: 10; }
    .restaurants-box a:hover .link-more .more-overlay,
    .restaurants-box a:hover .link-more .more {
      opacity: 1; } }

@media screen and (max-width: 767px) {
  .restaurants-box {
    background-color: transparent; } }

@media screen and (min-width: 768px), print {
  .restaurants-box-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #5a5129;
    height: 100%; } }

@media screen and (max-width: 767px) {
  .restaurants-box-inner {
    background-color: #f9f9f4;
    border-radius: 4px;
    border-radius: 1.07vw;
    margin-left: 5px;
    margin-left: 1.33vw;
    margin-right: 5px;
    margin-right: 1.33vw;
    overflow: hidden; } }

/* テキスト部分
   ========================================================================== */
.restaurants-box-text {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .restaurants-box-text {
      background-color: #f9f9f4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .restaurants-box-text {
      display: block;
      padding-right: 20px;
      padding-right: 5.33vw;
      padding-bottom: 35px;
      padding-bottom: 9.33vw;
      padding-left: 20px;
      padding-left: 5.33vw; } }

@media screen and (min-width: 768px), print {
  .restaurants-box-text-inner {
    padding-top: 6.33vw;
    padding-bottom: 6.33vw;
    width: 28vw; } }

/* 画像
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .restaurants-box-img {
    width: 48.67vw; } }

@media screen and (max-width: 767px) {
  .restaurants-box-img {
    width: 100%;
    height: 305px;
    height: 81.33vw; } }

/* レストラン種別
   ========================================================================== */
.restaurants-box-sub {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.33vw;
  line-height: 1;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .restaurants-box-sub {
      display: none; } }

/* タイトル
   ========================================================================== */
.restaurants-box-ttl-wrap {
  height: 160px; }
  @media screen and (min-width: 768px), print {
    .restaurants-box-ttl-wrap {
      height: 10.67vw; } }
  @media screen and (max-width: 767px) {
    .restaurants-box-ttl-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 90px;
      height: 24vw; } }

.restaurants-box-ttl {
  line-height: 1;
  margin: 0 auto;
  text-align: center; }
  .restaurants-box-ttl img {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px), print {
      .restaurants-box-ttl img.logo-lecoeur {
        width: 13.33vw; }
      .restaurants-box-ttl img.logo-kokoro {
        width: 7.33vw; }
      .restaurants-box-ttl img.logo-grandbleu {
        width: 20vw; }
      .restaurants-box-ttl img.logo-lepan {
        width: 8.67vw; } }
    @media screen and (max-width: 767px) {
      .restaurants-box-ttl img.logo-lecoeur {
        width: 125px;
        width: 33.33vw; }
      .restaurants-box-ttl img.logo-kokoro {
        width: 64px;
        width: 17.07vw; }
      .restaurants-box-ttl img.logo-grandbleu {
        width: 170px;
        width: 45.33vw; }
      .restaurants-box-ttl img.logo-lepan {
        width: 80px;
        width: 21.33vw; } }

/* リード
   ========================================================================== */
.restaurants-box-lead {
  margin-bottom: 2.67vw;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .restaurants-box-lead {
      font-size: 12px;
      font-size: 3.2vw;
      margin-bottom: 22.5px;
      margin-bottom: 6vw;
      position: static; } }

/* テーブル
   ========================================================================== */
.restaurants-box-tbl-wrap {
  border-top: 1px solid #e6e6d2;
  margin-bottom: 0.53vw;
  padding-top: 1.07vw;
  padding-bottom: 1.07vw; }
  @media screen and (max-width: 767px) {
    .restaurants-box-tbl-wrap {
      margin-bottom: 0px;
      margin-bottom: 0vw;
      padding-top: 15px;
      padding-top: 4vw;
      padding-bottom: 15px;
      padding-bottom: 4vw; } }

/* お問い合わせ・ご予約
   ========================================================================== */
.restaurants-box-contact {
  border-top: 1px solid #e6e6d2;
  text-align: right;
  padding-top: 10px;
  padding-top: 2.67vw; }

/* タブ
   ========================================================================== */
.restaurants-tab {
  border: none;
  height: 9.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.67vw;
  text-align: center; }
  .restaurants-tab li {
    margin: 0 0.67vw;
    width: 25%; }
    .restaurants-tab li.js-active a {
      border-bottom-color: #b49531; }
    .restaurants-tab li.js-active .restaurants-tab-ttl img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }
  .restaurants-tab a {
    border-bottom: 2px solid #e6e6d2;
    display: block;
    height: 100%;
    padding-top: 2.53vw;
    -webkit-transition: border-bottom-color 0.5s ease;
    -o-transition: border-bottom-color 0.5s ease;
    transition: border-bottom-color 0.5s ease; }

.restaurants-tab-sub {
  color: #5a5129;
  line-height: 1;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.restaurants-tab-ttl {
  line-height: 1;
  margin: 0 auto;
  text-align: center; }
  .restaurants-tab-ttl img {
    display: inline-block;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
    opacity: .8;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto; }
    .restaurants-tab-ttl img.logo-lecoeur {
      width: 7.93vw;
      padding-top: 1vw; }
    .restaurants-tab-ttl img.logo-kokoro {
      width: 3.67vw;
      padding-top: 0.67vw; }
    .restaurants-tab-ttl img.logo-grandbleu {
      width: 10vw;
      padding-top: 1vw; }
    .restaurants-tab-ttl img.logo-lepan {
      width: 5vw;
      padding-top: 0vw; }
  @media screen and (max-width: 767px) {
    .restaurants-tab-ttl {
      margin-bottom: 28px;
      margin-bottom: 7.47vw; }
      .restaurants-tab-ttl img.logo-lecoeur {
        width: 95px;
        width: 25.33vw;
        padding-top: 10px;
        padding-top: 2.67vw; }
      .restaurants-tab-ttl img.logo-kokoro {
        width: 45px;
        width: 12vw;
        padding-top: 5px;
        padding-top: 1.33vw; }
      .restaurants-tab-ttl img.logo-grandbleu {
        width: 120px;
        width: 32vw;
        padding-top: 15px;
        padding-top: 4vw; }
      .restaurants-tab-ttl img.logo-lepan {
        width: 60px;
        width: 16vw; } }

@media screen and (max-width: 767px) {
  .restaurants-tab {
    display: block;
    display: block;
    padding-right: 10px;
    padding-right: 2.67vw; }
    .restaurants-tab:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .restaurants-tab li {
      float: left;
      margin: 0;
      width: 50%;
      height: 80px;
      height: 21.33vw;
      margin-right: 10px;
      margin-right: 2.67vw; }
      .restaurants-tab li:nth-child(2n) {
        margin-right: -10px;
        margin-right: -2.67vw; }
      .restaurants-tab li.js-active a {
        border-top-color: #b49531; }
    .restaurants-tab a {
      border-bottom: none;
      border-top: 2px solid #e6e6d2;
      -webkit-transition: border-top-color 0.5s ease;
      -o-transition: border-top-color 0.5s ease;
      transition: border-top-color 0.5s ease; } }

/* ==========================================================================
   09. WEDDING
   ========================================================================== */
.sct-wedding {
  margin-bottom: 9.33vw; }
  .sct-wedding a {
    display: block; }

.wedding-inner {
  background: url(img/wedding_bg.jpg) no-repeat left top;
  background-size: cover;
  height: 47.33vw;
  position: relative; }

@media screen and (min-width: 768px) and (-webkit-device-pixel-ratio: 2) {
  .wedding-inner {
    background-image: url(img/wedding_bg@2x.jpg); } }

@media screen and (max-width: 767px) {
  .sct-wedding {
    margin-bottom: 100px;
    margin-bottom: 26.67vw; }
  .wedding-inner {
    background: none;
    height: auto; } }

/* title
   ========================================================================== */
.wedding-ttl-wrap {
  line-height: 1.2; }

.wedding-ttl-sub {
  color: #b49531;
  font-size: 0.8vw;
  letter-spacing: .39em;
  margin-bottom: 1.07vw; }

.wedding-ttl {
  color: #b49531;
  font-size: 2.67vw;
  letter-spacing: .24em;
  margin-bottom: 1.8vw; }

.wedding-link {
  letter-spacing: .4em;
  line-height: 1;
  font-size: 0.8vw; }

@media screen and (min-width: 768px), print {
  .wedding-ttl-wrap {
    white-space: nowrap;
    position: absolute;
    left: 8.27vw;
    top: 14vw;
    width: 17.13vw;
    height: 6.53vw; }
  .wedding-link {
    position: relative; }
    .wedding-link span {
      background-color: #f9f9f4;
      display: inline-block;
      padding-right: 1.33vw;
      position: relative; }
    .wedding-link:before {
      background: url(img/wedding_link_bg.svg) no-repeat left top;
      background-size: contain;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0.1vw;
      width: 102px;
      height: 12px; } }

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .wedding-ttl-wrap {
    left: 94px;
    top: 160px;
    width: 195px;
    height: 74px; }
  .wedding-ttl-sub {
    font-size: 9px;
    margin-bottom: 12px; }
  .wedding-ttl {
    font-size: 30px;
    margin-bottom: 21px; }
  .wedding-link {
    font-size: 9px; } }

@media screen and (max-width: 767px) {
  .wedding-ttl-wrap {
    line-height: 1.2;
    text-align: center; }
  .wedding-ttl-sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    margin-bottom: 2.13vw; }
  .wedding-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 26px;
    margin-bottom: 6.93vw; }
  .wedding-link {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 32px;
    margin-bottom: 8.53vw; } }

/* lead
   ========================================================================== */
.wedding-lead-wrap {
  color: #b49531; }

.wedding-lead {
  font-size: 1.87vw;
  letter-spacing: .16em; }

.wedding-lead-sub {
  font-size: 0.8vw;
  letter-spacing: .04em; }

@media screen and (min-width: 768px), print {
  .wedding-lead-wrap {
    position: absolute;
    left: 71.67vw;
    top: 15.13vw; } }

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .wedding-lead-wrap {
    left: 817px;
    top: 172px; }
  .wedding-lead {
    font-size: 21px; }
  .wedding-lead-sub {
    font-size: 9px; } }

@media screen and (max-width: 767px) {
  .wedding-lead-wrap {
    background-color: #f9f9f4;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    border-radius: 1.07vw; }
    .wedding-lead-wrap:before {
      background: url(img/wedding_bg_sp.jpg) no-repeat left top;
      background-size: cover;
      content: '';
      display: block;
      height: 407.5px;
      height: 108.67vw;
      width: 100%; }
  .wedding-lead {
    padding-top: 16px;
    padding-top: 4.27vw;
    font-size: 18px;
    font-size: 1.8rem; }
  .wedding-lead-sub {
    color: #5a5129;
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 16px;
    padding-bottom: 4.27vw; } }

/* ==========================================================================
   10. SPA&ESTHETIC
   ========================================================================== */
.sct-spa {
  margin-bottom: 6.67vw;
  position: relative; }
  @media screen and (min-width: 768px), print {
    .sct-spa a:hover .spa-inner-box {
      background-color: white;
      -webkit-box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
      box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
      -webkit-transform: translateY(-0.3rem);
      -ms-transform: translateY(-0.3rem);
      transform: translateY(-0.3rem); }
    .sct-spa a:hover .link-more .more-overlay,
    .sct-spa a:hover .link-more .more {
      opacity: 1; }
    .sct-spa a:active .spa-inner-box {
      -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
      transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
      -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
      transition: box-shadow 0.25s ease, transform 0.25s ease;
      transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.spa-img {
  margin-left: auto;
  width: 51.27vw;
  height: 33.33vw; }

.spa-inner {
  position: absolute;
  top: 50%;
  left: 7.33vw;
  width: 32.2vw;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1139px) {
    .spa-inner {
      width: 367px; } }

.spa-inner-box {
  background-color: #f9f9f4;
  padding: 4.4vw 3.2vw 3.87vw;
  -webkit-transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease; }

.spa-lead {
  color: #b49531;
  line-height: 1.75;
  margin-bottom: 0.8vw;
  font-size: 12px;
  font-size: 1.2rem; }

.spa-ttl {
  color: #b49531;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 1.8vw;
  font-size: 32px;
  font-size: 3.2rem; }

.spa-text {
  color: #5a5129; }

.spa-contact {
  color: #5a5129;
  margin-top: 2vw;
  text-align: right; }

@media screen and (min-width: 768px), print {
  .sct-spa a:hover .spa-inner-box {
    background-color: white;
    -webkit-box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem); }
  .sct-spa a:hover .link-more .more-overlay,
  .sct-spa a:hover .link-more .more {
    opacity: 1; }
  .sct-spa a:active .spa-inner-box {
    -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (max-width: 767px) {
  .sct-spa {
    margin-bottom: 80px;
    margin-bottom: 21.33vw; }
    .sct-spa .box-center > a {
      display: block;
      position: relative;
      padding-top: 177px;
      padding-top: 47.2vw; }
  .spa-img {
    position: absolute;
    top: 0;
    left: 20px;
    left: 5.33vw;
    height: 217.5px;
    height: 58vw;
    width: 335px;
    width: 89.33vw; }
  .spa-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 295px;
    width: 78.67vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .spa-inner-box {
    padding-top: 20px;
    padding-top: 5.33vw;
    padding-bottom: 20px;
    padding-bottom: 5.33vw;
    padding-left: 30px;
    padding-left: 8vw;
    padding-right: 30px;
    padding-right: 8vw; }
  .spa-lead {
    margin-bottom: 8px;
    margin-bottom: 2.13vw;
    font-size: 10px;
    font-size: 1rem; }
  .spa-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
    font-size: 20px;
    font-size: 2rem; }
  .spa-text {
    color: #5a5129;
    line-height: 1.6;
    text-align: left; }
    .spa-text br {
      display: none; }
  .spa-contact {
    margin-top: 20px;
    margin-top: 5.33vw; } }

/* ==========================================================================
   11. BANQUET
   ========================================================================== */
.sct-banquet {
  margin-bottom: 6.67vw; }

.banquet-img {
  margin-right: auto;
  width: 51.27vw;
  height: 33.33vw; }

.banquet-inner {
  position: absolute;
  top: 50%;
  left: 45.67vw;
  width: 32.2vw;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 768px) and (max-width: 1139px) {
    .banquet-inner {
      width: 367px; } }

.banquet-inner-box {
  background-color: #f9f9f4;
  padding: 4.4vw 3.2vw 3.87vw;
  -webkit-transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease; }

.banquet-lead {
  color: #b49531;
  line-height: 1.8;
  margin-bottom: 0.8vw;
  font-size: 12px;
  font-size: 1.2rem; }

.banquet-ttl {
  color: #b49531;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 1.8vw;
  font-size: 32px;
  font-size: 3.2rem; }

.banquet-text {
  color: #5a5129; }

.banquet-contact {
  color: #5a5129;
  margin-top: 2vw;
  text-align: right; }

@media screen and (min-width: 768px), print {
  .sct-banquet a:hover .banquet-inner-box {
    background-color: white;
    -webkit-box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem); }
  .sct-banquet a:hover .link-more .more-overlay,
  .sct-banquet a:hover .link-more .more {
    opacity: 1; }
  .sct-banquet a:active .banquet-inner-box {
    -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (max-width: 767px) {
  .sct-banquet {
    margin-bottom: 80px;
    margin-bottom: 21.33vw; }
    .sct-banquet .box-center > a {
      display: block;
      position: relative;
      padding-top: 177px;
      padding-top: 47.2vw; }
  .banquet-img {
    position: absolute;
    top: 0;
    left: 20px;
    left: 5.33vw;
    height: 217.5px;
    height: 58vw;
    width: 335px;
    width: 89.33vw; }
  .banquet-inner {
    margin-left: auto;
    position: relative;
    top: 0;
    left: 0;
    width: 295px;
    width: 78.67vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .banquet-inner-box {
    padding-top: 20px;
    padding-top: 5.33vw;
    padding-bottom: 20px;
    padding-bottom: 5.33vw;
    padding-left: 30px;
    padding-left: 8vw;
    padding-right: 30px;
    padding-right: 8vw; }
  .banquet-lead {
    margin-bottom: 8px;
    margin-bottom: 2.13vw;
    font-size: 10px;
    font-size: 1rem; }
  .banquet-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
    font-size: 20px;
    font-size: 2rem; }
  .banquet-text {
    color: #5a5129;
    line-height: 1.6;
    text-align: left; }
    .banquet-text br {
      display: none; }
  .banquet-contact {
    margin-top: 20px;
    margin-top: 5.33vw; } }

/* ==========================================================================
   12. ONLINE SHOP
   ========================================================================== */
.sct-online {
  margin-bottom: 6.67vw;
  position: relative; }

.online-img {
  margin-left: auto;
  width: 51.27vw;
  height: 33.33vw; }

.online-inner {
  position: absolute;
  top: 50%;
  left: 7.33vw;
  width: 32.2vw;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1139px) {
    .online-inner {
      width: 367px; } }

.online-inner-box {
  background-color: #f9f9f4;
  padding: 4.4vw 3.2vw 3.87vw;
  -webkit-transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
  transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease; }

.online-lead {
  color: #b49531;
  line-height: 1.75;
  margin-bottom: 0.8vw;
  font-size: 12px;
  font-size: 1.2rem; }

.online-ttl {
  color: #b49531;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 1.8vw;
  font-size: 32px;
  font-size: 3.2rem; }

.online-text {
  color: #5a5129; }

.online-contact {
  color: #5a5129;
  margin-top: 2vw;
  text-align: right; }

@media screen and (min-width: 768px), print {
  .sct-online a:hover .online-inner-box {
    background-color: white;
    -webkit-box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem); }
  .sct-online a:hover .link-more .more-overlay,
  .sct-online a:hover .link-more .more {
    opacity: 1; }
  .sct-online a:active .online-inner-box {
    -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (max-width: 767px) {
  .sct-online {
    margin-bottom: 0; }
    .sct-online .box-center > a {
      display: block;
      position: relative;
      padding-top: 177px;
      padding-top: 47.2vw; }
  .online-img {
    position: absolute;
    top: 0;
    left: 20px;
    left: 5.33vw;
    height: 217.5px;
    height: 58vw;
    width: 335px;
    width: 89.33vw; }
  .online-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 295px;
    width: 78.67vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .online-inner-box {
    padding-top: 20px;
    padding-top: 5.33vw;
    padding-bottom: 20px;
    padding-bottom: 5.33vw;
    padding-left: 30px;
    padding-left: 8vw;
    padding-right: 30px;
    padding-right: 8vw; }
  .online-lead {
    margin-bottom: 8px;
    margin-bottom: 2.13vw;
    font-size: 10px;
    font-size: 1rem; }
  .online-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
    font-size: 20px;
    font-size: 2rem; }
  .online-text {
    color: #5a5129;
    line-height: 1.6;
    text-align: left; }
    .online-text br {
      display: none; }
  .online-contact {
    margin-top: 20px;
    margin-top: 5.33vw; } }

/* ==========================================================================
   12. EVENTS
   ========================================================================== */
@media screen and (max-width: 767px) {
  .sct-event {
    padding-top: 75px;
    padding-top: 20vw; } }

/* ==========================================================================
   13. NEWS
   ========================================================================== */
.sct-news {
  margin-bottom: 8.33vw; }
  .sct-news .news-list li:last-child {
    border-bottom: 1px solid #e6e6d2; }

@media screen and (max-width: 767px) {
  .sct-news {
    margin-bottom: 80px;
    margin-bottom: 21.33vw; }
    .sct-news .tab-btn {
      display: none; } }

/* ==========================================================================
   14. POPUP
   ========================================================================== */
#popup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; }
  #popup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #popup.-visible {
    display: block;
    z-index: 9997; }

#popup-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; }

.popup-box {
  background-color: #f3f2ea;
  border-radius: 0.27vw;
  width: 40.67vw;
  text-align: center;
  overflow: hidden;
  padding: 3.33vw 1.67vw 2.67vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999; }

.popup-box-ttl-sub {
  color: #b49531;
  line-height: 1.2;
  margin-bottom: 1vw;
  font-size: 13px;
  font-size: 1.3rem; }

.popup-box-ttl {
  line-height: 1.2;
  margin-bottom: 1.33vw;
  font-size: 26px;
  font-size: 2.6rem; }

.popup-box-lead {
  line-height: 1.2;
  margin-bottom: 2vw;
  font-size: 16px;
  font-size: 1.6rem; }

.popup-box-img img {
  width: 100%;
  height: auto; }

.popup-box-text {
  margin: 1.33vw 0; }

#popup-box-close {
  background-color: #fff;
  border-radius: 0.27vw;
  cursor: pointer;
  width: 2.67vw;
  height: 2.67vw;
  position: absolute;
  top: 1.33vw;
  right: 1.33vw;
  -webkit-transition: background-color .2s ease, border-color .2s ease;
  -o-transition: background-color .2s ease, border-color .2s ease;
  transition: background-color .2s ease, border-color .2s ease; }
  #popup-box-close:before, #popup-box-close:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  #popup-box-close:before {
    background-color: #b49531;
    height: 1px;
    width: 16px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  #popup-box-close:after {
    background-color: #b49531;
    height: 1px;
    width: 16px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 767px) {
  .popup-box {
    padding-top: 30px;
    padding-top: 8vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    padding-left: 15px;
    padding-left: 4vw;
    border-radius: 4px;
    border-radius: 1.07vw;
    width: 90%; }
  .popup-box-ttl-sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    margin-bottom: 2.13vw; }
  .popup-box-ttl {
    line-height: 1.4;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
    margin-bottom: 2.67vw; }
  .popup-box-lead {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    margin-bottom: 4vw; }
  .popup-box-text {
    margin-top: 15px;
    margin-top: 4vw;
    margin-bottom: 12px;
    margin-bottom: 3.2vw; }
  .popup-box-btn {
    padding-right: 20px;
    padding-right: 5.33vw;
    padding-left: 20px;
    padding-left: 5.33vw; }
  #popup-box-close {
    border-radius: 4px;
    border-radius: 1.07vw;
    width: 40px;
    width: 10.67vw;
    height: 40px;
    height: 10.67vw;
    top: 15px;
    top: 4vw;
    right: 15px;
    right: 4vw; } }
