@charset "utf-8";
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.noneTablet {display:none}

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 18px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #666;
} 

/* 
---------------------------------------
スライドショー
---------------------------------------
*/
#headerSls {
	width: auto;
	height: 340px;
}
.btn_prev, .btn_next { position: absolute; top: 225px; width: 48px; height: 48px; }
/* 
---------------------------------------
お知らせ
---------------------------------------
*/
#infoBox .title{
	width: 50%;
	height: 50px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/* 
---------------------------------------
トップ自己紹介
---------------------------------------
*/
#profileBox {
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#profileBox .title{
	width: 50%;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 50px;
}
#profileBox h2{
	width: 150px;
	height: 30px;
	margin-right: 490px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#profileBox p{
	padding-bottom: 20px;	
}
/* 
---------------------------------------
商品紹介
---------------------------------------
*/

#productsBox .title{
	width: 50%;
	height: 50px;
	font-size:32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#productsBox #itemBox {
	max-width: 768px;
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : space-around;
	-webkit-justify-content : space-around;
}
#itemBox .item{
	max-width: 300px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
}
#itemBox .item .img{
	padding-bottom: 15px;
}

}
