@charset "UTF-8";




/* 宿泊トップ */
#floors_info {
	background-color: rgb(236,236,235);
	}

#floors_info .container {
	padding: 70px 32px;
	}
#floors_info.sam .container {
	padding: 70px 32px 0;
}
@media screen and (max-width: 600px) {
	#floors_info.sam .container {
		padding: 50px 20px 0;
	}
}

#floors_info h2 {
	text-align: center;
	}
	#floors_info h2 span {
		font-size: 17px;
		}

	#floors_info > .container > p {
		line-height: 1.6;
		}
	.floors_list article {
		position: relative;
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
		}
	.floors_list article:last-of-type {
		margin-bottom: 0;
		}
		.floors_list article img {
			width: 100%;
			object-fit: cover;
			aspect-ratio: 7 / 3;
			}
		.floors_list article .information_area {
			position: absolute;
			top: 0;
			right: 0;
			width: 45%;
			height: 100%;
			background-color: rgba(0, 0, 0, .5);
			padding: 40px 30px 80px;
			color: #fff;
			}
			.floors_list article .information_area .comment {
				line-height: 1.4;
				}
			.floors_list article .information_area h3 {
				margin: 20px 0 0;
				font-size: 24px;
				font-weight: 400;
				}
			.floors_list article .information_area .floor_level {
				display: inline-block;
				margin: 10px 0 0;
				padding: 2px 5px;
				border: 1px solid #fff;
				font-size: 14px;
				line-height: 14px;
				}
			.floors_list article > .information_area > .information {
				margin: 20px 0 0;
				line-height: 1.4;
				}
			.floors_list article .information_area .btn_bg_gr-tp {
				position: absolute;
				bottom: 30px;
				left: 50px;
				}
			.floors_list article .information_area .btn_bw_wh-tp {
				position: absolute;
				bottom: 30px;
				right: 50px;
				}
			.floors_list article .information_area .btn_bg_gr-tp:hover {
				border: 1px solid #fff !important;
				color: #fff !important;
				}




#floor_info {

	}

#floor_info .container {
	padding: 70px 32px 0;
	
	}
#floor_info h2 {
	text-align: center;
	}
	#floor_info h2 span {
		font-size: 17px;
		}

	#floor_info > .container > p {
		line-height: 1.6;
		}
	
	.room_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
		}
		.room_list article {
			position: relative;
			width: calc(50% - 10px);
			margin-bottom: 70px;
			padding: 0 0 80px;
			}

			.room_list article iframe {
				width: 100%;
				height: auto;
				aspect-ratio: 16 / 9;
				}

@media screen and (max-width: 920px) {
	.room_list article {
		width: 100%;
	}
}
				.room_list article:hover {
			background-color: rgb(236,236,235);
			}
			.room_list article img {
				width: 100%;
				object-fit: cover;
				aspect-ratio: 16 / 10;
				}
			.room_list article h3 {
				margin: 20px 20px 15px;
				font-size: 21px;
				font-weight: 400;
				}
				.room_list article h3 small {
					font-size: 15px;
					}
			.room_list article p {
				margin: 0 20px;
				line-height: 1.6;
				}
			.room_list article a {
				position: absolute;
				bottom: 0;
				}
				.room_list article a.btn_detail {
					left: 20px;
					bottom: 20px;
					}
				.room_list article a.btn_online {
					left: 175px;
					bottom: 20px;
					}
@media screen and (max-width: 425px) {
	.room_list article h3 {
		margin: 20px 0 15px;
		}	
	.room_list article p {
		margin: 0;
		}
	.room_list article small {
		display: inline-block;
	}
	.room_list article a.btn_detail {
		left: 0;
	}
	.room_list article a.btn_online {
		left: 140px;
	}
}

