@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.nav_list li.nav-plan a > span::before{
    width: 100%;
}

@media screen and (max-width: 750px) {
    .nav_list li.nav-plan a > span::before{
        width: 0;
    }
    .nav_list li.nav-plan{
        background: rgba(107, 92, 62, 0.5);
    }
}

.plan_dtl_box{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}


main{
    padding-top: 150px;
}


.sec_pt {
    padding: 80px 0 0px;
}


.plan_dtl_ttl{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.plan_dtl_img{
    max-width: 800px;
    margin: 0 auto;
}

.plan_dtl_cap{
    font-size: 10px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    width: 37%;
}
/* .plan_dtl_cap{
    top: 51%;
} */
.plan_dtl_cap.a{
    top: 58%;
}
.plan_dtl_cap.b{
    top: 55%;
}
.plan_dtl_cap.dg{
    top: 44%;
}
.plan_dtl_cap.g{
    top: 56%;
}


/* 20251217 */
.plan_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 55px;
    background-color: #6b5c3e;
    color: #fff;
    font-size: 18px;
    margin: 80px auto 0;
}
.plan_btn:hover {
    -webkit-filter: brightness(1.6);
    filter: brightness(1.6);
}


@media screen and (max-width: 1000px) {
.plan_dtl_ttl {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.plan_dtl_ttl {
    font-size: 20px;
}
main {
    padding-top: 100px;
}
/* 20251217 */
.plan_btn{
    width: 285px;
    height: 50px;
    font-size: 16px
}
}
@media screen and (max-width: 650px) {
.sec_pt {
    padding: 60px 0 0px;
}
.plan_dtl_ttl {
    font-size: 18px;
}
.plan_dtl_cap {
    position: unset!important;
    margin-top: 1em!important;
    width: 100%!important;
}
.plan_dtl_img {
    max-width: 450px;
    margin: 0 auto;
}
}