@charset "UTF-8";

html { 
    scroll-behavior: smooth;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}

.sh-page-title {
    color: #fff;
}
.sh-contents {
    max-width: 1140px;
}

.sh-PR .__caption1 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.__caption1.__white {
    color: #fff;
    /*text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;*/
}

.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}

.sh-contents-bg1 {
    color: #fff;
    padding-bottom: 80px;
    margin-bottom: 100px;
    background-color: #5a6048;
}

.sh-specialplan-button > li {
    flex: 1;
    background-color: #231815;
    color: #fff;
    text-align: center;
}

.sh-specialplan-button a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 5px;
}
.sh-specialplan-button a:link ,
.sh-specialplan-button a:visited {
    color: #fff;
}
.sh-specialplan-button a:hover {
    color: #5a6048;
}

.sh-specialplan-button li:has(a:hover) {
    background-color: #fff;
    position: relative;
    outline: 1px solid #5a6048;
    outline-offset: -5px;
}

.sh-specialplan-box1 {
    display: flex;
}
.sh-specialplan-box1 > div:last-child {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.sh-specialplan-box1 > div:last-child > p {
    flex: 1;
    border: 1px solid #231815;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sh-specialplan-img1 {
    max-width: 920px;
    margin-inline: auto;
}

.__title1 {
    background-color: #5a6048;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
}

.__border::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 1280px;
    border-top: 1px solid #333;
}

hr {
    border: none;
    border-bottom: 1px solid #5a6048;
    max-width: 1280px;
}

.MB80_60 {
    margin-bottom: 60px;
}
.MB60_40 {
    margin-bottom: 40px;
}

.__smp_prt {
    display: none;
}




@media screen and (min-width: 768px) {
    .sh-gradient-wrapper {
        padding-bottom: 40px;
    }

    .sh-specialplan-box1 {
        column-gap: 20px;
    }
    .sh-specialplan-box1 > div:first-child {
        max-width: 600px;
        width: 53.5714286%;
    }
    .sh-specialplan-box1 > div:last-child {
        flex: 1;
    }

    .sh-specialplan-box2 {
        display: flex;
        justify-content: space-between;
        column-gap: 3.57142857%;
    }
    .sh-specialplan-box2 > div {
        flex: 1;
    }

    .sh-specialplan-box3 {
        display: flex;
        justify-content: space-between;
        column-gap: 3.125%;
    }
    .sh-specialplan-box3 > div {
        flex: 1;
    }

    .sh-specialplan-button {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px 20px;
    }

    .sh-contents-comment {
    }

    .MB80_60 {
        margin-bottom: 80px;
    }
    .MB60_40 {
        margin-bottom: 60px;
    }
}



@media screen and (max-width: 767px) {
    .sh-specialplan-button > li:not(:last-child) {
        margin-bottom: 20px;
    }

    .sh-specialplan-box1 {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .sh-specialplan-box1 > div:last-child {
        flex: auto;
    }
    .sh-specialplan-box2 div:has( > img),
    .sh-specialplan-box3 div:has( > img) {
        width: 80%;
        margin-inline: auto;
    }
    .sh-specialplan-box2 > div:not(:last-child) ,
    .sh-specialplan-box3 > div:not(:last-child) {
        margin-bottom: 40px;
    }

    .smp_MT20 {
        margin-top: 20px;
    }
    .smp_W80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .TR.__smp-TL {
        text-align: left;
    }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
    .sh-specialplan-box1 > div:last-child {
        column-gap: 10px;
    }
    .sh-specialplan-box1 > div.font22 {
        font-size: 18px;
    }
    .sh-specialplan-box1 > div:last-child > p {
        padding-left: 3px;
        padding-right: 3px;
    }

    .js-scrollable img {
        width: 200%;
    }

    .__smp_prt {
        display: block;
    }
}


