/* ---------- Global Styles ---------- */
html {
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    overflow-x: hidden;
}

/* ---------- Typography System ---------- */
/* Base text styles */
.text-base {
    font-size: 14px;
    line-height: 1.6;
}

.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

/* Heading styles - consolidated */
.text-heading {
    font-weight: 600;
    line-height: 1.4;
}

.text-heading-large {
    font-size: 24px;
}

.text-heading-medium {
    font-size: 20px;
    line-height: 1.2;
}

.text-heading-small {
    font-size: 18px;
}

/* Button and action text */
.text-button {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

/* Small text */
.text-small {
    font-size: 12px;
    line-height: 1.4;
}



/* Price text - consolidated */
.text-price {
    line-height: 1;
    font-weight: 600;
}

.text-price-large {
    font-size: 48px;
}

.text-price-medium {
    font-size: 32px;
}

.text-price-small {
    font-size: 20px;
}

/* Banner text - consolidated */
.text-banner {
    line-height: 1.17;
}

.text-banner-title {
    font-size: 16px;
    font-weight: 600;
}

.text-banner-subtitle {
    font-size: 14px;
    font-weight: 300;
}

/* Description text */
.text-description {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
}

/* Visually hidden (for screen readers) */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Utility Classes */
.clear {
    zoom: 1;
}
.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}
.pc {
    display: none !important;
}
.sp {
    display: block !important;
}
.hidden {
    display: none;
}
.visible {
    display: inline;
}

/* Common Elements */
main {
    background: #fff;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

figure {
    width: 100%;
    margin: 0;
}
figure img {
    width: 100%;
}

/* ---------- Shikoku Specific Styles ---------- */
.shikoku {
    color: #333;
    padding: 0;
}

.shikoku .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.shikoku p {
    line-height: 1.8;
}

.shikoku a {
    color: #3166b6;
    text-decoration: underline;
}

.shikoku a:hover {
    color: #ff6600;
}

/* ---------- Main Visual (#main_visual) ---------- */
.shikoku #main_visual {
    width: 100vw;
    height: 70.9vw;
    margin: 0 auto;
    background: url(../images/main_bg_sp.jpg) center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13.15vw;
}

.shikoku #main_visual figure {
    margin: 0;
}

.shikoku #main_visual figure.pc {
    display: none;
}

.shikoku #main_visual figure.sp {
    display: block;
}

.shikoku #main_visual h1 {
    margin: 0;
    text-align: center;
    padding: 0 16px;
}

.shikoku #main_visual img {
    display: block;
    width: 100%;
    max-width: 569px;
    height: auto;
    margin: 0;
}

/* ---------- Navigation (#nav) ---------- */
.shikoku #nav {
    background: #f5f5f5;
    padding: 10px 16px;
}

.shikoku #nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 10px;
}

.shikoku #nav li {
    width: 100%;
    list-style: none;
}

.shikoku #nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 12px 16px;
    text-decoration: none;
    color: #3b2b06;
    background: #f4c453;
    border-radius: 8px;
    position: relative;
}

.shikoku #nav li:nth-child(2) a {
    background: #0e8a40;
    color: #fff;
}

.shikoku #nav li:nth-child(3) a {
    background: #2c5c9d;
    color: #fff;
}

.shikoku #nav li:nth-child(4) a {
    background: #c94135;
    color: #fff;
}

.shikoku #nav a::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}

.shikoku #nav li:nth-child(1) a::before {
    background-image: url(../images/menu_icon1.png);
}

.shikoku #nav li:nth-child(2) a::before {
    background-image: url(../images/menu_icon2.png);
}

.shikoku #nav li:nth-child(3) a::before {
    background-image: url(../images/menu_icon3.png);
}

.shikoku #nav li:nth-child(4) a::before {
    background-image: url(../images/menu_icon4.png);
}

.shikoku #nav a span {
    display: block;
    font-weight: 700;
    color: inherit;
    flex: 1;
    text-align: center;
}

.shikoku #nav a span,
.text-base {
    font-size: 14px;
    line-height: 1.6;
}

.shikoku #nav a::after {
    content: "";
    display: block;
    width: 9px;
    height: 8px;
    background: url(../images/tri_down_bk.png) no-repeat center/contain;
    flex-shrink: 0;
}

