/*ヘッダー*/
#hotel header h1{
	font-size: 1rem;
	padding: 10px;
	text-align: center;
}

/*main共通*/
#hotel section.contents{
	margin-bottom: 30px;
	border-bottom: 1px solid #C8E6C9;
}

/*基本情報*/
#hotel_base{
	padding: 1.7rem 0px 0px;
	color: #212121;
	position: relative;
}
#hotel_base h1{
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6rem;
}
#hotel_base h2{
	font-size: 1.1rem;
}
#hotel_base div.area,
#hotel_base div.price{
	display: block;
	float: left;
	width: 50%;
	font-size: 0.7rem;
}
#hotel_base div.area{
	padding: 5px 5px 5px 20px;
	background: url(../icons/icon_map_g.png) left center no-repeat;
	background-size: 15px;
	font-size: 0.9rem;
}
#hotel_base div.price{
	padding: 5px 5px 5px 20px;
	background: url(../icons/icon_price_g.png) left center no-repeat;
	background-size: 15px;
}
#hotel_base div span{
	font-size: 0.9rem;
}

#hotel_base div span.goto{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	background: #ee7800;
	font-size: .75rem;
	text-align: center;
	color: #FFF;
}

/*hotel_detail*/
.adult_only{
	clear: both;
	width: 180px;
	margin: 5px auto;
}

/*hotel_detail*/
#detail {
	color: #212121;
	padding-bottom: 30px;
	border-bottom: 1px solid #C8E6C9;
}
#detail h1{
	font-size: 1.2rem;
	margin: 10px auto 4px;
}
#detail h2{
	font-size: 1.1rem;
	margin: 10px auto 4px;
}

#detail p{
	margin-bottom: 20px;
	line-height: 1.5rem;
	font-size: 0.9rem;
}

#detail h1{
	font-size: 1.3rem;
	margin: 10px auto 4px;
}

#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;
}
/*サービス*/
#service h1{
	color: #212121;
	font-size: 1.3rem;
	margin: 10px auto;
}
#service h2 a{
	display: block;
	color: #388E3C;
	background: #C8E6C9;
	position: relative;
	padding: 12px 10px;
	margin-bottom: 2px;
	width: 100%;
	height: 100%;
}

#service li{
	font-size: 0.8rem;
}

#service li:before{
	content: "※";
}

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

/*アクセス*/
#access h1{
	color: #212121;
	font-size: 1.3rem;
	margin: 10px auto;
}

#google_map{
	height: 240px;
	width: 100%;
	margin: 10px auto;
}

/*プランの絞込*/
/*modal*/
.refine_form{
	display: none;
	position:fixed;
	width:90%;
	height: 320px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 40px 10px 10px;
	background:#fff;
	left:0;
	right:0;
	margin:0 auto;
	top:50px;
	z-index:999;
	border-radius:5px;
}
#cover{
	display: none;
	z-index:400;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(255, 255, 255,0.8);
}
.refine_form .peke{
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 0.9rem;
	color: #111;
	padding: 3px;
	border: 1px solid #111;
}

/*refine_form*/
.refine_box > div{
	display: block;
	float: left;
	border: 1px solid #757575;
	margin: 0px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 28px;
	height: 38px;
	overflow: hidden;
}
.refine_title{
	width: 40%;
	padding: 5px 5px 5px 25px;
	color: #388E3C;
}
#refine_settlement .refine_title{
	background: url(../icons/icon_money_g.png) 4px center no-repeat,#FAFAFA;
	background-size: 18px;
}
#refine_room .refine_title{
	background: url(../icons/icon_room.png) 4px center no-repeat,#FAFAFA;
	background-size: 18px;
}
.refine_display{
	width: 60%;
	padding: 5px;
	overflow-x: scroll;
	overflow-y: hidden;
}
.refine_display span{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.refine_form li{
	display: inline-block;
	margin: 10px;
	color: #111;
}
.refine_form label{
	font-size: 1.1rem;
	line-height: 1.8rem;
}
.refine_form input {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

.refine_form input:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

.refine_form input:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

.refine_form input:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.refine_form .btn_green{
	margin: 20px auto;
}
/*sort_form*/
#sort_form select{
	display: block;
	border: 1px solid #757575;
	padding: 4px;
	margin: 2px auto;
	width: 140px;
	text-align: right;
	float: right;
	position: relative;
	background: url(../icons/icon_down.png) right center no-repeat;
	background-size: 16px;
}


/*プラン*/
#plans h1, h2.plan_title{
	font-size: 1.3rem;
	margin: 10px auto;
	color: #212121;
}
#plans > div.inner{
	padding: 10px;
}
#plans .box{
	border-bottom: 3px solid #BDBDBD;
	padding-bottom: 35px;
	/* margin-bottom: 5px; */
	display: none;
}
#plans .box.active{
	display: block;
}
#plans .box .thumbs {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#plans .box .thumbs img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 500%;
}
#plans .box .thumbs span.onsite {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
    z-index: 111;
  }
