@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 plan
==================================================================================*/
#plan .btn-list {
  max-width: 1000px;
  margin: 0 auto 160px;
  text-align: center;
  color: #fff;
}
#plan .btn-list .sec-tit {
  font-size: 24px;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 80px;
}
#plan .btn-list .list {
  display: flex;
  justify-content: center;
  gap: 2%;
}
#plan .btn-list .list li {
  width: 32%;
  position: relative;
}
#plan .btn-list .list a {
  position: relative;
  display: inline-block;
  color: #e8e4db;
}
#plan .btn-list .list a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 0.3s ease;
}
#plan .btn-list .list a .texts {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 1;
}
#plan .btn-list .list a .more {
  position: relative;
  font-size: 18px;
  padding: 55px;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 45px;
  overflow: hidden;
  z-index: 1;
}
#plan .btn-list .list a .more span {
  color: #1d1b21 !important;
  position: relative;
}
#plan .btn-list .list a .more:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(190, 190, 190, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s ease;
  z-index: 0;
}
#plan .btn-list .list a:hover {
  opacity: 1;
}
#plan .btn-list .list a:hover .mask {
  opacity: 0;
}
#plan .btn-list .list a:hover .more:before {
  transform: translate(-50%, -50%) scale(1.3);
}
#plan .btn-list .list .type {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#plan .btn-list .list .type span {
  font-size: 52px;
}
#plan .btn-list .list .spec {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}
#plan .btn-list .list .spec .big {
  font-size: 30px;
}
#plan .btn-list .list .spec .mini {
  font-size: 16px;
}
#plan .btn-list .list .width {
  font-size: 12px;
  margin-bottom: 10px;
}
#plan .btn-list .list .width span {
  font-size: 30px;
}
#plan .btn-list .list .bl {
  font-size: 12px;
  margin-bottom: 10px;
}
#plan .btn-list .list .bl span {
  font-size: 20px;
}
/*==================================================================================
 plan.detail
==================================================================================*/
#plan.detail .plans {
  background: #fff;
  max-width: 1000px;
  padding: 60px 0 80px;
  margin: 0 auto 100px;
}
#plan.detail .plans .inner-wrap {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
#plan.detail .plans .type {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b18450;
}
#plan.detail .plans .type .big {
  font-size: 61px;
}
#plan.detail .plans .type .spec {
  font-size: 38px;
}
#plan.detail .plans .type .spec .num {
  font-size: 45px;
}
#plan.detail .plans .type .spec .mini {
  font-size: 25px;
}
#plan.detail .plans .width {
  font-size: 12px;
}
#plan.detail .plans .width .num01 {
  font-size: 26px;
}
#plan.detail .plans .width .num02 {
  font-size: 21px;
}
#plan.detail .plans .room {
  max-width: 450px;
  margin: 50px auto 0;
}
#plan.detail .plans .room.btype {
  max-width: 260px;
}
#plan.detail .plans .guide {
  margin-bottom: 60px;
}
#plan.detail .plans .guide .image {
  max-width: 360px;
  margin: 50px auto 30px;
}
#plan.detail .plans .guide .caps {
  text-align: center;
  font-size: 11px;
  line-height: 2;
}
#plan.detail .plans .list {
  display: flex;
  justify-content: space-between;
}
#plan.detail .plans .list li {
  width: 32%;
}
#plan.detail .plans .list .info {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   plan
  ==================================================================================*/
  #plan .btn-list {
    margin: 0 auto 80px;
  }
  #plan .btn-list .sec-tit {
    font-size: 22px;
    padding-bottom: 50px;
  }
  #plan .btn-list .list {
    display: block;
  }
  #plan .btn-list .list li {
    width: 86%;
    margin: 0 auto 40px;
  }
  /*==================================================================================
   plan.detail
  ==================================================================================*/
  #plan.detail .plans {
    background: #fff;
    max-width: 1000px;
    padding: 40px 0 10px;
    margin: 0 auto 50px;
  }
  #plan.detail .plans .type {
    text-align: center;
    font-size: 22px;
  }
  #plan.detail .plans .type .big {
    font-size: 40px;
  }
  #plan.detail .plans .type .spec {
    font-size: 24px;
  }
  #plan.detail .plans .type .spec .num {
    font-size: 30px;
  }
  #plan.detail .plans .type .spec .mini {
    font-size: 18px;
  }
  #plan.detail .plans .width {
    text-align: center;
    line-height: 1.8;
  }
  #plan.detail .plans .width .num01 {
    font-size: 18px;
  }
  #plan.detail .plans .width .num02 {
    font-size: 18px;
  }
  #plan.detail .plans .room {
    width: 80%;
  }
  #plan.detail .plans .guide {
    margin-bottom: 40px;
  }
  #plan.detail .plans .guide .image {
    margin: 30px auto 20px;
  }
  #plan.detail .plans .guide .caps {
    text-align: left;
  }
  #plan.detail .plans .list {
    display: block;
  }
  #plan.detail .plans .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */