@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  roomplan.css
// style info :  スタイル指定
=================================================================== */
.pageTtl {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* -----------------------------------------------------
planDetailWrap
----------------------------------------------------- */
.planDetailWrap {padding: 100px 0; background: #baada3;}
.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;
}
.planDetail p{color: #7d5945;}
.routeWrap {
  background: #ebe8e5;
  padding: 90px 0;
}

.routeWrap h3 {
    font-size: 30px;
    color: #333;
    font-weight: normal;

}

a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #774513;
  border: 1px solid #774513;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
	margin-top: 15px;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #774513;
}
a.btn_03:hover:before {
  border-top: 2px solid #774513;
  border-right: 2px solid #774513;
}

.box_blank{display: block; height: 65px;}

/* -----------------------------------------------------
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) {
}