@charset "UTF-8";
/*-----------------
style.css
- 館内紹介ページ用
------------------*/
/* kv
-----------------------------------------------------------------*/
.kv--lower {
  background: url("../images/kv.jpg") center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .kv--lower {
    background: url("../images/kv-sp.jpg") center center;
    background-size: cover;
  }
}

/* main
-----------------------------------------------------------------*/
main {
  margin: 90px 0 0;
}

@media screen and (max-width: 767px) {
  main {
    padding: 0 20px;
    line-height: 1.6;
    margin-top: 40px;
  }
}

.info, .info--rightImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 40px auto 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .info, .info--rightImg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.info__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .info__txt {
    position: relative;
    padding: 0;
    text-align: right;
  }
}

.info__btn {
  position: absolute;
  right: 820px;
  bottom: 20px;
  vertical-align: top;
  border-radius: 4px;
  border: 1px solid #9f071b;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .info__btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 10px 10px 0;
    border: none;
  }
}

.info__btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #9f071b;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.info__btn span {
  display: block;
  width: 334px;
  padding: 22px;
  font-family: 'Noto Serif Japanese Bold';
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-family: 'Noto Serif Japanese Bold';
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  letter-spacing: 1px;
  width: 196px;
  padding: 15px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .info__btn span {
    width: 210px;
    padding: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .info__btn span:before {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .info__btn span:after {
    right: 9px;
  }
}

.info__btn span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.info__btn span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .info__btn span {
    width: 120px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .info__btn span:before {
    right: 9px;
  }
}

@media screen and (max-width: 767px) {
  .info__btn span:after {
    right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .info dl, .info--rightImg dl {
    padding: 20px;
    text-align: left;
  }
}

.info dt, .info--rightImg dt {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .info dt, .info--rightImg dt {
    font-size: 20px;
  }
}

.info dt span, .info--rightImg dt span {
  display: block;
  margin-top: 10px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #c59600;
}

@media screen and (max-width: 767px) {
  .info dt span, .info--rightImg dt span {
    font-size: 13px;
  }
}

.info dd, .info--rightImg dd {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .info dd, .info--rightImg dd {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.6;
  }
}

/*空室検索 coming soon*/
.comingSoon .info__btn {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .comingSoon {
    position: absolute;
    right: 820px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .comingSoon {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}

.comingSoon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  content: 'Coming Soon!';
  font-family: 'Merriweather', serif;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .comingSoon:after {
    font-size: 13px;
  }
}

.comingSoon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

/*ホバー*/
/*
@include mq(pc) {
  .info__btn:hover:before {
    width: 0;
  }
  .info__btn:hover span {
    color: #9f071b;
  }
  .info__btn:hover span:before,
  .info__btn:hover span:after{
    background-color: #9f071b;
  }
  
  .linkArrow:hover span:after {
    width: 100%;
  }
}
*/
.info--rightImg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.info--rightImg .info__txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .info--rightImg .info__txt {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .info--rightImg dl {
    padding-bottom: 10px;
  }
}

/*sp 画像サイズ処理*/
.infoImg img {
  width: 800px;
}

@media screen and (max-width: 767px) {
  .infoImg img {
    width: 100%;
  }
}

/* 館内設備
-----------------------------------------------------------------*/
.facilities {
  margin: 140px 40px 0;
}

@media screen and (max-width: 767px) {
  .facilities {
    margin: 80px 0 0;
  }
}

.facilityDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .facilityDetail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}

.facilityDetail__card {
  width: calc(33.33% - 8px);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .facilityDetail__card {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.facilityDetail__txt {
  padding: 30px 20px 25px;
}

@media screen and (max-width: 767px) {
  .facilityDetail__txt {
    width: 50%;
    min-height: 220px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.facilityDetail dt {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .facilityDetail dt {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

.facilityDetail__en {
  display: block;
  margin-top: 12px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.36;
  color: #c59600;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .facilityDetail__en {
    font-size: 10px;
    margin-top: 5px;
  }
}

.facilityDetail dd {
  margin-top: 22px;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .facilityDetail dd {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 11px;
    text-align: left;
  }
}

/*画像*/
.facilityDetail__img--WiFi {
  height: 192px;
  background: url("../images/plan-WiFi.jpg") center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .facilityDetail__img--WiFi {
    width: 50%;
    height: auto;
    background: url("../images/plan-WiFi-sp.jpg") center center;
    background-size: cover;
  }
}

.facilityDetail__img--laundromat {
  height: 192px;
  background: url("../images/plan-laundromat.jpg") center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .facilityDetail__img--laundromat {
    width: 50%;
    height: auto;
    background: url("../images/plan-laundromat-sp.jpg") center center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .facilityDetail__img--laundromat {
    background-position: center top;
  }
}

.facilityDetail__img--drink {
  height: 192px;
  background: url("../images/plan-drink.jpg") center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .facilityDetail__img--drink {
    width: 50%;
    height: auto;
    background: url("../images/plan-drink-sp.jpg") center center;
    background-size: cover;
  }
}

/* 空室検索
-----------------------------------------------------------------*/
.searchBtnWrap {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  .searchBtnWrap {
    margin-top: 150px;
  }
}
