@charset "utf-8";
/*
 | ------------------------------------------
 | Stylesheet
 | ------------------------------------------
 | Filename:common.css
 | Copyright:gingdesign
 |
*/

/*-------------------------------------------------------------------------*/
/* Media Query
/*-------------------------------------------------------------------------*/
@media screen and (min-width: 480px) {}

/* smartphone */
@media screen and (min-width: 600px) {}

/* tablet */
@media print,
screen and (min-width: 768px) {}

/* tablet */
@media screen and (min-width: 920px) {}

/* desktop */

/*--------------------------------------------------------------------------
   html5 reset
---------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style-type: none;
	list-style-position: outside;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: top;
	border: 0;
}

em {
	font-style: italic;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*--------------------------------------------------------------------------
   基本設定
---------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	overflow-y: scroll;
}

body {
	position: relative;
	min-width: 320px;
	font-size: 12px;
	font-size: 75%\9;
	/* for IE */
	color: #333;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.0em;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

/* link */
a {
	outline: none;
	color: #5c3d29;
	text-decoration: none;
}

a:link {
	color: #5c3d29;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #5c3d29;
}

/* clear */
.cf {
	clear: both;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* rollover */
.ovrgp a img:hover,
.ovrgp input[type='image']:hover,
img.ovr:hover,
input.ovr:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.ios .ovrgp a img:hover,
.ios .ovrgp input[type='image']:hover,
.ios img.ovr:hover,
.ios input.ovr:hover {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}

/*--------------------------------------------------------------------------
  module
---------------------------------------------------------------------------*/
small {
	display: inline-block;
	padding: 3px 0 5px 0;
	font-size: 12px !important;
}

.err {
	color: #ff0000 !important;
	font-weight: bold;
}

.bold {
	font-weight: bold !important;
}

.red {
	color: #cc0000 !important;
}

.cha {
	color: #5c3d29 !important;
}

.orange {
	color: #f35b00 !important;
	font-weight: bold;
}

.green {
	color: #51BD48 !important;
	font-size: 11px !important;
}

.blue {
	color: #2C5987 !important;
}

.right {
	text-align: right !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.fs10 {
	font-size: 10px !important;
}

.fs12 {
	font-size: 12px !important;
}

.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs15 {
	font-size: 15px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.w200 {
	width: 200px !important;
}

.w220 {
	width: 220px !important;
}

.w240 {
	width: 240px !important;
}

.w300 {
	width: 300px !important;
}

.w330 {
	width: 330px !important;
}

.w350 {
	width: 350px !important;
}

.w380 {
	width: 380px !important;
}

.w480 {
	width: 480px !important;
}

.w100p {
	width: 100% !important;
}

.err-msg {
	color: #ff0000;
}

/* hiddn */
#main .pc {
	display: none !important;
}

@media screen and (min-width: 769px) {
	#main .pc {
		display: block !important;
	}

	#main .sp {
		display: none !important;
	}
}

/*--------------------------------------------------------------------------
  レイアウト設定
---------------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #494949;
	background: url(/images/bg01.png);
	background-attachment: fixed;
}

/* #wrapper */
#wrapper {
	position: relative;
}

/* #sp-nav */
#sp-nav {
	overflow: hidden;
	position: absolute;
	top: 75px;
	z-index: 1001;
	width: 100%;
	box-sizing: border-box;
}

.fixed #sp-nav {
	position: fixed;
	top: 0;
}

#sp-nav ul {
	display: table;
	width: 100%;
	min-width: 320px;
	border: 1px solid #d09a47;
	background: #efb65d;
}

#sp-nav li {
	display: table-cell;
	width: auto;
	min-height: 42px;
	border-right: 1px solid #d09a47;
	vertical-align: middle;
	text-align: center;
	background: #efb65d;
}

#sp-nav li:last-child {
	border-right: none;
}

#sp-nav li img {
	margin-bottom: 4px;
}

#sp-nav a,
#sp-nav .btn {
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	background: #efb65d;
	text-decoration: none;
	text-align: center;
	font-size: 8px;
}

#sp-nav a span,
#sp-nav .btn span {
	display: block;
}

@media print,
screen and (min-width: 375px) {

	#sp-nav a,
	#sp-nav .btn {
		font-size: 10px;
	}
}

