@charset "utf-8";
/*プロパティ*/
html{
	height:100%;
}

body{
	margin:0;
	padding 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-y: scroll;
	font-family: "NotoSansCJKjp";
	font-style: 350;
	src: url('../font/web/NotoSansCJKjp.eot');
	  src: local('Noto Sans CJK JP DemiLight'),
	src: url('../font/web/NotoSansCJKjp.eot?#iefix') format('embedded-opentype'),
		url('../font/web/NotoSansCJKjp.woff') format('woff'),
		url('../font/web/NotoSansCJKjp.otf') format('opentype')
}

body::-webkit-scrollbar {
	display: none;
}

.contents{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
	background-color: #f5deb3;
}

.back{
	height: 100%;
	background-image: url(../img/wood.jpg);
}

#footer{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
	background-color: #f5deb3;
}

/*header部分*/
#header{
	height: 100px;
	background-image: url(../img/header3_1.png);
}

#header .inner{
	display: block;
}

#header .inner{
	margin: 0;
	padding: 0;
	line-height: 1 ;	/* 行の高さ */
}

.logo{
	margin: auto;
	padding: 0;
	height: auto;
}

/*パンくずリスト*/
.breadcrumb {
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
	font-size: 0.8em;
}

.breadcrumb li:after{/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

/*gnav部分*/
#nav-box{
	background-color: #FFA500;
}

#nav {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	background-color: #FFA500;
	z-index: 99;
}
#nav li {
	list-style: none;
	z-index: 99;
}
#nav li a {
	display: block;
	width: 250px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 2.8;
	background: #FFA500;
	text-decoration: none;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
#nav > li:hover > a {/*layer-1*/
	color: MidnightBlue;
	background: #afc6e2;
}
#nav li ul {
	width: 250px;
	display: none;
	margin-left: -40px;
	position: absolute;
}
#nav > li li:hover > a {/*layer-2*/
	color: MidnightBlue;
	background: #afc6e2;
}
#nav li ul li a {
	border-top: 1px solid #eee;
}

#first{
	width:250px;
	border-left: solid 1px #eee;
}

#nav #first a{
	width:249px;
}

#nav li .second{
border-left: solid 1px #eee;
position: relative;
left: -1px;
}

@media screen and ( min-width:480px )
{
	#menu,#sp-icon{
		display:none;
		}
}

/*画像表示*/
.module {
	margin-bottom: 0;
	padding-bottom: 0;
}

.infiniteslide{
	margin: 0;
	padding 0;
}

.slide{
	width: 300px;
	height: 300px;
}

/*紹介*/
.shop{
	margin:16px 0 16px 0;
	padding:0;
	text-align: center;
}

#int{
	position: relative;
	top: 10px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	margin: auto;
	width: 940px;
	letter-spacing: 0.1em;
}

/*ニュースティッカー*/
#new{
	padding-top: 30px;
	text-align: center;
}

#ticker {
	margin: 0 auto;
	padding: 10px;
	width: 600px;
	text-align: left;
	border: #ccc 1px solid;
	position: relative;
	overflow: hidden;
}
 
#ticker ul {
	width: 100%;
	position: relative;
}
 
#ticker ul li {
	width: 100%;
	display: none;
	text-decoration: none;
}

#ticker ul li a{
	color:	#800000;
	text-decoration: none;
}

/*フッター*/
#footer1{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

#footer1 li{
	margin:0 10px;
	float: right;
}

#footer{
	padding-top: 100px;
	text-align: center;
	font-family: YuGothic,'Yu Gothic',sans-serif;
	font-size: 0.8em;
	clear: both;
}

/*google map*/
.ggmap{
display: block;
width: 900px;
height: 500px;
position: relative;
left: 50px;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.data{
	padding: 0;
	margin: 30px 0 80px 0;
	display: block;
	width: 480px;
	position: relative;
	left: 260px;
	text-align: center;
}

/* --- お問い合わせフォーム --- */



/* ニュース覧 */
.news{
	width: 980px;
	display: block;
	position: relative;
	left: 10px;
	top: 10px;
	margin:0;
	padding: 0;
}

.news p{
	margin:0 ;
	padding: 0 0 20px 0;
}

/*商品一覧*/
.pw{
	margin:0;
	padding: 25px 0 0 0;
	text-align: center;
}


.pro1,.pro2{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 423px;
	border: solid 1px #8b4513;
	text-align: center;
}

.pro1 img,.pro2 img{
	margin-top: 30px;
	width: 300px;
	height: 300px;
}

.pro1{	/*left*/
	position: relative;
	left:50px;
	margin: 25px 0 50px 0;
}

.pro2{	/*right*/
	position: relative;
	left:95px;
	margin: 25px 0 50px 0;
}

.pro1 a, .pro2 a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #8b4513;
	text-decoration: none;
}

.pro1 a:hover,.pro2 a:hover{
	background-color: #fffacd;
	opacity: 0.7;
}

a img {
background-color: rgba(255, 255, 255, .01); /* 透明度を低く指定しました。 */
}