@charset "UTF-8";
/*===============*/
/* はじめての方へ */
/*===============*/
.about .heading-main {
  background-image: url(/hitachinaka/images/about/main_ph01.jpg);
  background-position: 20% bottom;
}

/*=======*/
/* 岩盤浴 */
/*=======*/
.ganban .heading-main {
  background-image: url(/hitachinaka/images/ganban/main_ph01.jpg);
}
.ganban .floor-map {
  width: 85%;
  max-width: 650px;
  margin: 0 auto;
}
.ganban .com-bt01 + .note {
  display: table;
  margin: 20px auto 0;
}

/*=============*/
/* 内湯・サウナ */
/*=============*/
.sauna .heading-main {
  background-image: url(/hitachinaka/images/sauna/main_ph01.jpg);
}
.sauna .com-article01 .txt01 + .box01 {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .sauna .com-article01 .txt01 + .box01 {
    margin-top: 25px;
  }
}
.sauna .com-article01 .txt01 + .box01 dt, .sauna .com-article01 .txt01 + .box01 dd {
  display: table;
  margin: 0 auto;
}
.sauna .use-list {
  margin: 40px 0 24px;
}
.sauna .use-list > li {
  position: relative;
  max-width: 800px;
  padding: 24px 0 24px 130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sauna .use-list > li {
    padding: 16px;
  }
}
.sauna .use-list > li:nth-child(odd) {
  background-color: #EFEEE7;
}
.sauna .use-list > li dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1%;
  min-height: 100px;
}
@media (max-width: 767px) {
  .sauna .use-list > li dl {
    min-height: inherit;
  }
}
.sauna .use-list > li dl dt {
  width: 28%;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 2vw, 40px);
  font-weight: bold;
}
@media (max-width: 1260px) {
  .sauna .use-list > li dl dt {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sauna .use-list > li dl dt {
    width: 100%;
    font-size: 20px;
  }
}
.sauna .use-list > li dl dt span {
  margin-right: 0.25em;
}
.sauna .use-list > li dl dd {
  font-size: 18px;
}
@media (max-width: 767px) {
  .sauna .use-list > li dl dd {
    width: 100%;
    font-size: 14px;
    margin-top: 0.5em;
  }
}
.sauna .use-list > li .img {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: -11px;
}
@media (max-width: 767px) {
  .sauna .use-list > li .img {
    width: 24%;
    max-width: 96px;
    top: 16px;
    right: 16px;
  }
}
.sauna .use-list > li:nth-child(2) .img {
  left: -90px;
}
@media (max-width: 1260px) {
  .sauna .use-list > li:nth-child(2) .img {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .sauna .use-list > li:nth-child(2) .img {
    left: initial;
  }
}
.sauna .use-list > li:nth-child(3) .img {
  right: -70px;
}
@media (max-width: 1260px) {
  .sauna .use-list > li:nth-child(3) .img {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .sauna .use-list > li:nth-child(3) .img {
    right: 16px;
  }
}
.sauna .use-list > li:nth-child(4) .img {
  left: -80px;
}
@media (max-width: 1260px) {
  .sauna .use-list > li:nth-child(4) .img {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .sauna .use-list > li:nth-child(4) .img {
    left: initial;
  }
}

/*=========*/
/* お食事処 */
/*=========*/
.food .heading-main {
  background-image: url(/hitachinaka/images/food/main_ph01.jpg);
  background-position: 25% center;
}
@media (max-width: 767px) {
  .food .heading-main {
    background-position: 30% center;
  }
}

/*=================*/
/* リラクゼーション */
/*=================*/
.relaxation .heading-main {
  background-image: url(/hitachinaka/images/relaxation/main_ph01.jpg);
}
.relaxation .com-article01 article {
  padding-top: 25px;
  margin-top: -25px;
  margin-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .relaxation .com-article01 article {
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
.relaxation .com-article01 article:last-child {
  margin-bottom: 0;
}

/*=========*/
/* 利用料金 */
/*=========*/
.fee .heading-main {
  background-image: url(/hitachinaka/images/fee/main_ph01.jpg);
}
.fee #hours .box01 dd {
  padding-top: 0.8em;
  margin-top: 0.8em;
  border-top: 1px dotted #270706;
}
@media (max-width: 767px) {
  .fee #hours .box01 dd .flex-txt-center {
    display: initial;
  }
}
.fee #hours .box01 + .txt01 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .fee #hours .box01 + .txt01 {
    margin-top: 20px;
  }
}
.fee .relaxation-sec {
  padding-top: 25px;
  margin-top: -25px;
  margin-bottom: clamp(80px, 5.2vw, 100px);
}
@media (max-width: 767px) {
  .fee .relaxation-sec {
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 50px;
  }
}
.fee .relaxation-sec:last-child {
  margin-bottom: 0;
}
.fee .relaxation-sec .block01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .fee .relaxation-sec .block01 {
    display: block;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .fee .relaxation-sec .block01 .txt-wrap {
    margin-top: 10px;
  }
}
.fee .relaxation-sec .block01 .txt-wrap dl + dl {
  margin-top: 10px;
}
.fee .relaxation-sec article {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .fee .relaxation-sec article {
    margin-bottom: 35px;
  }
}
.fee .relaxation-sec article:last-child {
  margin-bottom: 0;
}
.fee .relaxation-sec .table01 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .fee .relaxation-sec .table01 {
    font-size: 14px;
  }
  .fee .relaxation-sec .table01 th .heading04 {
    font-size: 15px;
    line-height: inherit;
  }
  .fee .relaxation-sec .table01 th .heading04 + p {
    font-size: 12px;
    margin-top: 4px;
  }
  .fee .relaxation-sec .table01 tr > *:last-child {
    padding-right: 0;
  }
}
.fee .relaxation-sec .block-pdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0 auto;
}
.fee .relaxation-sec .block-pdf dt {
  max-width: 280px;
}
.fee .relaxation-sec .block-pdf .img-border {
  border: 1px solid #ccc;
}
.fee #pay {
  padding-top: 20px;
}
.fee #pay .block-pay {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-indent: initial;
}

/*=========*/
/* アクセス */
/*=========*/
.access .heading-main {
  background-image: url(/hitachinaka/images/access/main_ph01.jpg);
}
.access .root-sec article {
  max-width: 700px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .access .root-sec article {
    margin-top: 35px;
  }
}
.access .root-sec article + article {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .access .root-sec article + article {
    margin-top: 12px;
  }
}
.access .root-sec article:last-child .ac-content {
  padding-bottom: 0;
}

/*=========*/
/* お知らせ */
/*=========*/
.news .heading-main {
  background-image: url(/hitachinaka/images/news/main_ph01.jpg);
}
@media (max-width: 767px) {
  .news .heading01-wrap {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=contents.css.map */