@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 plan
==================================================================================*/
#plan .main-content .bg-icon {
  position: absolute;
  z-index: 0;
}
#plan .main-content .bg-icon01 {
  width: 34%;
  right: 0;
  top: 0;
}
#plan .main-content .bg-icon02 {
  width: 23%;
  left: 0;
  bottom: 0;
}
#plan .main-content .cinzel {
  font-family: "Cinzel", serif;
}
#plan .intro {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #e8e4db;
}
#plan .intro .tit-mark {
  width: 33px;
  margin: 0 auto;
}
#plan .intro .tit {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 100px;
}
#plan .plan-btns {
  text-align: center;
  padding-bottom: 120px;
}
#plan .plan-btns.wrap {
  max-width: 1000px;
}
#plan .plan-btns .btn-list {
  display: flex;
  justify-content: space-between;
}
#plan .plan-btns .btn-list li {
  width: 31%;
  background: url(../imgs/btn-bg01.jpg) top right;
  background-size: cover;
}
#plan .plan-btns .btn-list li a {
  color: #e8e4db;
  padding: 30px 0 50px;
  display: block;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
#plan .plan-btns .btn-list li a .texts {
  width: 90%;
  margin: 0 auto 107px;
}
#plan .plan-btns .btn-list li a .mark {
  width: 33px;
  margin-bottom: 10px;
}
#plan .plan-btns .btn-list li a .type {
  text-align: left;
  font-size: 30px;
  margin-bottom: 10px;
}
#plan .plan-btns .btn-list li a .type span {
  font-size: 50px;
}
#plan .plan-btns .btn-list li a .spec {
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
}
#plan .plan-btns .btn-list li a .spec span {
  font-size: 28px;
}
#plan .plan-btns .btn-list li a .width {
  text-align: left;
  font-size: 14px;
}
#plan .plan-btns .btn-list li a .width span {
  font-size: 45px;
}
#plan .plan-btns .btn-list li a .point {
  width: 200px;
  font-size: 12px;
  font-weight: bolder;
  color: #F7965A;
  margin: 14px auto 0;
  padding: 9px;
  border: 2px solid #F7965A;
}
#plan .plan-btns .btn-list li a .more {
  font-size: 16px;
  display: flex;
  justify-content: end;
  align-items: center;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
#plan .plan-btns .btn-list li a .more:after {
  content: "";
  height: 1px;
  width: 20%;
  background-color: #e8e4db;
  margin-left: 1rem;
}
#plan .plan-btns .btn-list li a:hover {
  opacity: 1;
  border-bottom: 4px solid #e8e4db;
}
#plan .plan-btns .btn-list li a:hover .more {
  letter-spacing: 0.2em;
}
#plan .plan-btns .btn-list li.only a:hover {
  opacity: 1;
  border-bottom: 4px solid #F7965A;
}
#plan .plan-btns .btn-list li.only a:hover .more {
  letter-spacing: 0.2em;
}
#plan .plan-btns .btn-list li.only {
  background: url(../imgs/btn-bg02.jpg) top right;
  background-size: cover;
}
#plan .plan-btns .btn-list li.only .texts {
  margin-bottom: 60px;
}
/*==================================================================================
 plan.detail
==================================================================================*/
#plan.detail .main-content {
  padding-bottom: 0;
}
#plan.detail .main-content .bg-icon03 {
  width: 23%;
  left: 0;
  top: 0;
}
#plan.detail .main-content .bg-icon04 {
  width: 23%;
  right: 0;
  bottom: 20%;
}
#plan.detail .plans {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 80px;
  background: #fff;
  color: #453209;
  padding: 50px 0 70px;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #ad5d2b, #c9a187) 1;
}
#plan.detail .plans .texts {
  text-align: left;
  width: 90%;
  margin: 50px auto 120px;
}
#plan.detail .plans .texts .mark {
  width: 33px;
  margin: 0;
}
#plan.detail .plans .texts .type {
  font-size: 30px;
  margin-bottom: 20px;
}
#plan.detail .plans .texts .type .big {
  font-size: 50px;
}
#plan.detail .plans .texts .type .spec {
  font-size: 18px;
  padding-left: 20px;
}
#plan.detail .plans .texts .type .big01 {
  font-size: 28px;
}
#plan.detail .plans .texts .width {
  font-size: 14px;
}
#plan.detail .plans .texts .width .num {
  font-size: 24px;
}
#plan.detail .plans .texts .width .balcony {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid;
}
#plan.detail .plans .plan-img {
  max-width: 900px;
  margin: 0 auto 180px;
}
#plan.detail .plans .plan-img.ctype {
  max-width: 318px;
}
#plan.detail .plans .plan-img.dtype {
  max-width: 523px;
}
#plan.detail .plans .guide .image {
  max-width: 294px;
  margin: 0 auto 30px;
}
#plan.detail .plans .guide .guide-txt {
  font-size: 11px;
  line-height: 1.6;
}
#plan.detail .features {
  display: none;
  max-width: 900px;
  margin: 0 auto 200px;
}
#plan.detail .features ul {
  display: flex;
  justify-content: space-between;
}
#plan.detail .features ul li {
  width: 31%;
}
#plan.detail .features ul .info {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
#plan.detail .btn-bg {
  background: #e8e4db;
  padding: 120px 0;
}
#plan.detail .btn-bg .plan-btns.wrap {
  max-width: 645px;
}
#plan.detail .btn-bg .plan-btns.wrap li {
  width: 48%;
}

