@charset "UTF-8";
/*
Theme Name: サンミ高松
Description: サンミ高松オリジナルテーマ
Author: サンミ高松
Version: 1
*/
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #573C1C;
  padding: 0;
  background: #2E2014;
  position: relative;
}

a {
  -webkit-transition: 400ms;
  transition: 400ms;
}
a:link, a:visited {
  color: inherit;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
}

img {
  width: 100%;
}

address {
  font-style: normal;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ---------------------------------------*/
/* wrapper */
/* ---------------------------------------*/
.wrapper, .wrapper--810, .wrapper--926, .wrapper--1000, .wrapper--1080, .wrapper--1220 {
  padding: 0 15px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wrapper, .wrapper--810, .wrapper--926, .wrapper--1000, .wrapper--1080, .wrapper--1220 {
    max-width: 1260px;
    padding: 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper--1220 {
    max-width: 1320px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper--1080 {
    max-width: 1180px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper--1000 {
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper--926 {
    max-width: 936px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper--810 {
    max-width: 910px;
  }
}

/* ---------------------------------------*/
/* ボタン類 */
/* ---------------------------------------*/
.button-01, .button-top-splash-osechi, .button-floor, .button-03, .button-02 {
  display: block;
  width: 89%;
  padding: 25px;
  margin: 40px auto 0;
  background: #412D1A;
  border: solid 1px #B4910C;
  border-radius: 6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-align: center;
  color: #B4910C !important;
  position: relative;
  cursor: pointer;
}
.button-01::after, .button-top-splash-osechi::after, .button-floor::after, .button-03::after, .button-02::after {
  display: block;
  content: "→";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 15px;
}
@media screen and (min-width: 768px) {
  .button-01, .button-top-splash-osechi, .button-floor, .button-03, .button-02 {
    width: 400px;
    font-size: 1.8rem;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  .button-01:hover, .button-top-splash-osechi:hover, .button-floor:hover, .button-03:hover, .button-02:hover {
    opacity: 0.6;
  }
}

.button-02 {
  padding: 12px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .button-02 {
    padding: 25px;
  }
}

.button-03 {
  width: 72%;
  padding: 12px;
  margin: 20px 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
}
.button-03::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .button-03 {
    width: 45%;
    padding: 20px;
    font-size: 1.4rem;
  }
}

.button-floor {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.button-floor::before {
  display: block;
  content: "";
  width: 26px;
  height: 27px;
  background: url(_assets/img/restaurant_icon-floor.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 13px);
  left: 16px;
}

/* ---------------------------------------*/
/* 第二階層 */
/* ---------------------------------------*/
.page-title {
  padding: 118px 0 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 150px 0 55px;
  }
}

.page-title__name, .page-title__name--contact, .page-title__name--privacy, .page-title__name--news, .page-title__name--access, .page-title__name--about, .page-title__name--private, .page-title__name--menu, .page-title__name--reserve, .page-title__name--restaurant {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-title__name::after, .page-title__name--contact::after, .page-title__name--privacy::after, .page-title__name--news::after, .page-title__name--access::after, .page-title__name--about::after, .page-title__name--private::after, .page-title__name--menu::after, .page-title__name--reserve::after, .page-title__name--restaurant::after {
  display: block;
  font-family: "Smooch", cursive;
  font-size: 3.6rem;
  color: #45301D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8em;
  margin: auto;
  letter-spacing: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-title__name::after, .page-title__name--contact::after, .page-title__name--privacy::after, .page-title__name--news::after, .page-title__name--access::after, .page-title__name--about::after, .page-title__name--private::after, .page-title__name--menu::after, .page-title__name--reserve::after, .page-title__name--restaurant::after {
    font-size: 4rem;
  }
}

.title-image img, .title-image--about img, .title-image--access img, .title-image--private img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .title-image, .title-image--about, .title-image--access, .title-image--private {
    position: relative;
    aspect-ratio: 3200/1000;
    overflow: hidden;
  }
  .title-image img, .title-image--about img, .title-image--access img, .title-image--private img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .title-image--private img {
    top: -85%;
  }
}

@media screen and (min-width: 768px) {
  .title-image--access img {
    top: -90%;
  }
}

@media screen and (min-width: 768px) {
  .title-image--about img {
    top: -82%;
  }
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 768px) {
  header {
    top: -80px;
    height: 80px;
    padding: 0 20px;
    z-index: 100;
    translate: 0 100%;
  }
  header.is-fixed {
    position: fixed;
    translate: 0 0;
    -webkit-transition: top 400ms ease;
    transition: top 400ms ease;
  }
  header.is-show {
    top: 0;
    background: #2E2014;
  }
}
@media screen and (min-width: 970px) {
  header {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    top: -123px;
    height: 123px;
    padding: 0 58px;
  }
  header.is-fixed {
    position: fixed;
    translate: 0 0;
    -webkit-transition: top 400ms ease;
    transition: top 400ms ease;
  }
  header.is-show {
    top: 0;
    background: #2E2014;
    height: 80px;
  }
  header.is-show .header-site-title {
    top: 20px;
  }
  header.is-show .header-site-title__logo {
    width: 108px;
    margin: 0;
  }
  header.is-show .header-site-title__text {
    position: absolute;
    width: 25em;
    top: 15px;
    left: 120px;
  }
  header.is-show .header-global_nav-list {
    margin: 30px 270px 0 240px;
  }
  header.is-show .header-button, header.is-show .header-button--reserve, header.is-show .header-button--osechi {
    top: 23px;
  }
}

.header-site-title {
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .header-site-title {
    top: 25px;
    left: 20px;
    z-index: 100;
  }
}
@media screen and (min-width: 970px) {
  .header-site-title {
    top: 19px;
    left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .header-site-title {
    top: 20px;
    left: 80px;
  }
}

.header-site-title__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-site-title__logo {
    display: block;
    width: 75px;
  }
}
@media screen and (min-width: 970px) {
  .header-site-title__logo {
    width: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .header-site-title__logo {
    width: 152px;
    margin: 0 auto 13px;
  }
}

.header-site-title__text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: 99;
}
.header-site-title__text > a {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .header-site-title__text {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-site-title__text {
    display: block;
    font-size: 0.8rem;
  }
}

.header-site-title__aniv {
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  translate: -50% 0;
}
.header-site-title__aniv a {
  color: inherit;
  text-decoration: underline;
}
.is-fixed .header-site-title__aniv {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-site-title__aniv {
    display: none;
  }
}

.header-global_nav-list {
  margin-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .header-global_nav-list {
    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: end;
    gap: 15px;
    margin: 25px 0 0 85px;
  }
}
@media screen and (min-width: 970px) {
  .header-global_nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 26px 250px 0 120px;
  }
}
@media screen and (min-width: 1200px) {
  .header-global_nav-list {
    margin: 45px 270px 0 200px;
  }
}

.header-global_nav-list__item {
  border-bottom: solid 1px #fff;
}
.header-global_nav-list__item a {
  display: block;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  text-align: left;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .header-global_nav-list__item {
    border-bottom: none;
  }
  .header-global_nav-list__item:first-child, .header-global_nav-list__item:nth-child(2) {
    display: none;
  }
  .header-global_nav-list__item a {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0;
  }
  .header-global_nav-list__item:last-child {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .header-global_nav-list__item {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-global_nav-list__item a {
    font-size: 1.1rem;
    padding: 0;
  }
}

.header-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  z-index: 100;
  visibility: hidden;
}
.header-hamburger.active {
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header-hamburger {
    visibility: visible;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    z-index: 1;
  }
}

.header-humburger-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .header-humburger-bg {
    display: none;
  }
}

.active .header-humburger-bg {
  background: rgba(0, 0, 0, 0.7);
}

.header-humberger-inner {
  width: 80%;
  min-height: 100%;
  background: #2E2014;
  position: absolute;
  right: 0;
  padding: 58px 15px 100px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .header-humberger-inner {
    width: auto;
    height: auto;
    background: none;
    position: relative;
    right: auto;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.active .header-humberger-inner {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.header-button, .header-button--reserve, .header-button--osechi {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff !important;
  padding: 5px 10px;
  border: solid 1px #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
}

.header-button--osechi {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-button--osechi {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .header-button--osechi {
    display: block;
    font-size: 1rem;
    top: 20px;
    right: 150px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1200px) {
  .header-button--osechi {
    font-size: 1.2rem;
    top: 38px;
    right: 188px;
    letter-spacing: 0.1em;
  }
}

.header-button--reserve {
  top: 20px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .header-button--reserve {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .header-button--reserve {
    display: block;
    font-size: 1rem;
    top: 20px;
    right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .header-button--reserve {
    font-size: 1.2rem;
    top: 38px;
    right: 58px;
  }
}

.header-info {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-info {
    display: none;
  }
}

.header-info-site-title {
  display: block;
  margin: 0 0 17px;
}

.header-info-site-title__logo {
  width: 131px;
  margin: 0 0 10px;
}

.header-info-site-title__text {
  font-size: 0.9rem;
  line-height: 1.43;
  letter-spacing: 0.2em;
}

.header-info-tel,
.header-info-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  line-height: 1.43;
  letter-spacing: 0.2em;
}
.header-info-tel dt,
.header-info-fax dt {
  display: inline-block;
}
.header-info-tel dt::after,
.header-info-fax dt::after {
  content: "：";
}
.header-info-tel dd,
.header-info-fax dd {
  display: inline-block;
}

.header-info-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  line-height: 1.43;
  margin: 13px 0 0;
}
.header-info-mail dt {
  display: inline-block;
}
.header-info-mail dt::after {
  content: "：";
}
.header-info-mail dd {
  display: inline-block;
}

.header-sub-menu {
  background: #382819;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-sub-menu {
    display: none;
  }
}

.header-sub-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}

.header-sub-menu-list__item {
  width: 20%;
}
.header-sub-menu-list__item a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #fff !important;
  position: relative;
}
.header-sub-menu-list__item:nth-child(1), .header-sub-menu-list__item:nth-child(2), .header-sub-menu-list__item:nth-child(3) {
  border-right: solid 1px #595959;
}

.header-sub-menu-list__item:nth-child(1) a,.header-sub-menu-list__item:nth-child(2) a, .header-sub-menu-list__item:nth-child(3) a, .header-sub-menu-list__item:nth-child(4) a {
  padding-top: 3.3em;
}
.header-sub-menu-list__item:nth-child(1) a::before,.header-sub-menu-list__item:nth-child(2) a::before, .header-sub-menu-list__item:nth-child(3) a::before, .header-sub-menu-list__item:nth-child(4) a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header-sub-menu-list__item:nth-child(1) a::before {
  width: 15px;
  height: 15px;
  background: url(_assets/img/sub_menu_icon-tel.svg) no-repeat center/100%;
  top: 15px;
}
.header-sub-menu-list__item:nth-child(2) a::before {
  width: 15px;
  height: 15px;
  background: url(_assets/img/sub_menu_icon-dish.svg) no-repeat center/100%;
  top: 15px;
}
.header-sub-menu-list__item:nth-child(3) a::before {
  width: 13px;
  height: 14px;
  background: url(_assets/img/sub_menu_icon-reserve.svg) no-repeat center/100%;
  top: 15px;
}
.header-sub-menu-list__item:nth-child(4) a::before {
  width: 17px;
  height: 17px;
  background: url(_assets/img/sub_menu_icon-access.svg) no-repeat center/100%;
  top: 14px;
}

.header-navToggle {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #B4910C;
  position: relative;
}
.header-navToggle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navToggle span:nth-child(1) {
  top: 18px;
}
.header-navToggle span:nth-child(2) {
  top: 26px;
}
.header-navToggle small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  position: relative;
  top: 25px;
}
.header-navToggle.active span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-navToggle.active span:nth-child(2) {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  padding: 80px 0 90px;
  background: #2E2014;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 92px 0 85px;
  }
}

.footer-site-title {
  display: block;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .footer-site-title {
    margin: 0 0 38px;
  }
}

.footer-site-title__logo {
  width: 143px;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .footer-site-title__logo {
    margin: 0 0 27px;
  }
}

.footer-site-title__text {
  font-size: 1.2rem;
  line-height: 1.43;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .footer-site-title__text {
    font-size: 1.3rem;
  }
}

.footer-location {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.2em;
  margin: 0 0 9px;
}
@media screen and (min-width: 768px) {
  .footer-location {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.2em;
}
.footer-tel dt {
  padding: 2px 0;
  display: inline-block;
}
.footer-tel dt::after {
  content: "：";
}
.footer-tel dd {
  display: inline-block;
  padding: 2px 0;
}
.footer-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.2em;
}
.footer-fax dt {
  padding: 2px 0;
  display: inline-block;
}
.footer-fax dt::after {
  content: "：";
}
.footer-fax dd {
  display: inline-block;
  padding: 2px 0;
}
.footer-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 1.43;
  margin: 9px 0 50px;
}
.footer-mail a {
  text-decoration: underline;
}
.footer-mail dt {
  display: inline-block;
}
.footer-mail dt::after {
  content: "：";
}
.footer-mail dd {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer-mail {
    margin: 15px 0 50px;
  }
}

.footer-copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

/* ---------------------------------------*/
/* modal */
/* ---------------------------------------*/
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100svh;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .modal {
    height: 100vh;
  }
}

/* モーダル背景 */
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .modal-bg {
    background: rgba(46, 32, 20, 0.7);
  }
}

/* モーダル本体 */
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-content {
  margin: 30px 15px 0;
  padding: 13px 10px 32px;
  background-color: #fff;
  position: relative;
  max-height: 90svh;
  overflow: auto;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .modal-content {
    position: fixed;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 80vh;
    overflow: auto;
    padding: 33px;
  }
}

.modal-button-close {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #B4910C;
}
.modal-button-close a {
  display: block;
  height: 100%;
}
.modal-button-close span {
  display: block;
  width: 21px;
  height: 1px;
  background: #fff;
}
.modal-button-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: 6px;
}
.modal-button-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .modal-button-close {
    top: 15px;
    right: 15px;
  }
}

.modal {
  left: 0;
}

.modal-flr_info-heading {
  margin: 30px 0 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .modal-flr_info-heading {
    margin: 33px 0 39px;
    font-size: 1.8rem;
  }
}

.modal-flr_info-list {
  border-top: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .modal-flr_info-list {
    width: 50%;
    margin: 0 auto;
  }
}

.modal-flr_info-list__item {
  padding: 15px 0 15px 10px;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-align: left;
}

.modal-flr_info-column {
  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;
}

.modal-flr_info-column-l {
  width: 50%;
}

.modal-flr_info-column-r {
  width: 50%;
}
.modal-flr_info-column-r li {
  margin: 0 0 10px;
}
.modal-flr_info-column-r li:last-child {
  margin: 0;
}

#modal-flr_info .modal-content {
  background: #2E2014;
}

