
/*////////////////////////////////////
trouble
////////////////////////////////////*/

@media screen and (min-width: 768px) {

#reserve_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#reserve_place{
	position: relative;
	width: 90%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.reserve_word{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.reserve_btn {
	position: relative;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background: #FEFEFE;
	border-radius: 30px;
	border: solid 3px #333333;
	margin-bottom: 80px;
	text-align: center;
	z-index: 2;
}
.reserve_btn a {
	display: block;
	transition: all 0.3s;
	transform: scale(1);
	text-decoration: none;
	font-size: clamp(1.4rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 10px 20px;
	z-index: 1;
}
.reserve_btn a:hover {
	opacity: 0.9;
	transform: scale(1.03);
}

.reserve_btn img{
	position: absolute;
	width: 18%;
	bottom: -80%;
	right: -3%;
	z-index: 2;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#reserve_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#reserve_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.reserve_word{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.reserve_btn {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #FEFEFE;
	border-radius: 30px;
	border: solid 3px #333333;
	margin-bottom: 50px;
	text-align: center;
	z-index: 2;
}
.reserve_btn a {
	display: block;
	transition: all 0.3s;
	transform: scale(1);
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 10px 20px;
	z-index: 1;
}
.reserve_btn a:hover {
	opacity: 0.9;
	transform: scale(1.03);
}

.reserve_btn img{
	position: absolute;
	width: 18%;
	bottom: -69%;
	right: -3%;
	z-index: 2;
}

}






/*////////////////////////////////////

////////////////////////////////////*/

@media screen and (min-width: 768px) {



}

@media screen and (min-width: 0px) and (max-width: 767px) {

}