.shikoku #nav li:nth-child(2) a::after,
.shikoku #nav li:nth-child(3) a::after,
.shikoku #nav li:nth-child(4) a::after {
    background-image: url(../images/tri_down_wh.png);
}

/* ---------- Lead Section (#lead) ---------- */
#lead {
    margin: 24px 16px;
}

#lead .inner {
    width: 100%;
}

#lead h2 {
    color: #333333;
    margin: 0 0 16px 0;
}

#lead h2,
.text-heading-large,
.text-heading {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}

#lead p {
    margin: 0 0 0 0;
}

#lead p,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

#lead .note {
    margin: 16px 0 0 0;
    font-weight: 300;
    color: #333;
}

#lead .note {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 0.9em;
    text-indent: -0.9em;
}
#lead .note +p.note {
    margin: 0 0 0 0;
}

/* Lead more content toggle */
#lead .lead-more {
    display: none;
}

#lead .lead-more.active {
    display: block;
}

#lead .btn-more {
    color: #3166b6;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
    margin-left: 8px;
}

#lead .btn-more:hover {
    color: #2a5aa0;
}

#lead .btn-more.active {
    color: #666;
}

#lead .btn-more.active:hover {
    color: #555;
}

#lead iframe {
    width: 100%;
    height: 60vw;
    margin: 16px 0 0 0;
}

/* ---------- Ticket Features Section ---------- */
#ticket-features {
    background: transparent;
    padding: 24px 16px 0;
}

#ticket-features .inner {
    background: #edfbff;
    border-radius: 8px;
    padding: 16px;
}

.features-title {
    color: #3166b6;
    text-align: center;
    margin: 0 0 16px 0;
}

.features-title,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
}

.feature-text {
    position: relative;
    padding-left: 28px;
    color: #333;
    font-weight: 600;
    margin: 0;
    background-image: url(../images/ellipse.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 8px 50%;
}

.feature-text,
.text-base {
    font-size: 14px;
    line-height: 1.6;
}

.feature-text a:hover {
    color: #ff6600;
}

/* ---------- Video CTA ---------- */
#video-cta {
    background: transparent;
    padding: 24px 16px 0;
}

.btn-video {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #2c5c9d;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
}

.btn-video,
.btn-video:link,
.btn-video:visited,
.btn-video:hover,
.btn-video:active {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-video:hover {
    opacity: 0.9;
}

.btn-video-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-video-label,
.text-button {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.btn-video-label::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_movie.png) no-repeat center/contain;
}

.btn-video-label::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_arrow_down.png) no-repeat center/contain;
}

/* ---------- Notes ---------- */
#notes {
    margin:24px 0 0 0;
    padding: 0 16px 24px;
}

#notes .notes-box {
    background: #ffeded;
    border-radius: 8px;
    padding: 12px 16px;
}

#notes .notes-list {
    margin: 0;
    padding-left: 1.5em;
    list-style: disc;
}

#notes .notes-list li {
    color: #d80000;
}

#notes .notes-list li,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}


/* Notice Section */
.notice-section {
    margin: 24px 0;
    background: #ffeded;
    border-radius: 8px;
    padding: 12px 16px;
  }
  
  .notice-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    color: #d80000;
  }

  .notice-text {
    font-size: 14px;
    color: #d80000;
  }
  
  .notice-list {
    margin: 0;
    padding-left: 1.5em;
    list-style: disc;
  }
  
  .notice-list li {
    color: #d80000;
    font-size: 14px;
    line-height: 1.8;
  }
  
  .notice-list li:last-child {
    border-bottom: none;
  }

/* ---------- Ticket CTA ---------- */
.ticket-cta {
    background: transparent;
    padding: 24px 16px;
}



#pref-parking .ticket-cta,
#usage .ticket-cta,
#spots .ticket-cta {
    padding: 24px 0;
}

.ticket-cta .inner {
    width: 100%;
}

.ticket-cta-box {
    background: #f7f7f1;
    border-radius: 8px;
    padding: 24px 16px;
}

.ticket-title {
    text-align: center;
    margin: 0 0 16px 0;
}

.ticket-title figure {
    margin: 0;
}

.ticket-title figure.pc {
    display: none;
}

.ticket-title figure.sp {
    display: block;
}

