@charset "UTF-8";

/* --- 中村芳雄総料理長の紹介・美味しさの秘訣 --- */
section.special-top {
	padding: 13px 0px 65px;
}
/* 見出し */
section.special-top h2 {
	background: url(../img/ttl_icon.png) no-repeat center top;
	padding-top: 76px;
	font-size: 26px;
	line-height: normal;
	text-align: center;
	margin-bottom: 13px;
}
/* 中村芳雄総料理長の紹介 */
section.special-top div.container {
	margin-bottom: 75px;
	padding: 0px;
}
section.special-top div.photo img {
	width: 100%;
	height: auto;
}
section.special-top div.photo {
	margin-bottom: 30px;
}
section.special-top div.text1,
section.special-top div.text2 {
	padding: 0px 30px;
	font-size: 14px;
	line-height: 1.8em;
}

/* --- 特別メニュー・人気メニュー --- */
section.special-menu div.head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
section.special-menu div.head span.icon {
	display: block;
	width: 31px;
	height: 45px;
	background: url(../img/ttl_icon_s.png) no-repeat center center;
}
section.special-menu div.head h2 {
	color: #5b9d3c;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	padding: 0 10px;
}
section.special-menu ul {
	padding: 0px 30px;
	margin-bottom: 100px;
}
section.special-menu ul:last-child {
	margin-bottom: 35px;
}
section.special-menu ul li {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
section.special-menu ul li:last-child {
	margin-bottom: 0px;
}
section.special-menu ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

/* タブレット用 */
@media(min-width:768px) {
	/* --- 中村芳雄総料理長の紹介・美味しさの秘訣 --- */
	section.special-top {
	padding: 34px 20px 88px;
	}
	/* 見出し */
	section.special-top div.head {
	border-bottom: 2px solid #999;
	margin-bottom: 30px;
	}
	section.special-top div.head h2 {
	background: url(../img/ttl_icon.png) no-repeat left bottom;
	padding-top: 0px;
	padding-left: 56px;
	font-size: 30px;
	height: 69px;
	line-height: 69px;
	text-align: left;
	margin-bottom: 8px;
	}
	/* 中村芳雄総料理長の紹介 */
	section.special-top div.container {
	display: flex;
	flex-direction: row-reverse;
	}
	section.special-top div.photo {
	margin-bottom: 0px;
	}
	section.special-top div.photo img {
	width: 360px;
	}
	section.special-top div.text1 {
	padding: 0px 30px 0px 0px;
	}
	section.special-top div.text2 {
	padding: 0px;
	}
	section.special-top div.text1,
	section.special-top div.text2 {
	font-size: 16px;
	line-height: 1.8em;
	}
	/* --- 特別メニュー・人気メニュー --- */
	section.special-menu div.head h2 span.sp {
	display: none; /* 非表示にする */
	}
	section.special-menu div.head {
	margin-bottom: 27px;
	}
	section.special-menu div.head span.icon {
	display: block;
	width: 44px;
	height: 65px;
	background: url(../img/ttl_icon_m.png) no-repeat center center;
	}
	section.special-menu div.head h2 {
	font-size: 29px;
	padding: 0 13px;
	}
	section.special-menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 20px;
	margin-bottom: 120px;
	}
	section.special-menu ul li {
	flex: 0 0 33.3%;
	padding: 3px;
	margin-bottom: 30px;
	font-size: 19px;
	}
}

/* デスクトップ用 */
@media(min-width:1024px) {
	/* --- 中村芳雄総料理長の紹介・美味しさの秘訣 --- */
	section.special-top {
	padding: 55px 25px 110px;
	}
	/* 見出し */
	section.special-top h2 {
	font-size: 34px;
	margin-bottom: 10px;
	}
	/* 中村芳雄総料理長の紹介 */
	section.special-top div.photo img {
	width: 450px;
	}
	section.special-top div.text1 {
	padding: 0px 45px 0px 0px;
	}
	section.special-top div.text1,
	section.special-top div.text2 {
	font-size: 18px;
	line-height: 1.8em;
	}
	/* --- 特別メニュー・人気メニュー --- */
	section.special-menu div.head {
	margin-bottom: 35px;
	}
	section.special-menu div.head span.icon {
	display: block;
	width: 44px;
	height: 65px;
	background: url(../img/ttl_icon_m.png) no-repeat center center;
	}
	section.special-menu div.head h2 {
	font-size: 38px;
	padding: 0 16px;
	}
	section.special-menu ul {
	margin-bottom: 140px;
	}
	section.special-menu ul li {
	font-size: 22px;
	margin-bottom: 40px;
	}
}

/* モバイル用 */
@media(max-width:767px) {
	/* --- 特別メニュー・人気メニュー --- */
	section.special-menu div.head h2 span.pc {
	display: none; /* 非表示にする */
	}
}
