@charset "UTF-8";

html { 
    scroll-behavior: smooth;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    max-width: 1300px;
}

.sh-PR .__caption1 {
    position: absolute;
    right: 5%;
    bottom: 20%;
}
.__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;
}

.color1 {
    color: #A58C5A;
}
.color2 {
    color: #fff;
}

.sh-plan-bg1 {
    background-color: #505050;
}

.sh-roomplan-list a:hover {
    opacity: 0.9;
}

.sh-plan-box1 > a {
    display: block;
    background-color: #fff;
}
.sh-plan-box1 > a > div {
    padding: 20px;
}

.link-zoom {
  border-top: 2px solid #f2f2f2;
  text-align: right;
  display: block;
  color: #fff;
  position: relative;
  background-color: #A58C5A;
}
.link-zoom::after {
  content: "";
  position: absolute;
  top: 50%;             /* 位置微調整 */
  right: 7em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


.sh-page-title {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
.member-box1 {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}
.member-box1.__top2 {
  top: 17%;
  transform: translate(-50%, 0%);
}

.__black {
    display: block;
    position: relative;
    overflow: hidden;
}
.__black img {
    width: 100%;
    height: auto;
    min-height: 790px;
    object-fit: cover;
}
.__black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.8);  /* 指定されたrgba色を塗る */
  pointer-events: none; /* 下にある画像へのクリックなどを邪魔しない */
}

.__no-link {
    opacity: 0.3;
}


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

.PB140 {
    padding-bottom: 140px;
}

.__smp_prt {
    display: none;
}

p.sh-error-message {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #eea7a7;
}

form.member-login {
    max-width: 90%;
    margin-inline: auto;
}
form.member-login input {
  padding: 15px 30px;
  box-sizing: border-box;
  color: #333;
  border-radius: 0;
  border: none;
}
form.member-login input::placeholder {
  color: #ccc;       /* ★ここでお好みの薄い色を指定 */
  opacity: 1;           /* Firefoxで薄くなりすぎるのを防ぐお守り */
}
form.member-login button {
  padding: 15px 5px;
  box-sizing: border-box;
  background-color: #A58C5A;
  color: #fff;
  border: none;
  position: relative;
}

.tel-box {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.tel-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 24px;
    background-image: url(../shared/images/icon-tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    aspect-ratio: 24 / 25;
    filter: invert(100%) brightness(200%);
}
.tel-box a:hover,
.tel-box a:visited,
.tel-box a {
    color: #fff;
}
.tel-box a:hover {
    opacity: 0.9;
}


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

    .sh-plan-box1 {
        max-width: 1000px;
        margin-inline: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sh-plan-box1 > a {
        width: 48%;
        max-width: 480px;
    }

    form.member-login {
        display: flex;
        justify-content: center;
        max-width: 640px;
        margin-inline: auto;
    }
    form.member-login input {
      width: 74%;
    }
    form.member-login button {
      width: 26%;
    }

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



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

    .sh-plan-box1 > a {
        max-width: 90%;
        margin-inline: auto;
    }
    .sh-plan-box1 > a:not(:last-child) {
        margin-bottom: 30px;
    }


    form.member-login input {
        width: 100%;
        margin-inline: auto;
        margin-bottom: 20px;
    }
    form.member-login button {
        width: 100%;
        margin-inline: auto;
    }


    .sh-PR .__caption1 {
        bottom: 22%;
    }

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

    .tel-box::after {
        width: 20px;
        left: -10px;
    }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
    .js-scrollable img {
        width: 150%;
    }

    .__smp_prt {
        display: block;
    }
}


