@charset "UTF-8";

html { 
    scroll-behavior: smooth;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    font-feature-settings: "palt";
    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;
    /*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;
}

.sh-contents-bg1 {
    background:url(../senior/images/img_bg_main.jpg) top center no-repeat;
    background-size: cover;
}
.sh-contents-bg2 {
    background:url(images/bg_01.jpg) top center no-repeat;
    background-size: 1600px;
    background-position: bottom right;
    padding-bottom: 260px;
}
.sh-contents-bg3 {
    background-color: #eeece7;
    padding-top: 80px;
    padding-bottom: 20px;
}

.sh-dinks-box1 > div {
}
.sh-dinks-box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.sh-dinks-box2 > div {
    width: 48%;
    max-width: 48%;
}
.sh-dinks-box3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.sh-dinks-box3 > div {
    width: 80%;
    max-width: 80%;
}

.sh-dinks-box9 {
    display: flex;
    align-items: center;
}
.sh-dinks-box9 > p:first-child {
    background-color: #A38752;
    border: 1px solid #fff;
    border-radius: 9999px;
    color: #fff;
    width: 45px;
    text-align: center;
}
.sh-dinks-box9 > p:last-child {
    padding-left: 10px;
}
.sh-dinks-box10 > div {
    width: 70%;
    max-width: 70%;
}


.line-box {
    position: relative;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
    border-right: 2px solid #c5b38d;
    border-bottom: 2px solid;
    border-image: linear-gradient(
        to right, 
        #c5b38d 0%,
        #c5b38d 70%,
        transparent 70%,
        transparent 85%,
        #c5b38d 85%,
        #c5b38d 100%
      ) 1; /* 1はborder-imageのスライス値（おまじない） */
    pointer-events: none; /* テキスト選択の邪魔をしないおまじない */
}
.line-box::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -5.5%;
  width: 20%;
  height: 2px;
  background-color: #c5b38d;
  transform-origin: 0% 0%;
  transform: rotate(130deg);
  z-index: 1;
}


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

.sh-dinks-img1 {
    max-width: 1600px;
    margin-inline: auto;
}
.sh-dinks-img2 {
    max-width: 2400px;
    margin-inline: auto;
}
.sh-dinks-img3 {
    width: 50%;
    max-width: 520px;
}
.sh-dinks-img4 {
    width: 33%;
    max-width: 360px;
}
.sh-dinks-img5 {
    width: 61%;
    max-width: 680px;
    margin-inline: auto;
}
.sh-dinks-img6 {
    width: 72.7272727%;
    max-width: 480px;
    margin-inline: auto;
}
.sh-dinks-img7 {
    width: 50%;
    max-width: 340px;
    margin-left: auto;
}
.sh-dinks-img8 {
    width: 80%;
    max-width: 600px;
    margin-inline: auto;
}


.sh-bg1 {
    background-color: #a38752;
    color: #fff;
}
.sh-bg2 {
    background-color: #bed8e3;
}
.sh-bg3 {
    background-color: #cddbce;
}
.sh-bg4 {
    background-color: #76191e;
    color: #fff;
}

.color1 {
    color: #76191E;
}


.__title1 {
    background-color: #a38752;
    padding: 5px 10px;
    color: #fff;
}
.__title2 {
    background-color: #76191e;
    padding: 5px 10px;
    color: #fff;
    max-width: 300px;
}

