@charset "UTF-8";

/* ゆうーわ・ぷあぷ */
:root {
  --text-color-01: #000000;
  --primary-color-01: #ff8359;
  --primary-color-02: #ffca00;
  --primary-color-03: #ffafa6;
  --primary-color-04: #f7eac6;
  --sub-color-01: #c5c5c5;
  --sub-color-02: #fd8a64;
}

/* 共通 */
.custom-page {
  padding-top: 100px;
}
.footer-top {
  display: block;
  padding-bottom: 0;

  & img {
    width: 14%;
    display: block;
    margin-left: auto;
  }
}
.p-secttl {
  margin: 0 0 2vw;

  & p {
    margin: 0;
  }
  & h2 {
    font-size: 1.8rem;
    margin: 0;
  }
}
.condition-group {
  padding: 1vw;

  & dl {
    display: grid;
    grid-template-columns: 30% auto;
    border-bottom: 1px solid var(--sub-color-01);
    padding: 2vw 1vw;
    margin: 0;
    gap: 1vw;
  }
  & dt {
    font-size: 1.1rem;
    font-weight: 500;

    & span {
      font-size: 0.8rem;
    }
  }
  & dd {
    margin: 0;
    line-height: 1.8rem;
  }
  & p {
    margin: 0;
  }
  & span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
  }
}

/* スライドアニメーション */
.slider-wrapper {
  display: flex;
  overflow: hidden;
}
.slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  padding: 0;
  margin: 0;
}
.slide {
  width: calc(100vw / 4);
  height: 250px;
}
.slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*ゆうーわ*/
#youwa-page {
  .p-secttl p {
    color: var(--primary-color-01);
  }
}
#youwa-top {
  margin: 0 auto 100px;

  & h1 {
    color: var(--primary-color-01);
    font-size: 2.5rem;
  }
  & span {
    display: block;
    font-size: 1.8rem;
  }
}
.youwa-topimg {
  aspect-ratio: 20 / 7;
}
.youwa-top-inst {
  margin: 5vw auto;

  & p {
    color: var(--primary-color-01);
  }
}
#youwa-activ {
  background-color: var(--primary-color-01);
  border-top-right-radius: 8vw;
  padding: 3vw 0 8vw;

  .p-secttl {
    margin: 0 auto 4vw;
    text-align: center;

    & p {
      color: #fff;
      margin: 0;
    }
    & h2 {
      margin: 0;
      font-size: 1.9rem;
    }
  }
}
.youwa-activ-container {
  position: relative;
}
.youwa-activ-container::before {
  content: "";
  background: no-repeat url(../img/youwa/youwa-pict01.svg);
  display: block;
  width: min(8%, 10vw);
  aspect-ratio: 1;
  position: absolute;
  right: 5%;
  top: -17%;
  rotate: 7deg;
}
.youwa-activ-container::after {
  content: "";
  background: no-repeat url(../img/youwa/youwa-pict02.svg);
  display: block;
  width: min(10%, 10vw);
  aspect-ratio: 1;
  position: absolute;
  right: 4%;
  bottom: -37%;
  rotate: 7deg;
}
.youwa-pict01 {
  display: block;
  width: min(8%, 10vw);
  position: absolute;
  right: 5%;
  top: -17%;
  rotate: 7deg;
}
.youwa-activ-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  padding: 0;
  margin: 0 auto;

  & p {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0.5vw 0;
  }
  & span {
    display: block;
    text-align: justify;
    line-height: 1.8rem;
  }
}

