/* -----------------------
	予約誘導ボタン
----------------------- */
/*.room_booking_btn {
	margin: 1.5rem auto;
	text-align: center;
	position: relative;
}*/
/*.room_booking_btn .vr {
	position: absolute;
	top: -1rem;
	left: 50%;
	display: inline-block;
	margin: 0 auto;
	height: 1rem;
	color: var(--accent-color);
	opacity: 1;
}*/
a.btn-oct {
	position: relative;
	display: inline-block;
	//margin: 0 auto;
	padding: .7rem 1.75rem;
	color: var(--btn-color);
	background-color: var(--btn-background-color);
	font-size: .91rem;
	text-decoration: none;
	overflow: hidden;
	border-radius: 0;
	transition: all .3s ease-in-out 0s;
	border: none;
}
a.btn-oct:hover {
	color: var(--btn-hover-color);
	background-color: var(--btn-hover-background-color);
}
a.btn-oct::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; height: 100%;
	border: 1px solid var(--btn-border-color);
	border-bottom: 1px solid var(--btn-border-color);
}
a.btn-oct span {
	display: block;
	position: absolute;
	width: 2rem; height: 2rem;
	background-color: var(--background-color);
	transform: rotate(45deg);
	z-index: +1;
}
/*section.bg-light .room_booking_btn a.btn span {
	background-color: #fdfaf1;
}*/
a.btn-oct span:nth-of-type(1) {
	top: -1.25rem; left: -1.25rem;
	border: 1px solid var(--btn-border-color);
}
a.btn-oct span:nth-of-type(2) {
	display: none;
	top: -1.25rem; right: -1.25rem;
	border: 1px solid var(--btn-border-color);
}
a.btn-oct span:nth-of-type(3) {
	bottom: -1.25rem; right: -1.25rem;
	border: 1px solid var(--btn-border-color);
}
a.btn-oct span:nth-of-type(4) {
	display: none;
	bottom: -1.25rem; left: -1.25rem;
	border: 1px solid var(--btn-border-color);
}

/* -----------------------
	角丸
----------------------- */
.rounded-12px {
	border-radius: 12px;
	overflow: hidden;
}
.rounded-16px {
	border-radius: 16px;
	overflow: hidden;
}
.rounded-24px {
	border-radius: 24px;
	overflow: hidden;
}
.rounded-32px {
	border-radius: 32px;
	overflow: hidden;
}
.rounded-40px {
	border-radius: 40px;
	overflow: hidden;
}


.w-4 {width: 4% !important;}
.w-8 {width: 8% !important;}
.w-10 {width: 10% !important;}
.w-12 {width: 12% !important;}
.w-16 {width: 16% !important;}
.w-20 {width: 20% !important;}
.w-24 {width: 24% !important;}
.w-28 {width: 28% !important;}
.w-32 {width: 32% !important;}
.w-36 {width: 36% !important;}
.w-40 {width: 40% !important;}
.w-44 {width: 44% !important;}
.w-48 {width: 48% !important;}
.w-52 {width: 52% !important;}
.w-56 {width: 56% !important;}
.w-60 {width: 60% !important;}
.w-64 {width: 64% !important;}
.w-68 {width: 68% !important;}
.w-72 {width: 72% !important;}
.w-76 {width: 76% !important;}
.w-80 {width: 80% !important;}
.w-84 {width: 84% !important;}
.w-88 {width: 88% !important;}
.w-92 {width: 92% !important;}
.w-96 {width: 96% !important;}

.max-w-4 {max-width: 4% !important;}
.max-w-8 {max-width: 8% !important;}
.max-w-10 {max-width: 10% !important;}
.max-w-12 {max-width: 12% !important;}
.max-w-16 {max-width: 16% !important;}
.max-w-20 {max-width: 20% !important;}
.max-w-24 {max-width: 24% !important;}
.max-w-28 {max-width: 28% !important;}
.max-w-32 {max-width: 32% !important;}
.max-w-36 {max-width: 36% !important;}
.max-w-40 {max-width: 40% !important;}
.max-w-44 {max-width: 44% !important;}
.max-w-48 {max-width: 48% !important;}
.max-w-52 {max-width: 52% !important;}
.max-w-56 {max-width: 56% !important;}
.max-w-60 {max-width: 60% !important;}
.max-w-64 {max-width: 64% !important;}
.max-w-68 {max-width: 68% !important;}
.max-w-72 {max-width: 72% !important;}
.max-w-76 {max-width: 76% !important;}
.max-w-80 {max-width: 80% !important;}
.max-w-84 {max-width: 84% !important;}
.max-w-88 {max-width: 88% !important;}
.max-w-92 {max-width: 92% !important;}
.max-w-96 {max-width: 96% !important;}
.max-w-100 {max-width: 100% !important;}

