@charset "UTF-8";
:root {
  --nagaya-title-offset: 400px;
}

.inner {
  max-width: 1440px;
  padding-inline: 100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.common__btn {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #6B4F3A;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 48px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .common__btn {
    padding: 14px 32px;
    font-size: 16px;
  }
}
.common__btn:hover {
  background-color: #5a4230;
  color: #fff;
}

.common__btn__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.fade-in {
  opacity: 0;
  translate: 0 80px;
  transition: opacity 0.7s ease, translate 0.7s ease;
}
.fade-in.is-visible {
  opacity: 1;
  translate: 0 0;
}

.clip-in {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.clip-in.is-visible {
  clip-path: inset(0 0% 0 0);
}

html {
  box-sizing: border-box;
}

body {
  padding-top: 58px;
  overflow-x: hidden;
  background-color: #F6FFF8;
  color: #333;
}

.top-page__body {
  padding-top: 0;
}

.top-page__body.is-loading {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#master-container {
  --bg-black: #0a0a0a;
  --gold-light: #fff0be;
  --gold-main: #d4b185;
  --gold-dark: #8b6d45;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--bg-black);
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
  transition: opacity 0.8s ease;
}

#master-container.hidden {
  opacity: 0;
  pointer-events: none;
}

html.loader-skip #master-container {
  display: none;
}

.scene-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 50;
}

.scene-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: contrast(120%) brightness(0.75) saturate(115%);
}

.scene-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 10;
}

.scene-label {
  position: absolute;
  bottom: 15%;
  left: 8%;
  right: 8%;
  z-index: 20;
  opacity: 0;
}

.scene-tag {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.9rem, 2vw, 1.3rem);
  color: var(--gold-main);
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.scene-text {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.3rem, 3.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(212, 177, 133, 0.8), 0 0 60px rgba(0, 0, 0, 0.9);
  line-height: 1.7;
  max-width: 90%;
}

.scene-subtext {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(245, 239, 230, 0.8);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  margin-top: 10px;
  line-height: 1.6;
  max-width: 85%;
}

.impact-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}

.shock-ring {
  position: absolute;
  border: 2px solid var(--gold-main);
  border-radius: 50%;
  opacity: 0;
  filter: drop-shadow(0 0 20px var(--gold-main));
}

.shake-active {
  animation: screenShake 0.5s cubic-bezier(0.1, 0.8, 0.2, 1) both;
}

.logo-container {
  position: absolute;
  z-index: 500;
  text-align: center;
  opacity: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-main {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 2rem;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-main) 50%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(212, 177, 133, 0.8)) brightness(120%);
  margin: 0;
}
@media (max-width: 767px) {
  .logo-main {
    font-size: 1.3rem;
  }
}

.logo-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.9rem, 2.5vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  color: var(--gold-main);
  margin-top: 20px;
  text-shadow: 0 0 20px rgba(212, 177, 133, 0.6);
}

.final-blast {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 4000;
  background: radial-gradient(circle, rgba(255, 255, 220, 0.85) 0%, rgba(255, 210, 130, 0.35) 55%, transparent 100%);
}

@keyframes screenShake {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-6px, -6px);
  }
  20% {
    transform: translate(6px, 6px);
  }
  30% {
    transform: translate(-6px, 6px);
  }
  40% {
    transform: translate(6px, -6px);
  }
  50% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(3px, 3px);
  }
}
@keyframes sceneSlideIn {
  0% {
    opacity: 0;
    transform: translateX(80px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes sceneSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-80px) scale(0.95);
  }
}
@keyframes textFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5) rotateY(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(0deg);
  }
}
@keyframes blastExplosion {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@media (max-width: 768px) {
  .logo-main {
    letter-spacing: 1rem;
  }
  .scene-text {
    font-size: 1rem;
  }
  .scene-subtext {
    font-size: 0.8rem;
  }
}
header {
  font-family: "Noto Serif JP", serif;
  color: #F5EFE6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: rgba(18, 18, 18, 0.28);
  backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid rgba(245, 239, 230, 0.28);
}
@supports not (backdrop-filter: blur(1px)) {
  .header {
    background: rgba(18, 18, 18, 0.62);
  }
}

.header__logo {
  font-weight: 600;
  font-size: 20px;
}

.header__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  overflow-x: clip;
}
@media (min-width: 921px) {
  .header__inner {
    overflow-x: visible;
  }
}
@media (max-width: 920px) {
  .header__inner {
    padding-inline: 20px;
    flex-wrap: wrap;
    row-gap: 12px;
  }
}

.header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}
@media (min-width: 921px) {
  .header__nav {
    overflow-x: visible;
  }
}

