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

#sub #top_img{
	padding-top: 30px;
}

#sub #top_img img{
	width: 100%;
}

#sub #pan{
	padding-bottom: 50px;
	line-height: 1.5;
}


#sub #pan li{
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

#sub #pan li:first-child{
	margin-left: 0px;
}

#sub section.block{
	margin-bottom: 50px;
	font-size: 14px;
}

#sub section.block:last-child{
	margin-bottom: 20px;
}


#sub section.block h2{
	font-size: 24px;
	border-bottom: 3px solid #f2e74f;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 1.5;
}

#sub section.block h3{
	font-size: 18px;
	border-left: 10px solid #f2e74f;
	padding: 10px 0 10px 5px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#sub section.block img{
	width: 100%;
}

#sub section.block p{
	line-height: 1.8;
}

#sub section.block ul.menu li{
	line-height: 1.8;
	list-style: circle;
	margin-left: 30px;
}

#sub section.block ul.menu li:first-child{
	list-style: none;
	font-weight: bold;
	font-size: 120%;
	margin-left: 0;
}

#sub section.block a{
	white-space: nowrap;
	color: #002dff;
}

#sub section.block .white_text table tr:first-child{
	border-top: 1px dotted #ccc;
}

#sub section.block .white_text table th{
	font-weight: bold;
	width: 20%;
	line-height: 1.8;
}

#sub section.block .white_text table td{
	width: 75%;
}

#sub #common_banner{
	padding: 40px 0;
}

#sub #common_banner ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
}

#sub #common_banner ul li:last-child{
	margin-right: 0;
}

#sub #common_banner ul li img{
	width: 100%;
}

#sub #room_type{
	padding: 0 0 20px;
}

#sub #room_type ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
}

#sub #room_type ul li:last-child{
	margin-right: 0;
}

#sub #room_type ul li img{
	width: 100%;
}

#sub section.block .white_text table td br.sp_br{
	display: none;
}

@media (max-width: 699px) {
   /* スマートフォン以下専用スタイル */

#sub #top_img{
	padding-top: 0px;
}

#sub section.block .left{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

#sub section.block .right{
	width: 100%;
	float: none;
}

#sub #common_banner ul li{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#sub #common_banner ul li:last-child{
	margin-bottom: 0px;
}

#sub #room_type ul li{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#sub #room_type ul li:last-child{
	margin-bottom: 0px;
}

#sub section.block .white_text table td br.sp_br{
	display: block;
}

#sub section.block .white_text table th{
	width: 100%;
	display: block;
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: 5px;
}

#sub section.block .white_text table td{
	width: 100%;
	display: block;
	padding-top: 5px;
}

}

@media (min-width: 700px) and (max-width: 1099px) {
   /* タブレット専用スタイル */

#sub #top_img{
	padding-top: 0px;
}

}

@media (min-width: 1100px) and (max-width: 1280px) {
   /* PC専用(＆横置きタブレット)スタイル */

}
@media (min-width: 1281px) {
   /* 幅広PC以上専用スタイル */

}