@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 2px;
  font-weight: normal;
  -webkit-appearance: none;
  font-family: "Zen Kaku Gothic New","Noto Sans JP","Noto Sans CJK JP","Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","Hiragino Sans","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
  color: black;
  word-wrap: break-word;
}

@media screen and (min-width: 640px) {
  header {
    width: 90%;
    position: relative;
    height: 100vh;
    position: relative;
    background-color: white;
  }
  header .contact_p {
    position: absolute;
    top: 80%;
    left: 48%;
    font-size: 13px;
  }
  header h2 {
    position: absolute;
    top: 10%;
    text-align: center;
    width: 80%;
    left: 20%;
  }
  header .contact_poteto {
    position: absolute;
    left: 30%;
    top: 20%;
    width: 60%;
    padding: 30px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
  header h1 {
    margin-top: 0;
  }
  header .top {
    position: absolute;
    display: block;
    width: 70%;
    top: 10%;
    right: 8%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80vh;
    -o-object-position: 20px 70%;
       object-position: 20px 70%;
  }
  .side {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100vh;
    z-index: 99;
    background-color: #fbd500;
  }
  .side .logo {
    display: block;
    width: 98%;
    position: absolute;
    top: 15%;
    left: 1%;
  }
  .side ul {
    list-style: none;
    position: absolute;
    top: 30%;
    left: 8%;
  }
  .side ul a {
    display: block;
    text-decoration: none;
    color: black;
    margin-top: 2vh;
  }
  .side ul img {
    display: block;
    width: 15%;
    margin-top: 3vh;
  }
  .side .sweet_poteto {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 10%;
    left: 5%;
    padding: 10px 0px;
    border: 1px solid black;
    background-color: white;
  }
  .wpcf7-list-item {
    display: block;
  }
  .check {
    width: 100%;
    font-size: 1vw;
  }
  .check input {
    display: block;
    margin-top: 10px;
  }
  .check p {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    margin-top: 0;
  }
  .check p label {
    margin-top: .3vw;
  }
  .check .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    font-size: .9vw;
  }
  .siryo {
    width: 95%;
    margin-top: 8vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .siryo h2 {
    font-size: 2.3em;
    margin-bottom: 0;
    color: black;
  }
  .siryo .reason {
    width: 95%;
    font-size: 15px;
  }
  .contact_menu {
    background-color: #f4f4f4;
    padding: 30px 20px;
    padding-top: 100px;
  }
  label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
  }
  label .potetocount {
    width: 30%;
    display: block;
    height: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 2px solid white;
  }
  label .cummon {
    width: 80%;
    display: block;
    height: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 2px solid white;
  }
  label .text_area {
    width: 95%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    border: 2px solid white;
  }
  label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .submit {
    display: block;
    cursor: pointer;
    width: 50%;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 3vh;
    background-color: #ffd900;
  }
  .place {
    height: 80vh;
    position: relative;
    padding: 10vh 0vh;
    width: 90%;
    margin-left: auto;
  }
  .place h2 {
    margin: 0;
    text-align: center;
  }
  .place h2 img {
    display: block;
    width: 20%;
    margin: 0 auto;
  }
  .place b {
    display: block;
    text-align: center;
    font-weight: lighter;
  }
  .place .place_under_first {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1.5fr;
        grid-template-columns: 3fr 1.5fr;
    width: 80%;
    margin: 0 auto;
  }
  .place iframe {
    display: block;
    width: 100%;
    margin-top: 5vh;
  }
  .place .place_under {
    position: absolute;
    bottom: 30%;
    right: 10%;
  }
  .place .place_under p {
    font-size: 15px;
  }
  .place .place_under .map_a {
    display: block;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    text-align: center;
    padding: 10px 0px;
  }
  footer {
    padding: 10vh 0px;
    background-color: #fbd500;
    width: 90%;
    margin-left: auto;
  }
  footer img {
    display: block;
    width: 15%;
    margin: 0 auto;
  }
  footer .link {
    width: 15%;
    display: block;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border: 1px solid #fbd500;
  }
  footer p {
    font-size: 10px;
    text-align: center;
    margin: 5px 0px;
    color: white;
  }
}

@media screen and (max-width: 640px) {
  header {
    width: 100%;
    height: 90vh;
    position: relative;
  }
  header h2 {
    text-align: center;
    color: black;
  }
  header .contact_poteto {
    width: 90%;
    padding: 30px 10px;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
  header .contact_p {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  header h1 {
    margin-top: 0;
  }
  header .top {
    position: absolute;
    display: block;
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 10%;
    right: 5%;
    height: 80vh;
  }
  .side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background-color: white;
    z-index: 99;
    display: none;
  }
  .side .logo {
    display: block;
    width: 40%;
    position: absolute;
    top: 10%;
    left: 30%;
    display: none;
  }
  .side ul {
    display: none;
  }
  .side .sweet_poteto {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 10%;
    left: 5%;
    padding: 10px 0px;
    border: 1px solid black;
    display: none;
  }
  .siryo {
    width: 100%;
    margin-top: 6vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .siryo h2 {
    font-size: 25px;
    margin-bottom: 3vh;
  }
  .contact_menu {
    background-color: #f4f4f4;
    padding: 20px 20px;
    padding-top: 20px;
  }
  label {
    font-size: 13px;
    width: 100%;
  }
  label .potetocount {
    width: 98%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 2px solid white;
  }
  label .cummon {
    width: 98%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 2px solid white;
  }
  label .text_area {
    width: 98%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    border: 2px solid white;
  }
  label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    color: white;
    margin-top: 0vh;
    background-color: #ffc800;
    margin-top: 5vh;
  }
  .place {
    position: relative;
    padding: 10vh 0vh;
  }
  .place h2 {
    margin: 0;
    text-align: center;
  }
  .place h2 img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .place b {
    display: block;
    text-align: center;
    font-weight: lighter;
  }
  .place .place_under_first {
    width: 90%;
    margin: 0 auto;
  }
  .place iframe {
    display: block;
    width: 100%;
    margin-top: 5vh;
  }
  .place .place_under p {
    font-size: 14px;
  }
  .place .place_under .map_a {
    display: block;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    text-align: center;
    padding: 10px 0px;
  }
  footer {
    padding: 10vh 0px;
    background-color: #fbd500;
  }
  footer img {
    display: block;
    width: 35%;
    margin: 0 auto;
  }
  footer .link {
    width: 25%;
    display: block;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  footer p {
    font-size: 10px;
    text-align: center;
    margin: 5px 0px;
    color: white;
  }
}
/*# sourceMappingURL=potetofactory.css.map */