.sh-life-textbox1 {
    margin-top: 30px;
}
.sh-life-textbox2 {
    background-color: #a38752;
    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 {
    margin-top: 60px;
    margin-bottom: 60px;
    border: none;
    border-bottom: 1px solid #3e3a39;
}

.LS1 {
    letter-spacing: 0.8em;
}

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

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

.__smp_prt {
    display: none;
}

.img-hover a:hover{
    opacity: 0.9;
}


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


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

    .sh-dinks-box1 {
        max-width: 1360px;
        display: flex;
        margin-left: auto;
    }
    .sh-dinks-box1.__reverse {
        margin-left: initial;
        margin-right: auto;
    }
    .sh-dinks-box1 > div:first-child {
        box-sizing: border-box;
        width: 36.7647059%;
        max-width: 740px;
        padding-right: clamp(30px, calc(30px + 50 * (100vw - 1100px) / 260), 80px);
    }
    .sh-dinks-box1.__reverse > div:first-child {
        padding-left: clamp(30px, calc(30px + 50 * (100vw - 1100px) / 260), 80px);
    }
    .sh-dinks-box1 > div:last-child {
        box-sizing: border-box;
        width: 63.2352941%;
        max-width: 860px;
    }

    .sh-dinks-box2 > div {
        width: 23.6607143%;
        max-width: 265px;
    }
    .sh-dinks-box3 > div {
        width: 31.25%;
        max-width: 350px;
    }

    .sh-dinks-box4 {
        display: flex;
        justify-content: space-between;
    }
    .sh-dinks-box4 > div:first-child {
        width: 38.3928571%;
        max-width: 430px;
    }
    .sh-dinks-box4 > div:last-child {
        width: 55.3571429%;
        max-width: 620px;
    }
    .sh-dinks-box5 {
        display: flex;
        justify-content: space-between;
    }
    .sh-dinks-box5 > div:first-child {
        width: 35.7142857%;
        max-width: 400px;
    }
    .sh-dinks-box5 > div:last-child {
        width: 58.9285714%;
        max-width: 660px;
    }
    .sh-dinks-box6 {
        display: flex;
        justify-content: space-between;
    }
    .sh-dinks-box6 > div:first-child {
        width: 41.0714286%;
        max-width: 460px;
    }
    .sh-dinks-box6 > div:last-child {
        width: 53.5714286%;
        max-width: 600px;
    }
    .sh-dinks-box7 {
        display: flex;
        justify-content: space-between;
    }
    .sh-dinks-box7 > div:first-child {
        width: 38.3928571%;
        max-width: 430px;
    }
    .sh-dinks-box7 > div:last-child {
        width: 56.25%;
        max-width: 630px;
    }
    .sh-dinks-box8 {
        display: flex;
        justify-content: space-between;
    }
    .sh-dinks-box8 > div:first-child {
        width: 58.9285714%;
        max-width: 660px;
    }
    .sh-dinks-box8 > div:last-child {
        width: 33.9285714%;
        max-width: 380px;
    }
    .sh-dinks-box10 {
        display: flex;
        justify-content: space-between;
        max-width: 580px;
        margin-inline: auto;
    }
    .sh-dinks-box10 > div {
        width: 44.8275862%;
        max-width: 260px;
    }

    .sh-dinks-img4 {
        margin-left: auto;
    }



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


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

}

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



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

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

    .sh-contents-bg2 {
        background-size: 100%;
        padding-bottom: 130px;
    }

    .sh-dinks-box8 > div:first-child ,
    .sh-dinks-box7 > div:first-child ,
    .sh-dinks-box6 > div:first-child ,
    .sh-dinks-box5 > div:first-child ,
    .sh-dinks-box4 > div:first-child ,
    .sh-dinks-box1 > div:first-child {
        margin-bottom: 30px;
    }
    .sh-dinks-box10 > div ,
    .sh-dinks-box3 > div {
        margin-inline: auto;
    }
    .sh-dinks-box9 > p:first-child {
        width: 36px;
    }
    .sh-dinks-box10 > div:first-child {
        margin-bottom: 50px;
    }

    .line-box {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .sh-dinks-img7 {
        width: 70%;
        max-width: 70%;
    }
    .sh-dinks-img8 {
        width: 100%;
        max-width: 100%;
    }

    .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;
    }
    .MB30.__smp {
        margin-bottom: 15px;
    }
    .TR.__smp {
        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;
    }
}



