@charset"utf-8";

.room-colors{
  position: absolute;
}

body {
}

body::before {
  /* background: url(../images/common/background.jpg); */
  background-color:#efefef;
  background-size: cover;/* cover指定 */
  content: "";/* 画像を表示させる為に必要*/
  display: block;/*ブロックボックスで表示*/
  position: fixed;/* 擬似要素全体を固定 */
  width: 100%;/* 横幅を画面全体 */
  height: 100vh;/* 縦幅を画面全体 */
  top: 0;/* 上からの配置を0 */
  left: 0;/* 左からの配置を0 */
  z-index: -1;/*背景画像になるように重ね順を-1*/
}

.bg-color {
  background-color:#584039;
}

.title-color{
  color:#055A8E;
  letter-spacing:0.4rem;
}

/* .bg_border{
  background: linear-gradient(to top, transparent 24px, #333 24px, transparent 25px);
} */

.bg_border{
  background: linear-gradient(to top, transparent 10px,#bbb 11px, #bbb 20px,#bbb 29px, transparent 30px)
}

.room-table {
}

.room-table td.room-number {
  color: #fff;
  background-color:#777;
  height:70px;
  width:40px;
  min-width:40px;
}

.room-table td {
  padding: 1px;
  background-color:#ddd;
  border:2px solid #fff;
  min-width:60px;
}

.room-table td.bg-fa {
  background-color:#eee;
}

.room-table a{
  text-decoration:none;
  display: block;
  height:70px;
  padding-top:12px;
}

.room-table a:link{
  text-decoration:none;
}

.room-table td a:hover,
.room-table td a.selected{
  background-color: #999;
  color: #000;
}

.btn01{
  max-width: 600px;
  font-size: 1.5em;
}

.h-260{
  height:260px;
}

.h-280{
  height:280px;
}


.h-300{
  height:300px;
}

.h-340{
  height:340px;
}

.title-col{
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
  height: 55px;
  line-height: 1;
}

.title-col2{
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
  height: 40px;
  line-height: 1;
}

.bdr-2{
  border-right: 1px solid #000;
}
.title-lh{
  line-height: 1.5;
  letter-spacing: .15em;
}

.letter-space{
  line-height: 1;
  letter-spacing: .15em;
}

.letter-space-big{
  line-height: 1.5;
  letter-spacing: .3em;
  transform: scale(1.13, 1);
  transform-origin: top left;
}


.ls-short{
  letter-spacing: .0em;
  margin-top:.4em;
}


.max-w-xl{
  max-width:768px;
}

.max-w-lg{
  max-width:600px;
}

.mw-300px{
  max-width:300px;
}

.bg-plan{
  width: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cover{
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-title{
  background-position: top left;
  background-repeat: no-repeat;
}

.bg-box{
  position: absolute;
  padding: 1em;
  top: 2em;
  left: 2em;
  color: #fff;
  max-width: 500px;
  width: 75%;
  background-color: rgb(0,0,0,0.4);
}

.triangle {
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.overflow-break{
  min-width: 0;
  overflow-wrap: break-word;
}

.location-name{
  float: none;
}

/* .outline th{
  vertical-align: middle;
  background: #f4f4f4;
}

.outline td{
  vertical-align: middle;
  background: #fff;
} */

.bg-interior{
  background-color: rgba(0,16,60,0.4);
}


.h-180{
  max-height: 180px;
}

.w-80px{
  width: 80px;
  max-width: 80px;
}

.w-130{
  width: 130px;
  max-width: 130px;
}

.w-150{
  width: 150px;
  max-width: 150px;
}

.mw-400px{
  max-width:400px;
}

.lh-3{
  line-height:1.3;
}

.bg-black{
  background-color: #000;
}

.bg-space{
  background-color: #221815;
}

.position-lg-absolute{
  position: absolute;
}

.font-as{
  font-size: .6rem;
  list-height:1.8;
}

.col-5-grid{
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.triangle1{
  /*1色パターン：border-topだけに色指定*/
  border-bottom: 20px solid #000;
  border-right: 20px solid transparent;
  display:inline-block;
}

.triangle2{
  /*1色パターン：border-bottomだけに色指定*/
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
  display:inline-block;
}

.mw-roomdetail{
  max-width:100%;
}


.w-sm-50{
  width:50%;
}

/*------------------------max-width:1080px------------------------------------*/
@media screen and (max-width:1080px) {

  .col-5-grid{
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}


/*------------------------min-width:975px------------------------------------*/
@media screen and (min-width:975px) {

  .col-5-1{
    flex: 0 0 20%;
  }

  .kitchen-panel{
    margin-top:-28px;
  }

}

/*------------------------max-width:991px------------------------------------*/
@media screen and (max-width:992px) {
  .room-colors{
    position: relative;
  }
  .position-lg-absolute{
    position: relative;
  }
}

/*------------------------max-width: 768px------------------------------------*/
@media screen and (max-width: 768px) {
  .font-as{
    font-size: 1rem;
    line-height:1.3;
  }


  .col-5-grid{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .btn01{
    font-size: 1.2em;
  }

  .title-lh{
    line-height: 1.4;
  }

  .bg-box{
    position: relative;
    color: #fff;
    max-width: 500px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0,1);
  }

  .location-name{
    float: left;
  }

  .bg_border {
      /*background: none;*/
      letter-spacing: .2rem;
  }

  .font-sp{
    font-size: 0.8em;
  }

  .h-260,.h-280,.h-300,.h-340{
    height:auto;
  }

  .mw-roomdetail{
    max-width:75%;
  }
}

/*------------------------max-width: 540px------------------------------------*/
@media screen and (max-width: 540px) {
  .mw-roomdetail{
    max-width:50%;
  }

  .w-sm-50{
    width:100%;
  }

  .w-sm-240px {
    width:240px;
  }

  .w-sm-160px {
    width:160px;
  }

}