.introSect {
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.introSect__bg {
  background: linear-gradient(to top, #bddaea, rgba(255, 255, 255, 0));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introSect__bg {
    clip-path: url("#introWaveClipPc");
  }
}
@media screen and (max-width: 767px) {
  .introSect__bg {
    clip-path: url("#introWaveClipSp");
  }
}
.introSect__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .introSect__inner {
    display: flex;
    gap: 6rem;
    max-width: 120rem;
    padding: 12rem 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__inner {
    display: flex;
    flex-direction: column;
    padding: 6rem 2.4rem 14rem;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head {
    align-self: center;
    flex-shrink: 0;
    order: 1;
    width: 57.3rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head {
    order: 1;
  }
}
.introSect__head .headingCombi {
  text-align: left;
}
.introSect__head .heading {
  color: #2d76a9;
}
@media screen and (min-width: 768px) {
  .introSect__head .heading {
    font-size: 3.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head .heading {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head .headingCombi__txt {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 2.4;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head .headingCombi__txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.4;
  }
}
.introSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .introSect__cont {
    flex-shrink: 0;
    height: 57rem;
    order: 0;
    width: 56.6rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__cont {
    order: 0;
  }
}
.introSect__visual .photo__image {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .introSect__visual:nth-child(1) {
    left: 0;
    position: absolute;
    top: 0;
    width: 49.6rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__visual:nth-child(1) {
    width: 34.2rem;
  }
}
@media screen and (min-width: 768px) {
  .introSect__visual:nth-child(2) {
    left: 23.8rem;
    position: absolute;
    top: 35.1rem;
    width: 32.8rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .introSect__visual:nth-child(2) {
    margin-left: auto;
    margin-top: 2.2rem;
    width: 20rem;
  }
}

.spotSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .spotSect {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .spotSect__head {
    align-items: center;
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .spotSect__visual {
    flex-shrink: 0;
    width: 46rem;
  }
}
.spotSect__visual .photo__image {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .spotSect__txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__txt {
    margin-top: 2rem;
  }
}
.spotSect__ttl {
  color: #2d76a9;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .spotSect__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__ttl {
    font-size: 2rem;
  }
}
.spotSect__divider {
  background-color: #E1E1E1;
  border: 0;
  height: 1px;
  margin: 1.2rem 0;
}
.spotSect__desc {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .spotSect__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__desc {
    font-size: 1.4rem;
  }
}
.spotSect__cont {
  display: flex;
}
@media screen and (min-width: 768px) {
  .spotSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__cont {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.spotSect__shopLabel {
  align-items: center;
  background-color: #D7EBF3;
  color: #2D77AA;
  display: flex;
  font-family: "Cormorant Garamond Variable", georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .spotSect__shopLabel {
    border-radius: 1rem 0 0 1rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
    width: 14.5rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__shopLabel {
    border-radius: 1rem 1rem 0 0;
    margin-bottom: 0.3rem;
    padding: 1rem;
  }
}
.spotSect__shopNames {
  border: 2px solid #D7EBF3;
}
@media screen and (min-width: 768px) {
  .spotSect__shopNames {
    border-radius: 0 1rem 1rem 0;
    flex: 1;
    padding: 2rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__shopNames {
    border-radius: 0 0 1rem 1rem;
    padding: 1.6rem;
  }
}
.spotSect__shopNames p {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.areaSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .areaSect {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .areaSect {
    padding: 0 2.4rem;
  }
}
.areaSect__head {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .areaSect__head {
    margin-bottom: 2rem;
  }
}
.areaSect__ttl {
  color: #2d76a9;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.areaSect__divider {
  background-color: #E1E1E1;
  border: 0;
  height: 1px;
  margin: 1.2rem 0;
}
.areaSect__desc {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .areaSect__desc {
    font-size: 1.4rem;
  }
}
.areaSect__cont {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .areaSect__cont {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .areaSect__cont {
    gap: 1.6rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .areaSect__card {
    flex: 0 0 calc((100% - 4.8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .areaSect__card {
    flex: 0 0 calc((100% - 1.6rem) / 2);
  }
}
.areaSect__visual .photo__image {
  aspect-ratio: 317/238;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.areaSect__name {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.8rem;
  text-align: left;
}

.lifeInfoSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect {
    padding: 0 2.4rem;
  }
}
.lifeInfoSect__mapArea {
  text-align: center;
}
.lifeInfoSect__ttl {
  color: #2d76a9;
  font-family: "Cormorant Garamond Variable", georgia, serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__map {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__map {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__photos {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__photos {
    margin-top: 1.6rem;
  }
}
.lifeInfoSect__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__row {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__row {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__card {
    flex: 0 0 calc((100% - 4.8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__card {
    flex: 0 0 calc((100% - 1.6rem) / 2);
  }
}
.lifeInfoSect__card .photo__image {
  aspect-ratio: 317/238;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.lifeInfoSect__name {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.8rem;
  text-align: left;
}
.lifeInfoSect__tab {
  margin-top: 6rem;
}
.lifeInfoSect__tabNav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__tabNav {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__tabNav {
    gap: 0.9rem 0;
    justify-content: space-between;
  }
}
.lifeInfoSect__tabBtn {
  align-items: center;
  background-color: #2d76a9;
  border: 0;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Cormorant Garamond Variable", georgia, serif;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.1em;
  min-width: 0;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__tabBtn {
    flex: 0 0 calc((100% - 9.6rem) / 5);
    font-size: 2.4rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__tabBtn {
    font-size: 2rem;
    height: 5rem;
    width: calc((100% - 0.9rem) / 2);
  }
}
.lifeInfoSect__tabBtn:nth-child(even) {
  background-color: #7bbecc;
}
.lifeInfoSect__tabBtn:hover {
  opacity: 0.8;
}
.lifeInfoSect__tabIcon {
  height: 0.5rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__tabPanels {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__tabPanels {
    margin-top: 6rem;
  }
}
.lifeInfoSect__tabPanel {
  display: none;
}
.lifeInfoSect__tabPanel[aria-hidden=false] {
  display: block;
}

@media screen and (min-width: 768px) {
  .facilityList + .facilityList {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList + .facilityList {
    margin-top: 3rem;
  }
}
.facilityList__ttl {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2.4rem;
  padding-bottom: 2rem;
}
.facilityList__ttlTxt {
  color: #2d76a9;
  font-family: "Cormorant Garamond Variable", georgia, serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.facilityList__cont {
  margin-top: 0;
}
.facilityList__group .facilityList__row:not(.facilityList__row--parent) {
  padding-left: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .facilityList__group .facilityList__row:not(.facilityList__row--parent) {
    --tick-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__group .facilityList__row:not(.facilityList__row--parent) {
    --tick-top: 1.7rem;
  }
}
.facilityList__group .facilityList__row:not(.facilityList__row--parent)::before {
  background: #ccc;
  bottom: 0;
  content: "";
  left: 0.5rem;
  position: absolute;
  top: 0;
  width: 1px;
}
.facilityList__group .facilityList__row:not(.facilityList__row--parent)::after {
  background: #ccc;
  content: "";
  height: 1px;
  left: 0.5rem;
  position: absolute;
  top: var(--tick-top);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .facilityList__group .facilityList__row--parent + .facilityList__row::before {
    top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__group .facilityList__row--parent + .facilityList__row::before {
    top: -0.8rem;
  }
}
.facilityList__group .facilityList__row:last-child::before {
  bottom: auto;
  height: var(--tick-top);
}
.facilityList__row {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
  min-height: 4rem;
}
@media screen and (max-width: 767px) {
  .facilityList__row {
    flex-flow: column wrap;
    min-height: auto;
    padding: 0.8rem 0;
  }
}
.facilityList__row--parent::after {
  align-self: center;
  border-bottom: 1px solid #ccc;
  flex: 1;
  margin-bottom: 1.8rem;
  min-width: 2rem;
}
@media screen and (min-width: 768px) {
  .facilityList__row--parent::after {
    content: "";
  }
}
.facilityList__name {
  color: #595757;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
.facilityList__dist {
  color: #595757;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  order: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .facilityList__dist {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .location-intro {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .location-spot {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .location-spot {
    padding: 8rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .location-area {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .location-area {
    padding: 8rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .location-neyagawa {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .location-neyagawa {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .location-lifeInfo {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 767px) {
  .location-lifeInfo {
    padding: 8rem 0;
  }
}

.location-note {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .location-note {
    max-width: 120rem;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .location-note {
    padding: 3rem 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
