@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  : sth.css
 author     : Ability Consultant
 style info : ホテルアソシア静岡
=================================================================== */
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms:before {
    height: 320px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #information_terms:before {
    height: 54vw;
    left: 0;
  }
}
#information_terms .sth-terms-cnt-title {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .sth-terms-cnt-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #information_terms .sth-terms-cnt-title {
    margin-bottom: 13%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .sth-terms-cnt-title .sth-c-title--main--center {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #information_terms .sth-terms-cnt-title .sth-c-title--main--center {
    padding-top: 12%;
  }
}
#information_terms .sth-terms-cnt-title .f-title--main--center--medium .jp {
  display: none;
}