.ticket-title img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.ticket-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
}

.ticket-actions a {
    text-decoration: none;
    color: #333;
}

.btn-purchase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffd600;
    color: #333;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-image: url(../images/icon_chevron_bk.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 16px center;
}

.btn-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    color: #333;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-image: url(../images/icon_chevron_bk.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 16px center;
}

.btn-label {
    color: #333;
    text-align: center;
    flex: 1;
}

.btn-label,
.text-button {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.ticket-notes {
    margin-top: 16px;
}

.ticket-notes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ticket-notes .note {
    margin: 0;
    color: #333;
}

.ticket-notes .note {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 0.9em;
    text-indent: -0.9em;
}

.ticket-notes a:hover {
    color: #ff6600;
}

/* 共通のnotesスタイル */
.notes {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.notes li {
    margin: 0;
    color: #333;
}

.notes li {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 0.9em;
    text-indent: -0.9em;
}

  
/* ---------- Prefecture Parking (対象駐車場・空き状況) ---------- */
#pref-parking {
    background: #edfbff;
    padding: 32px 16px 16px;
}

.pref-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.pref-intro {
    margin: 24px 0 0 0
}

.pref-intro p {
    margin: 0;
    color: #333;
}

.pref-intro p,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

.price-title,
.howto-title,
.spots-title,
.parking-title {
    position: relative;
    background: linear-gradient(to right, transparent 0, transparent 16px, #0086b3 0px, #0086b3 100%);
    color: #fff;
    width: 100%;
    border-radius: 0 16px 16px 0 !important;
    padding: 16px 16px 16px 80px !important;
    margin: 0;
}

.price-title,
.howto-title,
.spots-title,
.parking-title,
.text-heading-medium {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.price-title::before,
.howto-title::before,
.spots-title::before,
.parking-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.price-title::before {
    background-image: url(../images/icon2.png);
}

.howto-title::before {
    background-image: url(../images/icon3.png);
}

.spots-title::before {
    background-image: url(../images/icon4.png);
}

.parking-title::before {
    background-image: url(../images/icon1.png);
}

.pref-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.pref-map {
    width: 100%;
}

.pref-map-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: none;
}

.pref-map-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.pref-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pref-cards {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pref-cards li {
    margin: 0;
    padding: 0;
}

.pref-list-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #181c30;
    margin: 0 0 0 0;
}

.pref-list-title,
.text-base {
    font-size: 14px;
    line-height: 1.6;
}

.pref-list-title::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url(../images/tri_down_bk.png) no-repeat center/contain;
}

.pref-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 0 16px;
    text-decoration: none !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    position: relative;
}

.pref-card-name {
    font-weight: 600;
    color: #181c30;
    flex: 1;
    text-align: center;
}

.pref-card-name,
.text-button {
    font-size: 16px;
    line-height: 1.2;
}

.pref-card::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pref-card-ehime::before {
    background-image: url(../images/map_ehime.png);
}

.pref-card-kagawa::before {
    background-image: url(../images/map_kagawa.png);
}

.pref-card-kochi::before {
    background-image: url(../images/map_kochi.png);
}

.pref-card-tokushima::before {
    background-image: url(../images/map_tokushima.png);
}

/* Disabled Tokushima card */
.pref-card-tokushima {
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
    box-shadow: none;
    border: none;
}

.pref-card-tokushima::before {
    filter: grayscale(100%);
    opacity: 0.5;
}

.pref-card-tokushima::after {
    filter: grayscale(100%);
    opacity: 0.3;
}

.pref-card-tokushima .pref-card-name {
    color: #999 !important;
}

.pref-card::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/icon_PDF.png) no-repeat center/contain;
}

.pref-card:hover {
    text-decoration: none;
    color: #181c30;
}

/* ---------- Price Section ---------- */
#price {
    background: #fff;
    padding: 32px 16px 24px;
}

.price-header {
    margin-bottom: 16px;
}

.price-badge {
    background: #0086b3;
    color: #fff;
    border-radius: 16px;
    padding: 8px 24px;
    display: inline-block;
}

