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

  .home-en{
    color: #A9A9A9;
  }

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

  .color{
    color: #A9A9A9;
  }

  .delete{
    display: none;
  }

  .index-photo img{
    display: block;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 80%;
    position:fixed;
    top:28%;
    left:10%;
  }

  .copyright-text{
    display: inline-block;
    position:fixed;
    top: 95%;
    left: 24%;
    font-size: 1.6vh;
  }




}





@media screen and (min-width:421px) and ( max-width:959px) {

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

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

  .instagram img{
    position: fixed;
    top: 4%;
    right: 16%;
    width: 6%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .home-en{
    color: #A9A9A9;
  }

  .menu{
    font-size: 2.8vw;
    position: fixed;
    top: 14%;
    left: 4%;

  }

  .color{
    color: #A9A9A9;
  }

  .delete{
    color: #A9A9A9;
  }

  .index-photo img{
    display: block;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 50%;
    position:fixed;
    top:18%;
    left:25%;
  }

  .copyright-text{
    display: inline-block;
    position:fixed;
    top: 95%;
    left: 40%;
    width: 30%;
  }



}


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

  .home-en{
    color: #A9A9A9;
  }

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

  .color{
    color: #A9A9A9;
  }

  .delete{
    color: #A9A9A9;
  }

  .index-photo img{
    display: block;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 36%;
    position:fixed;
    top:25%;
    left:32%;
  }



  .copyright-text{
    font-size: 1.7vh;
    display: inline-block;
    position:fixed;
    top: 95%;
    left: 41%;
  }

}
}
