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

 file name  : hotel.css
 author     : Ability Consultant
 style info : 宿泊
=================================================================== */
.con_intro {
	max-width: 1260px;
	margin: auto;
}

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

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

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

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	margin-bottom: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro {
		margin-bottom: 80px;
	}
}

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

/* -----------------------------------------------------------
	con_hotel
----------------------------------------------------------- */
.con_hotel {
	max-width: 1700px;
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotel {
		margin-top: -40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel {
		margin-top: -0.5em;
	}
}

.con_hotel .box_hotel {
	position: relative;
	width: 31.76471%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotel .box_hotel {
		width: 49%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotel .box_hotel {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel {
		margin-top: 0.5em;
	}
}

.con_hotel .box_hotel:first-child {
	margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotel .box_hotel:first-child {
		margin-right: 1%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel:first-child {
		margin-right: 0;
	}
}

.con_hotel .box_hotel .area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(197, 168, 130, 0.95);
	color: #fff;
	font-size: 143%;
	font-weight: normal;
	padding: 5px 2.5%;
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel .area {
		position: static;
		text-align: left;
		font-size: 115%;
	}
}

.con_hotel .box_hotel > a {
	display: block;
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.5em;
		border: 3px solid #e6dccf;
		border-top: none;
		position: relative;
	}
	.con_hotel .box_hotel > a:after {
		position: absolute;
		content: "\f054";
		top: 50%;
		right: 2.5%;
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
}

.con_hotel .box_hotel > a .img {
	margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel > a .img {
		width: 30%;
		margin-bottom: 0;
	}
}

.con_hotel .box_hotel > a .img img {
	width: 100%;
}

.con_hotel .box_hotel > a .box_text {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel > a .box_text {
		width: 70%;
		text-align: left;
		padding: 0 1em;
	}
}

.con_hotel .box_hotel > a .box_text .name {
	line-height: 1.3;
	margin-bottom: 12px;
}

@media only screen and (min-width: 1025px) {
	.con_hotel .box_hotel > a .box_text .name {
		font-size: 179%;
	}
}

@media print {
	.con_hotel .box_hotel > a .box_text .name {
		font-size: 179%;
	}
}

.ie8 .con_hotel .box_hotel > a .box_text .name {
	font-size: 179%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotel .box_hotel > a .box_text .name {
		font-size: 158%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel > a .box_text .name {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel > a .box_text .name {
		margin-bottom: 0;
	}
}

.con_hotel .box_hotel > a .box_text .text {
	font-size: 115%;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hotel .box_hotel > a .box_text .text {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotel .box_hotel > a .box_text .text {
		margin-bottom: 0;
	}
}

.con_hotel .box_hotel > a .box_text .btn {
	max-width: 350px;
	width: 80%;
	margin: auto;
	transition: 0.4s opacity ease;
}

.con_hotel .box_hotel > a:hover .box_text .btn {
	opacity: 0.8;
}
