@charset "UTF-8";
* {
  max-height: 999999px;
}

#wrapper {
  overflow-x: hidden;
}

body,
input,
textarea {
  background-color: #E5DFCB;
  color: #28271D;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
a:focus {
  outline: none;
}
a.underline {
  text-decoration: underline;
}
a.img-box {
  max-width: 100%;
}

.img-box img {
  max-width: 100%;
}

.of-cv {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.of-ct {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a.tel,
.tel a {
  opacity: 1;
}
@media (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}

table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border: none;
  margin: 0;
  width: 100%;
}

td, th {
  border: none;
}

th {
  background: none;
}

figure {
  margin: 0;
}

input:hover,
input:focus,
textarea {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
select,
textarea {
  border-radius: 5px;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  padding: 18px 30px;
}

textarea {
  height: 240px;
}

input[type=radio]:hover,
input[type=submit]:hover {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.jsSpanWrap {
  overflow-y: hidden;
  display: inline-block;
}
.jsSpanWrap .splited {
  display: inline-block;
}

#wrapper {
  position: relative;
}

#header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E5DFCB;
  width: 100%;
  height: 100px;
  padding: 0 92px 0 53px;
  z-index: 10;
}
@media (max-width: 767px) {
  #header {
    height: 60px;
    padding: 0 25px 0 20px;
  }
}
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#header .h-logo {
  width: 320px;
  aspect-ratio: 320/53;
}
@media (max-width: 767px) {
  #header .h-logo {
    width: 190px;
  }
}
#header .h-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  #header .h-menu-container {
    display: none;
  }
}
#header .sub-menu-list {
  display: flex;
  align-items: center;
  gap: 0 18px;
}
#header .sub-menu-item {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2307692308;
}
#header .sub-menu-item a {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
#header .sub-menu-item a span:nth-child(1) {
  height: 20px;
}
#header .main-menu-list {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-top: 14px;
}
#header .main-menu-item {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}

#footer {
  position: relative;
}
#footer .f-bnr__container {
  background-color: #DFD5BE;
}
#footer .f-bnr__container .bnr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 47px;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #footer .f-bnr__container .bnr-list {
    gap: 14px 0;
    padding: 44px 0;
  }
}
#footer .f-bnr__container .bnr-item {
  flex-shrink: 0;
  background-image: url(../image/icon_bnr_deco_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 302/120;
}
@media (max-width: 767px) {
  #footer .f-bnr__container .bnr-item {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .f-bnr__container .bnr-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  width: 100%;
  height: 100%;
}
#footer .f-main {
  background-color: #28271D;
  padding: 64px 0;
}
@media (max-width: 767px) {
  #footer .f-main {
    padding: 30px 0;
  }
}
#footer .f-main .upper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 991px) {
  #footer .f-main .upper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#footer .f-main .upper .site-logo {
  width: 320px;
  aspect-ratio: 320/50;
}
@media (max-width: 767px) {
  #footer .f-main .upper .site-logo {
    width: 260px;
  }
}
#footer .f-main .upper .f-menu__main__list {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 991px) {
  #footer .f-main .upper .f-menu__main__list {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #footer .f-main .upper .f-menu__main__list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px 72px;
    height: 100px;
  }
}
#footer .f-main .upper .f-menu__main__item {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2222222222;
}
@media (max-width: 991px) {
  #footer .f-main .upper .f-menu__main__item {
    font-size: 16px;
    line-height: 1.1875;
  }
}
@media (max-width: 767px) {
  #footer .f-main .upper .f-menu__main__item {
    width: 82px;
  }
}
#footer .f-main .lower {
  margin-top: 30px;
}
#footer .f-main .lower .f-info {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2142857143;
}
#footer .f-main .lower .f-info .tel-fax {
  display: flex;
  gap: 0 1em;
}
#footer .f-main .lower .f-info .tel-fax .tel {
  margin-left: 1em;
}
#footer .f-main .lower .f-info .tel-fax .fax {
  margin-left: 1em;
}
@media (max-width: 991px) {
  #footer .f-main .lower .f-info .time .pc-only {
    display: none;
  }
}
@media (min-width: 992px) {
  #footer .f-main .lower .f-info .time .sp-only {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer .f-main .lower .f-info .time .sp-only {
    line-height: 2;
  }
}
@media (max-width: 991px) {
  #footer .f-main .lower .f-info .copyright {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}

#main {
  margin-top: 100px;
}

