@charset "utf-8";

/*ヘッダー*/
#top_hdr {
	position: relative;
}
#top_hdr_slide li:nth-of-type(1) img {
	z-index: 9;
}
.top_hdr_slide_box_name {
	position: absolute;
	right: 38px;
	bottom: 15px;
	font-size: 12px;
	letter-spacing: 0.24em;
}
#top_hdr_logo {
	width: 31.2%;
	position: absolute;
	left: 0;
	top: 0;
}
.top_hdr_cp {
	width: 36%;
	position: absolute;
	left: 34%;
	top: 40px;
    display: none;
}
.slick-initialized .top_hdr_cp {
    display: block;
}
/*カテゴリーメニュー（非表示）*/
#top_nav_menu {
	display: none;
}
/*コンテンツ*/
#top_cont {
	background: url("../img/top/top_cont_l_bg_2_sp.webp") no-repeat center top;
	background-size: cover;
}
/*トップMV*/
.top_cont_1_box_mv {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 10px 40px 20px 40px;
	background-image: url(../img/top/top_cont_mv_1_sp.jpg);
	background-size: cover;
}
.top_cont_1_box_mv::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	display: block;
	margin: 0 auto;
    border-bottom: 2px solid #303030;
}

.top_cont_1_box_mv_ttl {
	width: auto !important;
	height: auto;
}
.top_cont_1_box_mv_caption {
	padding: 0 5px;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
/*リンクボタン*/
.top_cont_linkbtn_wrap {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
.top_cont_linkbtn_btn {
    display: block;
    padding: 10px 20px;
    background: linear-gradient(#fff 0%, #FCD47C 20%, #FCD47C 80%, #C4A03C 100%);
	border-left: 1px solid #C4A03C;
	border-right: 1px solid #C4A03C;
	color: #303030 !important;
	font-size: 22px;
}
/*コンテンツ9　ラム肉特集ページ*/
#top_cont_9_sp {
    padding: 8.266% 0 0;
}
#top_cont_9_sp .top_cont_box_hdr {
    margin-bottom: 0px;
    background: none;
    border: none;
}
#top_cont_9_sp .top_cont_box_hdr::before {
	display: none;
}

#top_cont_9_sp h2 {
	width: 100%;
    padding-left: 0;
    position: relative;
}
#top_cont_9_sp .top_cont_box_hdr h2 {
	width: 100%;
	display: block;
}
#top_cont_9_sp a {
	width: 100%;
	display: block;
	background: url("../img/top/top_cont_9_3_img.webp") no-repeat left top;
	background-size: cover;
}
#top_cont_9_sp a:hover {
	background: url("../img/top/top_cont_9_3_hover_img.webp") no-repeat left top;
	background-size: cover;
}
#top_cont_9_sp .top_cont_box_hdr a img {
	width: 100%;
	opacity: 0;
}
#top_cont_9_btn {
	width: 64%;
    font-size: 12px;
    position: absolute;
    bottom: 10%;
    left: 36%;
    text-align: left;
	background: none;
}
#top_cont_9_btn a {
	min-width: 60px;
	width: calc(18vw - 8px);
	max-width: 112px;
	height: calc(4vw + 6px);
	line-height: calc(4vw + 6px);
    margin: 0 4px;
    font-size: 4vw;
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	text-shadow: none;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
    float: left;
    text-align: center;
}
@media screen and (min-width:480px) {
	#top_cont_9_btn a {
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
}
#top_cont_9_btn a#top_cont_9_sp_recipe_link {
    background: #8b0000;
	border-top: 2px solid #df0000;
	border-bottom: 4px solid #5a0000;
}
#top_cont_9_btn a#top_cont_9_sp_recipe_link:hover {
    background: #bf0000;
	border-top: 2px solid #ef0000;
	border-bottom: 2px solid #6a0000;
}
#top_cont_9_btn a#top_cont_9_sp_shop_link {
    background: #002f8c;
	border-top: 2px solid #007fdc;
	border-bottom: 4px solid #000f6c;
}
#top_cont_9_btn a#top_cont_9_sp_shop_link:hover {
    background: #004f9f;
	border-top: 2px solid #009fdf;
	border-bottom: 2px solid #002275;
}

