@charset "UTF-8";

body{
  background-color: #D3D3D3;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;

}

a{
  color:#000000;
  text-decoration:none;}





@media screen and (max-width:420px){

  .sukima{
    position: fixed;
    top: 0%;
    background-color: #D3D3D3;
    width: 100%;
    height: 18vh;
    z-index: 2;
  }

    .logo img{
      width: 46%;
      position: fixed;
      top: 3%;
      margin-left: 27%;
      margin-right: 27%;
      z-index: 3;
    }

    .instagram img{
      position: fixed;
      top: 3.6%;
      right: 4%;
      width: 8%;
      margin-left: auto;
      margin-right: auto;
      z-index: 3;
    }

    .jpen{
      font-family: arial;
      font-size: 4vw;
      position: fixed;
      top: 4.5%;
      left: 3%;
      z-index: 3;
    }

    .contact-en{
      color: #A9A9A9;
    }

    .menu{
      font-size: 3.2vw;
      position: fixed;
      top:10%;
      left: 6%;
      z-index: 999;
    }

    .delete{
      display: none;
    }

    .color{
      color: #A9A9A9;
    }

    .text{
      font-size: 3vw;
      position: fixed;
      top:30%;
      left: 12%;
    }

    /* レイアウト */
    form {
      position: fixed;
      top: 24%;
      width: 100%;
      margin: 0 auto;
    }
    .form-row {
      display: flex;
      align-items: center;
      padding: 20px;
      border-bottom: 1px solid #f2f4f5;
    }
    .form-row:last-child {
      border-bottom: none;
    }
    .form-label {
      display: flex;
      align-items: center;
      font-size: 3vw;
      width: 20%;
    }
    .form-label label {
      font-weight: bold;
    }
    .form-label span {
      margin-left: 10px;
      padding: 2px 6px;
      border-radius: 3px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      background-color: #166ab5;
    }

    /* フォームパーツのデザイン */
    input, textarea {
      background-color: #f2f4f5;
      border: none;
      border-radius: 3px;
      padding: 15px 20px;
      font-size: 16px;
      color: #333;
      flex-grow: 1;
    }
    input::placeholder,
    textarea::placeholder {
      color: #999;
      font-size: 3vw;
    }
    select {
      background-color: #f2f4f5;
      border: none;
      border-radius: 3px;
      padding: 15px 20px;
      font-size: 16px;
      color: #333;
    }
    button {
      cursor: pointer;
      margin-top: 30px;
      padding: 15px 45px;
      border: none;
      border-radius: 3px;
      color: #fff;
      font-weight: bold;
      background-color: #166ab5;
    }

  }





@media screen and (min-width: 481px){

.logo img{
  width: 20%;
  display: block;

  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}


}


@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

  .logo img{
    width: 18%;
    display: inline-block;

    margin-top: 1.5%;
    margin-left: 41%;
    margin-right: 41%;
    position: fixed;
    top: 2%;
  }

  .instagram img{
    position: fixed;
    top: 5%;
    right: 9%;
    width: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .jpen{
    font-family: arial;
    position: fixed;
    top: 6%;
    right: 1.5%;
  }

  .column-en{
    color: #A9A9A9;
  }

  .menu{
    position: fixed;
    top: 14%;
    right: 1.5%;
  }

  .color{
    color: #A9A9A9;
  }

  .column{
    color: #000000;
  }

  .delete{
    color: #A9A9A9;
  }

  /* レイアウト */
form {
  width: 60%;
  margin: 0 auto;
  position: fixed;
  left: 20%;
  bottom: 10%;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f2f4f5;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
.form-label label {
  font-weight: bold;
}

/* フォームパーツのデザイン */
input, textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
button {
  cursor: pointer;
  margin-top: 4%;
  margin-left: 12%;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #000033;
}

.text{
  font-size: 1vw;
  position: fixed;
  top:40%;
  left: 40%;
}

}
