/**
 * hotelmapa
*/

#hotelMapBox{
	margin-bottom:20px;
}

.mainIn{
	margin-bottom: 30px;
}

.cont-box .mainTxt{
	margin-bottom: 15px;
}

#hotelMapForm{
	display: table;
	padding-left:10px;
	margin-bottom:20px;
	table-layout: fixed;
}

#hotelMapForm .searchWrap{
	display: table-cell;
	/*max-width: 180px;
	min-width: 170px;*/
	vertical-align: middle;
}

#hotelMapForm .komikomiDesc{
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 12px;
}

@media screen and (max-width:410px) {
	.cont-box .mainTxt{
	margin-bottom: 10px;
}
	#hotelMapForm{
		padding-left: 0;
		margin-bottom: 5px;
	}
	#hotelMapForm{
		display: block;
	}
	#hotelMapForm .searchWrap{
		display: inline-block;
		margin-bottom: 20px;
	}

	#hotelMapForm .komikomiDesc{
		display: block;
		padding-left: 0;
	}
	#hotelMapForm .komikomiDesc br{
		display: none;
	}
}

#hotelMapForm select{
	margin-right:8px;
	font-size:1.6rem;
	width:90px;
}

#hotelMapForm input{
	height:44px;
}
/*@media screen and (max-width:410px) {
	#hotelMapForm input{
		width: auto;
		height: auto;
		font-size: 14px;
	}

}*/

.hotelmapWrap{
	overflow: hidden;
	margin-bottom:20px;
}
.hotelmapData{
	position: relative;
	/*height:44px;*/
	display: table;
	margin-bottom:10px;
	width:100%;
	float:left;
	background: #fcfcfc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hotelmapData span{
	display:table-cell;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

.hotelName{
	word-break: break-all; 
}

.hotelPrice{
	width: 136px;
}

.hotelmapData .hotelLink{
	display: table-cell;
	box-sizing: border-box;
	/*width: 20%;*/
	width: 56px;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}

@media screen and (min-width:480px){
	.hotelmapData{
		width:49%;
		margin-right: 2%;
	}

	.hotelmapData:nth-child(even){
		margin-right: 0;
	}

	.hotelmapData span{

	}

	.hotelmapData div{
		
	}
}

.hotelmapData .hotelLink a{
	display:block;
	width:44px;
	height:34px;
	padding-top:10px;
	color: #333333;
	border:1px solid #c8c8c8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ededed 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e5e5e5',GradientType=0 );
	box-shadow:#ffffff -1px 1px 0px 0px inset;
	-webkit-box-shadow:#ffffff -1px 1px 0px 0px inset;
	-moz-box-shadow:#ffffff -1px 1px 0px 0px inset;
	text-decoration:none;
	font-size:1.2rem;
	cursor: pointer;
	text-align:center;
	margin-left:10px;
}

.hotelmapData a:first-child{
	margin-bottom: 5px;
}

.hotelmapData a i{
	font-size:2.4rem;
}

.hotelMapAttention {
	clear: both;
	display: block;
	box-sizing: border-box;
	margin-top: -10px;
	margin-bottom: 30px;
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
    background: #e5e5e5;
}
.hotelMapAttention span{
	line-height: 18px;
}
.sentaiAttention{
	color: #ea2437;
}

.hotelName a.komikomi, #hotelMapForm .komikomiDesc a.komikomiIcon {
	display: inline-block;
	/*display: none;*/
	position: absolute;
	top: 8px;
	left: 3px;
	padding: 0;
	margin-bottom: 2px;
	line-height: 1;
	border-radius: 2px;
	background-color: #F34F90;
}

#hotelMapForm .komikomiDesc a.komikomiIcon {
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 0;
	width: 100px;
	height: 20px;
	margin-right: 2px;
	line-height: 22px;
	text-align: center;
}

.hotelName .komikomi:hover, #hotelMapForm .komikomiDesc a.komikomiIcon:hover {
	opacity: 0.8;
}

/*
.hotelName .komikomi.toho{
	left: 115px;
	background-color: #F34F90;
}
.hotelName .komikomi.car{
	left: 2px;
	background-color: #684EE3;
}
*/

.hotelName .komikomi span, #hotelMapForm .komikomiDesc a.komikomiIcon span {
	font-size: 12px;
	/*font-weight: bold;*/
	line-height: 1;
	color: #fff;
}

#hotelMapForm .komikomiDesc a.komikomiIcon span {
	display: inline-block;
	line-height: 20px;
	position: relative;
	top: -1px;
	font-size: 10px;
	/*-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);*/
}