.header__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 8px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 920px) {
  .header__list {
    display: none;
  }
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  margin-inline-start: 30px;
}
@media (max-width: 920px) {
  .header__contact {
    display: none;
  }
}

.header__instagram {
  display: flex;
  align-items: center;
}
.header__instagram img {
  width: 20px;
  height: 20px;
}

.header__tel {
  font-family: "Noto Serif JP", serif;
  color: #F5EFE6;
  font-size: 14px;
  white-space: nowrap;
}

.divider {
  width: 0.5px;
  height: 16px;
  background: #F5EFE6;
  opacity: 0.4;
}

.reservation {
  border: 1px solid #F5EFE6;
  padding: 10px 20px;
}

/*----------------------------------
  ドロップダウン
-----------------------------------*/
/* ドロップダウンの親要素 */
.header__dropdown {
  position: relative;
}

.header__dropdown-wrap {
  position: absolute;
  z-index: 100;
  top: calc(100% - 8px);
  right: 80%;
  left: auto;
  min-width: clamp(280px, 100vw - 48px, 400px);
  padding-top: 12px;
}

/* ドロップダウンメニュー本体（初期は非表示） */
.header__dropdown-menu {
  position: relative;
  display: none;
  width: clamp(280px, 100vw - 48px, 400px);
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header__dropdown-menu p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  margin-block-end: 20px;
}
.header__dropdown-menu a {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media (max-width: 920px) {
  .drawer__icon {
    display: flex;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #F5EFE6;
  transition: all 0.3s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  height: 100svh;
  background: #6B4F3A;
  overflow-y: scroll;
  translate: 101%;
  transition: translate 0.5s ease;
}
@media (min-width: 921px) {
  .drawer {
    display: none;
  }
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.drawer__list li a {
  font-family: "Noto Serif JP", serif;
  color: #F5EFE6;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.drawer__contact {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.drawer__instagram {
  color: #F5EFE6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.drawer__instagram span {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  color: #F5EFE6;
}

.drawer__tel {
  color: #F5EFE6;
  text-decoration: none;
}

.drawer .divider {
  width: 1px;
  height: 20px;
  background: #F5EFE6;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  pointer-events: none;
}

.fv__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.fv__title {
  font-size: 80px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 32px;
    line-height: 1.4;
  }
}

.fv__subtitle {
  display: block;
  font-weight: 400;
  font-size: 42px;
}
@media (max-width: 768px) {
  .fv__subtitle {
    font-size: 16px;
    line-height: 1.2;
  }
}

.fv__text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  margin-block-start: 20px;
  padding-inline: 10px;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 14px;
    line-height: 1.2;
  }
}

.fv__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fv__bg.active {
  opacity: 1;
}

.fv__bg--1 {
  background-image: url("../../images/yoshino-sakura02.jpg");
}

.fv__bg--2 {
  background-image: url("../../images/yoshino-summer10.jpg");
}

.fv__bg--3 {
  background-image: url("../../images/yoshino-autumn10.jpg");
}

.fv__bg--4 {
  background-image: url("../../images/yoshino-winter10.jpg");
}

.fv__scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 2;
}
.fv__scroll::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: #fff;
}

.concept {
  position: relative;
  min-height: 600px;
  margin-block-start: 120px;
}

.concept__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 120px;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50px;
  right: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .concept__title {
    writing-mode: horizontal-tb;
    position: static;
    padding-block-end: 100px;
  }
}
@media (max-width: 768px) {
  .concept__title {
    font-size: 60px;
  }
}

.concept__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  padding-block-start: 30px;
}
@media (max-width: 768px) {
  .concept__subtitle {
    line-height: 1.4;
  }
}

.concept__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 3;
  padding-block-start: 100px;
}
@media (max-width: 1024px) {
  .concept__text {
    padding-block-start: 50px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.concept__body {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .concept__body {
    flex-direction: column;
  }
}

.concept__container {
  flex: 1;
  margin-block: 100px;
  padding-inline-end: 140px;
}
@media (max-width: 1024px) {
  .concept__container {
    padding-inline-end: 0;
  }
}

.concept__slider {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.concept__slides {
  display: flex;
  transition: transform 2s ease;
}

.concept__slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}
.concept__slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}

.movie {
  position: relative;
}

.movie video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.nagaya {
  padding-block: 100px 80px;
}
@media (max-width: 768px) {
  .nagaya {
    padding-block: 60px 40px;
  }
}

.bbq {
  padding-block: 80px 0;
}

.service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .service-card {
    grid-template-columns: 1fr;
  }
}
.service-card--reverse .service-card__image {
  order: 2;
}
@media (max-width: 768px) {
  .service-card--reverse .service-card__image {
    order: 0;
  }
}
.service-card--reverse .service-card__content {
  order: 1;
}
@media (max-width: 768px) {
  .service-card--reverse .service-card__content {
    order: 0;
  }
}

