@charset "utf-8";
#wrap_bg {
    background-image: url(../images/index/bg.png);
}

#lead_taiken {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #40220F;
    /* [disabled]max-width: 500px; */
}
#title_main {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#photo_head {
    margin-top: 50px;
    margin-bottom: 50px;
}


.wrap {
    width: 640px;
}
.wrap_request_photo {
    position: relative;
}
.request_photo {
    position: absolute;
    left: calc(50% - 242px);
    top: -100pt;
}
.wrap.overview {
    padding-top: 100px;
    padding-bottom: 100px;
}
.overview .ov_illust {
}
.overview .ov_title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.overview tr th {
    width: 220px;
    padding-right: 40px;
    text-align: right;
}
.overview tr td {
    vertical-align: middle;
}
#threeday img {
    width: 100%;
    height: auto;
}
#threeday {
    margin-bottom: 40px;
}
.wrap_3days {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


@media screen and (max-width:767px) {
.wrap {
    width: auto;
}
#photo_head img {
    width: 100%;
    height: auto;
}
#lead_taiken {
    width: auto;
    /* [disabled]font-size: 13px; */
}

    
/*2025*/
    
.wrap_request_photo {
    height: 20px;
}
.request_photo {
    height: auto;
    width: 320px;
    left: calc(50% - 160px);
    top: -100px;
}
.overview tr th {
    width: 100%;
    padding-right: 40px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.overview tr td {
    width: 100%;
    display: block;
    text-align: center;
}
.wrap.overview {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrap_3days .wrap img {
    max-width: 100%;
    height: auto;
}
.ov_title img {
    transform: scale(0.7);
}

}
