@charset "utf-8";
/*
	Last Update:2026/06/11
	Auther: iw
*/
#tabeten_index_main { position:relative; }
.tabeten_index_main-area { position:relative; }
.tabeten_index_main-area .photo img { object-fit:cover; width:100%; height:100%; filter:brightness(95%); }
.tabeten_index_main-area._healthy .photo img { filter:brightness(90%); }
.tabeten_index_main-area .button_wrap { position:absolute; bottom:0; left:0; width:100%; text-align:center; transform:translateY(50%); z-index:3; }
.tabeten_index_main-area .button { color:#fff; }
.tabeten_index_main-area .button > span { display:flex; width:100%; align-items:center; justify-content:center; font-size:1.25em; font-weight:500; min-height:60px; padding:0 50px; }
.tabeten_index_main-area .button::before { content:""; position:absolute; left:0; top:8px; width:100%; height:100%; }
.tabeten_index_main-area .button > span,
.tabeten_index_main-area .button::before { clip-path:polygon(0 50%, 25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%); }
body.pc .tabeten_index_main-area .button > span,
body.pc .tabeten_index_main-area .button::before { transition:all 0.5s; }
body.pc .tabeten_index_main-area .button:hover > span,
body.pc .tabeten_index_main-area .button:hover::before { clip-path:polygon(0 50%, 0 0, 100% 0, 100% 50%, 100% 100%, 0 100%); }
.tabeten_index_main-area .button._delivery > span { background:#bc9b1a; }
.tabeten_index_main-area .button._delivery::before { background:#917a20; }
.tabeten_index_main-area .button._healthy > span { background:#20918c; }
.tabeten_index_main-area .button._healthy::before { background:#1e5956; }
.tabeten_index_main-text_wrap { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); text-align:center; padding:0 20px; width:max-content; }
.tabeten_index_main-text_wrap > * { text-shadow:0 0px 10px rgb(108, 53, 14), 0 5px 15px rgb(59, 42, 30); }
.tabeten_index_main-title { margin-bottom:25px; font-size:28px; line-height: 1.4; color:#fff; }
.tabeten_index_main-text { display:flex; flex-direction:column; height:100%; justify-content:center; }
.tabeten_index_main-desc { color:#fff; font-weight:500; }
@container wciBodyWrap (width < 768px) {
	.tabeten_index_main-area .photo { width:100%; height:60vw; max-height:300px; }
	.tabeten_index_main-area .button_wrap { transform:translateY(calc(50% + 30px)); }
	.tabeten_index_main-area .button { width:310px; max-width:100%; }
	.tabeten_index_main-area .button > span { padding:0; }
	.tabeten_index_main-area._delivery .button_wrap { display:none; }

}
@container wciBodyWrap (width >= 768px) {
	.tabeten_index_main-area .photo { aspect-ratio:10 / 9; }
	.tabeten_index_main-wrap { display:flex; }
	.tabeten_index_main-area { flex:1 0 0; }
	.tabeten_index_main-area._healthy .button._delivery { display:none; }
}
@container wciBodyWrap (width >= 992px) {
	.tabeten_index_main-text_wrap { padding:0 40px; }
	.tabeten_index_main-title { font-size:52px; }
	.tabeten_index_main-desc { font-size:24px; }
	.tabeten_index_main-area .button > span { font-size:1.5em; min-height:65px; }
	.tabeten_index_main-area._delivery .button_wrap { padding:0 0 0 40px; }
	.tabeten_index_main-area._healthy .button_wrap { padding:0 40px 0 0; }
}

#tabeten_index {
	padding-top:50px;
	background:
		radial-gradient(circle at 10% 12%, rgba(238, 142, 62, .20) 0, rgba(238, 142, 62, 0) 30%),
		radial-gradient(circle at 88% 34%, rgba(54, 143, 150, .20) 0, rgba(54, 143, 150, 0) 28%),
		linear-gradient(180deg, #fff9f2 0%, #ffffff 46%, #f6fbff 100%);
}
.tabeten_index-unit { display:flex; background:#fff; height:100%; align-items:center; border-radius:8px; overflow:hidden; border:1px solid #eadbcf; box-shadow:0 16px 30px rgba(59, 42, 30, .12); margin:0 auto; max-width:700px; }
.tabeten_index-image { width:40%; flex:0 0 auto; }
.tabeten_index-unit._menu .tabeten_index-image { height:100%; }
.tabeten_index-unit._menu .tabeten_index-image img { object-fit:cover; width:100%; height:100%; }
.tabeten_index-text_wrap { padding:15px; }
.tabeten_index-title { font-size:1.35em; margin-bottom:8px; }
.tabeten_index-text { font-size:0.9em; margin-bottom:12px; }
.tabeten_index-text_wrap .button { font-size:0.9em; background:#fce4bc; color:#8f4f1a; font-weight:500; padding:8px 15px; border-radius:50px; line-height:1.2; }
body.pc .tabeten_index-unit { transition:all 0.5s; }
body.pc .tabeten_index-unit:hover { transform:translateY(-10px); }


.tabeten_index-head { position:relative; }
.tabeten_index-head_kicker {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #f2ede8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}
.tabeten_index-head_title {
	margin-bottom: 13px;
	font-size:36px;
	line-height: 1.4;
	color: #4d2f1e;
}
@container wciBodyWrap (width >= 576px) {
	.tabeten_index-head_title { font-size:48px; }
}

.tabeten_index-head_text {
	line-height: 1.9;
}
.tabeten_index-service_in { background:rgba(255,255,255,0.5); }
.tabeten_index-card {
	height: 100%;
	padding: 22px;
	border: 1px solid #ebdfd4;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(73, 58, 46, .08);
}
.tabeten_index-card_title {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.5;
	color: #663519;
}
.tabeten_index-card_text {
	line-height: 1.8;
	font-size:0.8em;
}

.tabeten_index-course_hl {
	margin-bottom:20px;
	font-size:28px;
	line-height: 1.5;
	text-align: center;
	color: #4f301d;
}
@container wciBodyWrap (width >= 576px) {
	.tabeten_index-course_hl { font-size:34px; }
}

.tabeten_index-course_item {
	display: block;
	height: 100%;
	border: 1px solid #e7ddd2;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 20px rgba(70, 55, 44, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}
body.pc .tabeten_index-course_item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 26px rgba(70, 55, 44, .14);
}
.tabeten_index-course_image {
	margin: 0;
	line-height: 0;
}
.tabeten_index-course_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.tabeten_index-course_body {
	padding: 14px;
}
.tabeten_index-course_title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.5;
	color: #5a2f17;
}
.tabeten_index-course_text {
	margin-bottom: 10px;
	line-height: 1.75;
	font-size: 14px;
}
.tabeten_index-course_body .button {
	font-weight: 700;
	color: #b94e1d;
	font-size:0.8em;
}

.button._tabeten_index { display:inline-flex; min-height:55px; align-items:center; justify-content:center; background:#5a2d12; color:#fff; width:280px; max-width:100%; border-radius:9px; font-weight:500; }
@container wciBodyWrap (width < 576px) {
	.button._tabeten_index { font-size:0.9em; min-height:50px; }
}

#tabeten_index-delivery { position:relative; background:url(./image/back3.jpg); padding-bottom:90px; }
#tabeten_index-delivery::before,
#tabeten_index-delivery::after { content:""; position:absolute; left:0; width:100%; height:35px; background:#c70001 url(./image/back2.jpg) no-repeat left top / 100% auto; }
#tabeten_index-delivery::before { top:0; }
#tabeten_index-delivery::after { bottom:0; }
#tabeten_index-delivery .tabeten_index-service_image { text-align:center; }
#tabeten_index-delivery .tabeten_index-head_kicker { background:#fff; }
@container wciBodyWrap (width < 576px) {
	#tabeten_index-delivery::before,
	#tabeten_index-delivery::after { height:25px; }
}
@container wciBodyWrap (width >= 992px) {
	#tabeten_index-delivery .tabeten_index-service_image { position:absolute; right:-150px; top:-120px; }
}

#tabeten_index-healthy { position:relative; background:url(./image/back4.jpg); }