.service-card__image {
  min-height: 400px;
}
@media (max-width: 768px) {
  .service-card__image {
    min-height: 240px;
  }
}
.service-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.service-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
}
@media (max-width: 1024px) {
  .service-card__content {
    padding: 40px 36px;
  }
}
@media (max-width: 768px) {
  .service-card__content {
    padding: 32px 24px;
  }
}

.service-card__label {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #b8956a;
  margin-block-end: 16px;
}

.service-card__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.5;
  color: #3d4f47;
  margin-block-end: 16px;
}

.service-card__divider {
  display: block;
  width: 48px;
  height: 1px;
  background-color: #b8956a;
  margin-block-end: 20px;
}

.service-card__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
  color: #b8956a;
  margin-block-end: 20px;
}

.service-card__text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2;
  color: #555555;
  margin-block-end: 24px;
}

.service-card__list {
  list-style: none;
  margin-block-end: 32px;
}
.service-card__list li {
  position: relative;
  padding-inline-start: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2;
  color: #555555;
}
.service-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b8956a;
  font-weight: 700;
}
.service-card__list li + li {
  margin-block-start: 4px;
}

.service-card__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-card__btn {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
}
.service-card__btn--primary {
  color: #fff;
  background-color: #3d4f47;
}
.service-card__btn--primary:hover {
  background-color: #2f3d37;
  color: #fff;
}
.service-card__btn--secondary {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
}
.service-card__btn--secondary:hover {
  border-color: #3d4f47;
  color: #3d4f47;
}

.bbq__instagram {
  padding-block: 100px 200px;
}
@media (max-width: 768px) {
  .bbq__instagram {
    padding-block: 60px 120px;
  }
}

.bbq__insta-header {
  text-align: center;
  padding-block-end: 40px;
}

.bbq__insta-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .bbq__insta-title {
    font-size: 36px;
  }
}

.bbq__insta-desc {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  margin-block-start: 10px;
  opacity: 0.7;
}

.bbq__insta-images {
  max-width: 78%;
  margin-inline: auto;
  padding-block-end: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .bbq__insta-images {
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .bbq__insta-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .bbq__insta-images .swiper-wrapper {
    display: contents;
  }
  .bbq__insta-images .page-nagaya__prev,
  .bbq__insta-images .page-nagaya__next {
    display: none !important;
  }
}

.bbq__insta-slide {
  min-width: 0;
}
@media (min-width: 768px) {
  .bbq__insta-slide {
    flex: 1;
  }
}

.bbq__insta-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

.bbq__insta-btn {
  font-size: 16px;
}

.section__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 50px;
  padding-block: 50px;
  letter-spacing: 1.8;
}

.takooki {
  padding-block: 100px 0;
}
@media (max-width: 768px) {
  .takooki {
    padding-block: 60px 0;
  }
}

.takooki__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 560px;
}
@media (max-width: 768px) {
  .takooki__layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.takooki__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(24px, 8vw, 100px);
  max-width: 720px;
  margin-inline-start: auto;
}
@media (max-width: 768px) {
  .takooki__content {
    padding: 48px 20px;
    max-width: none;
    margin-inline: auto;
  }
}

.takooki__label {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #b8956a;
  margin-block-end: 24px;
}

.takooki__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.4;
  color: #3d4f47;
  margin-block-end: 32px;
}

.takooki__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 2;
  color: #555555;
  margin-block-end: 40px;
}

.takooki__info-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  margin-block-end: 40px;
}

.takooki__info-row {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
}
.takooki__info-row + .takooki__info-row {
  margin-block-start: 12px;
}
.takooki__info-row dt {
  font-weight: 500;
  color: #3d4f47;
}
.takooki__info-row dd a {
  color: inherit;
  text-decoration: none;
}
.takooki__info-row dd a:hover {
  text-decoration: underline;
}

.takooki__btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #3d4f47;
  text-decoration: none;
  padding: 14px 32px;
  border: 1px solid #3d4f47;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.takooki__btn:hover {
  background-color: #3d4f47;
  color: #fff;
}

.takooki__image {
  min-height: 400px;
}
@media (max-width: 768px) {
  .takooki__image {
    min-height: 280px;
    order: -1;
  }
}
.takooki__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.takooki__instagram {
  padding-block: 100px 200px;
}

.takooki__insta-header {
  text-align: center;
  padding-block-end: 40px;
}

.takooki__insta-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .takooki__insta-title {
    font-size: 36px;
  }
}

.takooki__insta-desc {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  margin-block-start: 10px;
  opacity: 0.7;
}

