@charset "UTF-8";
/* ======================
top
====================== */

.top-gallery {
    background-image: url(../images/topimage02.jpg);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%;
}

/* ======================
seating
scenes
====================== */
.section-seating,
.section-garden,
.section-scenes {
    padding-bottom: 72px;
}

.gallery-title,
.garden-title,
.scenes-title {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    row-gap: 6px;
    padding-top: 89px;
    margin: 0 auto;
}

.seating-box,
.scenes-box {
    display: flex;
    flex-direction: column; 
    gap: 1px; 
    width: 100%;
    margin-top: 64px;
}

.seating-top,
.scenes-top {
    width: 100%;
}

.seating-top img,
.scenes-top img {
    width: 100%;
    height: auto;
    display: block;
}

.seating-bottom,
.scenes-bottom {
    display: flex; 
    flex-wrap: wrap; 
    gap: 1px; 
    width: 100%;
}

.seating-bottom img,
.scenes-bottom img {
    width: calc(50% - 1px); 
    height: auto;
    display: block;
}

.seating-txt,
.garden-txt,
.scenes-txt{
    margin-top: 56px;
    font-size: 1.4rem;
}

/* seating scenes pc */
@media screen and (min-width: 769px){
    .section-seating,
    .section-garden,
    .section-scenes {
        padding-bottom: 100px;
    }

    .gallery-title,
    .garden-title,
    .scenes-title {
        row-gap: 9px;
        padding-top: 117px;
    }

    .seating-box,
    .scenes-box {
        flex-direction: row;
        gap: 4px;
        margin: 87px auto 0;
        width: 86.4%;
    }

    .seating-bottom,
    .scenes-bottom {
        gap: 4px;
    }

    .seating-bottom img,
    .scenes-bottom img {
        width: calc(50% - 4px); 
    }

    .seating-txt,
    .scenes-txt {
        width: 43%;
        margin-top: 64px;
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: 87px;
    }

    .garden-txt {
        width: 43%;
        margin-top: 64px;
        font-size: 1.6rem;
        margin-right: auto;
        margin-left: 87px;
    }
}

/* ======================
garden
====================== */
.garden-box {
    display: flex;
    flex-direction: column; 
    gap: 1px; 
    width: 100%;
    margin-top: 64px;
}

.garden-top {
    display: flex; 
    flex-wrap: wrap; 
    gap: 1px; 
    width: 100%;
}

.garden-top img {
    width: calc(50% - 1px); 
    height: auto;
    display: block;
}

.garden-bottom {
    width: 100%;
}

.garden-bottom img {
    width: 100%;
    height: auto;
    display: block;
}

/* garden pc */
@media screen and (min-width: 769px){
    .garden-box {
        flex-direction: row;
        gap: 4px;
        margin: 87px auto 0;
        width: 86.4%;
    }

    .garden-top {
        gap: 4px;
    }

    .garden-top img {
        width: calc(50% - 2px); 
    }  
}
