@font-face {
    font-family: main-b;
    src: url("../fonts/GenShinGothic-Bold.eot");
    src: url("../fonts/GenShinGothic-Bold.woff") format("woff"), url("../fonts/GenShinGothic-Bold.ttf") format("truetype")
}

@font-face {
    font-family: main-m;
    src: url("../fonts/GenShinGothic-Medium.eot");
    src: url("../fonts/GenShinGothic-Medium.woff") format("woff"), url("../fonts/GenShinGothic-Medium.ttf") format("truetype")
}

@font-face {
    font-family: main-h;
    src: url("../fonts/GenShinGothic-Heavy.eot");
    src: url("../fonts/GenShinGothic-Heavy.woff") format("woff"), url("../fonts/GenShinGothic-Heavy.ttf") format("truetype")
}

#nav-toggle,
#sp-nav,
#sp-nav ul,
.sp_nav,
#sp_btn {
    display: none
}

@media screen and (max-width: 896px) {
    body {
        font-size: 1.4rem
    }
    #sp_btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 20;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #sp_btn ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 270px;
        padding-bottom: 15px;
        margin: 0 auto
    }
    #sp_btn ul li {
        width: 33.3%;
        padding: 0 5px
    }
    #sp_btn ul li a {
        display: block;
        padding: 7px 0;
        text-align: center;
        background: #333;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.2
    }
    #sp_btn ul li a span {
        display: block;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        color: #fff
    }
    .bnr li {
        width: 100%;
        float: none
    }
    header {
        display: none
    }
    #l-header {
        border-bottom: 0;
        display: none
    }
    #l-header .inner {
        max-width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        min-width: inherit
    }
    #l-header .inner #logo {
        width: 230px;
        text-align: left;
        margin-left: 5px;
        padding: 4px 0 4px 10px
    }
    #l-header #tel {
        display: none
    }
    .fleft0,
    .fleft1,
    .fleft2,
    .fright0,
    .fright1,
    .fright2 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }
    #header_nav {
        display: none
    }
    #flash {
        width: 100%;
        height: auto
    }
    .footer_navi {
        display: none
    }
    .single,
    .single03 {
        max-width: initial;
        width: 95%;
        padding: 40px 0
    }
    .single02 {
        padding: 40px 0;
        width: calc(100% - 20px)
    }
    #nav-toggle {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        height: 60px;
        cursor: pointer;
        background: #fafafa;
        padding: 15px;
        border-radius: 10%;
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        -webkit-box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001
    }
    #nav-toggle>div {
        position: relative;
        width: 35px
    }
    #nav-toggle>div>p {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 25px;
        font-size: 11px;
        text-align: center;
        color: #222;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: 600
    }
    #nav-toggle span {
        width: 100%;
        height: 1px;
        left: 0;
        display: block;
        background: #333;
        position: absolute;
        -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
        transition: top .5s ease, -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, top .5s ease;
        transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out
    }
    #nav-toggle span:nth-child(1) {
        top: 0
    }
    #nav-toggle span:nth-child(2) {
        top: 10px
    }
    #nav-toggle span:nth-child(3) {
        top: 20px
    }
    #nav-toggle:hover span:nth-child(1) {
        top: 0px
    }
    #nav-toggle:hover span:nth-child(3) {
        top: 20px
    }
    .open #nav-toggle span:nth-child(1) {
        top: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .open #nav-toggle span:nth-child(2) {
        top: 15px;
        width: 0;
        left: 50%
    }
    .open #nav-toggle span:nth-child(3) {
        top: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #nav-toggle {
        z-index: 1000
    }
    #container {
        z-index: 900
    }
    #sp-nav {
        background: #fefefe;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        -webkit-transition: opacity .4s ease, visibility .4s ease;
        transition: opacity .4s ease, visibility .4s ease
    }
    #sp-nav a {
        display: block;
        color: #232323;
        text-decoration: none;
        padding: 10px 0;
        -webkit-transition: color .4s ease;
        transition: color .4s ease;
        font-weight: 600
    }
    #sp-nav a span {
        display: block;
        color: #595757;
        text-transform: uppercase;
        font-size: 1.4rem
    }
    #sp-nav a:hover {
        color: #666
    }
    #sp-nav .dropdown {
        display: none
    }
    #sp-nav ul {
        list-style: none
    }
    #sp-nav ul li {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
        transition: opacity .2s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity .2s ease;
        transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease
    }
    #sp-nav ul li:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }
    #sp-nav ul li:nth-child(3) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }
    #sp-nav ul li:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }
    #sp-nav ul li:nth-child(5) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }
    #sp-nav ul li:nth-child(6) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
    #sp-nav ul li:nth-child(7) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .open {
        overflow: hidden
    }
    .open #sp-nav {
        visibility: visible;
        opacity: 1
    }
    .open #sp-nav ul {
        display: block
    }
    .open #sp-nav li {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
        transition: opacity .9s ease, -webkit-transform 1s ease;
        transition: transform 1s ease, opacity .9s ease;
        transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease
    }
    .lsingle,
    .rsingle {
        float: none;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 3.125vw
    }
    body {
        font-size: 1.2rem
    }
    .tbl_scroll {
        padding-bottom: 10px;
        overflow: auto;
        white-space: nowrap
    }
    .tbl_scroll::-webkit-scrollbar {
        height: 5px
    }
    .tbl_scroll::-webkit-scrollbar-track {
        background: #f1f1f1
    }
    .tbl_scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc
    }
    .tbl_scroll::-webkit-scrollbar-piece {
        background: #eee
    }
    .tbl_scroll::-webkit-scrollbar-piece:start {
        background: #eee
    }
    .spbr {
        display: block
    }
    .pcbr {
        display: none
    }
    .visual .inner .ballon_parent {
        width: 100%
    }
    .visual .inner .ballon_parent li img {
        width: 45%
    }
    #l-footer {
        text-align: center
    }
    #l-footer .inner .copyright {
        text-align: center;
        font-size: .8rem;
        font-weight: normal
    }
    .lsingle {
        margin-bottom: 20px
    }
    .snip_parent {
        padding: 40px 0
    }
    .snip_parent .snip figcaption>div.two h3 {
        font-size: 1.6rem
    }
    .snip_parent .snip figcaption>div.two h3 span {
        font-size: 1.2rem
    }
    .ggmap {
        position: relative;
        padding-bottom: 46.25%;
        height: 0;
        overflow: hidden
    }
    .pickup .detail_box {
        padding: 10px
    }
    .pickup .detail_box .bnr_tel {
        width: 95%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .page_title_box .page_title {
        font-size: 2.4rem;
        letter-spacing: .1rem
    }
    .form {
        width: 100%
    }
    .form dl {
        margin: 10px 0
    }
    .form dl dt {
        float: none;
        width: 100%;
        padding-top: 15px
    }
    .form dl dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
        padding-top: 10px;
        line-height: 20px
    }
    .form dl dd:last-child {
        border-bottom: 0px;
        margin-bottom: 0px
    }
    .form .textarea,
    .form textarea {
        width: 100%
    }
    .form .textarea.textarea03 {
        width: 35%
    }
    .form .textarea02 {
        width: 43.5%
    }
    .form button {
        width: 95%
    }
    .btn__box {
        width: 100%;
        -webkit-perspective: 200px;
        perspective: 200px
    }
    .btn__box a {
        width: 100%
    }
    .btn__box:after {
        width: 100%;
        width: 100%
    }
}


/*# sourceMappingURL=smartphone.css.map */