.takooki__insta-images {
  max-width: 78%;
  margin-inline: auto;
  padding-block-end: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .takooki__insta-images {
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .takooki__insta-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .takooki__insta-images .swiper-wrapper {
    display: contents;
  }
  .takooki__insta-images .page-nagaya__prev,
  .takooki__insta-images .page-nagaya__next {
    display: none !important;
  }
}

.takooki__insta-slide {
  min-width: 0;
}
@media (min-width: 768px) {
  .takooki__insta-slide {
    flex: 1;
  }
}

.takooki__insta-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

.takooki__insta-btn {
  font-size: 16px;
}

.footer-cat {
  padding-block: 120px 80px;
}
@media (max-width: 768px) {
  .footer-cat {
    padding-block: 80px 60px;
  }
}

.footer-cat__content {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 999px) {
  .footer-cat__content {
    flex-direction: column;
  }
}

.footer-cat__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  background-color: #4a5d4e;
  border-radius: 50px;
  padding: clamp(32px, 5vw, 56px) clamp(28px, 5vw, 64px);
  margin-block-end: 48px;
}
@media (max-width: 768px) {
  .footer-cat__card {
    border-radius: 32px;
    text-align: center;
    margin-block-end: 32px;
  }
}

.footer-cat__avatar {
  flex-shrink: 0;
}
.footer-cat__avatar img {
  width: clamp(140px, 18vw, 200px);
  height: clamp(140px, 18vw, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  display: block;
}

.footer-cat__body {
  flex: 1;
  min-width: 0;
}

.footer-cat__label {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #e8a87c;
  margin-block-end: 20px;
}

.footer-cat__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2;
  color: #fff;
  margin-block-end: 24px;
}

.footer-cat__quote {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: italic;
  line-height: 1.8;
  color: #e8a87c;
}

.footer-cat__video {
  width: 100%;
  max-width: 800px;
  max-height: 450px;
  border-radius: 20px;
  display: block;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.map {
  margin-block: 100px 200px;
}

.map__inner {
  padding-inline: 30px;
}
@media (max-width: 768px) {
  .map__inner {
    padding-inline: 20px;
  }
}

.map__conteianer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1024px) {
  .map__conteianer {
    flex-direction: column;
    row-gap: 20px;
  }
}

.map__iframe {
  flex: 1;
  width: 100%;
  min-width: 0;
  aspect-ratio: 600/450;
}
.map__iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.map__illustration {
  flex: 1;
  width: 100%;
  min-width: 0;
  aspect-ratio: 600/450;
}
.map__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}

.tourist-spots {
  margin-block-start: 100px;
  color: #333;
}
.tourist-spots .inner {
  padding-block-end: 60px;
}

.tourist-spots__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.85;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-block: 0 48px;
}
@media (max-width: 768px) {
  .tourist-spots__lead {
    font-size: 16px;
    text-align: left;
    margin-block-end: 40px;
  }
}

.tourist-spots__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 1200px;
  margin-inline: auto;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}
@media (max-width: 767px) {
  .tourist-spots__grid {
    grid-template-columns: 1fr;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (max-width: 767px) {
  .tourist-spots__images {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tourist-spots__images {
    display: contents;
  }
  .tourist-spots__images .swiper-wrapper {
    display: contents;
  }
  .tourist-spots__images .tourist-spots__slide:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .tourist-spots__images .tourist-spots__slide:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .tourist-spots__images .tourist-spots__slide:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .tourist-spots__images .page-nagaya__prev,
  .tourist-spots__images .page-nagaya__next {
    display: none !important;
  }
}

.tourist-spots__slide {
  min-width: 0;
}

.tourist-spots__grid-photo {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.tourist-spots__grid-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .tourist-spots__grid-photo {
    aspect-ratio: 3/2;
  }
}

.tourist-spots__grid-text {
  grid-column: 2;
  grid-row: 1;
  background-color: #f0ede8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
}
@media (max-width: 1024px) {
  .tourist-spots__grid-text {
    padding: 36px 36px;
  }
}
@media (max-width: 767px) {
  .tourist-spots__grid-text {
    grid-column: 1;
    grid-row: 1;
    padding: 40px 20px;
    text-align: left;
  }
}

.tourist-spots__grid-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #4a3f35;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .tourist-spots__grid-heading {
    font-size: 22px;
    margin-block-end: 20px;
  }
}

.tourist-spots__grid-desc {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 2;
  color: #555;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .tourist-spots__grid-desc {
    font-size: 14px;
  }
  .tourist-spots__grid-desc br {
    display: none;
  }
}

