@charset "UTF-8";
a:hover {
  opacity: 0.8;
}

.topix-slider,
.topix-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.topix-slider .slick-track,
.topix-slider .topix-track,
.topix-list .slick-track,
.topix-list .topix-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topix-slider .slick-track .slick-slide,
.topix-slider .slick-track .topix-card,
.topix-slider .topix-track .slick-slide,
.topix-slider .topix-track .topix-card,
.topix-list .slick-track .slick-slide,
.topix-list .slick-track .topix-card,
.topix-list .topix-track .slick-slide,
.topix-list .topix-track .topix-card {
  height: auto !important;
  margin: 0 1rem;
}
.topix-slider .slick-track .slick-slide a,
.topix-slider .slick-track .topix-card a,
.topix-slider .topix-track .slick-slide a,
.topix-slider .topix-track .topix-card a,
.topix-list .slick-track .slick-slide a,
.topix-list .slick-track .topix-card a,
.topix-list .topix-track .slick-slide a,
.topix-list .topix-track .topix-card a {
  display: block;
  height: 100%;
  background-color: white;
}
.topix-slider .slick-track .slick-slide a img,
.topix-slider .slick-track .topix-card a img,
.topix-slider .topix-track .slick-slide a img,
.topix-slider .topix-track .topix-card a img,
.topix-list .slick-track .slick-slide a img,
.topix-list .slick-track .topix-card a img,
.topix-list .topix-track .slick-slide a img,
.topix-list .topix-track .topix-card a img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 342/194;
}
.topix-slider .slick-track .slick-slide a img.square,
.topix-slider .slick-track .topix-card a img.square,
.topix-slider .topix-track .slick-slide a img.square,
.topix-slider .topix-track .topix-card a img.square,
.topix-list .slick-track .slick-slide a img.square,
.topix-list .slick-track .topix-card a img.square,
.topix-list .topix-track .slick-slide a img.square,
.topix-list .topix-track .topix-card a img.square {
  aspect-ratio: 1/1;
}
.topix-slider .slick-track .slick-slide a .date span:not(.cat),
.topix-slider .slick-track .topix-card a .date span:not(.cat),
.topix-slider .topix-track .slick-slide a .date span:not(.cat),
.topix-slider .topix-track .topix-card a .date span:not(.cat),
.topix-list .slick-track .slick-slide a .date span:not(.cat),
.topix-list .slick-track .topix-card a .date span:not(.cat),
.topix-list .topix-track .slick-slide a .date span:not(.cat),
.topix-list .topix-track .topix-card a .date span:not(.cat) {
  font-family: "STIX Two Text", serif;
  display: inline-block;
  background-color: #313131;
  color: white;
  padding: 0.4rem 1rem 0.4rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider .slick-track .slick-slide a .date .cat,
.topix-slider .slick-track .topix-card a .date .cat,
.topix-slider .topix-track .slick-slide a .date .cat,
.topix-slider .topix-track .topix-card a .date .cat,
.topix-list .slick-track .slick-slide a .date .cat,
.topix-list .slick-track .topix-card a .date .cat,
.topix-list .topix-track .slick-slide a .date .cat,
.topix-list .topix-track .topix-card a .date .cat {
  font-family: "STIX Two Text", serif;
  margin-left: 1cqw;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider .slick-track .slick-slide a .text,
.topix-slider .slick-track .topix-card a .text,
.topix-slider .topix-track .slick-slide a .text,
.topix-slider .topix-track .topix-card a .text,
.topix-list .slick-track .slick-slide a .text,
.topix-list .slick-track .topix-card a .text,
.topix-list .topix-track .slick-slide a .text,
.topix-list .topix-track .topix-card a .text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 1rem 2rem 2rem 2rem;
  letter-spacing: 2px;
}
.topix-slider .slide-arrow,
.topix-list .slide-arrow {
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1;
  background-image: url(../img/icon-slider-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.topix-slider .slide-arrow.prev-arrow,
.topix-list .slide-arrow.prev-arrow {
  left: -3rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.topix-slider .slide-arrow.next-arrow,
.topix-list .slide-arrow.next-arrow {
  right: -3rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topix-slider.no-slick,
.topix-list.no-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.topix-slider.no-slick li,
.topix-list.no-slick li {
  width: calc((100% - 4rem) / 3);
  margin: 0 1rem;
}
.topix-slider.no-slick li a,
.topix-list.no-slick li a {
  display: block;
  height: 100%;
  background-color: white;
}
.topix-slider.no-slick li a img,
.topix-list.no-slick li a img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.topix-slider.no-slick li a img.square,
.topix-list.no-slick li a img.square {
  aspect-ratio: 1/1;
}
.topix-slider.no-slick li a .date span:not(.cat),
.topix-list.no-slick li a .date span:not(.cat) {
  font-family: "STIX Two Text", serif;
  display: inline-block;
  background-color: #313131;
  color: white;
  padding: 0.4rem 1rem 0.4rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider.no-slick li a .date .cat,
.topix-list.no-slick li a .date .cat {
  font-family: "STIX Two Text", serif;
  margin-left: 1cqw;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider.no-slick li a .text,
.topix-list.no-slick li a .text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 1rem 2rem 2rem 2rem;
  letter-spacing: 2px;
}

.topix-list {
  margin-top: 5vw;
}
.topix-list .topix-track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5cqw;
}
.topix-list .topix-track .topix-card {
  width: calc((100% - 3cqw) / 3);
  margin: 0;
}

@media (max-width: 767px) {
  .topix-slider .slick-track .slick-slide {
    margin: 0 4rem;
  }
  .topix-slider .slide-arrow.prev-arrow {
    left: -0.5rem;
  }
  .topix-slider .slide-arrow.next-arrow {
    right: -0.5rem;
  }
  .topix-list .topix-track {
    gap: 3rem;
  }
  .topix-list .topix-track .topix-card {
    width: 100% !important;
  }
  .topix-list .topix-track .topix-card a .text {
    padding: 1.5rem;
  }
}
a:hover {
  opacity: 0.8;
}

html body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html body main {
  overflow: hidden;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body > header {
  container-type: inline-size;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
}
html body > header > .logo a {
  display: none;
  max-width: 155px;
}
html body > header > .logo a img {
  display: block;
  width: 100%;
}
html body > header nav.gnav .menu-gnav-container {
  container-type: inline-size;
  background-color: #F3EEE8;
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 77px;
  overflow-y: scroll;
  scrollbar-color: #313131 #F3EEE8;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap {
  width: 50%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 77px;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .menu-inner .logo {
  width: 50%;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .menu-inner .logo a {
  display: block;
  width: 60%;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .menu-inner .logo a img {
  display: block;
  width: 100%;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .menu-inner .gnav-menu-gnav {
  width: 50%;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .menu-inner .gnav-menu-gnav li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1;
  padding-bottom: 1.5em;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li {
  width: calc(50% - 1cqw);
  margin-right: 1cqw;
  margin-bottom: 1cqw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li:nth-child(2n) {
  margin-right: 0;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(49, 49, 49, 0.2);
  border-radius: 100rem;
  line-height: 1;
  padding: 0.5cqw;
  text-decoration: underline;
  font-size: 0.9rem;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.instagram a:before, html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.facebook a:before {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.8cqw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.instagram a:before {
  background-image: url(../img/icon_instagram.png);
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.facebook a:before {
  background-image: url(../img/icon_facebook.png);
}
html body > header nav.gnav .menu-gnav-container .floor-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li {
  margin-bottom: 0.8cqw;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #313131;
  padding: 2.5cqw 3cqw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a small {
  display: block;
  width: 30%;
  margin-right: 1em;
  font-size: 0.8rem;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a span {
  display: block;
  font-size: 1.4rem;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a:hover {
  opacity: 1;
  background-color: #313131;
  color: white;
}
html body > header nav.gnav .toggle-btn-wrap {
  background-color: #F3EEE8;
  position: fixed;
  z-index: 10;
  width: 77px;
  height: 77px;
  top: 0;
  right: 0;
  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;
}
html body > header nav.gnav .toggle-btn-wrap .toggle-btn {
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
}
html body > header nav.gnav .toggle-btn-wrap .toggle-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #313131;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
html body > header nav.gnav .toggle-btn-wrap .toggle-btn span:nth-child(1) {
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
html body > header nav.gnav .toggle-btn-wrap .toggle-btn span:nth-child(2) {
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
html body > header nav.gnav .toggle-btn-wrap .toggle-btn span:nth-child(3) {
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
html body > header nav.gnav.open .menu-gnav-container {
  left: 0;
  opacity: 1;
  z-index: 5;
}
html body > header nav.gnav.open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-315deg);
  transform: translateY(6px) rotate(-315deg);
}
html body > header nav.gnav.open .toggle-btn span:nth-child(2) {
  display: none;
}
html body > header nav.gnav.open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
html body > header nav.reserve {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body > header nav.reserve .gnav-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54px;
}
html body > header nav.reserve .gnav-reserve li {
  margin: 0.5rem 0;
}
html body > header nav.reserve .gnav-reserve li a {
  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-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #313131;
  color: white;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 0.9rem;
  width: 100%;
  height: 10rem;
  border-radius: 0.8rem 0 0 0.8rem;
}
html body > header nav.reserve .gnav-reserve li a span.left-space {
  padding-left: 3px;
}
html body > header nav.reserve .gnav-reserve li:nth-child(1) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF3131), to(#6143D8));
  background: linear-gradient(to bottom, #FF3131 0%, #6143D8 100%);
}
html body > header nav.reserve .gnav-reserve li:nth-child(2) a {
  background-color: #313131;
}
html body > header nav.reserve .gnav-reserve li:nth-child(3) a {
  background-color: #F3EEE8;
  color: #313131;
}
html body > header.top.is-scroll > .logo {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px); /* ぼかし（任意） */
}
html body > header.top > .logo {
  position: fixed;
  top: 0;
  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: 100%;
  height: 77px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html body > header.top > .logo a {
  display: inline-block;
}
html body > header.oku {
  height: 77px;
}
html body > header.oku.is-scroll > .logo {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px); /* ぼかし（任意） */
}
html body > header.oku > .logo {
  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;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html body > header.oku > .logo a {
  display: block;
  max-width: 155px;
}
html body .inner-l {
  padding: 0 3vw;
}
html body .inner-m {
  padding: 0 12vw;
}
html body .inner-s {
  padding: 0 21vw;
}
html body .nav-reserve-modal .modal-dialog {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
html body .nav-reserve-modal .modal-dialog .modal-content {
  padding: 1.5rem;
  border-radius: 0;
  background-color: #d9d9d9;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body > p {
  letter-spacing: 2px;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body div {
  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;
  gap: 2rem;
  margin-top: 2rem;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body div a {
  position: relative;
  padding: 1rem 3rem 1rem 1.5rem;
  color: #313131;
  background-color: transparent;
  border: 1px solid #313131;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body div a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body div a:hover {
  color: #fff;
  background-color: #313131;
  opacity: 1;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body div a:hover:after {
  border-color: #fff;
}
html body .content-wrap {
  overflow-x: hidden;
}
html body .content-wrap .content-header {
  padding: 3rem 0;
}
html body .content-wrap .content-header h2 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
html body .content-wrap .content-header h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
html body .content-wrap .content-header hr {
  margin: 0.7rem 0 1rem;
}
html body .content-wrap.oku .inner {
  padding-top: 3cqw;
  padding-bottom: 7cqw;
}
html body .content-wrap.oku.oku-faq .inner {
  padding-bottom: 0;
}
html body .content-wrap.oku.oku-faq .inner.last {
  padding-bottom: 7cqw;
}
html body .content-wrap.oku.mv .inner {
  padding: 0;
}
html body .content-wrap.oku.mv .inner .section-header p {
  letter-spacing: 10px;
}
html body .content-wrap.oku.mv .inner .section-header p.food {
  font-size: 2.2cqw;
}
html body .content-wrap.oku.mv .inner .section-header p span {
  font-weight: 100;
}
html body .content-wrap.oku.oku-legal .inner {
  padding-bottom: 3cqw;
}
html body .content-wrap.bg-gray {
  background-color: #FBFBFB;
}
html body .content-wrap.bg-gray-d {
  background-color: #313131;
}
html body .content-wrap.bg-gray-d .content-header h2 {
  color: white;
}
html body .content-wrap.bg-gray-d .content-header .sub {
  color: white;
  letter-spacing: 3px;
  font-size: 0.8rem;
}
html body .content-wrap.bg-gray-d .content-header hr {
  border-top-color: white;
}
html body .content-wrap.bg-gray-d .section-content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  padding: 3cqw 0;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
html body .content-wrap.bg-baige {
  background-color: #F3EEE8;
}
html body .content-wrap .bg-gray {
  background-color: #FBFBFB;
}
html body .content-wrap .bg-gray-d {
  background-color: #313131;
}
html body .content-wrap .bg-gray-d .content-header h2 {
  color: white;
}
html body .content-wrap .bg-gray-d .content-header hr {
  border-top-color: white;
}
html body .content-wrap .bg-baige {
  background-color: #F3EEE8;
}
html body .content-wrap .section-header {
  position: relative;
}
html body .content-wrap .section-header img {
  width: 100%;
}
html body .content-wrap .section-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2.7cqw;
  font-weight: normal;
  letter-spacing: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .content-wrap .section-header p span {
  display: block;
  margin-top: 1cqw;
  font-size: 1rem;
  letter-spacing: 2px;
}
html body .content-wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .content-wrap .list .list-ttl {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
}
html body .content-wrap .list.list-col-2 {
  gap: 2.5cqw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .content-wrap .list.list-col-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6cqw;
  border-bottom: 1px solid #d9d9d9;
}
html body .content-wrap .list.list-col-2 li:nth-child(n+2) {
  margin-top: 1.3cqw;
}
html body .content-wrap .list.list-col-2.half {
  gap: 1cqw;
}
html body .content-wrap .list.list-col-2.half > * {
  width: calc((100% - 1cqw) / 2);
  border: none;
}
html body .content-wrap .list.list-col-2.half.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
html body .content-wrap .list.list-col-3 {
  gap: 1cqw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .content-wrap .list.list-col-3 li {
  width: calc((100% - 2cqw) / 3);
}
html body .content-wrap .list.list-col-4 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5cqw 1cqw;
  width: 100%;
}
html body .content-wrap .list.list-col-4 li {
  width: calc((100% - 3cqw) / 4);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .content-wrap .list.list-col-8 {
  gap: 1.5cqw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .content-wrap .list.list-col-8 li {
  width: calc((100% - 7cqw) / 8);
}
html body .content-wrap .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1cqw;
}
html body .content-wrap .tab li {
  width: calc((100% - 4cqw) / 5);
}
html body .content-wrap .tab li button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  color: #bdaa93;
  border-radius: 100rem;
  font-size: 1rem;
  padding: 0.2em 2em;
  border: 2px solid #bdaa93;
  position: relative;
}
html body .content-wrap .tab li button.active {
  background-color: #313131;
}
html body .content-wrap .collapse-item {
  padding-bottom: 2cqw;
}
html body .content-wrap .collapse-item .header {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .content-wrap .collapse-item .header span {
  padding: 0.3cqw 1cqw;
  color: #bdaa93;
  background-color: #313131;
}
html body .content-wrap .collapse-item .header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #313131;
  background-color: #bdaa93;
  border: none;
  border-radius: 0;
}
html body .content-wrap .collapse-item .collapse {
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
html body .content-wrap .collapse-item .collapse .card.card-body {
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
html body .content-wrap .collapse-item .card {
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
html body .content-wrap .collapse-item .card.card-body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  padding: 1rem 3rem;
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #fbfbfb;
}
html body .content-wrap .collapse-item .card .btn-wrap a {
  min-width: 10em;
  padding: 0.2em 2em;
  color: #bdaa93;
  background-color: #313131;
  border: 2px solid #bdaa93;
}
html body .content-wrap.interval {
  padding-top: 3rem;
}
html body .content-wrap.last {
  padding-bottom: 8vw;
}
html body.is-mw-confirm .notification, html body.is-mw-confirm .input-only, html body.is-mw-complete .input-only {
  display: none;
}
html body.is-mw-confirm main section:nth-child(1) .inner, html body.is-mw-complete main section:nth-child(1) .inner {
  padding-bottom: 3cqw;
}
html body .inner-half-right, html body .inner-half-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body .inner-half-right .inner-half-image, html body .inner-half-left .inner-half-image {
  width: 55%;
  background-position: center;
  background-size: cover;
}
html body .inner-half-right .inner-half-image img, html body .inner-half-left .inner-half-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
html body .inner-half-right .inner, html body .inner-half-left .inner {
  width: 45%;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
html body .inner-half-right .inner .text .title, html body .inner-half-left .inner .text .title {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #007030;
  font-weight: bold;
}
html body .inner-half-right .inner .text .caption, html body .inner-half-left .inner .text .caption {
  padding: 1.7rem 0;
}
html body .inner-half-right .inner .text a.more-btn, html body .inner-half-left .inner .text a.more-btn {
  display: inline-block;
  background-color: #007030;
  color: white;
  border-radius: 100rem;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 0.9em 2em;
  border: 2px solid #007030;
  width: 60%;
  position: relative;
}
html body .inner-half-right .inner .text a.more-btn:before, html body .inner-half-left .inner .text a.more-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon-circle-arrow-right-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html body .inner-half-right .inner .text a.more-btn:hover, html body .inner-half-left .inner .text a.more-btn:hover {
  text-decoration: none;
  background-color: white;
  color: #007030;
}
html body .inner-half-right .inner .text a.more-btn:hover:before, html body .inner-half-left .inner .text a.more-btn:hover:before {
  background-image: url(../img/icon-circle-arrow-right-green.svg);
}
html body .inner-half-right .inner-half-image {
  border-radius: 0 1.2cqw 1.2cqw 0;
}
html body .inner-half-right .inner {
  padding-left: 5cqw;
  padding-right: 12vw;
}
html body .inner-half-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
html body .inner-half-left .inner-half-image {
  border-radius: 1.2cqw 0 0 1.2cqw;
}
html body .inner-half-left .inner {
  padding-right: 5cqw;
  padding-left: 12vw;
}
html body .btn-wrap {
  margin: 3rem 0;
}
html body .btn-wrap a {
  display: inline-block;
  background-color: #313131;
  color: white;
  border-radius: 100rem;
  font-size: 1rem;
  padding: 0.9em 2em;
  border: 2px solid #313131;
  position: relative;
  min-width: 16em;
}
html body .btn-wrap a:hover {
  text-decoration: none;
  background-color: white;
  color: #313131;
}
html body .btn-wrap a:nth-child(2) {
  margin-left: 1rem;
}
html body .mainvi {
  container-type: inline-size;
  position: relative;
  height: 100vh;
  background-color: #F3EEE8;
}
html body .mainvi .video-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
html body .mainvi .video-wrap .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
html body .mainvi .video-wrap .video-bg.is-ready {
  opacity: 1;
}
html body .mainvi .video-loading {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
html body .mainvi .video-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
html body .mainvi .video-loading__spinner {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top: 3px solid #000;
  border-radius: 50%;
  -webkit-animation: videoLoadingSpin 0.8s linear infinite;
          animation: videoLoadingSpin 0.8s linear infinite;
}
html body .mainvi .video-loading__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 10px;
}
html body .mainvi .scroll-down {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@-webkit-keyframes videoLoadingSpin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes videoLoadingSpin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html body .mainvi #video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
html body .mainvi #video-background #player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}
html body .mainvi .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
html body .mainvi .overlay .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .mainvi .scroll-down {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
html body .mainvi .scroll-down span {
  color: #fff;
  font-size: 0.7rem;
}
html body .mainvi .scroll-down:before, html body .mainvi .scroll-down:after {
  content: "";
  display: block;
}
html body .mainvi .scroll-down:before {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  opacity: 0;
  -webkit-animation: scroll-circle 2s infinite;
          animation: scroll-circle 2s infinite;
}
html body .mainvi .scroll-down:after {
  width: 1px;
  height: 80px;
  margin-right: 0.5px;
  background-color: #fff;
}
@-webkit-keyframes scroll-circle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
  }
}
@keyframes scroll-circle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
  }
}
html body .top-concept {
  background-image: url(../img/top-concept-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding: 5cqw 0;
}
html body .top-concept .concept-lead {
  letter-spacing: 2px;
}
html body .top-concept .concept-lead span {
  letter-spacing: 0;
}
html body .top-concept .concept-slider {
  overflow: hidden;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
html body .top-concept .concept-slider li {
  width: 20vw;
  padding: 0 0.3cqw;
}
html body .top-concept .concept-slider li img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 630/420;
}
html body .top-scene {
  padding: 0 0 0;
}
html body .scene-list .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.5cqw;
  text-align: center;
}
html body .scene-list .list li a .thumb {
  border: 1px solid #BDAA93;
  border-radius: 100rem;
  padding: 8%;
  overflow: hidden;
}
html body .scene-list .list li a .thumb img {
  display: block;
  aspect-ratio: 1;
}
html body .scene-list .list li a .caption {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  color: black;
  padding: 0.5cqw;
  letter-spacing: 2px;
}
html body .scene-list .list li a .badge span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1;
  padding: 0.4em 1.5em;
  border-radius: 100rem;
  font-size: 0.9cqw;
  background-color: #313131;
}
html body .scene-modal {
  width: 100%;
  max-width: 400px;
  padding: 2.5rem;
  padding-top: 0.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
html body .scene-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0);
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
html body .scene-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
html body .scene-modal .scene-modal__inner {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.98);
          transform: translateY(20px) scale(0.98);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
html body .scene-modal .scene-modal__thumb {
  width: 70%;
  margin: 0 auto 1rem;
  border: 1px solid #BDAA93;
  border-radius: 100rem;
  padding: 5%;
  overflow: hidden;
}
html body .scene-modal .scene-modal__thumb img {
  display: block;
  aspect-ratio: 1;
}
html body .scene-modal .scene-modal__body .scene-modal__title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: black;
  padding: 0.5cqw;
  letter-spacing: 2px;
}
html body .scene-modal .scene-modal__body .scene-modal__badge {
  margin-bottom: 2rem;
  text-align: center;
}
html body .scene-modal .scene-modal__body .scene-modal__badge span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0.4em 1.5em;
  border-radius: 100rem;
  font-size: 0.9cqw;
  background-color: #313131;
}
html body .scene-modal .scene-modal__body .scene-modal__content p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
html body .scene-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
html body .scene-modal.is-visible::-ms-backdrop {
  background: rgba(0, 0, 0, 0.6);
}
html body .scene-modal.is-visible::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
html body .scene-modal.is-visible .scene-modal__inner {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
html body .scene-modal.is-closing {
  opacity: 0;
  visibility: hidden;
}
html body .scene-modal.is-closing::-ms-backdrop {
  background: rgba(0, 0, 0, 0);
}
html body .scene-modal.is-closing::backdrop {
  background: rgba(0, 0, 0, 0);
}
html body .scene-modal.is-closing .scene-modal__inner {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.98);
          transform: translateY(20px) scale(0.98);
}
html body .area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 5rem;
}
html body .area-wrap .imagemap {
  width: 60%;
}
html body .area-wrap .details {
  width: 40%;
  margin-left: 2rem;
  background-color: #313131;
  color: white;
  padding: 2rem;
}
html body .area-wrap .details .item {
  display: none;
}
html body .area-wrap .details .item#area-details-0 {
  display: block;
}
html body .area-wrap .details .item .floor {
  line-height: 1;
  border-bottom: 1px solid white;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
html body .area-wrap .details .item .floor span.num {
  font-family: "STIX Two Text", serif;
  font-size: 6cqw;
}
html body .area-wrap .details .item .floor small.ming-en {
  font-size: 3cqw;
}
html body .area-wrap .details .item .floor small.ming {
  font-size: 1.5cqw;
}
html body .area-wrap .details .item .floor .name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1.2;
  font-size: 1.5cqw;
}
html body .area-wrap .details .item .contents {
  list-style-type: disc;
  list-style-position: inside;
}
html body .area-wrap .details .item .contents li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 0.9rem;
}
html body .loop-section {
  height: calc(20vh + 0.6cqw);
  padding-top: 0.6cqw;
}
html body .loop-section .loop-wrap {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 20vh;
}
html body .loop-section .loop-wrap li {
  height: 200px;
  aspect-ratio: 630/420;
  padding: 0 0.3cqw;
}
html body .loop-section .loop-wrap li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 630/420;
}
html body .top-service {
  padding: 5cqw 0 2.5cqw 0;
}
html body .top-service ul li {
  text-align: center;
}
html body .top-service ul li .num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: bold;
  color: #007030;
}
html body .top-service ul li h3 {
  margin-top: -1em;
  font-size: 1.2rem;
  font-weight: bold;
}
html body .top-service ul li img {
  display: block;
  margin: 1rem 0;
}
html body .top-service ul li a {
  position: relative;
  border-radius: 100rem;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: bold;
  color: #007030;
  padding: 0.5em 4cqw;
  border: 2px solid #007030;
}
html body .top-service ul li a:after {
  content: "→";
  font-weight: bold;
  position: absolute;
  right: 1cqw;
}
html body .top-service ul li a:hover {
  background-color: #007030;
  color: white;
}
html body .top-service ul li a:hover:after {
  color: white;
}
html body .top-office {
  padding: 5cqw 0;
}
html body .top-attorneys {
  padding: 3cqw 0;
}
html body .oku-concept .list.list-col-2,
html body .oku-food .list.list-col-2 {
  margin-top: 8cqw;
}
html body .oku-concept .list.list-col-2 .thumb img,
html body .oku-food .list.list-col-2 .thumb img {
  width: 100%;
}
html body .oku-concept .list.list-col-2 .text,
html body .oku-food .list.list-col-2 .text {
  position: relative;
  padding: 1cqw 2.5cqw;
}
html body .oku-concept .list.list-col-2 .text .ttl,
html body .oku-food .list.list-col-2 .text .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 2cqw;
  font-weight: bold;
  letter-spacing: 1px;
}
html body .oku-concept .list.list-col-2 .text p,
html body .oku-food .list.list-col-2 .text p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 1.15cqw;
}
html body .oku-concept .list.list-col-2 .text p.catch,
html body .oku-food .list.list-col-2 .text p.catch {
  margin: 1.4cqw 0;
  font-size: 1.4cqw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
html body .oku-concept .list.list-col-2 .text img,
html body .oku-food .list.list-col-2 .text img {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1cqw;
  z-index: -1;
}
html body .oku-concept .list.list-col-2 .text .btn-wrap,
html body .oku-food .list.list-col-2 .text .btn-wrap {
  text-align: left;
}
html body .oku-concept .inner .list .text .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .oku-concept .inner .list .text .btn-wrap a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
}
html body .oku-scene {
  padding: 0 0 6vw;
}
html body .oku-scene .scene-list #moreList {
  display: none;
}
html body .oku-facility .list {
  margin: 5cqw 0 0;
}
html body .oku-facility .list li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2cqw 1.2cqw 0.7cqw 1.2cqw;
  border: 1px solid #313131;
}
html body .oku-facility .list li a div {
  margin-right: 1.4cqw;
}
html body .oku-facility .list li a div span {
  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: 2.8cqw;
  height: 2.8cqw;
  color: #fff;
  font-size: 1.1cqw;
  line-height: 1;
  background-color: #313131;
  border-radius: 50%;
}
html body .oku-facility .list li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2cqw;
  letter-spacing: 1px;
}
html body .oku-facility .list li a p span {
  font-size: 1.6cqw;
  line-height: 1;
  letter-spacing: 0;
}
html body .oku-floor .list.list-col-2 {
  gap: 2cqw;
}
html body .oku-floor .list.list-col-2 li {
  display: block;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) {
  width: calc(45% - 2cqw);
  padding-left: 4cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1cqw;
  padding: 0 6cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #fff;
  border: 1px solid #fff;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul li.active {
  background-color: #bdaa93;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul li:nth-child(n+2) {
  margin-top: 0;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.floor li {
  display: block;
  width: calc((100% - 3cqw) / 4);
  text-align: center;
  font-size: 1.3cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.floor li a {
  display: block;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.floor li span {
  font-size: 2.2cqw;
  line-height: 1.5;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.facility li {
  width: calc((100% - 1cqw) / 2);
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.facility li a {
  display: block;
  width: 100%;
  font-size: 1.1cqw;
  line-height: 1.2;
  padding: 1.2cqw 2cqw 1.2cqw 1.5cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) .map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  margin: 4.9cqw 0;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) .map img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) .map img.active {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
html body .oku-floor .list.list-col-2 > *:nth-child(2) {
  width: 55%;
}
html body .oku-floor .floor-slider-wrap {
  --peek: 120px;
  position: relative;
}
html body .oku-floor .floor-slider {
  overflow: hidden;
  height: 100%;
}
html body .oku-floor .floor-slider .slick-list {
  padding-right: var(--peek);
  overflow: visible;
}
html body .oku-floor .floor-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .oku-floor .floor-slider .slick-slide {
  background-color: #f3eee8;
  height: auto;
  margin-right: 70px;
}
html body .oku-floor .floor-slider .slick-slide .thumb img {
  width: 100%;
}
html body .oku-floor .floor-slider .slick-slide .text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  padding: 2cqw 4cqw 3cqw;
}
html body .oku-floor .floor-slider .slick-slide .text h3 {
  margin: 1cqw 0;
  text-align: center;
  font-size: 2.6cqw;
}
html body .oku-floor .floor-slider .slick-slide .text p {
  font-size: 1.2cqw;
}
html body .oku-floor .floor-slider .slick-slide .text p.sub {
  font-size: 1.1cqw;
  text-align: center;
}
html body .oku-floor .floor-slider .slick-slide .btn-wrap {
  margin-top: 2cqw;
}
html body .oku-floor .floor-slider .slick-slide:nth-child(n+2) {
  margin-top: 0;
}
html body .oku-floor .floor-slider .slide-arrow {
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1;
  background-image: url(../img/icon-slider-arrow-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
}
html body .oku-floor .floor-slider .slide-arrow.prev-arrow {
  display: none;
}
html body .oku-floor .floor-slider .slide-arrow.next-arrow {
  position: absolute;
  right: 130px;
}
html body .oku-service .list.list-col-4 {
  gap: 1cqw;
}
html body .oku-contact .input-only {
  padding: 0 1.5rem;
}
html body .oku-contact form {
  padding-top: 4cqw;
}
html body .oku-contact form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2cqw;
}
html body .oku-contact form .form-wrap .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .oku-contact form .form-wrap .form-group label {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  padding: 0.7cqw 1.5cqw;
  border-left: 2px solid #bdaa93;
  font-weight: bold;
}
html body .oku-contact form .form-wrap .form-group label span {
  padding: 0.3cqw 0.8cqw 0;
  color: #fff;
  font-size: 0.9cqw;
  background-color: #e42600;
  border-radius: 0.3cqw;
}
html body .oku-contact form .form-wrap .form-group input, html body .oku-contact form .form-wrap .form-group textarea {
  width: 65%;
  padding: 0.8cqw 0.5cqw;
  border-radius: 0;
}
html body .oku-contact form .form-wrap .form-group.post-num input, html body .oku-contact form .form-wrap .form-group.post-num textarea {
  width: 25%;
}
html body .oku-contact form .form-wrap .form-group.post-num p {
  width: 40%;
  font-size: 0.9cqw;
}
html body .oku-contact form .form-wrap .form-group span.error {
  display: block;
  width: 100%;
  text-align: right;
}
html body .oku-contact form .btn-wrap {
  text-align: center;
}
html body .oku-contact form .btn-wrap input {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #fff;
  background-color: #313131;
  padding: 0.8rem 3.5rem;
  font-size: 1.2cqw;
  border-radius: 999px;
}
html body .contact-btn {
  position: fixed;
  right: 3vw;
  bottom: 1.5vw;
  border-radius: 100rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1cqw rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1cqw rgba(0, 0, 0, 0.2);
}
html body .contact-btn:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html body .contact-btn:hover:before {
  top: 0;
  left: 100%;
}
html body .contact-btn a {
  background-color: #FF9D00;
  color: white;
  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;
  padding: 0.5cqw;
  font-size: 0.88rem;
  font-weight: bold;
}
html body .contact-btn a:before {
  content: "";
  width: 1.8cqw;
  aspect-ratio: 34/26;
  display: block;
  background-image: url(../img/icon-mail-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0.5cqw 0 1.2cqw;
}
html body .contact-btn a:after {
  content: "";
  width: 2.9cqw;
  aspect-ratio: 1;
  display: block;
  background-image: url(../img/icon-arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5cqw;
}
html body .oku-faq .inner {
  padding-bottom: 0;
}
html body .oku-faq .inner .content-header {
  padding: 3rem 0 0;
}
html body .oku-faq .inner .content-header + div {
  padding: 0 1.5rem;
}
html body .oku-faq .inner .tab li {
  width: calc((100% - 2cqw) / 3);
}
html body .oku-faq .inner .collapse-header {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  margin-bottom: 1.5rem;
}
html body .oku-faq .inner .collapse-header p {
  text-align: center;
  font-size: 1.4rem;
}
html body .oku-faq .inner .collapse-header p span {
  display: block;
  font-size: 1.1rem;
}
html body .oku-faq .inner .collapse-item .header {
  position: relative;
}
html body .oku-faq .inner .collapse-item .header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 11px;
  background-image: url("../img/faq_arrow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body .oku-faq .inner .collapse-item .header > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3cqw 2.5cqw;
}
html body .oku-faq .inner .collapse-item .header > a {
  padding: 0.8rem 1rem;
  padding-right: 3rem;
  text-align: left;
}
html body .oku-faq .inner .collapse-item.open .header:after {
  height: 1px;
  background-image: url("../img/faq_minus.png");
}
html body .oku-legal .inner p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
html body .topix-single {
  background-image: url(../img/top-concept-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -70cqw;
  padding: 5cqw 0px 0;
}
html body .topix-single .content-header {
  padding-bottom: 2rem;
}
html body .topix-single .inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 238, 232, 0)), color-stop(30%, #F3EEE8));
  background-image: linear-gradient(to bottom, rgba(243, 238, 232, 0) 0%, #F3EEE8 30%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: cover;
}
html body .topix-single .inner .single-content .date,
html body .topix-single .inner .single-content .cat {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  text-align: center;
}
html body .topix-single .inner .single-content .date {
  margin-bottom: 0.5rem;
}
html body .topix-single .inner .single-content .date span {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
html body .topix-single .inner .single-content .cat {
  margin-bottom: 1rem;
}
html body .topix-single .inner .single-content .cat span {
  padding: 0.2rem 1.5rem;
  color: #fff;
  background-color: #000;
  border-radius: 999px;
  letter-spacing: 1px;
}
html body .topix-single .inner .single-content h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
html body .topix-single .inner .single-content .content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  margin-top: 2rem;
  font-weight: bold;
}
html body .topix-single .inner .single-content .content img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  html body .topix-single {
    background-position: center -40cqw;
  }
}
html body .Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
html body .Pagination .current,
html body .Pagination .Pagination-Item a {
  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: 40px;
  height: 40px;
  border-radius: 50%;
}
html body .Pagination .current {
  color: #F3EEE8;
  background-color: #313131;
}
html body .Pagination .Pagination-Item a {
  color: #313131;
  background-color: #fff;
}
html body footer .content-wrap {
  padding: 5vw 0;
}
html body footer .content-wrap .fmenu-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2cqw 0 5cqw;
}
html body footer .content-wrap .fmenu-wrap > ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  padding: 0.3cqw 0;
}
html body footer .content-wrap .fmenu-wrap > ul li a {
  padding: 0 1cqw;
  border-right: 1px solid #000;
  line-height: 1;
}
html body footer .content-wrap .fmenu-wrap > ul li.full {
  width: 100%;
  border: none;
}
html body footer .content-wrap .fmenu-wrap > ul li:nth-child(5) a, html body footer .content-wrap .fmenu-wrap > ul li:last-child a {
  border-right: 0;
}
html body footer .content-wrap .fmenu-wrap .col-menu {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3cqw;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div {
  width: calc((100% - 6cqw) / 3);
}
html body footer .content-wrap .fmenu-wrap .col-menu > div p {
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  font-weight: 900;
  border-bottom: 2px dotted #000;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul li {
  padding: 0.3cqw 0;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns li {
  width: 100%;
  margin-bottom: 1cqw;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(49, 49, 49, 0.2);
  border-radius: 100rem;
  line-height: 1;
  padding: 0.5cqw;
  text-decoration: underline;
  font-size: 0.9rem;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns li.instagram a:before, html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns li.facebook a:before {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.8cqw;
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns li.instagram a:before {
  background-image: url(../img/icon_instagram.png);
}
html body footer .content-wrap .fmenu-wrap .col-menu > div ul.gnav-menu-sns li.facebook a:before {
  background-image: url(../img/icon_facebook.png);
}
html body footer .copyright {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  margin-top: 3cqw;
  font-size: 0.7rem;
  text-align: center;
}