#youwa-about {
  padding: 6vw 5vw;
}
.youwa-entry {
  padding: 3vw 0 5vw;
  position: relative;

  & p {
    text-align: justify;
  }
}
.youwa-pict03 {
  display: block;
  width: min(18%, 15vw);
  margin-left: auto;
  margin-top: 8vw;
}
.youwa-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
.flow-ttl {
  border-bottom: 3px dotted var(--primary-color-01);
  grid-column: span 2 / span 2;
  padding-bottom: 1vw;

  & p {
    color: var(--primary-color-01);
    margin: 0;
    font-size: 0.8rem;
  }
  & h3 {
    font-size: 1.8rem;
    margin: 0;
  }
}
.flow-group {
  width: 80%;
  margin: 3vw auto;
  padding: 0;

  & li {
    margin: 0 0 2vw;
    position: relative;
  }
  & p {
    margin:10px 0;
    font-weight: 500;
    font-size: 1.2rem;
    white-space: pre;
  }
  & span {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3vw;
    line-height: 1.7rem;
  }
  .round-img {
    border-radius: 1.5vw;
    margin: 1vw 0;
  }
}
.flow-wrap3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1vw;
  margin-bottom: 3vw;

  .round-img {
    border-radius: 1vw;
    margin: 0;
  }
}
.youwa-pict04 {
  display: block;
  position: absolute;
  width: min(15%, 10vw);
  left: 35%;
  top: 14%;
}
.youwa-pict05 {
  display: block;
  width: min(13%, 10vw);
  margin-left: auto;
  margin-right: 15%;
}
.youwa-pict06 {
  width: 55%;
  display: block;
  margin-left: 25%;
}
#youwa-event {
  background-color: #ffeed9;
  border-top-right-radius: 8vw;
  padding: 5vw 0;
}
.youwa-event-container {
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 23%) 30%;
  justify-content: center;
  padding: 1vw;

  & li {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 2vw 1vw 3vw;
    position: relative;
  }
  & li:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    translate: -50% 0;
    width: 20px;
    height: 2px;
    background: var(--primary-color-01);
  }
  & p:first-of-type {
    color: var(--primary-color-01);
    font-size: 1.3rem;
    margin: 0;
  }
  & p:nth-of-type(3) {
    font-size: 0.9rem;
    font-weight: 400;
  }
  & img {
    width: 50%;
  }
}
.youwa-condition {
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
.youwa-condition-container {
  width: 75%;

  & details {
    margin-bottom: 2vw;
  }
  & summary {
    color: var(--primary-color-01);
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

/*ぷあぷ*/
#puapu-page {
  .p-secttl p {
    color: var(--primary-color-03);
  }
}
#puapu-top {
  margin: 0 auto 6vw;

  & h1 {
    color: var(--primary-color-03);
  }
}
.puapu-topimg {
  aspect-ratio: 20 / 7;
}
.puapu-top-message {
  margin: 4vw auto 5vw;

  & h2 {
    color: var(--primary-color-03);
    font-size: 1.8rem;
    margin: 1vw 0;
    margin-left: -1rem;
  }
}
.puapu-top-content {
  margin: 3vw auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1vw;

  & li {
    background-color: #ffeeef;
    text-align: center;
    padding: 1vw 2vw;
    grid-column: span 2 / span 2;
    border-radius: 1vw;
  }
  & li:nth-child(1) {
    grid-column-start: 2;
  }
  & li:nth-child(2) {
    grid-column-start: 4;
  }
  & p {
    margin: 0;
  }
  & p:nth-of-type(1) {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.5vw;
  }
}
.puapu-pict01 {
  width: min(25%, 20vw);
  display: block;
  margin-left: auto;
  margin-top: 9vw;
}

#puapu-activ {
  border-top: 1px solid var(--sub-color-01);
}
.puapu-galley {
  position: relative;
  display: flex;
  height: 35vw;
  padding: 0;

  & li {
    position: absolute;
    overflow: hidden;
    aspect-ratio: 1;
  }
  & img {
    object-fit: cover;
    clip-path: circle(50%);
  }
}
.puapuimg01 {
  left: 0;
  top: 15%;
  width: min(30%, 18vw);
  padding-right: 5vw;

  &::before {
    content: "";
    background-color: var(--primary-color-03);
    width: 10vw;
    aspect-ratio: 1;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    display: block;
  }
}
.puapuimg02 {
  left: 30%;
  top: 0;
  width: min(23%, 14vw);
}
.puapuimg03 {
  left: 40%;
  bottom: 15%;
  width: min(18%, 11vw);
}
.puapuimg04 {
  right: 22%;
  top: 10%;
  width: min(20%, 13vw);
  padding: 1vw 1vw 0 0;

  &::before {
    content: "";
    background-color: var(--primary-color-03);
    width: 7vw;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    display: block;
  }
}
.puapuimg05 {
  right: 0;
  bottom: 15%;
  width: min(26%, 17vw);
}
#puapu-day {
  background-color: #fff4f4;
  border-top-right-radius: 8vw;
  padding: 3vw 0 8vw;
}
.puapu-day-container {
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto;
  justify-content: center;
  padding: 2vw 3vw 3vw 1vw;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;

  & li {
    position: relative;
  }
  & li:nth-child(2) {
    grid-column: span 2 / span 2;
  }
  & li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: -50% 0;
    width: 100%;
    height: 1px;
    background: var(--primary-color-03);
  }
  & li:nth-child(3) {
    grid-column-start: 4;
  }
  & li:nth-child(n + 4) {
    grid-row-start: 2;
  }
  & img {
    display: block;
    position: absolute;
  }
}
.day-time {
  color: var(--primary-color-03);
  font-size: 1.2rem;
}
.puapu-pict02 {
  width: min(20%, 15vw);
  right: 10%;
  rotate: 25deg;
}
.puapu-pict03 {
  width: min(24%, 15vw);
  left: 2%;
  bottom: 0;
}
.puapu-pict04 {
  width: min(16%, 15vw);
  left: -5%;
  bottom: 21%;
  rotate: -25deg;
}

