@charset "UTF-8";

/* =============================================
   フォント設定
   ============================================= */
/* 基本フォント：メイリオ */
#strawberry {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "MS PGothic", sans-serif;
}

/* 見出し・タイトル：Noto Serif JP */
#strawberry .kv_lead,
#strawberry .kv_description,
#strawberry .month_title_text,
#strawberry .menu_title,
#strawberry .tab_btn,
#strawberry .coming_soon_title {
	font-family: 'Noto Serif JP', serif;
}

.gap40 {
	gap: 40px;
}

/* =============================================
   ヘッダー
   ============================================= */
#header {
	background-color: #fff;
	text-align: center;
	border: none;
	position: relative;
}
#header .logoBox {
	float: none;
	padding: 30px 0;
}
#header .logoBox .logo img {
	width: auto;
}
#header .btn {
	position: fixed;
	top: 0;
	left: 20px;
	background: #ac9151;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	z-index: 999;
}
#header .btn a {
	display: block;
	color: #fff;
	padding: 15px 20px;
}
#header .btn:hover {
	opacity: 0.8;
}

#container {
	margin-top: 0;
	background-color: #fee7d7;
}

#container a {
	text-decoration: none;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* =============================================
   いちごフェア2026 基本スタイル
   ============================================= */

#strawberry {
	background-color: #fff;
	padding: 0;
}

#strawberry a:hover {
	opacity: 0.8;
}

/* =============================================
   KVセクション
   ============================================= */

.kv {
	position: relative;
	width: 100%;
	overflow: visible;
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12), 0px 8px 24px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	z-index: 11;
}

.kv_container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	padding: 0 40px;
	box-sizing: border-box;
	z-index: 2;
}

/* 左側：いちごのイラスト */
.kv_image {
	position: relative;
	flex: 0 0 auto;
	z-index: 20;
	margin-bottom: -30px;
}

.kv_image img {
	width: 480px;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: block;
}

/* 右側：コンテンツ */
.kv_content {
	position: relative;
	flex: 0 1 auto;
	max-width: 612px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	z-index: 4;
	margin-top: 69px;
}

.kv_lead {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 35px;
	line-height: normal;
	color: #000;
	margin: 0;
}

.kv_title {
	width: 100%;
	max-width: 603px;
	position: relative;
}

.kv_title img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: block;
}

.kv_description {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	color: #000;
	margin: 0;
	padding-top: 40px;
}

.kv_description p {
	margin: 0;
}

/* =============================================
   タブナビゲーション
   ============================================= */

.tab_navigation {
	position: relative;
	background-color: #FEE7D7;
	z-index: 10;
	padding: 80px 0;
}

.tab_navigation .wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.tab_buttons {
	display: flex;
	justify-content: center;
	gap: 22px;
	flex-wrap: wrap;
}

.tab_btn {
	position: relative;
	width: 283px;
	height: 100px;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	box-shadow: 0px 3px 7px 0px rgba(54, 3, 0, 0.35);
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 30px;
	color: #000;
	text-align: center;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: visible;
}

.tab_btn.active {
	border: 1px solid #ff0000;
	position: relative;
}

.tab_btn.active::after {
	content: '';
	position: absolute;
	bottom: -82px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid #fff;
	z-index: 5;
	pointer-events: none;
}

.tab_btn_bg {
	position: absolute;
	left: 19px;
	top: 20px;
	width: 260px;
	height: 100px;
	z-index: 1;
	pointer-events: none;
}

.tab_btn_bg_inner {
	position: absolute;
	top: -1%;
	left: -0.38%;
	right: -0.38%;
	bottom: -1%;
	width: calc(100% + 0.76%);
	height: calc(100% + 2%);
	/* 背景画像は後で追加 */
}

.tab_btn_strawberry_left {
	position: absolute;
    left: -20px;
    bottom: -20px;
	width: 124px;
	height: 66px;
	z-index: 2;
	pointer-events: none;
}

.tab_btn_strawberry_left .tab_btn_strawberry_img_base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
	pointer-events: none;
}

.tab_btn_strawberry_right {
	position: absolute;
    right: -3px;
    top: -20px;
	width: 74px;
	height: 72px;
	z-index: 2;
	pointer-events: none;
}

.tab_btn_strawberry_right .tab_btn_strawberry_img_base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
	pointer-events: none;
}

.tab_btn_text {
	position: relative;
	z-index: 3;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 30px;
	color: #000;
	text-align: center;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none;
}

.tab_btn:hover {
	text-decoration: none;
	color: #000;
	opacity: 1;
}

.tab_btn.coming_soon_btn {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	display: block;
	pointer-events: none;
	cursor: default;
}

.tab_btn.coming_soon_btn img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* =============================================
   タブコンテンツ（アンカーリンク用）
   ============================================= */

.tab_content {
	padding: 60px 20px;
	background-color: #fff;
}

/* =============================================
   月タイトルセクション
   ============================================= */