@media print,
screen and (min-width: 480px) {

	#sp-nav a,
	#sp-nav .btn {
		font-size: 12px;
	}
}

/* #sp-panel */
#sp-panel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

#sp-panel dl {
	position: absolute;
	top: 123px;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#sp-panel dt a,
#sp-panel dt span {
	display: block;
	padding: 8px 0;
	font-weight: bold;
	font-size: 117%;
	color: #fff;
	background: #625c51;
	text-align: center;
}

#sp-panel dd {
	background: #f4f2ee;
}

#sp-panel ul {
	overflow: hidden;
}

#sp-panel li {
	float: left;
	display: table;
	width: 50%;
	box-sizing: border-box;
	background: #fdfcfa;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fdfcfa 0%, #f4f2ee 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfcfa), color-stop(100%, #f4f2ee));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfcfa 0%, #f4f2ee 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfcfa 0%, #f4f2ee 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfcfa 0%, #f4f2ee 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fdfcfa 0%, #f4f2ee 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfcfa', endColorstr='#f4f2ee', GradientType=0);
	/* IE6-9 */
}

#sp-panel li a {
	position: relative;
	display: table-cell;
	height: 38px;
	padding: 0;
	box-sizing: border-box;
	border-right: 1px solid #d7d5d2;
	border-bottom: 1px solid #d7d5d2;
	font-weight: bold;
	font-size: 109%;
	line-height: 1.2;
	color: #40211a;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

#sp-panel li:nth-child(2n+1) a {
	border-right: 1px solid #d7d5d2;
}

@media print,
screen and (min-width: 768px) {

	#sp-nav,
	#sp-panel {
		display: none;
	}
}

/* #header */
#header {
	width: 100%;
	min-height: 75px;
	height: auto;
	padding: 15px 0 10px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
	background: #fff url(../images/ja/h_bg.png) repeat-x top left;
}

#header h1,
#header .txt,
#header .menu,
#header .tel,
#header .btn {
	display: none;
}

#header .logo {
	padding: 0 45px 0 30px;
}

#header .logo img {
	width: 100%;
	max-width: 323px;
}

#header #pc-panel,
#header #pc-nav {
	display: none;
}