.puapu-container {
  margin: 110px 0 140px;
  display: flex;
  justify-content: space-between;
  gap: 2vw;

  & details {
    width: 75%;
  }
  & summary {
    color: var(--primary-color-03);
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .summary-icon {
    background: no-repeat url(../img/puapu/icon-arrow-p.svg);
    rotate: 90deg;
  }
}
.puapu-facilitie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  width: 75%;
  padding: 0;

  & li:nth-child(4) {
    position: relative;
  }
  .round-img {
    border-radius: 1vw;
    aspect-ratio: 16 / 9;
  }
}
.puapu-pict05 {
  width: min(30%, 15vw);
  display: block;
  position: absolute;
  right: 12%;
  bottom: 20%;
}
#puapu-entry {
  .p-secttl {
    text-align: center;
  }
}
.puapu-entry {
  background-color: #fff4f4;
  border-radius: 3vw;
  padding: 3vw;
  box-sizing: border-box;

  .p-secttl {
    text-align: center;
  }
}
.puapu-entry-container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  & li {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
    padding: 1vw 2vw;
    position: relative;

    & p:nth-child(1) {
      font-weight: 500;
      font-size: 1.2rem;
    }
  }
  & li:nth-child(-n + 4)::after {
    content: "";
    background: no-repeat url(../img/common/icon-arrow-puapu.svg);
    width: 1.5vw;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 50% -50%;
  }
  & span {
    color: var(--primary-color-03);
    display: block;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  }
}
#puapu-blog {
  margin: 108px auto 125px;

  .post-cate {
    color: var(--primary-color-03);
  }
}
.puapu-blog-ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-color-03);
  align-items: end;
  padding-bottom: 1vw;

  .p-secttl {
    margin: 0;
  }
}
.go-newspuapu a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.9rem;
  gap: 5px;

  &::after {
    content: "";
    background: no-repeat url(../img/puapu/icon-arrow-p.svg);
    width: 1rem;
    aspect-ratio: 1;
  }
}

/*お問合せ*/
#contact-page {
  padding-bottom: 100px;
}
.contact-ttl {
  margin: 2vw auto;

  & h1 {
    margin: 0;
  }
  & p {
    margin: 0;
    color: var(--primary-color-01);
  }
}
.contact-point {
  color: var(--primary-color-01);
  font-size: 0.8rem;
}
.contact-container {
  background-color: #ffeed9;
  border-top-right-radius: 8vw;
  padding: 3vw 0 8vw;
}
.inq-group {
  margin: 3vw auto;
  font-size: 1.1rem;
  font-weight: 500;

  & p {
    display: grid;
    grid-template-columns: 40% auto;
  }
  & span {
    color: #ff0000;
  }
}
.wpcf7-text {
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 1vw;
  border: 1px solid;
}
.wpcf7-textarea {
  border-radius: 5px;
  padding: 1vw;
  border: 1px solid;
  margin: 1vw 0;
  width: 100%;
  box-sizing: border-box;
}
.inq-submit {
  margin: 5vw auto 1vw;
  text-align: center;

  .inq-btn {
    padding: 1vw 2vw;
    display: block;
    border: none;
    border-radius: 8vw;
    font-size: 1.1rem;
    width: 18%;
    color: #fff;
    background-color: var(--primary-color-01);
    font-family: "Noto Sans JP", sans-serif;
    margin-inline: auto;
  }
}
.inq-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: var(--primary-color-01);
  text-align: center;
  margin: 0 auto;
}
.text-recaptcha {
  padding: 2vw;
  font-size: 0.9rem;
}

