@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  : syh.css
 author     : Ability Consultant
 style info : ホテルアソシア新横浜
=================================================================== */
#homepage .syh-p-homepage__overlay-inner {
  background: #1c4f6ac9;
  padding: 40px 30px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  max-width: 900px;
  width: 60%;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .syh-p-homepage__overlay-inner {
    width: 70%;
    height: 50vh;
  }
}
@media (max-width: 767px) {
  #homepage .syh-p-homepage__overlay-inner {
    width: 70%;
    height: auto;
  }
}
#homepage .syh-p-homepage__overlay-inner .ttl {
  font-size: 24px;
  padding-bottom: 2px;
  text-shadow: none;
  margin-bottom: 1em;
  letter-spacing: .1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .syh-p-homepage__overlay-inner .ttl {
    letter-spacing: .2em;
  }
}
@media (max-width: 767px) {
  #homepage .syh-p-homepage__overlay-inner .ttl {
    font-size: 15px;
    padding-bottom: 1px;
    margin-bottom: 1em;
  }
}
#homepage .syh-p-homepage__overlay-inner .txt {
  font-size: 20px;
  text-shadow: none;
  letter-spacing: normal;
  line-height: 2em;
}
#homepage .syh-p-homepage__overlay-inner .txt:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #homepage .syh-p-homepage__overlay-inner .txt:not(:last-child) {
    margin-bottom: .8em;
  }
}
@media (max-width: 767px) {
  #homepage .syh-p-homepage__overlay-inner .txt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #homepage .syh-p-homepage__box-main-slide {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  #homepage .syh-p-homepage__slide__box1 {
    height: 100vh;
  }
}
#homepage .f-grid-flex--7of5-margin-6per > :first-of-type {
  margin: 0 auto;
}
#homepage .f-base-stay-form__lay_other {
  padding-bottom: 1em;
  width: 96%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #c5baa5;
}
#homepage .syh-f-base-stay-form__lay_other_mem {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}
@media (max-width: 1024px) {
  #homepage .syh-f-base-stay-form__lay_other_mem {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #homepage .syh-f-base-stay-form__lay_other_mem {
    padding: 2em 1em;
  }
}
#homepage .syh-f-base-stay-form__lay_other_mem p {
  margin-bottom: 1.5em;
  font-size: 16px;
}
#homepage .f-grid-flex--7of5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: .3s;
  transition: .3s;
}
#homepage .f-btn--primary a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #homepage .f-grid-flex--7of5 > :first-of-type {
    width: auto;
  }
}
#homepage .f-grid-flex--7of5:last-of-type {
  margin-bottom: 0;
}

#lounge .syh-p-lounge__wrp-rest-info {
  display: inline;
}
#lounge .syh-p-lounge__wrp-rest-info .text {
  margin-top: 2em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lounge .syh-p-lounge__wrp-rest-info .text {
    margin-top: 1.5em;
  }
}
@media (max-width: 767px) {
  #lounge .syh-p-lounge__wrp-rest-info .text {
    margin-top: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms:before {
    height: 340px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #information_terms:before {
    height: 56vw;
    left: 0;
  }
}
#information_terms .syh-terms-cnt-title {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .syh-terms-cnt-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #information_terms .syh-terms-cnt-title {
    margin-bottom: 18%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #information_terms .syh-terms-cnt-title .syh-c-title--main--center {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  #information_terms .syh-terms-cnt-title .syh-c-title--main--center {
    padding-top: 12%;
  }
}
#information_terms .syh-terms-cnt-title .f-title--main--center--medium .jp {
  display: none;
}
