/* common parts */
.pre-inc {
  /* top-image */
}
.pre-inc #main {
  position: relative;
  width: 100%;
}
.pre-inc #main .top-image img {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}
.pre-inc #main .top-image .top-image-pc {
  display: block;
}
.pre-inc #main .top-image figcaption {
  position: absolute;
  color: #fff;
  padding-block: 0.25em;
  padding-right: 0.5em;
  text-align: right;
  line-height: 2;
  font-size: min(2.4vw, 12px);
  letter-spacing: 0.05em;
  inset: auto 0 0 auto;
  text-shadow: 0.1rem 0.1rem 0.2rem #000;
  bottom: 0;
}
.pre-inc {
  /* contents */
}
.pre-inc #contents::after {
  content: "";
  display: block;
  height: 0.2rem;
  background: linear-gradient(90deg, rgb(239, 192, 46) 0%, rgb(250, 246, 201) 33%, rgb(187, 141, 49) 48%, rgb(230, 208, 132) 76%, rgb(250, 246, 201) 100%);
}
.pre-inc #contents .title-area {
  padding: min(4vw, 2rem);
  color: #312A28;
  text-align: center;
  margin: auto;
  background-image: linear-gradient(90deg, rgb(192, 162, 99) 0%, rgb(233, 215, 179) 40%, rgb(233, 215, 179) 60%, rgb(192, 162, 99) 100%);
}
.pre-inc #contents .title-area h2 {
  padding: min(2vw, 2rem) 0 1rem;
  font-size: min(5.5vw, 40px);
}
.pre-inc #contents .title-area .text-box {
  font-size: min(5.2vw, 36px);
  line-height: 1.8;
  padding-bottom: min(2vw, 2rem);
}
.pre-inc #contents .title-area .text-box .text-inline {
  display: block;
}
.pre-inc #contents .title-area .text-box .text-inline .border-btm-red {
  display: inline-block;
  line-height: 1.6;
  background-image: linear-gradient(135deg, rgb(173, 8, 19) 10%, rgba(173, 8, 19, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2rem;
  background-position: bottom;
}
.pre-inc #contents .image-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pre-inc #contents .image-area ul li {
  position: relative;
  flex: 1;
}
.pre-inc #contents .image-area ul li img {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}
.pre-inc #contents .image-area ul li p {
  position: absolute;
  color: #fff;
  padding-block: 0.25em;
  padding-right: 0.5em;
  text-align: right;
  line-height: 2;
  font-size: min(2.4vw, 12px);
  letter-spacing: 0.05em;
  inset: auto 0 0 auto;
  text-shadow: 0.1rem 0.1rem 0.2rem #000;
  bottom: 0;
}
.pre-inc #contents .map-area {
  padding: 2rem 1rem min(12vw, 6rem);
  background: linear-gradient(90deg, rgb(49, 42, 40) 0%, rgb(94, 89, 87) 100%);
}
.pre-inc #contents .map-area .catch-text {
  font-size: clamp(0.813rem, 0.372rem + 1.88vw, 1.875rem);
  line-height: 1.6;
  padding: min(2vw, 3rem) min(4vw, 1rem) min(6vw, 3rem);
  color: #fff;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .pre-inc #contents .map-area .catch-text {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
.pre-inc #contents .map-area .flex-wrap .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  width: 95%;
  margin: auto;
  padding: min(2vw, 3rem) 0;
}
.pre-inc #contents .map-area .flex-wrap .flex-box img {
  flex: 1;
  width: min(35vw, 24rem);
  height: 100%;
  padding: min(2vw, 0.5rem) min(6vw, 2rem);
}
@media screen and (max-width: 768px) {
  .pre-inc #contents .map-area .flex-wrap .flex-box img:last-child {
    padding-top: 1rem;
  }
}
.pre-inc #contents .map-area .border-line-white {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  opacity: 0.6;
  margin: min(2vw, 2rem) auto min(6vw, 4rem);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
}
.pre-inc #contents .band-area {
  background: linear-gradient(90deg, rgb(49, 42, 40) 0%, rgb(94, 89, 87) 100%);
  padding-bottom: min(12vw, 8rem);
}
.pre-inc #contents .band-area .band-block-color {
  background: #F5F4ED;
}
.pre-inc #contents .band-area .band-block-color .band-block-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: min(12vw, 4rem) min(4vw, 2rem);
  width: auto;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 10%;
}
.pre-inc #contents .band-area .band-block-color .band-block-flex figure {
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: min(50vw, 50%);
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .pre-inc #contents .band-area .band-block-color .band-block-flex figure {
    position: inherit;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
  }
}
.pre-inc #contents .band-area .band-block-color .band-block-flex figure img {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}
.pre-inc #contents .band-area .band-block-color .band-block-flex figure figcaption {
  position: absolute;
  color: #fff;
  padding-block: 0.25em;
  padding-right: 0.5em;
  text-align: right;
  line-height: 2;
  font-size: min(2.4vw, 12px);
  letter-spacing: 0.05em;
  inset: auto 0 0 auto;
  text-shadow: 0.1rem 0.1rem 0.2rem #000;
  bottom: 0;
}
.pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text {
  display: block;
  padding: 2rem 0 min(2vw, 2rem);
  width: min(40vw, 40%);
}
@media screen and (max-width: 768px) {
  .pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text {
    width: 100%;
    margin: auto;
  }
}
.pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text span:not([class]) {
  display: block;
}
@media screen and (max-width: 768px) {
  .pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text span:not([class]) {
    display: inline-block;
  }
}
.pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text .text-tit {
  font-size: min(5.2vw, 36px);
  line-height: 1.8;
  padding-bottom: 1em;
}
.pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text .text-sent {
  font-size: min(3.6vw, 18px);
  line-height: 2;
}
.pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text .text-sent .text-marker-red {
  background-color: rgba(172, 73, 73, 0.1);
}
.pre-inc #contents .band-area .band-block-color .band-block-flex .band-block-text .text-sent .text-color-red {
  color: #AC4949;
}
.pre-inc #contents .band-area .band-block-color .flex-reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.pre-inc #contents .band-area .band-block-color .flex-reverse figure {
  left: 5%;
  width: min(50vw, 50%);
}
@media screen and (max-width: 768px) {
  .pre-inc #contents .band-area .band-block-color .flex-reverse figure {
    position: inherit;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
  }
}

/*# sourceMappingURL=access.css.map */