/*----------------------------------
  魅力
-----------------------------------*/
.tourist-spots__appeal {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 56px);
  margin-inline: auto;
  padding: 76px clamp(20px, 4vw, 48px) 72px;
}
@media (max-width: 768px) {
  .tourist-spots__appeal {
    flex-direction: column;
    gap: 32px;
    padding: 48px 20px 56px;
  }
}

.tourist-spots__appeal-label {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  color: #4a3f35;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  padding-block-start: 8px;
}
@media (max-width: 768px) {
  .tourist-spots__appeal-label {
    font-size: 48px;
  }
}

.tourist-spots__appeal-cards {
  display: flex;
  gap: clamp(24px, 3vw, 48px);
  flex: 1;
}
@media (max-width: 600px) {
  .tourist-spots__appeal-cards {
    flex-direction: column;
    gap: 36px;
    width: 100%;
  }
}

.tourist-spots__appeal-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .tourist-spots__appeal-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}

.tourist-spots__appeal-photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-block-end: 28px;
  flex-shrink: 0;
}
.tourist-spots__appeal-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  .tourist-spots__appeal-photo {
    width: 110px;
    margin-block-end: 0;
  }
}

@media (max-width: 600px) {
  .tourist-spots__appeal-body {
    flex: 1;
  }
}

.tourist-spots__appeal-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.35em;
  color: #4a3f35;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .tourist-spots__appeal-heading {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-block-end: 12px;
  }
}

.tourist-spots__appeal-desc {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 2;
  color: #555;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .tourist-spots__appeal-desc {
    font-size: 14px;
  }
}

.tourist-spots__block {
  max-width: 720px;
  margin-inline: auto;
  padding-block: 52px 40px;
  border-top: 1px solid rgba(107, 79, 58, 0.18);
  text-align: center;
}

.tourist-spots__block-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #4a3f35;
}
@media (max-width: 768px) {
  .tourist-spots__block-title {
    font-size: 28px;
  }
}

.tourist-spots__block-desc {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  margin-block-start: 12px;
  opacity: 0.72;
  letter-spacing: 0.02em;
}

.tourist-spots__list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  text-align: left;
  max-width: 540px;
  margin-inline: auto;
}
.tourist-spots__list li {
  border-bottom: 1px solid rgba(107, 79, 58, 0.14);
}
.tourist-spots__list li:first-child {
  border-top: 1px solid rgba(107, 79, 58, 0.14);
}
.tourist-spots__list a {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 6px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.tourist-spots__list a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.45;
  flex-shrink: 0;
}
.tourist-spots__list a:hover {
  color: #6b4f3a;
  background-color: rgba(255, 255, 255, 0.4);
}

.tourist-spots__weather {
  max-width: 560px;
  margin-inline: auto;
  margin-block-start: 8px;
  padding-block: 56px 0 0;
  border-top: 1px solid rgba(107, 79, 58, 0.18);
  text-align: center;
}

.tourist-spots__weather-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #4a3f35;
  padding-block-start: 52px;
}
@media (max-width: 768px) {
  .tourist-spots__weather-title {
    font-size: 26px;
  }
}

.tourist-spots__weather-desc {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  margin-block: 14px 32px;
  opacity: 0.72;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .tourist-spots__weather-desc {
    font-size: 14px;
  }
}

.tourist-spots__weather-btn {
  font-size: 17px;
}

.seo-tags {
  padding-block: 64px 80px;
}
@media (max-width: 768px) {
  .seo-tags {
    padding-block: 48px 64px;
  }
}

.seo__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 100px;
}

.seo-tags__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.seo-tags__tag {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #6b4f3a;
  background-color: #fff;
  border: 1px solid #c4a882;
  border-radius: 9999px;
  padding: 8px 18px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 768px) {
  .seo-tags__tag {
    font-size: 13px;
    padding: 7px 14px;
  }
}

a.seo-tags__tag:hover {
  background-color: #6b4f3a;
  color: #f5efe6;
  border-color: #6b4f3a;
}

.seo-tags__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 55px;
  margin-inline: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #f5dcbc;
  background-color: #4a3f35;
  border: 1px solid #c4a882;
  border-radius: 6px;
  padding: 18px 40px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 768px) {
  .seo-tags__cta {
    font-size: 16px;
    padding: 16px 20px;
    width: 100%;
    text-align: center;
  }
}
.seo-tags__cta:hover {
  background-color: #6b4f3a;
  color: #f5efe6;
}

footer {
  font-family: "Noto Serif JP", serif;
  background: #6B4F3A;
  color: #F5EFE6;
  font-size: 20px;
}

.footer__inner {
  padding: 50px 140px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .footer__inner {
    flex-direction: column;
    row-gap: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 50px 20px;
  }
}

.footer__title {
  font-size: 32px;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 22px;
  }
}

