@charset "UTF-8";

[data-aos=fade-up] {
  transform: translate3d(0, 10px, 0);
}


.sh-gradient-wrapper {
    padding-bottom: 100px;
  background-color: #eee;
}

.sh-contents {
}

.sh-page-title {
}
.sh-page-title-image {
  position: relative;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}

.sh-roomplan-text1 {
  font-size: 28px;
  line-height: 2.5;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
}
.sh-roomplan-caption1 {
  position: absolute;
  font-size: 12px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  right: 10px;
  bottom: 10px;
}

.sh-roomplan-contents-box {
    max-width: 1000px;
    margin: 0 auto;
}

.sh-roomplan-elevation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 80px;
}

.sh-roomplan-elevation-text {
  box-sizing: border-box;
  width: 74%;
  max-width: 740px;
  padding-right: 2%;
}
.sh-roomplan-elevation-image {
  width: 26%;
}

.sh-roomplan-elevation-image .hide-smp img {
  display: none;
}

.sh-roomplan-elevation-image .hide-smp img.base {
  display: inline-block;
}



.sh-roomplan-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
  row-gap: 40px;
}

.sh-roomplan-plan-box {
  border: 1px solid #231815;
}

.sh-roomplan-plans a:hover img ,
.sh-roomplan-plans .sh-roomplan-plan-box a:hover img {
	opacity:0.9;
}


.sh-roomplan-contents-box .sh-contents-comment {
  text-align: left;
}

.sh-PR {
    position: relative;
}

.sh-contents-comment {
    text-align: left;
}
.sh-contents-comment-text {
    color: #333;
}



.sh-contents-comment {
  text-align: left;
}

.MT40_0 {
  margin-top: 40px;
}
.MB100_50 {
  margin-bottom: 100px;
}
.sh-hover-img a:hover img {
  opacity:0.9;
}

@media screen and (max-width: 767px) {
  .sh-gradient-wrapper {
      padding-bottom: 60px;
  }

  .sh-roomplan-text1 {
    font-size: 23px;
    line-height: 2;
    text-align: center;
  }

  .sh-roomplan-elevation {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .sh-roomplan-elevation-text {
    width: 100%;
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sh-roomplan-elevation-image {
    width: 75%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .sh-roomplan-plans {
    column-gap: 20px;
    row-gap: 20px;
  }

  .MT40_0 {
    margin-top: 0;
  }
  .MB100_50 {
    margin-bottom: 50px;
  }
}
