.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/04/20-4.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;
}


/*
****************************************
　ページの共通
*****************************************
*/
.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;
}
.center {
	text-align: center;
}

/*
****************************************
　プラン
*****************************************
*/
.plan_waku{
	width: 950px;
	margin: 0 auto 77px auto;
	text-align: center;
}
.plan_contents {
	display: flex;
	align-items: top;
	gap:10px;
	flex-wrap: wrap;
}
.plan_contents img {
	width: 100%;
}
.plan_contents li {
	width: calc((100% - 20px) / 3);
	margin-top: 40px;
	display: flex;
    flex-direction: column;
}
.plan_contents h4 {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}
.plan_contents p {
	width: 90%;
	text-align: left;
	margin: 15px auto 15px;
}
.plan_contents li div {
	width: 80%;
	margin: auto auto 0;
	display: flex;
	justify-content: space-between;
}







.plan_waku{
	width: 950px;
	margin: 0 auto 77px auto;
	text-align: center;
}
.plan_contents01 {
	display: flex;
	align-items: top;
	gap:20px;
	flex-wrap: wrap;
}
.plan_contents01 img {
	width: 100%;
}
.plan_contents01 li {
	width: calc((100% - 40px) / 3);
	margin-top: 40px;
	display: flex;
    flex-direction: column;
}
.plan_contents01 h4 {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
}
.plan_contents01 p {
	width: 90%;
	text-align: left;
	margin: 15px auto 15px;
	line-height: 1.5;
}
.plan_contents01 li div {
	width: 100%;
	margin: auto auto 0;
}
.plan_contents01 li div a {
	display: flex;
  justify-content: center;
  align-items: center;
	margin: 10px auto 0;
	padding: 15px 0;
	color: #F6F1EC;
	background: #a02a37;
	border-radius: 5px;
}
.plan_contents01 li div a::after {
	content: '';
  width: 5px;
  height: 5px;
    margin-left: 10px;
  border-top: 2px solid #F6F1EC;
  border-right: 2px solid #F6F1EC;
  transform: rotate(45deg);
}


a.plan_btn-sudomari {
	background: #494949 !important;
}


#standard, #business, #family, #dinner {
	margin-top: 80px;
}
#standard h3, #business h3, #family h3, #dinner h3 {
	font-size: 18px;
	line-height: 1.5 !important;
	letter-spacing: 1.8px;
	color: #fff !important;
	width: inherit!important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background-color: inherit!important;
	text-align: center;
}
#standard h3 span, #business h3 span, #family h3 span, #dinner h3 span {
	color: #C8B560 !important;
	font-size: 24px;
}
.plan_btn_lv2 {
	display: flex;
	flex-wrap: wrap;
}
.plan_btn_lv2 a {
	width: 140px;
}a.plan_btn-2 {
	background: #887345 !important;
}
a.plan_btn-dinner {
	background: #2A3B52 !important;
}
a:hover {
	text-decoration: none;
	opacity: 0.9;
	transition: .3s;
}
a:hover:visited {
	color: #fff;
	
}