.restaurant-floor-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.restaurant-floor-level.colored {
  color: #B4910C;
}

.restaurant-floor-level__term {
  width: 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8;
  font-weight: 500;
  line-height: 1.43;
}

.restaurant-floor-level__description {
  width: calc(100% - 2em);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}

.modal-flr_info-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.43;
}
.modal-flr_info-name small {
  display: block;
  font-size: 1.1rem;
}
.modal-flr_info-name span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.modal-flr_info-name span small {
  display: inline;
  font-size: 1.1rem;
}
.modal-flr_info-name.colored {
  color: #B4910C;
}

.modal-flr_info-note {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .modal-flr_info-note {
    width: 50%;
    margin: 15px auto 0;
  }
}

.modal-flr-layout-floor {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.3em;
  margin: 44px 0 10px;
}
@media screen and (min-width: 768px) {
  .modal-flr-layout-floor {
    margin: 25px 0 15px;
  }
}

.modal-flr-layout-genre {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.43;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .modal-flr-layout-genre {
    font-size: 3rem;
  }
}

.modal-flr-layout-name {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.2em;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .modal-flr-layout-name {
    font-size: 1.2rem;
  }
}

.modal-flr-layout-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.2em;
  margin: 0 0 50px;
}

@media screen and (min-width: 768px) {
  .modal-flr-layout-image {
    width: calc(100% + 66px);
    margin: 0 -33px;
    text-align: center;
  }
}

/* ---------------------------------------*/
/* 新着スライダー */
/* ---------------------------------------*/
.top-news-section {
  overflow: hidden;
}

#news_splide {
  margin-right: 0;
}
#news_splide .splide__track {
  overflow: visible;
}

.top-news-list__item {
  padding: 17px;
  background: #B4910C;
  border-radius: 4px;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-news-list__item {
    padding: 21px;
  }
  .top-news-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-news-column__l {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news-column__l {
    width: 42%;
  }
}

.top-news-column__r {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news-column__r {
    width: 54%;
  }
}

.top-news-category {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  padding: 2px 10px;
  border: solid 1px;
  position: absolute;
  top: 10px;
  right: 0;
}

.top-news-date {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.58;
  margin: 10px 0;
}

.top-news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 400;
  margin: 0 0 10px;
}

.top-news-more {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 25px;
}

/* ---------------------------------------*/
/* トップページ */
/* ---------------------------------------*/
/* スプラッシュ */
.top-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #2E2014;
  opacity: 0;
  z-index: 200;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.top-splash.is-show {
  visibility: visible;
  opacity: 1;
}
.top-splash::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(_assets/img/site_logo.svg) no-repeat left 40vw/100% auto;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-splash {
    background-position: left 30vw;
  }
}

.top-splash-inner {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .top-splash-inner {
    padding: 40px 5%;
  }
}

.top-splash-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px 30px;
}
@media screen and (min-width: 768px) {
  .top-splash-image-list {
    gap: 0 1px;
    margin: 0 0 3.4vw;
  }
}

