.event {
  padding: 80px 40px;
  background: url(../img/event-bg.png) repeat;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 21.3333333333vw 8vw;
  }
}
.event__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.event__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.event__list {
  margin: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 20px 15px;
}
.event__list--img {
  position: relative;
}
.event__list--img .icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background: #839f3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
}
.event__list--img .icon.end {
  background: #727171;
}
.event__list--head {
  margin: 10px 0;
  background: #727171;
  color: #fff;
  text-align: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px;
  font-weight: bold;
}
.event__list--head span {
  font-size: 13px;
}
.event__list--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event__list--bottom .title {
  width: 60%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.event__list--bottom .more {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-weight: bold;
  border-radius: 100px;
  background: #952122;
  font-size: 11px;
}

.works {
  padding: 80px 40px;
  background: url(../img/works-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 21.3333333333vw 8vw;
    background: url(../img/works-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.works__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.works__list {
  position: relative;
}
.works__list--img {
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.works__list--contents {
  background: #952122;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  width: 95%;
}
.works__list--contents p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  padding: 10px 20px;
}
.works__list--contents p span {
  font-size: 8px;
}

.pagination {
  margin-bottom: 50px;
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination__list {
  display: block;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: transparent;
  color: #952122;
  border: 2px solid #952122;
  line-height: 1;
}
.pagination__list.current {
  background: #952122;
  color: #fff;
}

.column {
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 21.3333333333vw 8vw;
  }
}
.column .section__title span {
  margin-bottom: -20px;
}
.column__lists {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .column__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.column__list {
  display: block;
}
.column__list--img {
  position: relative;
}
.column__list--img .icon {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 2;
  width: 92px;
}
.column__list--date {
  position: relative;
  margin: 10px 0;
}
.column__list--date::after {
  content: "";
  height: 3px;
  background: #952122;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.column__list--date span {
  display: inline-block;
  background: #fff;
  padding-right: 8px;
  z-index: 2;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}
.column__list--title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.guarantee {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .guarantee {
    padding: 13.3333333333vw 5.3333333333vw;
    background: url(../img/guarantee-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.guarantee .section__title span {
  margin-bottom: -25px;
}
.guarantee__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.guarantee__img {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .guarantee__img {
    margin-bottom: 20px;
  }
}
.guarantee__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .guarantee__text {
    font-size: 13px;
    text-align: left;
  }
}

.service,
.service02 {
  padding: 80px 40px;
}
.service .section__title span,
.service02 .section__title span {
  margin-bottom: -25px;
}
@media screen and (max-width: 768px) {
  .service,
  .service02 {
    padding: 13.3333333333vw 0;
  }
}
.service__inner,
.service02__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.service__img,
.service02__img {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__img img,
  .service02__img img {
    width: 100%;
  }
}
.service__text,
.service02__text {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service__text,
  .service02__text {
    padding: 0 25px;
    font-size: 14px;
  }
}

.service {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 13.3333333333vw;
  }
}
.service__inner {
  max-width: 750px;
  margin: 0 auto;
}

.service02 {
  background: url(../img/sevice-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .service02 {
    padding: 21.3333333333vw 8vw;
  }
}
.service02__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service02__box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 8vw;
  }
}
.service02__img {
  text-align: left;
  position: relative;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service02__img {
    width: 100%;
  }
}
.service02__text {
  width: 48%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .service02__text {
    width: 100%;
  }
}

.company {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.company .section__title span {
  margin-bottom: -20px;
}
.company__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.company__table {
  margin-top: 50px;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .company__table {
    margin-top: 30px;
  }
}
.company__table table {
  width: 100%;
  border: 2px solid #e7e7e7;
}
.company__table table th {
  background: #000;
  padding: 20px 15px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #952122;
  box-sizing: border-box;
  line-height: 1.5;
  border: 2px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .company__table table th {
    width: 35%;
    font-size: 13px;
  }
}
.company__table table td {
  padding: 20px 15px;
  border: 2px solid #e7e7e7;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company__table table td {
    width: 65%;
    font-size: 13px;
  }
}

.exhibition {
  padding: 80px 40px;
  background: url(../img/event-bg.png) repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .exhibition {
    padding: 13.3333333333vw 0;
  }
}
.exhibition .section__title span {
  margin-bottom: -25px;
}
.exhibition__text {
  text-align: center;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .exhibition__text {
    font-size: 2.6666666667vw;
    margin: 8vw auto;
  }
}
.exhibition__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.exhibition__img {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .exhibition__img {
    margin: 8vw auto;
  }
}
.exhibition__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .exhibition__img img {
    aspect-ratio: 2.2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.exhibition__img h3 {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .exhibition__img h3 {
    font-size: 7.4666666667vw;
  }
}
.exhibition__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .exhibition__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 50px;
  }
}
.exhibition__list--contents {
  padding: 15px 20px;
}
.exhibition__list--contents h3 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.exhibition__list--contents p {
  line-height: 1.4;
  font-size: 12px;
}

.staff {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.staff .section__title span {
  margin-bottom: -30px;
}
.staff__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.staff__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .staff__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
    padding: 0 20px;
    margin-top: 30px;
  }
}
.staff__list {
  cursor: pointer;
}
.staff__list:hover {
  opacity: 0.8;
}
.staff__list--img {
  margin-bottom: 15px;
}
.staff__list--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__list--tag {
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #fff;
  background: #952122;
  font-weight: bold;
  padding: 6px 30px;
  box-sizing: border-box;
  text-align: center;
  width: 85%;
  margin-bottom: 15px;
  border-radius: 8px;
}
.staff__list--title {
  text-align: center;
  font-weight: bold;
}

.modal__mask {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}
.modal__mask.is-open {
  display: block;
}

.staff__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 150px;
  background: #fff;
}
.staff__modal.is-open {
  display: block;
}
@media screen and (max-width: 768px) {
  .staff__modal {
    max-width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 30px 20px;
  }
}
.staff__modal--inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .staff__modal--inner {
    display: block;
  }
}
.staff__modal .staff__box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .staff__modal .staff__box {
    width: 100%;
  }
}
.staff__modal .staff__right {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .staff__modal .staff__right {
    margin-top: 30px;
    width: 100%;
  }
}
.staff__modal .staff__img {
  margin-bottom: 30px;
}
.staff__modal .staff__img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__modal .staff__contents .tag {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #fff;
  background: #5b5757;
  font-weight: bold;
  padding: 6px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.staff__modal .staff__contents .name {
  font-weight: bold;
  line-height: 1.5;
}
.staff__modal .staff__contents .name p {
  font-size: 28px;
}
.staff__modal .text {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staff__modal .text {
    font-size: 14px;
  }
}
.staff__modal--item .title {
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #b2997b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .staff__modal--item .title {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.staff__modal--item .text {
  line-height: 1.7;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.modal__close {
  position: absolute;
  bottom: 0;
  padding: 0 20px 30px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal__close {
    position: unset;
    padding-bottom: 20px;
  }
}
.modal__close span {
  display: block;
  margin: 50px auto 0;
  width: 260px;
  color: #8d7962;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__close span {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.modal__close span {
  font-weight: bold;
  cursor: pointer;
  background: #b2997b;
  color: #fff;
}

.faq {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.faq .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq .section__title {
    margin-bottom: 30px;
  }
}
.faq .section__title span {
  margin-bottom: -35px;
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__item {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 0 20px;
    margin: 0 auto 15px;
  }
}
.faq__item--title {
  cursor: pointer;
  background-color: #952122;
  padding: 20px;
  color: #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  background-image: url(../img/icon_plus_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 20px;
}
.faq__item--title.is_active {
  background-image: url(../img/icon_minus_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    line-height: 1.5;
    font-size: 13px;
    padding-right: 35px;
  }
}
.faq__item--text {
  background: #edece3;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--text p {
  padding: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .faq__item--text p {
    font-size: 13px;
  }
}

.present {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 13.3333333333vw 5.3333333333vw 0;
  }
}
.present .section__title span {
  margin-bottom: -15px;
}
.present__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.present__img {
  max-width: 700px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .present__img {
    margin-top: 30px;
  }
}

.access {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.access .section__title span {
  margin-bottom: -20px;
}
.access__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.access__box {
  margin-top: 50px;
  background: #952122;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .access__box {
    padding: 20px;
    margin-top: 30px;
  }
}
.access__map {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .access__map {
    margin-bottom: 20px;
  }
  .access__map iframe {
    height: 220px;
  }
}
.access__text {
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 13px;
    text-align: left;
  }
}

