/* room
***************************************************************************/
#main {
	min-height: 500px;
}

.title01{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.title02{
	text-align: center;
	font-size:118%;
}

.title03{
	padding-bottom: 10px;
	color: #661900;
	font-size:110%;
}

.text01{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.text02{
	text-align: center;
	font-size: 118%;
	font-weight: bold;
	padding-bottom: 20px;
}

.text03{
	color: #B20000;
	padding-bottom: 20px;
}

.text04{
	width: 230px;
	float: left;
}

.text05{
	color: #B20000;
	text-decoration:underline;
}

.img01{
	float: right;
	padding-right: 20px;
}

.img02{
	float: right;
	padding-right: 10px;
}

#shop_box_list{
	width: 960px;
	list-style: none;
}

#shop_box_list li{
	float: left;
	width: 450px;
	margin: 0 20px 20px 0;
	padding: 5px;
}

#shop_box_list li .shop_box_inner{
	padding: 20px;
	background-color: #EFEFEF;
}

.btn01{
	padding-top: 30px;
	text-align: center;
}

.shop_pic{
	width: 910px;
	list-style: none;
}

.shop_pic li{
	width: 283px;
	float: left;
	margin: 0 10px 20px 0;
}

.shop_pic li h4{
	padding-top: 10px;
	font-size: 110%;
	line-height: 1.5;
}

.shop_pic li p{
	padding-top: 5px;
	font-size: 110%;
	line-height: 1.8;	
}

.shop_pic li p span{
	color: #663300;
}

.shop_pic li img{
	width: 100%;
	height: auto;
}



/* screens smaller than 820
*********************************/ 
@media only screen and (min-width:541px) and (max-width:820px) {

#shop_box_list{
	width: 720px;
}

#shop_box_list li{
	float: left;
	width: 330px;
}

.img01,
.img02{
	float: none;
	text-align: center;
	padding-bottom: 20px;
}

.text04{
	width: auto;
	float: none;
}

.shop_pic{
	width: 660px;
}

.shop_pic li{
	width: 197px;
	float: left;
	margin: 0 20px 20px 0;
}

}

/* screens smaller than 540
*********************************/ 
@media only screen and (max-width:540px) {

#shop_box_list{
	width: auto;
}

#shop_box_list li{
	float: none;
	width: auto;
	margin:0 0 5px 0;
}

.img01,
.img02{
	float: none;
	text-align: center;
	padding-bottom: 20px;
}

.text04{
	width: auto;
	float: none;
}

.shop_pic{
	width: auto;
	margin: 0 auto;
}

.shop_pic li{
	width: auto;
	float: none;
	margin: 0 0 50px 0;
}

}
