.kv {
  background-image: url(../../images/location/kv_1.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url(../../images/location/kv_2.png);
  }
}

#tagline h2 {
  font-weight: 600;
  position: sticky;
  top: 40%;
  left: 0;
  text-align: center;
  z-index: 1;
}
#tagline #scene {
  width: min(1235px, 100%);
  padding: 0 25px;
  margin: 0 auto 120px auto;
}

.category {
  padding: 100px 25px;
}
.category article {
  width: min(1200px, 100%);
  margin: auto;
}
.category article h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .category article h2 {
    font-size: 20px;
  }
}
.category article .slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category article .slider {
    display: block;
  }
}
.category article .slider figcaption {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0 0 0;
}
.category article .slider figcaption small {
  font-size: 12px;
  display: block;
}
.category .comments {
  width: min(600px, 100%);
  margin: 70px auto 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(../../images/location/icon_comments_1.png), url(../../images/location/icon_comments_2.png);
  background-size: 30px 26px, 30px 26px;
  background-position: left 10px top 70px, right 150px bottom 10px;
  background-repeat: no-repeat, no-repeat;
  background-color: #f9f8f6;
}
@media screen and (max-width: 768px) {
  .category .comments {
    background-position: left 10px top 70px, right 10px bottom 10px;
  }
}
.category .comments h3 {
  font-family: "Marcellus", serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #0e285e;
}
@media screen and (max-width: 768px) {
  .category .comments h3 {
    font-size: 20px;
  }
}
.category .comments div {
  padding: 40px 150px 40px 10px;
}
@media screen and (max-width: 768px) {
  .category .comments div {
    padding: 60px 10px 40px 10px;
  }
}
.category .comments div h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0e285e;
  margin: 0 0 20px 0;
}
.category .comments div p {
  font-family: "Noto Sans JP", sans-serif;
}
.category .comments div.comments_a, .category .comments div.comments_b, .category .comments div.comments_c, .category .comments div.comments_d, .category .comments div.comments_e, .category .comments div.comments_f, .category .comments div.comments_g {
  background-size: 120px 120px;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .category .comments div.comments_a, .category .comments div.comments_b, .category .comments div.comments_c, .category .comments div.comments_d, .category .comments div.comments_e, .category .comments div.comments_f, .category .comments div.comments_g {
    background-position: right top;
  }
}
.category .comments div.comments_a {
  background-image: url(../../images/location/img_comments_a.png);
}
.category .comments div.comments_b {
  background-image: url(../../images/location/img_comments_b.png);
}
.category .comments div.comments_c {
  background-image: url(../../images/location/img_comments_c.png);
}
.category .comments div.comments_d {
  background-image: url(../../images/location/img_comments_d.png);
}
.category .comments div.comments_e {
  background-image: url(../../images/location/img_comments_e.png);
}
.category .comments div.comments_f {
  background-image: url(../../images/location/img_comments_f.png);
}
.category .comments div.comments_g {
  background-image: url(../../images/location/img_comments_g.png);
}
.category.color {
  background-color: #f1eee9;
}

#kumegawa {
  width: min(1200px, 100%);
  margin: 70px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #kumegawa {
    grid-template-columns: 1fr;
  }
}
#kumegawa div {
  position: sticky;
  left: 0;
  top: 140px;
  align-self: start;
}
@media screen and (max-width: 768px) {
  #kumegawa div {
    position: relative;
    top: 0;
  }
}
#kumegawa div:first-child h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
}
#kumegawa div:first-child p {
  font-family: "Noto Sans JP", sans-serif;
}

#childcare {
  width: min(1250px, 100%);
  padding: 80px 25px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  #childcare {
    padding: 80px 25px 20px 25px;
  }
}
#childcare h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
#childcare #childcare_1 {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  #childcare #childcare_1 {
    margin: 0 0 50px 0;
  }
}
#childcare #childcare_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #childcare #childcare_2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#childcare #childcare_2 h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  #childcare #childcare_2 h3 {
    font-size: 18px;
  }
}
#childcare #childcare_2 p {
  margin: 0 0 40px 0;
}
#childcare #childcare_2 figcaption {
  font-size: 12px;
  margin: 10px 0 0 0;
}
#childcare #childcale_3 {
  padding: 80px 0 20px 0;
}
@media screen and (max-width: 768px) {
  #childcare #childcale_3 {
    padding: 100px 0 10px 0;
  }
}
#childcare #childcale_3 img {
  margin: 0 0 40px 0;
}
#childcare #childcale_3 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
#childcare #childcare_4 {
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  #childcare #childcare_4 {
    grid-template-columns: 1fr;
  }
}
#childcare #childcare_4 h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
#childcare #childcare_4 p small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #childcare #childcare_4 p small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #map_1 {
    width: 1000px;
  }
}

#map_list {
  width: min(1020px, 100%);
  padding: 80px 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #map_list {
    padding: 40px 10px;
  }
}
#map_list #tabnav {
  width: min(1020px, 100%);
  margin: 0 auto 20px auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}
@media screen and (max-width: 768px) {
  #map_list #tabnav {
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
#map_list #tabnav li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #c1b59c;
}
@media screen and (max-width: 768px) {
  #map_list #tabnav li {
    height: 60px;
  }
}
#map_list #tabnav li.current {
  color: #fff;
  background-color: #c1b59c;
}
@media screen and (max-width: 768px) {
  #map_list #tabnav li:nth-child(1) {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #map_list #tabnav li:nth-child(2) {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #map_list #tabnav li:nth-child(4) {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #map_list #tabnav li:nth-child(5) {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #map_list #tabnav li:nth-child(6) {
    padding: 20px 0 0 0;
  }
}
#map_list #tablist section {
  display: none;
  overflow: hidden;
}
#map_list #tablist section .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map_list #tablist section .map {
    padding-bottom: 100%;
  }
}
#map_list #tablist section .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#map_list #tablist section dl {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f7f4f2;
}
@media screen and (max-width: 768px) {
  #map_list #tablist section dl {
    font-size: 12px;
  }
}
#map_list #tablist section dl dt span {
  color: #b9aa8a;
  padding: 0 5px 0 0;
}
#map_list #tablist section.current {
  display: block;
}

.notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  width: min(1250px, 100%);
  padding: 0 25px;
  margin: 0 auto 80px auto;
}/*# sourceMappingURL=location.css.map */