@charset "utf-8";

article{
	display:flex;
	justify-content:center;
	width:1340px;
	margin:0 auto;
}

main{
	padding:20px;
	background:#fff;
}

/*========================ページャー用=======================*/

.ajax_pager{
	margin:20px 0;
}

ul.pager01{
	display:flex;
	justify-content:start;
	flex-wrap:wrap;
}

ul.pager01 li{
	margin:2px;
}

ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li span{
	display:block;
	padding:10px;
	background:#eee;
	border:1px solid #999;
	border-radius:3px;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}

ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now{
	margin:10px 0;
	font-size:16px;
}

.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}


/*========================サーチボックス=======================*/

form .from span{
	color:#c80037;
	font-size:16px;
	font-weight:bold;
}

form .input{
	display:flex;
	margin-bottom:20px;
}

form input.search_hotelName{
	padding:10px;
	border:3px solid #2552a3;
	border-radius:5px 0 0 5px;
}

form input.btn_hotel{
	width:80px;
	background:#2552a3 url('https://img.undernavi.com/front/pc/common/icon_search.png') no-repeat center center;
	border-radius:0 5px 5px 0;
	font-size:0;
}

.srch_detail .multi{
	display:flex;
	flex-wrap:wrap;
	padding:10px;
}

.srch_detail .multi li{
	width:25%;
	margin-bottom:10px;
}

.srch_detail .multi li a{
	color:#c80037;
	text-decoration:underline;
}

.textSort{
	display:flex;
	margin-top:10px;
}

.textSort dt{
	margin-right:10px;
	font-weight:bold;
}

.textSort dd ul{
	display:flex;
}

.textSort dd ul li:not(:last-child):after{
	content:"/";
	display:inline-block;
	padding:0 3px;
}

.textSort dd ul li a{
	color:#c80037;
	text-decoration:underline;
}

/*========================メイン=======================*/

#hotellist .item_list>li{
	margin:10px 0;
}

#hotellist .item_list>li a{
	display:block;
	border:double 3px #c80037;
}

#hotellist .item_list>li h3{
	padding:10px;
	background:#fff2f2;
	font-size:16px;
	font-weight:bold;
}

#hotellist .item_list>li img[class^="icon_"]{
	margin-right:10px;
	vertical-align:middle;
}

.box{
	display:flex;
	width:95%;
	margin:10px auto;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}

.box p{
	max-width:50%;
	margin-right:2%;
}

.box:last-child{
	border-bottom:none;
}

.box ul{
	width:48%;
	margin-right:2%;
}

.box li.success{
	margin-bottom:5px;
	color:#0d73d7;
	font-weight:bold;
}

.box li.miss{
	color:#f7277b;
	font-weight:bold;
}

.box li span{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	margin-right:10px;
	padding:10px 0;
	color:#fff;
	text-align:center;
}

.box li.success span{
	background:#0d73d7;
}

.box li.miss span{
	background:#f7277b;
}

.box p.seikou{
	display:flex;
	justify-content:center;
	align-items:center;
	width:50%;
	background:#6d624e;
	margin-right:0;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

.box p.seikou span{
	margin-left:10px;
	font-size:48px;
}

.callShop{
	margin:20px 0;
}

.callShop h4{
	padding:2px 5px;
	margin-bottom:10px;
	border-left:5px solid #c80037;
	border-bottom:2px solid #c80037;
	font-size:16px;
	font-weight:bold;
}

.callShop .shopList{
	display:flex;
}

.callShop .shopList li{
	position:relative;
	width:24%;
	margin-right:1.3%;
	overflow:hidden;
}

.callShop .shopList li:last-child{
	margin-right:0;
}

.callShop .shopList li figure{
	padding-top:133.3%;
	overflow:hidden;
}

.callShop .shopList li figure img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

.callShop .shopList li .shopInfo{
	box-sizing:border-box;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:10px;
	background:rgba(255,255,255,.7);
}

.callShop .shopList li .shopInfo p{
	font-size:12px;
}

.callShop .shopList li .shopInfo p.shop_name{
	font-weight:bold;
}

/*====================以下detail用========================*/

section.hotel{
	padding:10px;
	border:3px double #c80037;
}

section.hotel button{
	cursor:pointer;
}

#form{
	width:95%;
	margin:10px auto;
}

.hotelInfo{
	width:95%;
	margin:10px auto;
}

.hotelInfo table{
	width:100%;
	border-left:5px solid #ed5d60;
}

.hotelInfo table tr{
	width:100%;
}

.hotelInfo table th{
	width:20%;
	padding:20px 10px;
	border:1px solid #ccc;
	color:#ed5d60;
	font-weight:bold;
	text-align:left;
}

.hotelInfo table td{
	width:80%;
	padding:20px 10px;
	border:1px solid #ccc;
}
