@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
 
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }


*{
	margin:0px;
	padding:0px;
	border:none;
}

a{
	border:none;
	text-decoration: none;
}


body{
	margin:0px;
	padding:0px;
	border:none;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 2px;
	max-width: 1700px;
}

#header{
	background-color: #f1ac44;
	height: 100px;
	width: 100%;	
}

#wrapper{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

.logo{
	padding-top: 40px;
	float: left;
	padding-left: 0px;
}

.logo a{
	display: block;
	z-index: 999;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}

.logo a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.iine{
	float: right;
	padding-top: 50px;
	}

#navigation{
	height: 45px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(img/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navigation li{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 150px;
	list-style-type: none;
}

#navigation li a{
	display: block;
	width: 150px;
	height: 45px;
	
}

.line1{
	margin: 0px;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #398724;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.line2{
	margin: 0px;
	clear: both;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #398724;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#contents{
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

.pankuzu{
	font-size: 11px;
	font-weight: 100;
	color: #666;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	}	

.pankuzu a{
	font-size: 11px;
	font-weight: 100;
	color: #666;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: left;
	}	
	
.pankuzu a:hover{
	font-size: 11px;
	font-weight: 100;
	color: #CCC;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: left;
	}	

#goods{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1500px;
	width: 100%;
	}

.title_goods{
	font-size: 30px;
	color: #398724;
	text-align: left;
	font-weight: 400;
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #398724;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.5em;
	}

#goods_one{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height: 1500px;
	}

.text_goods1{
	font-size: 16px;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 730px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}	

.photo1{
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
	
.photo2{
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	}


#footer{
	background-color: #f1ac44;
	padding: 0px;
	clear: both;
	height: 200px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer_navigation{
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

#left{
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 0px;
}

.facebook{
	float: left;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.facebook a{
	display:block;
	z-index: 999;
	background-image: url(img/fb.png);
	background-repeat: no-repeat;
}

.facebook a:hover {
  text-decoration: none;
  opacity: 0.7;
}


.share{
	font-size: 14px;
	color: #FFF;
	float: left;
	padding-top: 60px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-weight: 100;
}

.addres{
	clear: both;
	width: 300px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.name{
	font-size: 16px;
	color: #FFF;
	padding-left: 0px;
	font-weight: 100;	
}

.add{
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-left: 0px;	
	font-weight: 100;
}

.no{
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-left: 0px;	
	font-weight: 100;
}

#right{
	float: left;
	margin-left: 10px;
}

ul#navi li{
	float: left;
	padding-top: 20px;
	padding-left: 28px;
	list-style-type: none;
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
}

ul#navi li a{
	color: #FFF;
	text-decoration: none;
}

ul#navi li a:hover{
	color: #CCC;	
}

.navisub1{
	float: left;
	margin-left: 115px;
	margin-top: 10px;
	}

.navisub2{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	}
	
.navi_seihin{
	color: #FFF;
	font-size: 10px;
	font-weight: 200;
	letter-spacing: 0em;
	}
	
.navi_hanbai{
	color: #FFF;
	font-size: 10px;
	font-weight: 200;
	}

.navi_aisatsu{
	color: #FFF;
	font-size: 10px;
	font-weight: 200;
	}
	
.navi_gaiyo{
	color: #FFF;
	font-size: 10px;
	font-weight: 200;
	}
	
.navi_enkaku{
	color: #FFF;
	font-size: 10px;
	font-weight: 200;
	}

.navi_seihin a{
	color: #FFF;
	text-decoration: none;
	}
	
.navi_hanbai a{
	color: #FFF;
	text-decoration: none;
	}

.navi_aisatsu a{
	color: #FFF;
	text-decoration: none;
	}
	
.navi_gaiyo a{
	color: #FFF;
	text-decoration: none;
	}
	
.navi_enkaku a{
	color: #FFF;
	text-decoration: none;
	}

.navi_seihin a:hover{
	color: #ccc;
	text-decoration: none;
	}
	
.navi_hanbai a:hover{
	color: #ccc;
	text-decoration: none;
	}

.navi_aisatsu a:hover{
	color: #ccc;
	text-decoration: none;
	}
	
.navi_gaiyo a:hover{
	color: #ccc;
	text-decoration: none;
	}
	
.navi_enkaku a:hover{
	color: #ccc;
	text-decoration: none;
	}

.navi_privacy{
	color: #fff;
	font-size: 10px;
	font-weight: 200;
	margin-left: 35px;
	margin-top: 10px;
	float: left;
	}
	
.navi_privacy a{
	color: #FFF;
	text-decoration: none;
	}

.navi_privacy a:hover{
	color: #ccc;
	text-decoration: none;
	}

#copy{
	font-size: 11px;
	font-weight: 100;
	color: #FFF;
	text-align: center;
	clear: both;
	background-color: #f1ac44;
	padding-bottom: 10px;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	background-image: url(img/top.png);
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}






