.page {
  overflow-x: clip;
}

#page-mv {
  max-width: 120rem;
  padding: 12rem 2.4rem 4rem;
  margin: 0 auto 2.4rem;
  border-bottom: solid 1px #eee;
}

.page-mv__inner h1 {
  font-size: 4rem;
  margin-bottom: 0.8rem;
}

.page-mv__inner span {
  display: inline-block;
  color: #006fc5;
  font-family: "Montserrat Alternates", sans-serif;
}

.page-mv__inner span:first-letter {
  text-transform: uppercase;
}

.page__wrap {
  max-width: 94.8rem;
  padding: 0 2.4rem;
  margin: 0 auto 12rem;
}

.main-page-content a {
  color: #ac7508;
  border-bottom: solid 1px #ac7508;
  transition: all 0.4s ease;
}

.main-page-content dl {
  font-size: 1.4rem;
}

.main-page-content dl > div {
  display: flex;
  width: 100%;
}

.main-page-content dl > div dt {
  width: 20rem;
  padding: 1.6rem;
  border-bottom: solid 0.2rem #006fc5;
  font-weight: 700;
}

.main-page-content dl > div:first-of-type dt {
  border-top: solid 0.2rem #006fc5;
}

.main-page-content dl > div dt span {
  position: sticky;
  top: 12rem;
  display: inline-block;
}

.main-page-content dl > div dd {
  width: calc(100% - 20rem);
  padding: 1.6rem;
  border-bottom: solid 0.2rem #eee;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}

.main-page-content dl > div:first-of-type dd {
  border-top: solid 0.2rem #eee;
}

.main-page-content dl > div dd p {
  margin-top: 0;
}

.dd-heading {
  color: #006fc5;
  margin: 1.6rem 0 0.8rem;
  display: block;
}

.main-page-content ul {
  padding-left: 2.4rem;
  list-style: disc;
}

.main-page-content ul > li {
  margin-bottom: 0.8rem;
}

.main-page-content ol {
  padding-left: 2.4rem;
  list-style: decimal;
}

.main-page-content ol > li {
  margin-bottom: 0.8rem;
}

.main-page-content iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.main-page-content th,
.main-page-content td {
  border: solid 1px #eee;
}

.main-page-content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}

.main-page-content th {
  padding: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

.main-page-content td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: middle;
  min-width: 10rem;
}

.main-page-content table .table-nowrap {
  white-space: nowrap;
}

h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading {
  margin: 4rem 0 2.4rem;
}

.main-page-content h2 {
  position: relative;
  color: #006fc5;
  border-bottom: dotted 1px #006fc5;
  padding: 1.2rem 0rem 1.2rem 2.4rem;
}

.main-page-content h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 100%;
  background-color: #006fc5;
}

.main-page-content h3 {
  position: relative;
  padding: 0.8rem 0rem 0.8rem 2.4rem;
}

.main-page-content h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #006fc5;
}

.main-page-content h4 {
  border-bottom: dotted 1px #006fc5;
  padding-left: 0.4rem;
  padding-bottom: 0.8rem;
}

h5.wp-block-heading {
  color: #006fc5;
}

