@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top_content:not(:last-child) {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .top_content:not(:last-child) {
    margin-bottom: 120px;
  }
}

/* リード
----------------------------------------------*/
.top_lead {
  background: url(images/top-lead-bg-sp.webp) no-repeat;
  background-size: 100% 100%;
  padding: 40px 0 30px;
}
@media print, screen and (min-width: 768px) {
  .top_lead {
    background: url(images/top-lead-bg.webp) no-repeat center top;
    background-size: cover;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_lead {
    padding: 130px 0 120px;
  }
}
.top_lead .inner {
  max-width: 1200px;
}
.top_lead p {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .top_lead p {
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
  }
}

/* 宿泊プランスライド
----------------------------------------------*/
.slide {
  line-height: 0;
}

.slick-slide {
  margin: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .slick-slide {
    margin: 0 20px;
  }
}

.slide_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  margin: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .slide_arrow {
    width: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .slide_arrow {
    width: 70px;
  }
}

.prev_arrow {
  left: 12%;
}
@media print, screen and (min-width: 768px) {
  .prev_arrow {
    left: 17%;
  }
}
@media print, screen and (min-width: 1024px) {
  .prev_arrow {
    left: 22%;
  }
}

.next_arrow {
  right: 12%;
}
@media print, screen and (min-width: 768px) {
  .next_arrow {
    right: 17%;
  }
}
@media print, screen and (min-width: 1024px) {
  .next_arrow {
    right: 22%;
  }
}

.reserve_link {
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .reserve_link {
    margin-top: 50px;
  }
}
.reserve_link a {
  display: inline-block;
  background-color: #f59600;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 30px;
}
@media print, screen and (min-width: 768px) {
  .reserve_link a {
    font-size: 25px;
    padding: 15px 40px;
  }
}

/* おすすめポイント
----------------------------------------------*/
.top_point_block {
  max-width: 1500px;
  margin: 0 auto;
}
.top_point_block:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .top_point_block:not(:last-child) {
    margin-bottom: 100px;
  }
}

.point_img {
  display: block;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .point_img {
    margin-bottom: 50px;
  }
}

h3.point_ttl {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  h3.point_ttl {
    margin-bottom: 30px;
  }
}
h3.point_ttl .point_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #78aa14;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  h3.point_ttl .point_num {
    width: 80px;
    height: 80px;
    font-size: 17px;
  }
}
h3.point_ttl .point_ttl_txt {
  width: calc(100% - 70px);
  font-size: 19px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  h3.point_ttl .point_ttl_txt {
    width: calc(100% - 100px);
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  h3.point_ttl .point_ttl_txt {
    font-size: 42px;
  }
}

@media print, screen and (min-width: 768px) {
  .point_txt {
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_txt {
    align-items: end;
  }
}
.point_txt p {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .point_txt p {
    font-size: 22px;
  }
}

/* アクセス
----------------------------------------------*/
.access_bg {
  background-color: #f7f7ec;
  padding: 35px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .access_bg {
    padding: 80px 0 50px;
  }
}

/* ご利用案内
----------------------------------------------*/
.guide_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .guide_text {
    font-size: 20px;
  }
}
.guide_text a {
  display: inline-block;
  background-color: #78aa14;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 10px 0;
}
@media print, screen and (min-width: 1024px) {
  .guide_text a {
    font-size: 38px;
    pointer-events: none;
  }
}
.guide_text a img {
  width: 26px;
  margin-right: 8px;
}
@media print, screen and (min-width: 1024px) {
  .guide_text a img {
    width: 30px;
  }
}

.facility_block {
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .facility_block {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media print, screen and (min-width: 768px) {
  .facility_block dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0;
  }
}
.facility_block dt {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .facility_block dt {
    width: 28%;
    background-color: unset;
    color: #646464;
    padding: 0;
  }
}
.facility_block dd {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .facility_block dd {
    width: 72%;
    padding: 0;
  }
}

.pay_note {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .pay_note {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .pay_note {
    font-size: 20px;
  }
}/*# sourceMappingURL=front.css.map */