/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

#map {
  position: relative;
}
#map::before {
  content: url(grp/hana.png);
  position: absolute;
  left: 20px;
  top: -59px;
}
#map::after {
  content: url(grp/sika.png);
  position: absolute;
  right: 20px;
  top: -120px;
}
#map figure img {
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: visible;
  width: 100%;
  height: auto;
}
#map figure:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  #map figure:nth-of-type(1) {
    display: none;
  }
  #map figure:nth-of-type(2) {
    display: block;
  }
}

.ph_list > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.ph_list > ul a {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.ph_list > ul a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.ph_list > ul a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ph_list > ul > li a {
  display: block;
  position: relative;
}
.ph_list > ul > li h3 {
  text-align: left;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
  font-weight: 500;
  margin: 10px auto 0 auto;
}
.ph_list > ul > li p {
  margin: 5px auto 0 auto;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  text-align: left;
}

#sanpo > ul > li:nth-child(2) a::after {
  content: url(grp/semi.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
#sanpo > ul > li:nth-child(3) a::after {
  content: url(grp/ice.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
#sanpo > ul > li:nth-child(4) a::after {
  position: absolute;
  bottom: -30px;
  right: 0;
}
#sanpo > ul > li:nth-child(5) a::after {
  content: url(grp/hitode.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
#sanpo > ul > li:nth-child(6) a::after {
  content: url(grp/ball.png);
  position: absolute;
  bottom: 0;
  right: 3px;
}
#sanpo > ul > li:nth-child(7) a::after {
  content: url(grp/ball2.png);
  position: absolute;
  bottom: 0;
  left: 3px;
}
#sanpo > ul > li:nth-child(8) a::after {
  content: url(grp/matu.png);
  position: absolute;
  bottom: 0;
  right: 3px;
}
#sanpo > ul > li:nth-child(9) a::after {
  content: url(grp/cat.png);
  position: absolute;
  bottom: 0;
  right: 3px;
}
#sanpo > ul > li:nth-child(10) a::after {
  content: url(grp/koi.png);
  position: absolute;
  bottom: 0;
  right: 3px;
}
#sanpo > ul > li:nth-child(11) {
  grid-column: 2/4;
  grid-row: 4/5;
  align-self: center;
}
@media screen and (max-width: 1199px) {
  #sanpo > ul > li:nth-child(11) {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */