@charset "UTF-8";

/* DLIGHT */
.dm {}

:root {
  --font-ja-min: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  --font-ja-go: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-en-ci: "Cormorant Infant", serif;
  --font-color-base: #717070;
  --font-color-tt: #938875;
  --color-base: #4F4A4E;
  --color-green: #9CA57D;
}

/* RESET
 * ----------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML BODY
 * ----------------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1280px;
  font-family: var(--font-ja-min);
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: var(--font-color-base);
  line-height: 1.7;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: auto;
}

body.lp-u26,
body.lp-n26,
body.lp-o26 {
  background-color: #8D7E66;
}

body.fixed {
  position: fixed;
}

/* HTML5
 * ----------------------------------------------- */
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}


/* HTML TAG INIT
 * ----------------------------------------------- */
a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #938875;
}

a:hover,
a:active,
a:focus {
  color: #3e3512;
  opacity: .8;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

dd {
  margin: 0;
}

iframe {
  border: none;
}


.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0
}

/* ローディング画面 */
#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #333;
  /* グレー背景 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-logo {
  width: 150px;
  opacity: 0;
  z-index: 9999;
}


/* ===================================================
      ハンバーガーボタン
     =================================================== */
.gn-button {
  position: relative;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* 線の共通スタイル */
.gn-button span {
  position: absolute;
  display: block;
  width: 48px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

body.scrollOn .gn-button span {
  background-color: #4e4e4e;
}

/* 初期の上下位置 */
.gn-button span:nth-child(1) {
  transform: translateY(-6px);
}

.gn-button span:nth-child(2) {
  transform: translateY(6px);
}

/* ホバー時の再描画アニメーション */
@media (hover: hover) {
  .gn-button:hover span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    animation: lineRedraw 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }

  .gn-button:hover span:nth-child(1)::before {
    animation-delay: 0s;
  }

  .gn-button:hover span:nth-child(2)::before {
    animation-delay: 0.1s;
  }

  .gn-button:hover span {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0s;
  }
}

@keyframes lineRedraw {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }

  45% {
    transform: scaleX(0);
    transform-origin: right;
  }

  50% {
    transform: scaleX(0);
    transform-origin: left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

/* クリック時（バツマーク） */
.gn-active .gn-button span {
  background-color: #4e4e4e;
}

.gn-active .gn-button span:nth-child(1) {
  transform: translateY(0) rotate(20deg);
}

.gn-active .gn-button span:nth-child(2) {
  transform: translateY(0) rotate(-20deg);
}

.gn-active .gn-button:hover span::before {
  display: none;
}


@media (max-width: 768px) {

  html,
  body {
    -webkit-overflow-scrolling: touch;
  }

  /* SITE COMMON */
  /* ============================== */
  body {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
    font-size: 1.3rem;
  }

  body.lp-u26 #wrapper,
  body.lp-n26 #wrapper,
  body.lp-o26 #wrapper {
    min-width: 320px;
    max-width: 750px;
    margin: auto;
    background-color: #FFF;
  }

  #pageArtic {
    margin: 0 auto 80px;
  }

  .brPc {
    display: none;
  }

  .brSp {
    display: block;
    font-size: 1px;
  }

  .view-pc {
    display: none;
  }

  .view-sp {
    display: block;
  }

  .ani-fadeup {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s, visibility 1s, transform 1s;
  }

  .ani-fadeup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }


  /* SITE HEADER */
  /* ============================== */
  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-width: 320px;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 5;
    transition: all .8s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9000;
  }

  body.home #site-header {
    background-color: initial;
  }

  body.scrollOn #site-header {
    background-color: rgba(255, 252, 245, 0.5);
  }

  body.lp-u26 #site-header,
  body.lp-n26 #site-header,
  body.lp-o26 #site-header {
    position: inherit;
    height: auto;
    background-color: inherit;
  }

  .sh--logo {
    width: 50px;
    font-size: 1rem;
    line-height: 1;
  }

  .sh--logo a {
    display: block;
  }

  body.scrollOn .sh--logo img {
    filter: brightness(0%) contrast(50%);
  }

  .gn-button {
    margin: 0 0 0 auto;
  }

  /* メニューのデザイン */
  /* --- 背面固定と操作無効化 --- */
  body.gn-active {
    overflow: hidden;
  }

  body.gn-active #wrapper {
    pointer-events: none;
    user-select: none;
  }

  body.gn-active .gnav,
  body.gn-active .gn-button,
  body.gn-active .gn-out {
    visibility: visible;
    pointer-events: auto;
  }

  /* --- メニュー本体 --- */
  .gnav {
    visibility: hidden;
    transition: visibility 0.5s;
    z-index: 5;
  }

  .gnav .gn-main {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    max-width: 540px;
    height: 100%;
    background: #D4D2C5;
    z-index: 10000;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
  }

  body.gn-active .gnav .gn-main {
    transform: translateX(0);
    pointer-events: auto;
  }

  .gn-main-inner {
    position: relative;
    padding: 80px 20px 50px;
    opacity: 0;
    transform: translateX(60px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition-delay: 0.4s;
  }

  body.gn-active .gn-main-inner {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- 背景の暗幕 --- */
  .gn-out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 9999;
  }

  body.gn-active .gn-out {
    opacity: 1;
    visibility: visible;
  }

  .gn-logo {
    width: 80px;
    margin: 0 0 40px 16px;
  }

  .gn-main nav {
    margin-bottom: 30px;
  }

  .gn-main nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gn-main nav ul li {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }

  .gn-main nav ul li a {
    display: flex;
    justify-content: space-between;
    color: #676351;
    padding: 0.8em 1em;
    transition: all .8s;
  }

  .gn-main nav ul li a:hover {
    background-color: #E0E0E0;
  }

  .gn-main nav ul li .txt-en {
    font-family: var(--font-en-ci);
  }

  .gn-main nav ul li .txt-ja {
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .gn-contact-menu {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0 1em;
  }

  .gn-contact-menu>div {
    position: relative;
    font-family: var(--font-en-ci);
    font-size: 1.8rem;
    line-height: 1;
  }

  .gn-contact-menu>div::before {
    display: block;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #676351;
    position: absolute;
    top: 0;
    left: 0;
  }

  .gn-contact-menu>div:last-child::after {
    display: block;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #676351;
    position: absolute;
    top: -1px;
    right: 0;
  }

  .gn-contact-menu>div a {
    font-size: 1.6rem;
    color: #676351;
    padding: 0 12px;
    transition: all .8s;
  }

  .gn-contact-tel {
    font-family: var(--font-en-ci);
    font-size: 2rem;
    font-weight: 500;
    color: #676351;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    padding: 0 0.7em;
  }

  .gn-contact-btn {
    padding: 0 1em;
  }

  .gn-contact-btn>div {
    width: 170px;
  }

  .gn-contact-btn>div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-decoration: none;
    background-color: #938875;
    padding: 12px 12px 12px 20px;
    transition: all .8s;
    border-radius: 999px;
  }

  .gn-contact-btn .btn-reserve a {
    padding-left: 31px;
  }

  .gn-contact-btn>div a::after {
    content: '\e5df';
    display: block;
    font-family: 'Material Icons';
    font-weight: 600;
    font-size: 1.8rem;
    margin-left: 15px;
    transition: all .3s;
  }

  .gn-contact-btn>div a:hover {
    background-color: #a69477;
  }

  .gn-contact-btn>div+div {
    margin-top: 20px;
  }

  .gn-icon-btn {
    position: absolute;
    right: 80px;
    top: 80px;
    display: flex;
    justify-content: center;
  }

  .gn-icon-btn>div+div {
    margin-left: 18px;
  }

  .gn-icon-btn>div {
    width: 32px;
  }
  
  
  /* SITE LAYOUT
   * ----------------------------------------------- */
  body.ppatframe .sm--inner {
    padding: 120px 0 0;
  }


  /* PAGE LAYOUT
   * ----------------------------------------------- */
  body.lp-u26 #page-article,
  body.lp-n26 #page-article {
    padding: 0;
  }
  
  .page--header {
    text-align: center;
    margin: 0 auto 100px;
  }
  body.ppatframe .page--header {
    margin: 0 auto 50px;
  }

  .page--main {
    background-color: #FFF;
    padding: 100px 0 0;
  }
  body.ppatframe .page--main {
    padding: 0;
  }
  

  /* COMMON TEXT */
  /* ============================== */
  .page--header h1,
  .sec--tt-en {
    font-family: var(--font-en-ci);
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    color: #938875;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0;
  }

  .page--header h1 {
    margin-bottom: 40px;
  }

  .page--header .ph--catch,
  .sec--catch {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }

  .page--header .ph--catch {
    font-weight: 500;
    margin-bottom: 30px;
  }

  .page--header .ph--read,
  .sec--read {
    line-height: 2.4;
  }


  /* COMMON BOTTUN */
  /* ============================== */
  .btn-viewmore-base a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    line-height: 1;
    width: max-content;
    padding: 0 3px 8px 0;
  }

  .btn-viewmore-base a::before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 99px;
    background-color: #938875;
    margin: 6px 6px 0 2px;
  }

  .btn-viewmore-base a:hover::after {
    opacity: 0.7;
    transform-origin: right top;
    transform: scale(0, 1);
  }

  .btn-viewmore-base a::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #938875;
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform .5s;
  }


  /* CONTACT BAR */
  /* ============================== */
  #contactbar {
    display: none;
  }


  /* SITE FOOTER */
  /* ============================== */
  #site-footer {
    position: relative;
    background-color: #FFF;
    z-index: 10;
  }
  body.lp-u26 .sf--inner,
  body.lp-o26 .sf--inner,
  body.lp-n26 .sf--inner {
    padding: 50px 0 0;
    background-color: #858585;
  }

  .sf--info {
    padding: 50px 0;
    background-color: #FFF;
  }

  .sf--info-inner {
    display: flex;
    justify-content: space-between;
    width: 84%;
    margin: auto;
  }

  .sf--info-logo {
    width: 80px;
    margin-bottom: 40px;
  }

  .sf--info-gmap {
    white-space: nowrap;
    margin-bottom: 20px;
    line-height: 1;
  }

  .sf--info-gmap a {
    display: flex;
    align-items: center;
  }

  .sf--info-gmap span {
    display: inline-block;
    padding-top: 5px;
  }

  .sf--info-gmap span img {
    width: 16px;
  }

  .sf--info-nav {
    display: none;
  }


  #sf--dbar {
    margin: 0 auto 30px;
    padding: 10px 0;
    text-align: center;
  }
  #sf--dbar li {
    display: inline-block;
    font-size: 1.3rem;
  }
  #sf--dbar li a {
    padding: 0 10px;
    text-decoration: none;
  }
  #sf--dbar li a:hover {
    color: #E8E8E8;
  }
  #sf--dbar li:first-child::before,
  #sf--dbar li::after {
    content: "  ／  ";
    color: var(--font-color-base);
    font-size: 1.3rem;
    line-height: 1;
  }


  /* FOOTER FIXED BAR */
  #sf--spbar {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
    font-size: 12px;
    position: fixed;
    bottom: -52px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    z-index: 5001;
    display: table;
    transition: all .8s;
    padding-bottom: calc(env(safe-area-inset-bottom));

  }

  body.scrollOn #sf--spbar {
    bottom: 0px;
  }

  #site-footer.scWindowIn #sf--spbar {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
  }

  #sf--spbar li {
    display: table-cell;
    vertical-align: middle;
  }

  #sf--spbar li+li {
    border-left: 1px solid #ddd;
  }

  #sf--spbar a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 0;
    line-height: 1;
    font-size: 11px;
    height: 48px;
  }

  .sf--spbar-fair a {
    color: #FFF;
  }

  #sf--spbar li a:before {
    display: block;
    font-size: 1.5rem;
    font-family: 'Material Icons';
    font-weight: 600;
    color: 938875;
    line-height: 1;
    margin-right: 3px;
  }

  .sf--spbar-tel {
    width: 64px;
  }

  .sf--spbar-tel a:before {
    content: "\e0b0";
  }

  .sf--spbar-fair a {
    background-color: #938875;
  }

  .sf--spbar-fair a:before {
    content: "\e87d";
  }

  .sf--spbar-res {
    width: 90px;
  }

  .sf--spbar-res a:before {
    content: "\ebcc";
  }

  .sf--spbar-cata {
    width: 90px;
  }

  .sf--spbar-cata a:before {
    content: "\e02f";
  }


  /* PAGE TOP */
  #pageTop {
    width: 33px;
    height: 33px;
    position: fixed;
    right: 15px;
    bottom: 72px;
    background: rgba(255, 255, 255, .8);
    display: none;
    border-radius: 21px;
    z-index: 5001;
    border: 1px solid #938875;
    border-radius: 50%;
    transition: border .3s;
    z-index: 100;
  }

  #site-footer.scWindowIn #pageTop {
    bottom: 214px;
  }

  #pageTop:hover {
    border: 1px solid #999;
  }

  #pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
  }


  .sf--dlight-logo {
    width: 100px;
    margin: auto;
  }

  .sf--dlight-logo img {
    filter: invert(100%) sepia(2%) saturate(7%) hue-rotate(4deg) brightness(102%) contrast(100%);
  }

  /* COPYRIGHT */
  .sf--copyright {
    padding: 20px 0;
  }

  .sf--copyright-txt {
    font-size: 1.1rem;
    text-align: center;
  }
  body.lp-u26 .sf--copyright-txt ,
  body.lp-o26 .sf--copyright-txt ,
  body.lp-n26 .sf--copyright-txt  {
    color: #FFF;
  }


  #pf--fairslider {
    position: relative;
    z-index: 5;
  }


  /* SLIDER */
  .swiper-pagination-bullet {
    width: 20% !important;
    height: 3px !important;
    border-radius: 0 !important;
    background-color: #c8c8c5 !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet-active {
    background-color: #4A4A4A !important;
  }


}

