.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .bg-paper {
  background: url(../images/position/bg_paper.jpg) repeat top left;
  background-size: auto;
}
.pre-inc .bg-beige {
  background: #d7d4c7;
}
.pre-inc .bg-white {
  background: #fff;
}
.pre-inc sup {
  vertical-align: top;
  font-size: 0.5em;
}
.pre-inc .main-visual .caption {
  padding: 5px;
  text-align: right;
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-visual .caption {
    padding: 5px 10px;
    text-align: left;
  }
}
.pre-inc .main-visual .caption span {
  display: inline-block;
  margin-right: 1em;
}
.pre-inc .main-lead {
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead {
    margin-top: 50px;
  }
}
.pre-inc .main-lead .lead {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
  color: #80714e;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead .lead {
    font-size: 24px;
  }
}
.pre-inc .main-lead .body {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2.2;
  text-align: center;
  color: #80714e;
}
.pre-inc .toggle-page {
  position: relative;
  height: 70px;
  width: calc(100% - 40px);
  max-width: 704px;
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .toggle-page {
    height: 50px;
    margin-top: 40px;
  }
}
.pre-inc .toggle-page button {
  position: absolute;
  top: 0;
  width: 53.6931818182%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d7d4c7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 0.05em;
}
.pre-inc .toggle-page button:hover, .pre-inc .toggle-page button.is-current {
  background: #80714e;
}
.pre-inc .toggle-page button:nth-child(1) {
  left: 0;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.pre-inc .toggle-page button:nth-child(2) {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.pre-inc .js-content-location.is-hidden {
  display: none !important;
}
.pre-inc .js-content-access.is-hidden {
  display: none !important;
}
.pre-inc .section-shopping {
  position: relative;
  max-width: 744px;
  padding: 120px 20px 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping {
    padding-top: 145px;
    padding-bottom: 100px;
  }
}
.pre-inc .section-shopping .photo {
  position: absolute;
  top: 120px;
  left: calc(50% - 450px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .photo {
    left: initial;
    right: 20px;
    top: 20px;
    width: 180px;
  }
}
.pre-inc .section-shopping h2 {
  text-align: center;
  font-size: 70px;
  color: #80714e;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping h2 {
    font-size: 40px;
  }
}
.pre-inc .section-shopping .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .lead {
    font-size: 18px;
  }
}
.pre-inc .section-shopping .body {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .body {
    font-size: 14px;
  }
}
.pre-inc .section-shopping .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .shoplist {
    margin-top: 40px;
  }
}
.pre-inc .section-shopping .shoplist .each {
  width: 30.5397727273%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-shopping .shoplist .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-shopping .shoplist .each-1 {
  width: 100%;
}
.pre-inc .section-shopping .shoplist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.4;
}
.pre-inc .section-spot {
  position: relative;
  max-width: 744px;
  padding: 100px 20px 80px;
  margin-inline: auto;
}
.pre-inc .section-spot .photo {
  position: absolute;
  top: 30px;
  right: calc(50% - 500px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-spot .photo {
    right: initial;
    left: 20px;
    top: -50px;
    width: 180px;
  }
}
.pre-inc .section-spot .lead {
  text-align: center;
  font-size: 24px;
  color: #80714e;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-spot .lead {
    font-size: 16px;
  }
}
.pre-inc .section-spot .shoplist01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pre-inc .section-spot .shoplist01 .each_main {
  width: 48.0113636364%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-spot .shoplist01 .each_main {
    width: 100%;
  }
}
.pre-inc .section-spot .shoplist01 .each_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-spot .shoplist01 .each_sub {
    width: 100%;
    margin-top: 10px;
  }
}
.pre-inc .section-spot .shoplist01 .each_sub .each {
  width: 48.2954545455%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-spot .shoplist01 .each_sub .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-spot .shoplist01 .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.3;
}
.pre-inc .section-spot .shoplist02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.pre-inc .section-spot .shoplist02 .each {
  width: 22.4431818182%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-spot .shoplist02 .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-spot .shoplist02 .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.3;
}
.pre-inc .section-education {
  position: relative;
  max-width: 744px;
  padding: 120px 20px 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education {
    padding-top: 90px;
  }
}
.pre-inc .section-education .photo {
  position: absolute;
  top: 120px;
  left: calc(50% - 450px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .photo {
    left: initial;
    right: 20px;
    top: -50px;
    width: 180px;
  }
}
.pre-inc .section-education h2 {
  text-align: center;
  font-size: 70px;
  color: #80714e;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education h2 {
    font-size: 40px;
  }
}
.pre-inc .section-education .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .lead {
    font-size: 18px;
  }
}
.pre-inc .section-education .body {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .body {
    font-size: 14px;
  }
}
.pre-inc .section-education .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .shoplist {
    margin-top: 40px;
  }
}
.pre-inc .section-education .shoplist .each {
  width: 30.5397727273%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-education .shoplist .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-education .shoplist .each-1 {
  width: 100%;
}
.pre-inc .section-education .shoplist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.pre-inc .section-public {
  position: relative;
  max-width: 744px;
  padding: 120px 20px 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public {
    padding-top: 90px;
  }
}
.pre-inc .section-public .photo {
  position: absolute;
  top: -20px;
  right: calc(50% - 450px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public .photo {
    right: initial;
    left: 20px;
    top: -50px;
    width: 180px;
  }
}
.pre-inc .section-public h2 {
  text-align: center;
  font-size: 70px;
  color: #80714e;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public h2 {
    font-size: 40px;
  }
}
.pre-inc .section-public .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public .lead {
    font-size: 18px;
  }
}
.pre-inc .section-public .body {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public .body {
    font-size: 14px;
  }
}
.pre-inc .section-public .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public .shoplist {
    margin-top: 40px;
  }
}
.pre-inc .section-public .shoplist .each {
  width: 30.5397727273%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-public .shoplist .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-public .shoplist .each-1 {
  width: 100%;
}
.pre-inc .section-public .shoplist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.pre-inc .section-culture {
  position: relative;
  max-width: 744px;
  padding: 120px 20px 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture {
    padding-top: 90px;
  }
}
.pre-inc .section-culture .photo {
  position: absolute;
  top: 120px;
  left: calc(50% - 450px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture .photo {
    left: initial;
    right: 20px;
    top: -50px;
    width: 180px;
  }
}
.pre-inc .section-culture h2 {
  text-align: center;
  font-size: 70px;
  color: #80714e;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture h2 {
    font-size: 40px;
  }
}
.pre-inc .section-culture .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture .lead {
    font-size: 18px;
  }
}
.pre-inc .section-culture .body {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture .body {
    font-size: 14px;
  }
}
.pre-inc .section-culture .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture .shoplist {
    margin-top: 40px;
  }
}
.pre-inc .section-culture .shoplist .each {
  width: 30.5397727273%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-culture .shoplist .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-culture .shoplist .each-1 {
  width: 100%;
}
.pre-inc .section-culture .shoplist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.pre-inc .section-park {
  position: relative;
  max-width: 744px;
  padding: 120px 20px 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park {
    padding-top: 90px;
  }
}
.pre-inc .section-park .photo {
  position: absolute;
  top: 120px;
  right: calc(50% - 450px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .photo {
    right: initial;
    left: 20px;
    top: -50px;
    width: 180px;
  }
}
.pre-inc .section-park h2 {
  text-align: center;
  font-size: 70px;
  color: #80714e;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park h2 {
    font-size: 40px;
  }
}
.pre-inc .section-park .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .lead {
    font-size: 18px;
  }
}
.pre-inc .section-park .body {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .body {
    font-size: 14px;
  }
}
.pre-inc .section-park .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .shoplist {
    margin-top: 40px;
  }
}
.pre-inc .section-park .shoplist .each {
  width: 30.5397727273%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-park .shoplist .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-park .shoplist .each-1 {
  width: 100%;
}
.pre-inc .section-park .shoplist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.pre-inc .section-life {
  position: relative;
  max-width: 744px;
  padding: 80px 20px 100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-life {
    padding: 40px 20px 60px;
  }
}
.pre-inc .section-life h2 {
  text-align: center;
  font-size: 37px;
  color: #80714e;
  letter-spacing: 0.1em;
}
.pre-inc .section-life .map {
  margin-top: 20px;
}
.pre-inc .section-life .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 40px;
}
.pre-inc .section-life .shoplist .each {
  width: 30.1136363636%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-life .shoplist .each {
    width: 46.7741935484%;
  }
}
.pre-inc .section-life .shoplist .each-1 {
  width: 100%;
}
.pre-inc .section-life .shoplist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.pre-inc .section-life .info {
  margin-top: 60px;
}
.pre-inc .section-access {
  position: relative;
  max-width: 744px;
  padding: 120px 20px 100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access {
    padding-top: 80px;
  }
}
.pre-inc .section-access .photo {
  position: absolute;
  top: 120px;
  left: calc(50% - 450px);
  width: 32.6612903226%;
  max-width: 243px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .photo {
    left: initial;
    right: 20px;
    top: -50px;
    width: 180px;
  }
}
.pre-inc .section-access h2 {
  text-align: center;
  font-size: 70px;
  color: #80714e;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access h2 {
    font-size: 40px;
  }
}
.pre-inc .section-access .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .lead {
    font-size: 18px;
  }
}
.pre-inc .section-access .body {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .body {
    font-size: 14px;
  }
}
.pre-inc .section-access .lead_note {
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .lead_note {
    font-size: 10px;
  }
}
.pre-inc .section-access .imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .imglist {
    margin-top: 40px;
  }
}
.pre-inc .section-access .imglist .each {
  width: 49.0056818182%;
}
.pre-inc .section-access .imglist .each-1 {
  width: 100%;
}
.pre-inc .section-access .imglist .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.pre-inc .section-access .railmap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .railmap {
    margin-top: 60px;
  }
}
.pre-inc .section-access .station {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-access .station {
    margin-top: 40px;
  }
}
.pre-inc .section-access .station .note {
  margin-top: 10px;
  font-size: 10px;
}
.pre-inc .section-bnr {
  padding: 80px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-bnr {
    padding: 40px 15px;
  }
}
.pre-inc .section-bnr .inner {
  max-width: 800px;
  margin-inline: auto;
}/*# sourceMappingURL=position.css.map */