@charset "UTF-8";

.clr{
	margin:0;
	padding:0;
	clear:both;
}

/* midashi */
.plan_title_wrap{
	background:#b59c5a;
}
.plan_title_wrap .plan_title{
	position:relative;
	min-height:87px;
	margin:30px 0 28px 16px;
	background:#fff;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.plan_title_wrap .plan_title .back{
	position:absolute;
	top:0;
	right:10px;
	
}
.plan_title_wrap .plan_title h3{
	position:absolute;
	top:40px;
	left:15px;
	font-size:1.5em;
}
.plan_title_wrap .plan_title h4{
	position:absolute;
	top:15px;
	left:15px;
	font-size:1.30em;
	color:#b59c5a;
}

.wysiwyg01{
	margin:28px 0;
}
.wysiwyg02{
	max-width:550px;
	float:left;
}
.wysiwyg03{
	margin:18px 0 45px;
}

.section_wrap{
	background:url(../img/detail_back.gif) repeat-x top;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	padding:9px 0 0;
}
.section_wrap .section{
	min-height:50px;
	padding:14px 0 18px;
	background:url(../img/line_dot.gif) repeat-x bottom;
}
.section_wrap .section .midashi,
.section_wrap .section_end .midashi{
	float:left;
}
.section_wrap .section .midashi img,
.section_wrap .section_end .midashi img{
	margin:0 25px 0 17px;
}
.section_wrap .section .text_area,
.section_wrap .section_end .text_area{
	max-width:550px;
	float:left;
}

.roomtype{
	padding:0 0 80px;
	background:url(../img/under_shadow.jpg) no-repeat bottom;
}
.roomtype ul{
	margin:14px 0 0;
	padding:0 0 0 2px;
}
.roomtype li{
	margin:0 0 15px;
	padding:0 5px;
	float:left;
}

.reserv_wrap{
	margin:0 0 10px;
	padding:0 0 80px;
	background:url(../img/under_shadow.jpg) no-repeat bottom;
}
.reserv_wrap .reserv{
	text-align:center;
	border:1px solid #e1e0de;
	background:#f5f1e8;
}
.reserv_wrap .reserv img{
	margin:20px 0;
}

/* 736px
-----------------------------------------------------------------------------------*/
@media only screen and (max-width:736px){

.plan_title_wrap .plan_title{
	position:relative;
	min-height:50px;
	margin:20px 0 20px 10px;
	padding-bottom:7px;
}
.plan_title_wrap .plan_title .back{
	right:0;
}
.plan_title_wrap .plan_title h3{
	position:static;
	font-size:20px;
	line-height:1.2;
	padding:1px 8px 0 10px;
}
.plan_title_wrap .plan_title h4{
	position:static;
	font-size:17px;
	line-height:1.2;
	padding:24px 8px 0 10px;
}
.wysiwyg01{
	margin:20px 0;
}
.section_wrap .section, .section_wrap .section_end{
	padding:10px 0 13px;
	min-height:10px;
}
.wysiwyg02,
.section_wrap .section .text_area,
.section_wrap .section_end .text_area{
	max-width:100%;
	float:none;
	padding:0 10px;
}
.wysiwyg03{
	margin:15px 0 30px;
}
.wysiwyg01 p:after, .wysiwyg03 p:after{
  clear:both;
  display:block;
  content:" ";
  height:0;
  overflow:hidden;
}
.section_wrap .section .midashi,
.section_wrap .section_end .midashi{
	float:none;
	margin-bottom:5px;
}
.section_wrap .section .midashi img,
.section_wrap .section_end .midashi img{
	margin:0 15px 0 10px;
}

.roomtype{
	padding:0;
	margin-bottom:30px;
	background:none;
}
.roomtype ul{
	margin:14px 0 0;
	padding:0;
}
.roomtype li{
	margin:0 0 8px;
	padding:0 2px;
	float:none;
	text-align:center;
}

.reserv_wrap{
	margin:0 0 30px;
	padding:0;
	background:none;
}
.reserv_wrap .reserv img{
	margin:10px 0;
}

h3[title="部屋タイプ"]{
	overflow:hidden;
	border-right:solid 1px #E5E4E2;
}
#honbunLeft h3[title="部屋タイプ"] img{
	max-width:730px;
}



}
