@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;
}

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

/* ===================================================================
CSS information

 file name  : tky.css
 author     : Ability Consultant
 style info : ホテルアソシア高山リゾート
=================================================================== */
#spa .tky-p-spa__box-spa-time > div > .f-txt {
  margin-bottom: 2rem;
}

#arc_member_associa .tky-p-arc_member_associa__box-price table td {
  text-align: center !important;
}

@media (min-width: 1025px) {
  #arc_associate_member::before, .tky-p-arc_associate_member::before {
    height: 950px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #arc_associate_member::before, .tky-p-arc_associate_member::before {
    height: 800px;
  }
}
@media (max-width: 767px) {
  #arc_associate_member::before, .tky-p-arc_associate_member::before {
    height: 390px;
  }
}
@media (min-width: 1025px) {
  #arc_associate_member .tky-p-arc_associate_member__cnt-rates, .tky-p-arc_associate_member .tky-p-arc_associate_member__cnt-rates {
    margin-bottom: 150px;
  }
}
#arc_associate_member .tky-p-arc_associate_member__cnt-rates .f-base__cnt-w .text, .tky-p-arc_associate_member .tky-p-arc_associate_member__cnt-rates .f-base__cnt-w .text {
  padding-top: 1em;
  max-width: 800px;
  margin: 0 auto;
}

#information_terms .tky-c-title-lower-bg:before {
  height: 400px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .tky-c-title-lower-bg:before {
    height: 270px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #information_terms .tky-c-title-lower-bg:before {
    height: 44vw;
    left: 0;
  }
}
