@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: #f5f7fa;
  padding: 90px 0;
}

.routeWrap h2 {
  font-family: 'Bellefair', serif !important;
  font-weight: normal;
  font-size: 36px;
}

.routeWrap h3 {
  font-size: 30px;
  color: #4471ae;
  font-weight: normal;
}

.modaal-wrapper img {
  width: 100%;
  max-width: 700px;
}

/* -----------------------------------------------------
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) {}