@media print,
screen and (min-width: 768px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 142px;
		height: auto;
		padding: 0;
		z-index: 999;
	}

	#header .head-inner {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}

	#header h1,
	#header .txt,
	#header .menu,
	#header .tel,
	#header .btn {
		position: absolute;
		display: block;
	}

	#header h1,
	#header .txt {
		top: 13px;
		left: 340px;
		line-height: 1.2;
	}

	#header .menu {
		top: 67px;
		left: 337px;
	}

	#header .menu li {
		display: inline-block;
		margin-right: 6px;
	}

	#header .menu li a {
		position: relative;
		padding-left: 12px;
	}

	#header .menu li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		margin: -3px 0 0 0;
		border-top: 7px solid #ebb056;
		border-left: 7px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header .tel {
		top: 14px;
		right: 180px;
	}

	#header .logo {
		position: absolute;
		top: 22px;
		left: 0;
		padding: 0;
	}

	#header .btn {
		top: 10px;
		right: 0;
	}

	#header .btn li:nth-child(1) {
		margin-bottom: 5px;
		border: 1px solid #d0a665;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #dfb980;
		/* Old browsers */
		background: -moz-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfb980), color-stop(100%, #d0a665));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #dfb980 0%, #d0a665 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #dfb980 0%, #d0a665 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb980', endColorstr='#d0a665', GradientType=0);
		/* IE6-9 */
	}

	#header .btn li:nth-child(2) {
		border: 1px solid #ce7f7f;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #e38181;
		/* Old browsers */
		background: -moz-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e38181), color-stop(100%, #da5858));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e38181 0%, #da5858 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #e38181 0%, #da5858 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38181', endColorstr='#da5858', GradientType=0);
		/* IE6-9 */
	}

	#header .btn li:nth-child(1):hover,
	#header .btn li:nth-child(2):hover {
		opacity: 0.9;
	}

	#header .btn li:nth-child(1) > a,
	#header .btn li:nth-child(2) > a {
		display: block;
		width: 160px;
		min-height: 30px;
		padding: 7px 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 125%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}

	#header #pc-nav {
		display: block;
		position: absolute;
		top: 104px;
		left: 0;
		width: 100%;
	}

	#header #pc-nav ul {
		overflow: hidden;
		margin-right: -10px;
	}

	#header #pc-nav li {
		position: relative;
		float: left;
		width: 135px;
		margin-right: 3px;
	}

	#header #pc-nav li:first-child {
		width: 166px;
	}

	#header #pc-nav li:nth-child(3) {
		width: 100px;
	}

	#header #pc-nav li:nth-child(6) {
		width: 120px;
	}

	#header #pc-nav li:nth-child(7) {
		width: 100px;
	}

	#header #pc-nav li:last-child {
		width: 88px;
	}

	#header #pc-nav li a {
		display: block;
		min-height: 38px;
		padding-top: 11px;
		box-sizing: border-box;
		font-size: 109%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border: 1px solid #e6e6e6;
		border-bottom: none;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #f7f4f0;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f4f0), color-stop(100%, #f5f2ed));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #f7f4f0 0%, #f5f2ed 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4f0', endColorstr='#f5f2ed', GradientType=0);
		/* IE6-9 */
	}

	.aga #header #pc-nav li:nth-child(7) a,
	.bihaku #header #pc-nav li:nth-child(6) a,
	.datumou #header #pc-nav li:nth-child(4) a,
	.nikibi #header #pc-nav li:nth-child(2) a,
	.anti-ageing #header #pc-nav li:nth-child(5) a,
	.skincare #header #pc-nav li:nth-child(1) a,
	.tarumi #header #pc-nav li:nth-child(3) a,
	.biyougeka #header #pc-nav li:nth-child(8) a,
	#header #pc-nav li a:hover,
	#header #pc-nav li a.active {
		border: 1px solid #d1ab3d;
		border-bottom: none;
		background: #f4cc71;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4cc71), color-stop(100%, #f2c358));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f4cc71 0%, #f2c358 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #f4cc71 0%, #f2c358 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4cc71', endColorstr='#f2c358', GradientType=0);
		/* IE6-9 */
	}

	#header #pc-nav li a:hover,
	#header #pc-nav li a.active {
		text-decoration: underline;
	}

	#header #pc-nav li i {
		display: inline-block;
		width: 0;
		height: 0;
		margin: 2px 5px 0 0;
		border-top: 8px solid #ebb056;
		border-left: 8px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.aga #header #pc-nav li:nth-child(7) a i,
	.bihaku #header #pc-nav li:nth-child(6) a i,
	.datumou #header #pc-nav li:nth-child(4) a i,
	.nikibi #header #pc-nav li:nth-child(2) a i,
	.anti-ageing #header #pc-nav li:nth-child(5) a i,
	.skincare #header #pc-nav li:nth-child(1) a i,
	.tarumi #header #pc-nav li:nth-child(3) a i,
	#header #pc-nav li a:hover i,
	#header #pc-nav li a.active i {
		border-top: 8px solid #624d49;
	}

	#header #pc-panel {
		border-top: 3px solid #f0c13a;
		margin-top: 142px;
		padding-top: 10px;
		box-sizing: border-box;
		z-index: 1000;
	}

	#header #pc-panel > div {
		/*overflow: hidden;*/
		width: 1000px;
		height: auto;
		margin: 0 auto;
		padding-bottom: 15px;
	}

	#header #pc-panel dl {
		float: left;
		width: 250px;
		padding: 0 10px;
		box-sizing: border-box;
		border-left: 1px dashed #d7d5d2;
	}

	#header #pc-panel dl:last-child {
		border-right: 1px dashed #d7d5d2;
	}

	#header #pc-panel dt a {
		display: block;
		padding: 7px 0;
		font-weight: bold;
		font-size: 117%;
		color: #fff;
		background: #625c51;
		text-align: center;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background: #857d75;
		/* Old browsers */
		background: -moz-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857d75), color-stop(100%, #6b665c));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #857d75 0%, #6b665c 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #857d75 0%, #6b665c 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#857d75', endColorstr='#6b665c', GradientType=0);
		/* IE6-9 */
	}

	#header #pc-panel dt a:hover {
		/*background: #ecb562;*/
		background: #eab76b;
		/* Old browsers */
		background: -moz-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eab76b), color-stop(100%, #ecb562));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #eab76b 0%, #ecb562 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #eab76b 0%, #ecb562 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab76b', endColorstr='#ecb562', GradientType=0);
		/* IE6-9 */
	}

	#header #pc-panel li a {
		position: relative;
		display: block;
		padding: 6px 10px 6px 2px;
		box-sizing: border-box;
		border-bottom: 1px solid #d7d5d2;
		font-size: 117%;
		line-height: 1.4;
		color: #40211a;
		vertical-align: middle;
		text-decoration: none;
	}

	#header #pc-panel li a:hover {
		text-decoration: underline;
	}

	#header #pc-panel li a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		display: block;
		content: "";
		width: 5px;
		height: 5px;
		margin: -5px 0 0 0;
		border-top: solid 2px #ecb562;
		border-right: solid 2px #ecb562;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

