@charset "UTF-8";
body {
  background: #fff;
}

body.inview {
  background: #fff;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p,
a {
  color: #000;
  font-weight: 500;
  font-style: normal;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1.8;
}

p, span, a {
  font-size: 17px;
}
@media (max-width: 768px) {
  p, span, a {
    font-size: 15px;
  }
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.map {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #fff;
}
.map .main {
  position: relative;
  overflow: hidden;
  background: none;
}
@media (max-width: 768px) {
  .map .main {
    margin: 0;
  }
}
.map .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.map .top-first-view {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 1100px;
  width: 80%;
}
@media (max-width: 768px) {
  .map .top-first-view {
    margin-bottom: 40px;
    width: 100%;
  }
}
.map .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 550px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .map .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .map .heading__img__wrapper {
    max-height: none;
  }
}
.map .heading__img__wrapper .heading__img {
  margin-top: 0;
  min-width: 1400px;
}
@media (max-width: 768px) {
  .map .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
@media (min-width: 1400px) {
  .map .heading__img__wrapper .heading__img {
    max-width: none !important;
    width: 100vw !important;
  }
}
.map .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .map .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.map .fixed__wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  text-align: right;
}
.map .fixed__wrapper .first-view-text {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 768px) {
  .map .fixed__wrapper .first-view-text {
    top: 120px;
  }
}
.map .fixed__wrapper .first-view-text .first-view-text-bg {
  display: block;
  color: #fff;
  font-size: 44px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .map .fixed__wrapper .first-view-text .first-view-text-bg {
    font-size: 36px;
  }
}
.map .grand-open--img {
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 180px;
}
@media (max-width: 768px) {
  .map .grand-open--img {
    bottom: -36px;
    left: 8px;
    width: 130px;
  }
}
.map .scroll__wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.map .scroll__wrapper span {
  position: relative;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.map .scroll__wrapper span::after {
  position: absolute;
  bottom: -128px;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 120px;
  background: #4d7d37;
  content: "";
  transform-origin: top;
  -webkit-animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  mix-blend-mode: exclusion;
}
.map .scroll__wrapper span::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 1px);
  display: none;
  width: 8px;
  height: 8px;
  background: #e1dcc2;
  content: "";
  transform-origin: top;
  -webkit-animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
@-webkit-keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
@keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
.map section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 140px 0;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #fff;
}
@media (max-width: 768px) {
  .map section {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 140px 0;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.map section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .map section .sec-heading {
    font-size: 28px;
  }
}
.map section .sec-heading .font-size--small {
  font-size: 22px;
}
@media (max-width: 768px) {
  .map section .sec-heading .font-size--small {
    font-size: 18px;
  }
}
.map section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .map section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.map section .heading-mask01,
.map section .heading-mask02 {
  position: absolute;
  top: -16px;
  left: calc(50% - 22px);
  z-index: -1;
  max-width: 70px;
  width: 8%;
  height: 70px;
  background-color: #6cba5a;
  background-position: -100% -150%, 100% -150%;
  background-size: 150%;
  background-repeat: repeat-x;
  transform: translate(-50%, 0%);
  -webkit-mask-image: url(../img/common/heading-bg-mask01.png);
  mask-image: url(../img/common/heading-bg-mask01.png);
  -webkit-mask-position-y: center;
  mask-position-y: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: 100%;
}
@media (max-width: 768px) {
  .map section .heading-mask01,
.map section .heading-mask02 {
    width: 14%;
  }
}
.map section .heading-mask02 {
  top: -10px;
  left: calc(50% + 22px);
  z-index: -2;
  background-color: #fccf00;
  -webkit-mask-image: url(../img/common/heading-bg-mask02.png);
  mask-image: url(../img/common/heading-bg-mask02.png);
}
.map .sec01 {
  padding: 40px 0;
}
.map .sec01 .fixed__wrapper {
  max-width: 1000px;
  width: 80%;
}
@media (max-width: 768px) {
  .map .sec01 .fixed__wrapper {
    width: 100%;
  }
}
.map .sec01 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .map .sec01 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.map .sec01 .heading__wrapper .sec-heading {
  color: #4d7d37;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec01 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.map .sec01 .heading__wrapper .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: #4d7d37;
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .map .sec01 .heading__wrapper .heading--bg {
    top: -42px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    transform: translateX(-50%);
  }
}
.map .sec01 .sec-heading--desc {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .map .sec01 .sec-heading--desc {
    font-size: 15px;
  }
}
.map .sec01 .map__wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .map .sec01 .map__wrapper {
    margin-bottom: 40px;
  }
}
.map .sec01 .text__wrapper {
  margin: 0 auto;
  max-width: 600px;
}
.map .sec01 h3 {
  margin-bottom: 0;
  color: #e1dcc2;
  font-size: 24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec01 h3 {
    font-size: 20px;
  }
}
.map .sec01 .color--green {
  color: #4e7d37;
}
.map .sec01 .color--black {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .map .sec01 .color--black {
    font-size: 15px;
  }
}
.map .flex--content {
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  margin-bottom: 140px;
  padding: 0 16px;
}
.map .fixed__wrapper .flex--content {
  align-items: stretch;
}
@media (max-width: 768px) {
  .map .fixed__wrapper .flex--content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .map .fixed__wrapper .flex--content {
    display: block;
  }
}
.map .fixed__wrapper .flex--content .sticky__nav {
  max-width: 260px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .map .fixed__wrapper .flex--content .sticky__nav {
    display: none;
  }
}
.map .fixed__wrapper .flex--content .sticky__nav ul {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_header {
  position: relative;
  display: flex;
  margin-bottom: 0;
  padding: 15px 16px;
  border-bottom: solid #4d7d37 0.7px;
  cursor: pointer;
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_header span {
  font-size: 15px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_header .i_box {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 44px;
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_header .i_box img {
  vertical-align: middle;
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_inner {
  padding: 12px 24px;
  border: none;
  background: #e4ebe1;
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_inner a {
  padding: 6px 16px;
  border: none;
}
.map .fixed__wrapper .flex--content .sticky__nav .accordion_one .accordion_inner p {
  margin: 0;
  font-size: 15px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.map .fixed__wrapper .flex--content .sticky__nav a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 16px;
  border-bottom: solid #4d7d37 0.7px;
}
.map .fixed__wrapper .flex--content .sticky__nav a .floor {
  margin-right: 12px;
  width: 50px;
}
.map .fixed__wrapper .flex--content .sticky__nav a span {
  font-size: 15px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.map .fixed__wrapper .flex--content .sticky__nav a .icon {
  position: absolute;
  right: 16px;
  width: 44px;
}
.map .fixed__wrapper .flex--content .sections {
  max-width: 800px;
  width: calc(100% - 300px);
  text-align: left;
}
@media (max-width: 768px) {
  .map .fixed__wrapper .flex--content .sections {
    width: 100%;
  }
}
.map .sec02,
.map .sec03,
.map .sec04 {
  padding: 40px 0;
}
.map .sec02 .fixed__wrapper,
.map .sec03 .fixed__wrapper,
.map .sec04 .fixed__wrapper {
  text-align: left;
}
@media (max-width: 768px) {
  .map .sec02 .fixed__wrapper,
.map .sec03 .fixed__wrapper,
.map .sec04 .fixed__wrapper {
    padding: 0;
  }
}
.map .sec02 h2,
.map .sec03 h2,
.map .sec04 h2 {
  margin-bottom: 40px;
  color: #4d4d4d;
  text-align: center;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec02 h2,
.map .sec03 h2,
.map .sec04 h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.map .sec02 .plan__wrapper,
.map .sec03 .plan__wrapper,
.map .sec04 .plan__wrapper {
  margin-bottom: 40px;
}
.map .sec02 .plan__wrapper .bg--green,
.map .sec03 .plan__wrapper .bg--green,
.map .sec04 .plan__wrapper .bg--green {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 0;
  max-width: 220px;
  width: 100%;
  border-radius: 32px;
  background: #edf5c3;
  color: #4d4d4d;
  text-align: center;
}
.map .sec02 .plan__wrapper .color--green,
.map .sec03 .plan__wrapper .color--green,
.map .sec04 .plan__wrapper .color--green {
  display: block;
  color: #4d7d37;
  text-align: right;
  font-size: 15px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec02 .plan__wrapper .price__wrapper,
.map .sec03 .plan__wrapper .price__wrapper,
.map .sec04 .plan__wrapper .price__wrapper {
    position: relative;
    /* overflow: scroll; */
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .map .sec02 .plan__wrapper .price__wrapper .price--meething,
.map .sec03 .plan__wrapper .price__wrapper .price--meething,
.map .sec04 .plan__wrapper .price__wrapper .price--meething {
    position: relative;
    top: 0;
    /* position: absolute; */
    left: 0;
    margin-bottom: 1px;
    max-width: 130px;
    width: 140px;
    vertical-align: middle;
  }
}
.map .sec02 .plan__wrapper .price__wrapper .price--slide__wrapper,
.map .sec03 .plan__wrapper .price__wrapper .price--slide__wrapper,
.map .sec04 .plan__wrapper .price__wrapper .price--slide__wrapper {
  overflow: scroll;
  width: calc(100% - 140px);
}
.map .sec02 .plan__wrapper .price__wrapper .price--slide__wrapper img,
.map .sec03 .plan__wrapper .price__wrapper .price--slide__wrapper img,
.map .sec04 .plan__wrapper .price__wrapper .price--slide__wrapper img {
  min-width: 540px;
  width: 540px;
  /* z-index: -2; */
  vertical-align: middle;
}
.map .sec02 .attention,
.map .sec03 .attention,
.map .sec04 .attention {
  margin: 0 auto;
  padding: 20px;
  width: 85%;
  border: dotted #4d7d37 2.6px;
  border-radius: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .map .sec02 .attention,
.map .sec03 .attention,
.map .sec04 .attention {
    box-sizing: border-box;
    padding: 16px 4px;
    width: 100%;
    font-size: 12px;
  }
}
.map .sec02 .flex01,
.map .sec03 .flex01,
.map .sec04 .flex01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .map .sec02 .flex01,
.map .sec03 .flex01,
.map .sec04 .flex01 {
    display: block;
    margin-bottom: 28px;
  }
}
.map .sec02 .flex01 .heading__wrapper,
.map .sec03 .flex01 .heading__wrapper,
.map .sec04 .flex01 .heading__wrapper {
  margin-right: 20px;
  max-width: 110px;
}
@media (max-width: 768px) {
  .map .sec02 .flex01 .heading__wrapper,
.map .sec03 .flex01 .heading__wrapper,
.map .sec04 .flex01 .heading__wrapper {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 230px;
  }
}
.map .sec02 .flex01 .heading__wrapper img,
.map .sec03 .flex01 .heading__wrapper img,
.map .sec04 .flex01 .heading__wrapper img {
  width: 100px;
  vertical-align: middle;
}
.map .sec02 .flex01 .heading__wrapper .spView,
.map .sec03 .flex01 .heading__wrapper .spView,
.map .sec04 .flex01 .heading__wrapper .spView {
  margin: 0 auto;
  padding: 5px 16px;
  max-width: 150px;
  border-radius: 32px;
  background: #4d7d37;
  background-color: #edb817;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.map .sec02 .flex01 .box:last-child img,
.map .sec03 .flex01 .box:last-child img,
.map .sec04 .flex01 .box:last-child img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 56px;
  width: 60%;
}
@media (max-width: 768px) {
  .map .sec02 .flex01 .box:last-child img,
.map .sec03 .flex01 .box:last-child img,
.map .sec04 .flex01 .box:last-child img {
    margin-bottom: 16px;
    max-width: 130px;
  }
}
.map .sec02 .flex01 .box:last-child h2,
.map .sec03 .flex01 .box:last-child h2,
.map .sec04 .flex01 .box:last-child h2 {
  color: #4d4d4d;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec02 .flex01 .box:last-child h2,
.map .sec03 .flex01 .box:last-child h2,
.map .sec04 .flex01 .box:last-child h2 {
    font-size: 26px;
  }
}
.map .sec02 .img__wrapper,
.map .sec03 .img__wrapper,
.map .sec04 .img__wrapper {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .map .sec02 .img__wrapper,
.map .sec03 .img__wrapper,
.map .sec04 .img__wrapper {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
.map .sec02 .img__wrapper::before,
.map .sec03 .img__wrapper::before,
.map .sec04 .img__wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 50%;
  background: url(../img/top/sec02-img--bg.jpg);
  background-size: cover;
  content: "";
  opacity: 0.4;
}
@media (max-width: 768px) {
  .map .sec02 .img__wrapper::before,
.map .sec03 .img__wrapper::before,
.map .sec04 .img__wrapper::before {
    display: none;
  }
}
.map .sec02 .img__wrapper img,
.map .sec03 .img__wrapper img,
.map .sec04 .img__wrapper img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 0 auto;
  width: 85%;
}
@media (max-width: 768px) {
  .map .sec02 .img__wrapper img,
.map .sec03 .img__wrapper img,
.map .sec04 .img__wrapper img {
    width: 100%;
  }
}
.map .sec02 .description__wrapper,
.map .sec03 .description__wrapper,
.map .sec04 .description__wrapper {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 800px;
}
.map .sec02 .description__wrapper h3,
.map .sec03 .description__wrapper h3,
.map .sec04 .description__wrapper h3 {
  margin-bottom: 30px;
  color: #4d7d37;
  font-size: 28px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec02 .description__wrapper h3,
.map .sec03 .description__wrapper h3,
.map .sec04 .description__wrapper h3 {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.7;
  }
}
.map .sec02 .description__wrapper p,
.map .sec03 .description__wrapper p,
.map .sec04 .description__wrapper p {
  line-height: 2.2;
}
@media (max-width: 768px) {
  .map .sec02 .description__wrapper p,
.map .sec03 .description__wrapper p,
.map .sec04 .description__wrapper p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.map .sec02 .info__wrapper,
.map .sec03 .info__wrapper,
.map .sec04 .info__wrapper {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .map .sec02 .info__wrapper,
.map .sec03 .info__wrapper,
.map .sec04 .info__wrapper {
    margin-bottom: 30px;
  }
}
.map .sec02 .info__wrapper .flex,
.map .sec03 .info__wrapper .flex,
.map .sec04 .info__wrapper .flex {
  align-items: stretch;
  box-sizing: border-box;
  border: solid #c9c9c9 1px;
}
@media (max-width: 768px) {
  .map .sec02 .info__wrapper .flex,
.map .sec03 .info__wrapper .flex,
.map .sec04 .info__wrapper .flex {
    align-items: stretch;
  }
}
.map .sec02 .info__wrapper .flex p,
.map .sec03 .info__wrapper .flex p,
.map .sec04 .info__wrapper .flex p {
  margin: 0;
  padding: 10px 0;
  color: #000;
}
@media (max-width: 768px) {
  .map .sec02 .info__wrapper .flex p,
.map .sec03 .info__wrapper .flex p,
.map .sec04 .info__wrapper .flex p {
    font-size: 14px;
  }
}
.map .sec02 .info__wrapper .flex .bg--yellow,
.map .sec03 .info__wrapper .flex .bg--yellow,
.map .sec04 .info__wrapper .flex .bg--yellow {
  align-content: center;
  width: 20%;
  background: #edf5c3;
  text-align: center;
}
@media (max-width: 768px) {
  .map .sec02 .info__wrapper .flex .bg--yellow,
.map .sec03 .info__wrapper .flex .bg--yellow,
.map .sec04 .info__wrapper .flex .bg--yellow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
}
.map .sec02 .info__wrapper .flex .bg--white,
.map .sec03 .info__wrapper .flex .bg--white,
.map .sec04 .info__wrapper .flex .bg--white {
  padding-right: 1em;
  padding-left: 2em;
  width: 80%;
  background: #fff;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .map .sec02 .info__wrapper .flex .bg--white,
.map .sec03 .info__wrapper .flex .bg--white,
.map .sec04 .info__wrapper .flex .bg--white {
    padding-left: 1em;
    width: 55%;
  }
}
.map .sec02 .map__wrapper .bg--green,
.map .sec03 .map__wrapper .bg--green,
.map .sec04 .map__wrapper .bg--green {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 12px 0;
  max-width: 250px;
  width: 100%;
  border-radius: 32px;
  background: #72975f;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .map .sec02 .map__wrapper .bg--green,
.map .sec03 .map__wrapper .bg--green,
.map .sec04 .map__wrapper .bg--green {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5px 16px;
    max-width: 150px;
    background: #4d7d37;
  }
}
.map .sec02 .map__wrapper .btn,
.map .sec03 .map__wrapper .btn,
.map .sec04 .map__wrapper .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 4px 0;
  width: calc(33% - 10px);
  border-radius: 32px;
  background-color: #808080;
  color: #fff;
  /* max-width: 250px; */
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .map .sec02 .map__wrapper .btn,
.map .sec03 .map__wrapper .btn,
.map .sec04 .map__wrapper .btn {
    padding: 4px 0;
    width: calc(50% - 32px);
  }
}
.map .sec02 .map__wrapper .btn.active,
.map .sec03 .map__wrapper .btn.active,
.map .sec04 .map__wrapper .btn.active {
  background-color: #72975f;
}
.map .sec02 .map__wrapper .btn p,
.map .sec03 .map__wrapper .btn p,
.map .sec04 .map__wrapper .btn p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec02 .map__wrapper .btn p,
.map .sec03 .map__wrapper .btn p,
.map .sec04 .map__wrapper .btn p {
    font-size: 20px;
  }
}
.map .sec02 .map__wrapper .compass--icon,
.map .sec03 .map__wrapper .compass--icon,
.map .sec04 .map__wrapper .compass--icon {
  max-width: 48px;
}
@media (max-width: 768px) {
  .map .sec02 .map__wrapper .compass--icon,
.map .sec03 .map__wrapper .compass--icon,
.map .sec04 .map__wrapper .compass--icon {
    max-width: 36px;
  }
}
.map .sec02 .map__wrapper .map,
.map .sec03 .map__wrapper .map,
.map .sec04 .map__wrapper .map {
  display: none;
}
.map .sec02 .map__wrapper .map.active,
.map .sec03 .map__wrapper .map.active,
.map .sec04 .map__wrapper .map.active {
  display: block;
}
.map .sec02 {
  padding-top: 0;
  padding-bottom: 0;
}
.map .sec02 .icons__wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .map .sec02 .icons__wrapper {
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 310px;
    transform: translateX(7%);
  }
}
.map .sec02 .icons__wrapper .icon__wrapper {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .map .sec02 .icons__wrapper .icon__wrapper {
    margin-right: 0;
    width: calc(50% - 12px);
  }
}
.map .sec02 .icons__wrapper .icon__wrapper .icon {
  margin-right: 0.5em;
  width: 50px;
}
@media (max-width: 768px) {
  .map .sec02 .icons__wrapper .icon__wrapper .icon {
    width: 38px;
  }
}
@media (max-width: 768px) {
  .map .sec02 .icons__wrapper .icon__wrapper span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .map .sec02 .guide--img {
    margin-bottom: 60px;
  }
}
.map .sec02 .flex01 .box:last-child img {
  max-width: 56px;
}
@media (max-width: 768px) {
  .map .sec02 .flex01 .box:last-child img {
    margin-bottom: 6px;
    max-width: 44px;
  }
}
@media (max-width: 768px) {
  .map .sec03 {
    padding-bottom: 0px;
  }
}
.map .sec03 .flex01 .box:last-child img {
  max-width: 200px;
  width: 200%;
}
.map .sec03 .map__wrapper .guide--btn {
  justify-content: center;
}
.map .sec03 .map__wrapper .guide--btn .btn {
  margin: 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .map .sec04 {
    padding-bottom: 20px;
  }
}
.map .sec04 .flex01 .box:last-child img {
  max-width: 180px;
  width: 180%;
}
.map .sec04 .info__wrapper {
  margin-bottom: 40px;
}
.map .sec04 .attention {
  box-sizing: border-box;
  margin-bottom: 90px;
  padding-left: 2em;
  text-align: left;
}
@media (max-width: 768px) {
  .map .sec04 .attention {
    margin-bottom: 40px;
    padding-left: 1em;
  }
}
.map .sec05 {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .map .sec05 {
    box-sizing: border-box;
    margin: 0 16px;
    padding: 32px 0;
    width: calc(100% - 32px);
    border-radius: 20px;
  }
}
.map .sec05 h2 {
  margin-bottom: 40px;
  color: #4d4d4d;
  text-align: center;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec05 h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.map .sec05 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto;
  margin-bottom: 60px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .map .sec05 .flex {
    display: block;
    margin-bottom: 30px;
  }
}
.map .sec05 .flex .box--img {
  min-width: 240px;
  width: calc(33% - 24px);
}
@media (max-width: 768px) {
  .map .sec05 .flex .box--img {
    max-width: 330px;
    width: 100%;
  }
}
.map .sec05 .flex .box--text {
  width: calc(67% - 24px);
  text-align: left;
}
.map .sec05 .flex .box--text p:first-child {
  margin: 40px 0 70px 0;
}
.map .sec05 .flex .box--text p:nth-child(2) {
  margin: 0 0 28px 0;
}
.map .sec05 .flex .box--text p:nth-child(3) {
  margin: 0 0 28px 0;
}
.map .sec05 .flex .box--text p:nth-child(4) {
  margin-bottom: 26px;
}
.map .sec05 .link-btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 6px 48px;
  max-width: 400px;
  width: 100%;
  border-radius: 32px;
  background: #4d7d37;
  color: #fff;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .map .sec05 .link-btn {
    padding: 10px 0;
    max-width: 300px;
    font-size: 17px;
  }
}
.map .sec05 .link-btn:hover {
  opacity: 1 !important;
  transform: translateY(4px);
}
@media (max-width: 768px) {
  .map .sec06 {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
.map .sec06 .fixed__wrapper {
  max-width: 1000px;
  width: 80%;
}
@media (max-width: 768px) {
  .map .sec06 .fixed__wrapper {
    width: 100%;
  }
}
.map .sec06 h2 {
  margin-bottom: 40px;
  color: #4d4d4d;
  text-align: center;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .map .sec06 h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.map .sec06 .rule--box {
  position: relative;
  overflow: scroll;
  box-sizing: border-box;
  /* color: #000; */
  padding: 32px 48px;
  height: 220px;
  border: solid #4d7d37 2.5px;
  border-radius: 32px;
  background: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .map .sec06 .rule--box {
    padding: 16px 16px;
    height: 240px;
  }
}
.map .sec06 .rule--box p {
  color: #000;
}
@media (max-width: 768px) {
  .map .sec06 .rule--box p {
    font-size: 15px;
  }
}

/*====================================================================
.s_02 .accordion_one アコーディオン
====================================================================*/
.s_02 {
  display: block;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .s_02 {
    display: block;
  }
}

.s_02 .accordion_one {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .s_02 .accordion_one {
    width: 100%;
  }
}

.s_02 .accordion_one .accordion_header {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  padding: 12px 0%;
  padding-left: 1em;
  border-top: solid #cdd6dd 1px;
  border-radius: 0;
  background: #fff;
  color: #707070;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1;
  cursor: pointer;
  transition: transform 0.4s;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header {
    padding: 15px 15% 15px 15px;
    font-size: 22px;
  }
}

.s_02 .accordion_one .accordion_header .accord_number {
  position: absolute;
  top: 0;
  left: calc(5% + 60px);
  width: 65px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 85px;
    width: 45px;
  }
}
@media (max-width: 780px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 55px;
  }
}

.s_02 .accordion_one .accordion_header .i_box {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.4s;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header .i_box {
    right: 5%;
    width: 30px;
    height: 30px;
  }
}

.s_02 .accordion_one svg {
  width: 18px;
  height: 18px;
  /* background: #fff; */
  color: #98a6b5;
  transition: transform 0.3s;
  transform: rotate(90deg);
  fill: #98a6b5;
  stroke: #98a6b5;
  stroke-width: 20px;
}
@media (max-width: 768px) {
  .s_02 .accordion_one svg {
    width: 24px;
    height: 24px;
  }
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.4s;
}

.s_02 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-180deg);
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #fff;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: transform 0.4s;
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_header.open svg {
  transform: rotate(-90deg);
}

.s_02 .accordion_one .accordion_inner {
  position: relative;
  z-index: 10;
  display: none;
  box-sizing: border-box;
  padding-bottom: 0px;
  border-radius: 0px;
  background: #f0f3f5;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner {
    margin-top: 0;
  }
}

.s_02 .accordion_one .accordion_inner::before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner::before {
    top: 0;
    left: 0;
    background: #f0f3f5;
  }
}

.s_02 .accordion_one .accordion_inner .box_one {
  position: relative;
  z-index: 111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin-right: 16px;
  margin-left: 16px;
  padding: 4px 0px;
  width: calc(100% - 32px);
  border: none;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    padding: 4px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  a.s_02 .accordion_one .accordion_inner .accordion_inner_text {
    font-size: 14px;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .flex {
  align-items: center;
}

.s_02 .accordion_one .accordion_inner .box_one img {
  width: 250px;
  height: 250px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one img {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .s_02 .accordion_one .accordion_inner .box_one img {
    width: 45%;
  }
}

@media (min-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .spView {
    display: none;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .pcView {
  display: block;
}
@media (max-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .pcView {
    display: none !important;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .widthAll {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.6;
}

.s_02 .accordion_one .accordion_inner p.txt_a_heading {
  margin-right: 1.6em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_heading {
    width: 40px;
    white-space: pre;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_desc {
    font-size: 14px;
  }
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin-top: 30px;
  width: 440px;
  line-height: 1.8;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin-top: 0;
    width: 52%;
    /* text-align: justify; */
    letter-spacing: 0.004em;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_02 .accordion_one .accordion_header .i_box {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    text-align: left;
    font-size: 16px;
  }
}