.main-back-image {
  position: fixed;
  pointer-events: none;
  background-image: url(../image/page_fv_back_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.content-main {
  padding: 100px 0;
}

.content-width {
  max-width: 1064px;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    max-width: unset;
    padding: 0 25px;
  }
}

table.has-border {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table.has-border th {
  border-right: 1px solid #F2F0EB;
  border-bottom: 1px solid #F2F0EB;
  vertical-align: middle;
  text-align: center;
  background-color: #28271D;
  color: #F2F0EB;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  height: 78px;
}
table.has-border th:last-child {
  border-right: unset;
}
table.has-border td {
  border-right: 1px solid #28271D;
  border-bottom: 1px solid #28271D;
  vertical-align: middle;
  text-align: center;
  background-color: #F2F0EB;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.7777777778;
  height: 78px;
}
table.has-border td:last-child {
  border-right: unset;
}
table.has-border tr:last-child td, table.has-border tr:last-child th {
  border-bottom: unset;
}

table.not-has-border th {
  border-bottom: 1px solid #C1B393;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  width: 227px;
  padding: 30px 0;
}
table.not-has-border td {
  border-bottom: 1px solid #C1B393;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  padding: 30px 0;
}
table.not-has-border tr:first-child th, table.not-has-border tr:first-child td {
  padding: 0 0 30px;
}

.google-map {
  width: 100%;
  aspect-ratio: 1000/500;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

ul.dot-square li span {
  position: relative;
  display: block;
  padding-left: 1.2em;
}
ul.dot-square li span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #28271D;
  width: 0.8em;
  aspect-ratio: 1;
  top: 0.7em;
  left: 0;
}

ul.dot-disc li span {
  position: relative;
  display: block;
  padding-left: 1.2em;
}
ul.dot-disc li span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #28271D;
  width: 3px;
  aspect-ratio: 1;
  top: 1em;
  left: 0.3em;
}

#page-fv {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
}
#page-fv .back-uniform {
  position: absolute;
  pointer-events: none;
  background-color: #F2F0EB;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#page-fv .fv-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 89.1666666667%;
  margin-left: auto;
}
#page-fv .page-fv__ttl {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.11em;
  line-height: 1.2;
  margin-top: 100px;
  margin-right: 50px;
}

.page-fv__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 27px;
}
.page-fv__breadcrumb a {
  flex-shrink: 0;
}
.page-fv__breadcrumb .separator {
  flex-shrink: 0;
  background-color: #707070;
  width: 40px;
  height: 1px;
}
.page-fv__breadcrumb .nonanchor {
  flex-shrink: 0;
}

#post-fv {
  position: relative;
  padding: 100px 0;
}
#post-fv .fv-inner {
  width: 72.5%;
  padding: 0 32px;
  margin: 0 auto;
}
#post-fv .post-fv__ttl {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.2;
}

#article-post {
  position: relative;
}
#article-post .post-meta {
  display: flex;
  gap: 0 26px;
}
#article-post .post-data {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
}
#article-post .post-title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 32px;
}
#article-post .post-thumb {
  margin-top: 50px;
}
#article-post .post-detail__list {
  margin-top: 45px;
}
#article-post .post-detail__item {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 35px;
}
#article-post .post-detail__main {
  margin-top: 40px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  width: 100%;
}

#top-fv {
  background-color: #28271D;
  padding-top: 100px;
}
@media (max-width: 767px) {
  #top-fv {
    padding-top: 60px;
  }
}
#top-fv .top-fv__slider__list {
  display: flex;
}