#container {
	margin-top: 48px;
	text-align: left;
	background: #fff url(../images/ja/bg03_sp2.png) no-repeat top left;
	background-size: 50%;
}

.active #container {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

@media print,
screen and (min-width: 768px) {
	#container {
		position: relative;
		width: 1000px;
		height: 100%;
		margin: 0 auto;
		margin-top: 142px;
		background: #fff url(../images/ja/bg03_pc2.png) no-repeat top left;
		background-size: auto;
		box-shadow: #d6d0c3 0px 0px 8px 3px;
		-webkit-box-shadow: #d6d0c3 0px 0px 8px 3px;
		-moz-box-shadow: #d6d0c3 0px 0px 8px 3px;
	}
}

/* #main */
#main {
	padding-bottom: 40px;
	border-top: 5px solid rgba(192, 186, 175, 0.2);
	background: url(../images/ja/bg04_sp.png) no-repeat bottom right;
	background-size: 50%;
}

.index #main {
	border-top: 0;
	background: url(../images/ja/top_bg.jpg) no-repeat top left;
	background-size: 100%;
}

@media print,
screen and (min-width: 768px) {
	#main {
		padding-bottom: 60px;
		border-top: 6px solid rgba(192, 186, 175, 0.1);
		background: url(../images/ja/bg04_pc.png) no-repeat bottom right;
		background-size: auto;
	}
}

/* #side */
/* #footer */
#footer {
	position: relative;
	min-height: 160px;
	background: #dfa64f url(../images/ja/bg02_pc2.png) no-repeat top left;
	/*9B490F 625c51*/
	background-size: 50%;
}

.active #footer {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

#footer .nav {
	position: absolute;
	top: 15px;
	padding-left: 10px;
}

#footer .nav li {
	float: left;
	margin: 0 12px 8px 0;
	line-height: 1.4;
}

#footer .nav li a {
	position: relative;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
}

#footer .nav li a:hover {
	text-decoration: underline;
}

#footer .nav li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer p {
	color: #fff;
	font-size: 92%;
	line-height: 1.4;
}

#footer .address {
	position: absolute;
	bottom: 50px;
	padding-left: 10px;
}

#footer p.copy {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	background: #FDFAF5;
	/*dfa64f*/
	color: #5c3d29;
	font-size: 84%;
}

@media print,
screen and (min-width: 768px) {
	#footer {
		width: 1000px;
		height: 160px;
		margin: 0 auto;
		background: #dfa64f url(../images/bg02_pc2.png) no-repeat bottom left;
		background-size: auto;
	}

	#footer .nav {
		top: 35px;
		left: 290px;
		padding-left: 0;
	}

	#footer .nav li {
		margin: 0 15px 0 0;
	}

	#footer p {
		font-size: 100%;
	}

	#footer .address {
		bottom: 65px;
		left: 660px;
		padding-left: 0;
	}

	#footer p.copy {
		padding: 13px 0;
		font-size: 92%;
	}
}

/* #pagetop */
#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	box-sizing: border-box;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background: #625c51;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	opacity: 0.8;
}

#pagetop a:hover {
	opacity: 1;
	background: #dfa64f;
}

@media print,
screen and (min-width: 768px) {
	#pagetop {
		bottom: 25px;
		right: 25px;
	}

	#pagetop a {
		width: 60px;
		height: 60px;
		padding-top: 18px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		font-size: 20px;
	}
}

/* #profile */
#profile {
	clear: both;
	background: #fdfaf5;
}

#profile .pf-inner {
	padding: 15px;
}

