@charset "UTF-8";
.pagelinkimg li.pagelink-front .txt .en{
  letter-spacing: 0;
}
.pagelinkimg li:not(:nth-child(1)) .txt{
  padding: 21.5px 0;
}
.room{
  padding: 50px 0;
  align-items:  center;
}
.room .text{
  width: 50%;
}
.room .text .text_inner{
  max-width: 525px;
}
.reverse .text{
  order: 2;
}
.reverse .text .text_inner{
  padding-left: 7%;
  padding-right: 5px;
}
.normal .text .text_inner{
  padding-right: 7%;
  padding-left: 5px;
  margin-left: auto;
}
.room .floor,
.sec_tate .floor{
  letter-spacing: 3px;
  width: 84px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  color: #fff;
  background: #004b4a;
  text-align: center;
  margin-bottom: 35px;
}
.room .text .ttl_en{
  color: #669392;
}
.room .text .border{
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #7fa5a4;
  position: relative;
  margin: 5px 0 25px;
  padding-bottom: 15px;
}
.room .text .border:after{
  content: "";
  width: 100%;
  height: 1.5px;
  background: #7fa5a4;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .7;
}
.room .text .subttl{
  margin: 33px 0 15px;
}
.room .text .sec_txt{
  line-height: 1.8;
}
.room .btn{
  max-width: 225px;
  margin: 30px auto 0 0;
}
.room .btn.sp{
  display: none;
}


.room .image{
  width: 50%;
}
.room .image img{
  height: 492px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.sec_tate{
  width: 49%;
  max-width: 500px;
}
.sec_tate .img{
  position: relative;
}
.sec_tate .img .floor{
  position: absolute;
  left: 0;
  top: 0;
}
.sec_tate .sec_ttl {
  margin: 12px 0 13px;
}
.sec_tate .sec_txt {
  line-height: 1.8;
}


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


  .room {
    padding: 25px 0;
  }
  .room .text{
    width: 94%;
    margin: 0 auto;
  }
  .room .text .subttl {
    margin: 20px 0 15px;
  }
  .reverse .text .text_inner,
  .normal .text .text_inner{
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .room .floor, .sec_tate .floor{
    margin-bottom: 10px;
  }
  .room .image {
    width: 100%;
    margin: 0 auto 0px;
  }
  .room .image img {
    height: auto;
  }
  .room .btn.sp{
    display: block;
    width: 94%;
    max-width: none;
    margin: 15px auto 0;
  }

  .sec_tate{
    width: 94%;
    margin: 0 auto;
  }

  .room .floor, .sec_tate .floor {
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px){
  .pagelinkimg li .txt .en{
    letter-spacing: 0;
    padding-right: 10px;
  }
