@media screen and (max-width: 750px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    * {
        padding: 0;
        margin: 0;
    }
    html, body,
      ul, ol, li,
      h1, h2, h3, h4, h5, h6, p,
      form, input, div {
          margin: 0;
          padding: 0;
          font-family: "Noto Sans JP","游ゴシック","ヒラギノ角ゴシック";
          font-weight: normal;
      }
      #navi-btn { display: block !important; }
    header {
        height: 60px;
        background-color: #f2ba83;
      }
      .logo {
        font-family: 'Mochiy Pop P One', sans-serif;
        font-weight: normal;
        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{
        width: 100%;
        color: #ffffff;  
        align-items: center; 
    }
    .f-nav{
        height: 200px;
        flex-direction: column;
        justify-content: space-around;
    }
    .f-logo {
      font-family: 'Mochiy Pop P One', sans-serif;
      font-size: 30px;
      padding: 10px 10px 10px 0;
    }
    .f-menu {
        width: 100%;
        align-items: baseline;
    }
    .copy-right {
        height: 20px;
        font-size: 8px;
        line-height: 20px;
        background-color: #EA9A5D;
    }

    #map {
      width: 100%;
      height: 530px;
      background-color: grey;
    }
    .tizu {
      width: 100%;
      padding-bottom: 10px;
    }
    section {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .site {
      width: 100%;
      height: 0 auto;
      background-color: #FBE7D4;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
      margin: auto;
      padding: 0 5px 5px 0;
    }
    
    .site-title{
      text-align: center;
      align-items: center;
      font-size: 25px;
      padding-bottom: 15px;
    }
    .basho{
      display: flex;
      color: #707070;
      text-decoration: underline;
      text-decoration-color: #2090C1;
      font-size: 20px;
    }
    .basho img{
      height: 25px;
    }
    .accordion-area {
      column-count: 2;
    }
    
}