#plans .box .thumbs span.onsite {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
#plans .box .thumbs span.onsite span {
	display: inline-block;
	position: absolute;
	padding: 5px 0;
	left: -24px;
	top: 20px;
	width: 160px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1rem;
	background: #39c3d4;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 0 0 2px rgb(57, 195, 212);
	border-top: dashed 1px rgba(255, 255, 255, 0.65);
	border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
#plans .box .thumbs span.goto {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
    z-index: 111;
  }
#plans .box .thumbs span.goto {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
#plans .box .thumbs span.goto span {
	display: inline-block;
	position: absolute;
	padding: 5px 0;
	left: -26px;
	top: 46px;
	width: 225px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1rem;
	background: #ee7800;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 0 0 2px rgb(238, 120, 0);
	border-top: dashed 1px rgba(255, 255, 255, 0.65);
	border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
#plans .box .thumbs span.ontheday {
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 99;
	background: #4CAF50;
	color: #FFF;
	font-size: 0.8rem;
	display: inline-block;
	padding: 2px 4px;
}

#plans .box .meta{
	padding: 10px;
}
#plans .box .meta h2{
	font-size: 1.2rem;
}
#plans .box .meta h2 a{
	color: #212121;
}
#plans .box .meta h3{
	padding-left: 20px;
	font-size: 1rem;
	color:#4CAF50;
	border-bottom: 1px solid #BDBDBD;
	background: url(../icons/icon_room.png) left center no-repeat;
	background-size: 15px;
}
#plans .box .meta .items span{
	display: inline-block;
	margin: 1px;
	padding: 1px 2px;
	border: 1px solid #4CAF50;
	color: #4CAF50;
	font-size: 0.7rem;
}
#plans .box .meta div.catch{
	display: none;
}


/*固定*/
#toplans a{
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}


@media screen and (min-width: 992px){
	#hotel_base div.area,
	#hotel_base div.price{
		width: 300px;
		font-size: 1rem;
	}
	#detail #hotel_text p{
		line-height: 2rem;
	}
	/*アクセス*/
	#access {
		color: #222222;
	}

	#google_map{
		height: 260px;
	}

	/*プランの絞込*/
	/*modal*/
	.refine_form{
		width:640px;
		height: 320px;
	}
	#cover{
		background:rgba(255, 255, 255,0.4);
	}
	/*refine_form*/
	.refine_box{
		float: left;
		width: 50%;
	}
	.refine_box > div.refine_title{
		font-size: 0.9rem;
	}
	#plans .box {
		padding-top: 20px;
	}
	#plans .box a:hover{
		opacity: 0.9;
		text-decoration: underline;
	}
	#plans .box .thumbs {
		padding-top: 59px;
		float: right;
		width: 30%;
		position: relative;
		overflow: hidden;
	}
	#plans .box .thumbs img{
	  position: static;
	  -webkit-transform:none;
	  -ms-transform:none;
	  transform:none;
	  width: 100%;
	  height: auto;
	  max-width: 500%;
	}
	#plans .box .thumbs span.onsite,
	#plans .box .thumbs span.onsite,
	#plans .box .thumbs span.onsite span,
	#plans .box .thumbs span.goto,
	#plans .box .thumbs span.goto,
	#plans .box .thumbs span.goto span,
	#plans .box .thumbs span.ontheday {
		position: static;
		background: #FFF;
		width: auto;
		height: auto;
		box-shadow: none;
	}
	#plans .box .thumbs span.onsite span,
	#plans .box .thumbs span.goto span,
	#plans .box .thumbs span.ontheday {
		display: inline-block;
		background: #FFF;
		width: auto;
		height: auto;
		border: 1px solid #FF0000;
		padding: 1px 2px;
		margin: 1px;
		color: #FF0000;
		font-size: .75rem;
		line-height: 1.5rem;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0;
	}
	#plans .box .meta{
		float: left;
		width: 70%;
		padding: 10px;
	}
	#plans .box .meta h2{
		font-size: 1.1rem;
	}
	#plans .box .meta div.catch{
		display: block;
		color: #111;
	}

	/*固定*/
	#toplans a{
		display: none;
	}
}

@media screen and (min-width: 1280px){
	#plans .box .meta div.catch{
		float: right;
		width: 45%;
		padding: 10px;
	}
	#plans .box .meta .more{
		clear: both;
	}
	#plans .box .meta table.price_table{
		width: 55%;
		float: left;
	}

}
