.sp-view {
    display: none;
}

@media screen and (max-width: 960px) {
    

    .sp-view {
        display: block;
    }

    .spcontainer .header {
        width: 100%;
        height: 3.5em;
        margin: 0;
        background-color: #66bf97;
        opacity: 0.8;

    }
    .header .splogo {
        width: 85px;
        height: auto;
        padding: 1.25rem 0 0 1.2rem;
        float: left;
    }
    .header .contact {}
    .header .contact a {
        font-weight: 800;
        float: left;
        padding: 1rem 1.2rem;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        margin: 0.5em;
        letter-spacing: 0.06em;
    }
    #bgswitcher div {
        top: 0px !important;
        max-height: 460px !important;
        background-size: cover !important;
    }
    .billboad {
        width: 100%;
        /*値はサイトに合わせて*/
        min-height: 400px;
        /*値はサイトに合わせて*/
        position: relative;
        background-position: 50% 0;
        background-repeat: no-repeat;
    }
    .spcontainer .logo_img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        position: relative;
        top: -2px;
        margin-bottom: 6rem;
    }
    #index .spcontainer .logo_img {
        top: -56px;
        margin-bottom: -100px;
    }
    .spcontainer .logo_img ul li {
        margin: 2em 0;
    }
    /*nav css*/
    .spcontainer nav.globalMenuSp {
        background: #a3d8c0;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 25%;
        text-align: center;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 100%;
        height: 100%;
        overflow: scroll;
    }
    nav.globalMenuSp ul.sp_nav {
        background: #444;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        overflow: hidden;
        margin: 1.5em 0 0;
    }

    nav.globalMenuSp ul.sp_nav li {
        font-size: 1.1em;
        list-style-type: none;
        margin: 0 2rem;
        padding: 0.4rem 0;
        width: 100%;
        border-bottom: none;
        text-align: left;
        border-bottom: 1px solid #555;
    }
    /* 最後はラインを描かない */
    nav.globalMenuSp ul.sp_nav li:last-child {
        border-bottom: none;
    }
    nav.globalMenuSp ul.sp_nav li a {
        display: block;
        color: #fff;
        text-decoration: none;
            font-size: 1.5rem;
    }

    nav.globalMenuSp ul.sp_nav2 {
        background: #555;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        overflow: hidden;
        margin: 0 0 3em;
    }

    nav.globalMenuSp ul.sp_nav2 li {
        font-size: 1.1em;
        list-style-type: none;
        margin: 0 2rem;
        padding: 0.4rem 0;
        width: 100%;
        border-bottom: none;
        text-align: left;
        border-bottom: 1px solid #444;
    }
    /* 最後はラインを描かない */
    nav.globalMenuSp ul.sp_nav2 li:last-child {
        border-bottom: none;
    }
    nav.globalMenuSp ul.sp_nav2 li a {
        display: block;
        color: #fff;
        text-decoration: none;
            font-size: 1.5rem;
    }

    nav.globalMenuSp.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    /* このクラスを、jQueryで付与・削除する */
    nav.navigation.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    /*
    nav.globalMenuSp li.sub {
    width: 80%;
    margin: 0 auto;
}*/
    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 0.5em;
        top: 0.5em;
        width: 40px;
        height: 37px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
        /* padding: 7em; */
        background-color: #66bf97;
        border-radius: 8px;
    }

    .navToggle span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 57%;
        border-bottom: solid 3px #fff;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 9px;
        border-radius: 10px;
    }

    .navToggle span:nth-child(1) {
        top: 10px;
    }

    .navToggle span:nth-child(2) {
        top: 17px;
    }

    .navToggle span:nth-child(3) {
        top: 24px;
    }

    .navToggle span:nth-child(4) {
        border: none;
        color: #ffff;
        font-size: 8px !important;
        font-weight: bold;
        top: 40px;
    }

    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 17px;
        left: 9px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 17px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .contentbox .leftbox {
        float: left;
        width: 70%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contentbox .right {
        float: right;
        width: 30%;
    }
    .contentbox p {
        line-height: 1.6;
        font-size: 4vw;
    }

    .contentbox li {
        line-height: 1.6;
        font-size: 4vw;
    }
    #index .contentbox .right p img {
        position: relative;
        right: -7px;
    }

    .sp_nav li a,
    .sp_nav2 li a {
        display: block;
        color: #000;
        padding: 0.8em 0;
    }
    .banner {
        background: #f6f7f9;
        padding-top: 4rem;
        /*margin-bottom: -30px;*/
    }
.banner img {
        width: 50%;
    }
    .banner ul li:last-child {
            margin-top: 4rem;
    }
    .bb_dott h3 {
        font-size: 2rem;
    margin: 5rem 0 1rem;
    }
    .footer-link a {
        font-size: 1.4rem;
    }






}
