@charset "UTF-8";
.location {
  position: relative;
}
.location .l-container {
  overflow: hidden;
}
.location h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  color: #aa9b6c;
  font-size: clamp(24px, 2.161vw, 36px);
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .location h2 {
    font-size: clamp(20px, 6.667vw, 30px);
    line-height: 1.76;
  }
}
.location .content-box {
  width: min(85.591vw, 1425.6px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .location .content-box {
    width: 100%;
  }
}
.location .txt-wrap p:nth-of-type(1) {
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .location .txt-wrap p:nth-of-type(1) {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    line-height: 2.19;
    letter-spacing: 0;
  }
}
.location .txt-wrap p:nth-of-type(2) {
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .location .txt-wrap p:nth-of-type(2) {
    font-weight: 500;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    line-height: 2.14;
  }
}
.location .hash-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(220.8px, 19.885vw, 331.2px) clamp(11.2px, 1.009vw, 16.8px) clamp(220.8px, 19.885vw, 331.2px);
  grid-template-columns: repeat(2, clamp(220.8px, 19.885vw, 331.2px));
  gap: clamp(11.2px, 1.009vw, 16.8px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .location .hash-link {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-inline: min(8.533vw, 38.4px);
  }
}
.location .hash-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  font-weight: 400;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  text-align: center;
  padding: clamp(7.2px, 0.648vw, 10.8px);
  border: 1px solid #999;
  background-color: #eee;
  color: #999;
}
@media screen and (max-width: 768px) {
  .location .hash-link a {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: clamp(7.2px, 2.4vw, 10.8px);
  }
}
.location .hash-link a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  -webkit-border-after: 2px solid #999;
          border-block-end: 2px solid #999;
  -webkit-border-end: 2px solid #999;
          border-inline-end: 2px solid #999;
  -webkit-transform: translateY(-0.2em) rotate(45deg);
          transform: translateY(-0.2em) rotate(45deg);
}
.location .hash-link .is-active a {
  background-color: #aa9b6c;
  color: #fff;
  pointer-events: none;
}
.location .hash-link .is-active a::before {
  border-color: #fff;
}
.location .hash-link:has(li:nth-of-type(1).is-active) {
  -webkit-margin-before: min(4.323vw, 72px);
          margin-block-start: min(4.323vw, 72px);
}
@media screen and (max-width: 768px) {
  .location .hash-link:has(li:nth-of-type(1).is-active) {
    -webkit-margin-before: min(9.867vw, 44.4px);
            margin-block-start: min(9.867vw, 44.4px);
  }
}
.location .hash-link:has(li:nth-of-type(2).is-active) {
  -webkit-margin-before: min(14.049vw, 234px);
          margin-block-start: min(14.049vw, 234px);
}
@media screen and (max-width: 768px) {
  .location .hash-link:has(li:nth-of-type(2).is-active) {
    -webkit-margin-before: min(18.667vw, 84px);
            margin-block-start: min(18.667vw, 84px);
  }
}
@media screen and (max-width: 768px) {
  .location .c-tab__wrap {
    margin-block: 0;
  }
}
@media screen and (max-width: 768px) {
  .location .c-tab__item {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    padding: min(1.333vw, 6px);
    line-height: 1.25;
  }
}
@media screen and (min-width: 769px) {
  .location .c-tab__panel__item {
    padding-block: min(6.772vw, 112.8px);
  }
}
@media screen and (max-width: 768px) {
  .location .c-tab__panel__item {
    padding-block: min(12vw, 54px);
  }
}
.location .c-tab__panel__item > figure {
  position: relative;
  width: 100%;
}
.location .c-tab__panel__item > figure img {
  width: 100%;
}

