@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 35px 35px 0;
}

.box_right {
	float: right;
	margin: 0 0 35px 35px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	vertical-align: top;
	width: 100%;
	height: 550px;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_body .row {
	margin: 0 -20px;
}
.entry_body .row > div {
	margin-bottom: 40px !important;
	padding: 0 20px;
}

.entry_body .box_text :first-child {
	margin-top: 0 !important;
}

.section {
	padding: 120px 0;
}
.section :first-child {
	margin-top: 0;
}
.section :last-child {
	margin-bottom: 0;
}
.section_inner {
	width: 1100px;
	margin: 0 auto;
}

.contnets_lead {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.contnets_lead_ttl {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 42px !important;
}
.contnets_lead_txt {
	flex: 0 0 auto;
	width: 720px;
	max-width: 100%;
}

.contents_ttl {
	margin: 90px 0 20px;
}
.contents_ttl_en {
	display: block;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	opacity: 0.6;
}
.contents_ttl_ja {
	line-height: 1.3;
	font-size: 48px !important;
	margin: 0 !important;
}

.contents_sub_ttl {
	font-size: 40px !important;
	margin: 50px 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

.box.-expand .box_right {
	margin-left: 50px;
}

.contents_feature_group {
}
.contents_feature {
	position: relative;
	z-index: 1;
	margin-bottom: 140px;
	padding-bottom: 100px;
}
.contents_feature:last-child {
	margin: 0;
}
.contents_feature::before {
	content: '';
	position: absolute;
	top: 315px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #f7f7f7;
}
.contents_feature_img {
	height: 630px;
	padding-right: 250px;
}
.contents_feature:nth-child(even) .contents_feature_img,
.-right .contents_feature_img {
	padding: 0 0 0 250px;
}
.contents_feature_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.contents_feature_detail {
	display: flex;
	overflow: hidden;
	position: absolute;
	top: 90px;
	right: 60px;
	flex-direction: column;
	justify-content: center;
	width: 480px;
	height: 450px;
	background: #e7e9ef;
	padding: 60px;
}
.contents_feature:nth-child(even) .contents_feature_detail,
.-right .contents_feature_detail {
	right: auto;
	left: 60px;
}
.contents_feature_ttl {
	margin-bottom: 20px;
}
.contents_feature_ttl_en {
	display: block;
	margin-bottom: 5px;
	padding-left: 3px;
	line-height: 1;
	font-weight: 500;
	font-size: 18px;
	opacity: 0.6;
}
.contents_feature_ttl_ja {
	line-height: 1.3;
	font-size: 48px !important;
	margin: 0 !important;
}
.contents_feature_detail p {
}
.contents_feature_inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 80px;
}
.contents_feature_inner .template {
	margin-bottom: 0;
}

.tbl_underline th,
.tbl_underline td {
	padding: 20px  0 !important;
	font-size: 18px !important;
}
.tbl_underline th {
	font-weight: 600;
}

.tbl_price th,
.tbl_price td {
	padding: 20px  0 !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	background: none !important;
	font-size: 18px !important;
}
.tbl_price td {
	text-align: right !important;
}
.bg_wrap .tbl_price th,
.bg_wrap .tbl_price td {
	border-bottom: 1px solid #ccc !important;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* 精肉 */
.page-fresh_meat .l-content_inner {
	width: auto;
}

/* 馬刺し */
.page-basashi .l-content_inner {
	width: auto;
}

/* 惣菜 */
.page-deli .l-content_inner {
	width: auto;
}

/* 店舗紹介 */
.contents_gallery_list {
	height: 540px;
	margin-bottom: 78px;
	padding: 0 75px;
}
.contents_gallery_list li {
	padding: 0 35px;
}
/* slick */
.contents_gallery_list .slick-list {
	overflow: visible;
}
/* slick-arrow */
.contents_gallery_list .slick-arrow {
	width: 66px;
	height: 66px;
	margin-top: -33px;
	background: no-repeat 0 0;
	transition: all 0.3s ease;
	transform: none;
}
.contents_gallery_list .slick-arrow:hover {
	opacity: 0.7;
}
.contents_gallery_list .slick-arrow::before {
	display: none;
}
.contents_gallery_list .slick-arrow.slick-prev {
	left: 7px;
	background-image: url(/shared/img/pc/top_about_slide_prev.png);
}
.contents_gallery_list .slick-arrow.slick-next {
	right: 7px;
	background-image: url(/shared/img/pc/top_about_slide_next.png);
}