@charset "UTF-8";

/* 
* 感謝祭用のCSS
 */
img {
    width: 100%;
}

.page-title {
    position: relative;
    padding: 0 !important;
}

.header_mv {
    position: absolute;
    top: 0;
}

/* 
　　　　　　　MV 高さ調整
 */
.main {
    padding-top: 28vh;
    font-family: Arial, Helvetica, sans-serif;
}

.page-content>.container>.row {
    min-height: auto;
}

@media screen and (min-width: 375px) {
    .main {
        padding-top: calc(10vw + 150px);
    }
}

@media screen and (min-width: 1024px) {
    .main {
        padding-top: calc(53vw - 188px);
    }
}

@media screen and (min-width: 1440px) {
    .main {
        padding-top: calc(42vw - 48px);
    }
}

@media screen and (min-width: 1920px) {
    .main {
        padding-top: 723px;
    }
}

/* 
　　　　　　　リード
 */
.read__list {
    text-align: center;
    margin: 1rem 0 4rem;
}

.read__list h2 {
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: dashed 6px #d17857;
    font-weight: 700;
}

@media screen and (min-width: 375px) {
    .read__list {
        margin: 1rem 0 3rem;
    }

    .read__list h2 {
        font-size: 1.4rem;
        border-bottom: dashed 2px #d17857;
    }
}

/* 
　　　　　　　タブデザイン
 */