.reservation {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .reservation {
    padding: 5.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.reservation .section__title span {
  margin-bottom: -15px;
}
.reservation__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.reservation__form {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  background: #dcdddd;
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .reservation__form {
    margin-top: 30px;
  }
}
.reservation__form table {
  width: 100%;
}
.reservation__form table tr {
  border-bottom: 4px solid #fff;
}
.reservation__form table th {
  width: 40%;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reservation__form table th {
    padding: 20px 15px;
    font-size: 14px;
  }
}
.reservation__form table td {
  width: 60%;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reservation__form table td {
    padding: 20px 0;
  }
}
.reservation__form table td .required {
  color: #dd0000;
  margin-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reservation__form table td .required {
    font-size: 12px;
  }
}
.reservation__form table td input {
  background: #fff;
  border-radius: 6px;
  height: 40px;
  border: none;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .reservation__form table td input {
    height: 35px;
    width: 62%;
  }
}
.reservation__form .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #fff;
}
.reservation__form .detail .title {
  font-weight: bold;
  width: 45%;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .reservation__form .detail .title {
    padding: 20px 15px;
    width: 45%;
    font-size: 13px;
  }
}
.reservation__form .detail .text {
  width: 55%;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .reservation__form .detail .text {
    width: 55%;
    font-size: 13px;
    padding: 20px 0;
  }
}
.reservation__form .submitBtn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .reservation__form .submitBtn {
    margin-top: 30px;
  }
}
.reservation__form .submitBtn input {
  display: block;
  width: 260px;
  margin: 0 auto;
  color: #8d7962;
  height: 55px;
  border-radius: 10px;
  background: #889d4a;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: none;
  cursor: pointer;
  box-shadow: 5px 5px #34551e;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .reservation__form .submitBtn input {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.reservation__form .submitBtn input:hover {
  opacity: 1;
  box-shadow: none;
  transform: translate(5px);
}

