.display-sp {
	display: none;
}

@media screen and (max-width:767px) {
    .display-sp {
        display: block;
    }
    
    .menu-sp ul {
        display: none;
    }
    
    #box-mn-sp {
        width: 100%;
    }
    
    .newsp-menu {
        width: 100%;
    }
    
    .newsp-body {       
        width: 100%;
    }
    
    .newsp-body img {
        width: 100%;
    }
    
    .newsp-footer {
        display: flex;
        width: 100%;
    }
    
    .newsp-footer a {
        color: #fff;
        text-decoration: none;
        padding-left: 10px;
        position: relative;
        top: 5px;
    }
    
    .menu-access a {
        color: #976bbd;
    }
    .menu-mail {
        flex: 100%;
        max-width: calc(100%/2);
        width: calc(100%/2);
        color: #fff;
        background: #976bbe;
        text-align: center;
        display: inline-block;
        padding: 10px;
        font-size: 3.2vw;
        position: relative;
    }
    
    .menu-mail img {
        height: 18px;
        padding-top: 3px;
    }
    
    .menu-tel {
        flex: 100%;
        max-width: calc(100%/2);
        width: calc(100%/2);
        color: #fff;
        background: #bc9fd9;
        text-align: center;
        display: inline-block;
        padding: 10px;
        font-size: 3.2vw;
        position: relative;
    }
    
    .menu-access {
        display: none;
/*
        flex: 100%;
        max-width: calc(100%/3);
        width: calc(100%/3);
        color: #976bbd;
        background: #e5e1e8;
        text-align: center;
        display: inline-block;
        padding: 10px;
        font-size: 3.2vw;
        position: relative;
*/
    }
    
    .img-tel-head {
        position: relative;
        top: -5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .bambam {
        font-size: 9px;
    }
    a.txt-tel {
        font-size: 19px;
        font-weight: bold;
    }
    .img-base {
        position: relative;
    }
    
    .img-base a {
        color: #000;
        text-decoration: none;
    }
    .txt-over {
        font-size: 16px;
        writing-mode: vertical-rl;
        line-height: 1.5;
        position: absolute;
         top: 7%;
/*        left: 60%;*/
        right: 8%;
    }
    
    .img-base2 {
        position: relative;        
    }
    
    .txt-over2 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 2px 2px 10px rgb(0 0 0);
    }
}