.price-badge,
.text-heading-medium {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.price-intro p {
    margin: 0 0;
    color: #333;
}

.price-intro p,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

.price-intro p:first-child {
    margin: 24px 0 0 0;
}

.price-panel {
    display: flex;
    flex-direction: column;
    background: #f0f0f0;
    border: 1px solid #e7e7e7;
    gap: 0;
    margin-top: 16px;
}

.price-label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.price-label-main {
    margin: 0;
}

.price-label-sub {
    margin: 0;
}

.price-label-main,
.price-label-sub,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.price-amount {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.price-amount p {
    margin: 0;
    color: #0086b3;
    font-weight: 600;
    line-height: 1 !important;
}

.price-amount .num {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    margin-left: 4px;
}

.price-amount .yen {
    margin-left: 4px;
}

.price-amount .tax {
    margin-left: 4px;
    color: #0086b3;
}

.price-amount .num,
.text-price-large,
.text-price {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
}

.price-amount .yen,
.text-price-medium,
.text-price {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

.price-amount .tax,
.text-price-small,
.text-price {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

.price-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid #e7e7e7;
    margin-top: 16px;
}

.price-info-label {
    background: #f0f0f0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
}

.price-info-content {
    display: flex;
    align-items: center;
    padding: 8px 16px;
}

.price-info-label,
.price-info-content,
.text-small {
    font-size: 14px;
    line-height: 1.4;
}

/* ---------- How-to Section ---------- */
#usage {
    background: #edfbff;
    padding: 32px 16px 0;
}

.howto-header {
    margin-bottom: 16px;
}

.howto-badge {
    background: #0086b3;
    color: #fff;
    border-radius: 16px;
    padding: 8px 24px;
    display: inline-block;
}

.howto-badge,
.text-heading-medium {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.howto-intro p {
    margin: 24px 0 0 0;
}

.howto-intro p,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

.howto-steps {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px;
}

.howto-step {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #cbdcda;
    margin-bottom: 24px;
}

.howto-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.howto-step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
}

.howto-step.step-1 .howto-step-head::before,
.howto-step.step-2 .howto-step-head::before,
.howto-step.step-3 .howto-step-head::before,
.howto-step.step-4 .howto-step-head::before,
.howto-step.step-5 .howto-step-head::before,
.howto-step.step-6 .howto-step-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.howto-step.step-1 .howto-step-head::before {
    background-image: url(../images/icon_no1.png);
}

.howto-step.step-2 .howto-step-head::before {
    background-image: url(../images/icon_no2.png);
}

.howto-step.step-3 .howto-step-head::before {
    background-image: url(../images/icon_no3.png);
}

.howto-step.step-4 .howto-step-head::before {
    background-image: url(../images/icon_no4.png);
}

.howto-step.step-5 .howto-step-head::before {
    background-image: url(../images/icon_no5.png);
}

.howto-step.step-6 .howto-step-head::before {
    background-image: url(../images/icon_no6.png);
}

.howto-step-head h3 {
    margin: 0;
    color: #333;
}

.howto-step-head h3,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.howto-step-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.howto-step-text {
    width: 100%;
}

.howto-step-text p {
    margin: 0;
}

.howto-step-text p,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

.howto-step-text .note {
    padding-left: 0.9em;
    text-indent: -0.9em;
}

.howto-step-text .note {
    font-size: 14px;
    line-height: 1.6;
}

.howto-step-text a:hover {
    color: #ff6600;
}

.howto-step-image {
    width: 100%;
}

.howto-step-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #DDD;
}

/* ---------- How-to Video ---------- */
#howto-video {
    padding: 24px 0 0;
}

#howto-video .howto-video-title {
    color: #333;
    margin: 0 0 16px;
    text-align: center;
}

#howto-video .howto-video-title,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

#howto-video .howto-video-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#howto-video .howto-video-image iframe {
    display: block;
    width: 100%;
    height: 56.25vw;
    max-width: 100%;
    border-radius: 8px;
}

/* ---------- FAQ ---------- */
#faq {
    padding: 32px 0 8px;
}

#faq .inner {
    background: #fff;
    border-radius: 8px;
    padding: 24px 16px;
}

#faq h3 {
    margin: 0 0 8px;
    color: #333;
}

#faq h3,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

#faq .faq-intro {
    margin: 0 0 16px;
    color: #333;
}

#faq .faq-intro,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

#faq .faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#faq .faq-list li {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    border-top: 1px solid #eee;
}