.p-problem-tab {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.p-problem-tab-nav {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.p-problem-tab li {
    width: 33.3%;
}

.p-problem-tab li a {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    border-radius: 10px 10px 0 0;
    background: #E7A68B;
    text-decoration: none;
}

.p-problem-tab li a.selected {
    background: #FFF3EE;
}

.p-problem-tab-contents {
    background: #FFF3EE;
    width: 100%;
    padding: 2.5rem;
    border-radius: 0 0 10px 10px;
}

.p-problem-tab-contents h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    border-bottom: solid 3px #2DA195;
    margin-bottom: 2.5rem;
}

.p-problem-tab-contents .tab-list {
    gap: 24px;
    align-items: flex-start;
}

.p-problem-tab-contents .tab-list p {
    margin: 16px 0;
    line-height: 160%;
}

.p-problem-tab-contents .tab-list .tab-box {
    flex-basis: calc(100% / 2 - 0.5rem);
    margin: 0;
}

.p-problem-tab-contents .tab-list .tab-box table th {
    font-family: "Noto Sans JP", sans-serif;
    background: #2DA195;
    width: 96px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    padding: 4px 0;
    border-radius: 8px;
}

.p-problem-tab-contents .tab-list .tab-box table td {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 170%;
    padding-bottom: 1rem;
    letter-spacing: 0.5px;
}

.p-problem-tab-contents .tab-list .tab-box .p-top-mv_btn {
    margin-top: 0.5rem;
}

.p-problem-tab div article {
    display: none;
    padding: 2.5rem;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.p-problem-tab div article p {
    margin: 0px 0px 20px 0px;
}

.p-top-group_btn {
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    color: #fff !important;
    font-size: 1.5rem;
    border-radius: 4px 20px 4px 4px;
    background: var(--red_gradation, linear-gradient(74deg, #E2595E 39.26%, #FF7B7B 84.61%));
    height: 80px;
    padding: 10px 40px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

@media screen and (max-width: 520px) {
    .p-group {
        margin: 4rem 0;
    }

    .p-problem-tab {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .p-problem-tab li {
        width: 31.7%;
    }

    .p-problem-tab li::after {
        top: 9px;
        transform: rotate(90deg);
    }

    .p-problem-tab li a {
        padding: 8px;
        font-size: 18px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        height: -webkit-fill-available;
        border-radius: 8px 8px 0 0;
        margin-bottom: 0;
        padding: 0;
    }

    .p-problem-tab div article {
        padding: 1rem;
    }

    .p-problem-tab div article p {
        padding: 0;
    }

    .p-problem-tab-nav {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        height: 48px;
    }

    .p-problem-tab-contents {
        padding: 1rem;
    }

    .p-problem-tab-contents h4 {
        display: block;
        font-size: 18px;
        margin-bottom: 1.5rem;
    }

    .p-problem-tab-contents .tab-list .tab-box {
        margin-bottom: 24px;
    }

    .p-problem-tab-contents .tab-list .tab-box table th {
        width: 40px;
        font-size: 14px;
        padding: 4px 0 6px;
        line-height: 120%;
    }

    .p-problem-tab-contents .tab-list .tab-box .p-top-mv_btn {
        margin: 1.5rem 0;
    }

    .p-top-group_btn {
        font-size: 1rem;
        height: 48px;
        padding: 10px 24px;
    }
}

/* 
　　　　　　　イベントカレンダー　　Event Calendar
 */

.event__list {
    margin-bottom: 5rem;
}

.calendar__box {
    margin-bottom: 5rem;
}

.calendar__box h3,
.event__box h3,
.store__list h3 {
    color: #333;
    background: #f5db3a;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.calendar__box p {
    color: #e30212;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 2rem;
}

.event__item {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: 2.5rem 0;
}

.event__item img {
    width: 45%;
}

@media screen and (max-width: 520px) {

    .calendar__box h3,
    .event__box h3,
    .store__list h3 {
        font-size: 1.3rem;
        font-weight: 900;
    }

    .calendar__box {
        margin-bottom: 2.5rem;
    }

    .calendar__img {
        width: 100%;
        overflow-x: scroll;
    }

    .calendar__img img {
        width: 650px;
    }

    .calendar__box p {
        padding: 2rem 0 0;
    }

    .event__item img {
        width: 95%;
    }
}

/* 
　　　　　　　店舗一覧 Store　List
 */

.accordion__box {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.details {
    transition: all 0.3s;
}

/* --- Summary（ヘッダー部分） --- */
.details-summary {
    position: relative;
    display: block;
    padding: 20px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    background-color: #ffcb6a;
    list-style: none;
    cursor: pointer;
    transition: opacity 0.3s;
    border-radius: 8px;
}

.details-summary:hover {
    opacity: 0.8;
}

.details-summary::-webkit-details-marker {
    display: none;
}

/* --- ボタン（＋・ー アイコン） --- */
.details-summary .btn {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    /* 垂直方向の中央揃え */
    transform-origin: center center;
    transition: transform 0.3s ease;
    /* 回転をスムーズに */
}

/* 横棒・縦棒の共通スタイル */
.details-summary .btn:before,
.details-summary .btn:after {
    content: "";
    background-color: #333;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 中心配置 */
    transition: all 0.3s ease;
    /* 変化をスムーズに */
}

/* 横棒（ー） */
.details-summary .btn:after {
    width: 18px;
    height: 4px;
}

/* 縦棒（｜） ※これがあるとプラスになる */
.details-summary .btn:before {
    width: 4px;
    height: 18px;
}

/* --- アクティブ時（開いている時）のスタイル --- */
.details-summary.is-active .btn {
    /* 全体を180度回転（お好みで45度や360度でもOK） */
    transform: translateY(-50%) rotate(-180deg);
}

.details-summary.is-active .btn:before {
    /* 縦棒を消す処理 */
    /* content: none; だとアニメーションしないため、透明度と回転で処理 */
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

/* --- コンテンツ部分 --- */
.details-content {
    padding: 20px;
    background-color: #fff;
    /* 背景色を明示（チラつき防止） */
}

.details-content p {
    margin: 0 0 20px;
    color: #000;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
    /* 読みやすく調整 */
}

.details-content p:last-of-type {
    margin: 0;
}

.store__list {
    margin-bottom: 7.5rem;
}

.store__box h4 {
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 1rem;
}

.store__box h5 {
    color: #886729;
    font-size: 1.5em;
}

.store__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1.5rem;
    margin: 1.5rem 0;
}

.store__item a,
.store__item h6 {
    display: block;
    width: 31.8%;
    font-weight: 600;
    background: #FAEEBA;
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
}

.store__item a:hover {
    color: #333;
    background: #e0ce81;
}

@media screen and (max-width: 520px) {
    .accordion__box {
        gap: 1.5rem;
    }

    .details-summary {
        font-size: 18px;
    }

    .details-summary .btn {
        right: 5%;
    }

    .store__list {
        margin-bottom: 2.5rem;
    }

    .store__box h4 {
        padding-bottom: 0;
    }

    .store__item a,
    .store__item h6 {
        width: 100%;
    }
}