#profile h3 {
	padding: 12px 10px 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #5c3d29;
	font-size: 125%;
	font-weight: bold;
	border-top: 1px solid #e0d4c4;
	background: #f3f0e9;
}

#profile h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d4c2aa;
	font-size: 117%;
	color: #5c3d29;
}

#profile .pf-left {
	text-align: center;
	padding-bottom: 15px;
}

#profile .pf-left img {
	border: 1px solid #ece3d9;
}

#profile .pf-right p {
	margin-top: 12px;
	font-size: 117%;
	line-height: 1.2;
}

#profile .pf-img {
	display: block;
	text-align: center;
}

#profile .pf-img img {
	width: 100%;
	margin-top: 10px;
}

#profile .pf-img img + img + img {
	width: auto;
}

#profile table {
	width: 100%;
	margin-top: 15px;
}

#profile table th {
	width: 70px;
	padding: 5px;
	background: #f3f0e9;
	border: 1px solid #d4c2aa;
	vertical-align: middle;
}

#profile table td {
	padding: 5px;
	line-height: 1.2;
	border: 1px solid #d4c2aa;
	vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
	#profile .pf-inner {
		overflow: hidden;
		padding: 30px 40px 20px;
	}

	#profile h3 {
		padding: 15px 40px 15px;
		font-size: 150%;
	}

	#profile h4 {
		margin-top: 0;
		padding-bottom: 10px;
		font-size: 134%;
	}

	#profile p + h4 {
		margin-top: 25px;
	}

	#profile .pf-left {
		float: left;
		width: 155px;
	}

	#profile .pf-right {
		float: right;
		width: 740px;
		padding: 0;
	}

	#profile .pf-right p {
		margin-top: 20px;
	}

	#profile .pf-img {
		margin-top: 15px;
		text-align: left;
	}

	#profile .pf-img img {
		width: auto;
		margin: 0 20px 0 0;
		vertical-align: top;
	}

	#profile .pf-img img + img {
		margin-right: 15px;
	}

	#profile table {
		margin-top: 20px;
	}

	#profile table th {
		width: 150px;
		padding: 8px 10px;
		font-size: 117%;
	}

	#profile table td {
		padding: 8px 10px;
		font-size: 117%;
	}

	#profile2 .pf-inner {
		overflow: hidden;
		padding: 30px 0 20px 53px;
		width: 420px;
		float: left;
	}

	#profile2 h3 {
		padding: 15px 40px 15px;
		font-size: 150%;
	}

	#profile2 h4 {
		margin-top: 0;
		padding-bottom: 10px;
		font-size: 134%;
	}

	#profile2 p + h4 {
		margin-top: 25px;
	}

	#profile2 .pf-left {
		float: none;
		width: 155px;
		text-align: center;
		margin: 0 auto;
	}

	#profile2 .pf-right {
		float: left;
		width: 420px;
		padding: 0;
	}

	#profile2 .pf-right p {
		margin-top: 20px;
	}

	#profile2 .pf-img {
		margin-top: 15px;
		text-align: left;
	}

	#profile2 .pf-img img {
		width: auto;
		margin: 0 20px 0 0;
		vertical-align: top;
	}

	#profile2 .pf-img img + img {
		margin-right: 15px;
	}

	#profile2 table {
		margin-top: 20px;
	}

	#profile2 table th {
		width: 150px;
		padding: 8px 10px;
		font-size: 117%;
	}

	#profile2 table td {
		padding: 8px 10px;
		font-size: 117%;
	}
}

/* #information */
#information {
	clear: both;
	padding-bottom: 10px;
	background: #fdfaf5;
}

#information h3 {
	padding: 12px 10px 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #5c3d29;
	font-size: 125%;
	font-weight: bold;
	border-top: 1px solid #e0d4c4;
	background: #f3f0e9;
}

#information .info-box {
	padding: 15px;
}

#information .info-box img {
	width: 100%;
}

#information .info-box p {
	margin-top: 12px;
	font-size: 117%;
	line-height: 1.2;
}

#information .info-box dl {
	margin-top: 8px;
	font-size: 109%;
	line-height: 1.3;
}

#information .info-box dt {
	font-weight: bold;
}

#information .info-box dd {
	margin: -17px 0 5px 70px;
}

#information .info-box .tel {
	padding: 15px 0 5px;
	border-top: 1px dashed #d4c2aa;
}

