.menu-flex div {
	margin-left: 80px;
}
/*
****************************************
　ページの共通
*****************************************
*/
.body {
	background: #2f2f2f;
	color: #F6F1EC;
	overflow: hidden;
}
.section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}
.section p {
    font-size: 16px;
}
section img {
	width: 100%;
	object-fit: cover;
}
.top-ttl {
	text-align: center;
	color: #C8B560;
	font-size: 28px;
}
.top-ttl small {
	color: #F6F1EC;
	font-size: 18px;
}

.top-btn {
	background: #8C3C24;
	color: #F6F1EC !important;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
	padding: 8px 45px 7px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 1.5rem;
}
.top-btn-wh {
	background: #e0dbd7;
	color: #2f2f2f !important;
}
.top-btn-bk {
	background: #2f2f2f;
	color: #e0dbd7 !important;
}
/*
********************************
　全体の共通
*********************************
*/


/*
********************************
　固定バナー
*********************************
*/
.season {
    position: fixed;
    bottom: 70px;
    right: 0px;
	width: 150px;
	z-index: 999;
}
.season img {
	margin-top: 10px;	
}

/*
****************************************
　MV
*****************************************
*/
.mv {
    width: 100%;
	position: relative;
}   
.mv h2 {
	font-size: 28px;
	line-height: 2;
	width: 100px;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.mv-slide {
    position:relative;
    height: 820px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-size: cover;
}
.mvslide-item01 {
	background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.kobe-porttower-hotel.com/wp-content/uploads/2025/06/bath-pc.jpg");
}


.mvslide-item02 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),url(https://www.kobe-porttower-hotel.com/wp-content/uploads/slider8/r-3.jpeg);
}

.mvslide-item03 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),url(https://www.kobe-porttower-hotel.com/wp-content/uploads/2025/05/ex-floor4.jpg);
}
.mvslide-item04 {
    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/slpc4.jpg);
} 
.mvslide-item05 {
    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/19.jpg);
}   

.mvslide-item {
    width: 100%;
    height: 820px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 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%;
}


/*
****************************************
info
*****************************************
*/

.info {
    max-width: 800px;
    margin: 120px auto 0;
}
.info-ul {
    width: 100%;
    text-align: left;
    margin: 40px auto 0;
}
.info-ul li {
    border-top: dotted 1px #fff;
    padding: 10px 0 8px;
    text-align: left;
}

.info-ul li:last-child {
    border-bottom: dotted 1px #fff;
}


/*
****************************************
room
*****************************************
*/
.top-room {
	width: 90%;
	max-width: 1600px;
	margin: 120px auto 0;
}

.top-room-ex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 60px auto 0;
}
.top-room-ex img {
	width: 55%;
	height: auto;
}
.top-room-ex-right {
	margin-left: 20px;
}
.ex-bg {
	background: #1e1d1d;
	padding: 60px 40px;
}
.top-room-ttl {
  position: relative;
  padding: 0 0;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}

.top-room-ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #fff;
}

.top-room-ttl span {
  position: relative;
  padding: 0 1em 0 0;
  background: #1e1d1d;
}
.top-ex-img {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 20px;
}
.top-ex-img img {
	gap: 8px;
	width: calc(100% / 4 - 10px);
}



.top-room-yowa {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 120px auto 0;
}
.yowa-wrap {
	width: 30%;
}
.top-wayo-img {
	width: 60%;
	display: flex;
	gap: 5px;
	height: 400;
}
img.wayo-img1 {
	width: 60%;
}
img.wayo-img2, img.wayo-img3 {
	width: 100%;
	height: 197px;
}
img.wayo-img3 {
	margin-top: 5px;
}

/*
****************************************
大浴場
*****************************************
*/
.top-bath {
	overflow: hidden;
	width: 100%;
	margin: 120px auto 0;
	text-align: center;
}
.top-bath p {
	margin: 40px auto 0;
}
.bath-slide {
    width: 50%;
    margin:40px auto 0;
}
.bath-slide .slick-slide {
    margin: 0 20px;
    height: auto;
}
.bath-slide .slick-list{
    overflow: visible;
  }







/*
****************************************
お食事
*****************************************
*/
.top-restaurant {
	margin: 120px auto 0;
}
.harbor {
	margin: 60px auto 0;
	background: url(https://www.kobe-porttower-hotel.com/wp-content/uploads/2025/05/theharbor.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom -1rem;
	padding: 180px 0;
	color: #0d0d0d;
}
.harbor-contents {
	width: 23%;
	max-width: 650px;
	margin: 0 auto 0 7rem;
	text-align: left;
}
.harbor-contents p {
	text-align: left;
	margin-top: 30px;
}
.harbor-contents img {
	width: auto;
}


.hideout {
	background: url(https://www.kobe-porttower-hotel.com/wp-content/uploads/2025/05/hideoutbg.png) no-repeat;
	background-size: cover;
	background-position: center bottom -1rem;
	padding: 180px 0;
}
.hideout-contents {
	max-width: 650px;
	text-align: left;
	width: 22%;
	margin: 0 7rem 0 auto;
}
.hideout-contents p {
	text-align: left;
	margin-top: 30px;
}
.hideout-contents img {
	width: auto;
}

/*
****************************************
施設・サービス
*****************************************
*/
.top-service {
	max-width: 1200px;
	margin: 120px auto 0;
}
.service-ul {
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

.service-ul li {
	list-style: none;
	width: calc(100% / 3 - 14px);
}

.service-ul li h4 {
	text-align: center;
	margin: 20px auto 10px;
	font-size: 20px;
}

.service-ul li img {
	aspect-ratio: 13 / 10;
}


/*
****************************************
プラン
*****************************************
*/
.top-plan {
	max-width: 1000px;
	margin: 120px auto 0;
	overflow: hidden;
}
.plan-slide {
	margin: 60px auto 0;
}

.plan-slide li {
	max-width: 420px;
	text-align: center;
}
.plan-box {
	padding: 20px;
	background: #fff;
	color: #000;
}
.plan-slide li h4 {
	font-size: 16px;
	margin: 0 auto 8px;
	text-align: left;
}
.plan-slide li p {
	text-align: left;
}
.plan-slide .slick-slide {
    margin: 0 8px;
    height: auto;
}

/*
****************************************
アクセス
*****************************************
*/
.top-access {
	max-width: 1200px;
	margin: 120px auto 0;
	padding-bottom: 120px;
}

.top-access iframe {
	margin: 40px auto;
}