/* ============================================================ */
@media (min-width: 769px) {

  /* SITE COMMON */
  /* ============================== */
  body.lp-u26,
  body.lp-o26,
  body.lp-n26 {
    min-width: 768px;
  }
  body.lp-u26 #wrapper,
  body.lp-o26 #wrapper,
  body.lp-n26 #wrapper {
    min-width: 320px;
    max-width: 750px;
    margin: auto;
    background-color: #FFF;
  }

  #pageArtic {
    margin: 0 auto 120px;
  }

  body#index #pageArtic {
    margin: 0;
  }

  .brPc {
    display: block;
    font-size: 1px;
  }

  .brSp {
    display: none;
  }

  .view-pc {
    display: block;
  }

  .view-sp {
    display: none;
  }


  /* SITE HEADER */
  /* ============================== */
  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 72px;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    z-index: 9000;
    transition: all .8s ease-in-out;
    background-color: rgba(255, 252, 245, 0);
    transition: all 1s;
  }

  body.home #site-header {
    background-color: initial;
  }

  body.scrollOn #site-header {
    background-color: rgba(255, 252, 245, 0.5);
  }

  body.lp-u26 #site-header,
  body.lp-n26 #site-header,
  body.lp-o26 #site-header {
    position: inherit;
    height: auto;
    background-color: inherit;
  }

  .sh--logo {
    width: 80px;
    line-height: 1;
    transition: all 1s;
  }

  .sh--logo a {
    display: block;
  }

  body.scrollOn .sh--logo img {
    filter: brightness(0%) contrast(50%);
  }

  .sh--contact {
    margin: 0 30px 0 auto;
  }

  .sh--contact ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
  }

  .sh--contact ul li {
    font-size: 1.4rem;
  }

  .sh--contact ul li a {
    color: #FFF;
  }

  body.scrollOn .sh--contact ul li a {
    color: #3E3E3E;
  }

  /* メニューのデザイン */
  /* --- 背面固定と操作無効化 --- */
  body.gn-active {
    overflow: hidden;
  }

  body.gn-active #wrapper {
    pointer-events: none;
    user-select: none;
  }

  body.gn-active .gnav,
  body.gn-active .gn-button,
  body.gn-active .gn-out {
    visibility: visible;
    pointer-events: auto;
  }

  /* --- メニュー本体 --- */
  .gnav {
    visibility: hidden;
    transition: visibility 0.5s;
    z-index: 5;
  }

  .gnav .gn-main {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 540px;
    height: 100%;
    background: #D4D2C5;
    z-index: 10000;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
  }

  body.gn-active .gnav .gn-main {
    transform: translateX(0);
    pointer-events: auto;
  }

  .gn-main-inner {
    position: relative;
    padding: 80px 60px 50px;
    opacity: 0;
    transform: translateX(60px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transition-delay: 0.4s;
  }

  body.gn-active .gn-main-inner {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- 背景の暗幕 --- */
  .gn-out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 9999;
  }

  body.gn-active .gn-out {
    opacity: 1;
    visibility: visible;
  }

  .gn-logo {
    width: 80px;
    margin: 0 0 90px 16px;
  }

  .gn-main nav {
    margin-bottom: 30px;
  }

  .gn-main nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gn-main nav ul li {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }

  .gn-main nav ul li a {
    display: flex;
    justify-content: space-between;
    color: #676351;
    padding: 0.5em 1em;
    transition: all .8s;
  }

  .gn-main nav ul li a:hover {
    background-color: #E0E0E0;
  }

  .gn-main nav ul li .txt-en {
    font-family: var(--font-en-ci);
  }

  .gn-main nav ul li .txt-ja {
    font-size: 1.3rem;
  }

  .gn-contact-menu {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0 1em;
  }

  .gn-contact-menu>div {
    position: relative;
    font-family: var(--font-en-ci);
    font-size: 1.8rem;
    line-height: 1;
  }

  .gn-contact-menu>div::before {
    display: block;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #676351;
    position: absolute;
    top: 0;
    left: 0;
  }

  .gn-contact-menu>div:last-child::after {
    display: block;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #676351;
    position: absolute;
    top: -1px;
    right: 0;
  }

  .gn-contact-menu>div a {
    font-size: 1.6rem;
    color: #676351;
    padding: 0 12px;
    transition: all .8s;
  }

  .gn-contact-tel {
    font-family: var(--font-en-ci);
    font-size: 2rem;
    font-weight: 500;
    color: #676351;
    letter-spacing: 0.05em;
    margin-bottom: 38px;
    padding: 0 0.7em;
  }

  .gn-contact-btn {
    padding: 0 1em;
  }

  .gn-contact-btn>div {
    width: 170px;
  }

  .gn-contact-btn>div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-decoration: none;
    background-color: #938875;
    padding: 12px 12px 12px 20px;
    transition: all .8s;
    border-radius: 999px;
  }
  .gn-contact-btn .btn-plan a {
    padding-left: 39px;
  }
  .gn-contact-btn .btn-reserve a {
    padding-left: 31px;
  }

  .gn-contact-btn>div a::after {
    content: '\e5df';
    display: block;
    font-family: 'Material Icons';
    font-weight: 600;
    font-size: 1.8rem;
    margin-left: 15px;
    transition: all .3s;
  }

  .gn-contact-btn>div a:hover {
    background-color: #a69477;
  }

  .gn-contact-btn>div+div {
    margin-top: 18px;
  }

  .gn-icon-btn {
    position: absolute;
    right: 80px;
    top: 80px;
    display: flex;
    justify-content: center;
  }

  .gn-icon-btn>div+div {
    margin-left: 18px;
  }

  .gn-icon-btn>div {
    width: 32px;
  }
  
  
  /* SITE LAYOUT
   * ----------------------------------------------- */
  body.ppatframe .sm--inner {
    padding: 120px 0 0;
  }


  /* PAGE LAYOUT
   * ----------------------------------------------- */
  .page--header {
    text-align: center;
    margin: 0 auto 190px;
  }
  body.ppatframe .page--header {
    margin: 0 auto 100px;
  }

  #page-header.ph--normal {
    margin: 0 auto 80px;
  }

  #page-header.ph--normal .ph--imgmidashi {
    font-size: 1rem;
    line-height: 1;
  }

  #page-header.ph--normal .ph--txtmidashi {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1;
  }

  #page-header.ph--normal .ph--txtmidashi.ph--txtmd-en {
    font-family: BaskervilleMTPro-Regular, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  
  
  .page--main {
    background-color: #FFF;
    padding: 150px 0 0;
  }
  body.ppatframe .page--main {
    padding: 0;
  }
  

  /* COMMON TEXT */
  /* ============================== */
  .page--header h1,
  .sec--tt-en {
    font-family: var(--font-en-ci);
    font-size: 3.5rem;
    font-weight: normal;
    font-style: normal;
    color: #938875;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0;
  }

  .page--header h1 {
    margin-bottom: 60px;
  }

  .page--header .ph--catch,
  .sec--catch {
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
  }

  .page--header .ph--catch {
    font-weight: 500;
    margin-bottom: 40px;
  }

  .page--header .ph--read,
  .sec--read {
    line-height: 2;
  }


  /* COMMON BOTTUN */
  /* ============================== */
  .btn-viewmore-base a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    line-height: 1;
    width: max-content;
    padding: 0 3px 8px 0;
  }

  .btn-viewmore-base a::before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 99px;
    background-color: #938875;
    margin: 6px 6px 0 2px;
  }

  .btn-viewmore-base a:hover::after {
    opacity: 0.7;
    transform-origin: right top;
    transform: scale(0, 1);
  }

  .btn-viewmore-base a::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #938875;
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform .5s;
  }


  /* CONTACT BAR */
  /* ============================== */
  #contactbar {
    position: relative;
    text-align: center;
    background-color: #FFF;
    padding: 0 0 200px;
    z-index: 10;
  }

  #contactbar .sec--tt-en {
    margin-bottom: 50px;
  }

  #contactbar ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }

  #contactbar ul li {
    border: 1px solid #938875;
  }

  #contactbar ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 58px;
    overflow: hidden;
    padding-right: 16px;
  }

  #contactbar ul li a::after {
    background: #9a8970;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
  }

  #contactbar ul li a:hover {
    color: #fff;
  }

  #contactbar ul li a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }

  #contactbar ul li a span {
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14px;
  }

  #contactbar ul li a span::before,
  #contactbar ul li a span::after {
    display: block;
    content: '';
  }

  #contactbar ul li a span::before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #938875;
    order: 2;
  }

  #contactbar ul li a:hover span::before {
    border-left-color: #FFF;
  }

  #contactbar ul li a span::after {
    right: 0;
    width: 20px;
    height: 2px;
    border-left: 10px solid #938875;
    order: 1;
  }

  #contactbar ul li a:hover span::after {
    border-left-color: #FFF;
  }


  /* SITE FOOTER */
  /* ============================== */
  #site-footer {
    position: relative;
    background-color: #938875;
    z-index: 20;
  }
  body.lp-u26 .sf--inner,
  body.lp-o26 .sf--inner,
  body.lp-n26 .sf--inner {
    padding: 50px 0 0;
    background-color: #858585;
  }

  .sf--info {
    padding: 0 0 160px;
    background-color: #FFF;
  }
  body:has(.page-index) .sf--info {
    padding-top: 160px;
  }
  body.ppatframe .sf--info {
    padding: 100px 0;
  }

  .sf--info-inner {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: auto;
  }

  .sf--info-logo {
    width: 100px;
    margin-bottom: 40px;
  }

  .sf--info-gmap {
    white-space: nowrap;
    margin-bottom: 20px;
    line-height: 1;
  }

  .sf--info-gmap a {
    display: flex;
    align-items: center;
  }

  .sf--info-gmap span {
    display: inline-block;
    padding-top: 5px;
  }

  .sf--info-gmap span img {
    width: 16px;
  }

  .sf--info-nav {
    position: relative;
    width: max-content;
    padding: 80px 50px 0 0;
  }

  .sf--info-nav ul {
    display: grid;
    grid-column-gap: 50px;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
  }

  .sf--info-nav li+li {
    margin-top: 5px;
  }

  .sf--info-nav li a {
    display: block;
  }

  .sf--info-nav .btn-insta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
  }
  
  .sf--dlight-logo {
    width: 120px;
    margin: auto;
  }
  .sf--dlight-logo img {
    width: 120px;
    filter: invert(100%) sepia(2%) saturate(7%) hue-rotate(4deg) brightness(102%) contrast(100%);
  }


  /* DLIGHT BAR */
  #sf--dbar {
    margin: auto;
    text-align: center;
  }
  #sf--dbar::before {
    display: block;
    content: '';
    width: 100%;
    height: 18px;
    background-color: #938875;
  }
  #sf--dbar ul {
    margin-top: 10px;
  }
  #sf--dbar li {
    display: inline-block;
    font-size: 1.3rem;
  }
  #sf--dbar li a {
    color: #FFFFFF;
    padding: 0 10px;
    text-decoration: none;
  }
  #sf--dbar li a:hover {
    color: #E8E8E8;
  }
  #sf--dbar li:first-child::before,
  #sf--dbar li::after {
    content: "  ／  ";
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1;
  }


  /* COPYRIGHT */
  .sf--copyright {
    padding: 30px 0;
  }

  .sf--copyright-txt {
    font-size: 12px;
    color: #FFF;
    text-align: center;
  }

  .fairSliderWrap {
    position: relative;
    z-index: 10;
  }

  #pf--fairslider {
    position: relative;
    padding: 100px 0;
    z-index: 5;
    background-color: #FFF;
  }


  /* PAGE TOP */
  #pageTop {
    width: 33px;
    height: 33px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, .8);
    display: none;
    border-radius: 21px;
    z-index: 5001;
    border: 1px solid #938875;
    border-radius: 50%;
    transition: border .3s;
    z-index: 100;
  }

  #pageTop:hover {
    border: 1px solid #999;
  }

  #pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
  }


  /* SLIDER */
  .swiper-pagination-bullets {
    width: 2px !important;
  }

  .swiper-pagination-bullet {
    width: 2px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background-color: #EEEDE9 !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet-active {
    background-color: #4A4A4A !important;
  }

}