.top-fv__slider__container__inner {
  position: relative;
  overflow: visible;
}
.top-fv__slider__container__inner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
  transform: translateX(-50%);
  top: -30px;
  bottom: unset;
  left: 50%;
  right: unset;
  height: 8px;
  width: 800px;
}
@media (max-width: 1199px) {
  .top-fv__slider__container__inner .swiper-pagination {
    width: 560px;
  }
}
@media (max-width: 767px) {
  .top-fv__slider__container__inner .swiper-pagination {
    top: -18px;
    width: 100%;
    padding: 0 35px;
  }
}
.top-fv__slider__container__inner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.top-fv__slider__container__inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B79B5B;
}
.top-fv__slider__container__inner .swiper-button-prev {
  position: absolute;
  background-image: url(../image/icon_arrow_left_white_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  left: calc(50% - 400px - 28px);
  width: 18px;
  height: 30px;
}
@media (max-width: 1199px) {
  .top-fv__slider__container__inner .swiper-button-prev {
    left: calc(50% - 308px);
  }
}
@media (max-width: 767px) {
  .top-fv__slider__container__inner .swiper-button-prev {
    left: calc(50% - 172px);
    width: 12px;
    height: 20px;
  }
}
.top-fv__slider__container__inner .swiper-button-prev svg {
  display: none;
}
.top-fv__slider__container__inner .swiper-button-next {
  position: absolute;
  background-image: url(../image/icon_arrow_right_white_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  left: calc(50% + 400px + 28px);
  width: 18px;
  height: 30px;
}
@media (max-width: 1199px) {
  .top-fv__slider__container__inner .swiper-button-next {
    left: calc(50% + 308px);
  }
}
@media (max-width: 767px) {
  .top-fv__slider__container__inner .swiper-button-next {
    left: calc(50% + 172px);
    width: 12px;
    height: 20px;
  }
}
.top-fv__slider__container__inner .swiper-button-next svg {
  display: none;
}

.top-fv__slider__item {
  width: 800px;
  height: 600px;
}
@media (max-width: 1199px) {
  .top-fv__slider__item {
    width: 560px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .top-fv__slider__item {
    width: 320px;
    height: 240px;
  }
}

.top-fv__schedule-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-top: -45px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-fv__schedule-container {
    margin-top: 40px;
  }
}
.top-fv__schedule-container .schedule__today {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px #000;
  border: 1px solid #28271D;
  background-color: #F2F0EB;
  border-radius: 20px;
  padding: 0 35px 0 26px;
  height: 90px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
    width: 340px;
    height: unset;
    padding: 20px 15px 10px 15px;
  }
}
.top-fv__schedule-container .schedule__today .date {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1818181818;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .date {
    order: 0;
    font-size: 27px;
    line-height: 1.1851851852;
    margin-left: 10px;
  }
}
.top-fv__schedule-container .schedule__today .date time {
  display: flex;
  align-items: baseline;
}
.top-fv__schedule-container .schedule__today .date .small {
  font-size: 18px;
  line-height: 0.8181818182;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .date .small {
    font-size: 20px;
    line-height: 1.2;
  }
}
.top-fv__schedule-container .schedule__today .condition {
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 13px 30px;
  margin-left: 2px;
  margin-right: 35px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .condition {
    order: 2;
    padding: 13px 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.top-fv__schedule-container .schedule__today .condition.condition-open {
  background-color: #B79B5B;
}
.top-fv__schedule-container .schedule__today .condition.condition-close {
  background-color: #D1CEC8;
}
.top-fv__schedule-container .schedule__today .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 56px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .time {
    order: 1;
    margin-right: 25px;
  }
}
.top-fv__schedule-container .schedule__today .time .start-to-end {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1818181818;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .time .start-to-end {
    font-size: 19px;
    line-height: 1.2105263158;
  }
}
.top-fv__schedule-container .schedule__today .time .start-to-end .small {
  font-size: 14px;
  line-height: 1.2142857143;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .time .start-to-end .small {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.top-fv__schedule-container .schedule__today .time .limit {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2142857143;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .time .limit {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.top-fv__schedule-container .schedule__today .event-info {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2222222222;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .event-info {
    order: 3;
    font-size: 16px;
    line-height: 1.1875;
  }
}
.top-fv__schedule-container .schedule__today .event-info a {
  display: block;
  position: relative;
  padding-left: 43px;
  padding-right: 21px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .event-info a {
    padding-left: 40px;
    padding-right: 28px;
  }
}
.top-fv__schedule-container .schedule__today .event-info a::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-image: url(../image/icon_calendar_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 31px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__today .event-info a::before {
    width: 30px;
    height: 28px;
  }
}
.top-fv__schedule-container .schedule__today .event-info a::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../image/icon_arrow_right_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
}
.top-fv__schedule-container .schedule__parking {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px #000;
  border: 1px solid #28271D;
  background-color: #F2F0EB;
  border-radius: 20px;
  padding: 0 24px 0 16px;
  height: 90px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__parking {
    width: 340px;
    height: unset;
    padding: 10px 27px 10px 16px;
    margin-top: 23px;
  }
}
.top-fv__schedule-container .schedule__parking .icon-parking {
  width: 50px;
  height: 50px;
}
.top-fv__schedule-container .schedule__parking .icon-parking-condition {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 41px;
  margin-left: 10px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__parking .icon-parking-condition {
    margin-left: 13px;
    margin-right: 22px;
  }
}
.top-fv__schedule-container .schedule__parking .message-parking-condition {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2222222222;
  min-width: 72px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__parking .message-parking-condition {
    margin-right: 24px;
  }
}
.top-fv__schedule-container .schedule__parking .last-time {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2142857143;
  min-width: 57px;
  padding-left: 19px;
}
@media (max-width: 1199px) {
  .top-fv__schedule-container .schedule__parking .last-time {
    font-size: 15px;
    line-height: 1.2;
    padding-left: 27px;
  }
}
.top-fv__schedule-container .schedule__parking .last-time::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: #28271D;
  top: 50%;
  left: 0;
  width: 1px;
  height: 41px;
}

#top-overview {
  position: relative;
  background-color: #28271D;
  padding: 124px 0 308px;
}
@media (max-width: 767px) {
  #top-overview {
    padding: 45px 0 250px;
  }
}
#top-overview .kamon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}
@media (max-width: 767px) {
  #top-overview .kamon-list {
    gap: 0 40px;
  }
}
#top-overview .kamon-item {
  height: 70px;
}
@media (max-width: 767px) {
  #top-overview .kamon-item {
    height: 60px;
  }
}
#top-overview .sec-ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 120px;
}
@media (min-width: 768px) {
  #top-overview .sec-ttl br {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-overview .sec-ttl {
    font-size: 30px;
    line-height: 1.3333333333;
    margin-top: 54px;
  }
}
#top-overview .reading-text {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2.5;
  margin-top: 96px;
  z-index: 1;
}
@media (max-width: 767px) {
  #top-overview .reading-text {
    font-size: 15px;
    line-height: 2.1333333333;
    margin-top: 38px;
  }
}
#top-overview .reading-text .parts-cloud {
  position: absolute;
  transform: translateX(-50%);
  bottom: -170px;
  left: calc(50% - 550px);
  background-image: url(../image/parts_cloud_01_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 614.58px;
  aspect-ratio: 614.58/175.52;
  z-index: -1;
}
@media (max-width: 991px) {
  #top-overview .reading-text .parts-cloud {
    bottom: -140px;
    left: calc(50% - 122px);
    width: 385.79px;
    aspect-ratio: 385.79/110.18;
  }
}
#top-overview .reading-text .parts-pref-aichi {
  position: absolute;
  transform: translateX(-50%);
  bottom: -347px;
  left: calc(50% + 543px);
  background-image: url(../image/parts_pref_aichi_nagakute_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 500.2px;
  aspect-ratio: 500.2/444.58;
  z-index: -2;
}
@media (max-width: 991px) {
  #top-overview .reading-text .parts-pref-aichi {
    bottom: -203px;
    left: calc(50% + 144px);
    width: 267.5px;
    aspect-ratio: 267.5/237.76;
  }
}
#top-overview .thumb {
  position: absolute;
  transform: translateX(-50%);
  bottom: -232px;
  left: 50%;
  width: 642px;
  aspect-ratio: 642/465;
  margin: 90px auto 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #top-overview .thumb {
    bottom: -182px;
    max-width: 340px;
    width: 100%;
  }
}

