@charset "UTF-8";

/* ******************************************
	General
****************************************** */

.full-width {
	width: 100vw;
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	}

#site_header {
	position: relative;
	}
	#site_header_navi_main ul {
		list-style-type: none;
		}


.section {
	padding: 40px 0;
	max-width: 1200px;
	margin: 0 auto;
	}
.section-full {
	max-width: 100%;
	padding: 0px;
	}
.section-1200 {
	max-width: 1200px;
	margin: 0 auto;
	}
.section-900 {
	max-width: 900px;
	margin: 0 auto;
	}

.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt80 {margin-top: 80px;}
.mb80 {margin-bottom: 80px;}

.pt20 {padding-top: 20px;}
.pb20 {padding-bottom: 20px;}
.pt40 {padding-top: 40px;}
.pb40 {padding-bottom: 40px;}
.pt80 {padding-top: 80px;}
.pb80 {padding-bottom: 80px;}

.section h2 {
	text-align: center !important;
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: normal;
	line-height: 1.2;
	}
	.section h2 span {
		display: block;
		font-size: 18px;
		color: #666;
		}

.grid3,
.grid4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.grid3 .card {
		width: calc((100% - 40px) / 3);
		}
	.grid4 .card {
		width: calc((100% - 60px) / 4);
		}

.card {
	}
	.card img {
		display: block;
		max-width: 100%;
		height: auto;
		object-fit: cover;
		aspect-ratio: 16 / 9;
		}

.btn {
	display: block;
	margin: 40px auto;
	padding: 5px 30px;
	background-color: #fff;
	border: 1px solid #54585b;
	font-size: 18px;
	transition: 0.5s;
	}
.btn:hover {
	background-color: #54585b;
	color: #fff;
	transition: 0.5s;
	}
.btn_bg_gr-wh, .btn_bg_gr-tp {
	border: 1px solid #54585b;
	background-color: #54585b;
	color: #fff;
	}
.btn_bg_gr-wh:hover {
	background-color: #fff;
	color: #54585b;
	transition: 0.5s;
	}


#hero {
	margin: -90px 0 0;
	padding: 0;
	}
	#hero .hero-image{
		position: relative;
		}
	#hero .hero-image img {
		aspect-ratio: 3 / 1;
		object-fit: cover;
		}
		#hero .hero-image p {
			text-align: center;
			position: absolute;
			top:50%;
			left: 50%;
			-ms-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			color: #fff;
			font-size: 60px;
			margin: 0!important;
			padding: 0!important;
			}




iframe.slider {
	margin: 0 auto 30px;
	max-width: 1200px;
	}		

.room-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.room-gallery img {
		width: 800px;
		height: auto;
		object-fit: cover;
		aspect-ratio: 16 / 9;
		order: 2;
		}
	.room-gallery p {
		width: 400px;
		padding: 40px 40px 0 0;
		font-size: 21px;
		order: 1;
		}
	.room-gallery-rev img {
		order: 1;
		}
	.room-gallery-rev p {
		padding: 40px 0 0 40px;
		order: 2;
		}

.image-container-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.image-container {
		width: calc((100% - 40px) / 2);
		margin: 0 0 80px;
		}
		.image-item {
			position: relative;
			}
			.image-item img {
				width: 100%;
				object-fit: cover;
				aspect-ratio: 16 / 9;
				vertical-align: top;
				}
				.image-item p {
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					margin: 0;
					padding: 5px;
					background-color: rgba(0, 0, 0, 0.7);
					color: #fff;
					text-align: center;
					}
				.image-text {
					width: 100%;
					margin: 0;
					padding: 20px 0 0;
					font-size: 16px;
					line-height: 1.6;
					}

#access img {
	width: 100%;
	height: auto;
	}
	#access .map {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
		#access .map div {
			width: calc((100% - 40px) / 2);
			height: auto;
			}
			#access .map div img {
				width: 100%;
				}