html {
  scroll-behavior: smooth;
}
html #west_area,
html #east1_area,
html #east2_area,
html #east3_area,
html #south_area {
  scroll-margin-top: 10vw;
}
@media screen and (max-width: 768px) {
  html #west_area,
  html #east1_area,
  html #east2_area,
  html #east3_area,
  html #south_area {
    scroll-margin-top: 7.1428571429vw;
  }
}

.pc {
  display: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}

.emphasis {
  font-weight: bold;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.gourmet {
  padding: 0;
}
.gourmet__section {
  background-image: url(../img/content_circle01.svg), url(../img/content_circle02.svg), url(../img/gourmet_bgBottom.svg);
  background-position: center 6.4285714286vw, bottom center, bottom;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 12.8571428571vw 0 5vw;
}
@media screen and (max-width: 768px) {
  .gourmet__section {
    background-image: url(../img/content_circle01.svg), url(../img/content_circle02.svg), url(../img/gourmet_bgBottom_sp.svg);
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}
.gourmet__section h2 {
  width: 57.1428571429vw;
  margin: auto;
}
.gourmet__section .textBox {
  text-align: center;
  font-size: 1.4285714286vw;
  margin-top: 4.2857142857vw;
  line-height: 2.5;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gourmet__section .textBox {
    margin-top: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.gourmet__inner {
  margin-top: -1px;
  background-color: #e06828;
  padding-bottom: 4.2857142857vw;
}
.gourmet__notice {
  color: #fff;
  text-align: center;
  font-size: 2.5714285714vw;
  font-weight: bold;
  padding-block: 2.8571428571vw 1.4285714286vw;
  line-height: 1.8;
}
.gourmet__notice small {
  font-size: 1.1428571429vw;
  font-weight: 500;
  display: block;
  margin-top: 0.7142857143vw;
}
@media screen and (max-width: 768px) {
  .gourmet__notice {
    font-size: 4.2666666667vw;
    padding: 8vw 5.3333333333vw;
  }
  .gourmet__notice small {
    font-size: 3.2vw;
  }
}

.map {
  position: relative;
}
.map__east1 {
  position: absolute;
  width: 15.7142857143vw;
  top: 51.2857142857vw;
  left: 19.0714285714vw;
}
@media screen and (max-width: 768px) {
  .map__east1 {
    width: 26.6666666667vw;
    top: 53.3333333333vw;
    left: 24vw;
  }
}
.map__east2 {
  position: absolute;
  width: 15.7142857143vw;
  top: 27.4285714286vw;
  left: 11vw;
}
@media screen and (max-width: 768px) {
  .map__east2 {
    width: 26.6666666667vw;
    top: 24vw;
    left: 2.6666666667vw;
  }
}
.map__east3 {
  position: absolute;
  width: 15.7142857143vw;
  top: 7.7857142857vw;
  left: 6.0714285714vw;
}
@media screen and (max-width: 768px) {
  .map__east3 {
    width: 26.6666666667vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.map__west {
  position: absolute;
  width: 15.7142857143vw;
  top: 55.5714285714vw;
  right: 10.7142857143vw;
}
@media screen and (max-width: 768px) {
  .map__west {
    width: 26.6666666667vw;
    top: 53.3333333333vw;
    right: 8vw;
  }
}
.map__south {
  position: absolute;
  width: 15.7142857143vw;
  top: 31.5714285714vw;
  right: 20.5714285714vw;
}
@media screen and (max-width: 768px) {
  .map__south {
    width: 26.6666666667vw;
    top: 32vw;
    right: 21.3333333333vw;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4.2857142857vw auto 0;
  width: 71.4285714286vw;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.8571428571vw 4.2857142857vw;
  border: solid 2px #000;
}
@media screen and (max-width: 768px) {
  .content {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
    padding: 8vw 5.3333333333vw;
  }
}
.content__titlecontainer {
  padding-top: 3.2142857143vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content__titlecontainer {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.content__character-west {
  position: absolute;
  top: 0;
  left: -2.8571428571vw;
  width: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__character-west {
    left: -2.6666666667vw;
    width: 21.3333333333vw;
  }
}
.content__character-east1 {
  position: absolute;
  top: 0;
  left: -2.8571428571vw;
  width: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__character-east1 {
    left: -5.3333333333vw;
    width: 21.3333333333vw;
  }
}
.content__character-east2 {
  position: absolute;
  top: 0;
  left: -2.8571428571vw;
  width: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__character-east2 {
    left: -5.3333333333vw;
    width: 21.3333333333vw;
  }
}
.content__character-east3 {
  position: absolute;
  top: 0;
  left: -2.8571428571vw;
  width: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__character-east3 {
    left: -5.3333333333vw;
    width: 21.3333333333vw;
  }
}
.content__character-south {
  position: absolute;
  top: 0;
  left: -2.8571428571vw;
  width: 12.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__character-south {
    left: -5.3333333333vw;
    width: 21.3333333333vw;
  }
}
.content__title {
  font-weight: bold;
  font-size: 3.2857142857vw;
  line-height: 1.5;
  color: #e06828;
  padding-left: 10.7142857143vw;
}
@media screen and (max-width: 768px) {
  .content__title {
    font-size: 7.4666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.content__divider {
  border: none;
  border-top: 0.2857142857vw solid #e06828;
  width: 70%;
  margin-left: 5.7142857143vw;
}
@media screen and (max-width: 768px) {
  .content__divider {
    border-top: 0.5333333333vw solid #e06828;
    margin-left: 0;
  }
}
.content__subtitle {
  font-size: 1.7142857143vw;
  font-weight: bold;
  line-height: 1.5;
  color: #e06828;
  padding-top: 0.7142857143vw;
  padding-left: 10.7142857143vw;
}
@media screen and (max-width: 768px) {
  .content__subtitle {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    padding-top: 1.3333333333vw;
  }
}
.content__map-west {
  position: absolute;
  width: 23.2857142857vw;
  top: -5.7142857143vw;
  right: -2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__map-west {
    position: static;
    width: 37.3333333333vw;
    top: -10.6666666667vw;
    right: -5.3333333333vw;
  }
}
.content__map-east1 {
  position: absolute;
  width: 43.2857142857vw;
  top: -7.1428571429vw;
  right: -15.7142857143vw;
}
@media screen and (max-width: 768px) {
  .content__map-east1 {
    position: static;
    width: 58.6666666667vw;
    top: -13.3333333333vw;
    right: -21.3333333333vw;
  }
}
.content__map-east2 {
  position: absolute;
  width: 31.2857142857vw;
  top: -1.4285714286vw;
  right: -2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .content__map-east2 {
    position: static;
    width: 48vw;
    top: -2.6666666667vw;
    right: -5.3333333333vw;
  }
}
.content__map-east3 {
  position: absolute;
  width: 36.0714285714vw;
  top: 0.7142857143vw;
  right: -6.7857142857vw;
}
@media screen and (max-width: 768px) {
  .content__map-east3 {
    position: static;
    width: 53.3333333333vw;
    top: 1.3333333333vw;
    right: -10.6666666667vw;
  }
}
.content__map-south {
  position: absolute;
  width: 27.2857142857vw;
  top: -2.8571428571vw;
  right: -1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .content__map-south {
    position: static;
    width: 48vw;
    top: -5.3333333333vw;
    right: -2.6666666667vw;
  }
}
.content__description {
  font-size: 1.2857142857vw;
  font-weight: 500;
  line-height: 2;
  color: #1e1e1e;
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .content__description {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}

.introduction ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1428571429vw;
  list-style: none;
  padding: 0;
  margin: 2.8571428571vw 0;
}
@media screen and (max-width: 768px) {
  .introduction ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin: 8vw 0;
  }
}
.introduction ul.col2 {
  grid-template-columns: repeat(2, 1fr);
  margin-inline: 8.5714285714vw;
}
@media screen and (max-width: 768px) {
  .introduction ul.col2 {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 0;
  }
}
.introduction ul li {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction ul li p {
  font-size: 1.2857142857vw;
  font-weight: bold;
  line-height: 1.6;
  color: #e06828;
  margin-top: 0.7142857143vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction ul li p {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
    line-height: 1.2;
  }
}
.introduction ul li span {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction ul li span {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
    line-height: 1.2;
  }
}
.introduction__img {
  width: 50vw;
  margin-top: 3.5714285714vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduction__img {
    width: 80vw;
    margin-top: 8vw;
  }
}
.introduction__note {
  font-size: 1vw;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
  margin-top: 0.7142857143vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .introduction__note {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
}/*# sourceMappingURL=style.css.map */