#top-floormap {
  padding: 407px 0 0;
}
@media (max-width: 767px) {
  #top-floormap {
    padding: 266px 0 0;
  }
}
#top-floormap .sec-ttl {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top-floormap .sec-ttl {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
#top-floormap .sec-ttl span {
  position: relative;
  z-index: 2;
}
#top-floormap .sec-ttl .parts-cloud {
  position: absolute;
  transform: translateX(-50%);
  top: -180px;
  left: calc(50% + 600px);
  background-image: url(../image/parts_cloud_02_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 628.06px;
  aspect-ratio: 628.06/173.9;
  z-index: 1;
}
@media (max-width: 1199px) {
  #top-floormap .sec-ttl .parts-cloud {
    top: -135px;
    left: calc(50% + 150px);
  }
}
@media (max-width: 767px) {
  #top-floormap .sec-ttl .parts-cloud {
    width: 426.06px;
    aspect-ratio: 426.06/117.97;
  }
}
#top-floormap .content-inner {
  margin-top: 143px;
}
@media (max-width: 767px) {
  #top-floormap .content-inner {
    margin-top: 32px;
  }
}
#top-floormap .content-inner .map:nth-child(2) {
  margin-top: 52px;
}
@media (max-width: 767px) {
  #top-floormap .content-inner .map:nth-child(2) {
    margin-top: 18px;
  }
}

