#plan_base {
	margin-bottom: 5px;
	padding: 10px 0px 5px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	background: #FAFAFA;
}
#plan_base.goto {
	position: relative;
	padding-top: 1.8rem;

}
#plan_base h1{
	color: #111;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#plan_base h2{
	padding-left: 20px;
	color:#388E3C;
	background: url(../icons/icon_room.png) left center no-repeat;
	background-size: 15px;
}
#plan_base h3{
	text-align: right;
}
#plan_base p{
	font-size: 0.8rem;
}
#plan_base span.goto {
	position: absolute;
	left: 0px;
	top : 3px;
	width: 170px;
	background: #ee7800;
	font-size: .75rem;
	text-align: center;
	color: #FFF;
}
#gallery{
	margin-bottom: 40px;
}
/*共通*/
.contents h1{
	text-align: center;
	font-size: 1.5rem;
	color: #212121;
	margin: 10px auto 20px;
}

/*プラン詳細*/
#plan_detail{
	color: #111;
}
#plan_detail .box{
	margin-bottom: 45px;
}
#plan_detail h2{
	font-size: 1.1rem;
	color: #111;
	margin: 10px 0px 0px;
	padding: 5px 0px;
}
#cacth{
	font-size: 0.9rem;
}
#cacth h3{
	font-size: 1rem;
	margin-top: 15px;
}
#pop div.flex {
	display: flex;
	justify-content: space-between;

}
#pop div.flex div.third {
	width: 30%;
}
#pop div.flex div.half {
	width: 45%;
}
.underline{
	text-decoration: underline;
}
/*設備情報*/
#facili ul.facili_main{
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	padding: 5px 0px;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#facili .facili_main li{
	width: 47.7%;
	padding: 5px 5px 5px 25px;
	margin-bottom: 10px;
}

#facili li#f001{
	background: url(../icons/icon_wifi_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f002{
	background: url(../icons/icon_beds_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f003{
	background: url(../icons/icon_ganban_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f004{
	background: url(../icons/icon_roten_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f005{
	background: url(../icons/icon_nonsmoking_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f006,li#f011,li#f012{
	background: url(../icons/icon_sauna_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f007{
	background: url(../icons/icon_mist_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f008{
	background: url(../icons/icon_mat_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f009{
	background: url(../icons/icon_denma_l.png) left center no-repeat;
	background-size: 20px;
}
#facili li#f010{
	background: url(../icons/icon_food_l.png) left center no-repeat;
	background-size: 20px;
}

#facili span{
	font-size: 0.8rem;
	padding-left: 3px;
}
#facili span:after{
	content: " / ";
}
#facili .box{
	margin-bottom: 15px;
}

#facili .facili_text li{
	font-size: 0.8rem;
}

#facili .facili_text li:before{
	content: "※";
}
/*料金表*/
#price_table td{
	padding: 10px 3px;
}

#google_map{
	height: 240px;
	width: 100%;
	margin: 10px auto;
}
/*固定*/
#toform a{
	z-index: 9;
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.btn_nuqu{
	display: block;
	background: #388E3C;
	color: #FFF;
	width: 150px;
	padding: 10px;
	text-align: center;
	margin-left: 10px;
}
.btn_nuqu:hover{
	cursor: pointer;
}

@media screen and (min-width: 992px){
	#plan_base h1{
		color: #111;
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	/*プラン詳細*/
	#plan_detail h2{
		font-size: 1.2rem;
	}
	#cacth h3{
		font-size: 1.1rem;
	}
	#cacth > div{
		line-height: 2rem;
		margin-bottom: 2rem;
	}
	#facili .facili_main li{
		width: 32%;
	}
	#access {
		color: #222222;
	}
	#google_map{
		height: 360px;
	}
	/*固定*/
	#toform a{
		display: none;
	}

}
