body,
.special-page-container {
    color: #333333;
}

.sp {
    display: block;
}

.special-page-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 56px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #195cab;
}

.breadcrumb {
    padding: 10px 15px;
    font-size: 0.75rem;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:not(:last-child)::after {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.main-visual-title {
    background-color: #fdd154;
    color: #000;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.main-visual-title h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

/**** メインビジュアル ****/
.main-visual {
    width: 100%;
    line-height: 0;
}

.main-visual img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 1200px) {
    .main-visual img {
        max-height: 600px;
        object-fit: cover;
    }
}


.anchor-bg-container {
    background-image: url("../img/bg_02.jpg");
    background-repeat: repeat;
    background-size: 300px auto;
    background-position: center;
    width: 100%;
    padding: 30px 0;
}

.anchor-menu.inner {
    margin-top: 0;
}

.anchor-menu {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: 1fr;
}


.anchor-menu a {
    background: #fff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
    box-sizing: border-box;
}

#content1 .title {
    margin-top: 20px;
}

.card-list {
    margin-top: 20px;
}

.long-card {
    display: block;
    border: 2px solid #185dab;
    margin-bottom: 15px;
    text-decoration: none !important;
    color: #333333;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.card-header-title {
    display: flex;
    align-items: center;
    background: #185dab;
    padding: 8px 12px;
    gap: 10px;
}

.category-label {
    background-color: #fff;
    color: #185dab;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.header-text {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.card-main-info {
    display: flex;
    align-items: center;
    gap: 12px;
}


.icon-circle img {
    width: 100%;
    height: auto;
}

.card-text {
    font-weight: bold;
}

.arrow {
    width: 28px;
    height: 28px;
    background-color: #fdd154;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

/**** コンテンツ背景 ****/
.bg-group-container {
    background-image: url("../img/bg_01.jpg");
    background-repeat: repeat;
    background-size: 300px auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 40px;
    border-radius: 40px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
}

#content2,
#content3,
#content4 {
    background-image: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
}

#content3,
#content4 {
    padding-top: 80px;
}

.title_icon {
    width: 50px;
    margin-bottom: 15px;
}

.title_icon2 {
    width: 110px;
    margin-bottom: 15px;
}



/**** スライダー ****/
.horizontal-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    padding: 20px 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/**** セクション2カード ****/
.scroll-item {
    flex: 0 0 90%;
    max-width: 400px;
    box-sizing: border-box;
}

.item-inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.item-img img {
    width: 100%;
    height: auto;
    display: block;
}