.wp-block-list {
  margin-bottom: 2.4rem;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.wp-block-columns {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

@media (any-hover: hover) {
  .main-page-content a:hover {
    opacity: 0.4;
    border-bottom: solid 1px transparent;
  }
}

@media screen and (max-width: 768px) {
  .main-page-content dl > div {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }

  .main-page-content dl > div:last-of-type {
    margin-bottom: 0;
  }

  .main-page-content dl > div dt {
    width: 100%;
  }

  .main-page-content dl > div:first-of-type dt {
    border-top: none;
  }

  .main-page-content dl > div dt span {
    position: static;
  }

  .main-page-content dl > div dd {
    width: 100%;
  }
}

/* -----------

協会概要

----------- */

.association__intro {
  position: relative;
  height: 200vh;
  margin-bottom: 8rem;
}

.association__intro__wrap {
  height: calc(100vh - 9rem);
  position: sticky;
  top: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.association__intro__inner p {
  font-family: "Noto Serif JP", serif;
  line-height: 2.4;
}

.intro-text {
  display: block;
  opacity: 0;
  transition: all 0.6s ease;
  filter: blur(0.8rem);
  font-size: 1.2rem;
}

.intro-text.is-active {
  opacity: 1;
  transition: all 0.6s ease;
  filter: blur(0);
}

ul.association__intro__img-list {
  position: absolute;
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  list-style: none;
  padding-left: 0;
  height: 100%;
}

ul.association__intro__img-list > li {
  position: absolute;
}

ul.association__intro__img-list > li:first-of-type {
  top: 0%;
  left: 0;
  width: 30%;
}

ul.association__intro__img-list > li:nth-of-type(2) {
  top: 30%;
  right: 5%;
  width: 25%;
}

ul.association__intro__img-list > li:nth-of-type(3) {
  bottom: 30%;
  left: 2.5%;
  width: 25%;
}

ul.association__intro__img-list > li:nth-of-type(4) {
  bottom: 0;
  right: 2.5%;
  width: 20%;
}

@media screen and (max-width: 768px) {
  ul.association__intro__img-list > li:first-of-type {
    width: 55%;
  }

  ul.association__intro__img-list > li:nth-of-type(2) {
    width: 45%;
  }

  ul.association__intro__img-list > li:nth-of-type(3) {
    width: 45%;
  }

  ul.association__intro__img-list > li:nth-of-type(4) {
    bottom: 0;
    right: 2.5%;
    width: 50%;
  }
}

/* -----------

会員情報

----------- */

.tab-area {
}

ul.tab-button__list {
  display: flex;
  list-style: none;
  padding-left: 0;
  border-radius: 0.4rem;
}

.tab-button__item {
  position: relative;
  padding: 1.6rem 1.6rem;
  width: 50%;
  transition: all 0.4s ease;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 700;
}

.tab-button__item:first-of-type {
  border-radius: 0.8rem 0 0 0;
}

.tab-button__item:nth-of-type(2) {
  border-radius: 0 0.8rem 0 0;
}

.tab-button__item.is-active {
  background-color: #1f2a33;
  color: #fff;
  width: 55%;
}

.tab-button__item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 1.6rem;
  height: 0.8rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #1f2a33;
  visibility: hidden;
}

.tab-button__item.is-active::before {
  visibility: visible;
}

ul.tab-content__list {
  padding-left: 0;
}

.tab-content__item {
  display: none;
  padding: 20px 0;
  animation: TabFadeIn 0.6s ease-in-out;
}

.tab-content__item.is-active {
  display: block;
}

.tab-content__item__inner {
  margin-bottom: 4.8rem;
}

.tab-content__item__inner:last-of-type {
  margin-bottom: 0;
}

@keyframes TabFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -----------

浦安の歴史,バス駐車場予約,釣り船・屋形船 の MV

----------- */

#page-mv__type01 {
  position: relative;
  padding: 4rem 0;
  aspect-ratio: 2.5 / 1;
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
}

.page-mv__type01__bg {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: blur(0.6rem);
}

.page-mv__type01__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-mv__type01__inner {
  width: 100%;
}

.page-mv__type01__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 80%;
}

.page-mv__type01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-mv__type01__text {
  position: relative;
  z-index: 3;
  max-width: 120rem;
  width: 100%;
  padding: 2.4rem;
  margin: 0 auto;
}

.page-mv__type01__text h1 {
  background-color: #1f2a33;
  color: #fff;
  width: fit-content;
  font-size: 4rem;
  margin-bottom: 0.8rem;
}

.page-mv__type01__text span {
  display: inline-block;
  background-color: #1f2a33;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
}

.page-mv__type01__text span::first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #page-mv__type01 {
    aspect-ratio: 1 / 1;
    align-items: flex-end;
  }

  .page-mv__type01__img {
    width: 80%;
    height: 80%;
  }

  .page-mv__type01__text h1 {
    font-size: 3.2rem;
  }
}

/* -----------

浦安の歴史

----------- */

ul.history-list {
  list-style: none;
  padding-left: 0;
}

ul.history-list > li {
  display: flex;
  align-items: center;
  gap: 2.4rem 4rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px #eee;
}

ul.history-list > li:nth-of-type(even) {
  flex-direction: row-reverse;
}

ul.history-list > li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

ul.history-list > li figure {
  width: 50%;
}

ul.history-list > li figure figcaption {
  font-size: 1.2rem;
}

ul.history-list > li figure img {
  width: 100%;
}

ul.history-list > li p {
  width: 50%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  ul.history-list > li {
    flex-direction: column;
  }

  ul.history-list > li:nth-of-type(even) {
    flex-direction: column;
  }

  ul.history-list > li figure {
    width: 100%;
  }

  ul.history-list > li p {
    width: 100%;
  }
}