.position {
  -webkit-margin-before: min(4.539vw, 75.6px);
          margin-block-start: min(4.539vw, 75.6px);
}
@media screen and (max-width: 768px) {
  .position {
    -webkit-margin-before: min(8.8vw, 39.6px);
            margin-block-start: min(8.8vw, 39.6px);
  }
}
.position > .content-box h2 {
  text-align: center;
}
.position > .content-box .txt-wrap {
  -webkit-margin-before: min(1.945vw, 32.4px);
          margin-block-start: min(1.945vw, 32.4px);
}
@media screen and (max-width: 768px) {
  .position > .content-box .txt-wrap {
    padding-inline: min(7.467vw, 33.6px);
    -webkit-margin-before: min(2.933vw, 13.2px);
            margin-block-start: min(2.933vw, 13.2px);
  }
}
.position > .content-box .txt-wrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .position > .content-box .txt-wrap p {
    color: #333;
  }
}
.position > .content-box .txt-wrap p:nth-of-type(2) {
  -webkit-margin-before: min(1.657vw, 27.6px);
          margin-block-start: min(1.657vw, 27.6px);
}
@media screen and (max-width: 768px) {
  .position > .content-box .txt-wrap p:nth-of-type(2) {
    text-align: left;
    -webkit-margin-before: min(6.4vw, 28.8px);
            margin-block-start: min(6.4vw, 28.8px);
  }
}
.position .c-tab {
  -webkit-margin-before: min(6.412vw, 106.8px);
          margin-block-start: min(6.412vw, 106.8px);
}
@media screen and (max-width: 768px) {
  .position .c-tab {
    -webkit-margin-before: min(14.133vw, 63.6px);
            margin-block-start: min(14.133vw, 63.6px);
  }
}
.position .c-tab__item:nth-of-type(1).is-current {
  background-color: #3E8908;
  color: #fff;
}
.position .c-tab__item:nth-of-type(1)::before {
  background-color: #3E8908;
}
.position .c-tab__item:nth-of-type(2).is-current {
  background-color: #015EAB;
  color: #fff;
}
.position .c-tab__item:nth-of-type(2)::before {
  background-color: #015EAB;
}
.position .c-tab .tab-notes-box1 {
  width: min(70.533vw, 1174.8px);
  margin-inline: auto;
  -webkit-margin-before: min(0.72vw, 12px);
          margin-block-start: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .position .c-tab .tab-notes-box1 {
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
  }
}
.position .c-tab .tab-notes-box1 li {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .position .c-tab .tab-notes-box1 li {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 > .txt-wrap {
    padding-inline: min(7.467vw, 33.6px);
  }
}
.position .tab01 > .txt-wrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .position .tab01 > .txt-wrap p {
    color: #333;
  }
}
.position .tab01 > .txt-wrap p:nth-of-type(2) {
  -webkit-margin-before: min(1.009vw, 16.8px);
          margin-block-start: min(1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .position .tab01 > .txt-wrap p:nth-of-type(2) {
    text-align: left;
    -webkit-margin-before: min(6.133vw, 27.6px);
            margin-block-start: min(6.133vw, 27.6px);
  }
}
.position .tab01 .box01 {
  width: min(70.533vw, 1174.8px);
  margin-inline: auto;
  -webkit-margin-before: min(6.988vw, 116.4px);
          margin-block-start: min(6.988vw, 116.4px);
}
@media screen and (max-width: 768px) {
  .position .tab01 .box01 {
    width: 100%;
    -webkit-margin-before: min(12.267vw, 55.2px);
            margin-block-start: min(12.267vw, 55.2px);
  }
}
.position .tab01 .box01 figure {
  position: relative;
}
.position .tab01 .box01 figure figcaption {
  position: absolute;
  bottom: clamp(5.6px, 0.504vw, 8.4px);
  right: clamp(8px, 0.72vw, 12px);
}
.position .tab01 .box01 .c-list--notice {
  -webkit-margin-before: min(0.36vw, 6px);
          margin-block-start: min(0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .position .tab01 .box01 .c-list--notice {
    -webkit-margin-before: min(1.067vw, 4.8px);
            margin-block-start: min(1.067vw, 4.8px);
    padding-inline: min(5.333vw, 24px);
  }
}
.position .tab01 .box01 .c-list--notice li {
  text-align: right;
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .position .tab01 .box01 .c-list--notice li {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab01 .box02 {
    width: min(70.533vw, 1174.8px);
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(192px, 17.291vw, 288px) 1fr;
    grid-template-columns: clamp(192px, 17.291vw, 288px) 1fr;
    -webkit-margin-before: min(4.323vw, 72px);
            margin-block-start: min(4.323vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box02 {
    width: 100%;
    -webkit-margin-before: min(16vw, 72px);
            margin-block-start: min(16vw, 72px);
  }
}
.position .tab01 .box02 p {
  font-weight: 400;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .position .tab01 .box02 p {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding-inline: min(7.2vw, 32.4px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab01 .box02 figure {
    -webkit-margin-before: min(0.432vw, 7.2px);
            margin-block-start: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box02 figure {
    -webkit-margin-before: min(4vw, 18px);
            margin-block-start: min(4vw, 18px);
  }
}
.position .tab01 .box02 figcaption {
  text-align: right;
  -webkit-margin-before: min(0.504vw, 8.4px);
          margin-block-start: min(0.504vw, 8.4px);
}
@media screen and (max-width: 768px) {
  .position .tab01 .box02 figcaption {
    -webkit-margin-before: min(1.067vw, 4.8px);
            margin-block-start: min(1.067vw, 4.8px);
    padding-inline: min(4vw, 18px);
  }
}
.position .tab01 .box03 {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 {
    -webkit-margin-before: max(-0.36vw, -6px);
            margin-block-start: max(-0.36vw, -6px);
    width: min(70.677vw, 1177.2px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 {
    -webkit-margin-before: min(9.067vw, 40.8px);
            margin-block-start: min(9.067vw, 40.8px);
  }
}
.position .tab01 .box03 .txt {
  z-index: 1;
  font-weight: 400;
  font-size: min(1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1.88;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .txt {
    position: absolute;
    top: min(7.925vw, 132px);
    left: 0;
    width: min(16.066vw, 267.6px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 .txt {
    position: relative;
    font-size: min(3.733vw, 16.8px);
    line-height: 1.8;
    padding-inline: min(7.467vw, 33.6px);
  }
}
.position .tab01 .box03 > figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 > figure {
    margin-inline: auto min(8.862vw, 147.6px);
    width: min(48.127vw, 801.6px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 > figure {
    -webkit-margin-before: max(-8.267vw, -37.2px);
            margin-block-start: max(-8.267vw, -37.2px);
  }
}
.position .tab01 .box03 > figure figcaption {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 > figure figcaption {
    bottom: min(5.043vw, 84px);
    left: min(4.107vw, 68.4px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 > figure figcaption {
    bottom: min(12vw, 54px);
    right: min(7.467vw, 33.6px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .wrap {
    position: absolute;
    bottom: min(4.107vw, 68.4px);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 .wrap {
    position: relative;
    padding-inline: min(7.467vw, 33.6px);
    -webkit-margin-before: max(-0.8vw, -3.6px);
            margin-block-start: max(-0.8vw, -3.6px);
  }
}
.position .tab01 .box03 .wrap p {
  background-color: #fff;
  border: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .wrap p {
    width: min(16.282vw, 271.2px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 .wrap p {
    display: none;
  }
}
.position .tab01 .box03 .wrap p span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: min(1.081vw, 18px);
  line-height: 1.67;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .wrap p span {
    padding: min(0.72vw, 12px) min(0.648vw, 10.8px) min(0.648vw, 10.8px) min(1.657vw, 27.6px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .wrap p span::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #283e62;
    top: 80%;
    right: 100%;
    width: min(17.723vw, 295.2px);
    height: 1px;
  }
}
.position .tab01 .box03 .wrap figure {
  display: block;
  -webkit-margin-before: min(3.098vw, 51.6px);
          margin-block-start: min(3.098vw, 51.6px);
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 .wrap figure {
    padding-inline: min(2.667vw, 12px) 0;
  }
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .wrap figure img {
    display: block;
    width: min(20.317vw, 338.4px);
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 .wrap figure img {
    width: 100%;
  }
}
.position .tab01 .box03 .wrap figure figcaption {
  display: block;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .position .tab01 .box03 .wrap figure figcaption {
    font-size: min(0.72vw, 12px);
    -webkit-margin-before: min(1.153vw, 19.2px);
            margin-block-start: min(1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab01 .box03 .wrap figure figcaption {
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: min(1.867vw, 8.4px);
            margin-block-start: min(1.867vw, 8.4px);
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.position .tab02 .box01 {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .position .tab02 .box01 {
    width: min(70.461vw, 1173.6px);
    -ms-grid-columns: min(21.11vw, 351.6px) min(2.81vw, 46.8px) 1fr;
    grid-template-columns: min(21.11vw, 351.6px) 1fr;
    -ms-grid-rows: 1fr min(2.81vw, 46.8px) auto;
    grid-template-rows: 1fr auto;
    gap: min(2.81vw, 46.8px);
    -webkit-margin-before: min(1.441vw, 24px);
            margin-block-start: min(1.441vw, 24px);
  }
  .position .tab02 .box01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .position .tab02 .box01 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .position .tab02 .box01 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .position .tab02 .box01 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.position .tab02 .box01 figure {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.position .tab02 .box01 figure img {
  width: 100%;
}
.position .tab02 .box01 figure figcaption {
  text-align: right;
  -webkit-margin-before: min(0.144vw, 2.4px);
          margin-block-start: min(0.144vw, 2.4px);
}
@media screen and (min-width: 769px) {
  .position .tab02 .box01 .txt-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .position .tab02 .box01 .txt-wrap p:nth-of-type(1) {
    width: calc(100% + min(0.72vw, 12px));
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box01 .txt-wrap p:nth-of-type(1) {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .position .tab02 .box01 .txt-wrap p:nth-of-type(2) {
    -webkit-margin-before: min(1.441vw, 24px);
            margin-block-start: min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box01 .txt-wrap p:nth-of-type(2) {
    padding-inline: min(7.2vw, 32.4px);
    -webkit-margin-before: min(6.133vw, 27.6px);
            margin-block-start: min(6.133vw, 27.6px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab02 .box01 figure:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box01 figure:nth-of-type(1) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-margin-before: min(6.933vw, 31.2px);
            margin-block-start: min(6.933vw, 31.2px);
    padding-inline: min(7.2vw, 32.4px);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box01 figure:nth-of-type(1) figcaption {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .position .tab02 .box01 figure:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box01 figure:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-margin-before: min(4.533vw, 20.4px);
            margin-block-start: min(4.533vw, 20.4px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box01 figure:nth-of-type(2) figcaption {
    padding-inline: 0 min(2.667vw, 12px);
  }
}
.position .tab02 .box02 {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .position .tab02 .box02 {
    width: min(70.389vw, 1172.4px);
    -webkit-margin-before: min(6.124vw, 102px);
            margin-block-start: min(6.124vw, 102px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box02 {
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
    -webkit-margin-before: min(9.333vw, 42px);
            margin-block-start: min(9.333vw, 42px);
  }
}
.position .tab02 .box02 .txt-wrap p {
  text-align: center;
}
.position .tab02 .box02 .wrap {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .position .tab02 .box02 .wrap {
    -ms-grid-columns: min(46.11vw, 768px) min(4.323vw, 72px) 1fr;
    grid-template-columns: min(46.11vw, 768px) 1fr;
    gap: min(4.323vw, 72px);
    -webkit-margin-before: min(2.017vw, 33.6px);
            margin-block-start: min(2.017vw, 33.6px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box02 .wrap {
    -webkit-margin-before: min(6.133vw, 27.6px);
            margin-block-start: min(6.133vw, 27.6px);
    gap: min(15.2vw, 68.4px);
  }
}
.position .tab02 .box02 .wrap .item01 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .position .tab02 .box02 .wrap .item01 {
    -ms-grid-columns: 1fr min(1.729vw, 28.8px) min(24.207vw, 403.2px);
    grid-template-columns: 1fr min(24.207vw, 403.2px);
    -ms-grid-rows: auto 0 auto 0 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 min(1.729vw, 28.8px);
  }
  .position .tab02 .box02 .wrap .item01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .position .tab02 .box02 .wrap .item01 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .position .tab02 .box02 .wrap .item01 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .position .tab02 .box02 .wrap .item01 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .position .tab02 .box02 .wrap .item01 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .position .tab02 .box02 .wrap .item01 > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.position .tab02 .box02 .wrap .item01 figure {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .position .tab02 .box02 .wrap .item01 figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box02 .wrap .item01 figure {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-margin-before: min(4.8vw, 21.6px);
            margin-block-start: min(4.8vw, 21.6px);
  }
}
.position .tab02 .box02 .wrap .item01 figure figcaption {
  display: block;
  text-align: right;
  -webkit-margin-before: min(0.144vw, 2.4px);
          margin-block-start: min(0.144vw, 2.4px);
}
.position .tab02 .box02 .wrap .ttl {
  color: #fff;
  background-color: #283e62;
  border: 1px solid #707070;
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .position .tab02 .box02 .wrap .ttl {
    padding-block: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02 .box02 .wrap .ttl {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding-block: min(2.933vw, 13.2px);
    line-height: 1.56;
  }
}
.position .tab02 .box02 .wrap .txt {
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  line-height: 2;
  -webkit-margin-before: min(1.945vw, 32.4px);
          margin-block-start: min(1.945vw, 32.4px);
}
@media screen and (max-width: 768px) {
  .position .tab02 .box02 .wrap .txt {
    font-weight: 500;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    line-height: 2.14;
    -webkit-margin-before: min(7.2vw, 32.4px);
            margin-block-start: min(7.2vw, 32.4px);
  }
}
.position .tab02 .box02 .wrap .note {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1.5;
  -webkit-margin-before: min(2.017vw, 33.6px);
          margin-block-start: min(2.017vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .position .tab02 .box02 .wrap .note {
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: min(5.6vw, 25.2px);
            margin-block-start: min(5.6vw, 25.2px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab02 .box02 .wrap .note span {
    display: inline-block;
  }
}
.position .tab02_02 {
  background-color: #EFF0F0;
  -webkit-margin-before: min(5.908vw, 98.4px);
          margin-block-start: min(5.908vw, 98.4px);
  padding-block: min(3.314vw, 55.2px) min(4.827vw, 80.4px);
}
@media screen and (max-width: 768px) {
  .position .tab02_02 {
    -webkit-margin-before: min(13.333vw, 60px);
            margin-block-start: min(13.333vw, 60px);
    padding-block: min(8.533vw, 38.4px) min(8vw, 36px);
  }
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .content-box {
    width: min(70.533vw, 1174.8px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .content-box {
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
  }
}
.position .tab02_02 .txt-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .txt-wrap p:nth-of-type(2) {
    -webkit-margin-before: min(0.937vw, 15.6px);
            margin-block-start: min(0.937vw, 15.6px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .txt-wrap p:nth-of-type(2) {
    text-align: left;
    -webkit-margin-before: min(6.133vw, 27.6px);
            margin-block-start: min(6.133vw, 27.6px);
  }
}
.position .tab02_02 .box01 {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .box01 {
    width: min(32.925vw, 548.4px);
    -webkit-margin-before: min(3.026vw, 50.4px);
            margin-block-start: min(3.026vw, 50.4px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box01 {
    -webkit-margin-before: min(10.133vw, 45.6px);
            margin-block-start: min(10.133vw, 45.6px);
  }
}
.position .tab02_02 .box01 .ttl {
  font-weight: 500;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box01 .ttl {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    letter-spacing: 0;
  }
}
.position .tab02_02 .box01 figure {
  -webkit-margin-before: min(1.369vw, 22.8px);
          margin-block-start: min(1.369vw, 22.8px);
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box01 figure {
    -webkit-margin-before: min(4.533vw, 20.4px);
            margin-block-start: min(4.533vw, 20.4px);
  }
}
.position .tab02_02 .box01 .note {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 1.5;
  -webkit-margin-before: min(1.657vw, 27.6px);
          margin-block-start: min(1.657vw, 27.6px);
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box01 .note {
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: min(2.667vw, 12px);
            margin-block-start: min(2.667vw, 12px);
  }
}
.position .tab02_02 .box02 {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .box02 {
    width: min(55.403vw, 922.8px);
    -ms-grid-columns: 1fr min(2.161vw, 36px) min(20.389vw, 339.6px);
    grid-template-columns: 1fr min(20.389vw, 339.6px);
    -ms-grid-rows: auto 0 1fr 0 auto;
    grid-template-rows: auto 1fr auto;
    gap: 0 min(2.161vw, 36px);
    -webkit-margin-before: min(5.259vw, 87.6px);
            margin-block-start: min(5.259vw, 87.6px);
  }
  .position .tab02_02 .box02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .position .tab02_02 .box02 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .position .tab02_02 .box02 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .position .tab02_02 .box02 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .position .tab02_02 .box02 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .position .tab02_02 .box02 > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box02 {
    -webkit-margin-before: min(18.933vw, 85.2px);
            margin-block-start: min(18.933vw, 85.2px);
    -webkit-padding-after: clamp(32px, 10.667vw, 48px);
            padding-block-end: clamp(32px, 10.667vw, 48px);
    position: relative;
  }
}
.position .tab02_02 .box02 .txt-wrap p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box02 .txt-wrap p:nth-of-type(1) {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .box02 .txt-wrap p:nth-of-type(2) {
    -webkit-margin-before: min(1.081vw, 18px);
            margin-block-start: min(1.081vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box02 .txt-wrap p:nth-of-type(2) {
    -webkit-margin-before: min(6.667vw, 30px);
            margin-block-start: min(6.667vw, 30px);
  }
}
.position .tab02_02 .box02 .note {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 1.5;
  -webkit-margin-before: min(0.865vw, 14.4px);
          margin-block-start: min(0.865vw, 14.4px);
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .box02 .note {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box02 .note {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.position .tab02_02 .box02 figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .position .tab02_02 .box02 figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -webkit-margin-before: min(0.288vw, 4.8px);
            margin-block-start: min(0.288vw, 4.8px);
  }
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box02 figure {
    -webkit-margin-before: min(3.733vw, 16.8px);
            margin-block-start: min(3.733vw, 16.8px);
  }
}
.position .tab02_02 .box02 figcaption {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .position .tab02_02 .box02 figcaption {
    position: absolute;
    bottom: min(1.333vw, 6px);
    right: min(2.667vw, 12px);
    color: #fff;
  }
}

.s_location {
  -webkit-margin-before: min(3.386vw, 56.4px);
          margin-block-start: min(3.386vw, 56.4px);
}
@media screen and (max-width: 768px) {
  .s_location {
    -webkit-margin-before: min(8.8vw, 39.6px);
            margin-block-start: min(8.8vw, 39.6px);
  }
}
.s_location > .content-box h2 {
  text-align: center;
}
.s_location > .content-box .txt-wrap {
  -webkit-margin-before: min(2.017vw, 33.6px);
          margin-block-start: min(2.017vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .s_location > .content-box .txt-wrap {
    -webkit-margin-before: min(2.933vw, 13.2px);
            margin-block-start: min(2.933vw, 13.2px);
    padding-inline: min(7.467vw, 33.6px);
  }
}
.s_location > .content-box .txt-wrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s_location > .content-box .txt-wrap p {
    color: #333;
  }
}
.s_location > .content-box .txt-wrap p:nth-of-type(2) {
  -webkit-margin-before: min(1.801vw, 30px);
          margin-block-start: min(1.801vw, 30px);
}
@media screen and (max-width: 768px) {
  .s_location > .content-box .txt-wrap p:nth-of-type(2) {
    text-align: left;
    -webkit-margin-before: min(6.4vw, 28.8px);
            margin-block-start: min(6.4vw, 28.8px);
  }
}
.s_location .c-tab {
  -webkit-margin-before: min(6.196vw, 103.2px);
          margin-block-start: min(6.196vw, 103.2px);
}
@media screen and (max-width: 768px) {
  .s_location .c-tab {
    -webkit-margin-before: min(14.133vw, 63.6px);
            margin-block-start: min(14.133vw, 63.6px);
  }
}
.s_location .c-tab__item:nth-of-type(1).is-current {
  background-color: #D39635;
  color: #fff;
}
.s_location .c-tab__item:nth-of-type(1)::before {
  background-color: #D39635;
}
.s_location .c-tab__item:nth-of-type(2).is-current {
  background-color: #118985;
  color: #fff;
}
.s_location .c-tab__item:nth-of-type(2)::before {
  background-color: #118985;
}
@media screen and (min-width: 769px) {
  .s_location .c-tab__panel__item {
    -webkit-padding-before: min(6.124vw, 102px);
            padding-block-start: min(6.124vw, 102px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .c-tab__panel__item {
    -webkit-padding-before: min(6.667vw, 30px);
            padding-block-start: min(6.667vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .c-tab__panel__item:nth-of-type(2) > figure figcaption {
    text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0);
    color: #fff;
  }
}
.s_location .tab01 > .txt-wrap {
  -webkit-margin-before: min(5.331vw, 88.8px);
          margin-block-start: min(5.331vw, 88.8px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 > .txt-wrap {
    -webkit-margin-before: min(7.467vw, 33.6px);
            margin-block-start: min(7.467vw, 33.6px);
  }
}
.s_location .tab01 > .txt-wrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 > .txt-wrap p {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 > .txt-wrap p:nth-of-type(1) {
    padding-inline: min(5.067vw, 22.8px);
  }
}
.s_location .tab01 > .txt-wrap p:nth-of-type(2) {
  -webkit-margin-before: min(1.441vw, 24px);
          margin-block-start: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 > .txt-wrap p:nth-of-type(2) {
    text-align: left;
    padding-inline: min(7.467vw, 33.6px);
    -webkit-margin-before: min(6.4vw, 28.8px);
            margin-block-start: min(6.4vw, 28.8px);
  }
}
.s_location .tab01 .box01 {
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box01 {
    width: min(57.997vw, 966px);
    translate: max(-0.72vw, -12px) max(-0.432vw, -7.2px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box01 {
    width: 100%;
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
  }
}
.s_location .tab01 .box01 > figure:nth-of-type(1) {
  position: relative;
}
.s_location .tab01 .box01 > figure:nth-of-type(1) figcaption {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box01 > figure:nth-of-type(1) figcaption {
    bottom: min(5.476vw, 91.2px);
    right: min(5.476vw, 91.2px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box01 > figure:nth-of-type(1) figcaption {
    font-size: 2.667vw;
    bottom: 13.867vw;
    right: 14.667vw;
  }
}
.s_location .tab01 .box01 > figure:nth-of-type(2) {
  max-width: 166px;
  width: min(11.96vw, 199.2px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: min(4.323vw, 72px);
  right: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box01 > figure:nth-of-type(2) {
    width: min(34.667vw, 156px);
    top: min(1.333vw, 6px);
    right: min(7.2vw, 32.4px);
  }
}
.s_location .tab01 .box01 > figure:nth-of-type(2) figcaption {
  text-align: center;
}
.s_location .tab01 .box02 {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 {
    width: min(53.458vw, 890.4px);
    -webkit-margin-before: min(0.288vw, 4.8px);
            margin-block-start: min(0.288vw, 4.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 {
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
    -webkit-margin-before: min(11.2vw, 50.4px);
            margin-block-start: min(11.2vw, 50.4px);
  }
}
.s_location .tab01 .box02 .shop .detail {
  display: -ms-grid;
  display: grid;
  gap: 0 min(1.513vw, 25.2px);
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop .detail:has(p:nth-of-type(3)) {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop .detail:has(p:nth-of-type(3)) .ttl {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop .detail:has(p:nth-of-type(3)) .txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop .detail:has(p:nth-of-type(3)) p:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(1) {
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(1) {
    font-weight: 400;
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    line-height: 1.56;
  }
}
.s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(1) .size-s {
  font-weight: 500;
  font-size: clamp(12px, 1.081vw, 18px);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(1) .size-s {
    font-weight: 400;
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    line-height: 1.56;
  }
}
.s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(1) .size-m {
  font-weight: 500;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 2.19;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(1) .size-m {
    font-weight: 400;
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    line-height: 1.56;
  }
}
.s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(2) {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail .ttl span:nth-of-type(2) {
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: min(0.533vw, 2.4px);
            margin-block-start: min(0.533vw, 2.4px);
    display: block;
  }
}
.s_location .tab01 .box02 .shop .detail .txt {
  -webkit-margin-before: min(0.865vw, 14.4px);
          margin-block-start: min(0.865vw, 14.4px);
  font-weight: 400;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail .txt {
    font-weight: 500;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 2.5;
    -webkit-margin-before: min(3.2vw, 14.4px);
            margin-block-start: min(3.2vw, 14.4px);
  }
}
.s_location .tab01 .box02 .shop .detail p:nth-of-type(3) {
  position: relative;
  margin: 0;
  background-color: #eee;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  line-height: 1.79;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop .detail p:nth-of-type(3) {
    width: clamp(177.6px, 15.994vw, 266.4px);
    padding: min(1.009vw, 16.8px) min(0.504vw, 8.4px);
    -webkit-margin-before: min(0.576vw, 9.6px);
            margin-block-start: min(0.576vw, 9.6px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail p:nth-of-type(3) {
    width: 100%;
    padding: min(3.2vw, 14.4px) min(2.667vw, 12px);
    -webkit-margin-before: min(2.667vw, 12px);
            margin-block-start: min(2.667vw, 12px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.s_location .tab01 .box02 .shop .detail p:nth-of-type(3) .size-l {
  color: #B99117;
  font-weight: 500;
  font-size: clamp(24px, 2.161vw, 36px);
  line-height: 0.83;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail p:nth-of-type(3) .size-l {
    font-size: clamp(24px, 8vw, 36px);
  }
}
.s_location .tab01 .box02 .shop .detail p:nth-of-type(3) .size-s {
  display: block;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop .detail p:nth-of-type(3) .size-s {
    font-size: clamp(8px, 0.72vw, 12px);
    line-height: 2;
  }
}
.s_location .tab01 .box02 .shop .detail p:nth-of-type(3) .note {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .detail p:nth-of-type(3) .note {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.s_location .tab01 .box02 .shop .item-list {
  -webkit-margin-after: min(1.441vw, 24px);
          margin-block-end: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .item-list {
    -webkit-margin-after: min(4.267vw, 19.2px);
            margin-block-end: min(4.267vw, 19.2px);
  }
}
.s_location .tab01 .box02 .shop .item-list figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.s_location .tab01 .box02 .shop .item-list figcaption {
  position: absolute;
  right: min(0.72vw, 12px);
  bottom: min(0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop .item-list figcaption {
    right: min(2.667vw, 12px);
    bottom: min(1.333vw, 6px);
  }
}
.s_location .tab01 .box02 .shop01 .item-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop01 .item-list {
    -ms-grid-columns: 1fr min(1.081vw, 18px) min(16.21vw, 270px);
    grid-template-columns: 1fr min(16.21vw, 270px);
    gap: min(1.225vw, 20.4px) min(1.081vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop01 .item-list {
    -ms-grid-columns: 1fr min(3.733vw, 16.8px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop01 li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop01 li:nth-of-type(1) {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop01 li:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop01 li:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.s_location .tab01 .box02 .shop02 {
  -webkit-margin-before: min(5.764vw, 96px);
          margin-block-start: min(5.764vw, 96px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop02 {
    -webkit-margin-before: min(22.4vw, 100.8px);
            margin-block-start: min(22.4vw, 100.8px);
  }
}
.s_location .tab01 .box02 .shop02 .item-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop02 .item-list {
    -ms-grid-columns: 1fr min(1.009vw, 16.8px) min(19.741vw, 328.8px);
    grid-template-columns: 1fr min(19.741vw, 328.8px);
    gap: 0 min(1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop02 .item-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(3.467vw, 15.6px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop02 .detail p:nth-of-type(3) {
    padding-block: min(0.504vw, 8.4px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop02 .detail p:nth-of-type(3) {
    line-height: 2.4;
    -webkit-padding-after: min(5.333vw, 24px);
            padding-block-end: min(5.333vw, 24px);
  }
}
.s_location .tab01 .box02 .shop03 {
  -webkit-margin-before: min(7.493vw, 124.8px);
          margin-block-start: min(7.493vw, 124.8px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop03 {
    -webkit-margin-before: min(22.133vw, 99.6px);
            margin-block-start: min(22.133vw, 99.6px);
  }
}
.s_location .tab01 .box02 .shop03 .item-list {
  position: relative;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop03 .item-list {
    -ms-grid-columns: min(16.21vw, 270px) min(1.297vw, 21.6px) 1fr;
    grid-template-columns: min(16.21vw, 270px) 1fr;
    gap: min(1.513vw, 25.2px) min(1.297vw, 21.6px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop03 .item-list {
    -ms-grid-columns: 1fr min(3.733vw, 16.8px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop03 li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop03 li:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop03 li:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop03 li:nth-of-type(3) {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.s_location .tab01 .box02 .shop03 li:nth-of-type(4) {
  position: absolute;
  top: calc(100% + clamp(2.4px, 0.216vw, 3.6px));
  right: 0;
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop03 li:nth-of-type(4) {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop03 .detail {
    -webkit-margin-before: min(7.733vw, 34.8px);
            margin-block-start: min(7.733vw, 34.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop03 .detail .ttl {
    width: calc(100% + min(2.667vw, 12px));
  }
}
.s_location .tab01 .box02 .shop04 {
  -webkit-margin-before: min(7.205vw, 120px);
          margin-block-start: min(7.205vw, 120px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop04 {
    -webkit-margin-before: min(14.933vw, 67.2px);
            margin-block-start: min(14.933vw, 67.2px);
  }
}
.s_location .tab01 .box02 .shop04 .item-list {
  position: relative;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop04 .item-list {
    -ms-grid-columns: 1fr min(1.081vw, 18px) min(16.21vw, 270px);
    grid-template-columns: 1fr min(16.21vw, 270px);
    gap: min(1.225vw, 20.4px) min(1.081vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop04 .item-list {
    -ms-grid-columns: 1fr min(3.733vw, 16.8px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop04 li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01 .box02 .shop04 li:nth-of-type(1) {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop04 li:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01 .box02 .shop04 li:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.s_location .tab01-02 {
  background-color: #EFF0F0;
  -webkit-margin-before: min(7.709vw, 128.4px);
          margin-block-start: min(7.709vw, 128.4px);
  padding-block: min(5.476vw, 91.2px) min(5.62vw, 93.6px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 {
    -webkit-margin-before: min(14.933vw, 67.2px);
            margin-block-start: min(14.933vw, 67.2px);
    padding-block: min(8.533vw, 38.4px) min(6.133vw, 27.6px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 > .txt-wrap {
    padding-inline: min(7.467vw, 33.6px);
  }
}
.s_location .tab01-02 > .txt-wrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 > .txt-wrap p {
    color: #333;
  }
}
.s_location .tab01-02 .box-wrap {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01-02 .box-wrap {
    width: min(70.533vw, 1174.8px);
    -ms-grid-columns: 1fr min(2.954vw, 49.2px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-margin-before: min(2.954vw, 49.2px);
            margin-block-start: min(2.954vw, 49.2px);
    gap: min(2.161vw, 36px) min(2.954vw, 49.2px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap {
    position: relative;
    width: 100%;
    -webkit-margin-before: min(6.4vw, 28.8px);
            margin-block-start: min(6.4vw, 28.8px);
    padding-inline: min(7.467vw, 33.6px);
    -webkit-padding-after: min(82.667vw, 372px);
            padding-block-end: min(82.667vw, 372px);
  }
}
.s_location .tab01-02 .box-wrap .box figure {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.s_location .tab01-02 .box-wrap .box > p {
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box > p {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.s_location .tab01-02 .box-wrap .box .ttl span:nth-of-type(1) {
  font-weight: 500;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box .ttl span:nth-of-type(1) {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.s_location .tab01-02 .box-wrap .box .ttl span:nth-of-type(2) {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box .ttl span:nth-of-type(2) {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.s_location .tab01-02 .box-wrap .box .txt {
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box .txt {
    font-weight: 500;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 2.5;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab01-02 .box-wrap .box01 {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.s_location .tab01-02 .box-wrap .box01 .item-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01-02 .box-wrap .box01 .item-list {
    -ms-grid-columns: min(32.853vw, 547.2px) min(3.026vw, 50.4px) 1fr;
    grid-template-columns: min(32.853vw, 547.2px) 1fr;
    gap: min(3.026vw, 50.4px);
    -webkit-margin-before: min(0.648vw, 10.8px);
            margin-block-start: min(0.648vw, 10.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box01 .item-list {
    gap: min(8.267vw, 37.2px);
    -webkit-margin-before: min(2.933vw, 13.2px);
            margin-block-start: min(2.933vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box01 .item-list li:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-inline: min(7.467vw, 33.6px);
  }
}
.s_location .tab01-02 .box-wrap .box01 .item-list figcaption {
  text-align: right;
  -webkit-margin-before: min(0.144vw, 2.4px);
          margin-block-start: min(0.144vw, 2.4px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box01 .item-list figcaption {
    -webkit-margin-before: min(1.333vw, 6px);
            margin-block-start: min(1.333vw, 6px);
  }
}
.s_location .tab01-02 .box-wrap .box01 .ttl {
  -webkit-margin-before: min(1.081vw, 18px);
          margin-block-start: min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box01 .ttl {
    -webkit-margin-before: min(4.267vw, 19.2px);
            margin-block-start: min(4.267vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box01 .ttl span {
    display: block;
  }
}
.s_location .tab01-02 .box-wrap .box01 .txt {
  -webkit-margin-before: min(0.648vw, 10.8px);
          margin-block-start: min(0.648vw, 10.8px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box01 .txt {
    -webkit-margin-before: min(4vw, 18px);
            margin-block-start: min(4vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box02 {
    -webkit-margin-before: min(14.933vw, 67.2px);
            margin-block-start: min(14.933vw, 67.2px);
  }
}
.s_location .tab01-02 .box-wrap .box02 .item-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01-02 .box-wrap .box02 .item-list {
    -ms-grid-columns: 1fr min(1.513vw, 25.2px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.513vw, 25.2px);
    -webkit-margin-before: min(1.369vw, 22.8px);
            margin-block-start: min(1.369vw, 22.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box02 .item-list {
    -webkit-margin-before: min(1.6vw, 7.2px);
            margin-block-start: min(1.6vw, 7.2px);
    gap: min(8vw, 36px);
  }
}
.s_location .tab01-02 .box-wrap .box02 .ttl {
  -webkit-margin-before: min(0.432vw, 7.2px);
          margin-block-start: min(0.432vw, 7.2px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01-02 .box-wrap .box02 .ttl {
    -webkit-margin-before: min(5.867vw, 26.4px);
            margin-block-start: min(5.867vw, 26.4px);
  }
}
.s_location .tab01-02 .box-wrap .box02 .ttl span {
  display: block;
}
.s_location .tab01-03 {
  -webkit-padding-before: min(6.556vw, 109.2px);
          padding-block-start: min(6.556vw, 109.2px);
}
@media screen and (max-width: 768px) {
  .s_location .tab01-03 {
    -webkit-padding-before: min(10.667vw, 48px);
            padding-block-start: min(10.667vw, 48px);
  }
}
.s_location .tab01-03 .content-box {
  width: min(70.533vw, 1174.8px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-03 .content-box {
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
  }
}
.s_location .tab01-03 .content-box .txt-wrap {
  text-align: center;
}
.s_location .tab01-03 .content-box .item-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab01-03 .content-box .item-list {
    -ms-grid-columns: 1fr min(1.945vw, 32.4px) 1fr min(1.945vw, 32.4px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.009vw, 16.8px) min(1.945vw, 32.4px);
    -webkit-margin-before: min(2.522vw, 42px);
            margin-block-start: min(2.522vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab01-03 .content-box .item-list {
    gap: min(5.067vw, 22.8px);
    -webkit-margin-before: min(8vw, 36px);
            margin-block-start: min(8vw, 36px);
    padding-inline: min(12.267vw, 55.2px);
  }
}
.s_location .tab01-03 .content-box .note {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .s_location .tab01-03 .content-box .note {
    padding-inline: 0 min(12.267vw, 55.2px);
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: min(3.467vw, 15.6px);
            margin-block-start: min(3.467vw, 15.6px);
  }
}
.s_location .tab01-03 .content-box .note span {
  display: block;
}
.s_location .tab02 > .txt-wrap {
  text-align: center;
  -webkit-margin-before: min(5.908vw, 98.4px);
          margin-block-start: min(5.908vw, 98.4px);
}
@media screen and (max-width: 768px) {
  .s_location .tab02 > .txt-wrap {
    -webkit-margin-before: min(7.733vw, 34.8px);
            margin-block-start: min(7.733vw, 34.8px);
    padding-inline: min(7.2vw, 32.4px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 > .txt-wrap p:nth-of-type(2) {
    -webkit-margin-before: min(1.009vw, 16.8px);
            margin-block-start: min(1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 > .txt-wrap p:nth-of-type(2) {
    text-align: left;
    -webkit-margin-before: min(6.4vw, 28.8px);
            margin-block-start: min(6.4vw, 28.8px);
  }
}
.s_location .tab02 > figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 > figure {
    -webkit-margin-before: min(4.683vw, 78px);
            margin-block-start: min(4.683vw, 78px);
    margin-inline: auto min(0.576vw, 9.6px);
    width: min(82.781vw, 1378.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 > figure {
    -webkit-margin-before: max(-1.867vw, -8.4px);
            margin-block-start: max(-1.867vw, -8.4px);
  }
}
.s_location .tab02 > figure figcaption span:nth-of-type(1) {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 > figure figcaption span:nth-of-type(1) {
    bottom: min(6.412vw, 106.8px);
    left: min(22.19vw, 369.6px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 > figure figcaption span:nth-of-type(1) {
    font-size: 2.667vw;
    bottom: 101vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 > figure figcaption span:nth-of-type(2) {
    position: absolute;
    bottom: min(4.395vw, 73.2px);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 > figure figcaption span:nth-of-type(2) {
    position: static;
    display: block;
    text-align: right;
    padding-inline: min(7.2vw, 32.4px);
  }
}
.s_location .tab02 :where(.box01, .box02) .item01 .ttl {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #0a5729;
  padding: clamp(1.6px, 0.144vw, 2.4px) clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .ttl {
    padding: clamp(4px, 1.333vw, 6px) clamp(4px, 1.333vw, 6px) clamp(9.6px, 3.2vw, 14.4px);
    text-align: center;
  }
}
.s_location .tab02 :where(.box01, .box02) .item01 .ttl span:nth-of-type(1) {
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .ttl span:nth-of-type(1) {
    font-size: clamp(12px, 4vw, 18px);
    line-height: 1.87;
    letter-spacing: 0;
  }
}
.s_location .tab02 :where(.box01, .box02) .item01 .ttl span:nth-of-type(2) {
  color: #fff;
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .ttl span:nth-of-type(2) {
    display: block;
    font-size: clamp(8px, 2.667vw, 12px);
    line-height: 1;
  }
}
.s_location .tab02 :where(.box01, .box02) .item01 figure {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.s_location .tab02 :where(.box01, .box02) .item01 .txt {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .txt {
    font-weight: 500;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 2.5;
  }
}
.s_location .tab02 :where(.box01, .box02) .item01 .item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(4px, 0.36vw, 6px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(4px, 0.36vw, 6px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .item-list {
    gap: clamp(4px, 1.333vw, 6px);
  }
}
.s_location .tab02 :where(.box01, .box02) .item01 .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #72909E;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (min-width: 769px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .item-list li {
    min-height: clamp(29.2px, 2.63vw, 43.8px);
    padding: clamp(5.44px, 0.49vw, 8.16px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 :where(.box01, .box02) .item01 .item-list li {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    padding: clamp(6.56px, 2.187vw, 9.84px);
  }
}
.s_location .tab02 .box01 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 {
    -ms-grid-columns: min(38.545vw, 642px) min(1.585vw, 26.4px) 1fr;
    grid-template-columns: min(38.545vw, 642px) 1fr;
    gap: min(1.585vw, 26.4px);
    -webkit-margin-before: min(6.34vw, 105.6px);
            margin-block-start: min(6.34vw, 105.6px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 {
    position: relative;
    -webkit-padding-after: clamp(120px, 40vw, 180px);
            padding-block-end: clamp(120px, 40vw, 180px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item-list {
    height: clamp(96px, 32vw, 144px);
  }
}
.s_location .tab02 .box01 > figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 > figure {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding-inline: min(5.333vw, 24px) min(2.667vw, 12px);
    -webkit-margin-before: min(1.333vw, 6px);
            margin-block-start: min(1.333vw, 6px);
  }
}
.s_location .tab02 .box01 > figure figcaption {
  margin: 0;
}
.s_location .tab02 .box01 > figure figcaption span:nth-of-type(1) {
  position: absolute;
  font-size: min(0.72vw, 12px);
  bottom: min(1.441vw, 24px);
  right: min(5.692vw, 94.8px);
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 > figure figcaption span:nth-of-type(1) {
    font-size: 2.667vw;
    bottom: 3vw;
    right: 13vw;
  }
}
.s_location .tab02 .box01 > figure figcaption span:nth-of-type(2) {
  position: absolute;
  background-image: url(/asset/img/location/location-location_p02-03_txt.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 > figure figcaption span:nth-of-type(2) {
    top: min(20.893vw, 348px);
    left: min(4.323vw, 72px);
    width: min(5.89vw, 98.112px);
    height: min(3.637vw, 60.576px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 > figure figcaption span:nth-of-type(2) {
    top: 45.067vw;
    left: 12.533vw;
    width: 21.8vw;
    height: 13.4vw;
  }
}
.s_location .tab02 .box01 .item01 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 .item01 {
    -ms-grid-columns: 1fr clamp(12px, 1.081vw, 18px) clamp(256.8px, 23.127vw, 385.2px);
    grid-template-columns: 1fr clamp(256.8px, 23.127vw, 385.2px);
    -ms-grid-rows: auto 0 auto 0 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 clamp(12px, 1.081vw, 18px);
  }
  .s_location .tab02 .box01 .item01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .s_location .tab02 .box01 .item01 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .s_location .tab02 .box01 .item01 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .s_location .tab02 .box01 .item01 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .s_location .tab02 .box01 .item01 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .s_location .tab02 .box01 .item01 > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 {
    padding-inline: min(7.2vw, 32.4px);
    -webkit-margin-before: min(6.133vw, 27.6px);
            margin-block-start: min(6.133vw, 27.6px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 .item01 .ttl {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.s_location .tab02 .box01 .item01 .img-list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 .item01 .img-list {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-columns: 1fr min(1.081vw, 18px) 1fr min(1.081vw, 18px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.081vw, 18px);
    margin-block: min(1.081vw, 18px) min(1.729vw, 28.8px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 .img-list {
    -ms-grid-columns: 52.3% min(4vw, 18px) 1fr;
    grid-template-columns: 52.3% 1fr;
    gap: min(3.2vw, 14.4px) min(4vw, 18px);
    -webkit-margin-before: min(4.533vw, 20.4px);
            margin-block-start: min(4.533vw, 20.4px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 .item01 .img-list li:nth-of-type(1) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 .img-list li:nth-of-type(1) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 .img-list li:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 .img-list li:nth-of-type(3),
  .s_location .tab02 .box01 .item01 .img-list li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.s_location .tab02 .box01 .item01 .img-list img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 .item01 .txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 .txt {
    -webkit-margin-before: min(4.8vw, 21.6px);
            margin-block-start: min(4.8vw, 21.6px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box01 .item01 .item-list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box01 .item01 .item-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
  }
}
.s_location .tab02 .box02 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 {
    -ms-grid-columns: 1fr min(1.153vw, 19.2px) min(31.412vw, 523.2px);
    grid-template-columns: 1fr min(31.412vw, 523.2px);
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 min(1.153vw, 19.2px);
    -webkit-margin-before: min(4.899vw, 81.6px);
            margin-block-start: min(4.899vw, 81.6px);
  }
  .s_location .tab02 .box02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .s_location .tab02 .box02 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .s_location .tab02 .box02 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .s_location .tab02 .box02 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 {
    -webkit-margin-before: min(20.533vw, 92.4px);
            margin-block-start: min(20.533vw, 92.4px);
  }
}
.s_location .tab02 .box02 > figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 > figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.s_location .tab02 .box02 > figure figcaption {
  position: absolute;
  font-size: min(0.72vw, 12px);
  bottom: min(4.683vw, 78px);
  right: min(3.746vw, 62.4px);
}
.s_location .tab02 .box02 .item01 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-columns: 1fr clamp(12px, 1.081vw, 18px) clamp(256.8px, 23.127vw, 385.2px);
    grid-template-columns: 1fr clamp(256.8px, 23.127vw, 385.2px);
    gap: 0 clamp(12px, 1.081vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .ttl {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.s_location .tab02 .box02 .item01 .img-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .img-list {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-columns: 1fr min(1.153vw, 19.2px) min(35.591vw, 592.8px);
    grid-template-columns: 1fr min(35.591vw, 592.8px);
    gap: min(1.153vw, 19.2px);
    margin-block: min(1.441vw, 24px) min(1.873vw, 31.2px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item01 .img-list {
    -ms-grid-columns: 1fr min(3.467vw, 15.6px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.467vw, 15.6px);
    margin-block: min(4.267vw, 19.2px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .img-list li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .img-list li:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .img-list li:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item01 .img-list li:nth-of-type(3) {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.s_location .tab02 .box02 .item01 .img-list img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.s_location .tab02 .box02 .item01 figure.spObj {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item01 figure.spObj {
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: min(2.667vw, 12px) min(4.267vw, 19.2px);
  }
}
.s_location .tab02 .box02 .item01 figure.spObj figcaption {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item01 figure.spObj figcaption {
    font-size: 2.667vw;
    bottom: 15vw;
    right: 14vw;
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .item-list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item01 .item-list {
    -webkit-margin-before: min(0.8vw, 3.6px);
            margin-block-start: min(0.8vw, 3.6px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item01 .item-list li {
    min-height: unset;
    padding-block: min(0.288vw, 4.8px);
  }
}
.s_location .tab02 .box02 .item02 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-grid-columns: 1fr min(1.441vw, 24px) min(23.055vw, 384px);
    grid-template-columns: 1fr min(23.055vw, 384px);
    -webkit-margin-before: min(2.522vw, 42px);
            margin-block-start: min(2.522vw, 42px);
    gap: 0 min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item02 {
    width: 100%;
    padding-inline: min(7.2vw, 32.4px);
    -webkit-margin-before: min(10.667vw, 48px);
            margin-block-start: min(10.667vw, 48px);
  }
}
.s_location .tab02 .box02 .item02 .ttl {
  font-weight: 500;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1.56;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item02 .ttl {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item02 .ttl {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    line-height: 2.18;
    letter-spacing: 0;
    text-align: center;
  }
}
.s_location .tab02 .box02 .item02 .txt {
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item02 .txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-margin-before: min(0.865vw, 14.4px);
            margin-block-start: min(0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item02 .txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-weight: 500;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 2.5;
    letter-spacing: 0;
    -webkit-margin-before: min(4vw, 18px);
            margin-block-start: min(4vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item02 figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-margin-before: min(0.72vw, 12px);
            margin-block-start: min(0.72vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item02 figure {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-margin-before: min(4.533vw, 20.4px);
            margin-block-start: min(4.533vw, 20.4px);
  }
}
.s_location .tab02 .box02 .item02 .item-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item02 .item-list {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-columns: 1fr clamp(3.2px, 0.288vw, 4.8px) 1fr clamp(3.2px, 0.288vw, 4.8px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(6.4px, 0.576vw, 9.6px) clamp(3.2px, 0.288vw, 4.8px);
    -webkit-margin-before: min(1.225vw, 20.4px);
            margin-block-start: min(1.225vw, 20.4px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item02 .item-list {
    -ms-grid-columns: 1fr min(1.6vw, 7.2px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.6vw, 7.2px);
    -webkit-margin-before: min(7.733vw, 34.8px);
            margin-block-start: min(7.733vw, 34.8px);
  }
}
.s_location .tab02 .box02 .item02 .item-list li {
  background-color: #72909E;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .s_location .tab02 .box02 .item02 .item-list li {
    padding: clamp(4px, 0.36vw, 6px);
    min-height: clamp(25.6px, 2.305vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .s_location .tab02 .box02 .item02 .item-list li {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    padding: clamp(4.8px, 1.6vw, 7.2px);
  }
}

.lifeinfo {
  position: relative;
  z-index: 2;
  -webkit-margin-before: min(8.573vw, 142.8px);
          margin-block-start: min(8.573vw, 142.8px);
  -webkit-padding-after: min(5.476vw, 91.2px);
          padding-block-end: min(5.476vw, 91.2px);
}
@media screen and (max-width: 768px) {
  .lifeinfo {
    -webkit-margin-before: min(14.133vw, 63.6px);
            margin-block-start: min(14.133vw, 63.6px);
    -webkit-padding-after: min(13.333vw, 60px);
            padding-block-end: min(13.333vw, 60px);
  }
}
.lifeinfo__wrap {
  margin: 0 auto;
}
.lifeinfo__wrap .tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(8px, 0.72vw, 12px);
     -moz-column-gap: clamp(8px, 0.72vw, 12px);
          column-gap: clamp(8px, 0.72vw, 12px);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .tab_area {
    max-width: 94%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 10px;
  }
}
.lifeinfo__wrap .tab_area label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 20%;
  height: 50px;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  background-color: #aba17b;
  font-weight: 500;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  cursor: pointer;
  border: 1px solid #b3b3b3;
  border-bottom-width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .tab_area label {
    width: calc(50% - 5px);
    height: 46px;
    padding: 15px 0;
    font-size: 1.1rem;
    border-bottom-width: 1px;
  }
}
.lifeinfo__wrap .tab_area label:hover, .lifeinfo__wrap .tab_area label.active {
  opacity: 1;
  background: #403518;
}
.lifeinfo__wrap .tab_area label:hover span, .lifeinfo__wrap .tab_area label.active span {
  color: #fff;
}
.lifeinfo__wrap .tab_area label.active {
  pointer-events: none;
}
.lifeinfo__wrap .tab_area label svg {
  width: 14px;
}
.lifeinfo__wrap .panel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_wrap {
    display: block;
    margin-top: 10px;
  }
}
.lifeinfo__wrap .panel_wrap .tab_panel {
  display: none;
}
.lifeinfo__wrap .panel_wrap .tab_panel.active {
  display: block;
}
.lifeinfo__wrap .panel_wrap .mapbox {
  width: calc(100% - 400px);
  height: 600px;
  border-right: solid 1px #eeeeee;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_wrap .mapbox {
    width: 100%;
    height: 50vh;
  }
}
.lifeinfo__wrap .panel_area {
  padding: 30px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_area {
    padding: 30px 20px;
  }
}
.lifeinfo__wrap .panel_area .databox {
  width: 340px;
  max-height: 540px;
  overflow: hidden;
  overflow-y: scroll;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_area .databox {
    width: 100%;
    max-height: 200px;
  }
}
.lifeinfo__wrap .panel_area .databox::-webkit-scrollbar {
  width: 10px;
}
.lifeinfo__wrap .panel_area .databox::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.lifeinfo__wrap .panel_area .databox::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.lifeinfo__wrap .panel_area .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 24px;
  cursor: pointer;
  border-bottom: 1px solid #dbd6d4;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_area .data {
    position: relative;
    padding: 8px 8px;
  }
}
.lifeinfo__wrap .panel_area .data:hover {
  background: #fff;
}
.lifeinfo__wrap .panel_area .data p {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
.lifeinfo__wrap .panel_area .data_img {
  width: 19px;
  margin: 0 5px 0 0;
}
.lifeinfo__wrap .panel_area .data_img img {
  width: 100%;
  height: auto;
}
.lifeinfo__wrap .panel_area .data:first-of-type {
  border-top: none;
}
.lifeinfo__wrap .panel_area .data_txt {
  width: calc(100% - 25px);
}
.lifeinfo__wrap .panel_area .data_txt1 {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_area .data_txt1 {
    font-size: 1.2rem;
  }
  .lifeinfo__wrap .panel_area .data_txt1 img {
    width: 10px;
  }
}
.lifeinfo__wrap .panel_area .data_txt2 {
  margin: 8px 0 0;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lifeinfo__wrap .panel_area .data_txt2 {
    margin: 5px 0 0;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=location.css.map */