body#list{
	background: #FAFAFA;
}

/*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;
}
.refine_title{
	width: 40%;
	padding: 5px 5px 5px 25px;
	color: #388E3C;
}
#refine_area .refine_title{
	background: url(../icons/icon_map_g.png) 4px center no-repeat,#FAFAFA;
	background-size: 18px;
}
#refine_condition .refine_title{
	background: url(../icons/icon_check_green.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;
}
.plansystem_tab {
	clear: both;
	padding: 10px 0px 0px;
}
.plansystem_tab ul{
	border-top: 1px solid #111;
	border-bottom: 2px solid #111;
}
.plansystem_tab ul li{
	display: block;
	float: left;
	width: 33.3333%;
	padding: 8px 0;
}
.plansystem_tab ul li input:checked + label {
	color: #388E3C;
	font-weight: bold;
}

/*price_slider*/
#price_sort{
	padding: 10px;
}
#price_slider{
	margin: 10px auto;
	width: 80%;
}
#slider_display span,
#slider_display input{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
#slider_display input{
	border: 1px solid #757575;
}

.display_count{
	text-align: right;
	margin: 5px auto 0px;
	font-size: 0.9rem;
}
.display_count span{
	font-size: 1.1rem;
}
/*sort_form*/
#sort_form select{
	display: block;
	border: 1px solid #757575;
	padding: 4px;
	margin: 14px auto;
	width: 140px;
	text-align: right;
	float: right;
	position: relative;
	background: url(../icons/icon_down.png) right center no-repeat;
	background-size: 16px;
}
/*area-display*/
.hotel_list h1{
	text-align: center;
	color: #212121;
	padding: 10px 5px;
	background: #FAFAFA;
}

.hotel_list .box {
	position: relative;
	display: none;
}
.hotel_list .box.active{
	display: block;
}
.hotel_list .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: 500%;
}
.hotel_list .box .meta{
	color: #FFF;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 0px;
	box-shadow: 0px -60px 60px -1px rgba(0,0,0,0.5) inset;
	text-shadow: 1px 1px 0 #000;
	text-shadow: #000 1px 1px 0;
}
.hotel_list .box .meta a{
	color: #FFF;
}
.hotel_list .box .meta h2{
	font-size: 1.4rem;
	padding: 7px;
}
.hotel_list .adults.box .meta h2{
	background: url(../icons/r18_g.png) left center no-repeat;
	background-size: 32px;
	padding: 7px 7px 7px 35px;
}
.hotel_list .box .meta div{
	display: none;
}
.hotel_list .box .meta div.area,
.hotel_list .box .meta div.price{
	width: 45%;
	display: block;
	float: left;
	font-size: 0.7rem;
}
.hotel_list .box .meta div.area{
	width: 55%;
	padding: 5px 5px 5px 25px;
	background: url(../icons/icon_map_w.png) left center no-repeat;
	background-size: 20px;
}
.hotel_list .box .meta div.price{
	padding: 5px 5px 5px 25px;
	background: url(../icons/icon_price_w.png) left center no-repeat;
	background-size: 20px;
}
.hotel_list .box .meta div.price.goto{
	padding: 5px 5px 5px 25px;
	background: url(../icons/icon_goto.svg) left center no-repeat;
	background-size: 20px;
}
.hotel_list .box .meta div.price .goto {
	font-weight: bold;
	font-size: .9rem;
}
.hotel_list .box .meta div span{
	font-size: 0.8rem;
}
#area_text{
	margin: 10px auto;
	font-size: 0.9rem;
}
.hotel_list .box .onsite {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 85px;
	overflow: hidden;
	z-index: 990;
}

.hotel_list .box .onsite span{
	display: inline-block;
	position: absolute;
	padding: 5px 0;
	left: -24px;
	top: 20px;
	width: 160px;
	text-align: center;
	font-size: 0.8rem;
	line-height: 0.8rem;
	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);
}
.hotel_list .box .goto_label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
	z-index: 990;
}

.hotel_list .box .goto_label span{
	display: inline-block;
	position: absolute;
	padding: 5px 0;
	left: -30px;
	top: 41px;
	width: 198px;
	text-align: center;
	font-size: 0.8rem;
	line-height: 0.8rem;
	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);
}
.hotel_list .box .labels{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 180px;
}
.hotel_list .box .labels span{
	display: inline-block;
	padding: 3px;
	margin-right: 2px;
	background: #388E3C;
	color: #FFF;
	font-size: .8rem;
}

