@charset "UTF-8";

/* Index
-------------------------------------------*/
/* --- text-align --- */
/* --- display --- */
/* --- background control --- */
/* --- border control --- */
/* --- font control --- */
/* --- width control --- */
/* --- margin control(0~100) --- */
/* --- padding control(0~100) --- */


/* Utility class (PC)
-------------------------------------------*/



/* unique class (PC)
-------------------------------------------*/
/* フローティングボタン 調整 */
#reservbtnarea{
	background: transparent;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
    backdrop-filter: blur(8px);
    --webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0 10px!important;
}

/* ページトップボタン 調整 */
.btn-pagetop{
	z-index: 1001!important;
	margin-bottom: 70px;
}