@charset "utf-8";

body {
  background: #fcc100;

}

header {
  background:  #268532;;
  opacity: 0.9;
}

main {

}

.menu {
  color: #fff;
}

.menu ul {
  list-style: none;
  font-size: 2.0rem;
}

.menu ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid 3px #fff ;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 55px;
  margin: 40px auto;
}

.gallery {
  text-align: center;
}

.gallery img {
  width: 95%;
  height: auto;
}

.photo1 {
  margin-top: 60px;
}

.photo4 {
  margin-bottom: 25px;
}

footer {
  color: #fff;
  padding-top: 60px;
}




/* 
font-family: 'Bad Script', cursive;
font-family: 'Caveat', cursive;
font-family: 'Chewy', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Sacramento', cursive;

font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  ヒラギノが入ってない場合違うもの
 */