@charset "utf-8";


/* =================
main
==================== */
/* =================
article
==================== */
.article__header {
    padding: var(--contentPadding);
}

.topic {
    margin-top: 120px;
}

/* headerの高さ＋margintop50 */

.topic__subTitle {
    text-align: center;
}

.detail {
    margin-top: 30px;
}

.brPC {
    display: none;
}

/* 矢印の色変更とポジションの位置はslick css でカスタマイズ */

.slider {
    margin-top: 30px;
    padding: var(--contentPadding);
    padding: 0 25px;
}

.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}

.secondbirthdayVis {
    display: none;
}

/* pc article */
@media screen and (min-width: 769px) {
    .article__header {
        padding: var(--contentPaddingPC);
    }

    .topic {
        margin-top: 210px;
    }

    .detail {
        text-align: center;
    }

    .brPC {
        display: block;
    }

    .slider {
        display: none;
    }

    .secondbirthdayVis {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 100px;
    }

    .secondbirthdayVis__img {
        width: 31%;
    }

}

/* pc 769px */


/* ======================
section secondbirthday
========================*/
.section.section--secondbirthday {
    background-color: var(--primary-beige);
    margin-top: 50px;
    padding: 50px 5.3%;
}

.topic__detail {
    margin-top: 30px;
}

.plan {
    margin-top: 30px;
}

.topic.topic--secondbirthday {
    margin-top: 0;
}

.plan__item {
    background: var(--primary-white);
    padding: 30px 20px;
    margin-top: 20px;
}

.plan__title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    background: var(--primary-beige);
}

.plan__txt {
    margin-top: 20px;
}

.plan__detail__txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.plan__detail__txt img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.plan__option {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.plan__option__number {
    border-bottom: 1px solid var(--secondary-brown);
    width: 100px;
    font-weight: 500;
}

.btn.btn--plan {
    margin-top: 30px;
    background: var(--primary-brown);
    color: var(--primary-white);
    font-weight: 500;
    width: 260px;
    align-items: center;
}

.btn.btn--plan::after {
    border-top: solid 2px var(--primary-white);
    border-right: solid 2px var(--primary-white);
}

.btn.btn--plan:hover {
    opacity: 0.5;
}


/* pc secondbirthday 769px */
@media screen and (min-width: 769px) {
    .section.section--secondbirthday {
        margin-top: 100px;
        padding: 50px 8.3%;
    }

    .topic.topic--secondbirthday {
        margin-top: 0px;
    }

    .topic__detail {
        text-align: center;
    }

    .plan {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .plan__item {
        width: 25vw;
    }

    .btn.btn--plan {
        margin-top: 50px;
    }

    .onLocation {
        margin-top: 50px;
    }
}

/* pc 769px */


/* ======================
section birthdaycake
========================*/
.section.section--birthdaycake {
    margin-top: 50px;
    padding: var(--contentPadding);
}

.topic.topic--birthdaycake {
    margin-top: 50px;
    align-items: flex-start;
}

.topic__detail--birthdaycake {
    margin-top: 30px;
}

.birthdaycake__img {
    margin-top: 30px;
}

.cakeLink {
    margin-top: 20px;
}

.cakeLink__cake {
    color: blue;
}


/* pc birthdaycake 769px */
@media screen and (min-width: 769px) {
    .section.section--birthdaycake {
        margin-top: 100px;
        padding: var(--contentPaddingPC);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .topic.topic--birthdaycake {
        margin-top: 0;
    }

    .topic__detail--birthdaycake{
        margin-top: 50px;

    }

    .birthdaycake__img {
        width: 29.8%;
        margin: 0 0 0 50px;
    }
}

/* pc 769px */


/* ======================
section custume
========================*/
.section.section--costume {
    margin-top: 50px;
    padding: var(--contentPadding);
}

.topic.topic--costume {
    margin-top: 0;
    align-items: flex-start;
}

.topic__subTitle {
    text-align: left;
}


.topic__detail--costume {
    margin-top: 30px;
}


.costume__img {
    margin-top: 30px;
}

.costume__img img {
    margin-top: 20px;
}

.costume__img img:first-child {
    margin-top: 0;
}

/* pc costume 769px */
@media screen and (min-width: 769px) {
    .section.section--costume {
        margin-top: 100px;
        padding: var(--contentPaddingPC);
        align-items: center;
    }

    .topic.topic--costume {
        align-items: flex-start;
    }

    .topic__detail--costume {
        text-align: left;
        margin-top: 50px;
    }

    .costume__img {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    .costume__img img {
        margin-top: 0;
        width: 29.8%;
    }
}

/* pc 769px */


/* ======================
section product
========================*/
.section.section--product {
    margin-top: 50px;
    padding: var(--contentPadding);
}

.topic.topic--product {
    align-items: flex-start;
    margin-top: 50px;
}

.topic__detail--product {
    margin-top: 30px;
}

.product__item {
    margin-top: 30px;
    border: 5px solid var(--primary-green);
}

.product__name {
    font-size: 20px;
    padding: 5px 10px;
    background: var(--primary-beige);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__detail {
    padding: 20px;
}

.explain {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.explain__title {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    background: var(--primary-green);
}

.note {
    padding: 10px;
    margin-top: 20px;
    background: #F4F4F4;
}

/* pc product 769px */
@media screen and (min-width: 769px) {
    .section.section--product {
        margin-top: 100px;
        padding: var(--contentPaddingPC);
    }

    .topic.topic--product {
        margin-top: 0;
    }

    .topic__detail--product {
        margin-top: 50px;
    }

    .product {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;

    }

    .product__item {
        width: 29.8%;
        margin-top: 0;
    }
}


/* ======================
section Qa
========================*/
.topic.topic--secondbirthdayQa {
    margin-top: 0;
}

.section.section--secondbirthdayQa {
    padding: 50px 5.3%;
}

/* =================
ここからアコーディオンパネル
===================== */

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    /* width: 96%; */
    /* max-width: 900px; */
    margin: 0 auto;
    margin-top: 50px;
}

/* .accordion-area li {
    margin: 10px 0;
} */


.accordion-area section {
    /* border-bottom: 1px solid #A8A8A8;
    ; */
    border-top: 1px solid #A8A8A8;
    ;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: var(--primary-brown);

}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: var(--primary-green);
    margin: 0 3% 3% 3%;
    padding: 3%;
}


/* pc qa 769px */
@media screen and (min-width: 769px) {
    .section.section--secondbirthdayQa {
        margin-top: 100px;
        padding: 0px 8.3%;
        align-items: center;
    }
}

/* pc 769px */


/* =================
ここからcancel policy 
=====================*/

.section.section--cancel {
    padding: var(--contentPadding);
}

.topic.topic--cancel {
    margin-top: 0;
}

.cancel {
    margin-top: 30px;
    text-align: left;
}

.cancel span {
    display: block;
    margin-top: 25px;
}

/* pc qa 769px */
@media screen and (min-width: 769px) {
    .section.section--cancel {
        margin-top: 100px;
        padding: 0 8.3% 50px 8.3%;
        align-items: center;
    }

    .cancel {
        margin-top: 50px;
    }
}