.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/harbor-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%);
}
.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: 15px;
}
.section img {
  width: 100%;
  object-fit: cover;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex2 {
	flex-direction: row-reverse;
}
hr.shorthr {
	border: 0;
	border-top: 2px solid #C8B560;
	width: 10%;
	margin: 6px 0;
	opacity: .25;
	
}
.menu-btn {
	width: 100% !important;
	margin: 40px auto 0 !important;
}
.menu-btn a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: #8C3C24;
    color: #F6F1EC;
    letter-spacing: 1px;
    width: 330px;
}
.menu-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #747474;
    transition: .3s;
    left: 0;
}
.menu-btn a:hover {
    color: #F6F1EC;
}
/*
****************************************
　intro
*****************************************
*/
.intro {
	margin: 0 auto;
  padding: 120px 0 0;
  text-align: center;
  position: relative;
  background: #494949;
}
.intro img {
	max-width: 800px;
	margin: 20px auto 40px;
}
.intro h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.intro h3 {
	color: #C8B560;
	font-size: 18px;
}
.intro p {
  text-align: center;
  margin: 10px auto 0;
}
.intro p span {
  background: #8C3C24;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 15px;
    margin-top: 10px;
}



.section-bg {
	  background: #494949;
	padding: 100px 0;
}
.menu-point {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1020px;
	margin: 80px auto 0;
}
.menu-point div {
	width: calc(100% / 2 - 20px);
}
.menu-point div h4 {
	text-align: center;
	color: #C8B560;
	margin: 20px auto 10px;
}


/*
****************************************
　各時間帯のお食事内容
*****************************************
*/
.menu-ul {
	max-width: 1020px;
	margin: 0 auto 0;
}
.menu-ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto 0;
}
.menu-ul li div {
	width: 40%;
	margin-left: 60px;
}
.menu-ul li img {
	width: 50%;
}
.menu-ul li h4 {
	font-size: 30px;
	color: #C8B560; 
}
.menu-ul li h5 {
	color: #C8B560;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.menu-ul li:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.menu-ul li:nth-of-type(2n) div {
	margin-left: 0;
	margin-right: 60px;
}


/*
****************************************
　info
*****************************************
*/
.restaurant-information {
    width: 950px;
    margin: 120px auto 80px;
    padding: .5rem;
	text-align: center;
}
.restaurant-information h3 {
	color: #C8B560;
	font-size: 16px;
}
.restaurant-information h3 span {
	font-size: 20px;
}
.restaurant-information table {
    font-family: 'Shippori Mincho B1', serif;
    width: 100%;
    color: #333;
    font-size: 14px;
	margin-top: 40px;
}

.restaurant-information table tr {
    border-bottom: 1px solid #e0dbd7;
}
.restaurant-information table tr.border-t{
    border-top: 1px solid;
}
.restaurant-information table tr.bodernone {
    border-bottom: none;
}

.restaurant-information table th {
    width: 25%;
    text-align: center;
    vertical-align:text-top;
    padding: 1rem 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: initial;
    background: #c2c1c1;
}
.restaurant-information table td {
    font-family: "Noto Sans", sans-serif;
    padding: 1rem;
    font-size: 13px;
    text-align: left;
    line-height: 1.6rem;
    background: #fff;
	vertical-align: text-top;
}

.restaurant-information table .btn-sns {
	display: block;
	border: solid 1px #333;
	padding: 8px 0;
	text-align: center;
}



.outro {
	text-align: center;
	margin: 80px auto ;
}

.outro h3 {
	color: #C8B560;
	font-size: 18px;
	margin-bottom: 20px;
}

.restaurant-slider {
  display: flex;
  margin: 40px calc(50% - 50vw) 0;
  width: 100vw;
  height:300px;
  overflow: hidden;
}
.restaurant-slider ul{
	display:flex;
	padding: 0;
	margin:0;
}
.restaurant-slider li{
	width: 400px;
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
}

.restaurant-slider ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.restaurant-slider ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