.footer__subtitle {
  font-size: 16px;
  padding-block-start: 20px;
}
@media (max-width: 768px) {
  .footer__subtitle {
    font-size: 12px;
  }
}

.footer__info-wrap {
  margin-block-start: 10px;
  display: flex;
  flex-direction: column;
}

.footer__nav {
  margin-block-start: 10px;
  margin-inline-start: 20px;
}

.footer__info-title {
  color: #f5dcbc;
  font-size: 26px;
  margin-block-end: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer__info-title {
    font-size: 16px;
  }
}

.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1090px) {
  .footer__list {
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer__list {
    font-size: 16px;
  }
}

.footer__address {
  display: contents;
}
@media (max-width: 768px) {
  .footer__address {
    font-size: 16px;
  }
}

.footer__tel {
  margin-block-start: 20px;
}

.footer__bottom {
  text-align: center;
  padding-block: 50px;
  font-size: 14px;
  opacity: 0.7;
  border-top: 1px solid #F5EFE6;
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
@media (max-width: 768px) {
  .footer__bottom {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .sp-inner {
    padding-inline: 20px;
  }
}

.page-nagaya__bodycolor {
  background-color: #EDE4D6;
  padding-top: 0;
}

.page__nagaya-title-bg {
  background-image: url(../../images/nagaya-room04.jpg);
  background-size: cover;
  background-position: center 80%;
  color: #fff;
  min-height: 500px;
}

.page-nagaya__title {
  padding-block-start: 180px;
}

.page-nagaya__title,
.page-nagaya__entitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 120px;
}
@media (max-width: 768px) {
  .page-nagaya__title,
  .page-nagaya__entitle {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .page-nagaya__entitle {
    font-size: 40px;
  }
}

.page-nagaya__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  padding-block-start: 30px;
}
@media (max-width: 768px) {
  .page-nagaya__subtitle {
    line-height: 1.4;
  }
}

.page-nagaya__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2;
  padding-block-start: 100px;
  padding-inline: 50px;
}
@media (max-width: 1024px) {
  .page-nagaya__text {
    padding-block-start: 50px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.page-nagaya__body {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .page-nagaya__body {
    flex-direction: column;
    padding-block-start: 100px;
  }
}

.page-nagaya__container {
  flex: 1;
  margin-block: 100px;
  padding-inline-end: 140px;
}
@media (max-width: 1024px) {
  .page-nagaya__container {
    padding-inline-end: 0;
  }
}

.page-nagaya__slider {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.page-nagaya__slides {
  display: flex;
  transition: transform 2s ease;
}

.page-nagaya__slide {
  min-width: 100%;
}
.page-nagaya__slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-nagaya__prev,
.page-nagaya__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 12px 16px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 4px;
}
.page-nagaya__prev:hover,
.page-nagaya__next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.page-nagaya__prev {
  left: 16px;
}

.page-nagaya__next {
  right: 16px;
}

.page-nagaya-02__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  padding-block-start: 30px;
}
@media (max-width: 768px) {
  .page-nagaya-02__subtitle {
    font-size: 20px;
    padding-block-start: 0;
  }
}

.page-nagaya-02__subtitle--big {
  font-size: 40px;
}
@media (max-width: 768px) {
  .page-nagaya-02__subtitle--big {
    font-size: 28px;
    line-height: 1.4;
    display: block;
    margin-block-end: 15px;
  }
}

.page-nagaya-02__list {
  font-family: "Noto Serif JP", serif;
  margin-block-start: 40px;
  margin-inline-start: 20px;
  line-height: 2;
}

.page-nagaya-02__amenities {
  margin-block-start: 40px;
  padding-block-start: 30px;
  border-top: 1px solid #c5b9ac;
}

.page-nagaya-02__amenities-label {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #8a7668;
  margin-block-end: 16px;
}

.page-nagaya-02__amenities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #4a3f37;
  line-height: 1.8;
}
.page-nagaya-02__amenities-list li {
  padding-inline-start: 1em;
  position: relative;
}
.page-nagaya-02__amenities-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #8a7668;
}
@media (max-width: 480px) {
  .page-nagaya-02__amenities-list {
    grid-template-columns: 1fr;
  }
}

