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

@media screen and (max-width: 640px) {

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;
}
.img_30{
	margin: 0 0 30px 0;
}
	.img_70{
	margin: 0 0 20px 0;
	}
.img_70 img{
	width: 100%;
	height: auto;
}

.sp_display{
	display: inherit;
}
.pc_display{
	display: none;
}
img{
	max-width: 100%;
	height: auto;
	}
	
.whole{
	width: 100%;
	height: auto;
	margin: 0;
}
.inside_whole{
	width: 100%;
	height: auto;
	margin: 0;
	background-color: hsla(0,0%,100%,1.00);
	background-image: url(images/sp_header_bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-size:100%;
}
.contents_whole{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	background-image: none;
}
header.header{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	font-size: 1em;
	text-shadow: 1px 1px 1px #ffffff;
}
header.header h1{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: x-small;
	color: #492D18;
	font-weight: normal;
	letter-spacing: 0;
}
header.header img{
	width: 50%;
	height: auto;
	margin: 0 0 5px 0;
	}
header.header .header_logo{
	width: 40%;
	height: auto;
	margin: 0 0 2px 0;
	text-shadow: 1px 1px 1px #ffffff;
}
header.header .header_logo img{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

header.header .header_add{
	font-size: small;
	margin: 0 0 10px 0;
}
.contents_box{
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.contents_menu{
	margin: 0 0 10px 0;
}
.contents_menu img{
	width: 50%;
	margin: 0;
}

/*    index   */
.main_img{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: 0;
}
.main_img img{
	width: 100%;
	height: auto;
	margin: 0;
	line-height: 0;
}
.about_box{
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding:20px 10% 0 10%;
	box-sizing: border-box;
	background-image: url(images/aboutbox_bg.jpg);
	background-repeat: no-repeat;
}
.about_box img.profile{
	width: 45%;
	height:auto;
	margin:0 10% 10px 0;
	float: left;
}
.about_box img.profile img{
	width: 100%;
	height: auto;
}
.about_box .greeting{
	width: 40%;
	height: auto;
	margin: 50px 0 10px 0;
	float: left;
}
.about_box .greeting img{
	width: 100%;
}	
.about_box h2{
	margin:10px 0 10px 5px;
	font-size: lage;
}
.about_box p{
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 2rem;
	letter-spacing: 1.2;
}
.shop_info{
	width: 90%;
	height: auto;
	margin: 50px 5% 10px 5%;
}
.shop_info img.kawasumi_logo{
	width: 40%;
	height: auto;
	float: none;
	margin: 0 0 5px 10px;
}
.shop_info div{
	width: 90%;
	height: auto;
	margin: 20px auto;
	line-height: 1.5rem;
}
.shop_photo{
	width: 94%;
	height: auto;
	float: none;
	margin: 15px 3% 0 3%;
}
.shop_photo img{
	width: 100%;
	height: auto;
	margin: 0 0 6px 0;
}
.map{
	width: 94%;
	height: 580px;
	margin: 15px 3% 20px 3%;
}

/*    product  */
.product_box{
	clear: both;
	width: 90%;
	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: 90%;
	height:auto;
	margin: 0 auto;
}
/*    footer   */
footer.footer{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 20px 0 10px 0;
	box-sizing: border-box;
	color: #ffffff;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}
footer.footer .footer_link{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	text-align: center;
}
footer.footer img{
	width:auto;
	margin: 0 10px 10px 0;
	}
footer.footer p{
	width: 90%;
	height: auto;
	margin: 0 auto 20px auto;
	text-align: left;
	line-height: 1.5;
}
footer.footer .copyright{
	font-size: small;
	margin: 10px auto;
	text-align: center;
}
footer.footer a{
	color: #ffffff;
}
}