@charset "UTF-8";
.inner-main-contents .wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 3%;
}

.inner-main-contents .center-contents {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.main-contents > .contents-nav {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

.inner-main-contents {
  position: relative;
  background: linear-gradient(90deg, #d8f4ff 0%, #f8fbf9 54%, #ffe3d3 100%);
  min-height: 100vh;
  min-height: 100dvh;
}
.inner-main-contents .sticky {
  position: fixed;
  z-index: 1;
  text-align: center;
}
.inner-main-contents .sticky.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.inner-main-contents .sticky .side-title {
  color: #333;
  text-align: center;
  line-height: 1;
}
.inner-main-contents .sticky .side-title img {
  width: 30rem;
  max-width: min(30rem, 100%);
  height: auto;
  margin: 0 auto;
}
.inner-main-contents .sticky ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.6rem auto 0;
  gap: 1.4rem;
}
.inner-main-contents .sticky ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  color: #333;
}
.inner-main-contents .sticky ul li a img {
  width: 1.2rem;
}
.inner-main-contents .sticky ul li a h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.4;
}

.main-contents {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.main-contents .sp {
  display: none;
}
.main-contents .pc {
  display: block;
}
.main-contents #main-visual .main-visual-image-container {
  background: #101010;
  margin-bottom: 2rem;
  overflow: hidden;
}
.main-contents #main-visual .main-visual-image-container img {
  display: block;
  width: 100%;
  margin-bottom: -0.1rem;
}

.inner-main-contents #menu {
  position: relative;
}
.inner-main-contents #menu .theme-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  position: relative;
  padding: 0 4rem;
  z-index: 2;
  background: #fff;
  gap: 1.6rem;
}
.inner-main-contents #menu .theme-tab {
  display: block;
  width: 100%;
  line-height: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: none;
  opacity: 1 !important;
}
.inner-main-contents #menu .theme-tab:hover, .inner-main-contents #menu .theme-tab:active, .inner-main-contents #menu .theme-tab:focus, .inner-main-contents #menu .theme-tab:focus-visible {
  opacity: 1 !important;
  transition: none;
  filter: none;
}
.inner-main-contents #menu .theme-tab .is-on {
  display: none;
}
.inner-main-contents #menu .theme-tab .is-off {
  display: block;
}
.inner-main-contents #menu .theme-tab.is-active .is-on {
  display: block;
}
.inner-main-contents #menu .theme-tab.is-active .is-off {
  display: none;
}
.inner-main-contents #menu .theme-tab img {
  width: 100%;
}
.inner-main-contents #menu .theme-panel {
  position: relative;
  z-index: 3;
  margin-top: -0.1rem;
  padding: 4rem;
}
.inner-main-contents #menu .theme-panel[hidden] {
  display: none;
}
.inner-main-contents #menu .theme-panel[data-theme=rei] {
  background: #96c0d0;
}
.inner-main-contents #menu .theme-panel[data-theme=on] {
  background: #f18f69;
  padding-bottom: 0;
}
.inner-main-contents #menu .theme-copy {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 3rem;
}
.inner-main-contents #menu .inner-ttl {
  text-align: center;
  margin-bottom: 3.6rem;
}
.inner-main-contents #menu .inner-ttl h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.22em;
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
}
.inner-main-contents #menu .inner-ttl h2::before, .inner-main-contents #menu .inner-ttl h2::after {
  content: "";
  width: 9.2rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.75);
}
.inner-main-contents #menu .menulist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-main-contents #menu .menulist .menu-card {
  display: block;
  width: 100%;
}
.inner-main-contents #menu .menulist img {
  width: 100%;
}