.page-nagaya-02__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 3;
  padding-block-start: 50px;
}
@media (max-width: 1024px) {
  .page-nagaya-02__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.page-nagaya-02__body {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-left: 100px;
  margin-block-start: 120px;
}
@media (max-width: 1024px) {
  .page-nagaya-02__body {
    flex-direction: column;
    margin: 0;
  }
}

.page-nagaya-02__container {
  flex: 1;
  margin-block: 100px;
  margin-left: 0;
}

.page-nagaya-02__slider {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.page-nagaya-02__slides {
  display: flex;
  transition: transform 0.5s ease;
}

.page-nagaya-02__slide {
  min-width: 100%;
}
.page-nagaya-02__slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-nagaya-02-benefit {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 60px;
  margin-block-start: 60px;
}

.page-nagaya-02-benefit__title {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
}
@media (max-width: 768px) {
  .page-nagaya-02-benefit__title {
    font-size: 28px;
  }
}

.page-nagaya-02-benefit__text {
  margin-block: 30px 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-nagaya-02-benefit__text {
    font-size: 16px;
  }
}

.page-nagaya-02-benefit__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
}
@media (max-width: 768px) {
  .page-nagaya-02-benefit__subtitle {
    font-size: 28px;
  }
}

.page-nagaya-02-benefit__list {
  margin-top: 30px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}

.page-nagaya__sugoshikata {
  max-width: 700px;
  margin-inline: auto;
  margin-block: 30px 20px;
  padding-top: 30px;
}

.page-nagaya__sugoshikata-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .page-nagaya__sugoshikata-title {
    font-size: 28px;
  }
}

.page-nagaya__sugoshikata-lead {
  margin-block: 30px 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.85;
  text-align: center;
  color: #3a2f28;
}
@media (max-width: 768px) {
  .page-nagaya__sugoshikata-lead {
    font-size: 16px;
  }
}

.page-nagaya__sugoshikata-steps {
  list-style: none;
  margin: 0;
  padding: 0 0 60px;
  border-bottom: 1px solid #ccc;
  counter-reset: sugoshikata;
}

.page-nagaya__sugoshikata-step {
  position: relative;
  padding-left: 2.75em;
  margin-bottom: 2rem;
  counter-increment: sugoshikata;
}
.page-nagaya__sugoshikata-step:last-child {
  margin-bottom: 0;
}
.page-nagaya__sugoshikata-step::before {
  content: counter(sugoshikata, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.15em;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  color: #7a6a5c;
  letter-spacing: 0.04em;
}

.page-nagaya__sugoshikata-step-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.5em;
  color: #2c241d;
}
@media (max-width: 768px) {
  .page-nagaya__sugoshikata-step-label {
    font-size: 17px;
  }
}

.page-nagaya__sugoshikata-step-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.9;
  color: #3a2f28;
}
@media (max-width: 768px) {
  .page-nagaya__sugoshikata-step-text {
    font-size: 15px;
  }
}

.page-nagaya__reserve {
  display: block;
  font-family: "Noto Serif JP", serif;
  background: #563F2E;
  color: #F5EFE6;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  margin-block: 100px;
  margin-inline: auto;
  transition: background 0.3s ease, color 0.3s ease;
}
.page-nagaya__reserve:hover {
  background: #F5EFE6;
  color: #563F2E;
  border: 1px solid #563F2E;
}

/*----------------------------------
  お客様の声
-----------------------------------*/
.page-nagaya__voice {
  padding-block: 80px;
  border-top: 1px solid #c5b9ac;
}

.page-nagaya__voice-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 20px;
}

.page-nagaya__voice-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-block-end: 50px;
}
@media (max-width: 768px) {
  .page-nagaya__voice-title {
    font-size: 24px;
  }
}

.page-nagaya__voice-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .page-nagaya__voice-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .page-nagaya__voice-cards {
    grid-template-columns: 1fr;
  }
}

.page-nagaya__voice-card {
  background: #FAF6F0;
  border: 1px solid #ddd3c6;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.page-nagaya__voice-card:hover {
  box-shadow: 0 8px 24px rgba(86, 63, 46, 0.12);
  transform: translateY(-4px);
}

.page-nagaya__voice-stars {
  display: flex;
  gap: 2px;
  font-size: 20px;
  color: #C8963E;
  line-height: 1;
}

.page-nagaya__voice-star--empty {
  color: #d9cec5;
}

.page-nagaya__voice-text {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.8;
  color: #4a3f37;
  flex: 1;
}

.page-nagaya__voice-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block-start: 16px;
  border-top: 1px solid #ddd3c6;
  gap: 8px;
}

.page-nagaya__voice-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: #563F2E;
}

.page-nagaya__voice-date {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #8a7668;
}

.page-nagaya__voice-more {
  display: block;
  font-family: "Noto Serif JP", serif;
  background: transparent;
  color: #563F2E;
  padding: 16px 40px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #563F2E;
  cursor: pointer;
  margin-block-start: 50px;
  margin-inline: auto;
  font-size: 15px;
  letter-spacing: 0.08em;
  transition: background 0.3s ease, color 0.3s ease;
}
.page-nagaya__voice-more:hover {
  background: #563F2E;
  color: #F5EFE6;
}

