@charset "UTF-8";

body{
  background-color: #00141D;
  background-image: url(../image/bg_kahiko10.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h2{
  color: #FFFAF0;
  margin-top: 70px;
}

video{
  width: 100%;
}

.photos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item img{
  width: 250px;
  border-radius: 10px;
}

.item{
  padding: 10px;
}

main{
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}


@media (max-width:767px){
  h2, .bdy, .suby{
    padding-bottom: 10px;
  }

  .photos{
    padding-top: 30px;
  }

  .item img{
    width: 150px;
    border-radius: 10px;
  }
  
  .item{
    padding: 10px;
  }

  .by{
    color: #4C4948;
    font-size: 1em;
    text-align: right;
    margin-right: 10px;
  }
}

@media (min-width:768px){
  .title{
    margin-left: 50px;
    margin-bottom: 30px;
  }

  .photos{
    padding-top: 50px;
  }

  .by{
    color: #4C4948;
    font-size: 1.5em;
    text-align: right;
    margin-right: 20px;
  }
}


@media (max-width:340px){
    .item img{
    width: 120px;
    border-radius: 10px;
  }
  
  .item{
    padding: 5px;
  }
}
