@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:#231815;
}

/* .bg-entrance {
  background: url(../images/design/bg_entrance.jpg);
  background-size: cover;
}



.bg-access2 {
  background: url(../images/access/bg_access2.jpg);
  background-size: cover;
}

.bg-location {
  background: url(../images/location/bg_location.webp);
} */

.bg-access,.bg-location {
  background-color:#F5F4F4;
}

.bg_redev{
  background-color:#BFC0C0;
}
.-mt-5{
  margin-top:-2rem;
}

.title-color{
  color:#B5A102;
  letter-spacing:0.4rem;
}

.title-bg-color{
  background-color:#F5F4F4;
}

/* .bg_border{
  background: linear-gradient(to top, transparent 24px, #333 24px, transparent 25px);
} */

.bg_border{
  background: linear-gradient(to top, transparent 16px,#B5A102 17px, #B5A102 25px,#B5A102 34px, transparent 35px)
}

.room-table {
  min-width: 600px;;
}

.room-table td.room-number {
  color: #fff;
  background-color:#555;
  height:70px;
  width:40px;
  min-width:40px;
  border:2px solid #fff;
  margin-right:1em;
}

.room-table td {
  padding: 1px;
  background-color:#F5F4F4;
  border:2px solid #333;
  min-width:60px;
}

.room-table td.bg-fa {
  background-color:#eee;
}

.room-table td.bg-none {
  background-color:#fff;
  border:none;
}

.room-table a{
  text-decoration:none;
  display: block;
  height:72px;
  padding-top:1em;
}

.room-table a:link{
  text-decoration:none;
}

.room-table td a:hover,
.room-table td a.selected{
  background-color:#999;
  color: #fff;
}

.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:.5;
  letter-spacing: .15em;
}


.letter-space{
  line-height: 1;
  letter-spacing: .15em;
}

.letter-space-big{
  line-height: 1.8;
  letter-spacing: .3em;
}


.writing-v,.writing-vw {writing-mode: vertical-rl;letter-spacing: .3rem;}


.ls-short{
  letter-spacing: .0em;
  margin-top:.4em;
}

.lh-16{
  line-height:1.6;
}

.max-w-xl{
  max-width:768px;
}

.max-w-lg{
  max-width:600px;
}

.mw-300px{
  max-width:300px;
}

.h-145px{
  height:145px;
}

.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-33{
  width:33.3333333333333%;
}

.w-harf{
  width:50%;
}

.w-130{
  width: 130px;
  max-width: 130px;
}

.w-150{
  width: 150px;
  max-width: 150px;
}


.mw-200px{
  max-width:200px;
}

.w-187px{
  width:187px;
}

.w-270px{
  width:270px;
}

.mw-400px{
  max-width:400px;
}

.font-xl {
  font-size: 3rem;
}

.lh-3{
  line-height:1.3;
}

.lh-0{
  line-height:0.5;
}

.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%;
}

.location-title{
  border-left:5px solid #fff;
  border-bottom:1px solid #fff;
  text-align:center;
  line-height:1.5;
}

.lo-col-title{
  border-left:5px solid #000;
  border-bottom:1px solid #000;
  text-align:center;
  line-height:1.5;
}

.title-border{
  border-left:5px solid #000;
  border-bottom:1px dotted #000;
  text-align:center;
}


.location-h3{
  font-size:1.6rem;
}

/* ========== Decorated Title ========== */
.decorated-title-wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}

.decorated-title-top-bar {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding-top: 1.0rem;
}

.decorated-title-text {
  line-height: 0.3;
}

.decorated-title-bottom-bar {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 2px solid #00A0D4;
  padding-top: 0.7rem;
}

.decorated-title-deco-right-top,
.decorated-title-deco-right-bottom,
.decorated-title-deco-left-top,
.decorated-title-deco-left-bottom {
  position: absolute;
  font-size: 0.875em; /* .small */
  font-family: sans-serif;
}

.decorated-title-deco-right-top { top: 0.4rem; right: -0.5em; }
.decorated-title-deco-right-bottom { bottom: 0.1rem; right: -0.5em; }
.decorated-title-deco-left-top { top: 0.4rem; left: -0.5em; }
.decorated-title-deco-left-bottom { bottom: 0.1rem; left: -0.5em; }


/* ========== Section Title ========== */
.section-title-wrap {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.section-title-text {
  border-right: 2px solid #B5A102;
  line-height: 1;
}

.section-title-line {
  border-bottom: 2px solid #B5A102;
  margin-bottom: 0px;
}

/* ========== Equipment Card Component ========== */
.equipment-card {
  display: flex;
  flex-direction: column;
  height: 100%; /* .h-100 */
  padding: 0.5rem;
}


.roomFacilities .equipment-card,
.security .equipment-card,
.structure .equipment-card{
  border:1px solid #333;
  background-color:white;
}

.equipment-card__title {
  margin: 0 0 0.5rem;
  padding-top: 0.5rem;    /* .py-2 */
  padding-bottom: 0.5rem; /* .py-2 */
  text-align: center;     /* .text-center */
  border-bottom: 1px solid #000; /* .border-bottom .border-black */
  line-height: 1.2;
}

.equipment-card__image {
  text-align: center;
  margin-bottom: 0.5rem; /* .mb-2 */
}

.equipment-card__image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.equipment-card__body {
  flex-grow: 1; /* カードの高さを揃えた時に説明文が伸びるように */
}

.equipment-card__text {
  margin: 0; /* pタグのデフォルトmarginをリセット */
  padding: 0 0.5rem 0.5rem;
}

.ex-small{
  font-size:0.5rem;
}

.h-153px{
  height:153px;
}


/*------------------------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;
  }

  .bg-lg-none{
    background-image:none;
  }
}

/*------------------------max-width:991px------------------------------------*/
@media screen and (max-width:992px) {
  .room-colors{
    position: relative;
  }
  .position-lg-absolute{
    position: relative;
  }

  .bg-lg-color{
    background-color:#231815;
  }
}


/*------------------------min-width: 768px------------------------------------*/

@media screen and (min-width: 768px) {
  .w-md-20{
    width:20%;
  }
  .position-md-absolute{
    position:absolute;
  }

  .text-md-white{
    color:white;
  }

  .lc_top_color{
    background-color:rgba(0,0,0,0.5)
  }
}

/*------------------------max-width: 768px------------------------------------*/
@media screen and (max-width: 768px) {
  .font-as{
    font-size: 1rem;
    line-height:1.3;
  }


  .lc_top_color{
    background-color:rgba(0,0,0,0.8)
  }

  .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-xl {
    font-size: 2.5rem;
  }

  .h1.lh-harf{
    font-size: 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;
  }

  .location-h3{
    font-size:1.3rem;
  }


  /* .writing-v,.writing-vw {writing-mode: horizontal-tb;letter-spacing: .3rem;} */

}