@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
}
.header {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	font-weight: bold;
	font-size: 20px;
}
.header-list {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	font-weight: bold;
}
.header-item {
	color: #FFFFFF;
	padding-right: 15px;
	border-right: #FFFFFF solid 1px;
}
.header-item:last-child {
	border-right: 0px;
}
.MV {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
.MV_box_top {
	position: absolute;
	width: 40%;
	height: 100%;
	background: rgba(0,0,0,0.40);
	color: white;
	top: 0;
	right: 0;
	font-size: 40px;
	text-align: right;
	padding: 2%;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
}
.MV_box_bottom {
	position: absolute;
	color: white;
	bottom: 0;
	right: 0;
	font-size: 40px;
	text-align: right;
	padding: 2%;
	font-family: "Noto Serif JP", serif;
}
.MV_box_red {
	font-weight: 700;
	text-decoration: underline;
}
.MV img {
	width: 100%;
}
.main {
	width: 940px;
	margin: auto;
}
.front-line {
	background-color: #AD2B00;
	height: 5px;
	width: 100%;
}
.index_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.index_top_text {
	width: 64%;
}
.index_top_text h2 {
	font-size: 20px;
	color: white;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
}
.index_top_text_yello {
	color: #FFD400;
}
.index_top_text_main {
	color: white;
}
.index_top_imag {
	width: 34%;
}
.index_top_imag img {
	width: 100%;
}
.index_link {
	margin-bottom: 50px;
}
.index_link img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.index_link_cook {
	position: relative;
}
.index_link_drink {
	position: relative;
}
.index_link_cook_text {
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.30);
	height: 100%;
	width: 0%;
	text-align: center;
	writing-mode: vertical-rl;
	padding-right: 13%;
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
}
.index_link_drink_text {
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.30);
	height: 100%;
	width: 0%;
	text-align: center;
	writing-mode: vertical-rl;
	padding-right: 13%;
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
}
.index_news {
	margin-bottom: 50px;
}
.index_news_title {
	display: flex;
	align-items: center;
	color: white;
	font-size: 28px;
	margin-bottom: 30px;
}
.index_news_title:before,
.index_news_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: white;
}
.index_news_title:before {
	margin-right: 1rem;
}
.index_news_title:after {
	margin-left: 1rem;
}
.index_news_box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px white;
}
.index_news_category {
	color: #D43500;
	background: #FFD400;
	padding: 0px 10px;
	border-radius: 10px;
	height: 20px;
}
.index_news_text {
	color: white;
	width: 85%;
}
.index_news_text_red {
	color: #FF7B00;
}
.index_about {
	margin-bottom: 50px;
}
.index_about_title {
	display: flex;
	align-items: center;
	color: white;
	font-size: 28px;
	margin-bottom: 30px;
}
.index_about_title:before,
.index_about_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: white;
}
.index_about_title:before {
	margin-right: 1rem;
}
.index_about_title:after {
	margin-left: 1rem;
}
.index_about_img img {
	width: 50%;
}
footer {
	border-top: solid #FFFFFF 5px;
}
.footer-list {
	margin: 50px 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	font-weight: bold;
}
.footer-item {
	color: #FFFFFF;
	padding-right: 15px;
	border-right: #FFFFFF solid 1px;
}
.footer-item:last-child {
	border-right: 0px;
}
.footer-img {
	text-align: center;
	margin-bottom: 50px;
}
.footer-c {
	background: #AD2B00;
	padding: 50px 0 50px;
	text-align: center;
	color: white;
}
.menu-top {
	color: #FFFFFF;
	text-align: center;
	margin: 50px 0 50px;
}
.menu-top-yello {
	color: #FFD400;
}
.menu {
	margin-bottom: 50px;
}
.tabs {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #FFFFFF;
	justify-content: space-between;
}
.tabs li {
	color: #FFFFFF;
    padding: 7px 3.1%;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    background-color: #000000;
}
.tabs li.active {
	color: #000000;
    background-color: #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}
.tab-content {
    display: none;
	color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 15px;
    background-color: #000000;
}
.tab-content.active {
    display: block;
}
.menu-content {
	display: flex;
	justify-content: space-between;
}
.menu-content-top {
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.menu-left {
	width: 49%;
	border-bottom: solid #FFFFFF 0.5px;
	line-height: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.menu-right {
	width: 49%;
	border-bottom: solid #FFFFFF 0.5px;
	line-height: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.menu-name-yen {
	display: flex;
	justify-content: space-between;
}
.menu-content-mar {
	height: 50px;
}
.menu-content-cote {
	color: #AD2B00;
	background: #FFD400;
	margin-left: 10px;
	padding: 3px 7px;
	border-radius: 12px;
}
.menu-copy {
	font-size: 15px;
}
@media screen and (max-width: 900px) {
	.MV {
		width: auto;
		height: 600px;
	}
	.MV img {
		height: 100%;
		object-fit: cover;
	}
	.MV_box_top {
		position: absolute;
		width: 100%;
		height: auto;
		background: rgba(0,0,0,0.40);
		color: white;
		top: 0;
		right: 0;
		font-size: 25px;
		text-align: right;
		padding: 2%;
		font-family: "Noto Serif JP", serif;
		line-height: 1.4;
	}
	.MV_box_bottom {
		position: absolute;
		width: 100%;
		height: auto;
		background: rgba(0,0,0,0.40);
		color: white;
		bottom: 0;
		right: 0;
		font-size: 25px;
		text-align: right;
		padding: 2%;
		font-family: "Noto Serif JP", serif;
	}
	.header-nav {
		position: fixed;
		top: 0;
		right: -100%; /* 初期状態では画面の外に隠れている */
		width: 300px;
		height: 100%;
		background-color: #000000;
		color: #333;
		transition: right 0.3s ease; /* スライドインのアニメーション */
		padding: 20px;
		box-sizing: border-box;
		z-index: 10;
	}
	.header-nav.open {
		right: 0;
	}
	.hamburger {
		position: fixed;
		top: 35px;
		right: 20px;
		width: 30px;
		cursor: pointer;
		z-index: 20;
	}
	.hamburger span {
		display: block;
		height: 3px;
		width: 100%;
		background-color: #FFFFFF;
		margin: 5px 0;
		transition: 0.4s;
	}
	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}
	.header-nav ul {
		list-style-type: none;
		padding: 0;
		margin-top: 80px;
	}
	.header-nav li {
		padding: 20px 0;
		border-bottom: 1px solid #FFFFFF;
	}
	.header-nav li a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
	}
	.header-list {
		display: block;
		align-items: center;
		gap: 0;
		font-size: 16px;
		font-weight: bold;
	}
	.header-item {
		padding-right: 0;
		border-right: none;
	}
	.header-item:last-child {
		border-right: 0px;
	}
	.main {
		width: 100%;
		margin: auto;
	}
	.index_top_text {
		width: 100%;
		padding: 2%;
		position: absolute;
		z-index: 1;
	}
	.index_top_imag {
		width: 100%;
		position: relative;
	}
	.index_top_imag img {
		width: 100%;
		opacity: 0.6;
	}
	.index_news_title:before {
		content: "";
		height: 1px;
		flex-grow: 0;
		background-color: white;
	}
	.index_news_title:before {
		margin-right: 0rem;
	}
	.index_about_title:before {
		content: "";
		height: 1px;
		flex-grow: 0;
		background-color: white;
	}
	.index_about_title:before {
		margin-right: 0rem;
	}
}