#information .btn-box,
#main .btn-box {
	padding: 20px 10px;
	box-shadow: rgba(239, 235, 227, 0.75) 0px 16px 17px 0px inset;
	-webkit-box-shadow: rgba(239, 235, 227, 0.75) 0px 16px 17px 0px inset;
	-moz-box-shadow: rgba(239, 235, 227, 0.75) 0px 16px 17px 0px inset;
}

#main .btn-box {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#information .btn-box li:first-child,
#main .btn-box li:first-child {
	margin-bottom: 13px;
}

#information .btn-box a,
#main .btn-box a {
	position: relative;
	display: block;
	padding: 15px 0;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	font-size: 159%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#information .btn-box li:nth-child(1) a,
#main .btn-box li:nth-child(1) a {
	border: 1px solid #d0a665;
	background: #dfb980;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfb980), color-stop(100%, #d0a665));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dfb980 0%, #d0a665 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb980', endColorstr='#d0a665', GradientType=0);
	/* IE6-9 */
}

#information .btn-box li:nth-child(3) a,{
	border: 1px solid #ce7f7f;
	background: #e38181;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e38181), color-stop(100%, #da5858));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e38181 0%, #da5858 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38181', endColorstr='#da5858', GradientType=0);
	/* IE6-9 */
}
#main .btn-box li:nth-child(2) a {
	border: 1px solid #d0a665;
	background: #dfb980;
	background: -moz-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfb980), color-stop(100%, #d0a665));
	background: -webkit-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	background: -o-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	background: -ms-linear-gradient(top, #dfb980 0%, #d0a665 100%);
	background: linear-gradient(to bottom, #dfb980 0%, #d0a665 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb980', endColorstr='#d0a665', GradientType=0);
}

#information .btn-box i,
#main .btn-box i,
div.WideBtn p.new_btn_box a i {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	border-top: 12px solid #fff;
	border-left: 12px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

div.WideBtn {
	padding: 4em 40px 0;
	text-align: center;
}

div.WideBtn p.new_btn_box {}

div.WideBtn p.new_btn_box a {
	font-size: 200%;
	position: relative;
	display: block;
	padding: 25px 0;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #937527;
	background: -moz-linear-gradient(top, rgba(211, 187, 101, 1) 0%, rgba(147, 117, 39, 0.99) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(211, 187, 101, 1) 0%, rgba(147, 117, 39, 0.99) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(211, 187, 101, 1) 0%, rgba(147, 117, 39, 0.99) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3bb65', endColorstr='#fc937527', GradientType=0);
	/* IE6-9 */
}

@media print,
screen and (min-width: 768px) {
	#information {
		padding-bottom: 0;
	}

	#information h3 {
		padding: 15px 40px 15px;
		font-size: 150%;
	}

	#information .info-box {
		overflow: hidden;
		padding: 30px 40px;
	}

	#information .info-box img {
		float: left;
		width: auto;
	}

	#information .info-box .add {
		float: left;
		width: 280px;
		margin-left: 20px;
		padding-right: 5px;
		border-right: 1px dashed #d4c2aa;
	}

	#information .info-box p {
		margin-top: 0;
		line-height: 1.4;
	}

	#information .info-box dl {
		margin-top: 8px;
		font-size: 117%;
		line-height: 1.4;
	}

	#information .info-box dd {
		margin: -20px 0 7px 75px;
	}

	#information .info-box .tel {
		float: right;
		padding: 0;
		border-top: none;
	}

	#information .btn-box,
	#main .btn-box {
		overflow: hidden;
		padding: 30px 40px;
	}

	#information .btn-box li:first-child,
	#main .btn-box li:first-child {
		margin-bottom: 0;
	}

	#information .btn-box a,
	#main .btn-box a {
		padding: 24px 0;
		font-size: 200%;
	}

	#information .btn-box a:hover,
	#main .btn-box a:hover,
	div.WideBtn p.new_btn_box a:hover {
		opacity: 0.9;
	}

	/* #information .btn-box li:nth-child(1),
	#main .btn-box li:nth-child(1) {
		float: left;
		width: 440px;
	}

	#information .btn-box li:nth-child(2),
	#main .btn-box li:nth-child(2) {
		float: right;
		width: 440px;
	} */

	#information .btn-box i,
	#main .btn-box i {
		margin-right: 10px;
	}
}

