@charset "UTF-8";

.mv {
    padding: 34rem 10rem 19rem;
    background-image: url(../img/common/texture_underwave.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
}

.mv .mv_copy {
    font-size: 3.6rem;
    color: #f07a36;
    line-height: 1.25;
    letter-spacing: .04em;
    width: 70rem;
    position: relative;
    z-index: +3;
}

.mv .mv_text {
    line-height: 2.2;
    letter-spacing: .04em;
    width: 70rem;
    margin-top: 2rem;
    position: relative;
    z-index: +3;
}

.mv .mv_img {
    position: absolute;
    width: 112rem;
    max-width: 53%;
    top: 19rem;
    left: 46%;
    z-index: +2;
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;
}

.mv .mv_img.show {
    opacity: 1;
}

.mv .mv_column {
    display: flex;
    margin-top: 8rem;
    column-gap: 3.8rem;
    align-items: start;
    position: relative;
    z-index: +1;
    width: 66rem;
}

.mv .mv_column:before {
    content: "";
    position: absolute;
    top: -10rem;
    right: -25rem;
    bottom: -11.4rem;
    left: -4.6rem;
    background-image: url(../img/top/column_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.mv .mv_column h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    padding: 2.5rem 1.5rem;
    background-color: #335e35;
    width: 5.6rem;
    text-align: center;
}

.mv .mv_column .mv_column_archive {
    width: calc(100% - 9.4rem);
}

.mv .mv_column .mv_column_archive .item {
    padding: 2rem 0 1.7rem;
    display: flex;
    justify-content: start;
    column-gap: 3rem;
    border-bottom: 1px solid #d5d5d5;
    padding-right: 3rem;
    background-image: url(../img/common/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: 2.7rem auto;
    background-position: right center;
}

.mv .mv_column .mv_column_archive .item:hover {
    color: #f07a36;
}

.mv .mv_column .mv_column_archive .date {
    letter-spacing: .04em;
    white-space: nowrap;
}

.mv .mv_column .mv_column_archive .ttl {
    letter-spacing: .04em;
}

/* 西光寺について */
#section_1 {
    padding-top: 7.5rem;
}

#section_1>.wrapper {
    padding: 0 3.7rem;
}

#section_1 .img_grid {
    display: grid;
    grid-template-columns: 3fr repeat(2, 1fr);
    grid-template-rows: 1.1fr 1.2fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 4rem;
}

#section_1 .img_grid img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 16px;
}

#section_1 .grid1 {
    grid-area: 1 / 1 / 3 / 2;
}

#section_1 .grid2 {
    grid-area: 1 / 2 / 2 / 4;
}

#section_1 .grid3 {
    grid-area: 2 / 2 / 3 / 3;
}

#section_1 .grid4 {
    grid-area: 2 / 3 / 3 / 4;
}

#section_1 .text {
    line-height: 2.6;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 4rem;
}

#section_1 .about_wrap {
    padding: 7.2rem 0 8rem;
    margin-top: 8rem;
    background-image: url(../img/common/texture_underwave.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#section_1 .about_wrap .wrapper {
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5rem;
    row-gap: 7.4rem;
}

#section_1 .about_wrap .item {
    width: calc((100% - 10rem) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2.6rem;
    text-align: center;
    padding: 2rem 4rem;
    min-height: 34.2rem;
    position: relative;
    z-index: +10;
    border-radius: 50%;
}

#section_1 .about_wrap .item .inner_lead {
    font-size: 2.4rem;
    color: #335e35;
    letter-spacing: .04em;
}

#section_1 .about_wrap .item .inner_text {
    letter-spacing: .04em;
    line-height: 2;
}

#section_1 .about_wrap .item:before,
#section_1 .about_wrap .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}

#section_1 .about_wrap .item:before {
    background-color: #fff;
    z-index: -2;
}

#section_1 .about_wrap .item:after {
    z-index: -1;
    border: 1px dashed #f07a36;
}

#section_1 .about_wrap .item:nth-of-type(1):before {
    top: 2px;
    left: 0;
}

#section_1 .about_wrap .item:nth-of-type(1):after {
    top: 2px;
    left: -10px;
}

#section_1 .about_wrap .item:nth-of-type(2):before {
    top: -17px;
    left: 10px;
}

#section_1 .about_wrap .item:nth-of-type(2):after {
    top: 2px;
    left: 0;
}

#section_1 .about_wrap .item:nth-of-type(3):before {
    top: 13px;
    left: -5px;
}

#section_1 .about_wrap .item:nth-of-type(3):after {
    top: 2px;
    left: 10px;
}

