@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700;900&display=swap");
/******************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #FEFEFE;
}

img {
  width: 100%;
}

h2 {
  text-align: center;
  padding-top: 10%;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  h2 {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

h3 {
  text-align: center;
  margin-bottom: 40px;
}

ul.photo-list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  ul.photo-list {
    max-width: 800px;
    margin: 0 auto;
  }
}
ul.photo-list li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 4%;
}
ul.photo-list li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  ul.photo-list li {
    width: 32%;
    margin-left: 2%;
  }
  ul.photo-list li:nth-child(2n+1) {
    margin-left: 2%;
  }
  ul.photo-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
ul.photo-list li a {
  width: 100%;
}
ul.photo-list li a span {
  border: solid 1px #CCC;
  display: block;
}
ul.photo-list li a span img {
  width: 100%; /* 横幅を指定（例）*/
  aspect-ratio: 4/3; /* 3:4のアスペクト比 */
  -o-object-fit: contain;
     object-fit: contain;
}

div.qr-img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

p.logo {
  width: 146px;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 15%;
}

dl.howto {
  margin-top: 35px;
}
dl.howto dt {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 15px;
}
dl.howto dt span {
  background: #333;
  color: #FFF;
  padding: 10px;
  display: inline-block;
}
dl.howto dd {
  text-align: center;
  line-height: 1.8em;
}
dl.howto dd p span {
  display: inline-block;
  margin-top: 20px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}/*# sourceMappingURL=page.css.map */