@charset "EUC-JP";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&subset=japanese);

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 900px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	line-height: 1.9;
	color: #381b00;
}

h1, h2, h3, h4, h5, div, p, ul, ol, li, dl, dt, dd, a, span, img, figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

input, textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	color: #222;
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

::-moz-placeholder {
	opacity: 1;
	color: #b7b7b7;
}

:-ms-input-placeholder {
	color: #b7b7b7;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.right {
	text-align: right;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	outline: none;
	color: #057dcd;
}

a.tel {
	text-decoration: none;
	color: #222;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	overflow: hidden;
	padding-top: 140px;
}

.container {
	width: 750px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	min-width: 900px;
	width: 100%;
	height: 140px;
	background: #1f1103;
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#header .h_account {
	height: 80px;
	line-height: 80px;
}

#header .h_account h1 {
	float: left;
}

#header .h_account h1:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 80px;
}

#header .h_account h1 img {
	vertical-align: middle;
	height: 46.5px;
}

#header a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#header .h_account ul {
	float: right;
	text-align: right;
}

#header .h_account ul:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 80px;
}

#header .h_account li {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
}
#header .h_account .h_myaccount,
#header .h_account .h_email {
	width: 90px;
}

#header .h_account li:before {
	content: '';
	width: 60px;
	height: 60px;
	margin-left: -30px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: #36291d;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
}

#header .h_account li a {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	padding-top: 36px;
	background: url(https://file003.shop-pro.jp/PA01413/379/images/h_login.png) no-repeat center 12px / 20px auto;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	position: relative;
	z-index: 2;
}

#header .h_account .h_email a {
	background-image: url(https://file003.shop-pro.jp/PA01413/379/images/h_email.png);
}

#header .h_account .h_cart a {
	background-image: url(https://file003.shop-pro.jp/PA01413/379/images/h_cart.png);
}

#header .h_account .h_logout a {
	background-image: url(https://file003.shop-pro.jp/PA01413/379/images/h_logout.png);
}

#header .h_navi {
	height: 60px;
	padding: 10px 0;
	background: #6c6c6c;
	background: -moz-linear-gradient(top, #6c6c6c 0%, #616161 100%);
	background: -webkit-linear-gradient(top, #6c6c6c 0%,#616161 100%);
	background: linear-gradient(to bottom, #6c6c6c 0%,#616161 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#616161',GradientType=0 );
	background: #1f1103;
	line-height: 40px;
}

#header .h_navi li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
}

#header .h_navi li:first-of-type {
	margin-left: 5px;
}

#header .h_navi li:last-of-type {
	margin-right: 5px;
}

#header .h_navi li:after {
	content: '';
	width: 1px;
	height: 40px;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6a6a6a 100%);
	background: -webkit-linear-gradient(top, #878787 0%,#6a6a6a 100%);
	background: linear-gradient(to bottom, #878787 0%,#6a6a6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6a6a6a',GradientType=0 );
	position: absolute;
	top: 0;
	right: -5px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

#header .h_navi li:first-of-type:before {
	content: '';
	width: 1px;
	height: 40px;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6a6a6a 100%);
	background: -webkit-linear-gradient(top, #878787 0%,#6a6a6a 100%);
	background: linear-gradient(to bottom, #878787 0%,#6a6a6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6a6a6a',GradientType=0 );
	position: absolute;
	top: 0;
	left: -5px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

#header .h_navi a {
	display: block;
	height: 40px;
	padding: 0 7px;
	text-decoration: none;
	font-size: 15px;
	color: #f7e6b1;
}

#header .h_navi li:nth-of-type(1) a,
#header .h_navi li:nth-of-type(2) a {
	padding: 0 15px;
	background: #36291d;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #1f1103;
	color: #fff;
}

#footer .f_navi ul {
	height: 60px;
	background: #1f1103;
	font-size: 0;
	line-height: 60px;
}

#footer .f_navi li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	font-size: 16px;
	position: relative;
}

#footer .f_navi li:not(:last-of-type):after {
	content: '';
	width: 1px;
	height: 14px;
	margin-top: -6px;
	background: #ddd;
	position: absolute;
	top: 50%;
	right: -17px;
}

#footer .f_navi a {
	text-decoration: none;
	color: #ddd;
}

#footer .f_navi a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer .f_navi p img {
	width: 145px;
}

#footer .f_guide {
	padding: 30px 0;
	background: #fff;
	color: #381b00;
}

#footer .f_guide .f_right,
#footer .f_guide .f_left {
	width: 350px;
	text-align: left;
}

#footer .f_guide h2 {
	height: 30px;
	margin-bottom: 15px;
	border-bottom: solid 2px #381b00;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
}

#footer .f_guide .f_left h2:last-of-type {
	margin-top: 40px;
}

#footer .f_guide .f_left p {
	margin-bottom: 20px;
}

#footer .f_guide .f_right dd {
	margin-bottom: 20px;
}

#footer .f_address {
	margin: 20px 0;
}

#footer .f_address p {
	display: inline-block;
	vertical-align: middle;
	width: 146px;
	margin-right: 20px;
}

#footer .f_address .section {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#footer .f_address dt,
#footer .f_address dd {
	display: inline;
}

#footer .f_sns ul {
	margin-top: 10px;
	font-size: 0;
}

#footer .f_sns li {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	margin: 0 5px;
}

#footer .f_sns a {
	display: block;
	padding: 9px;
	background: #36291d;
}

#footer .f_sns a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#footer address {
	font-size: 13px;
	line-height: 50px;
	color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	background: rgba(0, 0, 0, 0.9);
	font-size: 0;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
}

#pagetop span {
	width: 24px;
	height: 24px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 28px;
	left: 23px;
}

#pagetop:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}