@charset "utf-8";
section.reservation{
	padding-top: 50px;
}
.reservation .book_now_button,
.reservation .return_form_button,
.reservation .return_button,
.reservation .select_date_button{

	
	display: block;
	position: relative;
	font-weight: bold !important;
	min-width: 200px;
	max-width: 100% !important;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
	padding: .8em 1.8em .8em .8em;
	border: 0;
	border-radius: .25em;
	
	font-size: inherit;
	box-shadow: none;
	background: #FBB03B;		
}

.reservation .book_now_button::after,
.reservation .return_form_button::after,
.reservation .return_button::after,
.reservation .select_date_button::after{
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: calc(50% - .5em);
	right: .8em;
	line-height: 1;
}

.store-content a.store-web-btn {
	margin: 0.5em;
}
.store-content a.store-web-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 400px;
	max-width: 100% !important;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
	background: #C7B299;
	margin: 0.5em;
	padding: 0.8em;
	border: 0;
	border-radius: 0.25em;
}

.store-content a.store-web-btn::before {
	content: "\f073";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-right: .2em;
}

/* フッター固定ボタン */
#fixnav li.no02-web a::before{
	content: "\f073";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-right: .5em;
}

#fixnav li.no02-web a {
    background: #C7B299;
}

.f-bold{
	font-weight: bold;
}


