@charset "UTF-8";
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
_mixins.scss

Styleguide 1.3.0
*/
.view_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .view_sp {
    display: block !important;
  }
}

.view_tab {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view_tab {
    display: block !important;
  }
}

.view_pc {
  display: none !important;
}
@media (min-width: 1025px) {
  .view_pc {
    display: block !important;
  }
}

.view_tab-down {
  display: none !important;
}

/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
フォントサイズ指定

@include fsz(任意のサイズ,親要素のサイズ);<br>
※px不要

Styleguide 1.3.1.1
*/
/* ===================================================================
CSS information

 file name  : tky.css
 author     : Ability Consultant
 style info : ホテルアソシア高山リゾート
=================================================================== */
#homepage .tky-p-homepage__main-slide {
  position: relative;
}
#homepage .tky-p-homepage__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  #homepage .tky-p-homepage__overlay {
    z-index: 50;
  }
}
#homepage .tky-p-homepage__overlay-inner {
  background: rgba(28, 79, 106, 0.8);
  padding: 40px 30px;
  color: #fff;
  text-align: center;
  max-width: 900px;
  width: 60%;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .tky-p-homepage__overlay-inner {
    width: 70%;
    height: 50vh;
  }
}
@media (max-width: 767px) {
  #homepage .tky-p-homepage__overlay-inner {
    width: 70%;
    height: auto;
    padding: 20px 30px;
  }
}
#homepage .tky-p-homepage__overlay-inner .ttl {
  font-size: 24px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #homepage .tky-p-homepage__overlay-inner .ttl {
    font-size: 15px;
    padding-bottom: 1px;
    margin-bottom: .5em;
  }
}
#homepage .tky-p-homepage__overlay-inner .txt {
  font-size: 20px;
}
#homepage .tky-p-homepage__overlay-inner .txt:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #homepage .tky-p-homepage__overlay-inner .txt:not(:last-child) {
    margin-bottom: .5em;
  }
}
@media (max-width: 767px) {
  #homepage .tky-p-homepage__overlay-inner .txt {
    font-size: 13px;
  }
}
#homepage .f-grid-flex--5of7-margin-3per > :first-of-type {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #homepage .f-grid-flex--5of7-margin-3per > :first-of-type {
    width: 90%;
  }
}
#homepage .f-base-stay-form__lay_other {
  padding: 60px 0;
}
#homepage .tky-f-base-stay-form__lay_other_mem {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}
@media (max-width: 1024px) {
  #homepage .tky-f-base-stay-form__lay_other_mem {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #homepage .tky-f-base-stay-form__lay_other_mem {
    padding: 2em 1em;
  }
}
#homepage .tky-f-base-stay-form__lay_other_mem p {
  margin-bottom: 1.5em;
  font-size: 16px;
}
#homepage .f-grid-flex--7of5 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#homepage .f-grid-flex--7of5 li {
  list-style: none;
}
#homepage .f-btn--primary a {
  display: inline-block;
  background: #9aa7bd;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  min-width: 260px;
  text-align: center;
  transition: .3s;
}
#homepage .f-btn--primary a:hover {
  opacity: 0.8;
}
#homepage .f-grid-flex--7of5:last-of-type {
  margin-bottom: 0;
}

#information_terms:before {
  height: 369px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms:before {
    height: 357px;
  }
}
@media (max-width: 767px) {
  #information_terms:before {
    height: 59.2vw;
  }
}
#information_terms .tky-c-title-lower-bg {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .tky-c-title-lower-bg {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #information_terms .tky-c-title-lower-bg {
    margin-bottom: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .tky-c-title-lower-bg:before {
    height: 270px;
  }
}
@media (max-width: 767px) {
  #information_terms .tky-c-title-lower-bg:before {
    height: 47vw;
  }
}
#information_terms .tky-c-title-lower-bg .f-title--main--center--medium .jp {
  display: none;
}