#room_ex .container .room_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
#room_ex .container .room_item .room_img {
	width: 50%;
	order: 1;
}
#room_ex .container .room_item .room_img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}
#room_ex .container .room_item .room_info {
	width: 50%;
	padding: 10px 20px 0;
	order: 2;
}
@media screen and (max-width: 600px) {
	#room_ex .container .room_item .room_img {
		width: 100%;
	}
	#room_ex .container .room_item .room_info {
		width: 100%;
	}
}


#floor_service {
	background-color: rgb(236,236,235);
	}
	#floor_service h2 {
		text-align: center;
		}
		.service_list {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 768px;
			margin: 0 auto;
			}
			.service_list figure {
				position: relative;
				width: calc((100% - 30px) / 3);
				margin: 0 0 15px;
				}
@media screen and (max-width: 600px) {
	.service_list figure {
		margin: 0;
	}
}
@media screen and (max-width: 425px) {
	.service_list figure {
		width: 100%;
	}
}
				.service_list figure img {
					width: 100%;
					object-fit: cover;
					aspect-ratio: 1 / 1;
					}
				.service_list figure figcaption {
					position: absolute;
					bottom: 0;
					width: 100%;
					min-height: 65px;
					padding: 15px;
					background-color: rgba(0,0,0, .7);
					font-size: 15px;
					color: #fff;
					}
	#floor_service p {
		max-width: 768px;
		margin: -10px auto 0;
		line-height: 1.6;
		}
@media screen and (max-width: 600px) {
	#floor_service p {
		margin: 20px auto 0;
		}
}
		#floor_service p span {
			display: inline-block;
			margin-bottom: 10px;
			}
		#floor_service p a {
			text-decoration: underline;
			}
		#floor_service p a:hover {
			color: #000;
			}


				
#floor_reason {
	background-color: rgb(236,236,235);
	}
	#floor_reason .container {
		padding: 70px 30px;
		}
		#floor_reason h2 {
			text-align: center;
			}
		.reason_list {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin: 0 auto;
			}
			.reason_list figure {
				width: calc((100% - 60px) / 3);
				margin: 0 0 15px;
				}
@media screen and (max-width: 600px) {
	.reason_list figure {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 425px) {
	.reason_list figure {
		width: 100%;
	}
}
					
				.reason_list figure img {
					width: 100%;
					object-fit: cover;
					aspect-ratio: 16 / 10;
					}
				.reason_list figure figcaption {
					width: 100%;
					min-height: calc(30px + 2rem);
					padding: 15px 0;
					font-size: 15px;
					line-height: 1.6;
					}
					.reason_list figure figcaption b {
						display: block;
						margin: 0 0 10px;
						font-size: 17px;
						font-weight: 400;

						}

#amenities {
	background-color: rgb(236,236,235);
	}
	#amenities .container {
		
		}
	#amenities .container h2 {
		text-align: center;
		}
	#amenities .amenities_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
	}
	#amenities .amenities_list li {
		width: calc((100% - 60px) / 3);
		margin: 0 10px;
		padding: 15px;
		border-bottom: 1px solid #999;
		}
		#amenities .amenities_list li a {
			text-decoration: underline;
			}
		#amenities .amenities_list li a:hover {
			font-weight: 400;
			}
@media screen and (max-width: 1280px) {
	#amenities .amenities_list li {
		width: calc((100% - 40px) / 2);
		margin: 0 10px;
	}
}
@media screen and (max-width: 600px) {
	#amenities .amenities_list li {
		width: 100%;
		margin: 0;
	}
}


#check-in_out {
	
	}
	#check-in_out .container {
		}
		#check-in_out .container h2 {
			text-align: center;
			}
		#check-in_out > .container > div {
			/*display: flex;
			flex-wrap: wrap;
			justify-content: space-between;*/
			}
			#check-in_out > .container > div > div {
				/*width: calc(50% - 15px);*/
				}