#top-facility {
  position: relative;
  padding-top: 358px;
  z-index: 1;
}
@media (max-width: 767px) {
  #top-facility {
    padding-top: 92px;
  }
}
#top-facility .top-facility__item {
  position: relative;
  width: min(100% - 25px, 100% - (100% - 1000px) / 2);
}
#top-facility .top-facility__item:nth-child(n+2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item:nth-child(n+2) {
    margin-top: 75px;
  }
}
#top-facility .top-facility__item.left {
  margin-right: auto;
}
#top-facility .top-facility__item.left .top-facility__item__inner {
  padding: 113px 64px 113px 0;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item.left .top-facility__item__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.left .top-facility__item__inner {
    padding: 30px 22px 30px 0;
  }
}
#top-facility .top-facility__item.left .top-facility__item__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #E5DFCB;
  border-bottom: 1px solid #28271D;
  border-left: 1px solid #28271D;
  border-bottom-left-radius: 100%;
  width: 30px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.left .top-facility__item__inner::before {
    width: 16px;
  }
}
#top-facility .top-facility__item.left .top-facility__item__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #E5DFCB;
  border-top: 1px solid #28271D;
  border-left: 1px solid #28271D;
  border-top-left-radius: 100%;
  width: 30px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.left .top-facility__item__inner::after {
    width: 16px;
  }
}
#top-facility .top-facility__item.left .top-facility__item__inner .part-ttl {
  right: 64px;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.left .top-facility__item__inner .part-ttl {
    right: 23px;
  }
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item.left .top-facility__item__inner .thumb {
    padding-left: 0;
    padding-right: 49px;
  }
}
#top-facility .top-facility__item.left .top-facility__item__inner .thumb .img-box img {
  object-fit: cover;
  object-position: right;
}
#top-facility .top-facility__item.left .top-facility__item__inner .reading-text {
  margin-left: 75px;
  margin-right: 99px;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item.left .top-facility__item__inner .reading-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 49px;
  }
}
#top-facility .top-facility__item.right {
  margin-left: auto;
}
#top-facility .top-facility__item.right .top-facility__item__inner {
  padding: 113px 0 113px 64px;
  position: relative;
  background-color: #DFD5BE;
  border: 1px solid #28271D;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item.right .top-facility__item__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.right .top-facility__item__inner {
    padding: 30px 0 30px 20px;
  }
}
#top-facility .top-facility__item.right .top-facility__item__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #E5DFCB;
  border-bottom: 1px solid #28271D;
  border-right: 1px solid #28271D;
  border-bottom-right-radius: 100%;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.right .top-facility__item__inner::before {
    width: 16px;
    height: 16px;
  }
}
#top-facility .top-facility__item.right .top-facility__item__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #E5DFCB;
  border-top: 1px solid #28271D;
  border-right: 1px solid #28271D;
  border-top-right-radius: 100%;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.right .top-facility__item__inner::after {
    width: 16px;
    height: 16px;
  }
}
#top-facility .top-facility__item.right .top-facility__item__inner .part-ttl {
  left: 64px;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item.right .top-facility__item__inner .part-ttl {
    left: 23px;
  }
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item.right .top-facility__item__inner .thumb {
    padding-left: 54px;
    padding-right: 0;
  }
}
#top-facility .top-facility__item.right .top-facility__item__inner .thumb .img-box img {
  object-fit: cover;
  object-position: left;
}
#top-facility .top-facility__item.right .top-facility__item__inner .reading-text {
  margin-left: 99px;
  margin-right: 75px;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item.right .top-facility__item__inner .reading-text {
    margin-left: 0;
    margin-right: 0;
    padding-right: 24px;
    padding-left: 53px;
  }
}
#top-facility .top-facility__item:last-child .top-facility__item__inner::after {
  background-color: #F2F0EB;
}
#top-facility .top-facility__item .parts-kamon {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#top-facility .top-facility__item .parts-cloud {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
#top-facility .top-facility__item .parts-battle {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#top-facility .top-facility__item__inner {
  position: relative;
  display: flex;
  background-color: #DFD5BE;
  border: 1px solid #28271D;
}
#top-facility .top-facility__item__inner .part-ttl {
  position: absolute;
  top: -61px;
  flex-shrink: 0;
  width: 37px;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item__inner .part-ttl {
    top: -43px;
    width: 26px;
  }
}
#top-facility .top-facility__item__inner .reading-text {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 2;
  width: clamp(285px, 19.7916666667vw, 380px);
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item__inner .reading-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #top-facility .top-facility__item__inner .reading-text {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item__inner .thumb {
    margin-top: 30px;
  }
}
#top-facility .top-facility__item__inner .thumb .img-box {
  aspect-ratio: 840/400;
}
@media (max-width: 575px) {
  #top-facility .top-facility__item__inner .thumb .img-box {
    aspect-ratio: 292/224;
  }
}
#top-facility .top-facility__item__inner .thumb .of-ct {
  object-position: top;
}
#top-facility .top-facility__item:nth-child(1) .parts-kamon {
  top: -151px;
  left: -266px;
  background-image: url(../image/parts_kamon_goshitinokiri_01.png);
  width: 300px;
  aspect-ratio: 300/310.56;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(1) .parts-kamon {
    width: 150px;
    aspect-ratio: 150/155.28;
    top: -90px;
    left: -30px;
  }
}
#top-facility .top-facility__item:nth-child(1) .parts-cloud {
  bottom: -162px;
  left: -340px;
  background-image: url(../image/parts_cloud_03_01.png);
  width: 485.66px;
  aspect-ratio: 485.66/382.67;
  z-index: 1;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(1) .parts-cloud {
    bottom: -100px;
    left: -110px;
    width: 266.88px;
    aspect-ratio: 266.88/210.29;
    z-index: 1;
  }
}
#top-facility .top-facility__item:nth-child(1) .parts-battle {
  bottom: -90px;
  left: 70px;
  background-image: url(../image/parts_battle_01_01.png);
  width: 218px;
  aspect-ratio: 218/214;
  z-index: 2;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(1) .parts-battle {
    bottom: -88px;
    left: 74px;
    width: 108px;
    aspect-ratio: 108/106;
    z-index: 2;
  }
}
#top-facility .top-facility__item:nth-child(2) .parts-kamon {
  top: 49px;
  right: -276px;
  background-image: url(../image/parts_kamon_mokko_01.png);
  width: 300px;
  aspect-ratio: 300/296.33;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(2) .parts-kamon {
    top: -90px;
    right: -60px;
    width: 150px;
    aspect-ratio: 150/148.16;
    z-index: -1;
  }
}
#top-facility .top-facility__item:nth-child(2) .parts-cloud {
  bottom: -172px;
  right: -410px;
  background-image: url(../image/parts_cloud_01_01.png);
  width: 666.11px;
  aspect-ratio: 666.11/189.81;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(2) .parts-cloud {
    bottom: -101px;
    right: -79px;
    width: 249.62px;
    aspect-ratio: 249.62/71.13;
  }
}
#top-facility .top-facility__item:nth-child(2) .parts-battle {
  bottom: -74px;
  right: 180px;
  background-image: url(../image/parts_battle_02_01.png);
  width: 195px;
  aspect-ratio: 195/165;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(2) .parts-battle {
    bottom: -64px;
    right: 130px;
    width: 111.5px;
    aspect-ratio: 111.5/94.35;
    z-index: 2;
  }
}
#top-facility .top-facility__item:nth-child(3) .parts-kamon {
  top: 169px;
  left: -263px;
  background-image: url(../image/parts_kamon_mitsubaaoi_01.png);
  width: 300px;
  aspect-ratio: 300/299.99;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(3) .parts-kamon {
    top: -89px;
    left: -52px;
    width: 150px;
    aspect-ratio: 150/150;
    z-index: -1;
  }
}
#top-facility .top-facility__item:nth-child(4) .parts-cloud {
  bottom: -114px;
  right: -317px;
  background-image: url(../image/parts_cloud_03_01.png);
  width: 541.36px;
  aspect-ratio: 541.36/426.56;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(4) .parts-cloud {
    bottom: -86px;
    right: -113px;
    width: 265.75px;
    aspect-ratio: 265.75/209.04;
  }
}
#top-facility .top-facility__item:nth-child(4) .parts-battle {
  bottom: -103px;
  right: -182px;
  background-image: url(../image/parts_battle_03_01.png);
  width: 127px;
  aspect-ratio: 127/168;
}
@media (max-width: 767px) {
  #top-facility .top-facility__item:nth-child(4) .parts-battle {
    bottom: -105px;
    right: 100px;
    width: 90px;
    aspect-ratio: 90/119;
  }
}
#top-facility .top-facility__item:nth-child(5) .parts-battle {
  bottom: -84px;
  left: 54px;
  background-image: url(../image/parts_battle_04_01.png);
  width: 295px;
  aspect-ratio: 295/299;
}
@media (max-width: 1199px) {
  #top-facility .top-facility__item:nth-child(5) .parts-battle {
    bottom: -50px;
    left: -20px;
    width: 126px;
    aspect-ratio: 126/127;
  }
}

