@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hotel.css
 author     : Ability Consultant
 style info : ホテル一覧
=================================================================== */
.con_hotellist {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_hotellist {
		width: 95%;
	}
}

@media print {
	.con_hotellist {
		width: 95%;
	}
}

.ie8 .con_hotellist {
	width: 95%;
}

.con_hotellist .box_area:after {
	content: "";
	display: table;
	clear: both;
}

#bg_page {
	background-image: url(../hotel/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../hotel/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	.con_hotelselect
----------------------------------------------------------- */
.con_hotelselect {
	text-align: right;
	padding: 15px 0;
	background: #fff;
}

.con_hotelselect .con_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.con_hotelselect .con_inner > * {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em 1em;
	line-height: 1.6;
}

.con_hotelselect .con_inner p {
	flex: 1;
	-webkit-flex: 1;
	margin-right: 10px;
	background: #333333;
	color: #fff;
	font-size: 93%;
	text-align: center;
}

.con_hotelselect .con_inner select {
	width: 65%;
	border: 2px solid #3176bb;
}

/* -----------------------------------------------------------
	.con_hotellist
----------------------------------------------------------- */
.con_hotellist .box_area {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area {
		margin-bottom: 2.5em;
	}
}

.con_hotellist .box_area li {
	overflow: hidden;
	float: left;
	width: 49%;
	margin: 0 2% 25px 0;
	padding: 35px 30px;
	border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotellist .box_area li {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li {
		padding: 1.5em 1em;
	}
}

@media only screen and (max-width: 1140px) {
	.con_hotellist .box_area li {
		margin-bottom: 20px;
	}
}

@media print {
	.con_hotellist .box_area li {
		margin-bottom: 20px;
	}
}

.ie8 .con_hotellist .box_area li {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
	.con_hotellist .box_area li {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li {
		margin-bottom: 1.5em;
	}
}

.con_hotellist .box_area li:nth-child(even) {
	margin-right: 0;
}

.con_hotellist .box_area li .st_hotel {
	font-weight: normal;
	font-size: 158%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 20px;
	line-height: 1;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .st_hotel {
		font-size: 143%;
		margin-bottom: 20px;
	}
}

.con_hotellist .box_area li .st_hotel span {
	display: inline-block;
	padding: 0 30px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .st_hotel span {
		padding: 0 25px;
	}
}

.con_hotellist .box_area li .st_hotel span:before, .con_hotellist .box_area li .st_hotel span:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #333333;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .st_hotel span:before, .con_hotellist .box_area li .st_hotel span:after {
		width: 15px;
	}
}

.con_hotellist .box_area li .st_hotel span:before {
	left: 0;
}

.con_hotellist .box_area li .st_hotel span:after {
	right: 0;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .st_hotel {
		margin-bottom: 1em;
	}
}

.con_hotellist .box_area li .st_hotel span:after {
	display: none;
}

.con_hotellist .box_area li .box_img {
	float: left;
	width: 30%;
	margin-right: 4%;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .box_img {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
}

.con_hotellist .box_area li .box_img img {
	width: 100%;
}

.con_hotellist .box_area li .box_txt {
	overflow: hidden;
}

.con_hotellist .box_area li .box_txt .txt_add {
	margin-bottom: 5px;
	line-height: 1.5;
}

.con_hotellist .box_area li .box_txt .txt_tel a {
	text-decoration: none;
}

.con_hotellist .box_area li .box_btn {
	padding-top: 15px;
	letter-spacing: -0.4em;
}

@media only screen and (min-width: 1025px) {
	.con_hotellist .box_area li .box_btn {
		clear: both;
	}
}

@media print {
	.con_hotellist .box_area li .box_btn {
		clear: both;
	}
}

.ie8 .con_hotellist .box_area li .box_btn {
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.con_hotellist .box_area li .box_btn {
		overflow: hidden;
	}
}

.con_hotellist .box_area li .box_btn .btn {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	margin-right: 1%;
	font-size: 83%;
	letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .box_btn .btn {
		width: 49%;
		margin: 0 2% 0.25em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .box_btn .btn:first-of-type {
		width: 100%;
		margin-right: 0;
	}
}

.con_hotellist .box_area li .box_btn .btn:last-of-type {
	margin-right: 0;
}

@media only screen and (min-width: 768px) {
	.con_hotellist .box_area li .box_btn .btn:last-of-type {
		width: 28%;
	}
}

@media print {
	.con_hotellist .box_area li .box_btn .btn:last-of-type {
		width: 28%;
	}
}

.ie8 .con_hotellist .box_area li .box_btn .btn:last-of-type {
	width: 28%;
}

@media only screen and (max-width: 767px) {
	.con_hotellist .box_area li .box_btn .btn.btn_max {
		width: 100% !important;
	}
}

.con_hotellist .box_area li .box_btn .btn a {
	display: block;
	min-width: 0;
	padding: 0.5em 30px 0.5em 15px;
}

/*# sourceMappingURL=../maps/hotel.css.map */
