@charset "UTF-8";
:root {
  --light: #fff;
  --dark: #21201e;
  --primary: #9C836A;
  --primary-transparent: rgba(156, 131, 106, 0);
  --text-primary: #222;
  --text-light: #FEC;
  --text-gray: #808080;
  --fill-gray: #F9F9F9;
  --fill-light: #807366;
  --fill-dark: #4D4843;
  --line-primary: #DDD;
  --line-light: #808080;
  --family-arsenal: Arsenal;
  --family-noto: "Noto Sans JP";
}
/* section
---------------------------------------- */
.sectionInner {
  width: 100%;
  padding: 30px 20px 40px;
}
.sectionTitle {
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 0.875rem;
}
.sectionTitle > span {
  order: 2;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1;
}
.sectionTitle > span span {
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
  line-height: 1;
}
.sectionTitle small {
  order: 1;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  font-family: var(--family-arsenal), sans-serif;
  font-size: 3.125rem;
  line-height: 1.25;
  speak: none;
}
.-light .sectionTitle, .-dark .sectionTitle {
  color: currentColor;
}
.sectionTitle.-sub {
  margin-bottom: 40px;
  color: var(--text-light);
}
.sectionTitle.-sub span {
  margin-bottom: 9px;
}
.sectionTitle.-sub small {
  font-size: 2.5rem;
}
.-gray .sectionTitle.-sub {
  color: var(--text-primary);
}
.sectionBody + .sectionBody, .sectionBody:has(+ .sectionBody) {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid var(--line-light);
}
.-gray .sectionBody + .sectionBody, .-gray .sectionBody:has(+ .sectionBody) {
  border-top: 1px solid var(--line-primary);
}
.sectionBody.-banner {
  padding-bottom: 40px;
}
.sectionLead {
  margin-bottom: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
}
.sectionMore {
  margin-top: 30px;
  text-align: right;
}
.sectionMore.-sub {
  margin-top: 20px;
}
.section.-gray {
  background-color: var(--fill-gray) !important;
}
.section.-light {
  background-color: var(--fill-light) !important;
  color: var(--light) !important;
}
.section.-dark {
  background-color: var(--fill-dark) !important;
  color: var(--light) !important;
}
.section.-nopadding {
  padding: 0;
}
.indexMap .mapMore{padding-bottom:58px;}
.indexMap .mapMore > a{width:50%;display:inline-block;}
/* map
---------------------------------------- */
.map {
  position: relative;
}

.mapNav {
  counter-reset: map-num;
}
.mapNavItem {
  display: block;
  counter-increment: map-num;
}
.mapNavTitle {
  display: flex;
  align-items: center;
  gap: 1px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  transition: margin-bottom 0.3s;
}
.mapNavTitle.on {
  margin-bottom: 20px;
}
.mapNavTitle::before {
  flex: 0 0 24px;
  display: block;
  content: counter(map-num);
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: var(--text-primary);
  border-radius: 50%;
  color: var(--light);
  font-weight: 400;
  line-height: 22px;
  transition: background 0.4s;
}
.mapNavTitle.on::before {
  background: var(--primary);
}
.mapNavTitleIcon {
  width: 40px;
  padding: 1.5px;
}
.mapNavTitleLabel {
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 14px;
  padding-right: 25px;
  background: var(--primary-transparent);
  font-size: 0.875rem;
  font-weight: 400;
  transition: background 0.4s;
}
.mapNavTitle.on .mapNavTitleLabel {
  background: var(--primary);
  color: var(--light);
}

.mapNavBody {
  transition: opacity 0.6s;
  display: none;
  pointer-events: none;
  overflow: hidden;
}
.mapNavBody.on {
  z-index: 2;
  display: block;
  pointer-events: all;
}
.mapNavBodyMap {
  margin-bottom: 10px;
  width: 100%;
}
.mapNavBodyMap.on {
  z-index: 2;
}
.mapNavBodyMap img {
  width: 100%;
  aspect-ratio: 570/475;
}

.mapCard {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: var(--light);
  border: 1px solid var(--line-primary);
}
.mapCardImage {
  position: relative;
}
.mapCardImage img {
  width: 100%;
}
.mapCardImageIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.mapCardTitle {
  position: relative;
  margin: 16px 25px 0;
}
.mapCardTitle small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.mapCardTitle strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.mapCardSummary {
  position: relative;
  margin: 12px 25px 0;
  color: var(--text-gray);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.714285714;
}
.mapCardMore {
  position: relative;
  margin: 16px 25px 0;
}
.mapCardMoreInner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  color: var(--primary) !important;
}
.mapCardMoreLabel {
  font-size: 0.875rem;
  font-weight: 400;
}
.mapCardMoreIcon {
  width: 33px;
  height: 4px;
  margin-bottom: 2px;
  fill: none;
  stroke: var(--primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}
.-dark .mapCardMoreIcon {
  stroke: currentColor;
}
.mapNavItem > .mapItem{width:100%; display:none; margin-bottom:12px;}
.mapNavItem > .mapItem.on{display:block;}