/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/onsen/pagetit_bg.jpg) center;
  background-size: cover;
}

.sec_tit02 {
  color: #fff;
}

.pic_slide {
  max-width: 1280px;
  margin: 0 auto 40px;
}
.pic_slide .pic_caption {
  padding-right: 100px;
}

@media screen and (max-width: 810px) {
  .pic_slide {
    margin-bottom: 24px;
  }
  .pic_slide .slide_item img {
    aspect-ratio: 828/600;
    object-fit: cover;
  }
  .pic_slide .pic_caption {
    padding-right: 10px;
  }
}
/* ---------------------------------------------------
	history
------------------------------------------------------ */
#history {
  padding: 96px 0;
}
#history .history_bg {
  padding: 96px 0;
  background: url(../img/onsen/history_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#history .history_bg .bg_col {
  max-width: 1280px;
  margin: 0 auto;
}
#history .history_bg .bg_col .col_pic {
  width: calc(50% + 80px);
}
#history .history_bg .bg_col .col_txt {
  width: calc(50% - 110px);
}
#history .history_bg .bg_col .col_txt > * {
  max-width: 426px;
}
#history .history_bg .bg_table_wrap {
  margin-top: 96px;
  padding: 24px 48px 40px;
  background: rgba(92, 146, 145, 0.4);
}
#history .history_bg .table th,
#history .history_bg .table td {
  color: #fff;
}
#history .history_bg .table th {
  width: 28%;
  padding-left: 20px;
}

@media screen and (max-width: 810px) {
  #history {
    padding: 48px 0;
  }
  #history .history_bg {
    padding: 0 0 48px 0;
  }
  #history .history_bg .bg_col .col_pic {
    width: 100%;
  }
  #history .history_bg .bg_col .col_txt {
    width: calc(100% - 40px);
    margin: 32px auto 0;
  }
  #history .history_bg .bg_col .col_txt > * {
    max-width: 100%;
  }
  #history .history_bg .bg_table_wrap {
    margin-top: 48px;
    padding: 32px 20px 40px;
  }
  #history .history_bg .table th {
    width: 100%;
    padding-left: 12px;
  }
}
/* ---------------------------------------------------
	public
------------------------------------------------------ */
#public {
  padding: 96px 0;
}
#public .public_sec {
  padding: 96px 0 0;
}

#sauna .sauna_box {
  margin-top: 60px;
  padding: 48px 56px;
  background: url(../img/onsen/public_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#sauna .sauna_box .box_txt {
  width: 50%;
}
#sauna .sauna_box .box_txt .caption::after {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  margin: 24px auto 0;
  background: url(../img/common/icon_tit.svg) no-repeat;
  background-size: 100%;
}
#sauna .sauna_box .box_pic {
  width: 46%;
  max-width: 440px;
}

@media screen and (max-width: 810px) {
  #public {
    padding: 48px 0;
  }
  #public .public_sec {
    padding: 48px 0 24px;
  }
  #sauna .sauna_box {
    margin-top: 48px;
    padding: 32px 20px 40px;
  }
  #sauna .sauna_box .box_txt {
    width: 100%;
  }
  #sauna .sauna_box .box_txt .caption::after {
    content: "";
    display: block;
    width: 25px;
    height: 24px;
    margin: 24px auto 0;
    background: url(../img/common/icon_tit.svg) no-repeat;
    background-size: 100%;
  }
  #sauna .sauna_box .box_pic {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
}
/* ---------------------------------------------------
	private
------------------------------------------------------ */
#private {
  padding: 96px 0 192px;
}

@media screen and (max-width: 810px) {
  #private {
    padding: 48px 0 96px;
  }
}
/* ---------------------------------------------------
	other
------------------------------------------------------ */
#other {
  padding: 60px 0 64px;
  background: rgba(92, 146, 145, 0.4);
  color: #fff;
}
#other .other_col .col_item {
  width: 46.3%;
  max-width: 500px;
}
#other .other_col .col_item .item_txt {
  padding: 56px 38px 0;
}

@media screen and (max-width: 810px) {
  #other {
    padding: 48px 0 48px;
  }
  #other .other_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #other .other_col .col_item .item_txt {
    padding: 24px 0 0;
  }
  #other .other_col .col_item + .col_item {
    margin-top: 40px;
  }
}
/* ---------------------------------------------------
	info
------------------------------------------------------ */
#info {
  margin-top: 192px;
  padding: 64px 0;
  background: rgba(92, 146, 145, 0.4);
  color: #fff;
}
#info .sec_tit02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
  #info {
    margin-top: 48px;
    padding: 48px 0;
  }
  #info .sec_tit02 {
    margin-bottom: 30px;
  }
}