@charset "utf-8";

/* ======================================================
 * layout.css
====================================================== */
body {
	position: relative;
	min-width: 1150px;
	background: url(/seasoning/common/img/com_bg04.png) repeat 0 0;
}

/* header
================================ */
#headerWrap {
	height: 101px;
}
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 26px 0 18px;
	background: url(/seasoning/common/img/header_bg01.png) repeat 50% 0;
	z-index: 10;
	overflow: hidden;
}
#header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: url(/seasoning/common/img/com_bg01.png) repeat-x 0 0;
}
#header #headerContents {
	width: 1100px;
	margin: 0 auto;
}
#header #headerContents #headerLogo {
	float: left;
	width: 75px;
	height: 57px;
}
.pc #header #headerContents #headerLogo a:hover img {
	opacity: 1;
}
#header #headerContents #gNav {
	float: right;
	width: 993px;
}
#header #headerContents #gNav > ul > li {
	float: left;
}
#header #headerContents #gNav > ul > li + li {
	margin-left: 30px;
}
#header #headerContents #gNav > ul > li img {
	opacity: 1;
}
@media screen and (min-width: 769px),print {
#spMenu,
#spMenuBtn {
	display: none !important;
}
}

/* contentsUpper
================================ */
#contentsUpper {
	width: 1100px;
	margin: 15px auto 0;
}
#topicPath {
	float: left;
	width: 950px;
	padding-top: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}
#topicPath ul li {
	float: left;
}
#topicPath ul li a,
#topicPath ul li em {
	display: inline-block;
	margin-left: 5px;
}
#topicPath ul li + li a,
#topicPath ul li + li em {
	padding-left: 10px;
	background: url(/seasoning/common/img/com_arr_ic02.png) no-repeat 0 0.4em;
}
#topicPath ul li em {
	font-weight: bold;
}
#snsArea {
	float: right;
	width: 106px;
}
#snsArea .snsList > li {
	float: left;
}
#snsArea .snsList > li + li {
	margin-left: 5px;
}
#snsArea .snsList > li a {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 32px 32px;
		 -moz-background-size: 32px 32px;
					background-size: 32px 32px;
	-webkit-transition: opacity 0.3s ease-out 0s;
		 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.pc #snsArea .snsList > li a:hover {
	opacity: 0.6;
}
#snsArea .snsList > li.twitter a {
	background-image: url(/seasoning/common/img/com_sns_ic01.png);
}
#snsArea .snsList > li.facebook a {
	background-image: url(/seasoning/common/img/com_sns_ic02.png);
}
#snsArea .snsList > li.line a {
	background-image: url(/seasoning/common/img/com_sns_ic03.png);
}


/* main
================================ */
#main {
	margin-top: 30px;
}
#main > *:first-child {
	margin-top: 0;
}

/* pageTop
================================ */
#pageTop {
	position: fixed;
	right: 5%;
	z-index: 10;
}
#pageTop a {
	display: block;
	height: 79px;
	width: 79px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/seasoning/common/img/com_bt01.png) no-repeat 0 0;
	-webkit-transition: opacity 0.3s ease-out 0s;
		 -moz-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.pc #pageTop a:hover {
	opacity: 0.6;
}


/* footer
================================ */
#footer {
	padding-bottom: 10px;
	background: url(/seasoning/common/img/com_bg02.png) repeat-x 0 100%;
}
#footerContents {
	padding: 25px 0;
	background: url(/seasoning/common/img/header_bg01.png) repeat 0 0;
}
#footerContents a {
	color: #ffffff;
}
#footerContents > .inner {
	width: 1200px;
	margin: 0 auto;
}
#footerContents > .inner .footerList {
	text-align: center;
	letter-spacing: -4px;
}
#footerContents > .inner .footerList > li {
	display: inline-block;
	letter-spacing: normal;
}
#footerContents > .inner .footerList > li + li {
	position: relative;
	margin-left: 30px;
	padding-left: 31px;
}
#footerContents > .inner .footerList > li + li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 12px;
	width: 1px;
	margin-top: -6px;
	background-color: #a69c89;
}
#footerBottom {
	padding: 20px 0;
}
#footerBottom > .inner {
	width: 1200px;
	margin: 0 auto;
}
#copyright {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}
#footerLogo {
	margin-top: 10px;
	line-height: 1.0;
	text-align: center;
}


