▲ TOP
#backToTop {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
right: 20px;
bottom:180px;
padding: 12px 16px;
font-size: 16px;
font-weight: bold;
background-color: #0073aa;
color: white;
text-decoration: none;
border-radius: 28px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
z-index: 2147483647;
text-align: center;
white-space: nowrap;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s ease;
}
#backToTop.visible {
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
display: flex !important;
}
@media screen and (max-width: 768px) {
#backToTop {
bottom: 150px;
padding: 4px 10px;
font-size: 12px;
border-radius: 14px;
max-width: 70px;
max-height: 36px;
background-color: rgba(0, 115, 170, 0.85);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
}
いますぐ予約