*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/*==================================== 防疫旅館LINK ====================================*/ 

#hotelIn {
	width: 100%;
}
#hotelIn .hotel-links{
	width: 100%;
}

#hotelIn .hotel-links a {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1% 30px 1%;
	padding-bottom: 40px;
	text-decoration: none;
	text-align: left;
	background-color: #faf8f4;
	border-bottom: #ccc 1px solid;
	position: relative
}

#hotelIn .hotel-links a:hover{
	transform: translateY(-1%);
}


#hotelIn .hotel-links a img{
	width: 100%;
	height: auto;
	display: block;
}


#hotelIn .hotel-links a.foreign-hotel{
	padding-bottom: 40px;
}

#hotelIn .hotel-links a.foreign-hotel h4{
	display: block;
	font-weight: 600;
	color: #000;
	padding: 10px;
	border-bottom: #ccc 1px solid;
	
}

#hotelIn .hotel-links .hotel-img{
	width: 100%;
	position: relative;
}

#hotelIn .hotel-links .hotel-img span{
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #FFF000;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding-left: 10px;
	background-color:rgba(0,0,0,0.75);
}

#hotelIn .hotel-links .hotel-img img{
	width: 100%;
	height: auto;
	display: block;
}

#hotelIn .hotel-links .hotel-tt{
	display: block;
	width: 100%;
	height: 100px;
}

#hotelIn .hotel-links .hotel-tt h4{
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	padding: 0 10px;
	
}

#hotelIn .hotel-links .hotel-prise{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-right: 10px;
	font-size: 24px;
	text-align: right;
	color: #11acf0;
	border-bottom: #ccc 1px solid;

}

#hotelIn .hotel-links .hotel-prise span{
	font-size: 12px;
	margin-left: 5px;
}


#hotelIn .hotel-links .hotel-location{
	padding: 0px 15px 0px 32px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #888888;
    font-size: 14px;
    overflow: hidden;
    background-image: url(image/icon_List_city.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	
}

#hotelIn .hotel-remark{
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	text-align: right;
}

#hotelIn .more-to{
	width: 100%;
}

#hotelIn .more-to a{
	display: block;
	width:45%;
	height: 0;
	padding-bottom: 6%;
	text-indent: -9999px;
	background: url("image/img_hotel_more.png") no-repeat top left;
	background-size: 100%;
	border-bottom: none;
	float:right;
}


#hotelIn .remark{
	width: 100%;
}

#hotelIn .remark .rule-tt{
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background-color: #11acf0;
	color:#fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-bottom: 40px;
	clear: both;
}

#hotelIn .remark .rule-tt:hover{
	background-color: #fc7186;
}

#hotelIn .remark .rule-tt span{
	
	margin-left: 5px;
}

#hotelIn .remark .accshow{
	display: none;
	padding: 15px;
}

#hotelIn .remark .note-txt{
	color: #11acf0;
	margin-bottom: 30px;
}

#hotelIn .remark .accshow ul{
	
}

#hotelIn .remark .accshow ul li{
	margin-bottom: 25px;
}

#hotelIn .remark .accshow ol li{
	margin-bottom: 5px;
}

#hotelIn .remark .accshow ul p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

#hotelIn .remark .accshow a.apply-to{
	color: #11acf0;
	font-weight: 600;
	padding: 0 3px;
	border-radius: 5px;
	margin-left: 5px;
	text-decoration: underline;
	
}

#hotelIn .remark .relevant-link{
	font-size: 16px;
	text-align: left;
}

#hotelIn .remark .relevant-link a{
	display:inline-block;
	line-height: 30px;
	height: 40px;
	color:#333;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url("image/img-bg-ll02.png");
	background-color: #faf8f4;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
}

#hotelIn .remark .relevant-link a:hover{
	color: #11acf0;
}

#hotelIn .remark .in-list ul{
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-left: -25px;
}

#hotelIn .remark .in-list li{}






/*==================================== 海外防疫旅館 ====================================*/


.all-body{
	background-color: #fff;
}

#hotelIn .main-content{
	width: 1100px;
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 40px;
}