.top-splash-image-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333333333%;
          flex: 0 1 33.3333333333%;
}
.top-splash-image-list__item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-splash-image-list__item {
    -ms-flex-preferred-size: calc((100% - 2px) / 3);
        flex-basis: calc((100% - 2px) / 3);
    gap: 0 2px;
  }
}

.top-splash-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-splash-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.top-splash-content__image {
  width: 35%;
  margin: 0 auto 20px;
}
.top-splash-content__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-splash-content__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
    margin: 0;
    padding: 0 0 0 6.4%;
  }
}

.top-splash-desc {
  margin: 0 -30px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .top-splash-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    margin: 0;
    padding: 0 0.9% 0 2.4%;
  }
}

.top-splash-desc__heading {
  margin: 0 0 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #DBB933;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top-splash-desc__heading {
    margin-bottom: 1.2vw;
    font-size: 3vw;
  }
}

.top-splash-desc__lead {
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top-splash-desc__lead {
    margin-bottom: 1.2vw;
    font-size: 1.6vw;
    line-height: 1.5;
  }
}

.top-splash-desc__text {
  margin: 0 0 30px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .top-splash-desc__text {
    margin-bottom: 2.3vw;
    font-size: 1.2vw;
    font-size: max(1.2vw, 1.2rem);
  }
}

.top-splash-desc__buttons {
  margin: 0 20px 45px;
}
@media screen and (min-width: 768px) {
  .top-splash-desc__buttons {
    width: min(100%, 400px);
    margin: 0 auto;
  }
}

.top-splash-desc__buttons-item {
  margin: 0 0 15px;
}
.top-splash-desc__buttons-item:last-child {
  margin-bottom: 0;
}
.top-splash-desc__buttons-item .button-01, .top-splash-desc__buttons-item .button-top-splash-osechi, .top-splash-desc__buttons-item .button-02, .top-splash-desc__buttons-item .button-03, .top-splash-desc__buttons-item .button-floor {
  width: 100%;
  margin: 0;
}

.button-top-splash-osechi {
  display: inline-block;
  width: auto !important;
  padding: 10px 30px 10px 5px;
  border: none;
  border-bottom: 1px solid #B4910C;
  border-radius: 0;
  background: none;
}
.button-top-splash-osechi::after {
  right: 0;
}

.top-splash-content__logo {
  width: 40%;
  margin: 0 auto;
}
.top-splash-content__logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-splash-content__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 11%;
            flex: 0 1 11%;
    width: auto;
    margin: 0 -1.5% 0 1.5%;
  }
}

/* スプラッシュ */
.top-splash-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E2014;
  z-index: 199;
}
.top-splash-bg.is-hide {
  display: none;
}

/* 共通見出し */
.top-section-heading-01, .top-section-heading--news, .top-section-heading--about, .top-section-heading--private_room, .top-section-heading-02, .top-section-heading--access, .top-section-heading--contact, .top-section-heading--restaurant {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: left;
  color: #fff;
  text-decoration-color: #B4910C;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0;
  position: relative;
}
.top-section-heading-01::after, .top-section-heading--news::after, .top-section-heading--about::after, .top-section-heading--private_room::after, .top-section-heading-02::after, .top-section-heading--access::after, .top-section-heading--contact::after, .top-section-heading--restaurant::after {
  font-family: "Smooch", cursive;
  font-size: 3.6rem;
  text-decoration-line: none;
  letter-spacing: 0;
  position: absolute;
  color: #45301D;
}
@media screen and (min-width: 768px) {
  .top-section-heading-01, .top-section-heading--news, .top-section-heading--about, .top-section-heading--private_room, .top-section-heading-02, .top-section-heading--access, .top-section-heading--contact, .top-section-heading--restaurant {
    font-size: 4rem;
    text-decoration-thickness: 3px;
  }
  .top-section-heading-01::after, .top-section-heading--news::after, .top-section-heading--about::after, .top-section-heading--private_room::after, .top-section-heading-02::after, .top-section-heading--access::after, .top-section-heading--contact::after, .top-section-heading--restaurant::after {
    font-size: 4rem;
  }
}

.top-section-heading-02, .top-section-heading--access, .top-section-heading--contact, .top-section-heading--restaurant {
  color: #573C1C;
}
.top-section-heading-02::after, .top-section-heading--access::after, .top-section-heading--contact::after, .top-section-heading--restaurant::after {
  color: #FAF3E1;
}

/* キービジュアル */
.top-keyvisual {
  position: relative;
  height: calc(100vh - 56px);
  overflow: hidden;
  padding: 22.5vw 0 0;
}
@media screen and (min-width: 768px) {
  .top-keyvisual {
    aspect-ratio: auto;
    height: 900px;
    padding: 390px 0 0;
  }
}

.top-site-logo {
  position: relative;
  margin: 0 auto 34.6vw;
  color: #fff;
  z-index: 1;
}
.top-site-logo img {
  width: 33%;
}
.top-site-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  color: inherit;
  font-family: "Noto Serif JP", serif;
  text-decoration: underline;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-site-logo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.top-keyvisual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-keyvisual__image img {
  position: relative;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-keyvisual__image img {
    top: -5%;
  }
}

p.top-site-lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.78;
  letter-spacing: 0.34em;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  p.top-site-lead {
    font-size: 4rem;
  }
}

/* あなたのスマイルレストラン */
#top-your-restaurant {
  background: url(_assets/img/top_your_restaurant_background-sp.webp) no-repeat center/cover;
  padding: 73px 0 46px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-your-restaurant {
    background: url(_assets/img/top_your_restaurant_background-pc.webp) no-repeat center/cover;
    padding: 91px 0 94px;
  }
}

.top-your-restaurant-heading {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.34em;
  -webkit-filter: drop-shadow(0px 0px 4px #fff);
          filter: drop-shadow(0px 0px 4px #fff);
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .top-your-restaurant-heading {
    font-size: 4rem;
    letter-spacing: 0.3em;
    margin: 0 0 36px;
  }
}

.top-your-restaurant-subtitle {
  font-size: 1.6rem;
  line-height: 1.62;
  letter-spacing: 0.2em;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .top-your-restaurant-subtitle {
    font-size: 2.3rem;
    line-height: 1.3;
    letter-spacing: 0.3em;
    margin: 0 0 27px;
  }
}

.top-your-restaurant-description {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.3em;
  -webkit-filter: drop-shadow(0px 0px 4px #fff);
          filter: drop-shadow(0px 0px 4px #fff);
}
@media screen and (min-width: 768px) {
  .top-your-restaurant-description {
    font-size: 1.6rem;
    line-height: 2.12;
  }
}

/* 個室 */
#top-private_room {
  padding: 75px 0 70px;
}
@media screen and (min-width: 768px) {
  #top-private_room {
    padding: 98px 0 114px;
  }
}

.top-section-heading--private_room {
  margin: 0 0 38px;
}
.top-section-heading--private_room::after {
  content: "Private Room";
  right: 0;
  bottom: -0.4em;
}
@media screen and (min-width: 768px) {
  .top-section-heading--private_room {
    margin: 0 0 31px;
  }
  .top-section-heading--private_room::after {
    bottom: -0.2em;
  }
}

.top-private_room-heaing {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .top-private_room-heaing {
    font-size: 3rem;
  }
}

.top-private_room-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: justified;
  color: #fff;
  margin: 0 0 2em;
}
@media screen and (min-width: 768px) {
  .top-private_room-description {
    font-size: 1.4rem;
  }
}

.top-private_room-image-01 {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .top-private_room-image-01 {
    width: 100%;
    margin: 0 0 62px;
  }
}

.top-private_room-image-02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-private_room-image-02 {
    display: block;
    width: 67%;
    margin: 0 10% 0 auto;
  }
}

.top-private_room-image-03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-private_room-image-03 {
    display: block;
    width: 87%;
    margin: 0 0 92px auto;
  }
}

@media screen and (min-width: 768px) {
  #top-private_room .wrapper, #top-private_room .wrapper--1220, #top-private_room .wrapper--1080, #top-private_room .wrapper--1000, #top-private_room .wrapper--926, #top-private_room .wrapper--810 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .top-prvate_room_column__l {
    width: 46%;
  }
}

@media screen and (min-width: 768px) {
  .top-prvate_room_column__r {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .top-private_room__text .button-01, .top-private_room__text .button-02, .top-private_room__text .button-03, .top-private_room__text .button-floor, .top-private_room__text .button-top-splash-osechi {
    margin-left: 0;
  }
}

/* 幅広さ */
#top-restaurant {
  padding: 85px 0;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #top-restaurant {
    padding: 110px 0 150px;
  }
}

.top-section-heading--restaurant {
  letter-spacing: 0.12em;
  margin: 0 0 50px;
}
.top-section-heading--restaurant::after {
  content: "A wide range of cuisine";
  left: 0;
  bottom: -1.2em;
}
@media screen and (min-width: 768px) {
  .top-section-heading--restaurant {
    margin: 0 0 60px;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }
  .top-section-heading--restaurant::after {
    bottom: -1.3em;
  }
}