.item-badge-bar {
    background-color: #74c4d9;
    color: #fff;
    font-size: 10px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.item-content {
    padding: 20px 15px;
}

.item-title {
    color: #185dab;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.item-sub-text {
    font-size: 13px;
    color: #333;
    text-align: left;
}

.item-line {
    border: none;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.price-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    gap: 30px;
    margin: 15px auto;
    width: 100%;
}

.price-box {
    flex: 0 1 auto;
    text-align: left;
}

.price-label {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.price-label span {
    font-size: 10px;
    font-weight: normal;
    margin-left: 4px;
}

.price-value {
    font-size: 26px;
    font-weight: bold;
    color: #185dab;
    line-height: 1;
}

.price-value span {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .price-container {
        justify-content: center;
        gap: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .price-box {
        width: auto;
        min-width: 110px;
        flex: 0 0 auto;
        text-align: center;
    }

    .price-label span {
        margin-left: 0;
        font-size: 9px;
    }

    .price-value {
        font-size: 20px;
        white-space: nowrap;
    }
}

/**** 吹き出し ****/
.info-bubble {
    background-color: #d5f3fb;
    border: 1px solid #d5f3fb;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.info-bubble::after {
    content: "";
    position: absolute;
    top: -8px;
    right: 20%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d5f3fb;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.btn-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 12px;
    width: 100%;
    max-width: 400px;
    background-color: #fdd154;
    color: #000;
    text-decoration: none !important;
    border-radius: 30px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.btn-yellow:hover {
    opacity: 0.7;
}

.item-note {
    font-size: 11px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.item-accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.acc-input {
    display: none;
}

.acc-label {
    display: block;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.acc-label::after {
    content: "+";
    position: absolute;
    right: 15px;
    color: #185dab;
}

.acc-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    padding: 0 12px;
    font-size: 12px;
    color: #555;
    background: #f9f9f9;
}

.acc-input:checked~.acc-content {
    max-height: 200px;
    padding: 12px;
    text-align: left;
}

.acc-input:checked~.acc-label::after {
    content: "-";
}

.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fdd154;
    color: #000;
    text-decoration: none !important;
    border-radius: 30px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.main-btn:hover {
    opacity: 0.7;
}

.btn-area {
    text-align: center;
    margin-top: 30px;
}

.btn-yellow::after,
.main-btn::after {
    content: ">";
    position: absolute;
    right: 10px;
    font-weight: bold;
}

/**** コンテンツ3 ****/
.title-white {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.sub-title-box {
    color: #fff;
    border: 1px solid #fff;
    display: table;
    margin: 0 auto 30px;
    padding: 4px 15px;
}

.item-title-blue {
    color: #185dab;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.btn-blue,
.btn-yellow {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none !important;
    position: relative;
    transition: opacity 0.3s;
}

.btn-blue {
    background-color: #185dab;
    color: #fff;
}

.btn-blue::after,
.btn-yellow::after,
.main-btn::after {
    content: ">";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: normal;
}

.btn-blue:hover,
.btn-yellow:hover,
.main-btn:hover {
    opacity: 0.8;
}

.item-note-small {
    font-size: 10px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}


/**** コンテンツ4 ****/
.tile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-bottom: 40px;
}

.tile-item {
    display: flex;
    flex-direction: column;
}

.tile-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.pick-up-label {
    background-color: #fdd154;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    padding: 4px 0;
    border-radius: 20px;
    margin: 10px 0;
}

.tile-info {
    color: #fff;
    text-align: left;
}

.tile-genre {
    font-size: 11px;
    margin-bottom: 5px;
    opacity: 0.9;
}

.tile-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tile-price {
    font-size: 16px;
    font-weight: bold;
}

.tile-price span {
    font-size: 11px;
    margin-left: 2px;
}


@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

    .inner {
        padding: 0;
        box-sizing: border-box;
    }

    .title {
        font-size: 1.85rem;
    }

    .title_icon {
        width: 70px;
        margin-bottom: 15px;
    }

    .title_icon2 {
        width: 150px;
        margin-bottom: 15px;
    }

    .title-white {
        font-size: 1.85rem;
    }

    .tile-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .tile-text {
        font-size: 15px;
    }

    .tile-price {
        font-size: 18px;
    }

    .special-page-container {
        padding-top: 145px;
    }

    .anchor-menu {
        grid-template-columns: repeat(4, 1fr);
    }

    .card-list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .long-card {
        flex: 1;
        min-width: 300px;
        margin-bottom: 0;
    }

    .horizontal-scroll {
        overflow-x: visible;
        display: grid;
        grid-template-columns: repeat(2, minmax(300px, 400px));
        justify-content: center;
        gap: 30px;
        padding: 20px 0;
    }

    .piece3 {
        grid-template-columns: repeat(3, minmax(300px, 400px));
    }

    .scroll-item {
        flex: none;
        width: 100%;
        margin: 0;
    }

}

@media screen and (min-width: 1200px) {
    .main-visual-title h1 {
        font-size: 2rem;
    }
}


#content3 .item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#content3 .item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#content3 .price-container {
    margin-top: auto !important;
    padding-top: 15px;
}

#content3 .button-container {
    margin-top: 15px;
}

#content3 .price-container[style*="display: none"]+.button-container {
    margin-top: auto !important;
}

/**** モーダル ****/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-content-inner {
    width: 100%;
    box-sizing: border-box;
}

.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background: #fff;
    padding: 30px 20px;
    z-index: 10;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    padding: 40px 20px 30px;
    scrollbar-width: thin;
}

.modal-close {
    position: sticky;
    top: 0;
    float: right;
    margin-top: -20px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.modal-title {
    width: 100%;
    display: block;
    color: #185dab;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    font-weight: bold;
}

.modal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.modal-table th,
.modal-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.modal-table th {
    background-color: #f7f9fb;
}

.mdl-info-container {
    margin-top: 20px;
    text-align: left;
}

.mdl-info-divider {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 20px 0;
}

.mdl-info-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-weight: bold;
}
.modal-note {
    text-align: left;
}

.mdl-info-list li {
    position: relative;
    padding-left: 1.2em;
}

.mdl-info-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.mdl-info-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.mdl-info-btn {
    display: block;
    padding: 12px;
    background: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    transition: opacity 0.3s;
}

.mdl-info-btn:hover {
    opacity: 0.8;
}

.mdl-info-text-link {
    text-align: center;
    font-size: 0.9rem;
}

.mdl-info-text-link a {
    color: #0066cc;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .mdl-info-btn-wrap {
        flex-direction: row;
    }

    .mdl-info-btn {
        flex: 1;
    }
}

