.sp_menu {
    display: none
}

@media screen and (max-width: 1024px) {
    #header .inner {
        width: 95%
    }

    #navi {
        display: none
    }

    .visual {
        background-attachment: scroll
    }

    .visual .inner {
        width: 95%
    }

    .split .split_catch01 {
        font-size: 4rem
    }

    .split .split_catch02 {
        font-size: 1.6rem
    }

    #footer .inner {
        margin: 0 auto;
        width: 95%
    }

    .single {
        width: 95%
    }

    .column4 {
        width: 48.44%
    }

    .column4:nth-child(2n) {
        margin: 0 0 3%
    }

    .tbl_simple th,
    .tbl_simple td {
        padding: 10px
    }

    .pcbr,
    .pc {
        display: none
    }

    .tbbr {
        display: block
    }

    .w400 {
        width: 300px
    }

    .breadcrumb_box {
        margin-bottom: 40px
    }

    .breadcrumb_box .breadcrumb {
        width: 95%
    }

    #sp_navi {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background: #111;
        border-top: 1px solid #000
    }

    #sp_navi ul {
        display: table;
        width: 100%
    }

    #sp_navi ul li {
        display: table-cell;
        width: 50%;
        border-right: 1px solid #000
    }

    #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_menu {
        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 .3s ease;
        transition: all .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 .3s ease;
        transition: all .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;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 9999
    }

    .side-open .menu {
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1
    }

    .menu ul {
        display: table-cell;
        vertical-align: middle
    }

    .menu li {
        width: 500px;
        margin: 0 auto;
        text-align: center;
        opacity: 0
    }

    .side-open .menu li {
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1
    }

    .menu li a {
        display: block;
        height: 60px;
        line-height: 60px;
        -webkit-transition: all .5s;
        transition: all .5s;
        text-decoration: none
    }

    .menu li a:hover {
        opacity: 0.7
    }

    .menu-btn {
        position: fixed;
        top: 3%;
        right: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1rem;
        text-align: center;
        cursor: pointer;
        z-index: 99999;
        background-color: #4F6E9B;
    }

    .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 .5s ease 0s forwards;
        animation: anim .5s ease 0s forwards
    }

    .menu-btn:hover span:nth-child(2):after {
        -webkit-animation: anim .5s ease .1s forwards;
        animation: anim .5s ease .1s forwards
    }

    .menu-btn:hover span:nth-child(3):after {
        -webkit-animation: anim .5s ease .2s forwards;
        animation: anim .5s ease .2s forwards
    }

    .menu-btn:hover span:nth-child(4):after {
        -webkit-animation: anim .5s ease .3s forwards;
        animation: anim .5s ease .3s forwards
    }

    .menu-btn:hover span:nth-child(5):after {
        -webkit-animation: anim .5s ease .4s forwards;
        animation: anim .5s ease .4s forwards
    }

    #slidetxt {
        bottom: 45%;
    }

    .slidelogo {
        /* width: 80%; */
        width: 95%;
        margin: 0 auto;
        background: rgba(0, 0, 0, .3);
        padding: 20px 0;
    }

    .slidetxt {
        width: 95%;
    }

    .logo {
        margin-bottom: 10px;
    }

    .sp_break {
        display: block;
    }

    .flex_container .item1 img {
        max-width: 200px;
    }

    .slidetxt {
        padding-bottom: 20px;
    }

    @-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)
        }
    }
}

@media screen and (max-width: 667px) {
    body {
        font-size: 1.3rem
    }

    .fleft0,
    .fleft1,
    .fleft2,
    .fright0,
    .fright1,
    .fright2 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .spbr,
    .sp {
        display: block
    }

    .visual {
        margin-bottom: 40px
    }

    .visual .inner {
        padding: 20rem 0 10rem
    }

    .split .split_catch01 {
        font-size: 2rem
    }

    .split .split_catch02 {
        font-size: 1.3rem
    }

    #footer .inner {
        padding: 40px 0
    }

    #footer .inner .foot_navi {
        margin-bottom: 20px
    }

    #footer .inner .foot_navi li {
        float: none;
        width: 100%;
        border-bottom: 1px dotted #FFFFFF;
        text-align: left
    }

    #footer .inner .foot_navi li:last-child {
        border-bottom: none
    }

    #footer .inner .foot_navi li:before {
        display: none
    }

    #footer .inner .foot_navi li a {
        display: block;
        padding: 10px 0
    }

    #footer .inner .foot_navi li a:before {
        font-family: 'FontAwesome';
        content: "\f138";
        margin-right: 10px;
        color: #FFFFFF
    }

    .single {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .lsingle,
    .rsingle {
        float: none;
        width: 100%
    }

    .lsingle {
        margin-bottom: 20px
    }

    .mtitle span {
        display: block;
        margin-left: 0;
        font-size: 1.3rem
    }

    .btn01 {
        margin: 0 auto;
        width: 220px
    }

    .flex {
        margin-bottom: 40px;
        display: block
    }

    .flex li {
        width: 100%
    }

    .column3 {
        float: none;
        width: 100%;
        margin: 0 0 20px
    }

    .column3:nth-child(3n) {
        margin: 0 0 20px
    }

    .column3:last-child {
        margin: 0
    }

    .gallery_ul li {
        float: none;
        width: 100%;
        margin: 0 0 15px
    }

    .gallery_ul li:nth-child(3n) {
        margin: 0 0 15px
    }

    .scroll_table {
        overflow: auto;
        white-space: nowrap
    }

    .scroll_table::-webkit-scrollbar {
        height: 5px
    }

    .scroll_table::-webkit-scrollbar-track {
        background: #F1F1F1
    }

    .scroll_table::-webkit-scrollbar-thumb {
        background: #BCBCBC
    }

    .tbl {
        font-size: 1rem
    }

    .tbl th,
    .tbl td {
        padding: 5px
    }

    .tbl .num {
        font-size: 1.5rem
    }

    .tbl_01 th {
        width: 25%
    }

    .tbl_contact th,
    .tbl_contact td {
        display: block;
        box-sizing: border-box
    }

    .tbl_contact th {
        width: 100%;
        padding: 0
    }

    .tbl_contact th span {
        border-right: none
    }

    .tbl_contact td {
        padding: 7px 0 15px
    }

    .w200,
    .w300,
    .w400,
    .w480 {
        width: 100%
    }

    .page_title_box {
        height: 266px;
    }

    .page_title_box .page_title {
        font-size: 3rem
    }

    .textarea,
    textarea {
        width: 100%
    }

    .btn__box {
        width: 100%;
        -webkit-perspective: 200px;
        perspective: 200px
    }

    .btn__box a {
        width: 100%
    }

    .btn__box:after {
        width: 100%;
        width: 100%
    }

    .menu li {
        width: 100%
    }

    .menu li a {
        height: 50px;
        line-height: 50px
    }

    #header .inner #logo {
        width: 200px;
        margin: 0 auto;
    }

    .gallery {
        flex-direction: column;
    }

    .gallery li {
        width: 100%;
        margin: 10px 0;
    }

    .flex_container {
        flex-direction: column;
        text-align: center;
    }

    .flex_container .item1 img {
        max-width: 150px;
    }

    .sp-p-top {
        padding-top: 10px;
    }
    
    .menu-btn {
        top: 1%;
    }

    .imgbox li{
        width: 30%;
    }
}

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