#top-freespace {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #top-freespace {
    padding: 83px 0 55px;
  }
}
#top-freespace::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F2F0EB;
  top: -320px;
  left: 0;
  bottom: 0;
  width: 100%;
}
#top-freespace .sec-inner {
  position: relative;
  z-index: 1;
}
#top-freespace .sec-ttl {
  color: #28271D;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top-freespace .sec-ttl {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
#top-freespace .reading-head {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2.5;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top-freespace .reading-head {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
  }
}
#top-freespace .content-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #top-freespace .content-inner {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  #top-freespace .content-inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#top-freespace .content-inner .freespace__area {
  width: 46%;
}
@media (max-width: 767px) {
  #top-freespace .content-inner .freespace__area:nth-child(n+2) {
    margin-top: 54px;
  }
}
@media (max-width: 575px) {
  #top-freespace .content-inner .freespace__area {
    width: 340px;
    margin: 0 auto;
  }
}
#top-freespace .content-inner .content-ttl {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #top-freespace .content-inner .content-ttl {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 28px;
  }
}
#top-freespace .content-inner .reading-text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-freespace .content-inner .reading-text {
    font-size: 14px;
    line-height: 2;
    margin-top: 24px;
  }
}

#top-merchandise {
  background-color: #28271D;
  padding: 105px 0;
}
@media (max-width: 767px) {
  #top-merchandise {
    padding: 66px 0 56px;
  }
}
#top-merchandise .sec-ttl {
  color: #28271D;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top-merchandise .sec-ttl {
    font-size: 30px;
    line-height: 1.2;
  }
}
#top-merchandise .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #top-merchandise .content-inner {
    flex-direction: column;
    margin-top: 30px;
  }
}
#top-merchandise .content-inner .thumb {
  max-width: 457px;
  width: 100%;
  aspect-ratio: 457/274;
  margin-right: 82px;
}
@media (max-width: 767px) {
  #top-merchandise .content-inner .thumb {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-merchandise .content-inner .reading-text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 2;
  max-width: 461px;
  width: 100%;
}
@media (max-width: 767px) {
  #top-merchandise .content-inner .reading-text {
    font-size: 14px;
    letter-spacing: 2;
    width: 340px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

#info-container {
  position: relative;
  z-index: 1;
}
#info-container .section:nth-child(n+2) {
  margin-top: 100px;
}
#info-container .sec-ttl {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #B79B5B;
  color: #F2F0EB;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 0.1148325359;
  height: 78px;
  padding: 0 33px;
  margin-bottom: 30px;
}

#info-access .traffic-info__list {
  margin-top: 40px;
}
#info-access .traffic-info__item:nth-child(n+2) {
  margin-top: 70px;
}
#info-access .traffic-info__item .traffic__ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  height: 50px;
  padding-left: 70px;
}
#info-access .traffic-info__item .traffic__ttl::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 50px;
  aspect-ratio: 1;
}
#info-access .traffic-info__item .detail-map {
  width: 80%;
  margin: 82px auto 0;
}
#info-access .train-diagram .start {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F0EB;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  height: 50px;
}
#info-access .train-diagram .end {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #28271D;
  color: #F2F0EB;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  height: 50px;
}
#info-access .train-diagram .method-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#info-access .train-diagram .method-item {
  width: 48.6%;
}
#info-access .train-diagram .method-item .method {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 8.2304526749%;
  height: 60px;
}
#info-access .train-diagram .method-item .method span {
  position: relative;
  padding-left: 30px;
}
#info-access .train-diagram .method-item .method span::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_arrow_under_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 9.3px;
  aspect-ratio: 9.3/40;
}
#info-access .train-diagram .method-item .pivot {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  border: 1px solid #28271D;
  width: 100%;
  height: 50px;
}
#info-access .traffic-info__item.for-train .traffic__ttl::before {
  background-image: url(../image/icon_traffic_train_01.svg);
}
#info-access .traffic-info__item.for-car .traffic__ttl::before {
  background-image: url(../image/icon_traffic_car_01.svg);
}