/*コンテンツ1　最新記事*/
#top_cont_1_pc {
	padding: 8.26% 0;
}
#top_cont_1_pc_hdr_link {
	margin-right: 8px;
	font-size: 15px;
}
#top_cont_1_pc_list {
	background: rgba(255,255,255,0.3);
	margin: 0 auto;
    padding: 10px 0;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_cont_1_pc_list .slick-list {
    width: calc(100% - 40px);
    margin: 0 auto;
}
#top_cont_1_pc_list .slick-prev {
    left: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255,255,255,0), #C4A03C 90% ,#C4A03C 100%);
}
#top_cont_1_pc_list .slick-next {
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), #C4A03C 90% ,#C4A03C 100%);
}
#top_cont_1_pc_list .slick-prev::before {
	content: "◀";
}
#top_cont_1_pc_list .slick-next::before {
	content: "▶";
}
#top_cont_1_pc_list .slick-prev::before,
#top_cont_1_pc_list .slick-next::before {
	color: #000;
}
#top_cont_1_pc_list .slick-track {
	display: flex;
}
#top_cont_1_pc_list .slick-slide {
	width: 100% !important;
	height: auto !important;
}
#top_cont_1_pc_list li {
	width: 100% !important;
	font-size: 12px;
	line-height: 18px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_cont_1_pc_list li .top_cont_1_pc_list_inner {
	width: 100%;
	height: 100%;
	margin: 0 5px;
	background-color: rgba(0,0,0,0.25);
}

.top_cont_1_pc_list_img {
	position: relative;
	width: 100%;
	padding-top: calc(100% - 2px);
	background-color: #fff;
	border: 1px solid #303030;
}
.top_cont_1_pc_list_img a {
	position: absolute;
	top: 0;
	width: 100%;
}
.top_cont_1_pc_list_txt h3 {
	font-size: 14px;
	margin: 6px 4px;
}

/*コンテンツ10　メニュー*/
#top_cont_10 {
	padding: 8.26% 0;
}
#top_cont_10_list {
	width: 100%;
	margin-bottom: 40px;
}
#top_cont_10_list li {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#top_cont_10_list .top_cont_10_list_column {
	display: block;
	padding: 0;
	background-color: rgba(255,255,255,0.4);
}
.top_cont_10_list_column .top_cont_10_column_img {
	position: relative;
	width: 100%;
	height: 260px;
	margin: 0;
	overflow: hidden;
}
.top_cont_10_list_column .top_cont_10_column_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_cont_10_list_column .top_cont_10_column_cont {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 10px 10px 20px;
	color: #303030;
}
.top_cont_10_column_cont .top_cont_10_column_textarea {
	margin-bottom: 20px;
}
.top_cont_10_column_cont .top_cont_10_column_ttl {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.0;
	font-weight: bold;
}
.top_cont_10_column_cont .top_cont_10_column_caption {
	font-size: 16px;
	line-height: 1.2;
}
.top_cont_10_column_cont .top_cont_10_column_link {
	margin: 0 auto;
	text-align: center;
}
.top_cont_10_column_link a.top_cont_10_column_linkbtn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #FCD47C;
	border: 2px solid #000;
	color: #303030 !important;
	font-size: 20px;
	line-height: 1.0;
	font-weight: bold;
	text-shadow: none;
}

/*コンテンツ7　アプリ（SP）*/
#top_cont_7 h2 {
	width: 58.5%;
	margin: 0 auto;
}
#top_cont_7_body {
	width: 73.333%;
	margin: 8% auto 0;
}

