
/* =====================================================
 2023年追加
===================================================== */

/* 共通
/* ====================================================*/
body {
	margin-top: 0;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* .header {
	background: #FEFBF6;
} */

.header__inner {
	width: 1035px;
	margin: 0 auto 0 auto;
}

.footer {
	background: #FAF4E8;
}

.footer__inner {
	width: 1035px;
	margin: 0 auto 0 auto;
}

/* anshin/index.html
/* ====================================================*/

/* レシピリスト
/* ------------------------------*/
.anshin-recipe__mv {
	width: 885px;
	margin: 40px auto 0 auto;
}

.anshin-recipe {
	width: 885px;
	margin: 0 auto 60px auto;
}

.anshin-recipe-unit__heading {
	font-size: 28px;
	font-weight: bold;
	color: #231D1D;
	margin: 40px 0 40px 0;
	border-bottom: solid 1px #231D1D;
	line-height: 1.7;
}

.anshin-recipe-unit__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.anshin-recipe-unit__item {
	width: 30%;
	margin-bottom: 20px;
}

.anshin-recipe-unit__link {
	color: #231D1D;
	font-size: 16px;
}


/* chicken-info
/* ------------------------------*/
.chicken-info {
	border: dashed 1px #231D1D;
	padding: 25px 25px 10px 25px;
	border-radius: 10px;
	margin-top: 60px;
}

.chicken-info__heading {
	font-size: 24px;
	font-weight: bold;
	color: #231D1D;
	margin-bottom: 20px;
}

.chicken-info__list {
	display: flex;
	flex-wrap: wrap;
}

.chicken-info__item {
	width: 45%;
}

.anshin-recipe-unit__img {
	width: 100%;
	height: auto;
}

.chicken-info__link {
	font-size: 16px;
	color: #231D1D;
	display: block;
	font-weight: bold;
}

.chicken-info__link:hover {
	opacity: 0.8;
}


/* レシピ詳細
/* ------------------------------*/
.p-recipe__heading {
	margin-top: 40px;
	margin-bottom: 30px;
}

.p-recipe__thumbnail {
	margin-bottom: 30px;
}

.p-recipe img{
	width: 100%;
	height: auto;
}


/* 全国の地鶏
/* ------------------------------*/
.p-japan-chicken img{
	width: 100%;
	height: auto;
}

.p-japan-chicken__heading {
	font-family: 'Noto Serif JP', serif;
	font-size:36px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 30px;
	color: #231D1D;
}

.p-japan-chicken__heading-sub {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
}


/* お知らせ（エリア）
/* ------------------------------*/
.anshin-info {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.anshin-info-list {
	width: 60%;
}

.anshin-info-list__headding {
	background: #000;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 15px;
}

.anshin-info-banner {
	width: 35%;
	display: flex;
	justify-content: flex-end;
}