/* -----------

釣り船・屋形船,乗合屋形船

----------- */
ul.boat__shop-list {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.4rem;
}

ul.boat__shop-list > li {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

ul.boat__shop-list > li::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: #1f2a33;
  transform: rotate(-60deg);
}

ul.boat__shop-list > li:last-of-type::after {
  display: none;
}

ul.boat__shop-list > li p {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}

.boat__schedule-table {
}

.boat__schedule-table th {
  background-color: #e0f2fd;
}

.boat__schedule-table td {
  min-width: auto;
}

ul.boat__accordion-list {
  padding-left: 0;
  list-style: none;
}

ul.boat__accordion-list > li {
  padding: 1.6rem;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.boat__accordion--title {
  position: relative;
  padding: 1.6rem 4rem 1.6rem 0;
  cursor: pointer;
}

.boat__accordion--title::before,
.boat__accordion--title::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #006fc5;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.boat__accordion--title::after {
  transform: rotate(90deg);
}

.boat__accordion--title.is-active::before {
  opacity: 0;
}

.boat__accordion--title.is-active::after {
  transform: rotate(0);
}

.boat__accordion--title p {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.boat__accordion--title p::before {
  content: "Q.";
  display: inline-block;
  width: 4rem;
  color: #006fc5;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: 1;
}

.boat__accordion--content {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.boat__accordion--content p {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 1.6rem 4rem 1.6rem 0;
}

.boat__accordion--content p::before {
  content: "A.";
  display: inline-block;
  min-width: 4rem;
  max-width: 4rem;
  color: #dc3232;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: 1;
}

a.boat__fixed--btn {
  position: sticky;
  display: block;
  bottom: 0;
  background-color: #006fc5;
  margin: 12rem calc(50% - 50vw) -12rem;
  width: 100dvw;
  color: #fff;
  border-bottom: none;
  font-size: 1.4rem;
  width: calc(100vw - 8px);
}

a.boat__fixed--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: calc(100% - 2.4rem);
  height: calc(100% - 1.6rem);
  border: solid 1px #fff;
  border-radius: 0.4rem;
}

.boat__fixed--btn__inner {
  max-width: 94.8rem;
  padding: 4rem 2.4rem;
  margin: 0 auto;
  text-align: center;
}

.boat__fixed--btn__inner > span {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}

.boat__fixed--btn__inner > span::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icon-outlink__wh.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
}

/* -----------

バス駐車場予約

----------- */
ul.parking-guide__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.parking-guide__item {
  width: calc((100% / 4) - (0.8rem * 3 / 4));
  background-color: #f4f2ed;
  padding: 2.4rem 1.6rem;
  border-radius: 0.8rem;
  margin-bottom: 0 !important;
}

.parking-guide__item > i {
  display: block;
  text-align: center;
  margin-bottom: 1.6rem;
}

.parking-guide__item > i img {
  display: inline-block;
  height: 4rem;
}

.parking-guide__item > h3 {
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.parking-guide__item > h3::before {
  display: none;
}

.parking-guide__item--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background-color: #fff;
  padding: 0.8rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
}

.parking-guide__item--info--note {
  display: block;
  font-size: 1.2rem;
}

.parking-guide__item > p {
  font-size: 1.4rem;
}

.parking-guide__caution {
  margin-bottom: 2.4rem;
}

.parking-guide__caution--note {
  font-size: 1.2rem;
}

.parking-eurasia {
  background: repeating-linear-gradient(
    135deg,
    #e0f2fd,
    #e0f2fd 0.2rem,
    #fff 0.2rem,
    #fff 0.4rem
  );
  padding: 4rem;
  border-radius: 0.8rem;
}

.parking-eurasia__inner {
  font-size: 1.4rem;
}

.parking-eurasia__reservation {
  background-color: #fff;
  padding: 2.4rem;
  border-radius: 0.8rem;
  text-align: center;
  margin-bottom: 4rem;
}

.parking-eurasia__reservation p {
  margin: 0;
}