.reservation {
  padding: 100px 40px;
}

@media screen and (max-width: 768px) {
  .reservation {
    padding: 8.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.reservation__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.reservation__form {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 40px 30px 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .reservation__form {
    margin-top: 30px;
  }
}
.reservation__form table {
  width: 100%;
}

.reservation__form table tr {
  border-bottom: 4px solid #fff;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .reservation__form table tr {
    display: flex;
  }
}
.reservation__form table th {
  width: 100%;
  padding: 15px 0 5px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .reservation__form table th {
    padding: 15px 0 5px;
    font-size: 13px;
  }
}
.reservation__form table td {
  width: 100%;
  padding: 10px 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .reservation__form table td {
    padding: 10px 0 20px;
  }
}
.reservation__form table th .required {
  color: #dd0000;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .reservation__form table th .required {
    font-size: 12px;
  }
}
.reservation__form table td input {
  background: #fff;
  border-radius: 6px;
  height: 40px;
  border: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .reservation__form table td input {
    height: 35px;
    width: 100%;
  }
}
.reservation__form table td textarea {
  background: #fff;
  border-radius: 6px;
  height: 200px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reservation__form table td textarea {
    width: 100%;
    height: 140px;
  }
}
.reservation__form .detail {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  border-bottom: 4px solid #fff;
  padding-bottom: 20px;
}

.reservation__form .detail .title {
  font-weight: bold;
  margin-bottom: 10px;
  /* width: 45%; */
  /* padding: 30px 40px; */
}