/*==================================================================================
 plan.only
==================================================================================*/
#plan.only .main-content {
  background: linear-gradient(45deg, #959393, #454545);
}
#plan.only .btn-bg {
  background: linear-gradient(90deg, #776459, #222629);
  padding: 120px 0;
}
#plan.only .pageAnnotationArea {
  background: #e8e4db;
  color: #453209;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   plan
  ==================================================================================*/
  #plan .main-content .bg-icon01 {
    width: 80%;
    right: 0;
    top: 0;
  }
  #plan .main-content .bg-icon02 {
    display: none;
  }
  #plan .intro {
    text-align: center;
    color: #fff;
  }
  #plan .intro .tit-mark {
    width: 33px;
    margin: 0;
  }
  #plan .intro .tit {
    text-align: left;
    margin-bottom: 40px;
  }
  #plan .plan-btns {
    padding-bottom: 80px;
  }
  #plan .plan-btns .btn-list {
    display: block;
  }
  #plan .plan-btns .btn-list li {
    width: 84%;
    margin: 0 auto 30px;
  }
  #plan .plan-btns .btn-list li a .texts {
    margin-bottom: 60px;
  }
  #plan .plan-btns .btn-list li.only .texts {
    margin-bottom: 13px;
  }
  /*==================================================================================
   plan.detail
  ==================================================================================*/
  #plan.detail .main-content {
    padding-bottom: 0;
  }
  #plan.detail .main-content .bg-icon03 {
    display: none;
  }
  #plan.detail .main-content .bg-icon04 {
    display: none;
  }
  #plan.detail .plans {
    margin: 0 auto 50px;
    background: #fff;
    color: #453209;
    padding: 20px 0 30px;
  }
  #plan.detail .plans .texts {
    text-align: center;
    width: 90%;
    margin: 10px auto 40px;
  }
  #plan.detail .plans .texts .mark {
    width: 33px;
    margin: auto;
  }
  #plan.detail .plans .texts .type {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
  }
  #plan.detail .plans .texts .type .big {
    font-size: 30px;
  }
  #plan.detail .plans .texts .type .spec {
    font-size: 14px;
    padding-left: 0;
  }
  #plan.detail .plans .texts .type .big01 {
    font-size: 22px;
  }
  #plan.detail .plans .texts .width {
    font-size: 12px;
    line-height: 2;
  }
  #plan.detail .plans .texts .width .num {
    font-size: 18px;
  }
  #plan.detail .plans .texts .width .balcony {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  #plan.detail .plans .plan-img {
    width: 90%;
    margin: 0 auto 50px;
  }
  #plan.detail .plans .guide .image {
    max-width: 294px;
    margin: 0 auto 30px;
  }
  #plan.detail .plans .guide .guide-txt {
    text-align: left;
  }
  #plan.detail .plans .guide .guide-txt br {
    display: none;
  }
  #plan.detail .features {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #plan.detail .features ul {
    display: block;
  }
  #plan.detail .features ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #plan.detail .btn-bg {
    padding: 80px 0;
  }
  #plan.detail .btn-bg .plan-btns.wrap {
    max-width: 645px;
  }
  #plan.detail .btn-bg .plan-btns.wrap li {
    width: 84%;
  }
}/*# sourceMappingURL=style.css.map */