@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #01100C;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
hgroup,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  color: #01100C;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .font-min {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .font-pt {
    font-family: "PT Serif", serif;
    font-style: normal;
  }
  .font-st {
    font-family: "Mrs Saint Delafield", cursive;
    font-style: normal;
    color: #E7E8DF;
  }
  body {
    background-color: #F2F2EA;
  }
  @-webkit-keyframes headerFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes headerFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    display: grid;
    place-items: center;
    height: 80px;
    padding: 0 4vw;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  #header.inactive {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    background-color: rgba(255, 255, 255, 0);
  }
  #header.inactive #headerLogo {
    display: none;
  }
  #header.front {
    opacity: 0;
    -webkit-animation: headerFade 0.7s ease-out forwards;
            animation: headerFade 0.7s ease-out forwards;
  }
  #header.fixed {
    background-color: rgba(26, 51, 44, 0.5);
  }
  #headerLogo,
  #headerNavi .logo,
  #footerReserve .logo {
    position: relative;
    z-index: 999;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    white-space: nowrap;
    text-align: center;
  }
  #headerLogo a,
  #headerNavi .logo a,
  #footerReserve .logo a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  #headerLogo strong,
  #headerLogo b,
  #headerNavi .logo strong,
  #headerNavi .logo b,
  #footerReserve .logo strong,
  #footerReserve .logo b {
    display: block;
    font-weight: 400;
    line-height: 1em;
  }
  #headerLogo strong,
  #headerNavi .logo strong,
  #footerReserve .logo strong {
    font-size: 24px;
  }
  #headerLogo b,
  #headerNavi .logo b,
  #footerReserve .logo b {
    margin-top: 5px;
    font-size: 14px;
  }
  #headerNavi .logo,
  #footerReserve .logo {
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  @-webkit-keyframes navShow {
    0% {
      right: -100vw;
      opacity: 0;
    }
    50% {
      right: 4vw;
    }
    100% {
      right: 0;
      opacity: 1;
    }
  }
  @keyframes navShow {
    0% {
      right: -100vw;
      opacity: 0;
    }
    50% {
      right: 4vw;
    }
    100% {
      right: 0;
      opacity: 1;
    }
  }
  #headerNavi {
    position: absolute;
    top: 0;
    right: -100vw;
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    padding: 80px 4vw 80px;
    background-color: rgba(26, 51, 44, 0.8);
    background-blend-mode: darken;
    background-image: url(../img/common/header-nav-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-y: auto;
  }
  #headerNavi .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #headerNavi.active {
    -webkit-animation: navShow 0.5s ease 0s forwards;
            animation: navShow 0.5s ease 0s forwards;
  }
  #headerNavi.active::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
  }
  #headerNavi .header-menu {
    list-style: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #fff;
  }
  #headerNavi .header-menu li {
    margin-bottom: 1.5em;
  }
  #headerNavi .header-menu li:last-child {
    margin-bottom: 0;
  }
  #headerNavi .header-menu li a {
    position: relative;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  }
  #headerNavi .header-menu li b,
  #headerNavi .header-menu li span {
    display: block;
    text-align: center;
  }
  #headerNavi .header-menu li b {
    margin-bottom: 5px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
  }
  #headerNavi .header-menu li span {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
  }
  #headerSNS {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 30px;
    z-index: 300;
  }
  #headerSNS .sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    line-height: 18px;
  }
  #headerSNS .sns li {
    margin-right: 10px;
  }
  #headerSNS .sns li a {
    display: block;
    height: 28px;
    padding: 5px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 18px;
            mask-size: auto 18px;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
  #headerSNS .sns li a.instagram {
    width: 28px;
    -webkit-mask-image: url(../img/common/ico-instagram-w.svg);
            mask-image: url(../img/common/ico-instagram-w.svg);
  }
  #headerSNS .sns li a.facebook {
    width: 21px;
    -webkit-mask-image: url(../img/common/ico-facebook-w.svg);
            mask-image: url(../img/common/ico-facebook-w.svg);
  }
  #headerSNS .language {
    display: grid;
    place-items: center;
    height: 100%;
  }
  #headerSNS #currentLanguage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 10px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    cursor: pointer;
  }
  #headerSNS #currentLanguage::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    -webkit-mask-image: url(../img/common/ico-lang-w.svg);
            mask-image: url(../img/common/ico-lang-w.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px auto;
            mask-size: 16px auto;
    -webkit-mask-position: left center;
            mask-position: left center;
    background-color: #fff;
  }
  #headerSNS #currentLanguage::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
  }
  #headerSNS #selectLanguage {
    display: none;
    list-style: none;
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  #headerSNS #selectLanguage li {
    padding: 5px;
  }
  #headerSNS #selectLanguage a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 20px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  }
  #headerSNS #selectLanguage a:hover {
    opacity: 0.8;
  }
  #headerSNS #selectLanguage a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    background-color: #fff;
  }
  #headerSNS #selectLanguage a.google::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-image: url(../img/common/ico-blank-w.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right center;
  }
  #headerReserve {
    position: absolute;
    top: 50%;
    left: 4vw;
    z-index: 999;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/common/ico-reserve__sp.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
  }
  #headerReserve.active {
    background-image: none;
  }
  #headerReserve.active:before, #headerReserve.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  #headerReserve.active:before {
    top: 0;
    -webkit-transform: rotate(-45deg) translate(-3px, 9px);
            transform: rotate(-45deg) translate(-3px, 9px);
  }
  #headerReserve.active:after {
    bottom: 0;
    -webkit-transform: rotate(45deg) translate(-10px, -17px);
            transform: rotate(45deg) translate(-10px, -17px);
  }
  #hamburger {
    position: absolute;
    top: 50%;
    right: 4vw;
    z-index: 999;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  #hamburger div {
    width: 20px;
    height: 22px;
    margin: 0 auto;
    padding: 5px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #hamburger i {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    line-height: 1em;
  }
  #hamburger i:before, #hamburger i:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  #hamburger i:before {
    top: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #hamburger i:after {
    bottom: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  #hamburger.active div {
    border: none;
  }
  #hamburger.active i:before {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
            transform: rotate(-45deg) translate(-3px, 2px);
  }
  #hamburger.active i:after {
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
            transform: rotate(45deg) translate(-2px, -1px);
  }
  #footer {
    margin-top: 100px;
  }
  #footer .footer-nav {
    position: relative;
    padding: 80px 6vw;
  }
  #footer .footer-nav::before, #footer .footer-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #CCC4B6;
    background: -webkit-gradient(linear, left top, right top, from(rgb(157, 169, 144)), color-stop(50%, rgb(204, 196, 182)), to(rgb(157, 169, 144)));
    background: linear-gradient(90deg, rgb(157, 169, 144) 0%, rgb(204, 196, 182) 50%, rgb(157, 169, 144) 100%);
  }
  #footer .footer-nav::before {
    top: 0;
  }
  #footer .footer-nav::after {
    bottom: 0;
  }
  #footer .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 30px 10px;
  }
  #footer .footer-nav ul li {
    list-style: none;
    font-size: 14px;
  }
  #footer .footer-bottom {
    position: relative;
  }
  #footer .footer-bottom::after {
    content: "";
    z-index: 1;
    display: block;
    width: 100%;
    height: 300px;
    background-image: url(../img/common/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
  #footer .footer-bottom address {
    display: block;
    padding: 75px 6vw;
    font-style: normal;
  }
  #footer .footer-bottom .title {
    display: block;
    margin-bottom: 30px;
  }
  #footer .footer-bottom .title span {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #footer .footer-bottom .title h2 {
    margin-top: 0.25em;
    font-size: 16px;
    font-weight: 400;
  }
  #footer .footer-bottom .sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    line-height: 28px;
  }
  #footer .footer-bottom .sns li {
    margin-right: 5px;
  }
  #footer .footer-bottom .sns li a {
    display: block;
    height: 35px;
    padding: 5px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 25px;
            mask-size: auto 25px;
    background-color: #1A332C;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .footer-bottom .sns li a.instagram {
    width: 35px;
    -webkit-mask-image: url(../img/common/ico-instagram-w.svg);
            mask-image: url(../img/common/ico-instagram-w.svg);
  }
  #footer .footer-bottom .sns li a.facebook {
    width: 28px;
    -webkit-mask-image: url(../img/common/ico-facebook-w.svg);
            mask-image: url(../img/common/ico-facebook-w.svg);
  }
  #footer .footer-bottom .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    font-weight: 300;
  }
  #footer .footer-bottom .address span {
    display: block;
    white-space: nowrap;
  }
  #footer .footer-bottom .address span:first-child {
    margin-right: 1em;
  }
  #footer .footer-bottom .tel-title,
  #footer .footer-bottom .restaurant-title,
  #footer .footer-bottom .tel,
  #footer .footer-bottom .taishin {
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
  }
  #footer .footer-bottom .tel > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer-bottom .tel dt,
  #footer .footer-bottom .tel dd {
    white-space: nowrap;
  }
  #footer .footer-bottom .restaurant-title {
    margin-top: 30px;
  }
  #footer .footer-bottom .taishin {
    margin-top: 80px;
  }
  #footer .footer-bottom .taishin hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    color: #004116;
  }
  #footer .footer-bottom .taishin hgroup > img {
    margin-right: 20px;
  }
  #footer .footer-bottom .taishin hgroup h3 {
    font-size: 14px;
  }
  #footer .footer-bottom .taishin hgroup p {
    margin: 0;
  }
  #footer .footer-bottom .taishin > p {
    margin: 0;
  }
  #footer .copyright {
    display: block;
    padding: 40px 4vw;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #01100C;
  }
  @-webkit-keyframes reserveShow {
    0% {
      left: -100vw;
      opacity: 0;
    }
    50% {
      left: 4vw;
    }
    100% {
      left: 0;
      opacity: 1;
    }
  }
  @keyframes reserveShow {
    0% {
      left: -100vw;
      opacity: 0;
    }
    50% {
      left: 4vw;
    }
    100% {
      left: 0;
      opacity: 1;
    }
  }
  #footerReserve {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 799;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    padding: 120px 6vw 0;
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(0deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
    overflow-y: auto;
  }
  #footerReserve.active {
    -webkit-animation: reserveShow 0.5s ease 0s forwards;
            animation: reserveShow 0.5s ease 0s forwards;
  }
  #footerReserve .inner {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  #footerReserve .inner .reserve-left .title {
    display: block;
    margin-bottom: 40px;
    padding: 1em 30px;
    font-size: 22px;
    font-weight: 300;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #798F89;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form {
    display: block;
    padding: 0;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form > div {
    margin: 0 auto;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-input-group {
    display: block;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-label {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    color: #fff;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-guest-room-input input[type=text] {
    width: 300px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-nodate-checkbox {
    margin: 0.5em 0 30px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-checkbox-label {
    font-size: 15px;
    color: #fff;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-date-input input[type=text] {
    background-size: 18px 18px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-submit-button {
    width: 300px;
    margin: 30px auto 0;
    padding: 2px;
    border: 1px solid #798F89;
    border-radius: 4px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-submit-button button {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: #395D54;
    border: 1px solid #5D7871;
    border-radius: 2px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #footerReserve .inner .reserve-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  #footerReserve .inner .reserve-links a {
    display: inline-block;
    min-width: 200px;
    margin: 0.25em 0 20px;
    padding: 0.75em 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #798F89;
    background-image: url(../img/common/ico-blank-w.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right center;
  }
  #footerReserve .inner .reserve-links a:last-child {
    margin-bottom: 0;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    color: #fff;
    background: #395D54;
    border-color: #395D54;
  }
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #395D54;
            box-shadow: -10px 0 0 #395D54;
  }
  .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label {
    display: inline-block;
    padding-left: 10px;
  }
  .directin-sp-form .directin-sp-form-input label select {
    width: 70px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .sp {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .font-min {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .font-pt {
    font-family: "PT Serif", serif;
    font-style: normal;
  }
  .font-st {
    font-family: "Mrs Saint Delafield", cursive;
    font-style: normal;
    color: #E7E8DF;
  }
  body {
    background-color: #F2F2EA;
  }
  @-webkit-keyframes headerFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes headerFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0 clamp(50px, 5.8vw, 100px);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  #header.front {
    opacity: 0;
    -webkit-animation: headerFade 0.7s ease-out 1s forwards;
            animation: headerFade 0.7s ease-out 1s forwards;
  }
  #header.fixed {
    background-color: rgba(26, 51, 44, 0.5);
  }
  #header.fixed #selectLanguage {
    background-color: rgba(26, 51, 44, 0.5);
  }
  #header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
  }
  #headerReserve,
  #hamburger {
    display: none;
  }
  #headerLogo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    white-space: nowrap;
    text-align: center;
  }
  #headerLogo a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  }
  #headerLogo strong,
  #headerLogo b {
    display: block;
    font-weight: 400;
    line-height: 1em;
  }
  #headerLogo strong {
    font-size: 24px;
  }
  #headerLogo b {
    margin-top: 5px;
    font-size: 14px;
  }
  #headerNavi .header-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #fff;
  }
  #headerNavi .header-menu li {
    margin-left: 40px;
  }
  #headerNavi .header-menu li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  }
  #headerNavi .header-menu li a:hover span {
    display: block;
    opacity: 0;
    -webkit-animation: headerFade 0.3s ease-in forwards;
            animation: headerFade 0.3s ease-in forwards;
  }
  #headerNavi .header-menu li b,
  #headerNavi .header-menu li span {
    display: block;
  }
  #headerNavi .header-menu li b {
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
  }
  #headerNavi .header-menu li span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #headerSNS {
    position: absolute;
    top: 0;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    z-index: 300;
  }
  #headerSNS .sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    line-height: 18px;
  }
  #headerSNS .sns li {
    margin-right: 10px;
  }
  #headerSNS .sns li a {
    display: block;
    height: 28px;
    padding: 5px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 18px;
            mask-size: auto 18px;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
  #headerSNS .sns li a.instagram {
    width: 28px;
    -webkit-mask-image: url(../img/common/ico-instagram-w.svg);
            mask-image: url(../img/common/ico-instagram-w.svg);
  }
  #headerSNS .sns li a.facebook {
    width: 21px;
    -webkit-mask-image: url(../img/common/ico-facebook-w.svg);
            mask-image: url(../img/common/ico-facebook-w.svg);
  }
  #headerSNS .language {
    position: relative;
    display: grid;
    place-items: center;
    height: 100%;
  }
  #headerSNS #currentLanguage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 10px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    cursor: pointer;
  }
  #headerSNS #currentLanguage::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    -webkit-mask-image: url(../img/common/ico-lang-w.svg);
            mask-image: url(../img/common/ico-lang-w.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px auto;
            mask-size: 16px auto;
    -webkit-mask-position: left center;
            mask-position: left center;
    background-color: #fff;
  }
  #headerSNS #currentLanguage::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
  }
  #headerSNS #selectLanguage {
    display: none;
    list-style: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 200px;
    padding: 5px 0;
    background-color: rgba(26, 51, 44, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  #headerSNS #selectLanguage li {
    padding: 5px;
  }
  #headerSNS #selectLanguage a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 20px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  }
  #headerSNS #selectLanguage a:hover {
    opacity: 0.8;
  }
  #headerSNS #selectLanguage a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    background-color: #fff;
  }
  #headerSNS #selectLanguage a.google::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-image: url(../img/common/ico-blank-w.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right center;
  }
  #footer {
    position: relative;
    padding-top: 120px;
  }
  #footer .footer-nav {
    position: relative;
    padding: 80px clamp(50px, 5.8vw, 100px);
  }
  #footer .footer-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #CCC4B6;
    background: -webkit-gradient(linear, left top, right top, from(rgb(157, 169, 144)), color-stop(50%, rgb(204, 196, 182)), to(rgb(157, 169, 144)));
    background: linear-gradient(90deg, rgb(157, 169, 144) 0%, rgb(204, 196, 182) 50%, rgb(157, 169, 144) 100%);
  }
  #footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-nav ul li {
    list-style: none;
    margin: 0 1.5em;
    font-size: 14px;
  }
  #footer .footer-bottom {
    position: relative;
  }
  #footer .footer-bottom::after {
    content: "";
    position: absolute;
    inset: 0 0 0 45%;
    z-index: 1;
    width: 55%;
    height: 100%;
    background-image: url(../img/common/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #footer .footer-bottom.ptn2::after {
    background-image: url(../img/common/footer-bg2.jpg);
  }
  #footer .footer-bottom address {
    display: block;
    width: calc(52% - clamp(50px, 5.8vw, 100px) * 2);
    max-width: 700px;
    margin: 0 55% 0 auto;
    padding: 110px clamp(50px, 5.8vw, 100px) 80px;
    font-style: normal;
  }
  #footer .footer-bottom .title {
    display: block;
    margin-bottom: 30px;
  }
  #footer .footer-bottom .title span {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #footer .footer-bottom .title h2 {
    margin-top: 0.25em;
    font-size: 16px;
    font-weight: 400;
  }
  #footer .footer-bottom .sns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    line-height: 28px;
  }
  #footer .footer-bottom .sns li {
    margin-right: 5px;
  }
  #footer .footer-bottom .sns li a {
    display: block;
    height: 35px;
    padding: 5px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 25px;
            mask-size: auto 25px;
    background-color: #1A332C;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .footer-bottom .sns li a:hover {
    background-color: #395D54;
  }
  #footer .footer-bottom .sns li a.instagram {
    width: 35px;
    -webkit-mask-image: url(../img/common/ico-instagram-w.svg);
            mask-image: url(../img/common/ico-instagram-w.svg);
  }
  #footer .footer-bottom .sns li a.facebook {
    width: 28px;
    -webkit-mask-image: url(../img/common/ico-facebook-w.svg);
            mask-image: url(../img/common/ico-facebook-w.svg);
  }
  #footer .footer-bottom .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    font-weight: 300;
  }
  #footer .footer-bottom .address span {
    display: block;
    white-space: nowrap;
  }
  #footer .footer-bottom .address span:first-child {
    margin-right: 1em;
  }
  #footer .footer-bottom .tel-title,
  #footer .footer-bottom .restaurant-title,
  #footer .footer-bottom .tel,
  #footer .footer-bottom .taishin {
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
  }
  #footer .footer-bottom .tel > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer-bottom .tel dt,
  #footer .footer-bottom .tel dd {
    white-space: nowrap;
  }
  #footer .footer-bottom .restaurant-title {
    margin-top: 30px;
  }
  #footer .footer-bottom .taishin {
    margin-top: 80px;
  }
  #footer .footer-bottom .taishin hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    color: #004116;
  }
  #footer .footer-bottom .taishin hgroup > img {
    margin-right: 20px;
  }
  #footer .footer-bottom .taishin hgroup h3 {
    font-size: 14px;
  }
  #footer .footer-bottom .taishin hgroup p {
    margin: 0;
  }
  #footer .footer-bottom .taishin > p {
    margin: 0;
  }
  #footer .copyright {
    display: block;
    padding: 55px clamp(50px, 5.8vw, 100px);
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #01100C;
  }
  #footerReserve {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    height: 120px;
    padding: 0 clamp(50px, 5.8vw, 100px);
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  #footerReserve.end {
    position: absolute;
    bottom: auto;
    top: 0;
  }
  #footerReserve.front {
    display: none;
  }
  #footerReserve .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1400px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #footerReserve .inner .reserve-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footerReserve .inner .reserve-left .title {
    margin-right: 30px;
    padding: 1em 30px;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    border-right: 1px solid #798F89;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form > div {
    margin-top: 0;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-label {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    color: #fff;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-guest-room-select-panel .directin-sp-form-label {
    color: #1A332C;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-nodate-checkbox {
    position: absolute;
    bottom: 5px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-checkbox-label {
    color: #fff;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-date-input input[type=text] {
    background-size: 18px 18px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-submit-button {
    margin: 0;
    padding: 2px;
    border: 1px solid #798F89;
    border-radius: 4px;
  }
  #footerReserve .inner .reserve-left .reserve-form .directin-sp-form .directin-sp-form-submit-button button {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: #395D54;
    border: 1px solid #5D7871;
    border-radius: 2px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #footerReserve .inner .reserve-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footerReserve .inner .reserve-links a {
    display: inline-block;
    min-width: 200px;
    margin: 0.25em 1em;
    padding: 0.75em 25px 0.75em 0;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    color: #fff;
    border-bottom: 1px solid #798F89;
    background-image: url(../img/common/ico-blank-w.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right center;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    color: #fff;
    background: #395D54;
    border-color: #395D54;
  }
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #395D54;
            box-shadow: -10px 0 0 #395D54;
  }
  .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label {
    display: inline-block;
    padding-left: 10px;
  }
  .directin-sp-form .directin-sp-form-input label select {
    width: 70px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
/* ***************************************************
 PC(ヘッダー幅調整用)
*************************************************** */
@media all and (max-width: 1900px) and (min-width:1100px) {
  #header .inner {
    position: relative;
  }
  #header.fixed #headerSNS {
    display: none;
  }
  #headerSNS {
    top: 100px;
    right: 0;
    height: 50px;
  }
  #headerSNS #selectLanguage {
    top: 50px;
  }
}