@charset "UTF-8";
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  /* wrapper */
  #wrapper {
    min-width: 300px;
  }
  /* header */
  #header {
    height: 90vh;
  }
  #header header #logo {
    width: 38%;
  }
  #header header h2 {
    font-size: 1.1em;
    white-space: nowrap;
  }
  #header header h2 .mincho {
    margin: 0.2em;
    font-size: 0.7em;
  }
  #header header #scroll {
    width: 70px;
  }
  /* contents */
  #contents {
    width: 100%;
    margin: 0 auto;
    padding: 5em 0;
  }
  /* contents shop */
  #contents #shop {
    width: 85%;
    margin: 0 auto;
  }
  #contents #shop section {
    margin-bottom: 4em;
    text-align: left;
  }
  #contents #shop section:last-child {
    margin-bottom: 0;
  }
  #contents #shop section h2 {
    font-size: 2.2em;
    margin-bottom: 0.3em;
  }
  #contents #shop section h2 .mincho {
    font-size: 0.5em;
  }
  #contents #shop section p {
    margin-bottom: 1.2em;
  }
  #contents #shop section #topic h3 {
    font-size: 1.2em;
    text-decoration: underline;
  }
  #contents #shop section #topic .button2 {
    margin-left: 0;
  }
  /* contents photo */
  #contents #photo {
    width: 100%;
    margin: 6em auto;
  }
  /* contents vr */
  #contents #vr {
    width: 100%;
  }
  #contents #vr h2 {
    position: absolute;
    top: 2em;
    font-size: 1.2em;
    z-index: 999;
  }
  #contents #vr #vr_button {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    z-index: 998;
  }
  #contents #vr #vr_image {
    width: 100%;
  }
  #contents #vr #vr_image #pc {
    display: none;
  }
  #contents #vr #vr_image #sp {
    display: block;
  }
  /* contents contact */
  #contents #contact {
    width: 85%;
    margin: 5em auto;
  }
  #contents #contact section {
    margin-bottom: 3em;
  }
  #contents #contact section h3 {
    width: 90%;
    margin: 0 auto;
  }
  #contents #contact section p {
    margin-top: 1em;
  }
  #contents #contact ul {
    width: 100%;
  }
  #contents #contact ul li {
    margin-bottom: 1em;
    line-height: 1.5;
    display: block;
  }
  #contents #contact ul li h3 {
    width: 100%;
  }
  #contents #contact ul li h3 span {
    padding-left: 1.8em;
  }
  #contents #contact ul li .name {
    width: 100%;
    padding-left: 3em;
  }
  #contents #contact ul li .tel {
    width: 100%;
    padding-left: 3em;
  }
  /* footer */
  #footer {
    width: 100%;
    padding: 4em 0 3em;
  }
  #footer #logo_footer {
    width: 50px;
    margin: 0 auto;
  }
  #footer p {
    font-size: 0.3em;
    margin-top: 5em;
  }
  /* button */
  .button {
    background-position: right 5px top 12px;
  }
}