#faq .faq-list li:first-child {
    border-top: none;
    margin: 0 0 0 0;
    padding: 16px 0 0 0;
}

#faq .faq-q {
    position: relative;
    padding-left: 40px;
    min-height: 32px;
    margin: 0;
    font-weight: 600;
    color: #333;
}

#faq .faq-q,
.text-button {
    font-size: 16px;
    line-height: 1.2;
}

#faq .faq-q::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_q.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#faq .faq-a {
    position: relative;
    padding-left: 40px;
    min-height: 20px;
    margin-top: 6px;
}

#faq .faq-a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
    background-image: url(../images/icon_a.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#faq .faq-a p {
    margin: 0;
}

#faq .faq-a p,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

#faq .faq-a .note {
    padding-left: 0.9em;
    text-indent: -0.9em;
    margin: 0;
    color: #333;
}

#faq .faq-a .note {
    font-size: 12px;
    line-height: 1.6;
}

/* ---------- Spots (おすすめスポット) ---------- */
#spots {
    padding: 24px 16px;
}

#spots .spots-header {
    margin-bottom: 16px;
}

#spots .spots-banner {
    margin: 24px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 16px 40px 16px;
}

#spots .spots-banner .banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

#spots .spots-banner .banner-title {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 600;
    color: #181c30;
    margin: 0;
}

#spots .spots-banner .banner-subtitle {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 300;
    color: #181c30;
    margin: 0;
}

#spots .spots-banner .banner-title,
.text-banner-title,
.text-banner {
    font-size: 14px;
    line-height: 1.17;
}

#spots .spots-banner .banner-subtitle,
.text-banner-subtitle,
.text-banner {
    font-size: 14px;
    line-height: 1.17;
}

#spots .spots-banner .banner-image {
    width: 100%;
    max-width: 100%;
}

#spots .spots-banner .banner-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#spots .spots-badge {
    background: #0086b3;
    color: #fff;
    border-radius: 16px;
    padding: 8px 24px;
    display: inline-block;
}

#spots .spots-badge,
.text-heading-medium {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

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

.pref-section.pref-ehime {
    margin-top: 24px;
}

.pref-title {
    background: #f4c453;
    color: #3b2b06;
    padding: 12px;
    border-radius: 8px;
    margin: 0 0 24px 0;
    font-family: "Hiragino Sans", sans-serif;
}

.pref-title,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.pref-ehime-title {
    background: #F4C453;
    color: #3b2b06;
}

.pref-kagawa-title {
    background: #0E8A40;
    color: #fff;
}

.pref-kochi-title {
    background: #C94135;
    color: #fff;
}

.pref-tokushima-title {
    background: #2C5C9D;
    color: #fff;
}

.spots-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.spot-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spot-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 448 / 336;
    object-fit: cover;
}

.spot-name {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin: 0;
}

.spot-name,
.text-heading-small,
.text-heading {
    font-size: 18px;
    line-height: 1.4;
}

/* Spot name underlines with prefecture colors */
.spot-ehime-name {
    border-bottom-color: #F4C453;
}

.pref-kagawa .spot-name {
    border-bottom-color: #0E8A40;
}

.pref-kochi .spot-name {
    border-bottom-color: #C94135;
}

.pref-tokushima .spot-name {
    border-bottom-color: #2C5C9D;
}

.spot-desc {
    color: #333;
}

.spot-desc,
.text-base-wide {
    font-size: 14px;
    line-height: 1.8;
}

.spot-links {
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.spot-links p {
    margin: 0 0 4px;
    color: #333;
    font-weight: 600;
}

.spot-links ul {
    margin: 0;
    padding-left: 1.2em;
}

.spot-links li {
    list-style: disc;
}

.spot-links p,
.spot-links li,
.text-base {
    font-size: 14px;
    line-height: 1.6;
}

/* ---------- Description Text (Bottom) ---------- */
.discription_text_wrap {
    background: #f3f1e4;
    padding: 24px 16px;

}

.discription_text {
border: solid 1px #c0c1af;
margin: auto;
padding: 16px;
width: auto;
max-width: 100%;
box-sizing: border-box;
}

.discription_text,
.text-description {
font-size: 13px;
line-height: 1.8;
}

/* ---------- Utility Classes ---------- */
.trigger {
    display: none;
}