@charset "UTF-8";
/* CSS Document */

.menu-area {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.menu-text {
  margin: 100px 0;
  text-align: center;
}
.photo-btn-area {
  margin-bottom: 150px;
}
.photo-btn {
  margin: 25px;
  text-align: center;
  font-size: 2.6rem;
  color: #003066;
}
.photo-btn img:hover {
  opacity: 1;
}
.photo-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width:900px) {
  .menu-text {
    margin: 60px 0;
  }
  .photo-btn {
    font-size: 2rem;
  }
}
@media screen and (max-width:550px) {
  .photo-btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:479px) {
  .photo-btn img {
    width: 80%;
  }
  .flex {
    display: block;
  }
  .photo-btn {
    font-size: 2rem;
  }
  .menu-text {
    padding: 0 20px;
  }
}
