.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/05/ser.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: #a48b78;
  font-size: 24px;
}
.intro p {
  text-align: center;
  margin: 10px auto 0;
}
.intro-logo {
  max-width: 400px;
  position: absolute;
  top: 7%;
  left: 15%;
}
/*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;
}



.doggy-ul {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	align-items: flex-start;
	margin: 40px auto 0;
	gap: 20px;
	text-align: left;
}
.doggy-ul li {
	width: 290px;
}
.doggy-ul li img {
	width: 100%;
}
.doggy-ul li h5 {
	border-bottom: solid 1px #ccc;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.doggy-ul li p {
	font-size: 14px;
}
.doggy-contents {
	max-width: 950px;
	margin: 40px auto 0;
}
.doggy-contents h4 {
	font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}
.doggy-contents table {
	padding-left: 0;
	margin-left: 0;
	margin-top: 30px;
}

.other-ul {
	max-width: 1200px;
	margin: 60px auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.other-ul li {
	width: calc(100% / 4 - 10px);
	margin-bottom: 40px;
}
.other-ul h4 {
	border-bottom: solid 1px #C8B560;
	margin-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.other-ul h4 span {
	background: #C8B560;
	padding: 2px 8px;
	font-size: 13px;
}
.other-ul li p {
	font-size: 15px;
}