@media screen and (max-width: 600px) {
	#check-in_out > .container > div > div {
		width: 100%;
		margin-bottom: 30px;
	}
	#check-in_out > .container > div > div:last-of-type {
		margin-bottom: 0;
		}
}
				#check-in_out > .container > h3 {
					margin: 0 0 10px;
					padding: 0 0 10px;
					font-size: 17px;
					font-weight: 400;
					}
				#check-in_out > .container > div > div > ul > li {
					list-style:  none;
					margin:  0;
					padding: 0 0 0 20px;
					}
				#check-in_out > .container > div > div > ul > li:before {
					content: "";
					width:  10px;
					height:  10px;
					display:  inline-block;
					background-color: rgb(84,88,90);
					border-radius:  50%;
					position:  relative;
					top: -1px;
					margin: 0 10px 0 -20px; 
					}

.list_dot {
	margin-left: 20px;
	}
	.list_dot li {
		margin: 5px 0;
		list-style-type: disc;
		}

#stay_more {
	background-color: rgb(236,236,235);
	}
	#stay_more .container {
		max-width: 768px;
		padding: 70px 0 50px;
		}
		#stay_more .container h2 {
			text-align: center;
			}
		#stay_more .container .mobile-slide {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			}
			#stay_more .container .mobile-slide a {
				position: relative;
				display: block;
				width: calc((100% - 40px) / 3);
				margin: 0 auto 20px;
				}
@media screen and (max-width: 600px) {
	#stay_more .container {
		width: 100%;
		max-width: calc(100% - 40px);
		padding: 45px 0;
		}
	#stay_more .container .mobile-slide a {
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 425px) {
	#stay_more .container .mobile-slide a {
		width: 100%;
	}
}
				#stay_more .container .mobile-slide a:hover {
				
				}
				#stay_more .container .mobile-slide a img {
					width: 100%;
					object-fit: cover;
					aspect-ratio: 1 / 1;
					opacity: 1;
					transition: .5s;
					}
				#stay_more .container .mobile-slide a img.contain {
					object-fit: contain;
					}
				#stay_more .container .mobile-slide a:hover img {
					opacity: .7;
					transition: .5s;
					}
				#stay_more .container .mobile-slide a p {
					position: absolute;
					bottom: 0;
					width: 100%;
					min-height: 55px;
					padding: 10px;
					background-color: rgba(0, 0, 0, .5);
					font-size: 15px;
					color: #fff;
					text-align: center;
					}



#first_text_section.room .container {
	position: relative;
	padding: 70px 32px 0;
}
#first_text_section.room .container h2 small {
	display: inline-block;
	}

#first_text_section.room .container .btn_bg_gr-wh {
	position: absolute;
	top: 70px;
	right: 32px;
	margin: 0;
}
#first_text_section.room .container .btn2.btn_bg_gr-wh {
	top: 115px;
}
@media screen and (max-width: 1027px) {
	#first_text_section.room .container .btn_bg_gr-wh {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	#first_text_section.room .container .btn2.btn_bg_gr-wh {
		top: auto;
		margin-top: 0px;
		}
}
@media screen and (max-width: 425px) {
	#first_text_section.room .container .btn_bg_gr-wh {
		width: 100%;
	}
}

.room_slide {
	max-width: 1024px;
	max-height: calc(100vh - 100px);
	margin: 0 auto;
	}
.room_slide article {
	margin: 10px;
	}
@media screen and (max-width:600px) {
.room_slide article {
	margin: 0;
	}
}
.room_slide img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 10;
	}

#offer.room {
	background-color: rgb(236,236,235);
	}
#offer .container .offer_list article a.room {
	position: relative;
	display: block;
	}
	#offer .container .offer_list article a.room img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 1 / 1;
		}
	#offer .container .offer_list article a.room div {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 10px;
		background-color: rgba(0, 0, 0, .5);
		color: #fff;
		}
		#offer .container .offer_list article a.room div span {
			display: inline-block;
			width: 100%;
			color: #fff;
			font-size: 13px;
			text-align: right;
			}

