.lounge-description p{
	line-height: 2;
	font-size: 1.25rem;
	margin-bottom: 50px;
	text-align: center;
}

.lounge-description p span{
	display: inline-block;
}

/*** lounge_slider ***/
.lounge_slider {
	position: relative;
	max-width: 1400px;
	margin: 60px auto;
	padding: 0 20px;
}

.lounge_slider .slick-slide {
	outline: none;
	padding: 0 15px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.lounge_slider .slick-slide.slick-center {
	opacity: 1;
}

.lounge_slider .slick-slide img {
	width: 100%;
	height: 500px;
	object-fit: contain;
	border-radius: 8px;
	background: #f8f8f8;
}

.lounge_slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: #644132;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 3px 12px rgba(0,0,0,0.2);
	z-index: 10;
}

.lounge_slider .slick-arrow::before {
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1;
}

.lounge_slider .slick-prev {
	left: 20px;
}

.lounge_slider .slick-prev::before {
	content: "◀";
}

.lounge_slider .slick-next {
	right: 20px;
}

.lounge_slider .slick-next::before {
	content: "▶";
}

.lounge_slider .slick-arrow:hover {
	background: #e17837;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.lounge_slider .slick-arrow:active {
	transform: translateY(-50%) scale(0.95);
}

.lounge_slider .slick-dots {
	bottom: -50px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.lounge_slider .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}

.lounge_slider .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	font-size: 0;
	background: #d0c4bc;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.lounge_slider .slick-dots li button::before {
	display: none;
}

.lounge_slider .slick-dots li.slick-active button {
	background: #644132;
	transform: scale(1.3);
}

@media (max-width: 1024px) {
	.lounge_slider {
		max-width: 1200px;
		padding: 0 20px;
	}
	
	.lounge_slider .slick-slide img {
		height: 450px;
	}
	
	.lounge_slider .slick-arrow {
		width: 55px;
		height: 55px;
	}
	
	.lounge_slider .slick-arrow::before {
		font-size: 1.3rem;
	}
}

@media (max-width: 768px) {
	.lounge_slider {
		margin: 40px auto;
		max-width: 100%;
		padding: 0 5px;
	}
	
	.lounge_slider .slick-slide {
		padding: 0 5px;
	}
	
	.lounge_slider .slick-slide img {
		height: 280px;
		border-radius: 4px;
		object-fit: contain;
	}
	
	.lounge_slider .slick-prev {
		left: 3px;
	}
	
	.lounge_slider .slick-next {
		right: 3px;
	}
	
	.lounge_slider .slick-arrow {
		width: 50px;
		height: 50px;
	}
	
	.lounge_slider .slick-arrow::before {
		font-size: 1.2rem;
	}
}

@media (max-width: 600px) {
	.lounge_slider {
		padding: 0 3px;
	}
	
	.lounge_slider .slick-slide {
		padding: 0 4px;
	}
	
	.lounge_slider .slick-slide img {
		height: 220px;
	}
	
	.lounge_slider .slick-arrow {
		width: 45px;
		height: 45px;
	}
	
	.lounge_slider .slick-arrow::before {
		font-size: 1.1rem;
	}
	
	.lounge_slider .slick-dots {
		bottom: -40px;
	}
}

@media (max-width: 480px) {
	.lounge_slider {
		padding: 0 2px;
	}
	
	.lounge_slider .slick-slide {
		padding: 0 3px;
	}
	
	.lounge_slider .slick-slide img {
		height: 180px;
	}
	
	.lounge_slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
	
	.lounge_slider .slick-arrow::before {
		font-size: 1rem;
	}
	
	.lounge_slider .slick-prev {
		left: 2px;
	}
	
	.lounge_slider .slick-next {
		right: 2px;
	}
}

/*** gallery_slider ***/
.gallery_slider {
	position: relative;
}

.gallery_slider .box {
	outline: none;
	padding: 0 10px;
	width: 450px; /* variableWidth: true のためiOS対応で明示的な幅を設定 */
}

.gallery_slider .box img {
	width: 100%;
	max-width: 100%; /* iOS Safari対応 */
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	background: #f8f8f8;
}

@media (max-width: 768px) {
	.gallery_slider {
		margin: 40px auto;
		padding: 0 10px;
	}
	
	.gallery_slider .box {
		padding: 0 8px;
		width: 320px;
	}
	
	.gallery_slider .box img {
		height: 200px;
		border-radius: 4px;
	}
}

@media (max-width: 600px) {
	.gallery_slider .box {
		padding: 0 6px;
		width: 280px;
	}
	
	.gallery_slider .box img {
		height: 180px;
	}
}

@media (max-width: 480px) {
	.gallery_slider {
		padding: 0 5px;
	}
	
	.gallery_slider .box {
		padding: 0 5px;
		width: 240px;
	}
	
	.gallery_slider .box img {
		height: 160px;
	}
}

/**** lounge_list ***/
.breakfast_deacription{
	font-size: 1.13rem;
	text-align: center;
	margin-bottom: 60px;
}
.text_hooray{
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.text_hooray:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: currentColor;
	transform: rotate(-45deg);
	transform-origin: right center;
	margin-right: 15px;
}
.text_hooray:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: currentColor;
	transform: rotate(45deg);
	transform-origin: left center;
	margin-left: 15px;
}




@media (max-width: 768px) {
	.breakfast_deacription{
		margin-bottom: 30px;
	}


}



/*** free_title ***/
.free_title{
	font-size: 1.75rem;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.free_list{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-left: -20px;
	margin-bottom: -20px;
}
.free_list li{
	padding-left: 20px;
	padding-bottom: 20px;
	width: 14.28%;
	width: calc(100% / 7 - 1px);
	max-width: calc(100% / 7);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.free_list p{
	font-family: 'Noto Serif JP', serif;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	margin: 10px 0px 0px;
}

@media (max-width: 820px) {
	.free_title{
		font-size: 1.5rem;
	}
	.free_list li{
		width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	}
}

@media (max-width: 768px) {
	.free_title{
		font-size: 1.5rem;
	}
	.free_list li{
		width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	}
}

