@charset "UTF-8";

html { 
    scroll-behavior: smooth;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    max-width: 1140px;
}
.sh-contents.__wide {
    max-width: 1620px;
}
.sh-page-title {
    color: #333;
    padding-bottom: 25px;
    margin-bottom: 60px;
    border-bottom: 1px solid #999;
}

.sh-PR .__caption1 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.__caption1.__white {
    color: #fff;
}
.__caption1.__white.__shadow {
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}
.__caption1.__center {
    right: 50%;
    transform: translateX(50%);
}
.__caption1.__left {
    right: initial;
    left: 5px;
}

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

.font80 {
  font-size: 80px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  /*font-family: "minerva-modern", sans-serif, "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
.font140 {
  font-size: 140px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font50 {
    font-family: "minerva-modern", sans-serif, "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font60 {
    font-size: 60px;
}

.sh-contents-bg1 {
    padding-bottom: 60px;
    background:url(../senior/images/img_bg.jpg) top center no-repeat;
    background-size: cover;
}
.sh-contents-bg2 {
    background:url(../senior/images/img_bg_main.jpg) top center no-repeat;
    background-size: cover;
}
.sh-contents-bg3 {
    background-color: #dde7de;
    padding-top: 50px;
    padding-bottom: 20px;
}

.ZI2 {
    z-index: 2;
}
.sh-contents-bg4 {
    position: relative;
    z-index: 1;
    margin-top: -30px;
}




.__reverse {
    flex-direction: row-reverse;
}

.sh-family-img1 {
    max-width: 1600px;
    margin-inline: auto;
}
.sh-family-img2 {
    max-width: 2400px;
    margin-inline: auto;
}



.sh-bg1 {
    background-color: rgba(163, 135, 82, 0.3);
}
.sh-bg2 {
    background-color: #bed8e3;
}
.sh-bg3 {
    background-color: #57895c;
    color: #fff;
}
.sh-bg4 {
    background-color: #57895c;
    color: #fff;
}

.color1 {
    color: #57895C;
}


.__title1 {
    background-color: #57895c;
    padding: 10px;
    color: #fff;
}
.__title2 {
    line-height: 1.75;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
}

.sh-life-textbox1 {
    margin-top: 30px;
}
.sh-life-textbox2 {
    background-color: #57895c;
    color: #fff;
    padding: 20px 10px;
}

.tab-menu {
    max-width: 1058px;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
}
.tab-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 30.8128544%;
    max-width: 326px;
    box-sizing: border-box;
    font-family: "minerva-modern", sans-serif, "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.tab-menu > li:hover {
    opacity: 0.9;
}
.tab-menu > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    padding: 20px 5px;
    box-sizing: border-box;
}
.tab-menu > li.current a {
    color: #fff;
}

hr {
    padding-top: 9px;
    padding-bottom: 9px;
    border: none;
    border-bottom: 1px solid #231815;
}

.LS1 {
    letter-spacing: 0.8em;
}

.-MT20 {
    margin-top: -20px;
}

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

.__smp_prt {
    display: none;
}

.sh-family-section {
    margin-top: 60px;
}

.sh-family-box2 > p:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
    font-feature-settings: 'palt';
}
.sh-family-box2 > p:last-child {
    max-width: 420px;
    width: 80%;
    margin-inline: auto;
}

.sh-family-box3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.sh-family-box3 > div {
    width: 48%;
}

.sh-family-box4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-family-box4 > div:last-child {
    width: 80%;
    margin-inline: auto;
}
.sh-family-box5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.sh-family-box6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-family-box6 > div:last-child {
    width: 80%;
    margin-inline: auto;
}

.sh-family-box7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.sh-family-box7 > div {
    width: 48%;
}
.sh-family-box7 p.font16 span {
    display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
}


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

    .sh-contents-bg3 {
        padding-top: 80px;
    }
    .sh-contents-bg4 {
        margin-top: -20.625vw;
    }

    .caption-box {
        max-width: 530px;
    }


    .MB80_60 {
        margin-bottom: 80px;
    }
    .MB60_40 {
        margin-bottom: 60px;
    }
    .__pc-pr5 {
        padding-right: 5px;
    }

    .sh-family-section {
        margin-top: 100px;
    }

    .sh-family-box1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .sh-family-box1 > div:first-child {
        max-width: 630px;
        width: 56.25%;
    }
    .sh-family-box1 > div:last-child {
        max-width: 420px;
        width: 37.5%;
    }
    .sh-family-box2 > p:last-child {
        width: 100%;
        padding-bottom: 28px;
    }

    .sh-family-box3 {
        row-gap: 40px;
    }
    .sh-family-box3 > div {
        max-width: 350px;
        width: 31.25%;
    }

    .sh-family-box4 {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-family-box4.__reverse {
        flex-direction: row-reverse;
    }
    .sh-family-box4 > div:first-child {
        width: 65.625%;
    }
    .sh-family-box4 > div:last-child {
        width: 31.25%;
        margin-inline: 0;
    }
    .sh-family-box5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .sh-family-box6 {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-family-box6 > div:first-child {
        max-width: 740px;
        width: 66.0714286%;
    }
    .sh-family-box6 > div:last-child {
        max-width: 360px;
        width: 32.14286%;
        margin-inline: 0;
    }
    .sh-family-box7 {
        row-gap: 30px;
    }
    .sh-family-box7 > div {
        max-width: 350px;
        width: 31.25%;
    }
    .sh-family-box7 > div:nth-child(n+4) {
        max-width: 540px;
        width: 48.214286%;
    }
}

@media screen and (min-width: 1400px) {
    .sh-life-textbox1 {
        margin-top: -200px;
    }
}
@media screen and (min-width: 1600px) {
    .sh-contents-bg4 {
        margin-top: -330px;
    }
}



@media screen and (max-width: 767px) {

    .font35 {
        font-size: 24px;
    }
    .font80 {
      font-size: 33px;
    }
    .font140 {
      font-size: 40px;
    }
    .font60 {
        font-size: 33px;
    }



    .LS1 {
        letter-spacing: 0.3em;
    }

    .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) {
    .__smp_prt {
        display: block;
    }


    .tab-menu > li {
        width: 32%;
    }
    .tab-menu > li span {
        font-size: 12px;
    }
}



