@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;
	}
	
#goods{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1250px;
	width: 100%;
	}

.title_goods{
	font-size: 50px;
	color: #398724;
	text-align: center;
	font-weight: 500;
	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;
	}

#first{
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
#secound{
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
#therd{
	height: 350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
#goods_one{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#goods_two{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}
	
#goods_three{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}
	
#goods_four{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	}
	
#goods_five{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}

#goods_six{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}
	
#goods_seven{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	}
	
#goods_eight{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}
	
#goods_nine{
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}
	

	
.pic_goods1{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods1_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods1 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods1 a:hover {
  opacity: 0.7;
}

.pic_goods2{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods2_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods2 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods2 a:hover {
  opacity: 0.7;
}

.pic_goods3{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods3_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods3 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods3 a:hover {
  opacity: 0.7;
}

.pic_goods4{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods4_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods4 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods4 a:hover {
  opacity: 0.7;
}

.pic_goods5{
	margin: 0px;
	padding: 0px;
	width:248px;
	height:190px;
	background-image: url(img/goods5_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #EBEBEB;
	}

.pic_goods5 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods5 a:hover {
  opacity: 0.7;
}

.pic_goods6{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods6_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods6 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods6 a:hover {
  opacity: 0.7;
}

.pic_goods7{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods7_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods7 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods7 a:hover {
  opacity: 0.7;
}

.pic_goods8{
	margin: 0px;
	padding: 0px;
	width:250px;
	height:190px;
	background-image: url(img/goods8_bg.jpg);
	background-repeat: no-repeat;
	}

.pic_goods8 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods8 a:hover {
  opacity: 0.7;
}

.pic_goods9{
	margin: 0px;
	padding: 0px;
	width:248px;
	height:190px;
	background-image: url(img/goods9_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #EBEBEB;
	}

.pic_goods9 a{
	display: block;
	z-index: 999;
	background-repeat: no-repeat;
	}

.pic_goods9 a:hover {
  opacity: 0.7;
}


.name_goods{
	font-size: 17px;
	color: #398724;
	font-weight: 400;
	width: 248px;
	letter-spacing: 0.2em;
	height: 40px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	}
	
.name_goods a{
	display: block;
	z-index: 999;
	color: #398724;
}
	
	
.name_goods a:hover {
	color:#f1ac44;
}

#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;
}




