/* CSS Document */

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}



/***** commmon *****/
body {
	/*
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
	*/
	font-family: serif, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	font-weight: 500;	
	font-size: 14px;
	line-height: 1.6;
	background-color: #F5F0DE;
	min-width:1000px;
  /*
    letter-spacing: 0.1em;
  */
}

.easy_text {
	/*
	font-family: "Hiragino Maru Gothic W4 JIS2004", "Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	*/
	font-family: serif, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}

a {
	color: #956134;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.contents_width {
	width: 1000px;
	margin: 0 auto;
}

.brown {
	color: #7A6A56;
}

.left {
	float: left;
}

.right {
	float: right;
}

a:hover img.trans {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.line_kawa_short {
	width: 643px;
	height: 32px;
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/line_kawa_short.png) left top no-repeat;
}

.guide_area h2 {
	padding-bottom: 30px;
}
.guide_area h3 {
	padding-top: 46px;
	color: #956134;
	font-weight: bold;
	font-size: 18px;
}
.guide_area h4 {
	padding-top: 36px;
	font-weight: bold;
	font-size: 14px;
}
.guide_area p  {
	padding-top: 18px;
	padding-left: 18px;
}

.line_shop {
	width: 100%;
	height: 166px;
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/line_shop.png) left center no-repeat;
}

.line_kawa {
	width: 643px;
	height: 32px;
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/line_kawa.png) left top no-repeat;
}

/****** header *******/
#header_wrapper_top {
	width: 100%;
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/bg_common_gmenu.png) repeat-x;
	position: fixed;
	z-index: 999;
	display: none;
}

#header_top ul {
	overflow: hidden;
	padding: 26px 0 20px;
}
@media all and (-ms-high-contrast:none){
	#header_top ul {
		padding: 26px 0 26px;
	} /* IE10 */
}
@media all and (-ms-high-contrast:none){
	#header_common {
		padding-bottom: 6px;
	} /* IE10 */
}
#header_top ul li {
	float: left;
}

#header_wrapper_common {
	width: 100%;
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/bg_common_gnavi.png) repeat-x;
	position: fixed;
	z-index: 999;	
}

#header_common ul {
	overflow: hidden;
}

#header_common ul li {
	float: left;
	padding: 25px 0 19px;	
}

/****** main *******/
#main {
	padding-top: 72px;
}

#main_wrapper {
	background: #f5f0e7;
}

#main {
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/bg_kawa_top.png) repeat-x;
	background-position-y: 72px;
	overflow: hidden;
	color: #231815;
}

#main_inner2 {
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/bg_kawa_bottom.png) bottom repeat-x;
}

#main_inner {
	width: 903px;
	padding-left: 97px;
	margin: 0 auto;
	/*
	overflow: hidden;
	*/
}

#footer {
	margin-top: 0;
}

/* side */
#side {
	width: 140px;
	text-align: center;
	padding-top: 122px;
}

#side a {
	color: #231815;
}

#side a:hover {
	color: #956134;
	text-decoration: none;
	font-weight: bold;
}

.side_hover a:hover {
	color: #C9A063 !important;
}


#side ul {
	border-bottom: 1px solid rgba(149,97,52,0.3);
	padding-top: 30px;
}
#side ul.top {
	border-top: 1px solid rgba(149,97,52,0.3);
}

#side ul li {
	font-size: 15px;
	padding-bottom: 30px;
}

#pagetop {
	padding: 160px 0 176px 0;
	width: 213px;
	margin: 0 auto;
}


/* contents */
#contents {
	width: 643px;
	padding: 67px 0;
}


/****** footer *******/
#footer {
	background: url(https://img21.shop-pro.jp/PA01371/391/etc/bg_top_footer.png) repeat-x;
	padding-top: 56px;
}

#footer p img {
	display: block;
	margin: 0 auto;
}

#footer ul {
	padding-top: 68px;
	overflow: hidden;
	width: 342px;
	margin: 0 auto;
}
#footer ul li {
	float: left;
}

address {
	text-align: center;
	padding-top: 68px;
	font-size: 12px;
}

#copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 62px;
	font-size: 11px;
}