.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/09/exe-back.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;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex2 {
	flex-direction: row-reverse;
}

.ex-btn {
	width: 80%;
	margin: 28px 0 0;
}
.ex-btn a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px 5px;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: #8C3C24;
    color: #F6F1EC;
    letter-spacing: 1px;
    width: 330px;
	border-radius: 30px;
}
.ex-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #747474;
    transition: .3s;
    left: 0;
}
.ex-btn a:hover {
    color: #fff;
}



.intro-h3 {
  text-align: center;
   color: #C8B560;
  font-size: 18px;
}
/*
****************************************
　客客室紹介
*****************************************
*/
.ex-room-wrap {
	max-width: 1020px;
	margin: 40px auto 0;
}
.ex5-slide {
	width: 53%;
	margin-right: 40px;
}
.ex6-slide {
	width: 53%;
	margin-left: 40px;
}
.ex-room h3 {
	font-size: 24px;
}

.ex-room h4 {
	font-size: 1.3rem;
    margin: 10px auto 8px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.ex-room h4::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 40%;
    height: 1px;
    background-color: #F6F1EC;
}

/*
****************************************
　客客特典
*****************************************
*/
.tokuten-link {
	max-width: 800px;
	margin: 0 auto;
    background-color: #494949;
    border-radius: 30px;
    padding: 40px 30px;
}
.tokuten-link h3 {
	text-align: center;
	font-size: 24px;
}
.ex-ul {
	width: 88%;
	margin: 0px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ex-ul li {
	width: calc(100% / 2 - 20px);
	display: block;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
	position: relative;
}
.ex-ul a {
  color: #F6F1EC !important;
}
.ex-ul li:before {
    transform: rotate(225deg);
    content: "";
    display: block;
    position: absolute;
    top: 33%;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    border-top: #F6F1EC 1px solid;
    border-left: #F6F1EC 1px solid;
}


.tokuten-ul {
	max-width: 1020px;
	margin: 80px auto 120px;
}

.tokuten-ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto 0;
}
.tokuten-ul img {
    object-fit: cover;
    aspect-ratio: 15 / 10;
}
img.tokuten-img {
	width: 50%;
}
.tokuten-slide {
	width: 50%;
}
.tokuten-con {
	width: 400px;
	margin-right: 30px; 
}
.tokuten-con h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.tokuten-ul li:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.tokuten-ul li:nth-of-type(2n) .tokuten-con {
	margin-left: 30px;
	margin-right: 40px;
}