@charset "UTF-8";
.intro {
  margin-bottom: 60px;
  font-family: fot-tsukuardgothic-std, serif;
}

@media screen and (max-width: 999px) {
  .intro {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .intro {
    margin-bottom: 30px;
  }
}

.intro h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .intro h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .intro h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.intro p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .intro p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.about {
  margin-bottom: 80px;
  padding: 35px 0 50px;
  background-color: #f5f3ec;
}

@media screen and (max-width: 999px) {
  .about {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .about {
    margin-bottom: 40px;
    padding: 25px 10px 30px;
  }
}

.about h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .about h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .about h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.about p {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .about p {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .about p {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .about ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about ul li {
  width: 340px;
  margin: 0 20px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .about ul li {
    width: 280px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 999px) {
  .about ul li {
    width: 230px;
    margin: 00;
  }
  .about ul li:first-child {
    margin-bottom: 10px;
  }
}

.about ul li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #c17497;
  border-radius: 10px;
}

@media screen and (max-width: 999px) {
  .about ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .about ul li a {
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.search {
  margin-bottom: 100px;
}

@media screen and (max-width: 999px) {
  .search {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .search {
    margin-bottom: 30px;
  }
}

.search h3 {
  padding: 5px 0;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-align: center;
  background-color: #ededed;
}

@media screen and (max-width: 999px) {
  .search h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 600px) {
  .search h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.search .search-inner {
  padding: 30px 40px;
  border-left: solid 2.5px #ededed;
  border-right: solid 2.5px #ededed;
  border-bottom: solid 2.5px #ededed;
}

@media screen and (max-width: 999px) {
  .search .search-inner {
    padding: 25px;
  }
}

@media screen and (max-width: 600px) {
  .search .search-inner {
    padding: 15px;
  }
}

.search .search-inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .search .search-inner .wrap {
    display: block;
  }
}

.search .search-inner .wrap:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2.5px #ededed;
}

@media screen and (max-width: 999px) {
  .search .search-inner .wrap:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1.5px #ededed;
  }
}

.search .search-inner .wrap p {
  width: 230px;
  margin-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #ededed;
  border-radius: 10px;
}

@media screen and (max-width: 999px) {
  .search .search-inner .wrap p {
    width: 200px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .search .search-inner .wrap p {
    width: 170px;
    margin-bottom: 10px;
    font-size: 13.5px;
    font-size: 1.35rem;
    line-height: 35px;
  }
}

.search .search-inner .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 260px);
}

@media screen and (max-width: 999px) {
  .search .search-inner .wrap ul {
    width: calc(100% - 230px);
  }
}

@media screen and (max-width: 600px) {
  .search .search-inner .wrap ul {
    width: 100%;
  }
}

.search .search-inner .wrap ul li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 999px) {
  .search .search-inner .wrap ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .search .search-inner .wrap ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.search .search-inner .wrap ul li:not(:last-child) {
  margin-right: 1em;
}

.search .search-inner .wrap ul li:before {
  position: absolute;
  content: "＞";
  top: 0;
  left: 0;
}

.search .search-inner .wrap ul li a {
  color: #333333;
  text-decoration: none;
}

.search .search-inner .wrap ul li a:hover {
  text-decoration: underline;
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo-list .photo {
  width: 18%;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .photo-list .photo {
    width: 23%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .photo-list .photo {
    width: 32%;
    margin-bottom: 20px;
  }
}

.photo-list .photo:not(:nth-child(5n)) {
  margin-right: 2.5%;
}

@media screen and (max-width: 999px) {
  .photo-list .photo:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 999px) {
  .photo-list .photo:not(:nth-child(4n)) {
    margin-right: calc(8% / 3);
  }
}

@media screen and (max-width: 600px) {
  .photo-list .photo:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .photo-list .photo:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.photo-list .photo a.photo-img {
  display: block;
}

.photo-list .photo .thum {
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .photo-list .photo .thum {
    margin-bottom: 7px;
  }
}

.photo-list .photo .thum:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.photo-list .photo p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .photo-list .photo p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .photo-list .photo p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.photo-list .photo p span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: lighter;
}

@media screen and (max-width: 999px) {
  .photo-list .photo p span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .photo-list .photo p span {
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

.photo-list .photo a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c17497;
}

@media screen and (max-width: 999px) {
  .photo-list .photo a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .photo-list .photo a {
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

.photo-list .photo a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=gallery.css.map */
