@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap');

/* --- 基本スタイル --- */
body {
	background: url("/public/osechi/rci/_assets/img/bg.jpg?v10") center center;
	font-size: 13px;
	line-height: 1.7;
	color: #000000;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	opacity: 0.5;
	transition: all 0.3s;
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.times {
	font-family: 'Times', sans-serif;
}

/* --- レイアウト & コンポーネント --- */
#content {
	width: 768px;
	margin: 0 auto;
}
.top_con {
	text-align: right;
}
.top_con1 {
	width: 100%;
	height: 100%;
	margin-left: auto;
	position: relative;
}
.top_con1 img {
	width: 100%;
}

/* --- タブ --- */
.tab-nav {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	border-bottom: 2px solid #8B4513;
}
.tab-nav-item {
	padding: 12px 40px;
	cursor: pointer;
	font-size: 26px;
	background-color: #f2eadd;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 5px;
	border-radius: 8px 8px 0 0;
	color: #5C4033;
	font-weight: bold;
	transition: all 0.3s;
	width: 50%;
	text-align: center;
}
.tab-nav-item:hover {
	opacity: 0.8;
}
.tab-nav-item.active {
	background-color: #fff;
	color: #000;
	border-color: #8B4513;
	border-bottom: 2px solid #fff;
	top: 2px;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}

/* --- おせち & 忘年会コンテンツ --- */
.menu {
	width: 450px;
	color: #FFF;
	margin: 0 auto;
}
.osechi_info01 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.osechi_info {
	padding: 30px;
	border: 1px solid #e3e1bd;
	color: #333;
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
}
.osechi_info_ttl {
	font-size: 54px;
	line-height: 0.8;
}
.osechi_info_ttl span {
	font-size: 28px;
}
.osechi_info table {
	margin-top: 40px;
	font-size: 24px;
	text-align: left;
	border-spacing: 1em .5em;
	border-collapse: separate;
	width: 100%;
}
.osechi_info table th {
	background: #e4e1bd;
	text-align: center;
	vertical-align: middle;
	color: #333;
}
.price1 {
	border-bottom: 1px solid #D8C7C7;
	padding-bottom: 8px;
}
.price1-1 {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	margin-top: 10px;
}
.price1-2 {
	display: inline-block;
	float: right;
}
.price1-2 span {
	font-size: 40px;
}
.bounenkai_info p,
.bounenkai_info h2,
.bounenkai_info h3 {
	color: #000;
}

/* --- 予約ボタン --- */
.btn_reserve {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.btn_reserve ul {
	width: 100%;
}
.btn_reserve .fair_reserve {
	display: flex;
	justify-content: center;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
}
.btn_reserve .fair_reserve a {
	width: 100%;
	display: block;
	background: url("/public/osechi/rci/_assets/img/btn.png?v4") center center repeat-x;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 8px;
	line-height: 1.5;
}

/* --- お問合せ --- */
#contact {
	text-align: center;
	margin-top: 0;
	font-family: 'Noto Serif JP', serif;
	background: #fff;
	padding-top: 65px;
}
#contact .textContact {
	font-size: 15px;
}
#contact .telContact {
	font-size: 19px;
	margin-top: 24px;
}
#contact .telContact a {
	font-size: 33px;
	color: #000;
}
#contact .timeContact {
	line-height: 1.3;
}
#contact .noteContact {
	letter-spacing: -2px;
}

/* --- スライダーのスタイル --- */
.osechi-slider {
	position: relative;
	max-width: 800px;
	margin: 40px auto;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #8B4513;
	overflow: hidden;
	color: #333;
}
.slides-container {
	display: flex;
}
.slide {
	flex: 0 0 100%;
	box-sizing: border-box;
	padding: 0 40px;
}
.slide h3 {
	text-align: center;
	font-size: 2em;
	color: #8B4513;
	margin-bottom: 20px;
}
.slide ul {
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.slide li {
	margin: 0 10px;
}
.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
}
.slider-prev {
	left: 10px;
}
.slider-next {
	right: 10px;
}
.slider-dots {
	text-align: center;
	margin-top: 15px;
}
.dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.dot.active {
	background-color: #8B4513;
}

