/* -----premium CSS----- */
/* 共通 */
h1 {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
}
.h1_underline {
  font-size: 22px;
  padding: 0.8rem 0 0;
  margin-bottom: 0.2rem;
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  text-align: center;
  font-weight: bold;
}
.hla_intro_text {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
h2 {
  color: black;
  font-size: 1.2em;
}
h3 {
  text-align: center;
}
.roomImg_section_left h3 {
  margin-left: 10px;
}
.roomImg_section_read{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.roomImg .roomImg_section:last-child {
  padding-bottom: 0px;
}
.roomImg_section_line {
  text-align: center;
  background: url(/images/theme/hla/h2_line.png) no-repeat center bottom;
  padding-bottom: 30px;
}
.roomImg_section_read p {
  font-size: 16px;
}

/* PC版 */
@media screen and (min-width: 750px) {

  .h1_underline {
    font-size: 28px;
  }
  .hla_intro {
    margin-bottom: 0px;
  }
  .topImg_center {
    margin: 10px;
    text-align:center;
    position: relative;
  }
  .topImg_center-text {
    position:absolute;
    bottom: 25px;
    left: 25px;
    font-size: x-large;
    color: white;
    font-weight: bold;
  }
  h1 span {
    font-size: 16px;
  }
  h2 {
    font-size: 1.5em;
  }
  .hla_intro_text {
    padding-bottom: 40px;
    font-size: 20px;
  }
  .roomImg_section_left {
    float: left;
  }
  .roomImg_section_right {
    float: right;
  }
  .roomImg_section_bottom {
    text-align: center;
    padding-top: 40px;
  }
  .roomImg_section_center {
    width: auto;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  .roomImg_section_read{
    line-height: 1.6;
    font-size: 16px;
    padding: 0 40px;
  }
  .roomImg .roomImg_section:last-child {
    padding-bottom: 20px;
  }
  ul.hla_contact {
    padding-top: 30px;
  }
  .roomImg_section_read p {
    font-size: 18px;
  }
}