/*コンテンツ2　お知らせ（SP）*/
#top_cont_6 {
	color: #e5bd54;
	padding: 8.266% 0 0;
}
#top_cont_6 a {
	color: #e5bd54;
}
#top_cont_6 .top_cont_box_hdr {
	background: none;
	border-bottom: 1px solid #e5bd54;
	margin: 0 auto;
	font-size: 16px;
}
#top_cont_6 .top_cont_box_hdr::before {
	display: none;
}
#top_cont_6 .top_cont_box_hdr h2 {
	padding-left: 0;
	width: 58.5%;
	margin: 0 auto;
}
#top_cont_6_hdr_link {
	text-align: right;
}
#top_cont_6_list li {
	font-size: 14px;
	line-height: 17px;
	border-bottom: 1px solid #e5bd54;
	background: rgba(255,255,255,0.2);
	padding: 10px 0 2px;
}
#top_cont_6_list li:nth-of-type(n+4) {
	display: none;
}
#top_cont_6_list li h3 {
	padding: 0 10px;
	font-size: 14px;
}
.top_cont_6_list_box_date {
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
}

/*コンテンツ左*/
#top_cont_l {
	width: 100%;
}
#top_cont_l a {
	color: #fff;
}
#top_cont_l_inr {
}
.top_cont_l_box {
	width: 80%;
	margin: 0 auto;
}
.top_cont_box_hdr {
	position: relative;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: linear-gradient(90deg, #fff 40%, #C4A03C 100%);	
	border-bottom: 4px solid #C4A03C;
	margin-bottom: 17px;
}
.top_cont_box_hdr::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 34px;
	background: linear-gradient(180deg, #fff 0%, #C4A03C 100%);
}
.top_cont_box_hdr h2 {
	padding-left: 18px;
	color: #313131;
	font-size: 22px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	letter-spacing: 0.14em;
}

/*コンテンツ3　Instagram*/
#top_cont_3 {
	padding: 8.26% 0;
}
#top_cont_3_hdr_word {
	font-size: 9px;
}
#top_cont_3_hdr_logo {
	width: 20px;
	margin-right: 8px;
	margin-left: 7px;
}
#top_cont_3_insta li {
	width: 23.982%;
}
#top_cont_3_list {
	background: rgba(0,0,0,0.3);
    padding: 14px 10px;
	margin-top: 12px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_cont_3_list li {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 1.2% 0;
}
.top_cont_3_list_img {
	width: 41.333%;
}
#top_cont_3_list li h3 {
	width: 50%;
	font-size: 20px;
}
#top_cont_3_list li a {
    color: #fff;
}

/*コンテンツ4　食事に行く*/
#top_cont_4 {
	padding: 8.26% 0;
}
#top_cont_4_list {
	background: rgba(0,0,0,0.3);
    padding: 14px 10px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_cont_4_list li {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 1.2% 0;
}
.top_cont_4_list_img {
	width: 41.333%;
}
#top_cont_4_list li h3 {
	width: 50%;
	font-size: 20px;
}

/*コンテンツ5　金の目クオリティー*/
#top_cont_5 {
	padding: 8.26% 0;
}
#top_cont_5_list {
	background: rgba(0,0,0,0.3);
    padding: 14px 10px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_cont_5_list li {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 1.2% 0;
}
.top_cont_5_list_img {
	width: 41.333%;
}
#top_cont_5_list li h3 {
	width: 50%;
	font-size: 20px;
}

/*コンテンツ7　アプリ*/
#top_cont_7 {
	margin: 10% 40px 30%;
}
#top_cont_7_inner {
	width: 100%;
	display: block;
}
#top_cont_7_body {
	width: 100%;
	height: auto;
}

/*コンテンツ8　バナー*/
#top_cont_8 {
    width: 100%;
	padding: 0 40px;
	background-color: rgba(0,0,0,0.5);
}


/* 20260521 CSS追加*/
@media (max-width: 768px) {
        .maintop-h1 {
        margin: 30px auto;
        color: #fff4b4;
        text-align: center;
        font-size: 29px;
		line-height: 1.5;

    }
	
    .br-sp {
        display: block;
    }
    }
/* 20260521 CSS追加 end*/
/* 202605追加 */
.read_box {
	margin-bottom: 20px;
}
.read_box h2 {
	font-size:1.2rem;
	background:#000;
	padding:10px;
	color:#fff;
}
.read_box p {
	padding:20px;
	font-size: 1.2rem;
	color:#333;
	line-height: 1.8rem;
}
.menu-slider {
	margin:0px 0 0 10px;
}
.menu-slider li {
	margin-right: 10px;
}
.menu-slider li a{
	display: block;
	padding:10px;
	border:1px solid #ccc;
	background:#000;
}
.menu-slider .menu_ttl {
	color:#fff;
	font-size:1.4rem;
	padding:10px;
}
.menu-slider li p {
	padding:15px;
	line-height:1.8rem;
}
.reason {
	margin: 30px auto;
}