.top-restaurant-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: justified;
  margin: 0 0 45px;
}
@media screen and (min-width: 768px) {
  .top-restaurant-lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
  }
}

.top-restaurant-list__item {
  margin: 0 0 78px;
  position: relative;
}
.top-restaurant-list__item:last-child {
  margin: 0;
}
.top-restaurant-list__item:nth-child(1) {
  padding: 155px 0 0;
}
.top-restaurant-list__item:nth-child(1) .top-restaurant-description {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0 15px;
}
.top-restaurant-list__item:nth-child(2) {
  padding: 270px 0 0;
}
.top-restaurant-list__item:nth-child(2) .top-restaurant-description {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px;
}
.top-restaurant-list__item:nth-child(3) {
  padding: 270px 0 0;
}
.top-restaurant-list__item:nth-child(3) .top-restaurant-description {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .top-restaurant-list__item {
    margin: 0 0 150px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-restaurant-list__item:nth-child(1), .top-restaurant-list__item:nth-child(2), .top-restaurant-list__item:nth-child(3) {
    padding: 0;
  }
  .top-restaurant-list__item:nth-child(1) .top-restaurant-description, .top-restaurant-list__item:nth-child(2) .top-restaurant-description, .top-restaurant-list__item:nth-child(3) .top-restaurant-description {
    position: relative;
    top: 0;
    padding: 0;
  }
  .top-restaurant-list__item:nth-child(2) .top-restaurant-column__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-restaurant-list__item:nth-child(2) .top-restaurant-column__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-restaurant-list-heading, .top-restaurant-list-heading--fr,
.top-restaurant-list-heading--it, .top-restaurant-list-heading--jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-restaurant-list-heading small, .top-restaurant-list-heading--fr small,
.top-restaurant-list-heading--it small, .top-restaurant-list-heading--jp small {
  display: block;
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-restaurant-list-heading, .top-restaurant-list-heading--fr,
  .top-restaurant-list-heading--it, .top-restaurant-list-heading--jp {
    position: relative;
    margin: 0 0 10px;
  }
  .top-restaurant-list-heading small, .top-restaurant-list-heading--fr small,
  .top-restaurant-list-heading--it small, .top-restaurant-list-heading--jp small {
    font-family: Noto Serif JP;
    font-size: 3.6rem;
  }
}

.top-restaurant-list-heading--jp {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-restaurant-list-heading--jp {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.top-restaurant-list-heading--fr,
.top-restaurant-list-heading--it {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-restaurant-list-heading--fr,
  .top-restaurant-list-heading--it {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}

.top-restaurant-column__image {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .top-restaurant-column__image {
    margin: 0;
    width: 50%;
  }
}

.top-restaurant-column__text {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .top-restaurant-column__text {
    padding: 0;
    width: 50%;
  }
}

.top-restaurant-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .top-restaurant-list-02 {
    width: 85%;
    gap: 24px;
    margin: 0 auto 33px;
  }
}

.top-restaurant-description {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-restaurant-description {
    width: 85%;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 auto 40px !important;
  }
}

/* お客様のために */
#top-about {
  padding: 69px 0 89px;
}
#top-about p:last-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #top-about {
    padding: 168px 0 139px;
  }
  #top-about .wrapper, #top-about .wrapper--1220, #top-about .wrapper--1080, #top-about .wrapper--1000, #top-about .wrapper--926, #top-about .wrapper--810 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-section-heading--about {
  margin: 0 0 55px;
}
.top-section-heading--about::after {
  content: "History";
  left: 0;
  bottom: -1.2em;
}
@media screen and (min-width: 768px) {
  .top-section-heading--about {
    margin: 0 0 134px;
  }
}

@media screen and (min-width: 768px) {
  .top-about-culumn-l {
    width: 40%;
  }
}

.top-about-culumn-r {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-about-culumn-r {
    display: block;
    width: 52%;
  }
}

.top-about-image-01-sp {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .top-about-image-01-sp {
    display: none;
  }
}

.top-about-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: 0.34em;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .top-about-heading-02 {
    font-size: 24px;
    margin: 0 0 27px;
  }
}

.top-about-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.2em;
  color: #fff;
  margin: 0 0 2em;
}
@media screen and (min-width: 768px) {
  .top-about-description {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.3em;
    text-align: justified;
  }
}

@media screen and (min-width: 768px) {
  #top-about .button-01, #top-about .button-02, #top-about .button-03, #top-about .button-floor, #top-about .button-top-splash-osechi {
    margin-left: 0;
  }
}

/* コンシェルジュ */
#top-contact {
  padding: 76px 0 62px;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #top-contact {
    padding: 145px 0 66px;
  }
}

.content-column {
  padding: 0 0 120px;
  position: relative;
}
.content-column .button-01, .content-column .button-02, .content-column .button-03, .content-column .button-floor, .content-column .button-top-splash-osechi {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-column {
    padding: 0;
    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;
  }
  .content-column .button-01, .content-column .button-02, .content-column .button-03, .content-column .button-floor, .content-column .button-top-splash-osechi {
    position: relative;
    margin: 0 auto 0 0;
  }
}

.content-column__l {
  margin: 0 0 36px;
}
@media screen and (min-width: 768px) {
  .content-column__l {
    width: 53%;
    margin: 0;
  }
}

.top-section-heading--contact {
  margin: 0 0 50px;
  font-size: 2.6rem;
}
.top-section-heading--contact::after {
  content: "Concierge";
  left: 0;
  bottom: -1.3em;
}
@media screen and (min-width: 768px) {
  .top-section-heading--contact {
    margin: 0 0 55px;
    font-size: 4rem;
  }
  .top-section-heading--contact::after {
    bottom: -1.2em;
  }
}

.top-contact-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .top-contact-lead {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin: 0 0 115px;
  }
}

@media screen and (min-width: 768px) {
  .content-column__r {
    width: 54%;
  }
}

.contact-list {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-list {
    width: 100%;
    aspect-ratio: 630/690;
    position: relative;
  }
}

.contact-list__item:nth-child(2) {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .contact-list__item {
    width: 60%;
    position: absolute;
  }
  .contact-list__item:nth-child(1) {
    top: 0;
    right: 0;
  }
  .contact-list__item:nth-child(2) {
    bottom: 0;
    left: 0;
  }
}

.top-contact-image--concierge {
  width: 62%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-contact-image--concierge {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top-contact-column__r {
    width: 54%;
  }
}

.top-contact-concierge-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  font-family: Noto Serif JP;
  line-height: 1.15;
  letter-spacing: 0.34em;
  margin: 0 0 20px;
}
.top-contact-concierge-name small {
  display: block;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.3em;
}

.top-contact-description {
  font-family: Noto Sans JP;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin: 0 0 2em;
}

/* 最新情報 */
#top-news {
  padding: 66px 0 75px;
}
@media screen and (min-width: 768px) {
  #top-news {
    padding: 102px 0 112px;
  }
}

.top-section-heading--news {
  margin: 0 0 65px;
}
.top-section-heading--news::after {
  content: "News ＆ Topics";
  left: 0;
  bottom: -1.2em;
}

/* レストラン情報 */
#top-access {
  padding: 82px 0 68px;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #top-access {
    padding: 105px 0 130px;
  }
}

.top-section-heading--access {
  margin: 0 0 40px;
}
.top-section-heading--access::after {
  content: "Restaurant";
  left: 0;
  bottom: -1.2em;
}
@media screen and (min-width: 768px) {
  .top-section-heading--access {
    margin: 0 0 60px;
  }
  .top-section-heading--access::after {
    bottom: -1.2em;
  }
}

.top-access-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 45px;
}
@media screen and (min-width: 768px) {
  .top-access-lead {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.top-access-image-entrance {
  margin: 0 0 56px;
}

@media screen and (min-width: 768px) {
  .top-access-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}

.top-access-buttons__item:nth-child(2) {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .top-access-buttons__item:nth-child(2) {
    margin: 0;
  }
}

/* ---------------------------------------*/
/* レストラン情報 */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--restaurant {
  font-size: 3rem;
  letter-spacing: 0.25em;
}
.page-title__name--restaurant::after {
  content: "Restaurant" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--restaurant {
    font-size: 4rem;
  }
}

#restaurant-heading {
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  #restaurant-heading {
    padding: 0 0 30px;
  }
}

#restrant_splide {
  display: none;
}
@media screen and (min-width: 768px) {
  #restrant_splide {
    display: block;
    height: 500px;
    margin: 0;
  }
}

.restaurant-splide-track,
.restaurant-heading-list,
.restaurant-heading-list__item {
  height: 100%;
}

.restaurant-heading-slideimage, .restaurant-heading-slideimage-03, .restaurant-heading-slideimage-02, .restaurant-heading-slideimage-01 {
  width: 100%;
  height: 100%;
}

.restaurant-heading-slideimage-01 {
  background: url(_assets/img/restaurant_heading_image-01.webp) no-repeat center/cover;
}