#guide-container {
  position: relative;
  z-index: 1;
}
#guide-container .section:nth-child(n+2) {
  margin-top: 100px;
}
#guide-container .sec-large-ttl {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #B79B5B;
  color: #F2F0EB;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 0.1148325359;
  height: 78px;
  padding: 0 33px;
  margin-bottom: 30px;
}
#guide-container .sec-ttl {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #B79B5B;
  color: #F2F0EB;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 0.1148325359;
  height: 78px;
  padding: 0 33px;
  margin-bottom: 30px;
}
#guide-container .site-guide-container {
  margin-top: 140px;
}
#guide-container .site-guide-container .site-guide__subttl {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.2;
}
#guide-container .site-guide-container .reading-text {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 65px;
}

#guide-domestic .site-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 36px;
  margin-top: 112px;
}
#guide-domestic .site-list .site-name {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.9;
  margin-top: 40px;
}
#guide-domestic .site-list .site-name .index {
  color: #28271D;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.4615384615;
}
#guide-domestic .site-list .site-description {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 25px;
}

#guide-tour .course__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27.5px;
}
#guide-tour .course__item:nth-child(1) .course__ttl-box {
  background-color: #532525;
}
#guide-tour .course__item:nth-child(2) .course__ttl-box {
  background-color: #5D4D27;
}
#guide-tour .course__item:nth-child(3) .course__ttl-box {
  background-color: #233041;
}
#guide-tour .course__item .course__ttl-box {
  overflow: hidden;
  border-radius: 9px;
  padding: 11px 0 17px;
}
#guide-tour .course__item .course__ttl {
  text-align: center;
  color: #F2F0EB;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.12;
}
#guide-tour .course__item .course__subttl {
  text-align: center;
  color: #F2F0EB;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 7px;
}
#guide-tour .course__item .course__flow {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  margin-top: 37.4px;
}
#guide-tour .course__item .course__flow .pivot {
  position: relative;
  border: 1px solid #28271D;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  padding: 12px 0;
}
#guide-tour .course__item .course__flow .pivot::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_arrow_under_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  bottom: -50px;
  left: 50%;
  width: 9.3px;
  height: 40px;
}
#guide-tour .course__item .course__flow .pivot:last-child::before {
  content: unset;
}

#about .content-main {
  padding-top: 0;
}

#about-fv {
  background-color: #28271D;
}
#about-fv .content-width {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 410px;
}
#about-fv .kamon__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
  width: 100%;
}
#about-fv .kamon__item {
  height: 70px;
}
#about-fv .page-ttl {
  color: #F2F0EB;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 120px;
}
#about-fv .reading-text {
  color: #F2F0EB;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0;
  margin-top: 96px;
}
#about-fv .thumb {
  position: absolute;
  transform: translateX(-50%);
  bottom: -232px;
  left: 50%;
  width: 642px;
  aspect-ratio: 642/465;
  margin: 90px auto 0;
  z-index: 1;
}

#about-commander {
  margin-top: 271px;
}
#about-commander .content-width {
  padding: 113px 0;
}
#about-commander .sec-ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about-commander .sec-ttl {
  width: 386.89px;
  height: 275.87px;
}
#about-commander .sec-sub-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 127px;
}
#about-commander .hashiba-tokugawa-sides {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 2em;
  padding-top: 144px;
}
#about-commander .hashiba-side {
  flex-shrink: 0;
}
#about-commander .tokugawa-side {
  flex-shrink: 0;
}
#about-commander .commander__item {
  list-style: disc;
  font-weight: 400;
  font-size: 22px;
  line-height: 2.7272727273;
  letter-spacing: 0;
  margin-left: 1em;
}

#about-detail .content-width {
  border-top: 1px solid #C1B393;
  padding: 116px 0;
}
#about-detail .sec-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}
#about-detail .reading-text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 65px;
}

#about-amazing .content-width {
  border-top: 1px solid #C1B393;
  padding: 116px 0;
}
#about-amazing .sec-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}
#about-amazing .reading-text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 65px;
}

#about-learn .content-width {
  border-top: 1px solid #C1B393;
  padding: 116px 0 429px;
}
#about-learn .sec-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}
#about-learn .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about-learn .reading-text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 65px;
}
#about-learn .thumb {
  width: 292.11px;
  height: 549.5px;
  margin-top: 66px;
}

