.page-mv {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.kobe-porttower-hotel.com/wp-content/uploads/2024/06/furoback.jpg");
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	height: 350px;
	position: relative;
}
.page-mv h2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 30px;
}
.page-mv h2 small {
	font-size: 18px;
}
.page-mv img {
  width: 250px;
}

/*
****************************************
　ページの共通
*****************************************
*/
.body {
  background: #2f2f2f;
  color: #F6F1EC;
  overflow: hidden;
}
.section {
  margin: 120px auto 0;
}
.section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}
.section h5 {
  text-align: center;
}
.section p {
  font-size: 16px;
}
section img {
  width: 100%;
  object-fit: cover;
}
/*
****************************************
　intro
*****************************************
*/
.intro {
  padding: 120px 0 0;
  text-align: center;
  position: relative;
}
.intro h3 {
  text-align: center;
  margin: 0 auto;
  color: #C8B560;
  font-size: 24px;
}
.intro p {
  text-align: center;
  margin: 10px auto 0;
}
.intro-logo {
  max-width: 400px;
  position: absolute;
  top: 7%;
  left: 15%;
}
/*
****************************************
　サウナ
*****************************************
*/
.bath-box {
  max-width: 1120px;
  margin: 120px auto 0;
}
.bath-box h4 {
  text-align: center;
  margin: 0 auto;
  color: #C8B560;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 2;
}
.bath-box h4 small {
  color: #F6F1EC;
  font-size: 15px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.bath-sauna img {
  width: 50%;
}
.sauna-aka {
  border: solid 1px #8C3C24;
  color: #8C3C24;
  background: #e0dbd7;
  margin: 20px auto;
  padding: 5px;
  font-size: 15px;
}
.sauna-box {
  font-size: 15px;
  border: solid 1px #fff;
  padding: 10px;
}
.sauna-box h5 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
/* table01 */
.table-wrap {
  margin: 80px auto 0;
}
.table-wrap h5 {
  font-size: 18px;
  margin: 0 auto 30px;
}
.bath-table {
  width: 100%;
}
.bath-table tr {
  border-top: 1px solid #e0dbd7;
  border-bottom: 1px solid #e0dbd7;
  color: #fff;
}
.bath-table th, .bath-table td {
  padding: 18px 0;
  border: none;
}
.bath-table th {
  width: 30%;
  text-align: left;
}
/*
****************************************
　岩盤浴
*****************************************
*/
.ganaban {
  margin: 80px auto 0;
}
.ganaban h5 {
  font-weight: 600;
  text-align: center;
  font-variant-position: 18px;
  margin-bottom: 15px;
}
.ganaban2 {
  margin: 80px auto;
}
.ganaban2 div {
  width: calc(100% / 3 -10px);
  background: #e0dbd7;
  color: #2f2f2f;
  border-radius: 5px;
  padding: 15px 15px 15px;
  font-size: 14px;
  line-height: 1.3;
}
.ganaban2 h6 {
  color: #8C3C24;
  text-align: center;
  font-size: 18px;
  margin: 0px auto 10px;
  line-height: 1.5;
}
.ganaban2 h6 small {
  font-size: 16px;
  color: #2f2f2f;
}
/*templat*/
.templat-flex {
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: 100px;
  align-items: flex-start;
}
.serviceback {
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #494949;
  top: 3.5138888889vw;
  width: 95%;
  height: 20vw;
}
.serviceback2 {
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #494949;
  top: 3.5138888889vw;
  width: 95%;
  height: 20vw;
}
.templat-flex2 {
  flex-direction: row-reverse;
}
.templat-flex h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .3rem;
  font-size: 28px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.templat-flex h3 span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-orientation: upright;
  font-family: initial;
  background-color: #C8B560;
  padding: .5rem .2rem;
  color: #fff;
}
.templat {
  max-width: 950px;
  margin: 0 0 0 auto;
}
.templat2 {
  margin: 0 auto 0 0;
}
.templat h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}
.templat p {
  font-size: 15px;
  margin-top: 10px;
}
.templat h4, .templat p {
  padding-left: 40px;
}
.templat-img img {
  aspect-ratio: 15 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.templat-table {
  margin-left: 40px;
}
.templat-table tr {
  border-bottom: 1px dashed rgba(233, 233, 233, 0.2);
  color: #fff;
}
.templat-table th, .templat-table td {
  padding: 10px 0;
  border: none;
}
.templat-table th {
  width: 20%;
  text-align: left;
}