.sp_nav,
#sp_btn {
    display: none
}

@media screen and (max-width: 768px) {
    #l-header .inner {
        margin: 0 auto 20px;
        min-width: inherit;
        padding: 10px 0 0 5px
    }
    #l-header #tel {
        display: none
    }
    #sp_btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 20;
        width: 100%;
        transform: translateX(-50%)
    }
    #sp_btn:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 25px;
        bottom: 0;
        left: 0;
        background: #00c8bc;
        z-index: -1;
        opacity: 0.8
    }
    #sp_btn ul {
        display: flex;
        justify-content: center;
        max-width: 330px;
        padding-bottom: 15px;
        margin: 0 auto
    }
    #sp_btn ul li {
        width: 100%;
        padding: 0 5px
    }
    #sp_btn ul li a {
        display: block;
        padding: 7px 0;
        text-align: center;
        background: #fefefe;
        border: 2px solid #2ffff3;
        color: #00c8bc;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.2;
        border-radius: 5px
    }
    #sp_btn ul li a span {
        margin-left: 10px;
        font-size: 13px;
        color: #00c8bc
    }
    .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 {
        padding: 40px 0
    }
    .concept-wrap {
        margin: 30px 0;
        padding: 30px 0
    }
    .concept-wrap .bg-back,
    .concept-wrap .figure {
        width: 100%
    }
    .concept-wrap .concept-inner {
        margin: 0 auto !important
    }
    .concept-wrap .concept-inner .in-wrap {
        float: none;
        width: 95%;
        margin: 0 auto
    }
    .concept-wrap .concept-inner .in-wrap .concept-box {
        width: 100%;
        padding: 5%;
        margin: auto;
        box-sizing: border-box
    }
    .concept-wrap .concept-inner .in-wrap .concept-box .conts-ttl {
        font-size: 2rem
    }
    .bg_top_bnr .inner,
    .bg_contact .inner {
        padding: 30px 0
    }
    .page_title_box {
        padding: 90px 0 0
    }
    .breadcrumb_box .breadcrumb {
        width: 95%
    }
    #sp_navi {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(20, 118, 193, 0.8)
    }
    #sp_navi ul {
        display: table;
        width: 100%
    }
    #sp_navi ul li {
        display: table-cell;
        width: 33.3%;
        border-right: 1px solid #00958c
    }
    #sp_navi ul li:last-child {
        border-right: none
    }
    #sp_navi ul li a {
        display: block;
        padding: 10px 0;
        font-family: "FontAwesome";
        text-align: center;
        color: #ffffff;
        font-size: 2.5rem
    }
    .sp_nav {
        display: block
    }
    .btn__box {
        position: relative;
        width: 500px;
        height: 40px;
        margin: 100px auto 0;
        font-size: 13px;
        cursor: pointer;
        -webkit-perspective: 500px;
        perspective: 500px
    }
    .btn__box a {
        position: absolute;
        display: block;
        width: 500px;
        height: 38px;
        line-height: 38px;
        color: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 50% 50% -20px;
        -ms-transform-origin: 50% 50% -20px;
        transform-origin: 50% 50% -20px
    }
    .btn__box:after {
        position: absolute;
        display: block;
        width: 500px;
        height: 38px;
        line-height: 38px;
        color: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 50% 50% -20px;
        -ms-transform-origin: 50% 50% -20px;
        transform-origin: 50% 50% -20px;
        top: 0;
        left: 0;
        width: 500px;
        height: 38px;
        line-height: 38px;
        color: #fff;
        border: 1px solid #fff;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        content: ""
    }
    .btn__box:hover a {
        color: #fff;
        border: 1px solid #fff;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2
    }
    .btn__box:hover:after {
        color: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        z-index: 1
    }
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        background-image: linear-gradient(to right bottom, #29d078, #fff);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
        z-index: 9000
    }
    .menu:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background: url(../img/texture.png);
        opacity: 0.5
    }
    .side-open .menu {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: visible;
        opacity: 1
    }
    .menu {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    .menu .sp-logo {
        width: 230px;
        margin: 0 auto -30px;
        position: relative;
        z-index: 2002;
        text-align: center
    }
    .menu ul {
        width: 300px;
        background: rgba(255, 255, 255, 0.8);
        position: relative;
        z-index: 2001;
        padding: 35px 20px
    }
    .menu li {
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        opacity: 0
    }
    .menu li .dropdown {
        margin-bottom: 5px;
        background: none;
        padding: 5px;
        width: auto
    }
    .menu li .dropdown .dropdown-li {
        margin: 0 auto;
        width: 100%
    }
    .menu li .dropdown .dropdown-li a {
        height: 35px;
        line-height: 35px;
        color: #704e31;
        font-size: 1.1rem
    }
    .menu li .dropdown .dropdown-li a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: bold;
        margin-right: 5px;
        color: #00c8bc;
        font-size: 1.2rem
    }
    .side-open .menu li {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: visible;
        opacity: 1
    }
    .menu li a {
        display: block;
        height: 50px;
        line-height: 50px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        text-decoration: none;
        font-size: 14px;
        color: #704e31
    }
    .menu li a span {
        display: none
    }
    .menu li a:hover {
        opacity: 0.7
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 5px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 0.8rem;
        letter-spacing: 0;
        text-align: center;
        cursor: pointer;
        z-index: 9999;
        background-color: #00c8bc
    }
    .menu-btn span {
        color: #fff
    }
    .menu-btn span:after {
        content: attr(data-txt-open)
    }
    .side-open .menu-btn span:after {
        content: attr(data-txt-close)
    }
    .menu-btn:hover span:nth-child(1):after {
        -webkit-animation: anim 0.5s ease 0s forwards;
        animation: anim 0.5s ease 0s forwards
    }
    .menu-btn:hover span:nth-child(2):after {
        -webkit-animation: anim 0.5s ease 0.1s forwards;
        animation: anim 0.5s ease 0.1s forwards
    }
    .menu-btn:hover span:nth-child(3):after {
        -webkit-animation: anim 0.5s ease 0.2s forwards;
        animation: anim 0.5s ease 0.2s forwards
    }
    .menu-btn:hover span:nth-child(4):after {
        -webkit-animation: anim 0.5s ease 0.3s forwards;
        animation: anim 0.5s ease 0.3s forwards
    }
    .menu-btn:hover span:nth-child(5):after {
        -webkit-animation: anim 0.5s ease 0.4s forwards;
        animation: anim 0.5s ease 0.4s forwards
    }
    @-webkit-keyframes anim {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }
        50% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }
    }
    .blogBox {
        width: 48%;
        margin: 0 2.5% 15px 0
    }
    .blogBox:nth-child(2n) {
        margin-right: 0
    }
    .blogBox figure {
        height: 140px
    }
    .flex-child2 {
        width: 100%;
        margin: 0 auto 10px
    }
    .flex-child2.column1 {
        width: 100%
    }
    .rsingle,
    .lsingle {
        float: none;
        width: 100%
    }
    .note {
        font-size: 12px
    }
    .lsingle,
    .rsingle {
        float: none;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 3.125vw
    }
    body {
        font-size: 1.2rem;
        letter-spacing: 0
    }
    .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: 0.8rem;
        font-weight: normal
    }
    #l-footer .flogo {
        float: none;
        max-width: 300px;
        margin: 0 auto 20px
    }
    .lsingle {
        margin-bottom: 20px
    }
    .list3 li {
        width: 100%;
        padding: 10px
    }
    .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
    }
    .gallery_ul li {
        float: none;
        width: 100%;
        margin: 0 0 15px 0
    }
    .gallery_ul li:nth-child(3n) {
        margin: 0 0 15px 0
    }
    .gallery_ul li:last-child {
        margin: 0
    }
    .gallery_ul li a {
        height: auto
    }
    .pickup .detail_box {
        padding: 10px
    }
    .pickup .detail_box .bnr_tel {
        width: 95%;
        box-sizing: border-box
    }
    .page_title_box .page_title {
        font-size: 2.4rem;
        letter-spacing: 0.1rem
    }
    .form {
        width: 100%
    }
    .form dl {
        margin: 10px 0
    }
    .form dl dt {
        float: none;
        width: 100%;
        padding-top: 10px
    }
    .form dl dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 20px
    }
    .form dl dd:last-child {
        border-bottom: 0px;
        margin-bottom: 0px
    }
    .form .textarea,
    .form textarea,
    .form .dropdown {
        width: 95%
    }
    .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 */