@media screen and (max-width: 768px) {
  .reservation__form .detail .title {
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
  }
}
.reservation__form .detail .text {
  /* width: 55%; */
  /* font-weight: bold; */
  line-height: 1.5;
  /* padding: 30px 0; */
}

@media screen and (max-width: 768px) {
  .reservation__form .detail .text {
    width: 100%;
    font-size: 13px;
    padding: 0 0 0;
  }
}
.reservation__form .submitBtn {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .reservation__form .submitBtn {
    margin-top: 30px;
  }
}
.concept {
  background: url(../img/concept-bg.png) repeat;
  background-size: 50%;
  background-position: center;
  padding: 80px 40px 40px;
}
@media screen and (max-width: 768px) {
  .concept {
    background-size: cover;
    padding: 50px 20px;
  }
}
.concept__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.concept .section__title span {
  margin-bottom: -20px;
}
.concept__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .concept__lists {
    gap: 5px;
    margin: 30px auto 0;
  }
}
.concept__list {
  background: #952122;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .concept__list {
    padding: 12px 2px;
    font-size: 10px;
  }
}

.concept__main {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .concept__main {
    background-size: cover;
    padding: 50px 0;
  }
}
.concept__main--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.concept__main--inner > h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .concept__main--inner > h3 {
    margin: 20px auto;
    font-size: 14px;
  }
}
.concept__main--img {
  max-width: 700px;
  margin: 0 auto;
}
.concept__main--title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .concept__main--title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .concept__main--title {
    font-size: 4.8vw;
  }
}
.concept__main--box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept__main--box {
    width: 90%;
    gap: 15px;
  }
}
.concept__main--box .img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .concept__main--box .img {
    width: 35%;
  }
}
.concept__main--box .img img {
  width: 100%;
}
.concept__main--box .contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .concept__main--box .contents {
    width: 65%;
  }
}
.concept__main--box .contents p {
  font-weight: bold;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .concept__main--box .contents p {
    font-size: 12px;
  }
}
.concept__main--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  max-width: 1100px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .concept__main--lists {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    margin: 40px auto 0;
  }
}
.concept__main--list .num {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__main--list .num {
    margin-bottom: 20px;
  }
}
.concept__main--list .num span {
  color: #952122;
  font-weight: bold;
  font-size: 42px;
}
.concept__main--list p {
  line-height: 1.7;
  font-weight: bold;
  font-size: 13px;
}
.concept__main--imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept__main--imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.concept__main--imgs img {
  vertical-align: bottom;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept__sec {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .concept__sec {
    padding: 0 0 50px;
  }
}
.concept__sec--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.concept__sec--title {
  background: #952122;
  padding: 15px 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 80px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .concept__sec--title {
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.concept__sec--imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .concept__sec--imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 30px;
  }
}
.concept__sec--imgs.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .concept__sec--imgs.column3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 30px;
  }
}
.concept__sec--text {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .concept__sec--text {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 11px;
  }
}
.concept__sec--img p {
  font-weight: bold;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .concept__sec--img p {
    font-size: 12px;
    margin: 20px auto 0;
  }
}

.concept__sub--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin: 50px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .concept__sub--lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 30px;
    width: 90%;
    margin: 50px auto;
  }
}

.concept__sub--list h4 {
  padding-left: 12px;
  border-left: 10px solid #952122;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .concept__sub--list h4 {
    font-size: 18px;
  }
}
.concept__sub--list .img {
  margin-bottom: 20px;
}
.concept__sub--list .img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__sub--list p {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .concept__sub--list p {
    font-size: 12px;
  }
}

.mb50 {
  margin-bottom: 80px;
}