.inner-main-contents #column {
  position: relative;
  margin: 5.4rem -4rem 0;
  padding: 5.8rem 0 0.1rem;
  color: #333;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
}
.inner-main-contents #column::before {
  content: "";
  position: absolute;
  inset: 0 1.6rem;
  background: #fff;
}
.inner-main-contents #column > .wrapper,
.inner-main-contents #column > .interview,
.inner-main-contents #column > .column-bottom {
  position: relative;
  z-index: 1;
}
.inner-main-contents #column > .wrapper,
.inner-main-contents #column .interview > .wrapper {
  width: calc(100% - 6.4rem);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: visible;
}
.inner-main-contents #column .column-ttl {
  margin-bottom: 6.6rem;
  display: flex;
  padding: 4.4rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  text-align: center;
}
.inner-main-contents #column .column-ttl .column-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
.inner-main-contents #column .column-ttl .column-label img {
  width: 18rem;
  height: auto;
}
.inner-main-contents #column .column-ttl .column-label span {
  font-size: 1.8rem;
}
.inner-main-contents #column .column-ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 1.1;
  margin-top: 1.8rem;
}
.inner-main-contents #column .column-ttl h2 span {
  color: #f18f69;
}
.inner-main-contents #column .umekiki {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.inner-main-contents #column .umekiki img {
  width: 86%;
}
.inner-main-contents #column .umekiki h3 {
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 3.4rem;
  margin-bottom: 2.4rem;
}
.inner-main-contents #column .umekiki p {
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.85;
}
.inner-main-contents #column .interview {
  margin-top: 7.8rem;
}
.inner-main-contents #column .interview .column-inner-top .flexbox {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  margin-bottom: 2.4rem;
  padding: 0 7% 0 0;
}
.inner-main-contents #column .interview .column-inner-top .flexbox img {
  width: 45%;
}
.inner-main-contents #column .interview .column-inner-top .flexbox h3 {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.45;
}
.inner-main-contents #column .interview .column-inner-top p {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
  text-align: center;
}
.inner-main-contents #column .interview .column-inner-top p span {
  font-size: 2rem;
  line-height: 1;
}
.inner-main-contents #column .interview .cap {
  margin-top: 3.6rem;
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
  border-radius: 0;
  border: 0.1rem solid #f18f69;
}
.inner-main-contents #column .interview .cap .linktxt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.inner-main-contents #column .interview .cap .linktxt h4 {
  color: #f18f69;
  font-size: 1.8rem;
  font-weight: 450;
  line-height: 1.55;
  text-align: left;
}
.inner-main-contents #column .interview .cap .linktxt img {
  width: 1.8rem;
}
.inner-main-contents #column .interview .cap p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.inner-main-contents #column .interview .inner-interview {
  margin-top: 5.4rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
}
.inner-main-contents #column .interview .inner-interview dl {
  display: flex;
  width: calc(100% - 6.4rem);
  max-width: none;
  padding: 0;
  flex-direction: column;
  gap: 1.8rem;
}
.inner-main-contents #column .interview .inner-interview dl dt {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  color: #f18f69;
  line-height: 1.45;
}
.inner-main-contents #column .interview .inner-interview dl .marker {
  background: linear-gradient(transparent 70%, #f6c6b8 50%);
}
.inner-main-contents #column .column-bottom {
  margin: 7rem auto 6.4rem;
}

.inner-main-contents #faq {
  position: relative;
  z-index: 2;
  margin-top: -0.1rem;
  background: #fff;
  padding: 7.8rem 0;
  color: #333;
  font-family: "Shippori Mincho", serif;
}
.inner-main-contents #faq h2 {
  font-family: "Shippori Mincho", serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.9rem 6.5rem;
  border-bottom: 0.1rem solid #333;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.25em;
}
.inner-main-contents #faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  padding-top: 6.5rem;
}
.inner-main-contents #faq .faq-item {
  border-bottom: 0;
}
.inner-main-contents #faq .faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1.9rem minmax(0, 1fr) 2.1rem;
  align-items: start;
  gap: 1.3rem;
  padding: 0 3.2rem;
  color: #333;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.inner-main-contents #faq .faq-question span {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.8;
  white-space: nowrap;
}
.inner-main-contents #faq .faq-question::after {
  content: "+";
  align-self: center;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.inner-main-contents #faq .faq-question[aria-expanded=true]::after {
  content: "−";
}
.inner-main-contents #faq .faq-answer {
  display: none;
  grid-template-columns: 1.9rem minmax(0, 1fr);
  align-items: start;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  padding: 1.9rem 3.2rem 0;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
}
.inner-main-contents #faq .faq-answer::before {
  content: "A.";
  grid-column: 1;
  grid-row: 1;
  font-size: 1.9rem;
  line-height: 1.8;
  white-space: nowrap;
}
.inner-main-contents #faq .faq-answer p {
  grid-column: 2;
  margin: 0;
}
.inner-main-contents #faq .faq-answer p + p {
  margin-top: 1.2rem;
}
.inner-main-contents #faq .faq-answer .faq-note {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.inner-main-contents #faq .faq-answer .faq-sup {
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: super;
}
.inner-main-contents #faq .faq-answer a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.inner-main-contents #faq .faq-item.is-open .faq-answer {
  display: grid;
}

.inner-main-contents #under-description {
  padding: 5.8rem 0;
  color: #fff;
  text-align: justify;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  background: #008ca5;
}

.main-contents .breadcrumb {
  z-index: 1;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-wrapper .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal-wrapper .modal-content {
  position: relative;
  width: min(90vw, 55rem);
  max-width: 55rem;
  max-height: 80vh;
  overflow-y: auto;
  margin-top: 0;
  padding: 1.9rem;
  border-radius: 0;
  background: #96c0d0;
  scrollbar-width: thin;
  scrollbar-color: #b2b0b0 #f0f0f0;
}
.modal-wrapper .modal-content::-webkit-scrollbar {
  display: block;
  width: 0.6rem;
}
.modal-wrapper .modal-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.modal-wrapper .modal-content::-webkit-scrollbar-thumb {
  background: #b2b0b0;
}

.modal-on .modal-content {
  background: #f18f69;
}

.modal-wrapper .modal-inner {
  background: #fff;
  padding: 7.6rem 3.2rem 5.7rem;
  width: 100%;
  min-height: 100%;
  color: #333;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.modal-wrapper .modal-close {
  position: absolute;
  top: 2.1rem;
  right: 2.1rem;
  width: 2.7rem;
  height: 2.7rem;
  overflow: hidden;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
}
.modal-wrapper .modal-close::before, .modal-wrapper .modal-close::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0.1rem;
  width: 2.7rem;
  height: 0.1rem;
  background: #333;
  transform-origin: center;
}
.modal-wrapper .modal-close::before {
  transform: rotate(45deg);
}
.modal-wrapper .modal-close::after {
  transform: rotate(-45deg);
}