#hotelIn .main-pic{
	padding: 20px 20px 0;
}

#hotelIn .main-pic img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
}

#hotelIn .explain-in{
	padding: 30px 5%;
}

#hotelIn .explain-part{
	width: 100%;
	margin-bottom: 30px;
}

#hotelIn .explain-part h5{
	font-size: 24px;
	font-weight: 600;
	color: #11acf0;
	margin-bottom: 15px;
}

#hotelIn .explain-part ul{
	list-style: none;
}

#hotelIn .explain-part ul.txt-list li{
	margin-bottom: 15px;
	
}

#hotelIn .explain-part ul.txt-list span{
	color: #ff5a00;
}

#hotelIn .explain-part h6{
	font-size: 18px;
	font-weight: 600;
	color: #fc7186;
}

#hotelIn .explain-part p{
	font-size: 16px;
	line-height: 30px;
}

#hotelIn .all-table{
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#hotelIn .row{
	width: 100%;
	border-bottom: #FFF 1px solid;
}

#hotelIn .list-tt li{
	height: 40px;
	background-color: #fc7186;
}

#hotelIn .list-tt td{
	height:40px;
}

#hotelIn .row ul{}

#hotelIn .row li{
	display: inline-block;
	vertical-align: top;
	height: 120px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 25px;
	padding:10px;
	background-color: #faf8f4;
	
}

#hotelIn .row li span{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-left: 5px;
	color: #11acf0;
}

#hotelIn .row li.air-tour{
	width: 30%;
}

#hotelIn .row li.air-time{
	width: 29%;
}

#hotelIn .row li.air-date{
	width: 40%;
}

#hotelIn .row li.air-tour p{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #ccc 1px solid;
}

#hotelIn a.back-to{
	display: block;
	width: 90%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	background-color: #11acf0;
	border-radius: 30px;
	cursor: pointer;
	
}

#hotelIn a.back-to:hover{
	background-color: #fc7186;
}

#hotelIn a.back-to span{
	margin-left: 5px;
}


#hotelIn .remark-last{
	text-align: right;
	
}


#hotelIn footer{
	width: 100%;
	height: 50px;
	background-color: #666;
	color: #FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	
}

@media screen and (max-width: 1199px){
	#hotelIn .main-content {
		width: 100%;
	}
}


@media screen and (max-width: 800px){
	
	#hotelIn .hotel-links a{
		width: 47%;
		margin: 0 7px 30px 7px;
		text-align: left;
	}
	
	#hotelIn .row{
		margin-bottom:20px;
	}
	
	#hotelIn .row li.air-tour{
		width: 50%;
		margin-bottom: 1px;
	}

	#hotelIn .row li.air-time{
		width: 49.5%;
		margin-bottom: 1px;
	}

	#hotelIn .row li.air-date{
		width: 99.8%;
	}
	
	#hotelIn footer{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	
}


@media screen and (max-width: 550px){
	
	#hotelIn .remark .accshow{
		padding:0;
	}
	
	#hotelIn .hotel-links{
		text-align:center;
	}
	
	#hotelIn .hotel-links a {
		width: 90%;
		margin: 0 auto 30px;
	}
	
	#hotelIn .more-to a{
		width: 70%;
		height: 0;
		padding-bottom: 9%;
	}
	
	#hotelIn .remark .relevant-link,
	#hotelIn .hotel-remark,
	#hotelIn .remark .accshow ul p,
	#hotelIn .remark .in-list ul{
		font-size: 14px;
	}
	
	#hotelIn .hotel-remark{
		text-align:left;
	}
	
	#hotelIn .more-to a{
		float: left;
	}
	
	#hotelIn .remark .rule-tt{
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 0;
	}
	
	#hotelIn .row li{
		height: auto;
	}
	
	#hotelIn .row li.air-tour{
		width: 100%;
		margin-bottom: 1px;
	}

	#hotelIn .row li.air-time{
		width: 100%;
		margin-bottom: 1px;
	}

	#hotelIn .row li.air-date{
		width: 100%;
	}
	
	

}