.designer {
  background: url(../img/danger-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .designer {
    padding: 13.3333333333vw 0;
  }
}
.designer .section__title .en {
  margin-bottom: -15px;
}
.designer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.designer__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .designer__box {
    justify-content: space-between;
    gap: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.designer__box.reverse {
  flex-direction: row-reverse;
}
.designer__box.reverse .designer__contents p {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  max-width: 100%;
}
.designer__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .designer__img {
    width: 46%;
  }
  .designer__img img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.designer__contents {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .designer__contents {
    width: 52%;
    padding: 0 10px;
  }
}
.designer__contents p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .designer__contents p {
    font-size: 10px;
  }
}
.designer__media img {
  width: 100%;
  aspect-ratio: 2.8;
  -o-object-fit: cover;
     object-fit: cover;
}
.designer .section__title:nth-of-type(even) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .designer .section__title:nth-of-type(even) {
    margin-top: 50px;
  }
}
.designer .btn {
  margin: 50px auto 0;
  text-align: center;
  display: block;
  width: 400px;
  max-width: 86%;
}

.cause {
  padding: 100px 40px;
  position: relative;
  z-index: 5;
  background: #e9e9e9;
}
@media screen and (max-width: 768px) {
  .cause {
    padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.cause .section__title h2::after {
  display: none;
}
.cause__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.cause__lists {
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .cause__lists {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.cause__list--img img {
  width: 100%;
  vertical-align: bottom;
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.cause__list--caption {
  padding: 10px;
  background: #952122;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}
.cause__list--text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .cause__list--text {
    font-size: 10px;
  }
}
.cause__list:nth-of-type(even) .cause__list--caption {
  background: #af4e3a;
}

.cause02 {
  background-color: #e5e5e5;
  position: relative;
  z-index: 4;
}
.cause02 .section__title h2::after {
  display: none;
}
.cause02 .cause__list--caption {
  background: #c96c28;
}
.cause02 .cause__list:nth-of-type(even) .cause__list--caption {
  background: #de8130;
}

.cause03 {
  background: #fcf3d9;
}
.cause03 .cause__list--caption {
  background: #952122;
}
.cause03 .cause__list:nth-of-type(even) .cause__list--caption {
  background: #af4e3a;
}

.cause04 {
  background-color: #fff;
  position: relative;
  z-index: 4;
}
.cause04 .cause__list--caption {
  background: #c96c28;
}
.cause04 .cause__list:nth-of-type(even) .cause__list--caption {
  background: #de8130;
}

.step {
  padding: 40px 40px 80px;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.step__inner {
  max-width: 900px;
  margin: 0 auto;
}
.step .section__title {
  margin-bottom: 50px;
}
.step .section__title .en {
  margin-bottom: -25px;
}
.stepIcon {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .stepIcon {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 140px;
  }
}
.step__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .step__lists {
    flex-direction: column;
  }
}
.step__list .more__btn {
  padding: 12px 35px;
  background-image: none;
  box-shadow: 4px 4px #34551e;
  transition: 0.3s ease;
}
.step__list .more__btn:hover {
  opacity: 1;
  box-shadow: none;
  transform: translate(4px);
}

.diagnose {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .diagnose {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.diagnose .section__title {
  margin-bottom: 30px;
}
.diagnose .section__title h2::after {
  display: none;
}
.diagnose h3 {
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .diagnose h3 {
    font-size: 15px;
  }
}
.diagnose h3 span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .diagnose h3 span {
    font-size: 20px;
  }
}
.diagnose__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.diagnose__img {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .diagnose__img {
    margin-top: 8vw;
  }
}
.diagnose__lists {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .diagnose__lists {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.diagnose__list--title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #952122;
  padding: 14px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .diagnose__list--title {
    font-size: 4.2666666667vw;
    padding: 10px 0;
  }
}
.diagnose__list--contents {
  padding: 20px 20px 30px;
  background: #f2f0e8;
}
@media screen and (max-width: 768px) {
  .diagnose__list--contents {
    padding: 20px 10px 30px;
  }
}
.diagnose__list--img {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #403d3c;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.diagnose__list--img .graf {
  width: 50%;
}
.diagnose__list--img .img {
  width: 46%;
  border-radius: 20px;
  overflow: hidden;
}
.diagnose__list--img .img img {
  width: 100px;
  border-radius: 20px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.diagnose__list--text {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .diagnose__list--text {
    font-size: 3.2vw;
  }
}

.free {
  padding: 80px 40px 0;
}
@media screen and (max-width: 768px) {
  .free {
    padding: 13.3333333333vw 0 0;
  }
}
.free__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.free .section__title h2::after {
  display: none;
}
.free__img {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .free__img {
    margin: 30px auto 20px;
  }
}
.free__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .free__lists {
    flex-wrap: wrap;
    gap: 10px 20px;
    width: 80%;
    margin: 0 auto;
  }
}
.free__list {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .free__list {
    width: 46%;
  }
}
.free__bottom {
  margin-top: 50px;
  background: #d96500;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .free__bottom {
    font-size: 3.7333333333vw;
    margin-top: 30px;
    padding: 10px;
  }
}

.standard {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .standard {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.standard__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.standard__img {
  margin: 50px auto 100px;
  max-width: 800px;
}
.standard__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .standard__lists {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 90%;
    margin: 0 auto;
  }
}
.standard__list {
  max-width: 600px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
.standard__list--title {
  background: url(../img/standard-title.png) no-repeat;
  background-size: 100%;
  padding: 50px 15px;
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #5d5041;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .standard__list--title {
    font-size: 18px;
    padding: 25px 15px;
    padding-left: 50px;
  }
}
.standard__list--title .num {
  position: absolute;
  left: 13px;
  top: 22px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .standard__list--title .num {
    top: 14px;
    font-size: 6.9333333333vw;
  }
}
.standard__list--before {
  margin-bottom: 30px;
}
.standard__list--before img {
  width: 100%;
}
.standard__list--before p {
  font-family: "Sen", sans-serif;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .standard__list--before p {
    font-size: 14px;
  }
}
.standard__list .bottom {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .standard__list .bottom {
    margin-bottom: 10px;
  }
}
.standard__list .bottom img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .standard__list .bottom img {
    width: 40px;
  }
}
.standard__list--after {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .standard__list--after {
    margin-bottom: 30px;
  }
}
.standard__list--after img {
  width: 100%;
}
.standard__list--after p {
  font-family: "Sen", sans-serif;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .standard__list--after p {
    font-size: 14px;
  }
}
.standard__list--contents {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .standard__list--contents {
    padding: 25px;
  }
}
.standard__list .content .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #5d5041;
}
@media screen and (max-width: 768px) {
  .standard__list .content .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.standard__list .content .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .standard__list .content .list {
    gap: 5px;
  }
}
.standard__list .point {
  border: 10px solid #b2997b;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .standard__list .point {
    padding: 25px 15px;
  }
}
.standard__list .point .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #5d5041;
}
@media screen and (max-width: 768px) {
  .standard__list .point .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.standard__list .point p {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .standard__list .point p {
    font-size: 14px;
  }
}

.event__contents {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .event__contents {
    padding: 0;
  }
}
.event__contents table {
  width: 100%;
}

.event__contents table th {
  background: #333;
  color: #fff;
  text-align: left;
  padding: 15px 15px;
  width: 25%;
  box-sizing: border-box;
  border: 2px solid gray;
}

.event__contents table td {
  color: #fff;
  text-align: left;
  padding: 15px 10px;
  width: 75%;
  border: 2px solid gray;
  box-sizing: border-box;
  color: #333;
}

@media screen and (max-width: 768px) {
  .event__contents table th {
    background: #333;
    color: #fff;
    text-align: left;
    padding: 15px 10px;
    width: 40%;
    box-sizing: border-box;
    border: 2px solid gray;
    font-size: 13px;
    line-height: 1.5;
  }
  .event__contents table td {
    color: #fff;
    text-align: left;
    padding: 15px 10px;
    width: 60%;
    border: 2px solid gray;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
  }
}
.event__thumbnail {
  margin-bottom: 30px;
}

.event__thumbnail img {
  width: 100%;
}

.event__contents .schedule {
  margin: 50px auto;
  max-width: 800px;
}

.event__contents .schedule__item {
  border-bottom: 1px dashed #000;
  padding: 15px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.event__contents .schedule__item span {
  padding: 6px 0;
  width: 56px;
  background: #4F2D10;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.event__contents .schedule__item p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0;
}

.event__contents img {
  display: block;
  margin: 0 auto 20px;
}

.event__contents p {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .event__contents p {
    font-size: 14px;
  }
  .event__contents img {
    display: block;
    margin: 0 auto 10px;
  }
}
.event__contents h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .event__contents h2 {
    font-size: 20px;
  }
}
.event__contents h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .event__contents h3 {
    font-size: 16px;
  }
}
.event__contents ul {
  line-height: 2;
}

.thanks__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.thanks__text {
  line-height: 2;
  font-size: 16px;
}

.plan {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.plan .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .plan .section__title {
    margin-bottom: 8vw;
  }
}
.plan .section__title span {
  margin-bottom: -15px;
}
.plan__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.plan__item {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .plan__item {
    margin-bottom: 13.3333333333vw;
  }
}
.plan__item--btn {
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 40px;
  background: #839f3b;
  color: #fff;
  margin-top: 30px;
}
.plan__item--title {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background: #af4e3a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  padding: 4px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan__item--title {
    margin-bottom: 4vw;
  }
}
.plan__item--lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .plan__item--lists {
    gap: 80px;
  }
}
.plan__item--list {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .plan__item--list .img img {
    aspect-ratio: 1.7;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.plan__item--list .contents {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .plan__item--list .contents {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 4vw;
  }
}
.plan__item--list .contents .title {
  margin: 0 0 10px;
  padding-left: 10px;
  border-left: 8px solid #952122;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.plan__item--list .contents .text {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan__item--list .contents .text {
    font-size: 11px;
  }
}
.plan__item--list .contents .cost {
  padding-bottom: 10px;
  border-bottom: 2px solid #952122;
  margin-bottom: 10px;
  width: 54%;
}
@media screen and (max-width: 768px) {
  .plan__item--list .contents .cost {
    width: 100%;
  }
}
.plan__item--list .contents .cost__title {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.plan__item--list .contents .cost__price {
  font-weight: bold;
  font-size: 32px;
}
.plan__item--list .contents .cost__price span {
  font-weight: bold;
}
.plan__item--list .contents .detail {
  background: #952122;
  padding: 12px;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .plan__item--list .contents .detail {
    width: 100%;
  }
}
.plan__item--list .contents .detail__title {
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.plan__item--list .contents .detail__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 5px;
}
.plan__item--list .contents .detail__list {
  background: #af4e3a;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 10px 15px;
}
.plan__item:nth-of-type(odd) .plan__item--title {
  background: #c96c28;
}
.plan__item:nth-of-type(odd) .plan__item--list .contents .title {
  border-color: #c96c28 !important;
}
.plan__item:nth-of-type(odd) .plan__item--list .contents .detail {
  background: #c96c28;
}
.plan__item:nth-of-type(odd) .plan__item--list .contents .detail__list {
  background: #de8130;
}

.mb50 {
  margin-bottom: 80px;
}


.thanks__title {
  text-align: center;
  margin: 40px auto;
  font-size: 20px;
}

.thanks__text {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 30px;
}

/* span.box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 70%;
} */
.box input,
.box select {
  padding: 10px;
  box-sizing: border-box;
  width: 120px !important;
  background: #fff;
  border-radius: 6px;
  height: 40px;
}

td.flex {
  width: 100%;
  display: flex;
  align-items: center;
}

/* @media screen and (max-width: 768px) {
span.box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

} */
.thanks__message {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.wp-block-image {
  display: block;
  margin: 20px 0;
}

.event__contents h3 {
  background: #333;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}

.reservation__form table td select {
  background: #fff;
  border-radius: 6px;
  height: 40px;
  border: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .reservation__form table td select {
    height: 35px;
    width: 100%;
  }
}/*# sourceMappingURL=page.css.map */