@charset "UTF-8";
.lowdtl_txt.ver2 {
    margin-bottom: 57px;
}
.inc_mgn {
    margin-bottom: 30px;
}
.photo_ttl {
    padding-bottom: 21px;
    font-size: 20px;
    line-height: 1;
    border-bottom: 1px solid #d9e0e4;
    margin-bottom: 17px;
    font-weight: bold;
}
.lowdtl_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lowdtl_photo {
    margin-bottom: 44px;
}
.lowdtl_photo:last-child {
    margin-bottom: 70px;
}
.lowdtl_img {
    padding-bottom: 5px;
    overflow: hidden;
}
/* .lowdtl_img {
    padding-bottom: 27px;
} */
.lowdtl_img.ver2 {
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.photo_ttl_2 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}
.inc_mgn.ver2 {
    margin-bottom: 77px;
}
.inc_mgn.ver3 {
    margin-bottom: 295px;
}
.lowdtl_photo {
    width: 430px;
}
.lowdtl_img a {
    display: block;
    text-decoration: none;
    height: 100%;
}
.zoom_lnk span {
    color: #2389a3;
    display: inline-block;
    background: url(/cmn/svg/zoom_icn2.svg) no-repeat left center / 15px auto;
    padding-left: 1.5em;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 0.8ex;
}
.zoom_lnk {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 5px;
}
.zoom_img {
    display: none;
}
.zoom_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
    width: 100%;
    height: 100vh;
}
.zoom_bg.ver2 .zoom_img img {
    width: 100%;
    height: 100%;
    max-width: 940px;
    max-height: 530px;
    object-fit: contain;
}
.zoom_img_in {
    width: 940px;
    height: 530px;
    position: fixed;
    top: 50%;
    margin-top: -265px;
    left: 50%;
    margin-left: -470px;
}
.zoom_bg.ver2 .zoom_img_in {
    width: auto;
    height: auto;
    max-width: 940px;
    max-height: 530px;
    margin-left: 0;
    transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
    .zoom_bg.ver2 .zoom_img_in {
        min-width: 940px;
    }
}
@media screen and (min-width:896px) and ( max-width:1024px) {
    .zoom_bg.ver2 .zoom_img_in {
        min-width: 88vw;
    }
}
@media (min-width: 896px) {
    @media only screen and (max-height: 570px) {
        .zoom_img_in {
            top: 7vh;
            margin-top: 0;
            box-sizing: border-box;
        }
        .zoom_img {
            /*overflow-y: scroll;
            width: 917px;*/
            height: 88vh;
        }
        /*
        .zoom_bg.ver2 .zoom_img img {
            width: 950px;
            height: auto;
        }
        */
    }
}
.close_btn {
    position: absolute;
    top: -20px;
    right: -20px;
}
.close_btn a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #3cbd70;
    border-radius: 9999px;
}
.close_btn a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12px;
}
.close_btn a::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12px;
}
@media (min-width: 896px) {
    .lowdtl_img a:hover .zoom_lnk span {
        text-decoration: none;
    }
    .lowdtl_img a:hover img {
        opacity: 0.7;
    }
    .lowdtl_img {
        width: 430px;
        position: relative;
    }
    .lowdtl_img img {
        width: 100%;
        height: auto;
    }
    .lowdtl_img picture {
        display: block;
        height: 100%;
    }
    /* .lowdtl_img img {    
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    } */
}
@media (min-width: 1240px) {
    .page_mainIn.is-wid .lowdtl_photo {
        width: 580px;
    }
    .page_mainIn.is-wid .lowdtl_img {
        width: 580px;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1239px) {
    .page_mainIn.is-wid .lowdtl_photo {
        width: 435px;
    }
    .page_mainIn.is-wid .lowdtl_img {
        width: 435px;
    }
}
@media only screen and (max-width: 896px) {
    .lowdtl_in {
        display: block;
    }
    .lowdtl_photo {
        width: 100%;
        margin-bottom: 23px;
    }
    .zoom_lnk {
        display: none;
    }
    .lowdtl_img {
        padding-bottom: 15px;
    }
    .lowdtl_img.ver2 {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .lowdtl_img img {
        width: 100%;
        height: auto;
    }
    .lowdtl_photo:last-child {
        margin-bottom: 30px;
    }
    .inc_mgn.ver2 {
        margin-bottom: 0;
    }
    .inc_mgn.ver3 {
        margin-bottom: 0;
    }
    .zoom_img_in {
        margin-top: 0;
        top: 150px;
    }
    .lowdtl_img a {
        pointer-events: none;
    }
    .lowdtl_txt {
        font-size: 16px;
    }
}
