@charset "utf-8";

html {
    scroll-behavior: smooth;
}

/* =================
main
==================== */
.main {
    padding: var(--contentPadding);
}

/* =================
article
==================== */
.topic {
    margin-top: 120px;
}

/* headerの高さ＋margintop50 */


.topic__subTitle {
    text-align: center;
}

.detail {
    margin-top: 30px;
}

.brPC {
    display: none;
}

.link {
    margin: 50px 0 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 中央寄せできないのはなぜ？ */

/* 矢印疑似要素ここから */
.link__item {
    width: 180px;
    margin-top: 30px;
    font-weight: 500;
    padding: 5px;
    border-bottom: 1px solid var(--primary-brown);
    display: flex;
    align-items: center;
    position: relative;
}

.link__item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 10px;
    margin: auto;
    vertical-align: middle;
}

.link__item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.link__item::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-brown);
    border-radius: 50%;
}

.link__item::before {
    content: '';
    border: 0;
    border-bottom: solid 1px var(--primary-brown);
    border-right: solid 1px var(--primary-brown);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
}

/* 矢印疑似要素ここまで */

/* pc article */
@media screen and (min-width: 769px) {
    .topic {
        margin-top: 210px;
    }

    .detail {
        text-align: center;
    }

    .brPC {
        display: block;
    }

    .link {
        flex-direction: row;
        gap: 50px;
    }
}

/* pc 769px */


/* ======================
section bigining 
========================*/
.section.section--bigining {
    background-color: var(--primary-beige);
    padding: 30px 20px;
    margin-top: 30px;
}

.topic.topic--bigining {
    margin-top: 0;
}

.topic__detail {
    margin-top: 30px;
}

.planMenu {
    margin-top: 30px;
}

.planMenu__item {
    margin-top: 30px;
}

.planMenu__detail {
    text-align: center;
    padding: 0 0 20px 0;
}

.planMenu__detail__title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 20px;
}

.planMenu__detail__txt {
    margin-top: 20px;
}

.btn.btn--detail {
    width: 200px;
    height: 33px;
    margin-top: 20px;
}


/* pc section bigining */
@media screen and (min-width: 769px) {
    .section.section--bigining {
        padding: 50px 170px;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .topic__detail {
        margin-top: 50px;
    }
     
    .planMenu__detail__txt {
        min-height: 46px;
    }

    .planMenu__item {
        display: flex;
        flex-direction: column;
        padding: 0 0 20px 0;
        width: 26.3vw;
        margin-top: 0;
    }

    .planMenu {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 100px;
        margin-top: 50px;
        justify-content: center;
    }

    .planMenu__img {
        max-width: 26.3vw;
    }
}

/* pc 769px */

/* ======================
section growth 
============================*/
.section.section--growth {
    background-color: var(--primary-green);
    padding: 30px 20px;
    margin-top: 30px;
}

.topic.topic--growth {
    margin-top: 0;
}

/* pc section growth */
@media screen and (min-width: 769px) {
    .section.section--growth {
        padding: 50px 170px;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/*==========================
 section birthday 
 ==========================*/
.section.section--birthday {
    background-color: var(--primary-beige);
    padding: 30px 20px;
    margin-top: 30px;
}

.topic.topic--birthday {
    margin-top: 0;
}

/* pc section birthday */
@media screen and (min-width: 769px) {
    .section.section--birthday {
        padding: 50px 170px;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


/*===========================
 section special 
 ===============================*/
.section.section--special {
    background-color: var(--primary-green);
    padding: 30px 20px;
    margin-top: 30px;
}

.topic.topic--special {
    margin-top: 0;
}

/* pc section special */
@media screen and (min-width: 769px) {
    .section.section--special {
        padding: 50px 170px;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* ====================
ここからlocation
======================== */
.topic.topic--location {
    margin-top: 50px;
}

.location {
    justify-content: space-between;
}

.locationTitle {
    padding: 20px 20px;
}

.location__item {
    margin-top: 30px;
    box-shadow: 7px 7px 4px 0px #E4DDD5;
}

.locationTitle__name {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    background: var(--primary-beige);
    /* タイポグラフィ */
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

.locationTitle__txt {
    margin-top: 10px;
}

.locationTitle__detail {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--secondary-brown);
    border-bottom: 1px solid var(--secondary-brown);
    margin-top: 10px;
    /* タイポグラフィ */
    font-size: 2rem;
    font-weight: 500;
}

.locationTitle__detailTxt {
    margin-top: 10px;
}

/* pc location */
@media screen and (min-width: 769px) {

    .section.section--location {
        padding: 0;
    }

    .topic.topic--location {
        margin-top: 100px;
    }

    .location {
        display: flex;
        margin-top: 50px;
        /* justify-content: space-between; */
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .location__item {
        margin-top: 0;
        width: 31.6%;
        min-width: 380px;
    }

    .locationTitle__txt {
        height: 234px;
    }


}

/* pc 769px */


/* =================
ここからcancel policy 
=====================*/

.section.section--cancel{
    margin-top: 50px;
}

.topic.topic--cancel {
    margin-top: 0;
}

.cancel {
    margin-top: 30px;
}

.cancel span {
    display: block;
    margin-top: 25px;
}


/* pc location */
@media screen and (min-width: 769px) {
.section.section--cancel{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .cancel {
        margin-top: 50px;
    }

    
}