/*----------------------------------
  よくある質問
-----------------------------------*/
.page-nagaya__faq-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 20px;
}

.page-nagaya__faq {
  padding-block: 80px;
}
@media (max-width: 1024px) {
  .page-nagaya__faq {
    padding-inline: 20px;
  }
}

.page-nagaya__faq-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  margin-block-end: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-nagaya__faq-title {
    font-size: 24px;
  }
}

.page-nagaya__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-nagaya__faq-item {
  border-top: 1px solid #b5a898;
}
.page-nagaya__faq-item:last-child {
  border-bottom: 1px solid #b5a898;
}
.page-nagaya__faq-item[open] .page-nagaya__faq-icon::before {
  content: "−";
}

.page-nagaya__faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 24px;
  cursor: pointer;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
}
.page-nagaya__faq-question::-webkit-details-marker {
  display: none;
}
@media (max-width: 768px) {
  .page-nagaya__faq-question {
    font-size: 15px;
    gap: 12px;
  }
}

.page-nagaya__faq-q-label {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #563F2E;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-nagaya__faq-q-label {
    font-size: 18px;
  }
}

.page-nagaya__faq-q-text {
  flex: 1;
  line-height: 1.6;
}

.page-nagaya__faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #563F2E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #563F2E;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.page-nagaya__faq-icon::before {
  content: "+";
}

.page-nagaya__faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-block-end: 28px;
  padding-inline-start: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4a3f37;
}
@media (max-width: 768px) {
  .page-nagaya__faq-answer {
    font-size: 14px;
    gap: 12px;
  }
}

.page-nagaya__faq-a-label {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #b5a898;
  flex-shrink: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-nagaya__faq-a-label {
    font-size: 18px;
  }
}

.page-nagaya__last {
  font-family: "Noto Serif JP", serif;
  margin-block: 120px;
  font-size: 30px;
  line-height: 2;
}
@media (max-width: 768px) {
  .page-nagaya__last {
    font-size: 26px;
    line-height: 1.6;
  }
}

.page-nagaya__last-img {
  width: 100%;
  overflow: hidden;
  margin-block-start: 150px;
}

.page-nagaya__last-slides {
  display: flex;
  gap: 8px;
}
@media (max-width: 1200px) {
  .page-nagaya__last-slides {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-nagaya__last-slide {
  flex: 1;
  min-width: 0;
}

.page-nagaya__last-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}

.page-grill__body {
  background-color: #E5DED4;
  padding-top: 0;
}

.page-grill__bg {
  position: relative;
  background-image: url(../../images/bbq10.jpeg);
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 500px;
}
.page-grill__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}

.page-grill__title {
  position: relative;
  z-index: 1;
  padding-block-start: 180px;
}

.page-grill__title,
.page-grill__entitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 120px;
}
@media (max-width: 768px) {
  .page-grill__title,
  .page-grill__entitle {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .page-grill__entitle {
    font-size: 40px;
  }
}

.page-grill__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.8;
  padding-block-start: 30px;
}
@media (max-width: 1023px) {
  .page-grill__subtitle {
    line-height: 1.4;
    font-size: 28px;
  }
}
@media (max-width: 499px) {
  .page-grill__subtitle {
    font-size: 22px;
  }
}

.page-grill__text-wrap {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
  padding-block-start: 50px;
}
@media (max-width: 1024px) {
  .page-grill__text-wrap {
    flex-direction: column-reverse;
  }
}

.page-grill__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2;
  padding-block-start: 50px;
  padding-inline: 20px;
}
@media (max-width: 1024px) {
  .page-grill__text {
    padding-block-start: 50px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.page-grill__text-img {
  width: 350px;
  height: auto;
}
@media (max-width: 1024px) {
  .page-grill__text-img {
    padding-block-start: 70px;
  }
}

.page-grill__container {
  flex: 1;
  margin-block: 100px;
}
@media (max-width: 1024px) {
  .page-grill__container {
    padding-inline-end: 0;
  }
}

.page-grill__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-block-end: 120px;
  padding-inline: 20px;
}
@media (max-width: 1024px) {
  .page-grill__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-grill__images {
    grid-template-columns: 1fr;
  }
}

.page-grill__slide img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 7%, black 93%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}
@media (max-width: 768px) {
  .page-grill__slide img {
    height: 250px;
  }
}

.page-grill__notes {
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
}

.page-grill__notes-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-grill__notes-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.page-grill__notes-list {
  font-size: 20px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .page-grill__notes-list {
    font-size: 16px;
  }
}

.page-grill__notes-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .page-grill__notes-list li {
    font-size: 16px;
  }
}

.page-grill__notes-list li::before {
  content: "▪︎";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 0.9em;
}

.bold {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */