@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: 16vh;
    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;
    }

    .sukima2{
      background-color: #D3D3D3;
      width: 100%;
      height: 16vh;
    }

    .picture img{
    width: 41%;
    margin-bottom: 6%;
    margin-left: 5.5%;
    }

     .picture{

     }


}




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


  .sukima2{
    background-color: #D3D3D3;
    width: 100%;
    height: 18vh;
  }

  .picture img{
  width: 18%;
  margin-top: 2%;
  margin-left: 5.5%;
  }




}
