@charset "UTF-8";

/*** service ***/

#service{
	background:url("../img/bg01.jpg") top right no-repeat;
	background-size: 50% auto;
	min-height: 480px;
}
#service .inner{
	margin-left: 50px;
	margin-right: 290px;
	padding-bottom: 1em;
}
#service h2{
	margin-bottom: 1em;
	font-family: "Sawarabi Mincho";
}
#service p{
	padding-bottom: 1em;
}

/*** product ***/
#product h2{
	margin: 0.5em 0;
	font-family: "Sawarabi Mincho";
}

#product #item_list{
	display: flex;
}
#product #item_list li{
	list-style-type: none;
	width:30%;
	background-color: #f7f7f7;
	flex-wrap: wrap;
	justify-content:center;
	margin: 10px;
}
#product #item_list p{
	margin: 0 10px;
}

#product #item_list li figure{
	margin: 0;
	
}

#product #item_list li figure img{
	width:100%;
	height: auto;
}


#product #item_list li h2{
	text-align: center;
}





/*** contact ***/
#info_box{
	background:#E2E2E4;
	margin: 20px auto;
	padding: 20px 40px;
	border-radius:10px;
	width:50%;
	font-size: 130%;
}

#tel{
	font-size:150%;
	margin: 10px 0;
	text-align: center;
}
#tel a{
	text-decoration: none;

}
	#tel img{
	vertical-align: middle;
}
.ggmap {
position: relative;
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%;
}









/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------/

/* スマホスタイル：～640px */
@media only screen and (max-width: 640px) {
	

	#service{
		background-position: bottom right;
		background-size: 50% auto;
		min-height:auto;
	}
	#service .inner{
		margin-left: 0;
		margin-right: 0;
	}

	/*** product ***/
	#product #item_list{
		flex-wrap: wrap;
	}
	#product #item_list li{
		width:47%;
		margin: 10px 4px;
		justify-content: space-around;
	}


	/*** contact ***/
	#info_box{
		border-radius:10px;
		width:80%;
		font-size: 110%;
		margin: 10px auto;
		padding: 20px;
	}

	#tel{
		margin: 10px 0;
	}

	
	
	
	
	
	
	
	
	
	
}
	