.modal-wrapper .shop-header {
  text-align: center;
  margin-bottom: 3.2rem;
}
.modal-wrapper .shop-header .shop-category,
.modal-wrapper .shop-header .sub-text {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.modal-wrapper .shop-header .shop-category {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 500;
}
.modal-wrapper .shop-header h2 {
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.35;
  font-weight: 600;
}
.modal-wrapper .shop-header h2 + .shop-en {
  margin-top: 0.6rem;
}
.modal-wrapper .shop-header h2 + .sub-text {
  margin-top: 2.3rem;
}
.modal-wrapper .shop-header .shop-en {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 600;
}
.modal-wrapper .shop-header .shop-en + .sub-text {
  margin-top: 2.3rem;
}
.modal-wrapper .shop-header .sub-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.modal-wrapper .shop-image {
  margin: 0 0 5.8rem;
}
.modal-wrapper .shop-image img {
  width: 100%;
  display: block;
}

.modal-chesapeake .shop-image {
  aspect-ratio: 288/250;
  overflow: hidden;
}
.modal-chesapeake .shop-image img {
  width: 100%;
  max-width: none;
}

.modal-cosmopolitan .shop-image {
  aspect-ratio: 288/250;
  overflow: hidden;
  position: relative;
}
.modal-cosmopolitan .shop-image img {
  max-width: none;
  position: absolute;
}

.modal-cosmopolitan .shop-image-cosmopolitan-primary img {
  width: 100%;
}

.modal-cosmopolitan .shop-image-cosmopolitan-secondary img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-wrapper .shop-image-secondary {
  margin-top: 5.8rem;
}

.modal-wrapper .menu-detail {
  text-align: center;
}
.modal-wrapper .menu-detail .badge-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
  margin: 0 auto 1.5rem;
}
.modal-wrapper .menu-detail .badge-area:empty {
  display: none;
}
.modal-wrapper .menu-detail .badge-area img {
  width: auto;
  height: 5.3rem;
  max-width: none;
}
.modal-wrapper .menu-detail .badge-area img[src$="icon_03.svg"],
.modal-wrapper .menu-detail .badge-area img[src$="icon_04.svg"] {
  height: 6rem;
}
.modal-wrapper .menu-detail h3 {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}
.modal-wrapper .menu-detail .menu-title-secondary {
  margin-top: 4rem;
}
.modal-wrapper .menu-detail .menu-title-has-note {
  margin-bottom: 1.2rem;
}
.modal-wrapper .menu-detail .price {
  font-size: 1.9rem;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.7;
}
.modal-wrapper .menu-detail .price--has-note {
  margin-bottom: 1.6rem;
}
.modal-wrapper .menu-detail .price-secondary {
  margin-bottom: 4rem;
}
.modal-wrapper .menu-detail .price-small-note {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.modal-wrapper .menu-detail .price-note {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}
.modal-wrapper .menu-detail .price-note--price {
  margin-bottom: 4rem;
}
.modal-wrapper .menu-detail .price-note--title {
  margin-bottom: 1rem;
}
.modal-wrapper .menu-detail .description {
  font-size: 1.9rem;
  text-align: justify;
  line-height: 2;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
.modal-wrapper .menu-detail .small-note {
  font-size: 1.3rem;
  letter-spacing: 0;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}

.modal-wrapper .shop-footer {
  margin-top: 4.9rem;
  padding: 2.7rem 0 2.9rem;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
}
.modal-wrapper .shop-footer p {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.75;
  margin-bottom: 2.4rem;
}

.modal-wrapper .shop-btn {
  width: 18.1rem;
  display: block;
  margin: 0 0 0 auto;
  line-height: 0;
}

.inner-main-contents .wrapper {
  max-width: 55rem;
}

.inner-main-contents .center-contents {
  max-width: 55rem;
  margin-right: 0;
  margin-left: auto;
}

.inner-main-contents .sticky {
  top: 22rem;
  left: max(1.6rem, (100vw - 55rem - min(30rem, 100vw - 55rem - 4rem)) / 2);
  width: min(30rem, 100vw - 55rem - 4rem);
}

.inner-main-contents .sticky .side-title img {
  width: 30rem;
  max-width: min(30rem, 100%);
}/*# sourceMappingURL=tab.css.map */