.reason .reason_txt {
	margin:20px 0px;
	color: #000;
}

.reason .reason_txt h3{
	margin:20px 0;
}
.reason .reason_txt p {
	padding-bottom: 20px;
	line-height: 1.8rem;
}
.reason .reason_txt .point-title {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #4a3200;
	line-height: 1.2;
	border-bottom: 1px solid #c4a13e;
}
.reason .reason_txt .point-title .num {
	color: #4a3200;
}
.scene p{
	color:#000;
	text-align: center;
	margin:30px 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.scene ul {
	display: block;
	margin:0 20px 30px 20px;
}
.scene ul li{
	width:100%;
	margin-bottom: 10px;
}
.scene ul li img{
	object-fit: cover;
}
.scene .btn {
	text-align: center;
	margin-bottom: 30px;
}
.scene .btn a{
	display: inline-block;
	padding:10px 20px;
	border:1px solid #333;
	color: #333;
	font-size: 1.5rem;
}
.shop_info ul {
	display: block;
}
.shop_info ul li{
	width:100%;
	margin-bottom:10px;
}
.shop_info ul li a{
	display: block;
	border:1px solid #333;
	background:#fff;
}
.shop_info ul li a .shop_ttl{
	font-size: 1.3rem;
	color:#fff;
	padding:10px;
	background: #000;
	line-height:1.6rem;
}
.shop_info ul li a dl{
	padding:10px 15px;
	line-height: 1.5rem;
	color:#000;
	display: flex;
	gap:10px;
	font-size:1.0rem;
	line-height: 1.6rem;
}
.shop_info ul li a dt{
	width:30%;
}
.shop_info ul li a dd{
	width: 65%;
}
.media p {
	color:#000;
	margin-bottom: 20px;
}

/* 20260629 追加 */
.kn-footer {
	background-color: #000;
	padding: 50px 30px;
	color: #e7ddc8;
	-webkit-font-smoothing: antialiased;
}
.kn-footer *,
.kn-footer *::before,
.kn-footer *::after {
	box-sizing: border-box;
}

.kn-footer__inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	max-width: 1280px;
	margin: 0 auto;
}

/* ロゴ */
.kn-footer__logo {
	flex: 0 0 auto;
	width: 100px;
}
.kn-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* ナビ */
.kn-footer__nav {
	flex: 1 1 auto;
}
.kn-footer__cols {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.kn-footer__col {
	flex: 0 0 auto;
	list-style: none;
}

/* 見出し */
.kn-footer__heading {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #e7ddc8;
}
.kn-footer__heading a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.kn-footer__heading a:hover {
	opacity: 0.7;
}

/* サブリンク */
.kn-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.kn-footer__list li {
	margin-bottom: 8px;
	list-style: none;
}
.kn-footer__list li:last-child {
	margin-bottom: 0;
}
.kn-footer__list a {
	position: relative;
	display: inline-block;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5;
	color: #cfc4ac;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.kn-footer__list a::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.kn-footer__list a:hover {
	opacity: 0.7;
}

/* ===== SP（スマホ）===== */
@media screen and (max-width: 767px) {
	.kn-footer {
		padding: 36px 20px;
	}
	.kn-footer__inner {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.kn-footer__logo {
		width: 90px;
	}
	/* ナビは中央寄せのブロックとして配置し、中身は左揃え */
	.kn-footer__nav {
		width: 100%;
		max-width: 360px;
	}
	/* 2カラム化：HTMLの並び順のまま左右に振り分け */
	.kn-footer__cols {
		gap: 30px 20px;
		justify-content: flex-start;
	}
	.kn-footer__col {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.kn-footer__heading {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.kn-footer__list a {
		font-size: 13px;
	}
}
/* 20260629 追加 end */