@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	共通
 * ************************************************ */
.page__content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 56px 0;
  margin-top: 56px;
}
@media print, screen and (min-width: 768px) {
  .page__content-wrapper {
    gap: 80px 0;
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper {
    gap: 120px 0;
    padding-right: 144px;
    margin-top: 120px;
  }
}
.page__content-wrapper.short {
  gap: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .page__content-wrapper.short {
    gap: 48px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper.short {
    gap: 64px 0;
  }
}
.page__content-wrapper.no-gap {
  gap: 0;
}

.page__ttl-wrapper {
  position: relative;
}
.page__ttl-wrapper .lines-box {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(50%);
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .page__ttl-wrapper .lines-box {
    top: unset;
    left: 0;
    right: unset;
    bottom: 0;
  }
}

/* ************************************************
 *	町湯について
 * ************************************************ */
.page__about-content01 {
  flex-direction: column;
  gap: 16px 0;
}
@media print, screen and (min-width: 768px) {
  .page__about-content01 {
    flex-direction: row-reverse;
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .page__about-content01.reverse {
    flex-direction: row;
  }
}

@media print, screen and (min-width: 768px) {
  .page__about-text01 {
    width: calc(57.2% - 48px);
  }
}
@media print, screen and (min-width: 960px) {
  .page__about-text01 p {
    line-height: 2.4;
  }
}

@media print, screen and (min-width: 768px) {
  .page__about-img01 {
    width: 42.8%;
    max-width: 520px;
  }
}

.page__about-content02 {
  flex-direction: column;
  gap: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .page__about-content02 {
    flex-direction: row-reverse;
    gap: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .page__about-text02 {
    width: calc(72.8% - 48px);
  }
}
@media print, screen and (min-width: 960px) {
  .page__about-text02 p {
    line-height: 2.4;
  }
}

.page__about-img02 {
  width: 196px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page__about-img02 {
    width: 27.2%;
    max-width: 304px;
    margin: 0;
  }
}

.section__about02 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .section__about02 {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .section__about02 {
    margin-top: 120px;
  }
}

.about-box01-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media print, screen and (min-width: 1100px) {
  .about-box01-inner {
    gap: 40px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .about-box01-inner .about-box01-text {
    line-height: 2.4;
  }
}
@media print, screen and (min-width: 1100px) {
  .about-box01-inner .about-box01-text {
    width: calc(100% - 368px);
  }
}
.about-box01-inner .about-box01-designer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media print, screen and (min-width: 1100px) {
  .about-box01-inner .about-box01-designer {
    position: absolute;
    top: 0;
    right: 0;
    width: 304px;
  }
}
.about-box01-inner .about-box01-designer figure {
  font-size: 1.6rem;
  text-align: center;
}
.about-box01-inner .about-box01-designer figure img {
  margin: 0 auto;
}
.about-box01-inner .about-box01-designer figcaption {
  line-height: 1.6;
  margin-top: 12px;
}
.about-box01-inner .about-box01-designer p {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 960px) {
  .about-box01-inner .about-box01-designer p {
    line-height: 1.6;
  }
}
.about-box01-inner .about-box01-img {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .about-box01-inner .about-box01-img {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .about-box01-inner .about-box01-img {
    width: calc(100% - 368px);
  }
}
@media print, screen and (min-width: 768px) {
  .about-box01-inner .about-box01-img figure {
    width: calc(33.3333333333% - 14px);
  }
}
@media print, screen and (min-width: 1100px) {
  .about-box01-inner .about-box01-img figure {
    max-width: 240px;
  }
}
.about-box01-inner .about-box01-img figure img {
  width: 100%;
}

.section__about-box02 {
  margin-top: 80px;
}
@media print, screen and (min-width: 1100px) {
  .section__about-box02 {
    margin-top: 200px;
  }
}

.about-box02-inner {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media print, screen and (min-width: 1100px) {
  .about-box02-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .about-box02-inner .about-box02-text {
    line-height: 2.4;
  }
}
@media print, screen and (min-width: 1100px) {
  .about-box02-inner .about-box02-text {
    width: calc(100% - 368px);
  }
}
.about-box02-inner figure {
  width: 199px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1100px) {
  .about-box02-inner figure {
    width: 304px;
    margin: 0;
  }
}

/* ************************************************
 *	施設のご紹介／ギャラリー・売店
 * ************************************************ */
.page__col2-wrapeer {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media print, screen and (min-width: 960px) {
  .page__col2-wrapeer {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__col2-wrapeer .page__col2-text {
    width: calc(51.9% - 72px);
  }
}
.page__col2-wrapeer .page__col2-text p {
  line-height: 2.2;
}
.page__col2-wrapeer .page__col2-img {
  max-width: 696px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .page__col2-wrapeer .page__col2-img {
    width: 48.1%;
    margin: 0;
  }
}

.page__col2-sub {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px 0;
  margin-top: 56px;
}
@media print, screen and (min-width: 768px) {
  .page__col2-sub {
    flex-direction: row;
    gap: 0 32px;
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  .page__col2-sub {
    gap: 0 56px;
    margin-top: 72px;
  }
}
@media print, screen and (min-width: 768px) {
  .page__col2-sub.mt0 {
    margin-top: 0;
  }
}
.page__col2-sub .page__col2-sub-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page__col2-sub .page__col2-sub-child {
    width: calc(50% - 16px);
    max-width: 480px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__col2-sub .page__col2-sub-child {
    width: calc(38% - 28px);
  }
}
@media print, screen and (min-width: 960px) {
  .page__col2-sub h3 {
    order: 2;
  }
}
.page__col2-sub .page__col2-sub-img {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 960px) {
  .page__col2-sub .page__col2-sub-img {
    order: 1;
  }
}
.page__col2-sub p {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .page__col2-sub p {
    order: 3;
  }
}
@media print, screen and (min-width: 768px) {
  .page__col2-sub .small-table {
    order: 4;
  }
}
@media print, screen and (min-width: 960px) {
  .page__col2-sub .lines-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.small-table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
  border-collapse: collapse;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .small-table {
    width: auto;
    font-size: 1.6rem;
    border-top: 1px solid rgba(48, 38, 38, 0.3);
    margin-top: 24px;
  }
}
.small-table.full-width {
  width: 100%;
}
.small-table th {
  display: block;
  width: 100%;
  background-color: #F3F2EB;
  font-weight: 400;
  text-align: left;
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
  .small-table th {
    display: table-cell;
    width: auto;
    background-color: unset;
    vertical-align: top;
    border-bottom: 1px solid rgba(48, 38, 38, 0.3);
  }
}
.small-table td {
  display: block;
  width: 100%;
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
  .small-table td {
    display: table-cell;
    width: auto;
    vertical-align: top;
    border-bottom: 1px solid rgba(48, 38, 38, 0.3);
    padding: 8px 8px 8px 16px;
  }
}

/* ************************************************
 *	お食事処
 * ************************************************ */
.page__restaurant-text {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .page__restaurant-text {
    text-align: center;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__restaurant-text {
    margin-top: 40px;
  }
}
.page__restaurant-text p {
  line-height: 2.2;
}

/* ************************************************
 *	イベント
 * ************************************************ */
.event-lead {
  line-height: 2.2;
}

.event-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
@media print, screen and (min-width: 768px) {
  .event-list-wrapper {
    gap: 56px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .event-list-wrapper {
    gap: 64px 0;
  }
}

.event-list-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-top: 1px solid #282626;
  border-bottom: 1px solid rgba(40, 38, 38, 0.5);
  padding: 12px 8px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 960px) {
  .event-list-ttl {
    font-size: 2.4rem;
    padding: 16px 12px;
  }
}

.event-list-inner {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media print, screen and (min-width: 768px) {
  .event-list-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .page__event-img {
    width: 42%;
  }
}

@media print, screen and (min-width: 768px) {
  .event-list-text {
    width: calc(58% - 40px);
  }
}
.event-list-text p {
  line-height: 2.2;
}

/* ************************************************
 *	アクセス
 * ************************************************ */
.page__content.access {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 56px;
}
@media print, screen and (min-width: 960px) {
  .page__content.access {
    gap: 56px 0;
    margin-top: 72px;
  }
}

.access-content {
  position: relative;
}
.access-content:not(:last-child) .access-content-inner {
  border-bottom: 1px solid rgba(40, 38, 38, 0.5);
  padding-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .access-content:not(:last-child) .access-content-inner {
    padding-bottom: 56px;
  }
}

.access-sec-ttl {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 26px;
}
@media print, screen and (min-width: 960px) {
  .access-sec-ttl {
    font-size: 2.4rem;
  }
}

.access-map {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .access-map {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.access-map figure {
  max-width: 440px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .access-map figure {
    width: 48.3%;
    max-width: 520px;
    margin: 0;
  }
}

.access-flow-img {
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  .access-flow-img {
    height: auto;
    overflow-x: unset;
  }
}
.access-flow-img.car {
  height: 214px;
}
@media print, screen and (min-width: 768px) {
  .access-flow-img.car {
    height: auto;
  }
}
.access-flow-img.train {
  height: 115px;
}
@media print, screen and (min-width: 768px) {
  .access-flow-img.train {
    height: auto;
  }
}
.access-flow-img.plane {
  height: 64px;
}
@media print, screen and (min-width: 768px) {
  .access-flow-img.plane {
    height: auto;
  }
}
.access-flow-img img {
  width: auto;
  max-width: unset;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .access-flow-img img {
    max-width: 100%;
    height: auto;
  }
}

.access-link-wrapper {
  margin-top: 56px;
}
@media print, screen and (min-width: 960px) {
  .access-link-wrapper {
    margin-top: 72px;
  }
}

.access-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 560px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .access-link {
    flex-direction: row;
    justify-content: center;
  }
}
.access-link a {
  width: 100%;
  max-width: 400px;
  background-color: #282626;
  color: #fff;
  line-height: 1;
  border: 1px solid #282626;
  padding: 20px;
}
@media print, screen and (min-width: 960px) {
  .access-link a {
    transition: 0.3s;
  }
  .access-link a:hover {
    background-color: #fff;
    color: #282626;
  }
}
.access-link a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access-link a span::after {
  content: "→";
  padding-left: 40px;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_lead {
  margin-bottom: 2.5em;
}

.policy_area dt {
  font-weight: 500;
}
.policy_area dd {
  margin-bottom: 2.5em;
}
.policy_area li {
  list-style: disc;
  margin-left: 1em;
}/*# sourceMappingURL=page.css.map */