.icon-area {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	}
	.icon-area div {
		margin: 0 15px;
		}
	.icon-area div.num {
		margin: 0 20px 0 0;
		}
	.icon-area div {
		font-size: 21px;
		}
.icon-area div img {
	width: auto;
	height: 50px;
	margin: 0 0 5px;
}
.icon-area div span {
	display: block;
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.icon-area {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 425px) {
	.icon-area div img {
		height: 32px;
		margin: 0 0 5px;
	}
	.icon-area div.num {
		margin: 0 8px 0 0;
	}
}



#section_link .container ul li.other_floor {
	padding: 10px;
	color: #fff;
	font-size: 15px;
}




.mailmagazine table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  text-align: center;
}
.mailmagazine table tbody {
  width: 100%;
}
.mailmagazine th,
.mailmagazine td {
  padding: 3px;
  border: solid 1px #54585B;
  text-align: center;
  vertical-align: middle;
}
.mailmagazine th {
  background-color: #E7E7E5;
}






.free_table_line dt {
	min-width: 180px;
	}
.free_table_line dd {
	width: calc(100% - 180px);
	}

.free_price_w dt {
	width: calc(100% - 200px);
	}
.free_price_w dd {
	width: 200px;
	}
@media screen and (max-width: 600px) {
#check-in_out .container {
	padding-left:20px;
	padding-right: 20px;
}
#check-in_out > .container > div.pad_a30 {
	padding: 30px 20px !important;
}
.free_table_line {
	border-top: none;
	}
.free_table_line dt {
	min-width: 100%;
	border-bottom: none;
	background-color: rgb(255,255,255);
	}
.free_table_line dd {
	width: 100%;
	border-bottom: none;
	}

.free_price dt {
	width: calc(100% - 55px);
	}
.free_price dd {
	width: 55px;
	}

.free_price_w dt {
	width: 100%;
	border-bottom: none;
	background-color: rgb(255,255,255);
	}
.free_price_w dd {
	width: 100%;
	border-bottom: none;
	}
}





/* ルームサービス */
#room_services_order .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#room_services_order .container .item_p {
	width: 200px;
	margin-right: 25px;
}
#room_services_order .container .item_txt {
}
@media screen and (max-width: 600px) {
	#room_services_order .container .item_p {
		margin: 0 auto 20px;
	}
	#room_services_order .container .item_txt {
		width: 100%;
	}
}

#room_services_menu dl {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#room_services_menu dl dt {
	padding: 15px 0;
	margin: 0;
	width: 50%;
	border-bottom: 1px solid #54534b;
}
#room_services_menu dl dt span {
	display: block;
}
#room_services_menu dl dt a {
	/* text-decoration: underline; */
}
#room_services_menu dl dd {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #54534b;
	width: 50%;
}
@media screen and (max-width: 600px) {
	#room_services_menu dl {
		display: block;
	}
	#room_services_menu dl dt {
		width: 100%;
		border-bottom: none;
	}
	#room_services_menu dl dd {
		width: 100%;
	}
}

#amenities {
	margin-bottom: 35px;
}
#amenities h3 {
	font-size: 21px;
}
#amenities h3 i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #54585b;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	font-size: 18px;
	font-style: normal;
}
#amenities h3 span {
	display: block;
	font-size: 18px;
}
#amenities h3 span {
	display: block;
	font-size: 18px;
}
.amenities_list li span {
	display: inline-block;
	margin-left: 10px;
}
.amenities_list li small {
	display: block;
}
.amenities_list li small span {
	margin-left: 0;
}
.amenities_list li dl {
	padding: 0;
	margin: 0;
}
.amenities_list li dl dt {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.amenities_list li dl dt span {
	display: block;
	margin-left: 0;
}
.amenities_list li dl dd {
	padding: 0;
	margin: 0;
	text-align: right;
}



.room .slick-slide img {
    max-height: 100%;
}