#section_1 .about_wrap .item:nth-of-type(4):before {
    top: -8px;
    left: 10px;
}

#section_1 .about_wrap .item:nth-of-type(4):after {
    top: -1px;
    left: -10px;
}

#section_1 .about_wrap .item:nth-of-type(5):before {
    top: 0;
    left: -10px;
}

#section_1 .about_wrap .item:nth-of-type(5):after {
    top: 0;
    left: 0;
}

#section_1 .about_wrap .item:nth-of-type(6):before {
    top: 10px;
    left: 15px;
}

#section_1 .about_wrap .item:nth-of-type(6):after {
    top: -1px;
    left: 10px;
}

#section_1 .about_wrap .item:hover:before {
    background-color: #e7f5e8;
}

/* お知らせ */
#section_2 {
    padding: 8rem 0 8rem;
}

#section_2 .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    padding: 0 11rem;
    column-gap: 2rem;
}

#section_2 .style_hl {
    text-align: left;
}

#section_2 .top_news_archive {
    width: 74.4rem;
    max-width: 100%;
}

#section_2 .top_news_archive .item {
    padding: 2rem 0 1.7rem;
    display: flex;
    justify-content: start;
    column-gap: 3rem;
    border-bottom: 1px solid #d5d5d5;
    padding-right: 3rem;
    background-image: url(../img/common/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: 2.7rem auto;
    background-position: right center;
}

#section_2 .top_news_archive .item:hover {
    color: #f07a36;
}

#section_2 .top_news_archive .date {
    letter-spacing: .04em;
    white-space: nowrap;
}

#section_2 .top_news_archive .ttl {
    letter-spacing: .04em;
}

#section_2 .top_news_archive .archive_btn {
    margin-top: 2rem;
    display: flex;
    justify-content: end;
}

#section_2 .top_news_archive .archive_btn a {
    letter-spacing: .08em;
    padding-right: .8em;
    position: relative;
}

#section_2 .top_news_archive .archive_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: .8rem;
    height: .8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

#section_2 .top_news_archive .archive_btn a:hover {
    color: #f07a36;
}

#section_2 .top_news_archive .archive_btn a:hover:after {
    border-top: 2px solid #f07a36;
    border-right: 2px solid #f07a36;
}

/* Instagram */
#section_3 {
    padding: 8rem 0;
    display: none;
}

#section_3 .instagram_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5rem;
    margin-bottom: 4rem;
}

#section_3 .instagram_list .item {
    width: calc((100% - 15rem) / 4);
    height: 28rem;
    border-radius: 16px;
    background-color: #d5d5d5;
}

@media (max-width:767px) {
    .mv {
        padding: 9rem 2rem 10rem;
    }

    .mv .mv_fade {
        position: relative;
        height: 64vw;
    }

    .mv .mv_img {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 90%;
        max-width: 100%;
        margin-left: auto;
        margin-bottom: 2rem;
    }

    .mv .mv_copy {
        font-size: 2.6rem;
    }

    .mv .mv_text {
        width: 100%;
    }

    .mv .mv_column {
        column-gap: 2rem;
        width: 100%;
        margin-top: 6rem;
    }

    .mv .mv_column h2 {
        font-size: 1.8rem;
        padding: 2.5rem 1rem;
        width: 4rem;
    }

    .mv .mv_column .mv_column_archive .item {
        flex-direction: column;
        padding: 0 0 .8rem;
        background: none;
    }

    .mv .mv_column .mv_column_archive .item+.item {
        margin-top: 1rem;
    }

    .mv .mv_column .mv_column_archive {
        width: calc(100% - 6rem);
    }

    #section_1 .img_grid {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 3fr repeat(2, 2fr);
    }

    #section_1 .grid1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #section_1 .grid2 {
        grid-area: 2 / 1 / 3 / 3;
    }

    #section_1 .grid3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    #section_1 .grid4 {
        grid-area: 3 / 2 / 4 / 3;
    }

    #section_1>.wrapper {
        padding: 0;
    }

    #section_1 .about_wrap .wrapper {
        padding: 0;
        row-gap: 4rem;
    }

    #section_1 .about_wrap .item {
        width: 100%;
        min-height: 28rem;
    }

    #section_2 .wrapper {
        padding: 0;
    }

    #section_2 .top_news_archive .item {
        flex-direction: column;
        padding: 0 0 .8rem;
        background: none;
    }

    #section_2 .top_news_archive .item+.item {
        margin-top: 2rem;
    }

    #section_3 .instagram_list {
        column-gap: 2rem;
        row-gap: 2rem;
    }

    #section_3 .instagram_list .item {
        width: calc(50% - 1rem);
        height: 46vw;
    }
}