@charset "utf-8";
.pc-only {
    display: block !important;
}
.sp-only {
    display: none !important;
}
.pc-flex {
    display: flex !important;
}
.sp-flex {
    display: none !important;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
/*ヘッダー*/
#navbar {
    max-width: 614px;
    width: 100%;
    margin: 0 auto;
    display: none;
    flex-wrap: wrap;
    gap: 0 5px;
}
#navbar .nav a {
    color: #fff;
}
#navbar .nav {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
.menu-btn {
    height: 68px;
    width: 68px;
    z-index: 9999;
    top: 15px;
    right: 15px;
}
.menu-btn .line, .menu-btn .line:before, .menu-btn .line:after {
    width: 40px;
}
.hamburger-menu li {
    font-size: 0.9rem;
}
.header .text_center {
    margin-top: 110px;
}
/*ヘッダー*/

/*フッター*/
#footer_contact .flexbox {
    justify-content: center;
}
/*フッター*/

a[href^="tel:"] {
    pointer-events: none;
}
#page_top {
    z-index: 3;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page_top a {
    background-image: url(./img/common/page_top.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.fixed {
    top: auto;
    bottom: 10px;
}
.fixed a {
    height: 50px;
    width: 50px;
}
