@charset "UTF-8";

.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 40px;
}
.sh-contents {
    max-width: 850px;
}
.sh-roomplan-contents-box {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.sh-smp-roomplan-plans {
  margin: 10px 0;
}

.sh-smp-roomplan-plans h4 {
  font-size: 14px;
  margin: 15px 0 0;
  background: #6b6b6b;
  border: 1px solid #515151;
  padding: .9em .7em;
  border-radius: 4px;
  color: #fff;
}

.sh-smp-roomplan-plans ul li {
  margin: 5px 0 8px;
  border-radius: .4em;
  border: 1px solid #bbb;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(51%, #f4f4f4), to(#e7e7e7));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f4f4f4 51%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sh-smp-roomplan-plans ul li a {
  display: block;
  padding: .4em 20px .4em 10px;
  background-image: url(/s-meinohama/shared/images/ico_external_black.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 4px center;
}

.sh-roomplan-caption1 {
    font-size: 13px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}


.sh-roomplan-link {
    position: absolute;
    content: '';
    display: block;
    width: 18.222222%;
    height: 47.924528%;
    left: 75%;
    top: 21.698113%;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    background-position: left top;
    background-repeat: repeat;
}
.sh-roomplan-link:hover {
    background-color: rgba(255, 255, 255, .1);
}
.sh-roomplan-link.__btype {
    width: 16%;
    left: 58.333333%;
}

.sh-roomplan-elevation-smp {
    margin:0 auto 20px;
    width: 100%;
    position: relative;
}

.sh-contents-comment {
    text-align: left;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

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

    .sh-roomplan-elevation {
      margin-bottom: 60px;
    }
    .sh-roomplan-elevation-list {
      float: left;
      width: 52%;
      max-width: 425px;
      padding-top: 30px;
    }
    .sh-roomplan-elevation-list > li {
      margin-bottom: 3px;
    }
    .sh-roomplan-elevation-list > li > div {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 25%;
      max-width: 95px;
      padding-right: 5px;
    }
    .sh-roomplan-elevation-list > li > ul {
      float: left;
      width: 70%;
    }
    .sh-roomplan-elevation-list > li > ul > li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 32%;
      max-width: 90px;
      padding-right: 5px;
      padding-bottom: 4px;
    }

    .sh-roomplan-elevation-image {
        float: right;
        width: 45%;
        max-width: 370px;
        position: relative;
    }
    .sh-roomplan-elevation-image img {
      display: none;
    }
    .sh-roomplan-elevation-image img.base {
      display: inline-block;
    }
    .sh-roomplan-elevation-image p img {
        display: inline-block;
    }

    .sh-roomplan-plans {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: space-between;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .sh-roomplan-plan-box {
        width: 48.5%;
        max-width: 368px;
        border: 1px solid #ccc;
    }
    .sh-roomplan-plan-box.__wide {
        width: 100%;
        max-width: 762px;
    }
    .sh-roomplan-plan-box img {
        image-rendering: -webkit-optimize-contrast;
    }
    .sh-roomplan-plans a:hover img {
        opacity:0.9;
        filter: brightness(1.03);
    }

    .sh-contents-comment {
        max-width: 850px;
    }
}


@media screen and (min-width: 1100px) {
    .sh-roomplan-plans {
        max-width: 100%;
    }
    .sh-roomplan-plan-box {
        width: 31.9%;
    }
    .sh-roomplan-plan-box.__wide {
        width: 66%;
    }
    .sh-contents-comment {
        max-width: 1160px;
    }
}