.month_title {
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 307px;
	padding: 0 40px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: center;
}

.title_decoration_left {
	position: absolute;
	left: 2vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: clamp(120px, 24vw, 344px);
	height: auto;
}

.title_decoration_right {
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: clamp(150px, 24vw, 471px);
	height: auto;
}

.title_decoration_left img,
.title_decoration_right img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.title_decoration_sp {
	display: none;
}

.month_title_text {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 72px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0 60px;
	position: relative;
	z-index: 2;
	line-height: 1;
}

/* =============================================
   レストランセクション
   ============================================= */

.restaurant_section {
	margin-bottom: 100px;
}

.restaurant_section:last-child {
	margin-bottom: 0;
}

/* =============================================
   メニューブロック
   ============================================= */

.menu_block_content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.restaurant_brand {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
}

.restaurant_logo {
	flex: 0 0 auto;
	max-width: 60px;
	width: auto;
}

.restaurant_logo img {
	width: 100%;
	height: auto;
	display: block;
}

.restaurant_info {
	flex: 1;
}

.restaurant_name {
	font-size: 13px;
	color: #0041c6;
	margin: 0;
	font-weight: normal;
	line-height: 1.5;
	text-decoration: none;
	display: inline-block;
}

.restaurant_name:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.menu_block_content_row {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.menu_image {
	flex: 0 1 50%;
	max-width: 587px;
}

.menu_image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

.menu_content {
	flex: 1;
}

.menu_subtitle {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1;
}

.menu_title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 36px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.4;
}

.menu_description {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 20px;
}

.menu_period {
	background-color: #FEF2EA;
	padding: 20px 15px;
	margin-bottom: 20px;
	border-radius: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.menu_period p {
	font-size: 16px;
	color: #000;
	margin: 0;
	text-align: left;
	line-height: 1;
	letter-spacing: -0.5px;
}

.menu_period .period_note {
	font-size: 12px;
	margin-top: 0;
}

.menu_buttons {
	display: flex;
	gap: 16px;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 40px;
}

.menu_buttons.flexBox {
	display: flex;
	flex-wrap: nowrap;
}

.btn_detail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 40px;
	background-color: #ec1b11;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s ease;
	min-width: 200px;
	flex: 0 0 auto;
	font-weight: normal;
	white-space: nowrap;
}

.btn_detail:hover {
	background-color: #d62828;
	color: #fff;
	opacity: 1;
	transform: none;
	box-shadow: none;
}

/* =============================================
   特典セクション
   ============================================= */

.menu_bonus {
	display: flex;
	gap: 10px;
	border: 1px solid #EC1B11;
	margin-top: 50px;
	align-items: center;
}

.bonus_content {
	flex: 1;
	padding: 0 0 0 10px;
}

.bonus_title {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
}

.bonus_text {
	font-size: 14px;
	color: #000;
}

.bonus_note {
	font-size: 12px;
	color: #000;
	margin: 0;
}

.bonus_image {
	flex: 0 0 auto;
	max-width: 280px;
	height: 100%;
	display: flex;
	align-items: stretch;
}

.bonus_image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* =============================================
   ギャラリーセクション
   ============================================= */

.gallery_section {
	display: flex;
	gap: 20px;
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.gallery_item {
	flex: 1;
	min-width: 0;
	max-width: 280px;
}

.gallery_item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	margin-bottom: 12px;
}

.gallery_caption {
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0;
	line-height: 1.5;
}

/* =============================================
   Coming Soonセクション
   ============================================= */

.coming_soon_section {
	text-align: center;
	padding: 100px 20px;
}

.coming_soon_title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 3em;
	color: #ac9151;
	margin-bottom: 20px;
}

.coming_soon_text {
	font-size: 18px;
	color: #555;
}

/* =============================================
   問い合わせセクション
   ============================================= */

.inquiry_section {
	background-color: #EFEFEF;
	padding: 50px 20px;
	margin-top: 40px;
}

.inquiry_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.inquiry_title {
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
}

.inquiry_tel {
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 1;
}

/* =============================================
   レスポンシブ対応（SP）
   ============================================= */

