<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  roomplan.css
// style info :  スタイル指定
=================================================================== */
/* -----------------------------------------------------
planDetailWrap
----------------------------------------------------- */
.planDetail {
  padding: 40px 30px;
  background: #ffffff;
  box-shadow:0px 0px 5px 0px #c9c9c9;
}
.planDetail .type,
.planDetail .ldk {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Bellefair', serif !important;
  font-weight: 400;
}
.planDetail .type {
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}
.planDetail .type span {
  font-size: 45px;
}
.planDetail .ldk span {
  font-size: 36px;
}
.planDetail .area {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Bellefair', serif !important;
  font-weight: 300;
}
.planDetail .area span {
  font-size: 24px
}
.planDetail .area span.big {
  font-size: 36px;
}
.routeWrap {
  background: #ebe8e5;
  padding: 90px 0;
}

.routeWrap h3 {
    font-size: 30px;
    color: #006655;
    font-weight: normal;

}
/* -----------------------------------------------------
equipmentlWrap
----------------------------------------------------- */
.equipmentWrap .ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 36px;
  font-family: 'Bellefair', serif !important;
  font-weight: 400;
}
.equipmentWrap .icnWrap {
  margin-bottom: 5px;
  padding: 15px;
  background: #eeefef;
  text-align: center;
}
.equipmentWrap .icnWrap + p {
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .equipmentWrap .ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}</pre></body></html>