/* =====================
 * for SP
====================== */
@media screen and (max-width: 768px) {
body {
	width: 100%;
	min-width: 100%;
}

/* header
================================ */
#headerWrap {
	height: 75px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	background: none;
	overflow-x: hidden;
	z-index: 10;
}
#header:after {
	display: none;
}
#header #headerContents {
	position: relative;
	width: 100%;
	height: 75px;
	background: url(/seasoning/common/img/header_bg01.png) repeat 50% 0;
	-webkit-background-size: auto 75px;
					background-size: auto 75px;
}
#header #headerContents:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(/seasoning/common/img/com_bg01.png) repeat-x 0 0;
	-webkit-background-size: auto 5px;
					background-size: auto 5px;
}
#header #headerContents #headerLogo {
	position: absolute;
	top: 15px;
	left: 23px;
	width: 66px;
	height: auto;
	float: none;
}
#header #headerContents #gNav {
	display: none;
}
#spMenuBtn {
	position: absolute;
	top: 17px;
	right: 12px;
	display: table;
	width: 40px;
}
#spMenuBtn a {
	position: relative;
	display: table-cell;
	width: 40px;
	height: 50px;
	font-size: 1rem;
	text-align: center;
	vertical-align: bottom;
	transition: all .4s;
	text-decoration: none;
	color: #ebb91f;
}
#spMenuBtn a span {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 5px;
	background-color: #ebb91f;
	border-radius: 4px;
	transition: all .4s;
}
#spMenuBtn a span:nth-of-type(1) {	top: 0;}
#spMenuBtn a span:nth-of-type(2) {	top: 13px;}
#spMenuBtn a span:nth-of-type(3) {	top: 25px;}
#spMenuBtn.open a span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
					transform: translateY(10px) rotate(-45deg);
}
#spMenuBtn.open a span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar .8s forwards;
					animation: active-menu-bar .8s forwards;
}
#spMenuBtn.open a span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
					transform: translateY(-14px) rotate(45deg);
}
#spMenu {
	height: 100%;
	position: fixed;
	top: 0;
	padding-top: 75px;
	z-index: 9;
	background: url(/seasoning/common/img/com_bg04.png) repeat 0 0;
	overflow-y: scroll;
}
#spMenu:-webkit-scrollbar {
  display: none;
}

