@charset "utf-8";

/* 
サイト固有の記述
*/
.post-edit-link{
    display: none;
}

.photo-album .price_area .en_txt span {
    font-size: 18px;
    margin-left: 8px;
}

.tab01 {
    li {
        a {
            @media screen and (max-width: 767px) {
                width: 100%;
                box-sizing: border-box;

                &:nth-child(1) {
                    border-radius: 0 !important;
                }

                &:nth-child(2) {
                    border-radius: 0 !important;
                }
            }
        }
    }
}

body main section .page_head.type03 {
    aspect-ratio: 16/10;
    height: 100%;

    .swiper-container .swiper-wrapper .swiper-slide {
        aspect-ratio: 16/10;
    }

    .swiper-container .swiper-wrapper .swiper-slide img {
        aspect-ratio: 16/10;
        object-fit: cover;
    }
}

/* 全体（色系）*/
body {
    .non_thum_list li:first-child {
        border-top: solid 1px #ccc;
    }

    &.pre-wedding-costume {
        .sec01 .layout_b .imgbox {
            width: auto;
        }
    }

    .bgF2 {
        background-color: #f2f6f4;
    }

    &.weddingtop,
    &.familyphoto-top {
        .ttl05 {
            border-bottom: solid 1px #00aeb5;
        }
    }

    &.wedding-day,
    &.prewedding {
        .sec04 .ttl05 {
            border-bottom: solid 1px #00aeb5;
        }
    }

    &.prewedding {
        .sec04 .ttl05 {
            border-bottom: solid 1px #00aeb5;
        }
    }

    &.familyphoto-top {
        .box.ef01 {
            margin-bottom: clamp(50px, 0.85rem + 9.71vw, 100px);
        }
    }

    &.commercial {
        .box.ef01 {
            margin-top: clamp(80px, -0.114rem + 21.82vw, 260px);
            margin-bottom: clamp(80px, -2.67rem + 32.73vw, 350px);
        }
    }

    &.graduation-20ageanniv,
    &.prewedding {
        .sec02 .sub_images_ul li figure img {
            aspect-ratio: 3/2;
        }
    } 
}

/* モニター以上*/
@media screen and (min-width: 1560px) {
    body {
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .padding-b-21 {
            padding-bottom: 21px;
        }

        &.ourpartners {
            .line-height_32 {
                line-height: 3.2;
            }
        }

        .s_txt {
            font-size: 24px;
            margin: 0 5px;
        }

        &.about-us {
            .sec01 .layout_a .imgbox {
                width: 40%;
            }
        }

        .add_contact {
            .layout_a .imgbox {
                width: 40%;
                text-align: end;
            }

            .layout_a .imgbox a {
                display: inline-block;
            }

            .layout_a .txtbox {
                margin-right: 100px;
            }
        }

        .contact_infoarea {
            padding: 0 5%;
        }

        &.commercial,
        &.portrait,
        &.studio-family,
        &.graduationday,
        &.familyphoto-plan {
            .layout_b .txtbox {
                margin-left: 60px;
            }

            .layout_b .imgbox {
                width: 60%;
            }
        }

        &.photo-album-detail-wedding,
        &.photo-album-detail-family {
            .layout_b .txtbox {
                margin-left: 40px;
            }
        }

        &.graduationday {
            .sec02 .layout_b .txtbox {
                .btn_ef01 a span {
                    color: #fff;
                }

                .btn_ef01 a:before {
                    background: #0a787d;
                }

                .btn_ef01 a:after {
                    color: #fff;
                }
            }

            .infobox04 {
                .ttl05 {
                    border-bottom: solid 1px #00aeb5;
                }
            }
        }

        &.pre-wedding-costume {
            .tab_list01 {
                gap: 0 30px;
            }

            .tab_list01 li {
                font-size: 18px;
            }
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        &.wedding-day {
            .sec05 {
                padding: 50px 0;
            }
        }

        .s_txt {
            font-size: 18px;
            margin: 0 5px;
        }

        &.pre-wedding-costume {
            .tab_list01 {
                gap: 15px 20px;
            }

            .tab_list01 li {
                font-size: 16px;
            }
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        .non_thum_list li {
            padding: 10px 20px;
        }

        .non_thum_list li:after {
            right: 20px;
        }

        .tab_list01 {
            gap: 10px;
        }

        &.contact {
            .faq_contents .accordion_one .accordion_inner {
                padding: 0px 25px 20px 25px;
            }
        }

        &.single-portfolio_post {
            .f46 {
                font-size: 30px;
            }
        }

        &.photo-album {
            .tab01 {
                display: block;

                li {
                    margin-bottom: 10px;
                    
                    a {
                        margin: 0;
                        width: auto;
                    }
                }
            }
        }
    }
}