.parking-eurasia__reservation--tel {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.parking-eurasia__reservation--note {
  font-size: 1.2rem;
}

.parking-eurasia__coupon h2 {
  color: #1f2a33;
  padding: 0 0 0.8rem 0;
  font-size: 2.1rem;
}

.parking-eurasia__coupon h2::before {
  display: none;
}

ul.parking-eurasia__coupon__list {
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

ul.parking-eurasia__coupon__list > li {
  background-color: #fff;
  padding: 2.4rem;
  border-radius: 0.8rem;
  width: 50%;
}

ul.parking-eurasia__coupon__list h3 {
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.6rem;
  color: #006fc5;
}

ul.parking-eurasia__coupon__list h3::before {
  display: none;
}

.parking-eurasia__coupon--note {
  display: block;
  font-size: 1.2rem;
}

a.parking__fixed--btn {
  position: sticky;
  display: block;
  bottom: 0;
  background-color: #006fc5;
  margin: 12rem calc(50% - 50vw) -12rem;
  width: 100dvw;
  color: #fff;
  border-bottom: none;
  font-size: 1.4rem;
  width: calc(100vw - 8px);
}

a.parking__fixed--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: calc(100% - 2.4rem);
  height: calc(100% - 1.6rem);
  border: solid 1px #fff;
  border-radius: 0.4rem;
}

.parking__fixed--btn__inner {
  max-width: 94.8rem;
  padding: 4rem 2.4rem;
  margin: 0 auto;
  text-align: center;
  background-color: #006fc5;
}

.parking__fixed--btn__inner > span {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}

.parking__fixed--btn__inner > span::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icon-outlink__wh.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .parking-guide__item {
    width: calc((100% / 2) - (0.8rem / 2));
  }

  .parking-eurasia {
    padding: 2.4rem;
  }

  ul.parking-eurasia__coupon__list {
    flex-direction: column;
  }

  ul.parking-eurasia__coupon__list > li {
    width: 100%;
  }
}

/* -----------

体験くらぶとは

----------- */
.experience-about__sdgs__content {
  display: flex;
  column-gap: 4rem;
  margin-bottom: 4rem;
}

.experience-about__sdgs__text {
  width: 55%;
}

.experience-about__sdgs__img {
  width: 45%;
}

.experience-about__sdgs__img img {
  width: 100%;
}

ul.experience-about__flow__list {
  display: flex;
  gap: 4rem;
  list-style: none;
  padding-left: 0;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}

.experience-about__flow__item {
  position: relative;
  background: repeating-linear-gradient(
    135deg,
    #e0f2fd,
    #e0f2fd 0.2rem,
    #fff 0.2rem,
    #fff 0.4rem
  );
  padding: 2.4rem;
  border-radius: 0.8rem;
  width: calc(100% / 4);
  display: flex;
  align-items: center;
}

.experience-about__flow__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -2.4rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: solid 1px #006fc5;
  border-right: solid 1px #006fc5;
}

.experience-about__flow__item:last-of-type:before {
  display: none;
}

.experience-about__flow__item > span {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  font-family: "Montserrat Alternates", sans-serif;
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0f2fd;
}

.experience-about__flow__item > p {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .experience-about__sdgs__content {
    flex-direction: column-reverse;
  }

  .experience-about__sdgs__text,
  .experience-about__sdgs__img {
    width: 100%;
  }

  ul.experience-about__flow__list {
    flex-direction: column;
  }

  .experience-about__flow__item {
    width: 100%;
  }

  .experience-about__flow__item::before {
    content: "";
    position: absolute;
    top: calc(100% + 1.2rem);
    transform: translateX(50%) rotate(135deg);
    right: 50%;
  }
}
/* -----------

お問い合わせフォーム

----------- */

.form-content {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.form-content__description {
  position: sticky;
  top: 50%;
  font-size: 1.2rem;
  width: 20rem;
}

.form-content__inner {
  width: calc(100% - 20rem);
  padding: 2.4rem 0 2.4rem 4rem;
  border-left: solid 1px #eee;
}

.contact-form {
}

dl.contact-form__list > div {
  display: block;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: solid 1px #eee;
}

dl.contact-form__list > div:last-of-type {
  border-bottom: none;
}

dl.contact-form__list > div dt {
  color: #006fc5;
}

dl.contact-form__list > div dt,
dl.contact-form__list > div dd {
  padding: 0;
  border: none;
  margin-bottom: 0.8rem;
  width: 100%;
}

dl.contact-form__list > div:first-of-type dt,
dl.contact-form__list > div:first-of-type dd {
  border: none;
}

.contact-form__name.required {
  display: flex;
  align-items: flex-start;
  column-gap: 0.2rem;
}

.contact-form__name.required::after {
  content: "＊";
  font-size: 1rem;
  color: #dc3232;
}

.contact-form__input {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background-color: #fff;
  color: #1f2a33;
}

.contact-form__input input::placeholder {
  opacity: 0.4;
}

.contact-form__input input,
.contact-form__input select {
  padding: 0.8rem;
  height: 5.6rem;
  border-radius: 0.8rem;
  border: solid 1px #eee;
  max-width: 100%;
  width: 100%;
  min-width: 10rem;
  font-size: 1.6rem;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #1f2a33;
}

.contact-form__input textarea {
  padding: 0.8rem;
  border-radius: 0.8rem;
  border: solid 1px #eee;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  font-size: 1.4rem;
  transition: all 0.4s ease;
}

.contact-form__input input:focus,
.contact-form__input select:focus {
  outline: none;
  box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 111, 197, 0.08);
  border: solid 1px #006fc5;
  background-color: #f5f5f5;
}

