@charset "UTF-8";
.campaign_detail{
	margin:0 auto 60px;
	width: 95%;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #f39800;
	border-radius: 10px;
	padding: 30px 0 20px;
	max-width: 900px;
}
.campaign_detail h2{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.pop{
	width: 300px;
	margin-bottom: 20px;
}
.pop a{
	display: block;
}
.pop a img{
	display: block;
	width: 100%!important;
}
.detail{
	margin: 0 10px;
	max-width: 350px;
}
.detail h3{
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #333;
	padding: 10px;
	margin-bottom: 20px;
}
.detail ul{
	margin: 0 auto;
	width: 260px;
}
.detail li{
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.detail li.king{
	font-size: 30px;
	color: #ff0000;
	font-weight: bold;
}
.detail li span.rank{
	font-size: 24px;
	margin-right: 5px;
	font-weight: bold;
}
.detail li.king span.rank{
	color: #ff0000;
}
.comment{
	margin-top: 20px;
	font-size: 18px!important;
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	position: relative;
	z-index: 5;
	border: 1px solid #f39800;
	text-align: center!important;
	line-height: 1.5em;
}
.comment:before{
	content: "";
	position: absolute;
	z-index: -2;
	width: 21px;
	height: 21px;
	transform: rotate(45deg);
	left: calc(50% - 11px);
	top: -10px;
	background: #fff;
}
.comment:after{
	content: "";
	position: absolute;
	z-index: -13;
	width: 21px;
	height: 21px;
	transform: rotate(45deg);
	left: calc(50% - 11px);
	top: -12px;
	background: #f39800;
}
p.mini{
	font-size: 14px;
}
.parcent{
	color: #333!important;
	font-size: 14px;
	margin-right: 10px;
	width: 40px;
	display: inline-block;
}
.ib{
	display: inline-block;
	width: 160px;
	text-align: center;
}
.pbn{
	padding-bottom: 0px;
}
.btn_area{
	width: 100%;
	padding: 10px 0 10px;
	background: #fff;
}
@media screen and (min-width: 640px){
	.hotelListItem{
		background: none;
		margin-bottom: 0px;
	}
	.hotelListItem h3{
		margin-bottom: 0;
		margin-left: 24px;
		font-size: 16px;
	}
	.hotelListItem h3:after{
		content: "＞";
		position: absolute;
		color: #191919;
		font-size: 12px;
		right: -20px;
		top: calc(50% - 6px);
		font-weight: 300;
	}
	.hotelListItem a{
		display: block;
		background: #fff;
		padding-bottom: 30px;
	}
	.btn_area{
		width: 100%;
		padding: 10px 0 20px;
		background: #fff;
		position: relative;
		bottom: 30px;
	}
	.mb20{
		margin-bottom: 20px;
	}
}
.reserve_btn{
	width: calc(45% - 10px);
	margin: 0 5px;
}
.reserve_btn a{
	display: block;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	max-width: 200px;
	color: #fff;
	font-size: 13px;
	box-shadow: 1px 1px 1px #333;
}
.reserve_btn a:hover{
	box-shadow: 0px 0px 0px #333;
}
.reserve_btn a.girls{
	background: #ea5550;
}
.reserve_btn a.stay{
	background: #00885a;
}