.restaurant-heading-slideimage-02 {
  background: url(_assets/img/restaurant_heading_image-02.webp) no-repeat center/cover;
}

.restaurant-heading-slideimage-03 {
  background: url(_assets/img/restaurant_heading_image-03.webp) no-repeat center/cover;
}

#restaurant-lead {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  #restaurant-lead {
    padding: 0 0 60px;
  }
}

.restaurant-lead-description {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .restaurant-lead-description {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

#restaurant-genre {
  padding: 40px 0 62px;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #restaurant-genre {
    padding: 75px 0;
  }
}

.restaurant-genre-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  text-align: justified;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .restaurant-genre-lead {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
}

.restaurant-genre-list__item {
  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;
  position: relative;
  aspect-ratio: 350/216;
  width: 100%;
  overflow: hidden;
  color: #fff;
  margin: 0 0 32px;
}
.restaurant-genre-list__item:last-child {
  margin: 0;
}
.restaurant-genre-list__item a {
  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;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .restaurant-genre-list__item {
    height: 296px;
    margin: 0 0 40px;
  }
}

.restaurant-genre-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.restaurant-genre-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E2014;
  opacity: 0.35;
}
.restaurant-genre-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.restaurant-genre-floor {
  display: block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .restaurant-genre-floor {
    font-size: 2.4rem;
  }
}

.restaurant-genre-genre {
  display: block;
  position: relative;
  font-family: Noto Serif JP;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 768px) {
  .restaurant-genre-genre {
    font-size: 3.2rem;
    line-height: 1.28;
  }
}

.restaurant-genre-name {
  display: block;
  position: relative;
  font-family: Noto Serif JP;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  .restaurant-genre-name {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 768px) {
  .restaurant-modal-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin: 100px 0 0;
  }
  .restaurant-modal-button a {
    margin: 0;
  }
}

/* 第三階層 */
.restaurant-detail-ttl-floor {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.43;
  color: #fff;
  background: #B4910C;
  padding: 10px;
  margin: 0 0 20px;
}

.restaurant-detail-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-title {
    font-family: Noto Serif JP;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3em;
  }
}

.restaurant-detail-ttl-name {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-ttl-name {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.restauratn-detail-ttl-ruby {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.43;
  color: #fff;
  margin: 0 0 26px;
}
@media screen and (min-width: 768px) {
  .restauratn-detail-ttl-ruby {
    font-size: 1.4rem;
  }
}

.restaurant-detail-ttl-image {
  margin: 0 0 16px;
  aspect-ratio: 390/212;
  position: relative;
}
.restaurant-detail-ttl-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E2014;
  opacity: 0.2;
}
.restaurant-detail-ttl-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-ttl-image {
    aspect-ratio: 1600/500;
    margin: 0 0 40px;
  }
}

.restaurant-detail-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

#restaurant-detail-content {
  padding: 55px 0;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #restaurant-detail-content {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .restaurant-detail-ctt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.restaurant-detail-ctt-list__item {
  margin: 0 0 64px;
}
.restaurant-detail-ctt-list__item:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-ctt-list__item {
    width: 46%;
    margin: 0;
  }
}

.restaurant-detail-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.restaurant-detail-image-list__item:nth-child(1) {
  width: 100%;
  margin: 0 0 2%;
}
.restaurant-detail-image-list__item:nth-child(2), .restaurant-detail-image-list__item:nth-child(3) {
  width: 49%;
}

#restaurant-detail-news {
  padding: 66px 0 75px;
}
@media screen and (min-width: 768px) {
  #restaurant-detail-news {
    padding: 87px 0 136px;
  }
}

.restaurant-detail-heading, .restaurant-detail-heading--access {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: left;
  color: #fff;
  position: relative;
  margin: 0 0 60px;
}
.restaurant-detail-heading span, .restaurant-detail-heading--access span {
  position: relative;
  z-index: 2;
}
.restaurant-detail-heading::after, .restaurant-detail-heading--access::after {
  content: "News ＆ Topics";
  font-family: "Smooch", cursive;
  font-size: 3.6rem;
  text-decoration-line: none;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  bottom: -0.8em;
  color: #45301D;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-heading, .restaurant-detail-heading--access {
    font-size: 4rem;
    text-decoration-thickness: 3px;
  }
  .restaurant-detail-heading::after, .restaurant-detail-heading--access::after {
    font-size: 4rem;
  }
}

#restaurant-detail-access {
  padding: 81px 0 58px;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #restaurant-detail-access {
    padding: 90px 0 80px;
  }
}

.restaurant-detail-heading--access {
  color: #573C1C;
}
.restaurant-detail-heading--access::after {
  content: "Access";
  color: #FAF3E1;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-heading--access {
    text-align: center;
  }
  .restaurant-detail-heading--access::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.restaurant-detail-access-list {
  border-top: solid 1px #573C1C;
}

.restaurant-detail-access-list__item {
  padding: 17px 10px;
  border-bottom: solid 1px #573C1C;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-access-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .restaurant-access-column-l {
    width: 13em;
  }
}

.restaurant-access-column-r {
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.restaurant-access-column-r p {
  margin: 1em 0;
}
.restaurant-access-column-r p:first-child {
  margin-top: 0;
}
.restaurant-access-column-r p:last-child {
  margin-bottom: 0;
}
.restaurant-access-column-r a {
  text-decoration: underline;
}
.restaurant-access-column-r .button-03 {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .restaurant-access-column-r {
    width: calc(100% - 13em);
    font-size: 1.6rem;
  }
}

.restaurant-detail-access-list-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .restaurant-detail-access-list-heading {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 0;
  }
}

.restaurant-detail-access-note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.43;
}

.restaurant-access-list__item {
  text-indent: -1em;
  padding-left: 1em;
}

.restaurant-access-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .restaurant-access-tel {
    font-size: 1.6rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.restaurant-access-tel__term {
  width: 3em;
}
.restaurant-access-tel__term::after {
  content: "：";
}

.restaurant-access-tel__description {
  width: calc(100% - 3em);
  padding: 0 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .restaurant-access-tel__description {
    width: auto;
    padding: 0 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .restrant-acces-tel-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.restaurant-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .restaurant-station {
    font-size: 1.6rem;
  }
}

.restaurant-station__term {
  width: 6em;
}

.restaurant-station__description {
  width: calc(100% - 6em);
}
@media screen and (min-width: 768px) {
  .restaurant-station__description {
    width: calc(50% - 6em);
  }
}

.restaurant-open-day {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .restaurant-open-day {
    font-size: 1.6rem;
    font-weight: 500;
    width: 9em;
  }
}

.restaurant-open-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .restaurant-open-time {
    font-size: 1.6rem;
  }
}

.restaurant-open-time__term {
  width: 6em;
}
@media screen and (min-width: 768px) {
  .restaurant-open-time__term {
    width: 5em;
  }
}

.restaurant-open-time__description {
  width: calc(100% - 6em);
}
@media screen and (min-width: 768px) {
  .restaurant-open-time__description {
    width: calc(50% - 9em);
  }
}

.more__content {
  position: relative;
  height: auto;
  max-height: 800px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  padding: 0 0 50px;
}
.more__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30%;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#E9E3D3));
  background: linear-gradient(to bottom, transparent 0%, #E9E3D3 100%);
}
.more__content.open:after {
  z-index: -1;
  opacity: 0;
}

.more__btn {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.more__btn::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #573C1C;
  border-right: solid 2px #573C1C;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.more__btn.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 1.5em;
}

/* ---------------------------------------*/
/* 予約 */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--reserve {
  font-size: 3rem;
  letter-spacing: 0.25em;
}
.page-title__name--reserve::after {
  content: "Reservation" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--reserve {
    font-size: 4rem;
  }
}

#reserve-lead {
  padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
  #reserve-lead {
    padding: 0 0 80px;
  }
}

.reserve-lead-description,
.reserve-lead-note {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  text-align: justified;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reserve-lead-description,
  .reserve-lead-note {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

#reserve-check {
  padding: 20px 0;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #reserve-check {
    padding: 50px 0;
  }
}

.tablecheck-widget-header {
  display: none !important;
}

.tablecheck-submit-button {
  background-color: #2E2014 !important;
}

.tablecheck-input-icon {
  color: #2E2014 !important;
}

.tablecheck-input-placeholder {
  color: #573C1C;
}

#phone, #phone--contact {
  padding: 63px 0 42px;
}
@media screen and (min-width: 768px) {
  #phone, #phone--contact {
    padding: 64px 0 86px;
  }
}

.reserve-phone-heading, .reserve-phone-heading--contact {
  text-align: center;
  margin: 0 0 44px;
  font-size: 3rem;
}
.reserve-phone-heading::after, .reserve-phone-heading--contact::after {
  content: "Phone";
}
@media screen and (min-width: 768px) {
  .reserve-phone-heading, .reserve-phone-heading--contact {
    margin: 0 0 52px;
    font-size: 4rem;
    letter-spacing: 0.3em;
  }
}

.reserve-phone-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.9;
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .reserve-phone-lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
  }
}