@media screen and (max-width: 480px) {
    .modal-body {
        width: 95%;
        padding: 30px 15px;
    }
}

/**** 入場のご案内 ****/
/* 入場案内セクション全体のスタイル */
.entry-guide-section {
    padding: 60px 20px;
    background-color: #185dab; /* 濃いめの青（一例です） */
    color: #ffffff;            /* 文字は白 */
    text-align: center;       /* 左右中央揃え */
}

.entry-guide-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* テキスト部分 */
.entry-guide-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
}

/* 改行調整（スマホで読みやすく） */
.entry-guide-text br {
    display: block;
}

/* ボタンのスタイル */
.entry-guide-btn-wrap {
    display: flex;
    justify-content: center;
}

.entry-guide-btn {
    display: inline-block;
    padding: 18px 40px;
    background-color: #ffffff; /* ボタン背景は白 */
    color: #185dab;            /* 文字はセクションの背景色と同じにすると綺麗です */
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;       /* 丸みのあるボタン */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.entry-guide-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px); /* 少し浮き上がる演出 */
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* スマホ表示の調整 */
@media screen and (max-width: 767px) {
    .entry-guide-section {
        padding: 40px 15px;
    }
    .entry-guide-text {
        font-size: 14px;
        text-align: left; /* スマホで長文の場合は左寄せの方が読みやすいことが多いです。中央が良ければこの行を削除してください */
        display: inline-block; /* 左寄せにしつつ全体を中央に寄せるための指定 */
    }
    .entry-guide-btn {
        width: 100%; /* スマホではボタンを横いっぱいに */
        box-sizing: border-box;
    }
}

.search {
    background: white;
    height: 37px;
    width: 576px;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 50px;
}

.search_item {
    display: inline-block;
    margin: 0px 5px 25px 5px;
    padding: 5px 30px;
    background-color: #ffffff;
    color: #5d5d5d;
    text-decoration: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    width: 31%;
    height: 37px;
}

.search_item:first-child {
    position: relative;
    left: -8px;
}

.search_item:last-child {
    position: relative;
    right: -8px;
}

.search_item.is-active {
    color: #ffffff;
    background-color: #59b2dc;
}

.is-hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .search {
        width: 90vw;
        height: 34px;
    }

    .search_item {
        margin: 0px 0px 25px 0px;
        padding: 5px 5px;
        font-size: 14px;
        width: 29vw;
        height: 34px;
    }
}

.text_center {
    text-align: center;
}