.min-w-4 {min-width: 4% !important;}
.min-w-8 {min-width: 8% !important;}
.min-w-10 {min-width: 10% !important;}
.min-w-12 {min-width: 12% !important;}
.min-w-16 {min-width: 16% !important;}
.min-w-20 {min-width: 20% !important;}
.min-w-24 {min-width: 24% !important;}
.min-w-28 {min-width: 28% !important;}
.min-w-32 {min-width: 32% !important;}
.min-w-36 {min-width: 36% !important;}
.min-w-40 {min-width: 40% !important;}
.min-w-44 {min-width: 44% !important;}
.min-w-48 {min-width: 48% !important;}
.min-w-52 {min-width: 52% !important;}
.min-w-56 {min-width: 56% !important;}
.min-w-60 {min-width: 60% !important;}
.min-w-64 {min-width: 64% !important;}
.min-w-68 {min-width: 68% !important;}
.min-w-72 {min-width: 72% !important;}
.min-w-76 {min-width: 76% !important;}
.min-w-80 {min-width: 80% !important;}
.min-w-84 {min-width: 84% !important;}
.min-w-88 {min-width: 88% !important;}
.min-w-92 {min-width: 92% !important;}
.min-w-96 {min-width: 96% !important;}
.min-w-100 {min-width: 100% !important;}

.w-20px {width: 20px !important;}
.w-24px {width: 24px !important;}
.w-28px {width: 28px !important;}
.w-32px {width: 32px !important;}
.w-36px {width: 36px !important;}
.w-40px {width: 40px !important;}
.w-80px {width: 80px !important;}
.w-100px {width: 100px !important;}
.w-120px {width: 120px !important;}
.w-160px {width: 160px !important;}
.w-200px {width: 200px !important;}
.w-240px {width: 240px !important;}
.w-280px {width: 280px !important;}
.w-320px {width: 320px !important;}
.w-360px {width: 360px !important;}
.w-400px {width: 400px !important;}
.w-440px {width: 440px !important;}
.w-480px {width: 480px !important;}
.w-520px {width: 520px !important;}
.w-560px {width: 560px !important;}
.w-600px {width: 600px !important;}
.w-640px {width: 640px !important;}
.w-680px {width: 680px !important;}
.w-720px {width: 720px !important;}
.w-760px {width: 760px !important;}
.w-800px {width: 800px !important;}
.w-840px {width: 840px !important;}
.w-880px {width: 880px !important;}
.w-920px {width: 920px !important;}
.w-960px {width: 960px !important;}

.max-w-20px {min-width: 20px !important;}
.max-w-24px {min-width: 24px !important;}
.max-w-28px {min-width: 28px !important;}
.max-w-32px {min-width: 32px !important;}
.max-w-36px {min-width: 36px !important;}
.max-w-40px {min-width: 40px !important;}
.max-w-80px {min-width: 80px !important;}
.max-w-100px {min-width: 100px !important;}
.max-w-120px {min-width: 120px !important;}
.max-w-160px {min-width: 160px !important;}
.max-w-200px {min-width: 200px !important;}
.max-w-240px {min-width: 240px !important;}
.max-w-280px {min-width: 280px !important;}
.max-w-320px {min-width: 320px !important;}
.max-w-360px {min-width: 360px !important;}
.max-w-400px {min-width: 400px !important;}
.max-w-440px {min-width: 440px !important;}
.max-w-480px {min-width: 480px !important;}
.max-w-520px {min-width: 520px !important;}
.max-w-560px {min-width: 560px !important;}
.max-w-600px {min-width: 600px !important;}
.max-w-640px {min-width: 640px !important;}
.max-w-680px {min-width: 680px !important;}
.max-w-720px {min-width: 720px !important;}
.max-w-760px {min-width: 760px !important;}
.max-w-800px {min-width: 800px !important;}
.max-w-840px {min-width: 840px !important;}
.max-w-880px {min-width: 880px !important;}
.max-w-920px {min-width: 920px !important;}
.max-w-960px {min-width: 960px !important;}

.min-w-20px {min-width: 20px !important;}
.min-w-24px {min-width: 24px !important;}
.min-w-28px {min-width: 28px !important;}
.min-w-32px {min-width: 32px !important;}
.min-w-36px {min-width: 36px !important;}
.min-w-40px {min-width: 40px !important;}
.min-w-80px {min-width: 80px !important;}
.min-w-100px {min-width: 100px !important;}
.min-w-120px {min-width: 120px !important;}
.min-w-160px {min-width: 160px !important;}
.min-w-200px {min-width: 200px !important;}
.min-w-240px {min-width: 240px !important;}
.min-w-280px {min-width: 280px !important;}
.min-w-320px {min-width: 320px !important;}
.min-w-360px {min-width: 360px !important;}
.min-w-400px {min-width: 400px !important;}
.min-w-440px {min-width: 440px !important;}
.min-w-480px {min-width: 480px !important;}
.min-w-520px {min-width: 520px !important;}
.min-w-560px {min-width: 560px !important;}
.min-w-600px {min-width: 600px !important;}
.min-w-640px {min-width: 640px !important;}
.min-w-680px {min-width: 680px !important;}
.min-w-720px {min-width: 720px !important;}
.min-w-760px {min-width: 760px !important;}
.min-w-800px {min-width: 800px !important;}
.min-w-840px {min-width: 840px !important;}
.min-w-880px {min-width: 880px !important;}
.min-w-920px {min-width: 920px !important;}
.min-w-960px {min-width: 960px !important;}