.reserve-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reserve-phone-number {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.43x;
  }
}

.reserve-phone-number__term::after {
  content: "：";
}

#reserve-cancel {
  padding: 52px 0 42px;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #reserve-cancel {
    padding: 82px 0 73px;
  }
}

.reserve-cancel-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  padding: 0 0 18px;
  margin: 0 0 10px;
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .reserve-cancel-heading {
    font-size: 2rem;
    line-height: 2.3;
    letter-spacing: 0.1em;
    margin: 0 0 27px;
  }
}

.reserve-cancel-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  text-align: justified;
}
@media screen and (min-width: 768px) {
  .reserve-cancel-lead {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.875;
  }
}

.reserve-cancel-list {
  margin: 0 0 44px;
}
@media screen and (min-width: 768px) {
  .reserve-cancel-list {
    margin: 0 0 63px;
  }
}

.reserve-cancel-list__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  text-align: justified;
  padding-left: 1em;
  position: relative;
}
.reserve-cancel-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .reserve-cancel-list__item {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.875;
  }
}

.reserve-cancel-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.43;
  margin: 0 0 28px;
}
@media screen and (min-width: 768px) {
  .reserve-cancel-heading-02 {
    font-size: 2rem;
    line-height: 1.437;
    letter-spacing: 0.1em;
  }
}

.reserve-cancel-table {
  width: 100%;
  border-top: solid 1px;
}
.reserve-cancel-table th, .reserve-cancel-table td {
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: solid 1px;
}
.reserve-cancel-table th {
  font-weight: 700;
}
.reserve-cancel-table td {
  font-weight: 400;
}
.reserve-cancel-table tr th:first-child, .reserve-cancel-table tr td:first-child {
  width: 35%;
  border-right: solid 1px;
}
.reserve-cancel-table tr th:nth-child(2), .reserve-cancel-table tr td:nth-child(2) {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .reserve-cancel-table th, .reserve-cancel-table td {
    font-size: 1.6rem;
    width: 50% !important;
  }
}

/* ---------------------------------------*/
/* メニュー */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--menu {
  font-size: 3rem;
  letter-spacing: 0.25em;
}
.page-title__name--menu::after {
  content: "Menu" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--menu {
    font-size: 4rem;
  }
}

.menu-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .menu-nav-list {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu-nav-list__item {
  width: calc(100% - 4px);
  border: solid 1px #fff;
}
.menu-nav-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  padding: 20px 20px 40px;
  position: relative;
}
.menu-nav-list__item a::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-left: solid 2px #B4910C;
  border-bottom: solid 2px #B4910C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .menu-nav-list__item {
    width: 18%;
  }
  .menu-nav-list__item a {
    display: block;
    font-size: 1.6rem;
    padding: 20px 20px 36px;
  }
  .menu-nav-list__item a::after {
    width: 20px;
    height: 20px;
    bottom: 17px;
  }
}

.menu-category-list__item {
  padding: 156px 0 79px;
  position: relative;
  color: #fff;
}
.menu-category-list__item::before {
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-category-list__item:nth-child(even) {
  background: #E9E3D3;
  color: #573C1C;
}
.menu-category-list__item:nth-child(even)::before {
  background: #573C1C;
}
@media screen and (min-width: 768px) {
  .menu-category-list__item {
    padding: 170px 0 127px;
  }
  .menu-category-list__item::before {
    top: 76px;
  }
}

.menu-category-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  margin: 0 0 44px;
}
.menu-category-heading small {
  display: block;
  font-family: Noto Serif JP;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.2em;
  margin: 7px 0 0;
}
@media screen and (min-width: 768px) {
  .menu-category-heading {
    font-size: 3.6rem;
    margin: 0 0 40px;
  }
}

.menu-list_item {
  border-bottom: solid 1px #B4910C;
  position: relative;
}
.menu-list_item::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #B4910C;
  position: absolute;
  top: 46px;
  left: 0;
}
.menu-list_item a {
  display: block;
  padding: 37px 0 22px 16px;
}
@media screen and (min-width: 768px) {
  .menu-list_item::before {
    width: 14px;
    height: 14px;
    top: 42px;
  }
  .menu-list_item a {
    padding: 32px 0 15px 20px;
  }
  .menu-list_item a::after {
    content: "";
    display: block;
    clear: both;
  }
}

.menu-list-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.47;
  margin: 0 0 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-list-heading {
    font-size: 2rem;
    margin: 0 0 26px;
  }
}

p.menu-list-price {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.93;
}
@media screen and (min-width: 768px) {
  p.menu-list-price {
    float: left;
    font-size: 1.6rem;
  }
}

.menu-list-more {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 0.2em;
}
.menu-list-more span {
  color: #B4910C;
}
@media screen and (min-width: 768px) {
  .menu-list-more {
    float: right;
    font-size: 1.4rem;
  }
}

/* 第三階層 */
.menu-page-title {
  padding: 110px 0 40px;
}
@media screen and (min-width: 768px) {
  .menu-page-title {
    padding: 194px 0 68px;
  }
}

.menu-page-title-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  padding: 0 0 0 10px;
  margin: 0 0 28px;
  border-left: solid 5px #B4910C;
}
.menu-page-title-heading span {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 15px;
}
.menu-page-title-heading small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .menu-page-title-heading {
    padding: 0 0 0 25px;
    margin: 0 0 50px;
  }
  .menu-page-title-heading span {
    font-size: 2.8rem;
    margin: 0 0 15px;
  }
  .menu-page-title-heading small {
    font-size: 1.8rem;
  }
}

.menu-page-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  text-align: justified;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .menu-page-lead {
    font-size: 1.6rem;
  }
}

#menu-course {
  padding: 44px 0;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #menu-course {
    padding: 76px 0 89px;
  }
}

.menu-course-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  padding: 6px 10px;
  margin: 0 0 36px;
}
@media screen and (min-width: 768px) {
  .menu-course-heading {
    font-size: 2.4rem;
    padding: 16px 27px;
  }
}

.menu-course-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
.menu-course-content p {
  margin: 0 0 2em;
}
@media screen and (min-width: 768px) {
  .menu-course-content {
    font-size: 1.6rem;
  }
}

.menu-course-content .wp-caption {
  max-width: 100%;
}

#menu-note {
  padding: 30px 0 120px;
}
@media screen and (min-width: 768px) {
  #menu-note {
    padding: 66px 0;
  }
}

.menu-note-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.43;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .menu-note-heading {
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 0 0 15px;
    margin: 0 0 25px;
  }
}

.menu-note-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .menu-note-description {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------*/
/* 個室 */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--private {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.page-title__name--private::after {
  content: "Private room" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--private {
    font-size: 4rem;
  }
}

#private-lead {
  padding: 50px 0 84px;
}
@media screen and (min-width: 768px) {
  #private-lead {
    padding: 36px 0 81px;
  }
}

.private-lead-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.86;
  text-align: center;
  color: #fff;
  margin: 0 0 72px;
}
@media screen and (min-width: 768px) {
  .private-lead-heading {
    font-size: 2.4rem;
    line-height: 1.83;
    letter-spacing: 0.3em;
    margin: 0 0 36px;
  }
}

.private-lead-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin: 0 0 26px;
}
@media screen and (min-width: 768px) {
  .private-lead-heading-02 {
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 0.3em;
    margin: 0 0 16px;
  }
}

.private-lead-description {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.16;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .private-lead-description {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}

/* 個室スタイル */
.private-style-room {
  padding: 145px 0 69px;
}
.private-style-room:nth-of-type(odd) {
  color: #fff;
}
.private-style-room:nth-of-type(odd) .private-style-room-heading::before {
  background: #fff;
}
.private-style-room:nth-of-type(odd) .private-list-name {
  color: #573C1C;
  background: #E9E3D3;
}
.private-style-room:nth-of-type(odd) .private-list-charge__term {
  background: #573C1C;
}
.private-style-room:nth-of-type(even) {
  background: #E9E3D3;
  color: #573C1C;
}
.private-style-room:nth-of-type(even) .private-style-room-heading::before {
  background: #573C1C;
}
.private-style-room:nth-of-type(even) .private-list-name {
  color: #E9E3D3;
  background: #573C1C;
}
.private-style-room:nth-of-type(even) .private-list-charge__term {
  background: #fff;
}
.private-style-room.is-filtered {
  padding: 0;
  background: #2E2014;
  color: #fff;
}
.private-style-room.is-filtered:first-of-type {
  padding-top: 40px;
}
.private-style-room.is-filtered .private-list-name {
  color: #573C1C;
  background: #E9E3D3;
}
.private-style-room.is-filtered .private-list-charge__term {
  background: #573C1C;
}
@media screen and (min-width: 768px) {
  .private-style-room {
    padding: 120px 0 115px;
  }
  .private-style-room:nth-of-type(odd) .private-style-room-column__l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .private-style-room:nth-of-type(odd) .private-style-room-column__r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .private-style-room:nth-of-type(even) .private-style-room-column__l {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .private-style-room:nth-of-type(even) .private-style-room-column__r {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .private-style-room.is-filtered:first-of-type {
    padding-top: 70px;
  }
}

.private-style-selection {
  padding: 40px 0;
  background: #E9E3D3;
}

.private-style-selection-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .private-style-selection-wrapper {
    width: 40%;
  }
}

.private-style-selection_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 auto 15px;
}
.private-style-selection_heading::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(_assets/img/private_icon_loupe.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.private_form {
  margin: 0 auto;
}

.private-select-wrapper {
  position: relative;
}
.private-select-wrapper::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: solid 2px #573C1C;
  border-bottom: solid 2px #573C1C;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.private-select {
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

.private-style-room-title {
  margin: 0 15px 20px;
  position: relative;
  text-align: left;
}
.is-filtered .private-style-room-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .private-style-room-title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 109px;
  }
}