.pagination{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	border-radius:.25rem;
	justify-content: center;
	margin: 1rem auto;
  }
  .page-link{
	position:relative;
	display:block;
	padding:.5rem .75rem;
	margin-left:-1px;
	line-height:1.25;
	color:#388E3C;
	background-color:#fff;
	border:1px solid #dee2e6
  }
  .page-link:hover{
	color:#0056b3;
	text-decoration:none;
	background-color:#e9ecef;
	border-color:#dee2e6
  }
  .page-link:focus{
	z-index:2;
	outline:0;
	-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
  }
  .page-link:not(:disabled):not(.disabled){
	cursor:pointer
  }
  .page-item:first-child .page-link{
	margin-left:0;
	border-top-left-radius:.25rem;
	border-bottom-left-radius:.25rem
  }
  .page-item:last-child .page-link{
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem
  }
  .page-item.active .page-link{
	z-index:1;
	color:#fff;
	background-color:#388E3C;
	border-color:#388E3C
  }
  .page-item.disabled .page-link{
	color:#6c757d;
	pointer-events:none;
	cursor:auto;
	background-color:#fff;
	border-color:#dee2e6
  }
  .pagination-lg .page-link{
	padding:.75rem 1.5rem;
	font-size:1.125rem;
	line-height:1.5
  }
  .pagination-lg .page-item:first-child .page-link{
	border-top-left-radius:.3rem;
	border-bottom-left-radius:.3rem
  }
  .pagination-lg .page-item:last-child .page-link{
	border-top-right-radius:.3rem;
	border-bottom-right-radius:.3rem
  }
  .pagination-sm .page-link{
	padding:.25rem .5rem;
	font-size:.7875rem;
	line-height:1.5
  }
  .pagination-sm .page-item:first-child .page-link{
	border-top-left-radius:.2rem;
	border-bottom-left-radius:.2rem
  }
  .pagination-sm .page-item:last-child .page-link{
	border-top-right-radius:.2rem;
	border-bottom-right-radius:.2rem
  }

/*iPhone 5/SE対策*/
@media screen and (max-width: 320px){
	#fv #search h1{
		display: none;
	}
}


@media screen and (min-width: 992px){
	/*area-display*/
	#sort_area{
		background: #F2F2F0;
		padding: 10px 0px;
	}
	.hotel_list .box{
		background: #FFF;
		margin-bottom: 30px;
		border-top: 1px solid #8d8d8d;
	}
	.hotel_list .box a:hover{
		text-decoration: underline;
		opacity: 0.88;
	}
	.hotel_list .box .thumb{
		width: 30%;
		float: left;
		overflow: hidden;
	}
	.hotel_list .box img{
	  position: static;
	  -webkit-transform: none;
	  -ms-transform: none;
	  transform: none;
	  width: auto;
	  height: auto;
	  min-width: 100%;
	  max-width: 100%;
	}
	.hotel_list .box .meta{
		color: #FFF;
		position: static;
		z-index: 100;
		width: 70%;
		float: right;
		box-shadow: none;
		text-shadow: none;
		text-shadow: none;
		color: #111;
		padding: 5px  5px  5px  15px ;
	}
	.hotel_list .box .meta a{
		color: #222;
	}
	.hotel_list .box .meta h2{
		font-size: 1.4rem;
		padding: 0px;
	}
	.hotel_list .adults.box .meta h2{
		background: url(../icons/r18_b.png) left center no-repeat;
		background-size: 30px;
		padding: 0px 0px 0px 35px;
	}
	.hotel_list .box .meta div.area,
	.hotel_list .box .meta div.price{
		font-size: 1rem;
	}
	.hotel_list .box .meta div.area{
		background: url(../icons/icon_map_g.png) left center no-repeat;
		background-size: 20px;
	}
	.hotel_list .box .meta div.price{
		background: url(../icons/icon_price_g.png) left center no-repeat;
		background-size: 20px;
	}
	.hotel_list .box .meta div.price.goto {
		background: url(../icons/icon_goto.svg) left center no-repeat;
		background-size: 20px;
	}
	.hotel_list .box .meta div span{
		font-size: 1.1rem;
	}
	.hotel_list .box .meta div.price .goto {
		font-weight: bold;
		font-size: 1.2rem;
	}
	.hotel_list .box .meta div.catch{
		width: 94%;
		clear: both;
		font-size: 0.8rem;
		margin-bottom: 5px;
		padding-right: 5px;
	}
	.hotel_list .box .meta div.more{
		display: block;
	}
	.hotel_list .box .meta .btn_green{
		display: block;
		color: #FFF;
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 100px;
		font-size: 0.8rem;
		font-weight: normal;
		float: right;
		padding: 4px;
	}
	#area_text{
		margin: 10px auto;
		font-size: 0.9rem;
	}
	.refine_form {
		width: 600px;
	}
}

@media screen and (min-width: 1280px){
	.hotel_list .box .meta div{
		display: block;
	}
}