/*ニュース*/
#allnews {
  .news-container {
    width: 90%;
    margin-inline: auto;
  }
}
.news-ttl {
  & span {
    display: block;
    font-size: 0.9rem;
    color: var(--primary-color-01);
  }
}
.cate-list {
  padding: 0;
  display: flex;
  gap: 1vw;
  align-items: center;
  font-size: 0.9rem;

  & a {
    color: var(--primary-color-01);
    border-radius: 5vw;
    padding: 5px 20px;
    border: 1px solid;
  }
}
.current-cat a {
  color: #fff;
  border-radius: 5vw;
  padding: 5px 20px;
  background-color: var(--primary-color-01);
}
.pagination {
  margin: 4vw 0 9vw;

  & ul {
    padding: 0;
    display: flex;
    gap: 2vw;
    justify-content: center;
    align-items: center;
  }
  & li {
    display: flex;
    align-items: center;
  }
  & a {
    width: 2vw;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
  }
  .current {
    color: #fff;
    background-color: var(--primary-color-01);
    border-radius: 50%;
    width: 2vw;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
  }
  .next,
  .prev {
    background: no-repeat url(../img/common/icon-arrow-o.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1vw;
    aspect-ratio: 1;
    min-width: 10px;
    background-position: center;
  }
  .prev {
    rotate: 180deg;
  }
}

.single-ttl {
  margin: 2vw auto;

  & h1 {
    margin: 1vw 0;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.single-date {
  display: flex;
  gap: 1vw;
  align-items: center;

  & p {
    margin: 0;
  }
}
.back-news {
  margin: 2vw auto;

  & a {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fff 0%, #ffc499 80%);
    width: fit-content;
    padding: 0.5vw 2vw;
    border-radius: 5vw;
    font-weight: 600;
    font-size: 0.9rem;
    gap: 10px;
  }
  & a::before {
    content: "";
    background: no-repeat url(../img/common/icon-arrow-b.svg);
    background-position: center;
    width: 0.8rem;
    aspect-ratio: 1;
    rotate: 180deg;
  }
}

/*SPサイズ*/
@media screen and (max-width: 767px) {
  .custom-page {
    padding-top: 15vw;
  }
  .footer-top {
    & img {
      width: 35%;
    }
  }
  .p-secttl {
    margin: 0 0 6vw;
  }
  /*ゆうーわ*/
  .youwa-topimg {
    aspect-ratio: 4 / 5;
    height: 100%;
    border-radius: 7vw;

    & img {
      object-position: 70% center;
    }
  }
  .youwa-activ-container::before {
    width: min(25%, 25vw);
    top: -14%;
  }
  .youwa-activ-container::after {
    width: min(25%, 25vw);
    bottom: -19%;
  }
  #youwa-activ {
    border-top-right-radius: 20vw;
    padding: 10vw 0 20vw;
  }
  .youwa-activ-group {
    grid-template-columns: 1fr;
    gap: 10vw;

    & span {
      line-height: 1.5rem;
    }
  }
  #youwa-about {
    padding: 15vw 5vw;
  }
  .youwa-entry {
    padding: 5vw 0 26vw;
  }
  .youwa-pict03 {
    width: min(45%, 45vw);
  }
  .youwa-flow {
    display: block;
  }
  .flow-group {
    width: 100%;

    & li {
      margin: 0 0 6vw;
    }
    & li:nth-child(3) {
      text-align: center;
      padding: 3vw 0;
    }
    & span {
      line-height: 1.5rem;
    }
    .round-img {
      border-radius: 2vw;
      margin: 0;
    }
  }
  .youwa-pict04 {
    position: revert;
    width: min(18%, 15vw);
    margin: 3vw auto;
  }
  .youwa-pict05 {
    width: min(25%, 15vw);
  }
  .flow-wrap1 {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 5vw;
    align-items: start;

    & span {
      margin:11px auto 0px;
    }

    .round-img {
      aspect-ratio: 1;
    }
  }
  .flow-wrap2 {
    display: grid;
    grid-template-columns: auto 50%;
    grid-template-rows: 30% auto auto;
    gap: 0 5vw;

    .round-img {
      aspect-ratio: 1;
      grid-row: span 3 / span 3;
    }
    & span {
      grid-row-start: 2;
    }
  }
  .flow-wrap3 {
    margin-bottom: 7vw;
    gap: 5vw;
  }
  #youwa-event {
    border-top-right-radius: 20vw;
    padding: 13vw 0;
  }
  .youwa-event-container {
    border-radius: 6vw;
    grid-template-columns: 1fr;
    padding: 7vw;

    & li {
      padding: 10vw 0;
    }
    & li:nth-child(n + 2)::before {
      content: "";
      left: 50%;
      translate: -50% -50%;
      top: 0;
      width: 2px;
      height: 30px;
    }
    & p {
      margin: 0 auto;
    }
    & img {
      position: absolute;
      width: 40%;
    }
  }
  .youwa-pict07 {
    top: -15%;
    left: -10%;
  }
  .youwa-pict08 {
    bottom: -24%;
    right: 0;
  }
  .slide {
    width: calc(100vw / 2);
    height: auto;
  }
  .youwa-condition {
    flex-direction: column;
    margin: 19vw 0 37vw;
  }
  .youwa-condition-container {
    width: 100%;
  }
  .condition-group {
    & dl {
      grid-template-columns: 1fr;
      padding: 4vw 1vw;
      gap: 3vw;
    }
    & dd {
      line-height: 1.5rem;
    }
  }

  /*ぷあぷ*/
  #puapu-top {
    & h1 {
      line-height: 2.4rem;
    }
  }
  .puapu-topimg {
    aspect-ratio: 4 / 5;

    height: 100%;

    & img {
      object-position: center;
    }
  }
  .puapu-top-message {
    margin: 11vw auto;

    & h2 {
      font-size: 1.5rem;
      margin: 1vw 0 5vw;
      margin-left: 0;
      text-indent: -1rem;
    }
    & p {
      line-height: 1.5rem;
    }
  }
  .puapu-top-content {
    display: flex;
    flex-direction: column;
    gap: 4vw 0;
    margin: 10vw 0 7vw;

    & li {
      padding: 4vw 2vw 6vw;
      border-radius: 3vw;
    }
  }
  .puapu-pict01 {
    width: min(47%, 45vw);
  }
  #puapu-activ {
    padding: 15vw 5vw 5vw;
    position: relative;
  }
  .puapu-galley {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto) repeat(2, 15%) 1fr;
    height: 100%;
    margin-top: 10vw;

    & li {
      position: relative;
    }
  }
  .puapu-galley::before {
    content: "";
    background: no-repeat url(../img/puapu/puapu-pict06.svg);
    width: min(20%, 15vw);
    aspect-ratio: 1;
    position: absolute;
    right: 7%;
    top: 12%;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .puapu-galley::after {
    content: "";
    background: no-repeat url(../img/puapu/puapu-pict03.svg);
    width: min(20%, 18vw);
    aspect-ratio: 1;
    position: absolute;
    right: 7%;
    bottom: 12%;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .puapu-galley-pict {
    position: absolute;
    width: min(20%, 18vw);
    top: 31%;
    left: 10%;
  }
  .puapuimg01 {
    top: 0;
    left: -10%;
    width: 70%;
    padding-right: 10vw;

    &::before {
      content: "";
      width: 35vw;
      aspect-ratio: 1;
      top: 0;
      bottom: revert;
    }
  }
  .puapuimg02 {
    left: 10%;
    width: 70%;
    margin-left: auto;
  }
  .puapuimg03 {
    left: -8%;
    bottom: 10%;
    width: 60%;
  }
  .puapuimg04 {
    right: 0;
    top: 0;
    width: 60%;
    margin-left: auto;
    padding: 0 5vw 10vw 0;

    &::before {
      content: "";
      width: 30vw;
      aspect-ratio: 1;
      top: revert;
      bottom: 5%;
    }
  }
  .puapuimg05 {
    right: 0;
    left: -10%;
    bottom: -10%;
    width: 70%;
  }
  #puapu-day {
    border-top-right-radius: 20vw;
    padding: 13vw 0 10vw;
  }
  .puapu-day-container {
    display: flex;
    flex-direction: column;
    padding: 10vw 3vw;

    & li {
      padding: 5vw 0;
    }
    & li:nth-child(1) {
      padding: 0;
    }
    & li:nth-child(2) {
      display: none;
    }
    & li:nth-child(n + 5):nth-child(-n + 7)::before {
      content: "";
      position: absolute;
      left: 50%;
      translate: -50% -50%;
      top: 0;
      width: 1px;
      height: 25px;
      background: var(--primary-color-03);
    }
    & li:nth-last-child(2) {
      padding-bottom: 0;
    }
    & p {
      margin: 0;
    }
  }
  .puapu-pict02 {
    width: min(20%, 20vw);
    right: revert;
    left: 0;
    top: 0;
  }
  .puapu-pict03 {
    left: revert;
    right: 0;
    bottom: 20%;
  }
  .puapu-pict04 {
    left: 0;
    bottom: 100%;
  }
  .puapu-pict05 {
    width: min(50%, 30vw);
    bottom: 40%;
  }
  .puapu-container {
    margin: 17vw 0 30vw;
    flex-direction: column;

    & details {
      width: 100%;
    }
  }
  .puapu-facilitie {
    gap: 7vw;
    width: 100%;

    .round-img {
      border-radius: 3vw;
      aspect-ratio: 1;
    }
  }
  .puapu-entry {
    border-radius: 6vw;
    padding: 5vw;
  }
  .puapu-entry-container {
    grid-template-columns: 1fr;

    & li {
      padding: 5vw 2vw;
      gap: 4vw;

      & p:nth-child(1) {
        font-size: 1.1rem;
        margin: 0;
      }
    }
    & li:nth-child(-n + 4)::after {
      content: "";
      width: 5vw;
      aspect-ratio: 1;
      top: revert;
      right: 45%;
      bottom: -10%;
      translate: 0 -55%;
      rotate: 90deg;
    }
    & span {
      line-height: 2rem;
    }
  }
  .go-newspuapu a {
    justify-content: flex-end;
    margin: 3vw auto;
  }
  /*news*/
  #allnews {
    padding-bottom: 21vw;
  }
  .news-ttl {
    margin: 5vw auto 8vw;
  }
  .cate-list {
    flex-wrap: wrap;
    gap: 5vw 3vw;
    font-size: 0.8rem;

    & a {
      padding: 1vw 4vw;
    }
  }
  .current-cat a {
    padding: 1vw 4vw;
  }
  .pagination {
    margin: 10vw auto;

    & ul {
      flex-wrap: wrap;
    }
  }
  .single-page {
    padding-bottom: 10vw;
  }
  .single-date {
    gap: 4vw;
  }
  .single-ttl {
    margin: 10vw auto 5vw;
  }
  .back-news {
    margin: 10vw auto;

    & a {
      padding: 2vw 8vw;
      font-size: 1rem;
      margin-inline: auto;
    }
  }
  /*お問合せ*/
  .contact-ttl {
    margin: 5vw auto;
  }
  .contact-point {
    margin-top: 7vw;
  }
  .contact-container {
    border-top-right-radius: 20vw;
    padding: 10vw 0 8vw;
  }
  .inq-group {
    margin: 8vw auto;

    & p {
      grid-template-columns: 1fr;
    }
  }
  .wpcf7-text {
    padding: 2vw;
    margin-top: 2vw;
  }
  .wpcf7-textarea {
    margin: 2vw 0;
  }
  .inq-submit {
    .inq-btn {
      padding: 3vw 5vw;
      width: 50%;
    }
  }
  .text-recaptcha {
    font-size: 0.7rem;
  }
}
/*PCサイズ*/
@media screen and (min-width: 768px) {
}