@media screen and (min-width: 768px) {
  .private-style-room-column__r {
    width: 50%;
    margin: 60px 0 0;
  }
}

.private-style-room-column__l {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .private-style-room-column__l {
    position: relative;
    width: 50%;
    top: auto;
    left: auto;
    right: auto;
  }
}

.private-style-room-heading {
  margin: 0 0 79vw;
  text-align: center;
  position: relative;
}
.private-style-room-heading .private-style-room-floor {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 10px;
}
.private-style-room-heading span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.43;
  letter-spacing: 0.2em;
  margin: 0 0 15px;
}
.private-style-room-heading .private-style-room-ruby {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.2em;
}
.private-style-room-heading::before {
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .private-style-room-heading {
    margin: 0 0 70px;
    font-size: 4rem;
  }
  .private-style-room-heading span {
    font-size: 4rem;
  }
  .private-style-room-heading .private-style-room-ruby {
    font-size: 1.6rem;
  }
  .private-style-room-heading::before {
    top: -65px;
  }
}

.private-style-room-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .private-style-room-heading-02 {
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    text-align: center;
    margin: 0 0 40px;
  }
}

.private-style-room-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  text-align: justified;
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .private-style-room-lead {
    width: 62%;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 auto 35px;
  }
}

.private-style-room-number {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.43;
}
.private-style-room-number span {
  font-size: 1.8rem;
}
.private-style-room-number small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .private-style-room-number {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .private--list {
    border-bottom: solid 1px #B4910C;
  }
  .is-filtered .private--list {
    border-bottom: none;
  }
  .is-filtered:last-of-type .private--list {
    border-bottom: solid 1px #B4910C;
  }
}

.private-list__item {
  padding: 28px 0;
  border-top: solid 1px #B4910C;
}
.is-filtered .private-list__item:not(.is-selected) {
  display: none;
}
@media screen and (min-width: 768px) {
  .private-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 10px;
  }
}

.private-list__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
.private-list__photo figure {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .private-list__photo {
    width: 53%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .private-list__text {
    width: 47%;
    padding: 0 0 0 5%;
  }
}

.private-list-name {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.4em 2em;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .private-list-name {
    font-size: 1.2rem;
    letter-spacing: 0.4em;
    margin: 0 20px 0 0;
  }
}

.private-list-category {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .private-list-category {
    font-size: 1.6rem;
  }
}

.private-list-room {
  font-family: "Noto Serif JP", serif;
  margin: 18px 0 24px;
  font-weight: 500;
  line-height: 1.43;
}
.private-list-room span {
  display: inline-block;
  font-size: 2.2rem;
  margin: 0 15px 0 0;
}
.private-list-room small {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .private-list-room {
    margin: 34px 0 42px;
  }
  .private-list-room span {
    font-size: 2.4rem;
  }
  .private-list-room small {
    font-size: 2rem;
  }
}

.private-list-charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.private-list-charge__term {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .private-list-charge__term {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 18px 27px;
  }
}

.private-list-charge__description {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.43;
  padding: 0 0 0 10px;
  font-size: 1.7rem;
}
.private-list-charge__description small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .private-list-charge__description {
    padding: 10px 0 0 26px;
    font-size: 2.4rem;
  }
  .private-list-charge__description small {
    font-size: 1.4rem;
  }
}

.private-list-note {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.43;
  margin: -15px 0 26px;
}
@media screen and (min-width: 768px) {
  .private-list-note {
    font-size: 1.4rem;
    margin: -20px 0 30px;
  }
}

.is-filtered .private-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .private-button {
    margin-top: 70px;
  }
}

.private-modal-image {
  margin: 80px 0 10px;
}
@media screen and (min-width: 768px) {
  .private-modal-image {
    margin: 110px 0 10px;
  }
}

.private-modal-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.16;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .private-modal-description {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------*/
/* サンミについて */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--about {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.page-title__name--about::after {
  content: "About" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--about {
    font-size: 4rem;
  }
}

#about-lead {
  padding: 25px 0 30px;
}
@media screen and (min-width: 768px) {
  #about-lead {
    padding: 65px 0;
  }
}

.about-lead-description {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6;
  text-align: justified;
  color: #fff;
  padding: 25px 15px;
  border: solid 2px #573C1C;
}
@media screen and (min-width: 768px) {
  .about-lead-description {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.3;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 55px;
  }
}

#about-concept {
  padding: 47px 0 80px;
  background: #E9E3D3;
}
@media screen and (min-width: 768px) {
  #about-concept {
    padding: 86px 0 96px;
  }
}

#about-tender {
  margin: 0 0 100px;
}
@media screen and (min-width: 768px) {
  #about-tender {
    margin: 0 0 144px;
  }
}

.about-concept-heading, .about-pursuit-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-decoration-color: #B4910C;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0;
  margin: 0 0 45px;
}
@media screen and (min-width: 768px) {
  .about-concept-heading, .about-pursuit-heading {
    font-size: 4rem;
    letter-spacing: 0.25em;
    text-align: center;
    text-decoration-thickness: 3px;
    margin: 0 0 78px;
  }
}

.about-concept-list {
  counter-reset: listnum;
}

.about-concept-list__item {
  margin: 0 0 50px;
  position: relative;
}
.about-concept-list__item:last-child {
  margin: 0;
}
.about-concept-list__item p:last-child {
  margin: 0;
}
.about-concept-list__item::before {
  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;
  width: 26px;
  height: 24px;
  counter-increment: listnum;
  content: counter(listnum);
  font-family: Noto Serif JP;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #7C664A;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-concept-list__item {
    margin: 0 0 90px;
    padding: 45px 0 0;
  }
  .about-concept-list__item::before {
    width: 28px;
    height: 26px;
    font-size: 1.9rem;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.about-concept-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 20px 40px;
}
@media screen and (min-width: 768px) {
  .about-concept-heading-02 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 0 32px;
  }
}

@media screen and (min-width: 768px) {
  .about-sanmi-sanmi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-sanmi-sanmi__term {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .about-sanmi-sanmi__term {
    width: 20%;
    margin: 0;
    font-size: 2.2rem;
  }
}

.about-sanmi-sanmi__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  text-align: justified;
  margin: 0 0 23px;
}
@media screen and (min-width: 768px) {
  .about-sanmi-sanmi__description {
    width: 80%;
    margin: 0;
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
}

.about-concept-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.15em;
  text-align: justified;
}
@media screen and (min-width: 768px) {
  .about-concept-description {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.about-concept-image-01 {
  display: block;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .about-concept-image-01 {
    width: 95%;
    margin: 95px auto 0;
  }
}

#about-pursuit {
  padding: 80px 0 70px;
}
@media screen and (min-width: 768px) {
  #about-pursuit {
    padding: 146px 0 110px;
  }
}

.about-pursuit-heading {
  margin: 0 0 34px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-pursuit-heading {
    margin: 0 0 25px;
  }
}

.about-pursuit-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.2em;
  text-align: justified;
  color: #fff;
  margin: 0 0 45px;
}
@media screen and (min-width: 768px) {
  .about-pursuit-lead {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 125px;
  }
}

.about-pursuit-heading-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.25em;
  text-align: left;
  color: #fff;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .about-pursuit-heading-02 {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 24px;
  }
}

#about-kansha {
  margin: 0 0 55px;
}
@media screen and (min-width: 768px) {
  #about-kansha {
    margin: 0 0 135px;
  }
}

.about-pursuit-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-align: justified;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-pursuit-description {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .about-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-nav-list__item {
  height: 240px;
}
.about-nav-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.about-nav-list__item a small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}
.about-nav-list__item a span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.2em;
}
.about-nav-list__item:nth-child(1) {
  background: url(_assets/img/about_nav_background-01.webp) no-repeat center/cover;
}
.about-nav-list__item:nth-child(2) {
  background: url(_assets/img/about_nav_background-02.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .about-nav-list__item {
    width: 50%;
    height: 440px;
  }
  .about-nav-list__item a small {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .about-nav-list__item a span {
    font-size: 3.6rem;
  }
}

/* ---------------------------------------*/
/* アクセス */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--access {
  font-size: 3rem;
  letter-spacing: 0;
}
.page-title__name--access::after {
  content: "Access" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--access {
    font-size: 4rem;
  }
}

#access-info {
  padding: 67px 0 86px;
  background: #E9E3D3;
}
#access-info dl :nth-of-type(2) {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #access-info {
    padding: 102px 0 117px;
  }
}

