@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 plan
==================================================================================*/
#plan .intro {
  text-align: center;
  margin-bottom: 100px;
}
#plan .intro .tit {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
#plan .intro .image {
  width: 100%;
  margin: auto;
}
#plan .sec01 {
  text-align: center;
  margin-bottom: 80px;
}
#plan .sec01 .plan-btns {
  max-width: 600px;
  max-width: 700px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
#plan .sec01 .plan-btns li {
  width: 48%;
}
#plan .sec01 .plan-btns a {
  background: url(../imgs/btn-bg.jpg);
  background-size: cover;
  display: block;
  color: #1c3333;
  padding: 30px 0 0;
  transition: 0.3s;
}
#plan .sec01 .plan-btns a .texts {
  text-align: left;
  width: 80%;
  margin: auto;
}
#plan .sec01 .plan-btns a .type {
  font-size: 22px;
  margin-bottom: 20px;
}
#plan .sec01 .plan-btns a .type span {
  font-size: 50px;
  font-family: "Cinzel", serif;
}
#plan .sec01 .plan-btns a .spec {
  font-size: 22px;
  margin-bottom: 40px;
}
#plan .sec01 .plan-btns a .spec span {
  font-size: 40px;
  font-family: "Cinzel", serif;
}
#plan .sec01 .plan-btns a .spec span.middle {
  font-size: 22px;
}
#plan .sec01 .plan-btns a .width {
  text-align: right;
  font-size: 10px;
  margin-bottom: 30px;
}
#plan .sec01 .plan-btns a .width span {
  font-size: 28px;
}
#plan .sec01 .plan-btns a .more {
  background: #c6bbb5;
  padding: 0 0 24px;
}
#plan .sec01 .plan-btns a .page-link {
  display: inline-block;
  width: 80%;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: "Cinzel", serif;
  overflow: hidden;
  color: currentColor;
  max-width: 320px;
  text-align: left;
}
#plan .sec01 .plan-btns a .page-link::after, #plan .sec01 .plan-btns a .page-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7f8981;
}
#plan .sec01 .plan-btns a .page-link::after {
  height: 3px;
  transform: scaleX(30%);
  transform-origin: left;
  transition: transform 0.6s;
  background-color: #1c3333;
}
#plan .sec01 .plan-btns a .page-link .link-inner {
  display: block;
  padding: 24px 0px 15px;
  position: relative;
}
#plan .sec01 .plan-btns a .page-link .link-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1c3333;
}
#plan .sec01 .plan-btns a:hover {
  background: url(../imgs/btn-hover.jpg);
  background-size: cover;
  display: block;
  opacity: 1;
}
#plan .sec01 .plan-btns a:hover .page-link::after {
  transform: scaleX(100%);
}
#plan .bnr {
  max-width: 372px;
  margin: 0 auto 100px;
}
#plan .bnr .caps {
  font-size: 11px;
  margin-top: 10px;
}
/*==================================================================================
 plan.detail
==================================================================================*/
#plan.detail .plans {
  text-align: center;
  margin-bottom: 40px;
}
#plan.detail .plans .type {
  font-size: 22px;
  margin-bottom: 10px;
}
#plan.detail .plans .type span {
  font-size: 50px;
  font-family: "Cinzel", serif;
}
#plan.detail .plans .spec {
  font-size: 22px;
  margin-bottom: 30px;
}
#plan.detail .plans .spec span {
  font-size: 40px;
  font-family: "Cinzel", serif;
}
#plan.detail .plans .width {
  font-size: 10px;
  margin-bottom: 10px;
}
#plan.detail .plans .width span {
  font-size: 28px;
}
#plan.detail .plans .balcony {
  font-size: 10px;
  margin-bottom: 40px;
}
#plan.detail .plans .room {
  max-width: 1000px;
  margin: 0 auto 40px;
}
#plan.detail .plans .guide .image {
  max-width: 290px;
  margin: 0 auto 30px;
}
#plan.detail .plans .guide .caps {
  font-size: 11px;
  line-height: 1.8;
}
#plan.detail .feature {
  max-width: 900px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
}
#plan.detail .feature li {
  width: 31%;
}
#plan.detail .feature .info {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
#plan.detail .bg {
  background: #1c3333;
  padding: 120px 0 40px;
}
#plan.detail .sec01 .plan-btns {
  max-width: 1100px;
}
#plan.detail .sec01 .plan-btns li {
  width: 31%;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   plan
  ==================================================================================*/
  #plan .intro {
    margin-bottom: 80px;
  }
  #plan .intro .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 40px;
  }
  #plan .intro .swipe-img img {
    width: 697px !important;
  }
  #plan .sec01 {
    text-align: center;
  }
  #plan .sec01 .plan-btns {
    display: block;
  }
  #plan .sec01 .plan-btns li {
    width: 94%;
    margin: 0 auto 40px;
  }
  #plan .sec01 .plan-btns li:last-child {
    margin: auto;
  }
  #plan .sec01 .plan-btns a {
    background: url(../imgs/btn-bg.jpg);
    background-size: cover;
    display: block;
    color: #1c3333;
    padding: 30px 0 0;
    transition: 0.3s;
  }
  #plan .sec01 .plan-btns a .texts {
    text-align: left;
    width: 80%;
    margin: auto;
  }
  #plan .sec01 .plan-btns a .type {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #plan .sec01 .plan-btns a .type span {
    font-size: 50px;
    font-family: "Cinzel", serif;
  }
  #plan .sec01 .plan-btns a .spec {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #plan .sec01 .plan-btns a .spec span {
    font-size: 40px;
    font-family: "Cinzel", serif;
  }
  #plan .sec01 .plan-btns a .width {
    text-align: right;
    font-size: 10px;
    margin-bottom: 30px;
  }
  #plan .sec01 .plan-btns a .width span {
    font-size: 28px;
  }
  #plan .sec01 .plan-btns a:hover {
    background: url(../imgs/btn-hover.jpg);
    background-size: cover;
    display: block;
    opacity: 1;
  }
  /*==================================================================================
   plan.detail
  ==================================================================================*/
  #plan.detail .plans .guide .caps {
    text-align: left;
  }
  #plan.detail .feature {
    max-width: inherit;
    margin: 0 auto 10px;
    width: 240vw;
  }
  #plan.detail .feature li {
    width: 95vw;
    margin-right: 5vw;
  }
  #plan.detail .feature .info {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  #plan.detail .bg {
    background: #1c3333;
    padding: 80px 0 1px;
  }
  #plan.detail .sec01 .plan-btns li {
    width: 94%;
  }
}/*# sourceMappingURL=style.css.map */