/* --- プレミアムおせち用のスタイル --- */
.premium-info-wrapper {
	color: #333;
	background-color: #fff;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.premium-title {
	background-color: #fff;
	color: #990000;
	padding: 10px 0px;
	margin: 0 auto 40px;
	border: 2px solid #990000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
}
.premium-title h2 {
	font-size: 23px;
	margin: 0;
	font-weight: bold;
}
.premium-title p {
	font-size: 20px;
	margin: 0 0 0 30px;
	font-weight: bold;
	background-color: #c0392b;
	color: #fff;
	width: 130px;
	text-align: center;
	padding: 10px 0;
}
.price-box {
	padding: 20px 0;
	display: inline-block;
}
.price-box .price-details {
	font-size: 1.1em;
	margin: 0;
	border: 2px solid #333;
}
.price-box .price-main {
	font-size: 2.5em;
	font-weight: bold;
	margin: 5px 0;
}
.price-box .price-tax {
	font-size: 1.1em;
	margin: 0;
}
.early-bird {
	color: white;
	padding: 0 20px;
	max-width: 700px;
	margin: 0 auto 30px auto;
	border-radius: 8px;
}
.early-bird .early-bird-text {
	font-size: 20px;
	margin: 0 auto;
	background-color: #c0392b;
	border-radius: 35px;
	padding: 10px 0px;
	width: 390px;
}
.early-bird .early-bird-price {
	font-size: 2.5em;
	font-weight: bold;
	margin: 10px 0;
	color: #c0392b;
}
.early-bird .early-bird-tax {
	font-size: 1.1em;
	margin: 0;
}
.description-box {
	max-width: 650px;
	margin: 0 auto;
	line-height: 35px;
	font-size: 1.1em;
	text-align: left;
}

.description-box p {
	line-height: 20px;
	text-align: left;
}

.description-box h3 {
	font-size: 1.8em;
	color: #8B4513;
	margin-bottom: 15px;
	text-align: left;
}

/* --- フッター --- */
#footer {
	text-align: center;
	padding-top: 40px;
	height: 180px;
	margin-top: 0;
	font-family: 'Noto Serif JP', serif;
	background: url("/public/osechi/rci/_assets/img/bg.jpg?v4") center center repeat-x, #000;
	color: #000;
}
#footer .textWeb {
	font-size: 13px;
}
#footer .logo-footer {
	margin: 4px auto;
	width: 219.68px;
}
#footer .logo-footer a {
	color: #000;
}

/* --- レスポンシブ (SP) --- */
@media (max-width: 768px) {
	#content {
		width: 100%;
	}
	#contact {
		margin-top: 0;
		padding: 43px 0px;
		color: #000;
	}
	#contact a {
		color: #000;
	}
	#contact .textContact {
		font-size: 14px;
	}
	#contact .telContact {
		font-size: 16px;
		margin-top: 10px;
	}
	#contact .telContact a {
		font-size: 24px;
	}
	#footer {
		padding: 10px 0px 80px 0px;
		margin-top: 0;
		height: unset;
		background: #fff;
	}
	
	.menu {
		width: 100%;
		color: #FFF;
		margin: 0 auto;
	}
	
	.tab-nav-item {
		padding: 12px 40px;
		cursor: pointer;
		font-size: 17px;
		background-color: #f2eadd;
		border: 1px solid #ccc;
		border-bottom: none;
		margin: 0 5px;
		border-radius: 8px 8px 0 0;
		color: #5C4033;
		font-weight: bold;
		transition: all 0.3s;
		width: 50%;
		text-align: center;
	}
	
	.premium-title {
		background-color: #fff;
		color: #990000;
		padding: 10px 0;
		border-radius: 2px solid #990000;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 auto 40px;
	}
	
	.premium-title h2 {
		font-size: 20px;
		margin: 0;
		font-weight: bold;
	}
	
	.premium-title p {
	font-size: 20px;
	margin: 0 0 0 16px;
	font-weight: bold;
	background-color: #c0392b;
	color: #fff;
	width: 130px;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
	}
	
	
	.osechi_info01 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.osechi_info {
		padding: 15px;
		width: 95%;
	}
	.osechi_info_ttl {
		font-size: 28px;
	}
	.osechi_info_ttl span {
		font-size: 21px;
	}
	.osechi_info table {
		margin-top: 20px;
		font-size: 15px;
		border-spacing: 0.5em;
	}
	.osechi_info table th {
		width: 40%;
		padding: 15px 5px;
		line-height: 1.3;
		font-size: 13px;
	}
	.price1-1 {
		margin-right: 10px;
		margin-top: 5px;
	}
	.price1-2 span {
		font-size: 24px;
	}
	.btn_reserve .fair_reserve {
		width: 90%;
		height: 60px;
	}
	.btn_reserve .fair_reserve a {
		padding-top: 12px;
	}
	.early-bird {
		color: white;
		padding: 0px;
		max-width: 700px;
		margin: 0 auto 30px auto;
		border-radius: 8px;
	}
	.early-bird .early-bird-text {
		font-size: 18px;
		margin: 0 auto;
		background-color: #c0392b;
		border-radius: 35px;
		padding: 10px 0px;
		width: 100%;
	}
	
}