.contact-form__input input[readonly] {
  border: none;
  background-color: #eee;
}

.contact-form__input input[readonly]:focus {
  border: none;
  background-color: #eee;
  box-shadow: none;
}

.contact-form__input__note {
  font-size: 1.2rem;
  color: #ac7508;
  margin-bottom: 0;
}

.contact-form__column {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.contact-form__column__title {
  display: inline-block;
  width: 6.5rem;
  font-size: 1.2rem;
}

.contact-form__column__item {
  display: flex;
  align-items: center;
  width: calc(100% - 6.5rem);
  column-gap: 0.8rem;
}

.contact-form__btn {
  position: relative;
  background-color: #006fc5;
  border: solid 0.2rem #006fc5;
  border-radius: 4rem;
  transition: all 0.4s ease;
  height: 7.2rem;
  width: 32rem;
  margin: 0 auto;
  overflow: hidden;
}

.contact-form__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #fff;
  display: inline-block;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 4rem;
  transition: all 0.4s ease;
}

.contact-form__btn input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.4s ease;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

.contact-form__btn {
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #006fc5;
  font-size: 1.4rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: #dc3232;
  margin: 0 0 1.6rem;
  padding: 0.8rem 0;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

#cf7-modal {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 2.4rem;
}

#cf7-modal::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #1f2a33;
  opacity: 0.8;
  z-index: -1;
}

#send-massege {
  display: none;
}

.wpcf7-form.sent #cf7-modal,
.wpcf7-form.sent #send-massege {
  display: flex;
}

#cf7-modal__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 1.6rem;
  max-width: 80rem;
  padding: 4rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0.2rem 0.8rem;
  text-align: center;
  z-index: 2;
}

#cf7-modal__wrap p {
  font-size: 1.4rem;
}

#cf7-modal__wrap .main-btn__back {
  color: #1f2a33;
  border-bottom: none;
  margin-top: 4rem;
}

/* 送信後、表示指定していないものは全部消す */
.wpcf7 form.sent .contact-form {
  display: none;
}

@media (any-hover: hover) {
  .contact-form__btn:hover {
    background-color: #fff;
  }

  .contact-form__btn:hover::before {
    border: solid 1px #006fc5;
  }

  .contact-form__btn:hover input {
    color: #006fc5;
  }
}

@media screen and (max-width: 768px) {
  .form-content {
    gap: 0;
    flex-direction: column;
  }

  .form-content__description {
    position: static;
    width: 100%;
    padding-bottom: 2.4rem;
    border-bottom: solid 1px #eee;
  }

  .form-content__inner {
    width: 100%;
    padding: 2.4rem 0 0;
    border-left: none;
  }
}

/* -----------

屋形船

----------- */
.yakatabune-event__link {
}

ul.yakatabune-event__list {
  display: flex;
  gap: 2.4rem;
  list-style: none;
  padding-left: 0;

  > li {
    flex: 1;
    margin-bottom: 0;

    a {
      display: block;
      padding: 2.4rem;
      border: solid 1px #ac7508;
      border-radius: 1.6rem;
      height: 100%;

      figure {
        aspect-ratio: 1.6 / 1;

        img {
          object-fit: cover;
          width: 100%;
          height: 100%;
        }
      }

      p {
        font-size: 1.4rem;
        margin-bottom: 0;

        span {
          display: block;
          font-size: 1.8rem;
          font-weight: 600;
        }
      }
    }
  }
}

@media (any-hover: hover) {
  ul.yakatabune-event__list {
    > li {
      a:hover {
        border: solid 1px #ac7508;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  ul.yakatabune-event__list {
    flex-direction: column;
  }
}
