#overview {
  padding-top: 76px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #overview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#overview .common-title.type03 {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  #overview .common-title.type03 {
    margin-bottom: 50px;
  }
}
#overview table {
  width: 100%;
  table-layout: fixed;
}
#overview table tr {
  border-bottom: solid 1px #E4E5E6;
}
@media screen and (max-width: 767px) {
  #overview table tr {
    display: flex;
    flex-direction: column;
  }
}
#overview table tr:first-child {
  border-top: solid 1px #E4E5E6;
}
#overview table tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  width: 200px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  #overview table tr th {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}
#overview table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #overview table tr td {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

#gallery {
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  #gallery {
    padding-bottom: 80px;
  }
}
#gallery .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #gallery .common-title.type03 {
    margin-bottom: 50px;
  }
}
#gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#gallery .gallery-list .item {
  width: calc((100% - 46px) / 2);
}
@media screen and (max-width: 767px) {
  #gallery .gallery-list .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  #gallery .gallery-list .item {
    width: 100%;
  }
}
#gallery .gallery-list .item:not(:nth-child(2n-1)) {
  margin-left: 46px;
}
@media screen and (max-width: 767px) {
  #gallery .gallery-list .item:not(:nth-child(2n-1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  #gallery .gallery-list .item:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
}
#gallery .gallery-list .item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #gallery .gallery-list .item:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #gallery .gallery-list .item:nth-child(2) {
    margin-top: 30px;
  }
}
#gallery .gallery-list .item img {
  width: 100%;
}
#gallery .gallery-list .item .caption {
  margin-top: 18px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #gallery .gallery-list .item .caption {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  #gallery .gallery-list .item .caption {
    font-size: 14px;
    line-height: 20px;
  }
}

#access {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #access {
    padding-bottom: 80px;
  }
}
#access .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #access .common-title.type03 {
    margin-bottom: 50px;
  }
}
#access .content {
  margin-right: auto;
  margin-left: auto;
  width: 753px;
  max-width: 100%;
}
#access .content .map-wrapper {
  margin-bottom: 22px;
  width: 100%;
}
#access .content .map-wrapper iframe {
  width: 100%;
}
#access .content .text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #access .content .text {
    font-size: 14px;
    line-height: 22px;
  }
}
#access .content .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-right: auto;
  margin-left: 0;
  padding-bottom: 4px;
  width: 144px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #000;
  transition: ease 0.2s color, ease 0.2s border-color;
}
@media screen and (max-width: 767px) {
  #access .content .link {
    margin-right: 21px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #access .content .link:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }
}
#access .content .link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  transition: ease 0.2s border-color;
}
@media (hover: hover) and (pointer: fine) {
  #access .content .link:hover::after {
    border-color: var(--theme-color);
  }
}/*# sourceMappingURL=access.css.map */