@charset "UTF-8";
@import "/special/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document gourmet > visual
--------------------------------------------------------- */

#gourmet #visual h1 {
	margin-bottom: 20px;
	padding-left: 70px;
	background: url(../image/icon_01.png) no-repeat left;
	background-size: 60px auto;
	line-height: 1.3;
}

#gourmet #visual li {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document gourmet > article
--------------------------------------------------------- */

#gourmet .article {
	padding: 1px 15px 0;
	background: #fcf7ec;
}

#gourmet .article h2 {
	margin:10px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: solid 2px #d2bb9b;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
}

#gourmet .article h2:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #d2bb9b;
	position: absolute;
	bottom: 2px;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document gourmet > section
--------------------------------------------------------- */

section h2 {
	margin-top: 20px;
}

section h2:nth-child(1) {
	margin-top: 0;
}

/* ---------------------------------------------------------
	CSS Document gourmet > section
--------------------------------------------------------- */

#gourmet .section {
	margin-top: 20px;
}

#gourmet .section:nth-child(2) {
	margin-top: 0;
}

#gourmet .section .caption {
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
	color: #898989;
}

#gourmet .section .summary {
	margin-top: 10px;
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document gourmet > other
--------------------------------------------------------- */

#gourmet .other {
	padding-top: 30px;
	border-top: solid 1px #d2bb9b;
}

#gourmet .other .summary {
	font-size: 14px;
}

/* ---------------------------------------------------------
	CSS Document gourmet > btn
--------------------------------------------------------- */

#gourmet .btn {
	margin: 20px 0 40px;
}

/* ---------------------------------------------------------
	CSS Document gourmet > update
--------------------------------------------------------- */

.update {
	margin: 0 -15px;
	padding: 30px 0 0;
	background: #fff;
}
