main {
  font-family: "RyuminPro", serif;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

.contents-wrap {
  width: calc(100vw - 120px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.contents-body {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767.9px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .contents-wrap {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin: 20.31vw auto 0;
  }
  .contents-body {
    padding-right: 0;
    padding-left: 0;
  }
}
.location-link-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.location-link {
  padding: 30px 0;
  font-size: 20px;
  display: block;
  text-align: center;
  background-color: #fefcf6;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .location-link {
    font-size: 16px;
  }
}
.location-link::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 28px;
}
.location-link.-active {
  background-color: #868076;
  color: #fff;
}
.location-link.-active::before {
  border-color: #fff;
}

@media screen and (max-width: 767.9px) {
  .location-link-row {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
  }
}
.main-visual-img {
  position: relative;
  text-align: center;
}
.main-visual-img figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
.main-visual-img figcaption.-second {
  color: #fff;
  right: auto;
  left: 10px;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
}

.main-copy {
    text-align: center;
    font-size: min(5vw,54px);
    margin-top: 40px;
    font-family: "RyuminPro", serif;
    letter-spacing: .1rem;
}

.main-desc {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-top: 12px;
    margin-left: auto;
    max-width: 1030px;
    font-size: 22px;
    line-height: 2.1;
    font-feature-settings: "palt";
    letter-spacing: .2rem;
}

@media screen and (max-width: 767.9px) {
  .main-copy-area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-copy {
    font-size: 21px;
  }
  .main-desc {
    max-width: 100%;
    font-size: 12px;
  }
}
.section-heading {
  margin-top: 120px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: #b3a064;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.section-heading.-mt {
  margin-top: 40px;
}
.section-heading span {
  font-weight: bold;
}

.section-heading-bar {
  display: block;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #b3a064;
  width: 100%;
  height: 1px;
}
.section-heading-bar::before, .section-heading-bar::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #b3a064;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-heading-bar::before {
  left: 0;
}
.section-heading-bar::after {
  right: 0;
}

.section-copy {
    position: relative;
    margin-top: 30px;
    font-weight: 500;
    text-align: center;
    font-size: min(2.5vw,27px);
}

.section-copy .cap01 {
    position: absolute;
    bottom: -11px;
    left: 58%;
    font-size: min(1vw,13px);
}

.section-desc {
    margin-top: 10px;
    font-size: 24px;
    line-height: 2;
    text-align: justify;
}
.section-desc span {
  font-size: 15px;
}
@media screen and (max-width: 767.9px) {
.section-copy .cap01 {
    bottom: -8px;
    left: calc(50.5vw - 50px);
}  
  .section-desc span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .section-heading {
    margin-top: 40px;
    font-size: 18px;
    padding-bottom: 12px;
  }
  .section-copy {
    line-height: 1.7;
    font-size: 17px;
    margin-top: 20px;
  }
  .section-desc {
    line-height: 1.8;
    font-size: 12px;
  }
}
.grey-heading {
    margin-top: 65px;
    font-size: min(3vw,32px);
    padding-left: 18px;
    padding-bottom: 0px;
    border-bottom: 1px solid currentColor;
    color: #666464;
    position: relative;
}
@media screen and (max-width: 767.9px) {
  .grey-heading {
    font-size: 17px;
    padding-bottom: 3px;
  }
}
.grey-heading::before {
    content: "";
    display: block;
    width: 7px;
    height: 43px;
    background-color: currentColor;
    position: absolute;
    top: 0;
    left: 0;
}

.front-of-station-img {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .front-of-station-img {
    margin-top: 30px;
  }
}
.shopping-heading {
    font-family: 'Noto Sans JP';
    margin-top: 40px;
    color: #b3a064;
    font-size: min(3vw,28px);
    letter-spacing: .2rem;
    font-weight: 100;
}

