@charset "UTF-8";

.about-chojuso-mv {
    background-color: #2F9AD9;
    padding-bottom: 200px;
}

.about-chojuso-mv .chojuso-yama {
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-color: #FFFCD9;
}

.about-chojuso-mv h2 {
    color: #ffffff;
    z-index: 2;
    position: relative;
    top: -10px;
    background-color: #2F9AD9;
}

.about-chojuso-mv .text-box {
    background-color: #ffffff;
    padding : 30px;
    width: 640px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.about-chojuso-mv .text-box p {
    margin-bottom: 20px;
}

.about-chojuso-mv .text-box p:last-child {
    margin-bottom: 0;
}


.about-chojuso-mv .chojuso-mvcopy {
    background-color: #2F9AD9;
    z-index: 2;
    position: relative;
    top: -50px;
}

.about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap {
    display: flex;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 50px;
}

.about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap img {
    width: 350px;
    height: 252px;
}

.about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap div {
    max-width: 520px;
    padding: 50px 0 0 30px;
}

.about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap div p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 20px;
}




.about-chojuso-plan {
    position: relative;
    background-color: #E0F2FD;
    padding: 90px 0;
}

.about-chojuso-plan > p {
    font-size: 1.8rem;
    text-align: center;
}

.about-chojuso-plan .plan-wrap {
    display: flex;
    width: 700px;
    margin: 60px auto 0;
}

.about-chojuso-plan .plan-wrap div {
    width: 275px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.about-chojuso-plan .plan-wrap div:first-child {
    margin-right: 30px;
}

.about-chojuso-plan .plan-wrap div .house {
    position: relative;
    top: -60px;
    left: calc(50% - 50px);
    margin-bottom: -50px;
}

.about-chojuso-plan .plan-wrap div .house {
    position: relative;
    top: -60px;
    left: calc(50% - 50px);
    margin-bottom: -50px;
    width: 100px;
    height: auto;
}

.about-chojuso-plan .plan-wrap div .bag {
    position: relative;
    top: -47px;
    left: calc(50% - 60px);
    margin-bottom: -37px;
    width: 120px;
    height: auto;
}


.about-chojuso-plan .plan-wrap div h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.about-chojuso-plan .plan-wrap div p {
    font-size: 1.4rem;
}

.about-chojuso-plan .plan-wrap div a {
    margin: 20px auto 0;
}



.about-chojuso-img {
    padding-bottom: 90px;
    background-color: #E0F2FD;
}

.about-chojuso-img div {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.about-chojuso-img figure {
    max-width: 500px;
    width: calc(33.3% - 20px);
    margin-right: 30px;
    text-align: center;
}

.about-chojuso-img figure img {
    width: 100%;
    height: auto;
}

.about-chojuso-img figure:nth-child(3n) {
    margin-right: 0;
}

.about-chojuso-img figcaption {
    font-size: 1.6rem;
    margin: 6px 0 20px;
}

.about-chojuso-img .text-box {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

.about-chojuso-img .text-box br {
    display: none;
}




.about-chojuso-carender {
    background-color: #E0F2FD;
    padding-bottom: 200px;
}

.about-chojuso-carender .text-box {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

.about-chojuso-carender .text-box br {
    display: none;
}

.about-chojuso-carender .carender-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}



.about-chojuso-access {
    position: relative;
    background-color: #FFFCD9;
    padding: 90px 0;

}

.about-chojuso-access .about-chojuso-map {
    width: 260px;
    margin: 0 auto 60px;
}

.about-chojuso-access .about-chojuso-map div {
    width: 260px;
    height: 200px;
}

.about-chojuso-access .about-chojuso-map iframe {
    width: 100%;
    height: 100%;
}

.about-chojuso-access .about-chojuso-map h3 {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: bold;
}

.about-chojuso-access .about-chojuso-map p {
    font-size: 1.4rem;
}



@media screen and (max-width: 800px) and (min-width: 0px) {
    
    .about-chojuso-mv .text-box {
        width: calc(100% - 100px);
        margin: 0 20px;
        text-align: left;
    }

    .about-chojuso-mv .chojuso-mvcopy {
        top: -10px;
        margin-top: 40px;
    }

    .about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap {
        display: block;
        width: 100%;
        padding: 0;
    }

    .about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap img {
        width: 85%;
        height: auto;
    }

    .about-chojuso-mv .chojuso-mvcopy .mvcopy-wrap div {
        width: 100%;
        padding-left: 0;
        max-width: inherit;
    }

    .about-chojuso-plan .plan-wrap {
        display: block;
        width: 100%;
    }

    .about-chojuso-plan .plan-wrap div {
        margin: 0 auto;
    }

    .about-chojuso-plan .plan-wrap div:first-child {
        margin-right: inherit;
        margin-bottom: 50px;
    }

    .about-chojuso-img div {
        display: block;
        width: 100%;
    }

    .about-chojuso-img figure {
        margin: 0 0 30px auto;
        width: calc(100% - 30px);
    }

    .about-chojuso-img figure:nth-child(2n) {
        margin: 0 auto 30px 0;
    }

    .about-chojuso-img .text-box br {
        display: inline;
    }

    .about-chojuso-carender .text-box br {
        display: inline;
    }
}