/* ==========================================================
   Smartphone Layout
   参考画像：LP_SP260619
   切り替え幅：768px以下

   style.css / mobile-menu.css の後に読み込んでください。
========================================================== */

@media (max-width: 768px) {
  :root {
    --sp-inline: 16px;
    --sp-section-space: 32px;
    --sp-radius: 16px;
  }

  html {
    scroll-padding-top: 56px;
  }

  body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.95;
  }

  main {
    overflow: hidden;
  }

  /* ==============================
     Common
  ============================== */

  .section {
    padding: var(--sp-section-space) var(--sp-inline);
  }

  .section__inner,
  .section__inner--narrow {
    width: 100%;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading__title,
  .content-card__title {
    font-size: 36px;
    line-height: 1.2;
  }

  .section-heading--center {
    text-align: center;
  }

  .section-action {
    margin-top: 40px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .button {
    min-width: min(100%, 210px);
    min-height: 52px;
    padding: 16px 36px;
    border: 1px solid var(--color-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: var(--color-accent);
  }

  .content-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .content-card__heading {
    margin-bottom: 28px;
  }

  .content-card__line {
    width: 40px;
    margin-top: 16px;
    border-top-width: 3px;
  }

  .content-card__lead {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
  }

  .content-card__body {
    font-size: 14px;
    line-height: 2;
  }

  .content-card__body p + p {
    margin-top: 18px;
  }

  /* 横スクロール画像リスト共通 */
  .about__gallery,
  .interior__gallery,
  .tour__gallery,
  .menu__gallery {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: auto;
    min-width: 0;
    margin-right: calc(var(--sp-inline) * -1);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 var(--sp-inline) 14px 0;
    scroll-snap-type: inline proximity;
    scrollbar-color: #d7d7d7 transparent;
    scrollbar-width: thin;
  }

  .about__gallery::-webkit-scrollbar,
  .interior__gallery::-webkit-scrollbar,
  .tour__gallery::-webkit-scrollbar,
  .menu__gallery::-webkit-scrollbar {
    height: 4px;
  }

  .about__gallery::-webkit-scrollbar-thumb,
  .interior__gallery::-webkit-scrollbar-thumb,
  .tour__gallery::-webkit-scrollbar-thumb,
  .menu__gallery::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d7d7d7;
  }

  .about__gallery .image-list__item,
  .interior__gallery .image-list__item,
  .tour__gallery .image-list__item {
    flex: 0 0 min(56vw, 210px);
    scroll-snap-align: start;
  }

  .about__gallery img,
  .interior__gallery img,
  .tour__gallery img {
    aspect-ratio: 1 / 1;
    border-radius: var(--sp-radius);
  }
  
  /* ==============================
     Header
  ============================== */

  .site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    min-height: 62px;
    padding: 0 16px;
    border-bottom: 0;
    background-color: #fff;
  }

  .site-header__inner {
    min-height: 56px;
  }

  .site-header__logo {
    width: min(55vw, 205px);
  }

  .site-header__menu-button {
    width: 34px;
    height: 34px;
    gap: 8px;
  }

  .site-header__menu-line {
    width: 24px;
  }

  /* ==============================
     Hero
  ============================== */

  .hero {
    padding: 0 0 72px;
  }

  .hero__slider {
    width: 100%;
  }

  .hero__media {
    aspect-ratio: 375 / 298;
    border-radius: 0;
  }

  .hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__content {
    padding: 24px 18px;
  }

  .hero__title {
    display: flex;
    justify-content: center;
  }

  .hero__logo {
    width: min(58vw, 218px);
  }

  .hero__lead {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
  }

  .hero__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
    transform: none;
  }

  .hero__pagination-button {
    width: 13px;
    height: 13px;
    border: 0;
    background: #ededed;
  }

  .hero__pagination-button.is-active {
    background: var(--color-accent);
  }

  /* ==============================
     About
  ============================== */

  .about {
    padding-top: 2px;
  }

  .about .section-heading {
    margin-bottom: 26px;
  }

  .about__lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.85;
  }

  .about__text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 2.1;
  }

  .about__gallery {
    margin-top: 42px;
  }

  /* ==============================
     Cinnamon Roll
  ============================== */

  .cinnamon__figure {
    margin: 0;
  }

  .cinnamon__image {
    aspect-ratio: 343 / 194;
    border-radius: var(--sp-radius);
    object-fit: cover;
  }

  .cinnamon__card {
    padding-top: 34px;
  }

  .cinnamon .content-card__title {
    color: #666;
  }

  /* ==============================
     Interior
  ============================== */

  .interior {
    padding-bottom: 64px;
  }

  .interior__feature {
    display: block;
  }

  .interior__main-image {
    aspect-ratio: 343 / 194;
    border-radius: var(--sp-radius);
    object-fit: cover;
  }

  .interior__card {
    padding-top: 34px;
  }

  .interior .content-card__title {
    color: #666;
  }

  .interior__gallery {
    margin-top: 38px;
  }

  .interior__action {
    margin-top: 38px;
  }

  /* ==============================
     Menu
  ============================== */

  .menu {
    padding-top : 64px;
    padding-bottom: 64px;
    background: #f7f7f7;
  }

  .menu__feature {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .menu__main-figure {
    order: -1;
  }

  .menu__main-image {
    aspect-ratio: 343 / 284;
    border-radius: var(--sp-radius);
    object-fit: cover;
  }

  .menu__card {
    padding-top: 36px;
  }

  .menu__carousel {
    margin-top: 36px;
    overflow: visible;
  }

  .menu__gallery {
    min-width: 0;
  }

  .menu__gallery .image-list__item {
    flex: 0 0 min(39vw, 148px);
    scroll-snap-align: start;
  }

  .menu__gallery img {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  /* SP catch copy sizing. Existing HTML line breaks are preserved. */
  .content-card__lead,
  .tour__lead,
  .contact__lead {
    font-size: 16px;
  }

  .menu .content-card__lead,
  .event .content-card__lead {
    font-size: 18px;
  }

  /* ==============================
     Event
  ============================== */

  .event {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .event__media {
    position: relative;
    isolation: isolate;
    padding: 64px var(--sp-inline);
  }

  .event__image {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .event__card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 48px 22px;
    border: 0;
    border-radius: 30px;
    background: #fff;
    transform: none;
  }

  .event .content-card__heading {
    margin-bottom: 28px;
  }

  .event .content-card__lead {
    text-align: center;
  }

  .event .content-card__body {
    text-align: left;
  }

  /* ==============================
     Tour
  ============================== */

  .tour {
    padding-top: 64px;
  }

  .tour__feature {
    display: block;
  }

  .tour__main-image {
    aspect-ratio: 343 / 296;
    border-radius: var(--sp-radius);
    object-fit: cover;
  }

  .tour__content {
    margin-top: 36px;
  }

  .tour .section-heading {
    margin-bottom: 24px;
  }

  .tour__lead {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
  }

  .tour__logo {
    width: min(100%, 260px);
    margin: 26px auto 0;
  }

  .tour__gallery {
    margin-top: 42px;
  }

  /* ==============================
     Access
  ============================== */

  .access {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .access .section-heading {
    margin-bottom: 30px;
  }

  .access__layout {
    display: block;
  }

  .access__information {
    padding: 0;
    border: 0;
  }

  .access__item {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .access__item dt {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .access__item dd {
    font-size: 14px;
  }

  .access__map {
    width: calc(100% + (var(--sp-inline) * 2));
    margin: 56px calc(var(--sp-inline) * -1) 0;
    border: 0;
  }

  .access__map img {
    width: 100%;
    aspect-ratio: 375 / 300;
    object-fit: cover;
  }

  .access__map,
  .access__map iframe {
    min-height: 375px;
  }

  .access__lower {
    margin-inline: calc(var(--sp-inline) * -1);
    padding: 36px var(--sp-inline) 64px;
    background: #f7f7f7;
  }

  .access__notice {
    margin: 0;
    padding: 30px 24px;
    border: 0;
    border-radius: 28px;
    background: #fffed2;
  }

  .access__notice-title {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .access__notice-list {
    padding-left: 1.25em;
    font-size: 14px;
    line-height: 1.85;
  }

  /* ==============================
     FAQ
  ============================== */

  .faq {
    margin: 48px 0 0;
    padding: 0;
    background: transparent;
  }

  .faq__item {
    border-width: 1px;
    border-radius: 28px;
    background: #fff;
  }

  .faq__item + .faq__item {
    margin-top: 16px;
  }

  .faq__item[open] {
    border-color: var(--color-accent);
    border-radius: 28px;
    color: #fff;
    background: var(--color-accent);
  }

  .faq__question {
    min-height: 94px;
    gap: 14px;
    padding: 22px 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .faq__question::after {
    font-size: 30px;
  }

  .faq__item[open] .faq__question::after,
  .faq__item[open] .faq__mark {
    color: #fff;
  }

  .faq__mark {
    flex: 0 0 auto;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-weight: 600;
  }

  .faq__answer {
    margin: 0 22px 24px 54px;
    padding-top: 18px;
    border-top-color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
  }

  /* ==============================
     Contact
  ============================== */

  .contact {
    padding: 0;
  }

  .contact__media {
    position: relative;
    isolation: isolate;
    padding: 64px var(--sp-inline);
  }

  .contact__image {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .contact__card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 50px 24px;
    border: 0;
    border-radius: 30px;
    background: #fff;
    transform: none;
  }

  .contact__lead {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
  }

  /* ==============================
     Footer
  ============================== */

  .site-footer {
    border-top: 0;
    background: #f6f6f6;
  }

  .site-footer__inner {
    display: none;
  }

  .site-footer__copyright {
    padding: 28px 16px;
    border-top: 0;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