.shopping {
  background-image: url(../images/location01/bg.jpg);
  background-size: cover;
  background-position: center;
  padding-left: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
.shopping::before, .shopping::after {
  content: "";
  display: block;
  background-color: #bf9c50;
  position: absolute;
}
.shopping:before {
  top: 0;
  left: -2px;
  width: 4px;
  height: 180px;
}
.shopping::after {
  top: -2px;
  left: 0;
  height: 4px;
  width: 180px;
}

.shopping-copy {
    margin-top: 10px;
    font-size: min(3vw,28px);
}

.shopping-desc {
    font-size: 20px;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: -1px;
}
@media screen and (max-width: 767.9px) {
  .shopping-desc {
    font-size: 12px;
  }
}

.shopping-row {
    margin-top: 55px;
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
}

.shopping-spot {
  position: relative;
}

.shopping-spot-text {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-top: 5px;
    line-height: 1.3;
    text-align: right;
}

.shopping-line {
    width: 81px;
    position: absolute;
    left: -10px;
    top: -47px;
}

.shopping-skip figcaption {
    display: block;
    font-size: 15px;
    text-align: right;
    margin-top: 12px;
    padding-right: 3rem;
}

.shopping-left {
    width: 51%;
    padding-right: 1%;
}
@media screen and (max-width: 767.9px) {
  .shopping-left {
    width: 100%;
  }
  .shopping-spot-text {
    font-size: 10px;
  }
  .shopping-skip figcaption {
    font-size: 10px;
    padding-right: 1rem;
  }
}

.shopping-right {
  width: 49%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .shopping-right {
    width: 100%;
  }
}

.awa {
    margin-right: 32px;
}
.awa span {
    font-size: 15px;
    white-space: nowrap;
    -webkit-transform-origin: right;
    transform-origin: right;
    line-height: 1.3;
    display: block;
    text-align: right;
}
@media screen and (max-width: 767.9px) {
  .awa {
    margin-right: 0;
  }
  .awa span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .shopping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .shopping-copy {
    margin-top: 10px;
    font-size: 17px;
  }
  .shopping-row {
    margin-top: 50px;
  }
}
.shop-area {
  position: relative;
  padding-bottom: 50px;
}
.shop-area::before, .shop-area::after {
  content: "";
  background-color: #bf9c50;
  display: block;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.shop-area::before {
  height: 4px;
  width: 360px;
}
.shop-area::after {
  height: 360px;
  width: 4px;
}

.shop-box {
    margin: 50px auto 0;
    border: 2px solid #b99850;
    padding: 10px;
    max-width: 900px;
}
@media screen and (max-width: 767.9px) {
  .shop-box {
    margin-top: 30px;
  }
}

.shop-box-inner {
  border: 1px solid #b99850;
  padding: 15px;
  position: relative;
}
.shop-box-inner.-left {
    padding-left: 310px;
}
.shop-box-inner.-left .shop-img {
    position: absolute;
    top: -50px;
    left: -40px;
}
.shop-box-inner.-right {
    padding-right: 280px;
    text-align: justify;
}
.shop-box-inner.-right .shop-img {
    position: absolute;
    top: -50px;
    right: -90px;
}

.shop-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid #000;
}

.shop-name {
    font-size: min(4vw,36px);
}
@media screen and (max-width: 767.9px) {
  .shop-name {
    font-size: 21px;
  }
}
.shop-name span {
  font-size: 18px;
}

.shop-info {
    font-size: 15px;
}

.shop-desc {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: normal;
}
.shop-desc span {
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .shop-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .shop-desc span {
    font-size: 10px;
  }
}


.shop-img {
    width: 340px;
}

@media screen and (max-width: 767.9px) {
  .shop-area {
    padding-bottom: 20px;
  }
  .shop-area::before, .shop-area::after {
    right: -10px;
  }
  .shop-box-inner {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-box-inner.-left {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop-box-inner.-right {
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shop-img {
    position: static !important;
    width: auto;
  }
}
.tab-area {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .tab-area {
    margin-top: 20px;
  }
}

.tab-map {
  display: none;
  text-align: center;
}
.tab-map.-active {
  display: block;
}

.tab-panel {
  margin-top: 30px;
  display: none;
}
.tab-panel.-active {
  display: block;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab {
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.tab:not(.-active) {
  opacity: 0.45;
}
.tab.-n1 {
  background-color: #ba5b57;
  border-bottom-color: #d5b8b0;
}
.tab.-n2 {
  background-color: #e08024;
  border-bottom-color: #f5dec1;
}
.tab.-n3 {
  background-color: #445c93;
  border-bottom-color: #bcc3d4;
}
.tab.-n4 {
  background-color: #7b882e;
  border-bottom-color: #d4dabc;
}
.tab.-n5 {
  background-color: #47817f;
  border-bottom-color: #bdd2cd;
}
.tab.-n6 {
  background-color: #bc6f3e;
  border-bottom-color: #e8d0b4;
}

.tab-spot-img + .tab-spot-name {
    margin-top: 0;
}

.tab-spot-name {
    font-size: min(4vw,27px);
}
.tab-spot-name span {
  font-size: 12px;
  margin-right: 0.5em;
}
.tab-spot-name small {
  font-size: 15px;
}

.tab-spot.-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-spot-desc {
    font-size: min(3.5vw,20px);
    margin-top: 10px;
    width: 100%;
    text-align: justify;
}

.tab-panel.-n1 .tab-spot-name span {
  color: #ba5b57;
}
.tab-panel.-n2 .tab-spot-name span {
  color: #e08024;
}
.tab-panel.-n3 .tab-spot-name span {
  color: #445c93;
}
.tab-panel.-n4 .tab-spot-name span {
  color: #7b882e;
}
.tab-panel.-n5 .tab-spot-name span {
  color: #47817f;
}
.tab-panel.-n6 .tab-spot-name span {
  color: #bc6f3e;
}

.tab-text-row {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 767.9px) {
  .tab-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tab {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.tab-text-row {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.iPhone .tab-text-row{
gap: 4px;
}

.Android .tab-text-row{
gap: 3px;
}    
    
.tab-spot-desc {
    margin-top: 0;
}
.tab-spot-name {
    padding-bottom: .5rem;
}    
}
.tab-shopping-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.tab-shopping-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.tab-shopping-child-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
}

@media screen and (max-width: 767.9px) {
  .tab-shopping-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-shopping-left {
    width: auto;
  }
}
.tab-groumet-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-groumet-left {
    padding-right: 40px;
    border-right: 5px dotted rgba(68, 92, 147, 0.5);
    width: 50%;
}

.tab-groumet-right {
  width: 50%;
}

.tab-groumet-child {
    padding-left: 38px;
}
.tab-groumet-child:first-of-type {
    padding-bottom: 25px;
    border-bottom: 5px dotted rgba(68, 92, 147, 0.5);
}
.tab-groumet-child:last-of-type {
    padding-top: 25px;
}

.tab-groumet-right .tab-spot-img {width: 48%;}
.tab-groumet-right .tab-spot-text {width: 48%;}

@media screen and (max-width: 767.9px) {
  .tab-groumet-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.tab-groumet-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 5px dotted rgba(68, 92, 147, 0.5);
    margin-bottom: 20px;
}
.tab-groumet-right {
    width: 100%;
}
  .tab-groumet-child {
    padding-left: 0;
  }
.row_rev {flex-flow: row-reverse;}
    
.tab-groumet-right .tab-spot-img {width: 100%;}
.tab-groumet-right .tab-spot-text {width: 100%;}
    
.sp_space01 {/*padding-top: 12px;*/}
    
.tab-groumet-row .tab-spot.-row {
    gap: 0px;
}    
.col_rev {flex-flow: column-reverse;}    
}


.medical-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.medical-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 49.5%;
}

.medical-child:first-of-type {
    border-bottom: 5px dotted rgba(68, 92, 147, 0.5);
    padding-bottom: min(3vw,30px);
    margin-bottom: min(4vw,35px);
}

.medical-child .tab-spot-img {
    width: 52%;
}
.medical-child .tab-spot-text {
    width: 43.5%;
}

.medical-child .tab-spot-desc {
    line-height: 2;
}

@media screen and (max-width: 767.9px) {
  .medical-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .medical-left {
    width: auto;
  }   
}
.park-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.park-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66.2%;
}

.park-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 767.9px) {
  .park-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .park-left {
    width: auto;
  }
}
.school-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.school-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24.4%;
}

@media screen and (max-width: 767.9px) {
  .school-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .school-child {
    width: auto;
  }
}
.public-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.main-img {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.spot-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}

.spot-name {
  font-size: 27px;
  margin-top: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.spot-desc {
    line-height: 1.7;
    font-size: 24px;
    margin-top: 6px;
}
@media screen and (max-width: 767.9px) {
  .spot-desc {
    font-size: 12px;
    line-height: 1.6;
  }
}
.spot-desc span {
    font-size: 15px;
    display: block;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.spot-img-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 767.9px) {
  .spot-wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
  .spot-name {
    margin-top: 10px;
    font-size: 16px;
  }
  .spot-img-row {
    gap: 10px;
  }
  .spot-desc span {
    font-size: 10px;
  }
}
.michi {
  background-color: #c7b381;
  padding: 10px;
  padding-bottom: 80px;
  color: #fff;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .michi {
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.michi-inner {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-top: 20px;
  padding-left: 20px;
  width: 50%;
}

.michi-copy {
  font-size: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .michi-copy {
    font-size: 14px;
  }
}

.michi-heading {
  font-size: 27px;
}
@media screen and (max-width: 767.9px) {
  .michi-heading {
    font-size: 20px;
  }
}

.michi-desc {
  font-size: 20px;
  line-height: 2.1;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .michi-desc {
    font-size: 12px;
    margin-top: 10px;
  }
}

.michi-img {
  max-width: 480px;
  width: 50%;
  position: absolute;
  top: -30px;
  right: -15px;
}

@media screen and (max-width: 767.9px) {
  .michi-img {
    position: static;
    width: auto;
  }
  .michi-inner {
    width: auto;
    border-top: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px;
  }
}
.nature-row {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .nature-row {
    margin-top: 20px;
    display: block;
  }
}

.nature-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 28%;
}
@media screen and (max-width: 767.9px) {
  .nature-left {
    width: 100%;
  }
}
.nature-left::before {
  content: "";
  display: block;
  height: 100%;
  width: 12px;
  background-color: #a3ac6d;
  position: absolute;
  top: 0;
  left: -6px;
  z-index: -1;
}

.nature-right {
  width: 68%;
}
@media screen and (max-width: 767.9px) {
  .nature-right {
    width: 100%;
    margin-top: 30px;
  }
}
.nature-spot figure{
  /*margin: 0 0px 0px 14px;*/
}
.nature-spot.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.nature-spot.-has_border {
  position: relative;
}
.nature-spot.-has_border::before {
  content: "";
  display: block;
  height: 100%;
  width: 12px;
  background-color: #a3ac6d;
  position: absolute;
  top: 0;
  left: -6px;
  z-index: -1;
}

.nature-name {
  font-size: 25px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

.nature-desc {
    line-height: 1.7;
    font-size: 17px;
    margin-top: 6px;
}
@media screen and (max-width: 767.9px) {
  .nature-desc {
    font-size: 12px;
    line-height: 1.6;
  }
}

.nature-body {
  margin-top: 10px;
  padding-left: 20px;
}

.big-nature {
  width: 80%;
  margin-left: auto;
  margin-top: -350px;
  z-index: -1;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .big-nature {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767.9px) {
  .nature-spot.-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .nature-body {
    padding-left: 15px;
  }
  .nature-text {
    padding-left: 15px;
  }
  .nature-name {
    font-size: 16px;
  }
  .big-nature {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.page-annotation {
    padding-bottom: 6rem;
    /*max-width: 1000px;*/
}