@media print, screen and (max-width: 767px) {
	/* ヘッダー */
	#header .logo {
		background: none;
		border: none;
	}
	#header .logoBox .logo img {
		width: 180px;
	}
	#header .logoBox {
		padding-bottom: 0;
	}
	#header .btn {
		left: 5px;
	}

	/* KVセクション SP */
	.kv {
		padding: 0 30px;
		background-color: #fff;
		overflow: visible;
		box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25), 0px 8px 24px rgba(0, 0, 0, 0.15);
	}

	.kv_container {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		justify-content: center;
		padding: 0;
		position: relative;
		box-sizing: border-box;
	}

	.kv_image {
		position: relative;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin-bottom: -15px;
		order: 2;
	}

	.kv_image img {
		width: 100%;
		height: auto;
	}

	.kv_content {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding: 0;
		gap: 10px;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		order: 1;
	}

	.kv_lead {
		font-size: 21px;
		text-align: center;
	}

	.kv_title {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.kv_description {
		font-size: 15px;
		line-height: 1.8;
		padding-top: 20px;
		text-align: center;
	}

	.tab_navigation {
		padding: 50px 15px;
		margin-top: 0;
		z-index: 10;
	}

	.tab_buttons {
		flex-direction: row;
		gap: 10px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.tab_btn {
		width: auto;
		max-width: 30%;
		min-width: 100px;
		height: 85px;
		font-size: 20px;
		border-radius: 20px;
		text-decoration: none;
		flex: 1 1 auto;
	}

	.tab_btn.active::after {
		bottom: -52px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 25px solid #fff;
	}

	.tab_btn_strawberry_left {
		left: -12px;
		bottom: -16px;
		width: 80px;
		height: 40px;
	}

	.tab_btn_strawberry_right {
		right: -3px;
		top: -12px;
		width: 47px;
		height: 47px;
	}

	.tab_btn_text {
		font-size: 17px;
		margin-top: 0;
		line-height: 1.2;
	}

	.tab_btn.coming_soon_btn {
		background-color: transparent;
		width: auto;
		max-width: 30%;
		min-width: 100px;
		height: auto;
		flex: 1 1 auto;
	}

	.tab_content {
		padding: 0 20px 60px;
	}

	.month_title {
		flex-direction: column;
		gap: 0;
		padding: 0;
		position: relative;
		min-height: auto;
		margin: 60px 0;
	}

	.title_decoration_left,
	.title_decoration_right {
		display: none;
	}

	.title_decoration_sp {
		display: block;
		position: absolute;
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
		z-index: 10;
	}

	.title_decoration_sp img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.month_title_text {
		font-size: 36px;
		padding: 0;
		position: relative;
		z-index: 2;
	}

	.restaurant_section {
		margin-bottom: 60px;
	}

	.restaurant_brand {
		flex-direction: row;
		text-align: left;
		margin-bottom: 20px;
		gap: 10px;
		padding: 10px;
	}

	.restaurant_logo {
		max-width: 50px;
		width: auto;
	}

	.restaurant_name {
		font-size: 14px;
	}

	.menu_block {
		margin-bottom: 0;
	}

	.menu_block_content {
		flex-direction: column;
		gap: 0;
	}

	.menu_block_content_row {
		flex-direction: column;
		gap: 25px;
	}

	.menu_image {
		flex: 1;
		width: 100%;
		max-width: 100%;
	}

	.menu_subtitle {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.menu_title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.menu_description {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 20px;
	}

	.menu_period {
		padding: 15px 20px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex-wrap: wrap;
	}

	.menu_period p {
		font-size: 14px;
		text-align: right;
		line-height: 1.5;
		letter-spacing: -0.8px;
	}

	.menu_period .period_note {
		font-size: 12px;
		margin-top: 0;
		display: block;
		width: 100%;
		text-align: right;
		letter-spacing: 0;
	}

	.menu_content .restaurant_brand {
		margin-bottom: 20px;
	}

	.menu_bonus {
		flex-direction: column;
		margin-bottom: 20px;
		gap: 0;
	}

	.bonus_content {
		padding: 15px;
		order: 2;
	}

	.bonus_title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.bonus_text {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.bonus_note {
		font-size: 11px;
	}

	.bonus_image {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		order: 1;
	}

	.menu_buttons {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
		margin-top: 0;
	}

	.menu_buttons.flexBox {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.btn_detail {
		padding: 10px 20px;
		font-size: 14px;
        min-width: auto;
		border-radius: 3px;
		flex: 1 1 calc(50% - 7.5px);
		max-width: calc(50% - 7.5px);
		box-sizing: border-box;
	}

	.gallery_section {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 30px;
		justify-content: flex-start;
	}

	.gallery_item {
		flex: 1 1 calc(50% - 10px);
		min-width: 0;
		max-width: calc(50% - 10px);
	}

	.gallery_item img {
		margin-bottom: 5px;
	}

	.gallery_caption {
		font-size: 11px;
		text-align: left;
	}

	.coming_soon_section {
		padding: 60px 20px;
	}

	.coming_soon_title {
		font-size: 2em;
	}

	.inquiry_section {
		padding: 25px 15px;
		margin-top: 0;
	}

	.inquiry_content {
		flex-direction: column;
		gap: 15px;
	}

	.inquiry_title {
		font-size: 18px;
		margin-bottom: 0;
	}

	.inquiry_tel {
		font-size: 14px;
		text-align: center;
	}

	.inquiry_tel_number {
		font-size: 18px;
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}
}

/* =============================================
   レスポンシブ対応（タブレット）
   ============================================= */

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
	.kv_image {
		width: 100%;
		max-width: 500px;
	}

	.menu_block {
		flex-direction: column;
	}

	.menu_image {
		flex: 1;
		width: 100%;
	}
}
