@charset "UTF-8";

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

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

.sh-smp-roomplan-plans h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  margin-top: 15px;
  background: #6b6b6b;
  border: 1px solid #515151;
  padding: 5px 5px;
  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(/ts-nishijin/shared/images/ico_external_black.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 4px center;
}
.sh-smp-roomplan-plans ul li a:not([href]) {
  background-image: none;
}

.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;
}

.__LH2 {
    line-height: 2;
}
.__line1 {
    border-bottom: 2px solid #3a5460;
    display: inline;
}

.sh-roomplan-menubox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sh-roomplan-menubox > div {
    width: 48%;
    max-width: 390px;
}

.kanbai {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.kanbai_B {
    position:absolute;
    width: 6%;
    left: 49.3%;
    top: 11.1%;
}

h4.sh-title1 {
    color: #fff;
    background-color: #92722a;
    border: none;
    letter-spacing: 0.1em;
}



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

    .sh-roomplan-elevation {
      margin-bottom: 60px;
    }
    .sh-roomplan-elevation-list {
      float: left;
      width: 37.962963%;
      max-width: 410px;
      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: 62.037037%;
        max-width: 670px;
        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: 790px;
        margin-left: auto;
        margin-right: auto;
    }
    .sh-roomplan-plan-box {
        width: 48.1012658%;
        max-width: 378px;
        border: 1px solid #ccc;
    }
    .sh-roomplan-plan-box.__wide {
        width: 100%;
        max-width: 762px;
        margin-inline: auto;
    }
    .sh-roomplan-plan-box img {
        image-rendering: -webkit-optimize-contrast;
    }
    .sh-roomplan-plans a:hover img {
        opacity:0.9;
        filter: brightness(1.03);
    }

    .sh-title1 {
        width: 100%;
        padding: 10px 5px;
    }

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

    .sh-roomplan-menubox > div {
        width: 30.46875%;
    }
}


@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;
    }
}


@media screen and (max-width: 767px) {
    .sh-roomplan-font24 {
        font-size: 20px;
    }
    .sh-roomplan-font22 {
        font-size: 20px;
    }
    .sh-roomplan-font18 {
        font-size: 16px;
    }

    .sh-roomplan-menubox > div:nth-child(3) {
        margin-top: 30px;
    }

    .kanbai {
        height: 100%;
    }
}

@media screen and (max-width: 450px) and (orientation:portrait) {
    .sh-roomplan-menubox .sh-roomplan-font18 {
        font-size: 15px;
    }
    .sh-roomplan-menubox > div:nth-child(2) > p:first-child {
        padding-bottom: 1.5em;
    }
}

.sh-roomplan-banner-box > div {
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.sh-roomplan-banner-box a:hover img  {
    opacity:0.9;
}