#about-notice {
  background-color: #28271D;
}
#about-notice .content-width {
  position: relative;
  padding: 198px 0 104px;
}
#about-notice .sec-ttl {
  position: absolute;
  transform: translateX(-50%);
  top: -140px;
  left: 50%;
  width: 386.89px;
  height: 275.87px;
}
#about-notice .sec-sub-ttl {
  color: #F2F0EB;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.2;
}
#about-notice .reading-text {
  margin-top: 93.2px;
}
#about-notice .notice__list__container {
  position: relative;
  background-color: #DFD5BE;
  border: 1px solid #B79B5B;
  width: 1000px;
  margin: 93px auto 0;
}
#about-notice .notice__list__container::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #28271D;
  border-bottom: 1px solid #B79B5B;
  border-right: 1px solid #B79B5B;
  border-bottom-right-radius: 100%;
  width: 30px;
  aspect-ratio: 1;
}
#about-notice .notice__list__container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #28271D;
  border-top: 1px solid #B79B5B;
  border-right: 1px solid #B79B5B;
  border-top-right-radius: 100%;
  width: 30px;
  aspect-ratio: 1;
}
#about-notice .notice__list {
  position: relative;
  width: 100%;
  padding: 75px 141px;
}
#about-notice .notice__list::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #28271D;
  border-bottom: 1px solid #B79B5B;
  border-left: 1px solid #B79B5B;
  border-bottom-left-radius: 100%;
  width: 30px;
  aspect-ratio: 1;
}
#about-notice .notice__list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #28271D;
  border-top: 1px solid #B79B5B;
  border-left: 1px solid #B79B5B;
  border-top-left-radius: 100%;
  width: 30px;
  aspect-ratio: 1;
}
#about-notice .notice__item {
  list-style: disc;
  margin-left: 1em;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.6;
}

.event-archive__container {
  position: relative;
  z-index: 1;
}

.event-post__item {
  border-bottom: 1px solid #C1B393;
  padding: 40px 0;
}

.event-post__item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 40px;
}

.event-post__item__thumb {
  flex-shrink: 0;
  width: 34%;
  aspect-ratio: 340/204;
}
.event-post__item__thumb .img-box {
  width: 100%;
  height: 100%;
}

.event-post__item__info .meta {
  display: flex;
  gap: 0 30px;
}
.event-post__item__info .meta .post-date {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
}
.event-post__item__info .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 14px;
}
.event-post__item__info .date {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 36px;
}
.event-post__item__info .limit {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.875;
}
.event-post__item__info .venue {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.875;
}

.category__list {
  display: flex;
  gap: 0 7px;
}

.category__item {
  border-radius: 100px;
  color: #F2F0EB;
  background-color: #28271D;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 2;
  padding: 4px 20px;
}

.news-archive__container {
  position: relative;
}
.news-archive__container .news-post__item {
  border-bottom: 1px solid #28271D;
}
.news-archive__container .news-post__item {
  padding: 30px 0;
}
.news-archive__container .news-post__item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5em 30px;
}
.news-archive__container .news-post__item__info .post-date {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
}
.news-archive__container .news-post__item__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1875;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 確認ページでのデザイン調整 */
.page-slug-confirm input[readonly],
.page-slug-confirm select[readonly] {
  background-color: transparent;
  border: none;
  outline: none;
  pointer-events: none; /* クリック不可 */
  appearance: none; /* セレクトボックスの矢印消去 */
  padding: 0;
}

/* 確認画面でセレクトボックスを選択不可にする */
.page-confirm select.is-confirm-view {
  pointer-events: none;
  background-color: #f0f0f0;
}

.contact-form-container {
  margin-top: 60px;
}
.contact-form-container select {
  width: 524px;
}
.contact-form-container .f-confirm {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.contact-form-container .f-confirm label {
  display: flex;
  align-items: center;
}
.contact-form-container .f-confirm label span {
  padding-left: 20px;
}
.contact-form-container .f-confirm input[type=checkbox] {
  appearance: auto;
  width: 1em;
  height: 1em;
}
.contact-form-container .f-submit-box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.contact-form-container .f-submit-box .f-submit__inner {
  border: 1px solid #28271D;
  width: 400px;
  height: 60px;
}
.contact-form-container .f-submit-box .f-submit__inner input {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  width: 100%;
  height: 100%;
  padding: 0 18px;
}
.contact-form-container .wpcf7-response-output {
  text-align: center;
}
.contact-form-container .f-privacy {
  border-top: 1px solid #28271D;
  border-bottom: 1px solid #28271D;
  padding: 40px 50px 55px;
  margin-top: 100px;
}
.contact-form-container .f-privacy .f-parivacy__title {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
.contact-form-container .f-privacy .f-privacy__content {
  overflow-y: scroll;
  height: 256px;
  margin-top: 60px;
}
.contact-form-container .fr:nth-child(n+2) {
  margin-top: 40px;
}
.contact-form-container .fr .fh {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 0.1893491124;
  margin-bottom: 20px;
}
.contact-form-container .fr .fh .require {
  position: relative;
}
.contact-form-container .fr .fh .require::before {
  content: "必須";
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  background-color: #C25408;
  transform: translateY(-50%);
  top: 50%;
  right: -70px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 2;
  padding: 0;
  width: 50px;
}
.contact-form-container .f-submit__inner {
  display: flex;
  justify-content: center;
  gap: 20px; /* ボタン同士の間隔 */
}
.contact-form-container .f-back-btn {
  /* 戻るボタンのデザイン（お好みで調整してください） */
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

/* page-confirm.php で表示されている時のスタイル */
.page-confirm input[readonly],
.page-confirm textarea[readonly],
.page-confirm select.is-confirm-view {
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
  color: #666 !important;
  cursor: not-allowed;
  -webkit-appearance: none; /* iOSなどでセレクトボックスの矢印を消す場合 */
}