@charset "UTF-8";
@media screen and (max-width: 736px) {
  /*------------------------

  共通

  -----------------------*/
  html,
  body {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inherit;
  }

  #main-contents {
    width: 100%;
    padding: 0 2%;
  }

  .COLUMN {
    padding: 3rem;
  }
  .inner{
    padding: 0 3%;
  }
  .login #wpmem_login {
    width: 100%;
  }
  .login #wpmem_login .link-text {
    text-align: center;
  }
  .login #wpmem_login .link-text a {
    display: inline-block;
  }

  .woocommerce-MyAccount-navigation {
    position: fixed;
    top: -100vh; /* 右から出てくる */
    left: unset;
    right: 0;
    width: 100%; /* スマホに収まるサイズ */
    height: 60vh;
    float: unset !important;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 45px; /* クリックしやすい幅 */
    height: 45px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    border: solid 1px #fff;
  }

  .hamburger_border {
    position: absolute;
    right: 7px;
    width: 30px;
    height: 1px;
    background-color: #000;
    transition: all 0.6s;
    /* counter-reset: #fff;*/
  }
  .hamburger_border_top {
    top: 12px;
  }

  .hamburger_border_center {
    top: 21px;
    width: 26px;
  }
  .hamburger_border_bottom {
    top: 30px;
    width: 20px;
  }
  .hamburger_border_menue {
    background: none;
    top: 40px;
    text-align: center;
    height: auto;
  }

  /* 表示された時用のCSS */
  .nav-open .woocommerce-MyAccount-navigation {
    top: 0px;
    height: 100%;
    padding: 15rem 3% 0;
  }

  .nav-open .hamburger_border {
    background: #000;
    width: 30px;
  }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 22px;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 22px;
  }
  .nav-open .hamburger_border_center,
  .nav-open .hamburger_border_menue {
    opacity: 0;
  }

  header .btn-area {
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 0 3%;
    left: 0;
    top: 59px;
    position: unset;
    right: unset;
    margin-top: 3rem;
  }
  .btn-radius {
    display: block !important;
    margin: auto !important;
    margin-bottom: 0rem !important;
    width: 100%;
  }
  .btn-area {
    margin-top: 2rem;
  }

  .home #js-hamburger{
     display: none;
  }

footer li {
  display: block;
}
footer nav {
  position: unset;
  text-align: center;
}
footer a {
  font-size: 1.2rem;
  margin: auto;
  text-align: center;
}
footer .container > p:nth-child(2) {
  text-align: center;
  margin-top: 2rem;
}
footer .container ul:nth-child(1) {
  display: flex;
  justify-content: center;
}

form .button_div {
  flex-direction: unset;
}

form .button_div  label {  margin-bottom: 0;
}
#wpmem_login .button_div  input[type="checkbox"] {
  /* margin: 12px 2px; */
  margin: 0;
}

.button_div .buttons {
  /* margin-top: 1rem; */
  margin-top: 1rem !important;
}
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width:100% !important;
}

#create-form > div {
  margin-bottom: 2rem;
  grid-template-columns: 1fr;
}


.logo {
  width: 80%;
}



#save-data .btn-radius {
  margin: 4rem auto !important;
  width: 90%;
}
.top-btn_area {
  grid-template-columns: 1fr;
  width: 90%;
  margin: 5rem auto;
}


.site-contents ul li {
  font-size: 1.6rem;
}


.registe-btn a {
  padding: 10px 2em;
  font-size: 1.6rem;
}

}
