@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body{
	margin: 0;
	padding: 0;
	background-image:url(images/body_bg.png);
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	color: #492D18;
	line-height: 1.2rem;
}
a{
	color: #492D18;
	text-decoration: none;
}
a:hover{
	color: #DD6B74;
}
img a{
	border: none;
}
.sp_display{
		display: none;
}	

/*    img   */
.img_30{
	margin: 0 0 30px 0;
}
.img_70{
	margin: 0 auto 70px auto;
}

.whole{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.inside_whole{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	z-index: -1;
	background-color: hsla(0,0%,100%,1.00);
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}
.contents_whole{
	width: 1100px;
	height: auto;
	margin: 0 0 0 -50px;
	position: relative;
	padding: 0;
	background-image: url(images/whole_bg_l.png) , url(images/whole_bg_r.png);
	background-position: left , right;
	background-repeat: repeat-y;
}
header.header{
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 33px 0 0 50px;
	box-sizing: border-box;
	font-size: 1em;
}
header.header h1{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	color: #492D18;
	font-weight: normal;
	letter-spacing: 0.08rem;
}
header.header .header_logo{
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
}
header.header .header_add{
	margin: 0 0 5px 0;
}
.contents_box{
	width: 1000px;
	height: auto;
	margin: 10px auto;
}
.contents_menu{
	margin: 0 0 10px 50px;
}
.contents_menu img{
	margin: 0 40px 0 0;
}

h2{
	margin:15px 0;
	font-size: 19px;
    line-height: 1.8;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*    index   */
.main_img{
	width: 1000px;
	height: 380px;
	margin: 10px 0 0 0;
	z-index: -1;
	position: relative;
}
.about_box{
	float: left;
	width: 1000px;
	height: auto;
	margin: 0 0 30px 0;
	padding: 68px 0 0 0;
	background-image: url(images/aboutbox_bg.jpg);
	background-repeat: no-repeat;
	z-index: -1;
	position: relative;
}
.about_box img.profile{
	width: 205px;
	height:260px;
	margin: 0 32px 0 190px;
	float: left;
	position: relative;
}
.about_box h2{
	margin:10px 0 10px 5px;
	font-size: 19px;
}
.about_box p{
	float: left;
	width: 402px;
	height: auto;
	line-height: 2rem;
	letter-spacing: 1.2;
}
.shop_info{
	width: auto;
	height: auto;
	margin: 55px 0 25px 46px;
}
.shop_info img.kawasumi_logo{
	width: 165px;
	height: 40px;
	float: left;
	margin: 0 25px 0 0;
}
.shop_photo{
	float: left;
	width: 290px;
	height: auto;
	margin: 15px 0 25px 46px;
	z-index: -1;
}
.shop_photo img{
	margin: 0 0 6px 0;
}
.map{
	float: left;
	width: 580px;
	height: 560px;
	margin: 15px 0 0 40px;
	z-index: -1;
}

/*    product  */
.product_box{
	clear: both;
	width: 900px;
	height: auto;
	margin: 0 auto 50px auto;
}
.product_menu{
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	text-align: center;
}
.product_contents {
	line-height: 1.8;
}
.product_contents img{
	float: right;
	margin: 0 0 20px 10px;
}
.sp_info{
	margin: 30px 0 0 0;
	color: #CE87A0;
}
.product_box_lust{
	clear: both;
	width: 900px;
	height:500px;
	margin: 0 auto;
}
/*    footer   */
footer.footer{
	clear: both;
	width: 1000px;
	height: 170px;
	margin: 0 50px;
	padding: 33px 0 0 0;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	z-index: -1;
}
footer.footer .footer_link{
	width: 1000px;
	height: auto;
	margin: 0 0 20px 0;
}
footer.footer p{
	margin: 0 auto 20px auto;
}
footer.footer p img{
	margin: 0 10px 0 0;
}
footer.footer .copyright{
	margin: 10px 0 0 0;
}
footer.footer a{
	color: #ffffff;
}