/* .path */
.path {
	margin: 0 10px 10px;
	padding-top: 15px;
	text-align: right;
}

.path li {
	display: inline-block;
	margin-left: 6px;
	line-height: 1.4;
	font-size: 92%;
	color: #5c3d29;
}

.path a,
.path span {
	position: relative;
	padding-right: 12px;
}

.path li a:after,
.path li span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 6px solid #ebb056;
	border-left: 6px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media print,
screen and (min-width: 768px) {
	.path {
		margin: 0 50px 20px;
		/*	padding-top: 40px;*/
	}

	.path li {
		margin-left: 8px;
		font-size: 100%;
	}

	.path a {
		padding-right: 14px;
	}

	.path li a:after {
		border-top: 8px solid #ebb056;
		border-left: 8px solid transparent;
	}
}

/* .button */
a.button {
	position: relative;
	display: block;
	padding: 8px 0;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
	font-size: 134%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.yellow {
	border: 1px solid #eea73a;
	background: #ffc369;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffc369 0%, #ffb84d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc369), color-stop(100%, #ffb84d));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc369 0%, #ffb84d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc369 0%, #ffb84d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc369 0%, #ffb84d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffc369 0%, #ffb84d 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc369', endColorstr='#ffb84d', GradientType=0);
	/* IE6-9 */
}

a.pink {
	border: 1px solid #ce7f7f;
	background: #e38181;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e38181), color-stop(100%, #da5858));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e38181 0%, #da5858 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e38181 0%, #da5858 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38181', endColorstr='#da5858', GradientType=0);
	/* IE6-9 */
}

a.button i {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	border-top: 9px solid #fff;
	border-left: 9px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@media print,
screen and (min-width: 768px) {
	a.button {
		width: 200px;
		margin: 0 auto;
		font-size: 16px;
	}

	a.button:hover {
		opacity: 0.9;
	}

	a.button i {
		margin-right: 10px;
	}

	a.wide {
		width: 600px;
		padding: 22px 0;
		font-size: 18px;
	}

	a.wide i {
		border-top: 12px solid #fff;
		border-left: 12px solid transparent;
	}
}

/* #side-nav */
#side-nav {
	display: none;
}

@media print,
screen and (min-width: 768px) {
	#side-nav {
		display: block;
		position: fixed;
		top: 25%;
		left: auto;
		width: 160px;
		box-sizing: border-box;
		margin: 0 0 0 -172px;
		background: #fff;
		border-radius: 2px/2px;
		-webkit-border-radius: 2px/2px;
		-moz-border-radius: 2px/2px;
		box-shadow: #d6d0c3 0px 0px 8px 3px;
		-webkit-box-shadow: #d6d0c3 0px 0px 8px 3px;
		-moz-box-shadow: #d6d0c3 0px 0px 8px 3px;
	}

	#side-nav h3 {
		min-height: 28px;
		padding-top: 6px;
		box-sizing: border-box;
		font-size: 100%;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #5c3d29;
		border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		border-bottom: 2px solid #f0c13a;
		box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
		background: #f7f4f0;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f4f0), color-stop(100%, #f5f2ed));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f7f4f0 0%, #f5f2ed 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #f7f4f0 0%, #f5f2ed 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4f0', endColorstr='#f5f2ed', GradientType=0);
		/* IE6-9 */
	}

	#side-nav .clinic h3 {
		padding-top: 5px;
		border-top: 1px solid #e6e6e6;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	#side-nav h3 i {
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: text-top;
	}

	#side-nav .nayami h3 i {
		margin-right: 2px;
		background: url(../images/ja/side_i01.png) no-repeat;
	}

	#side-nav .clinic h3 i {
		background: url(../images/ja/side_i02.png) no-repeat;
	}

	#side-nav dl {
		padding: 10px 4px 0;
	}

	#side-nav dt {
		font-weight: bold;
		color: #5c3d29;
	}

	#side-nav dt.solo {
		margin-bottom: 12px;
	}

	#side-nav dt i {
		display: inline-block;
		width: 0;
		height: 0;
		margin: 1px 4px 0 0;
		border-top: 7px solid #ebb056;
		border-left: 7px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#side-nav dd {
		padding: 5px 0 10px 12px;
	}

	#side-nav li {
		display: inline-block;
		margin: 0 5px 4px 0;
	}
}