.access-info-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.43px;
}
@media screen and (min-width: 768px) {
  .access-info-title {
    font-size: 4rem;
    letter-spacing: 0.25em;
    text-align: center;
    margin: 0 0 70px;
  }
}

.access-info-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  background: #fff;
  padding: 6px 10px;
  margin: 30px 0 11px;
}
@media screen and (min-width: 768px) {
  .access-info-heading {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    margin: 30px 0 20px;
  }
}

.access-info-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .access-info-address {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .access-info-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.access-info-day {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .access-info-day {
    font-size: 1.6rem;
    font-weight: 500;
    width: 9em;
  }
}

.access-info-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .access-info-time {
    font-size: 1.6rem;
    width: calc(100% - 9em);
  }
}

.access-info-time__term {
  width: 6em;
}
@media screen and (min-width: 768px) {
  .access-info-time__term {
    width: 5em;
  }
}

.access-info-time__description {
  width: calc(100% - 6em);
}
@media screen and (min-width: 768px) {
  .access-info-time__description {
    width: calc(50% - 9em);
  }
}

.access-info-close {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .access-info-close {
    font-size: 1.6rem;
  }
}

.access-info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .access-info-tel {
    font-size: 1.6rem;
  }
}

.access-info-tel__term {
  width: 3em;
}
.access-info-tel__term::after {
  content: "：";
}

.access-info-tel__description {
  width: calc(100% - 3em);
  padding: 0 0 0 0.5em;
}

.access-info-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .access-info-mail {
    font-size: 1.6rem;
  }
}

.access-info-mail__term {
  width: 5.5em;
}
.access-info-mail__term::after {
  content: "：";
}

.access-info-mail__description {
  width: calc(100% - 5.5em);
}

.access-info-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .access-info-station {
    font-size: 1.6rem;
  }
}

.access-info-station__term {
  width: 6em;
}

.access-info-station__description {
  width: calc(100% - 6em);
}

.access-info-map {
  width: 100%;
  height: 448px;
}
@media screen and (min-width: 768px) {
  .access-info-map {
    height: 572px;
    margin: 0 0 35px;
  }
}

/* ---------------------------------------*/
/* ニュース */
/* ---------------------------------------*/
/* 第二階層 */
.page-title__name--news {
  font-size: 3rem;
  letter-spacing: 0;
}
.page-title__name--news::after {
  content: "" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--news {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 26px;
  margin: 0 0 22px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .news-list__item {
    width: 45%;
  }
  .news-list__item a {
    padding: 0 0 33px;
    margin: 0 0 32px;
  }
}

.news-list-column__l {
  width: 44.5%;
}

.news-list-column__r {
  width: 50%;
  position: relative;
  color: #fff;
}

.news-list-category {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  padding: 3px 10px;
  border: solid 1px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .news-list-category {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}

.news-list-date {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .news-list-date {
    font-size: 1.4rem;
  }
}

.news-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .news-list-title {
    font-size: 1.6rem;
  }
}

.top-news-list-more {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-news-list-more {
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  gap: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.wp-pagenavi a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    gap: 3em;
    font-size: 1.8rem;
  }
}

.previouspostslink,
.nextpostslink {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 1px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.previouspostslink::after,
.nextpostslink::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.previouspostslink::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 12px;
}

.nextpostslink::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 12px;
}

.news-article {
  padding: 116px 0 0;
}
@media screen and (min-width: 768px) {
  .news-article {
    padding-top: 207px;
  }
}

.news-article-heading {
  position: relative;
  margin: 0 0 27px;
}
@media screen and (min-width: 768px) {
  .news-article-heading {
    margin-bottom: 35px;
  }
}

.news-article-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news-article-title {
    font-size: 2.8rem;
  }
}

.news-article-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news-article-date {
    font-size: 1.6rem;
  }
}

.news-article-category {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  padding: 3px 10px;
  border: solid 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .news-article-category {
    font-size: 1.2rem;
    padding: 5px 10px;
    bottom: auto;
    top: 0;
  }
}

.news-article-textfield {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.news-article-textfield p {
  margin: 0 0 3em;
}
@media screen and (min-width: 768px) {
  .news-article-textfield {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .news-article-textfield p {
    margin: 0 0 2em;
  }
}

/* ---------------------------------------*/
/* プライバシーポリシー */
/* ---------------------------------------*/
.page-title__name--privacy {
  font-size: 3rem;
  letter-spacing: 0;
}
.page-title__name--privacy::after {
  content: "Privacy Policy" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--privacy {
    font-size: 4rem;
  }
}

.privacy-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 37px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .privacy-lead {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    margin: 0 0 60px;
  }
}

.privacy-chapter {
  color: #fff;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .privacy-chapter {
    margin: 0 0 40px;
  }
}

.privacy-chapter-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .privacy-chapter-heading {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.77;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
  }
}

.privacy-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.15em;
  text-align: justified;
}
@media screen and (min-width: 768px) {
  .privacy-description {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.privacy-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.15em;
  margin: 1.5em 0 0;
  text-align: justified;
  counter-reset: listnum;
}
@media screen and (min-width: 768px) {
  .privacy-list {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.privacy-list__item {
  position: relative;
  padding: 0 0 0 1.4em;
}
.privacy-list__item::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  left: 0;
}

/* ---------------------------------------*/
/* コンタクト */
/* ---------------------------------------*/
.page-title__name--contact {
  font-size: 3rem;
}
.page-title__name--contact::after {
  content: "Contact" !important;
}
@media screen and (min-width: 768px) {
  .page-title__name--contact {
    font-size: 4rem;
    letter-spacing: 0.3em;
  }
}

#contact-lead {
  padding: 0 0 38px;
}
@media screen and (min-width: 768px) {
  #contact-lead {
    padding: 0 0 66px;
  }
}

.contact-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-lead {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #contact-form {
    padding: 100px 0 0 !important;
  }
}

.contact-form-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7x;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  padding: 0 0 15px;
  margin: 0 0 55px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .contact-form-heading {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.2em;
    padding: 0 0 30px;
    margin: 0 0 80px;
  }
}

.contact-form-list {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contact-form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.contact-form-list__term {
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-form-list__term {
    width: 14em;
  }
}

.contact-form-list__description {
  margin: 0 0 30px;
  color: #fff;
}
.contact-form-list__description input,
.contact-form-list__description textarea {
  color: #2E2014;
}
@media screen and (min-width: 768px) {
  .contact-form-list__description {
    width: calc(100% - 14em);
  }
}

.contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.05em;
  color: #fff;
}
.contact-form__label small {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 3px 5px;
  background: #B4910C;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 768px) {
  .contact-form__label {
    font-size: 1.6rem;
  }
  .contact-form__label small {
    position: absolute;
    top: 5px;
    right: 34px;
  }
}

.contact-form__input {
  width: 100%;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.05em;
  padding: 12px;
}
.contact-form__input.contact-form-mail-confirm {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    font-size: 1.6rem;
  }
}

.contact-form-list-phone {
  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;
}

.contact-form__input-phone {
  width: 30%;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.05em;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .contact-form__input-phone {
    font-size: 1.6rem;
  }
}

.contact-form__textarea {
  width: 100%;
  height: 144px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.05em;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    font-size: 1.6rem;
    height: 160px;
  }
}

.contact-form-privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
}
.contact-form-privacy a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact-form-privacy {
    font-size: 1.6rem;
  }
}

.contact-form-accept {
  text-align: center;
  color: #fff;
}
.contact-form-accept label {
  display: inline-block;
}

input[type=checkbox] {
  font-size: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 5px 0 0;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.contact-form-accept .contact-form__label:hover {
  cursor: pointer;
}

#phone--contact {
  background: #E9E3D3;
}
#phone--contact .reserve-phone-heading, #phone--contact .reserve-phone-heading--contact {
  color: #573C1C;
}
#phone--contact .reserve-phone-heading::after, #phone--contact .reserve-phone-heading--contact::after {
  color: #FAF3E1;
}

.contact-phone-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.9;
  color: #573C1C;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .contact-phone-lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
  }
}

.contact-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.2em;
  color: #573C1C;
}
@media screen and (min-width: 768px) {
  .contact-phone-number {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.43x;
  }
}

.contact-phone-number__term {
  padding-right: 0.5em;
}

#contact-form {
  padding: 53px 0 80px;
}

.reserve-phone-heading--contact {
  font-size: 2.6rem;
}
.reserve-phone-heading--contact::after {
  top: 0.7em;
}
@media screen and (min-width: 768px) {
  .reserve-phone-heading--contact {
    font-size: 3.5rem;
  }
  .reserve-phone-heading--contact::after {
    top: 0.8em;
  }
}

