@charset "utf-8";

/* CSS reset
---------------------------*/
html, body, h1, h2, h3, p, ul, ol, li, img, table, tr, th, td {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	color: #212121;
}

@media screen and (max-width: 767px) {
	html, body, h1, h2, h3, p, ul, li, img {
		font-size: 14px;
	}
}

img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

ul, li {
	list-style: none;
}

a {
	display: block;
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

/*　レイアウト
----------------------------*/
body {
	background: url(../images/common/bg.jpg) repeat;
}

.container_hd {
	height: 420px;
	background-image: url(../images/common/bg_hd.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.container_hd__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 5px;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 5px;
}

section.container {
	padding-top: 14px;
	padding-bottom: 20px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.container_hd {
		height: auto;
	}

	.container {
		margin: 0 5px;
	}
}


/*　flex　*/
.flex_btw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
}

.flex_nml {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.flex_cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*　PC用・スマホ用　*/
.sp_b {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp_n {
		display: none;
	}

	.sp_b {
		display: block;
	}
}


/* 部品
-----------------------------*/

/*　グローバルナビゲーション　*/
.gnav {
	margin-bottom: 10px;
	background: #fff9ea;
}

.gnav ul li {
	width: 16.6666%;
}

.gnav ul li a {
	display: block;
	padding: 10px 0;
	color: #b27c46;
	border-right: 1px solid #b27c46;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}

.gnav ul li:last-child a {
	border-right: none;
}

.gnav ul li a:hover {
	background: #b27c46;
	color: #fff;
}

@media screen and (max-width:767px) {
	.gnav ul li {
		width: 50%;
	}

	.gnav ul li a {
		border-bottom: 1px solid #b27c46;
	}

	.gnav ul li:nth-child(5), .gnav ul li:nth-child(6) {
		border-bottom: none;
	}

	.gnav ul li:nth-child(even) a {
		border-right: none;
	}
}

/*　検索　*/
/*
.search {
	position: absolute;
	top: 158px;
	max-width: 30%;
}
*/
/*　検索　*/
.search {
padding-bottom: 15px;

}


.search form {
	margin: 0 29px 0 0;
	position: relative;
}

.search form .keywords {
	width: 180px;
	padding: 4px 0 4px 13px;
	border: none;
	border-radius: 13px;
	font-size: 14px;

	border: solid #ddd
}

.i_search {
	position: absolute;
	top: -1px;
	margin-left: 5px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	width: 24px;
	height: 24px;
	background: url(../images/common/search.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width:767px) {
	.search {
		position: static;
		padding-bottom: 10px;
		max-width: 100%;
		text-align: center;
	}

	.search form {
		margin: 0;
	}

	.search form .keywords {
		width: 200px;
		padding: 4px 0 4px 13px;
		border: none;
		border-radius: 13px;
		font-size: 12px;
			border: solid #ddd

	}

	.i_search {
		background-image: url(../images/common/search.png)
	}
}


/*　バナー　*/
.banner_468x60 img, .banner_300x250 img {
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	box-sizing: border-box;
}

.banner_468x60 img {}

.banner_300x250 img {
	max-width: 33.33%;
}

@media screen and (max-width:767px) {
	.banner_300x250 img {
		max-width: 100%;
	}
}

/*SNS*/
.share-sns {
	margin-bottom: 10px;
	text-align: right;
}

.share-sns a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px 5px 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
}

.twitter {
	background-color: #37c1ff;
	background-image: url(../images/common/twitter.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px auto;
}

/*　見出しスタイル　*/
.heading-group {
	position: relative;
	height: 100%;
}

.h1-style {
	position: absolute;
	top: 20px;
	color: #fff;
	text-shadow: 2px 2px 1px #838383;
	font-size: 60px;
	font-family: 'Leckerli One', cursive;
}

.h1-lead {
	position: absolute;
	top: 90px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #838383,
		1px -1px #838383,
		-1px -1px #838383,
		-1px 1px #838383;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: 'Kosugi Maru', sans-serif;
}

.h2-style {
	margin-bottom: 20px;
	padding: 6px 0 4px 38px;
	color: #cb7324;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/common/h2-mark.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 2px dashed #ff5757;
	font-family: 'Kosugi Maru', sans-serif;
}

@media screen and (max-width:767px) {
	.heading-group {
		position: static;
		height: auto;
	}

	.h1-style {
		position: static;
		margin-bottom: 10px;
		text-align: center;
		font-size: 40px;
	}

	.h1-lead {
		position: static;
		margin-bottom: 10px;
		text-align: center;
		line-height: 1.2;
	}

	.h2-style {
		padding: 4px 0px 8px 34px;
		font-size: 18px;
	}
}

/* header.php
-----------------------------*/
.area ul {
	margin: -2.5px;
}

.area li a {
	display: block;
	margin: 2.5px;
	padding: 5px;
	background: #ff5757;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

/* footer.php
-----------------------------*/
.recipe.container {
	padding-bottom: 10px;
}

.art_recipe {
	width: 33%;
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #fff9ea;
	border: 1px solid #986129;
	box-sizing: border-box;
	border-radius: 10px;
}

.art_recipe__name {
	margin-bottom: 10px;
	padding: 5px 0 0 10px;
	border-left: 10px solid #ffeb00;
	background: #fff;
	color: #986129;
	font-size: 20px;
	line-height: 1.2;
}

.art_recipe__image {
	margin-bottom: 10px;
	text-align: center;
}

.art_recipe__ingredients__hd {
	padding: 4px 0 2px;
	background: #986129;
	color: #fff9ea;
	text-align: center;
	font-weight: bold;
}

.art_recipe__ingredients {
	width: 100%;
	margin: 0 auto 10px;
	border: 1px solid #986129;
	border-collapse: collapse;
}

.art_recipe__ingredients th {
	padding: 4px 4px 2px;
	border: 1px solid #986129;
	text-align: left;
	line-height: 1.2;
}

.art_recipe__ingredients td {
	width: 50%;
	padding: 4px 4px 2px;
	border: 1px solid #986129;
	line-height: 1.2;
}

.art_recipe__recipe {
	margin-left: 25px;
}

.art_recipe__recipe li {
	margin-bottom: 5px;
	padding-left: 5px;
	list-style: decimal;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.art_recipe {
		width: 100%;
	}

	.art_recipe__name {
		padding-top: 2px;
		padding-left: 10px;
		font-size: 16px;
	}

	.art_recipe__ingredients th {
		font-size: 14px;
	}

	.art_recipe__ingredients td {
		font-size: 14px;
	}
}

.art_recommend {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0d0d0;
}

.art_recommend:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.art_recommend__name {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 5px;
	border-left: 10px solid #b0e589;
}

.art_recommend__image {
	float: left;
	width: 30%;
	padding-right: 20px;
	padding-left: 10px;
}

/*↓　画像中央配置　↓*/
.art_recommend__image {
	position: relative;
	box-sizing: border-box;
}

.art_recommend__imageart_recommend img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*↑　画像中央配置　↑*/

.art_recommend__lead {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5;
}

.art_recommend__discription {
	line-height: 1.5;
	margin-bottom: 10px;
}


.art_recommend table {
	width: 70%;
	border-spacing: 0px 2.5px;
}

.art_recommend th, .art_recommend td {
	border: 1px solid #b0e589;
	/*	border-collapse: collapse;*/
	font-size: 14px;
}

.art_recommend th {
	width: 30%;
	padding: 16px 0;
	background: #b0e589;
}

.art_recommend td {
	padding: 0 10px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.art_recommend {
		overflow: visible;
	}

	.art_recommend__name {
		font-size: 16px;
		line-height: 1.2;
	}

	.art_recommend__image {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		padding-left: 0;
	}

	.art_recommend table {
		width: 100%;
	}
}

/*免責事項*/
.h2-style_disclaimer {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;

}

.text {
	line-height: 1.5;
}

footer p {
	margin-top: 20px;
	padding: 20px 0;
	background: #fff9ea;
	color: #b27c46;
	text-align: center;
}

/* index.php
-----------------------------*/
.art_order {
	display: block;
	width: 24.5%;
	box-sizing: border-box;
	padding: 10px 5px;
	background: #fff9ea;
	border-radius: 10px;
	text-align: center;
}

.art_order__name {
	height: 39px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.art_order__image {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	background: #fff;
}

/*↓　画像中央配置　↓*/
.art_order__image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.art_order__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*↑　画像中央配置　↑*/

.art_order__discription {
	color: #ea2525;
	font-weight: bold;
}

.btn_more {
	width: 140px;
	margin: 20px auto 0;
	padding: 14px 0;
	text-align: center;
	background: #ff5757;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.art_order {
		width: 100%;
		margin-bottom: 20px;
	}

	.art_order:last-child {
		margin-bottom: 0;
	}
}

/* list.php
-----------------------------*/
.art_list {
	display: block;
	width: 24.5%;
	margin-bottom: 20px;
	padding: 10px 5px;
	box-sizing: border-box;
	background: #fff9ea;
	border-radius: 10px;
	text-align: center;
}

.art_list__name {
	height: 39px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.art_list__image {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	background: #fff;
}

/*↓　画像中央配置　↓*/
.art_list__image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.art_list__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*↑　画像中央配置　↑*/

.art_list__discription {
	color: #ea2525;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.art_list {
		width: 100%;
	}

	.art_list:last-child {
		margin-bottom: 0;
	}
}

/*　ページネーション　*/
.pagination {
	margin-top: 20px;
}

.page {
	margin-right: 10px;
	padding: 5px 8px;
	background: #ff5757;
	color: #fff;
	border: 1px solid #ff5757;
	border-radius: 50%;
}

.page:last-child {
	margin-right: 0;
}

.page_active {
	color: #ff5757;
	box-sizing: border-box;
	font-weight: bold;
	background: #fff;
}

@media screen and (max-width: 767px) {}

/* detail.php
-----------------------------*/
.art_detail {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0d0d0;
}

.art_detail__name {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 5px;
	border-left: 10px solid #b0e589;
}

.art_detail__image {
	float: left;
	width: 30%;
	height: 240px;
	padding-right: 20px;
	padding-left: 10px;
	box-sizing: border-box;
}

/*↓　画像中央配置　↓*/
.art_detail__image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.art_detail__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*↑　画像中央配置　↑*/

.art_detail table {
	width: 70%;
	border-spacing: 0px 2.5px;
}

.art_detail th, .art_detail td {
	border: 1px solid #b0e589;
	font-size: 14px;
}

.art_detail th {
	width: 30%;
	padding: 16px 0;
	background: #b0e589;
}

.art_detail td {
	padding: 0 10px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.art_detail {
		overflow: visible;
	}

	.art_detail__name {
		font-size: 16px;
		line-height: 1.2;
	}

	.art_detail__image {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		padding-left: 0;
	}

	.art_detail table {
		width: 100%;
	}
}

/* error404.php
-----------------------------*/
.h2-style_error {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;

}

.text {
	line-height: 1.5;
}
