@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;
    }

    .column-en{
      color: #A9A9A9;
    }

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

    .delete{
      display: none;
    }

    .color{
      color: #A9A9A9;
    }

    .column-text{
    }

    .title{
      font-family: "cursive";
      font-size: 3.4vw;
      display: inline-block;
      width:80%;
      margin-top: 36%;
      margin-left: 10%;
    }

    .text1{
      font-family: "cursive";
      font-size: 3.2vw;
      display: inline-block;
      width:80%;
      margin-top: 0%;
      margin-left: 10%;
    }

    .text2{
      font-family: "cursive";
      font-size: 3.2vw;
      display: inline-block;
      width:80%;
      margin-top: 10%;
      margin-bottom: 20%;
      margin-left: 10%;
    }

    .HP{
      color: #0000EE;
      text-decoration: underline;
    }

    .photo img{
      width: 80%;
      margin-left: 10%;
    }


}




@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用） */

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

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

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

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

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

  .column-en{
    color: #A9A9A9;
  }

  .menu{
    position: fixed;
    top: 14%;
    right: 1.5%;
    z-index: 999;
  }

  .color{
    color: #A9A9A9;
  }

  .column{
    color: #000000;
  }

  .delete{
    color: #A9A9A9;
  }

  .column-text{
  }

  .title{
    font-family: "cursive";
    font-size: 2vh;
    display: inline-block;
    width:50%;
    margin-top: 14%;
    margin-left: 25%;
  }

  .text1{
    font-family: "cursive";
    font-size: 1.6vh;
    display: inline-block;
    width:50%;
    margin-top: %;
    margin-bottom: 5%;
    margin-left: 25%;
  }

  .text2{
    font-family: "cursive";
    font-size: 1.6vh;
    display: inline-block;
    width:50%;
    margin-top: 5%;
    margin-bottom: 10%;
    margin-left: 25%;
  }



  .HP{
    color: #0000EE;
    text-decoration: underline;
  }

  .photo img{
    width: 50%;
    margin-left: 25%;
    margin-bottom: 0;
  }




}
