@media screen and (max-width: 750px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    * {
        padding: 0;
        margin: 0;
    }
    body {
        height: 100%;
        font-family: "Noto Sans JP","游ゴシック","ヒラギノ角ゴシック";
        font-weight: normal;   
    }
    a {
        text-decoration: none;
    }
    #sp { display: block !important; }
    #pc { display: none !important; }
    .btn_close { display: none !important; }
    header {
        height: 60px;
        background-color: #f2ba83;
      }
      .logo {
        font-family: 'Mochiy Pop P One', sans-serif;
        position: absolute;
        left: 20px;
        top: 5px;
        font-size: 30px;
      }
      .logo a{
        color: #ffffff;
      }
      .nav_ul {
        width: 100% !important;
        height: auto;
        display: none;
        flex-direction: row;
        position: fixed;
        right: 0;
        top: 60px;
        background-color: #f2ba83;
        z-index: 999;
      }
      .nav_li {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        
      }
    .nav_li a {
        display: inline-block;
        color: #ffffff;
        align-items: center;
        text-align: center;
        height: 50px;
        width: 100%;
        margin: 0 auto;
        line-height: 50px;
    }
    .nav_li a:hover {
        background-color: #EA9A5D;
    }

    nav {
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .navi-btn {
        width: 45px;
        height: 50px;
        position: relative;
        cursor: pointer;
      }
      
      .navi-btn span {
        position: absolute;
        display: block;
        width: 45px;
        height: 4px;
        background: #ffffff;
        border-radius: 1px;
        transition: all .3s;
      }
      
      .navi-btn span:nth-of-type(2) {
        top: 12px;
        opacity: 1;
        transition: all .3s;
      }
      
      .navi-btn span:last-of-type {
        top: 24px;
      }
      
      .navi-btn p {
        color: #ffffff;
        font-weight: 4;
        font-family: 'Mochiy Pop P One', sans-serif;
        font-size: 12px;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 2px;
      }
      
      .navi-btn-on span:first-of-type {
        transform: rotate(-45deg) translateY(14px) translateX(-6px);
      }
      
      .navi-btn-on span:nth-of-type(2) {
        transform: translateX(0);
        opacity: 0;
      }
      
      .navi-btn-on span:last-of-type {
        transform: rotate(45deg) translateY(-12px) translateX(-4px);
      }
    
    footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 20px;
        background-color: #EA9A5D;
        text-align: center;
        color: #ffffff;
        font-size: 8px;
        line-height: 20px;
    }

    .title{
        font-size: 28px;
        text-shadow: 3px 3px 3px #707070;
        position: absolute;
        left: 15px;
        top: 55px;
    }

    .slider-sp {
        width: 100%;
        position: fixed !important;
        top: 32% !important;
    }
    .slider-img img {
        height: auto;
        width: 100%;
    }
    .slick-dots li button:before{
	    font-size:18px!important;
        color: #F2BA83 !important;
	    opacity: 100 !important;
    }
    
    .slick-dots li.slick-active button:before {
	    color: #EA9A5D !important;
    }

    .nande {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        top: 89%;
        left: 10%;
    }
    #btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        
    }
    #btn:active {
        box-shadow: none;
        position: relative;
        top: 5px;
    }
    .btn_back {
       
        margin-bottom: 25px;
    }
    .btn_go {
        
        margin-bottom: 25px;
    }
    
    .btn_doga {
        width: 45px;
        height: 45px;
        position: fixed;
        top: 77%;
        left: 5%;
    }
    
    .btn_doga img{
        width: 45px;
        right: -3px;
        top: 1px;
    }

    .text-box {
        width: 100%;
        align-items: center;
        position: fixed;
        right: -35px;
        bottom: -30px;
        
    }
    .basho-t {
        width: 90%;
        height: 15%;
        top: 15%;
        left: 5%;
        overflow-y: scroll;
        position: fixed;
    }
    .oto-t {
        width: 75%;
        height: 15%;
        top: 73%;
        right: 5%;
        overflow-y: scroll;
        position: fixed;
    }

    .overview {
        background-color: rgba(255,255,255,0);
        font-size: 16px;
    }


    ::-webkit-scrollbar{
        width: 10px;
      }
      ::-webkit-scrollbar-track{
        background: #fff;
        border: none;
        border-radius: 10px;
        box-shadow: inset 0 0 2px #777; 
      }
      ::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 10px;
        box-shadow: none;
      }
}