#spMenu .menuList > li > a,
#spMenu .menuList li.recipe > a  {
	position: relative;
	display: block;
	padding: 15px 30px 15px 10px;
	color: #520707;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	background: url(/seasoning/common/img/com_bg06.png) repeat 0 0;
	border-bottom: solid 1px #c8c29f;
}
#spMenu .menuList li.recipe > a {
	background: none;
	border: none;
}
#spMenu .menuList > li > a:after,
#spMenu .menuList li.recipe > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	height: 15px;
	width: 10px;
	margin-top: -7px;
	background: url(/seasoning/common/img/sp_com_arr_ic02.png) no-repeat 0 0;
	-webkit-background-size: 10px 15px;
					background-size: 10px 15px;
}
#spMenu .menuList li.recipe > a {
	text-align: center;
}
#spMenu .menuList li.recipe > a span {
	display: inline-block;
	padding-left: 45px;
	background: url(/seasoning/common/img/sp_menu_ic01.png) no-repeat 0 50%;
	-webkit-background-size: 36px 25px;
					background-size: 36px 25px;
}
#spMenu .menuList > li > a.switch:after {
	right: 10px;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	background: url(/seasoning/common/img/sp_com_acc_ic01.png) no-repeat 0 0;
	-webkit-background-size: 16px 32px;
					background-size: 16px 32px;
}
#spMenu .menuList > li > a.switch.open:after {
	background-position: 0 -16px;
}
#spMenu .menuList > .accBox > .accDetails {
	display: none;
}
#spMenu .menuList > li.accBox .innerList {
	border-bottom: solid 1px #c8c29f;
}
#spMenu .menuList > li.accBox .innerList.row2 > li {
	display: table;
	position: relative;
	float: left;
	width: 50%;
	border-top: solid 1px #c8c29f;
}
#spMenu .menuList > li.accBox .innerList.row2 > li:nth-child(-n+2) {
	border-top: none;
}
#spMenu .menuList > li.accBox .innerList.row2 > li:nth-child(2n+1) {
	border-right: solid 1px #c8c29f;
}
#spMenu .menuList > li.accBox .innerList.row2 > li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	height: 12px;
	width: 8px;
	margin-top: -4px;
	background: url(/seasoning/common/img/sp_com_arr_ic03.png) no-repeat 0 0;
	-webkit-background-size: 8px 12px;
					background-size: 8px 12px;
}	
#spMenu .menuList > li.accBox .innerList.row2 > li > a {
	display: table-cell;
	position: relative;
	padding: 12px 25px 12px 12px;
	color: #520707;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	z-index: 1;
}
#spMenu .snsList {
	padding: 15px 0;
	text-align: center;
	letter-spacing: -4px;
}
#spMenu .snsList > li {
	display: inline-block;
	letter-spacing: normal;
}
#spMenu .snsList > li + li {
	margin-left: 10px;
}
#spMenu .snsList > li a {
	display: block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 45px 45px;
		 -moz-background-size: 45px 45px;
					background-size: 45px 45px;
}
#spMenu .snsList > li.twitter a {
	background-image: url(/seasoning/common/img/com_sns_ic01.png);
}
#spMenu .snsList > li.facebook a {
	background-image: url(/seasoning/common/img/com_sns_ic02.png);
}
#spMenu .snsList > li.line a {
	background-image: url(/seasoning/common/img/com_sns_ic03.png);
}

/* contentsUpper
================================ */
#contentsUpper {
	width: 100%;
	margin: 0;
}
#topicPath {
	display: none;
}
#snsArea {
	float: none;
	width: 100%;
	padding: 10px;
	line-height: 1.0;
}
#snsArea .snsList {
	text-align: right;
	letter-spacing: -4px;
}
#snsArea .snsList > li {
	float: none;
	display: inline-block;
	letter-spacing: normal;
}
#snsArea .snsList > li + li {
	margin-left: 5px;
}
#snsArea .snsList > li a {
	width: 40px;
	height: 40px;
	-webkit-background-size: 40px 40px;
					background-size: 40px 40px;
}

/* main
================================ */
#main {
	margin-top: 0;
}

/* pageTop
================================ */
#pageTop {
	position: static;
}
#pageTop a {
	display: block;
	height: 55px;
	width: 100%;
	background: url(/seasoning/common/img/sp_com_arr_ic01.png) no-repeat 50% 50% #251303;
	-webkit-background-size: 25px 14px;
					background-size: 25px 14px;
}

/* footer
================================ */
#footer {
	padding-bottom: 5px;
	-webkit-background-size: auto 5px;
					background-size: auto 5px;
}
#footerContents {
	display: none;
}
#footerBottom {
	padding: 15px 0;
}
#footerBottom > .inner {
	width: 100%;
}
#copyright {
	font-size: 9px;
	font-size: 0.9rem;
}
#footerLogo {
	margin-top: 5px;
}
#footerLogo img {
	width: 120px;
	height: auto;
}


}

/* =====================
 * for print
====================== */
@media print {
#header {
	position: static !important;
}
#footer #pageTop {
	display: none !important;
}
}


/* Clearfix
------------------------------------------------------ */
#headerContents:after,
#contentsUpper:after,
#topicPath:after,
#snsArea .snsList:after,
#spMenu .menuList > li.accBox .innerList.row2:after {
	content: "";
	display: block;
	clear: both;
}


