.main {
  padding-bottom: 0;
}

.page_header img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  margin-top: 25px;
}

.section_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 60px;
}

.map_title,
.map_hotel_name,
.spot_category,
.spot_title,
.section_title,
.feature_heading,
.sightseeing_title,
.spot_name {
  font-family: "Noto Serif JP", serif;
}

.access_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 1000px;
  background: #615027;
  border: 1px solid #8b6c21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto 0;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 12px 10px;
  position: relative;
  border-radius: 3px;
}

.access_link:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}

.map {
  background-color: #f6f1ed;
  padding: 80px 0;
  overflow: hidden;
}
.map .map_inner {
  position: relative;
  max-width: 1200px;
  height: 790px;
  margin: 0 auto;
  padding: 0 1%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.map .map_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6B974), to(#C39A38));
  background: -webkit-linear-gradient(top, #D6B974 0%, #C39A38 100%);
  background: linear-gradient(180deg, #D6B974 0%, #C39A38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.map .map_title::before, .map .map_title::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #B4871C;
}
.map .map_image {
  position: absolute;
  left: 50%;
  top: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: block;
}
.map .map_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map .map_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.map .spot_card {
  z-index: 2;
  width: 260px;
  padding: 20px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.map .spot_card .bg {
  background-color: #393b3f;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.map .spot_card:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -2;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.map .spot_card:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.map .spot_card.restaurant:before {
  width: 470px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  left: auto;
  right: -420px;
  top: 375px;
}
.map .spot_card.restaurant:after {
  left: auto;
  right: -386px;
  top: 510px;
}
.map .spot_card.event:before {
  width: 230px;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
  left: auto;
  right: -216px;
  top: 177px;
}
.map .spot_card.event:after {
  left: auto;
  right: -218px;
  top: 150px;
}
.map .spot_card.museum:before {
  width: 200px;
  -webkit-transform: rotate(107deg);
          transform: rotate(107deg);
  left: -118px;
  top: 386px;
}
.map .spot_card.museum:after {
  left: -55px;
  top: 482px;
}
.map .spot_card.walking:before {
  width: 120px;
  -webkit-transform: rotate(203deg);
          transform: rotate(203deg);
  left: -104px;
  top: 172px;
}
.map .spot_card.walking:after {
  left: -105px;
  top: 144px;
}
@media (any-hover: hover) {
  .map .spot_card:hover .bg {
    background-color: #43464A;
  }
  .map .spot_card:hover:before {
    height: 2px;
  }
  .map .spot_card:hover:after {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}
.map .map_hotel {
  position: absolute;
  top: 632px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  padding: 10px 20px;
  background-color: #B4871C;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.map .map_hotel_name {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  overflow-wrap: normal;
}
.map .spot_category {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.map .spot_title {
  position: relative;
  margin-bottom: 20px;
  color: #edc055;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.map .spot_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 1px;
  background-color: #B4871C;
}
.map .spot_image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.map .spot_text {
  min-height: 74px;
  line-height: 1.5;
  font-size: 0.88rem;
}
.map .spot_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 0.88rem;
}
.map .spot_link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #B4871C url("../images/arrow.png") no-repeat center;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.map .spot_link._sp {
  display: none;
}
.map .map_note {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.map .map_note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}
.map .map_note li:not(:first-child) {
  padding-top: 5px;
}

@media screen and (max-width: 1225px) {
  .map {
    padding: 6.53vw 0;
  }
  .map .section_title {
    font-size: 3.27vw;
    margin-bottom: 4.9vw;
  }
  .map .map_title {
    gap: 1.63vw;
  }
  .map .map_title::before, .map .map_title::after {
    width: 3.92vw;
  }
  .map .map_inner {
    height: 64.49vw;
  }
  .map .map_image {
    top: 9.8vw;
  }
  .map .map_column {
    gap: 3.27vw;
  }
  .map .spot_card {
    width: 21.22vw;
    padding: 1.63vw;
  }
  .map .spot_card:after {
    width: 0.98vw;
    height: 0.98vw;
  }
  .map .spot_card.restaurant:before {
    width: 38.37vw;
    right: -34.29vw;
    top: 30.61vw;
  }
  .map .spot_card.restaurant:after {
    right: -31.51vw;
    top: 41.63vw;
  }
  .map .spot_card.event:before {
    width: 18.78vw;
    right: -17.63vw;
    top: 14.45vw;
  }
  .map .spot_card.event:after {
    right: -17.8vw;
    top: 12.24vw;
  }
  .map .spot_card.museum:before {
    width: 16.33vw;
    left: -9.63vw;
    top: 31.51vw;
  }
  .map .spot_card.museum:after {
    left: -4.49vw;
    top: 39.35vw;
  }
  .map .spot_card.walking:before {
    width: 9.8vw;
    left: -8.49vw;
    top: 14.04vw;
  }
  .map .spot_card.walking:after {
    left: -8.57vw;
    top: 11.76vw;
  }
  .map .map_hotel {
    top: 51.59vw;
    z-index: 3;
    padding: 0.82vw 1.63vw;
  }
  .map .map_hotel_name {
    font-size: 1.31vw;
  }
  .map .spot_category {
    font-size: 0.98vw;
  }
  .map .spot_title {
    margin-bottom: 1.63vw;
    font-size: 1.31vw;
  }
  .map .spot_title::after {
    bottom: -0.65vw;
    width: 3.27vw;
  }
  .map .spot_image {
    margin-bottom: 0.82vw;
  }
  .map .spot_text {
    min-height: 6.04vw;
    font-size: 1.15vw;
  }
  .map .spot_link {
    gap: 0.41vw;
    font-size: 1.15vw;
  }
  .map .spot_link::after {
    width: 1.63vw;
    height: 1.63vw;
    -webkit-background-size: 0.57vw auto;
            background-size: 0.57vw auto;
  }
  .map .map_note li {
    font-size: 1.14vw;
  }
  .map .map_note li:not(:first-child) {
    padding-top: 0.41vw;
  }
}
.feature {
  padding: 80px 0;
  background-color: #212324;
}
.feature .feature_title {
  color: #B4871C;
}
.feature .feature_subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 18px;
  font-size: 18px;
  color: #fff;
}
.feature .feature_subtitle::before,
.feature .feature_subtitle::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #8a8a8a;
}
.feature .feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  background-color: #383a3e;
  text-align: left;
}
.feature.museum .feature_wrap, .feature.event .feature_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .feature_info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature .feature_heading {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.feature .feature_heading::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #b4871c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.feature .feature_text {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff;
}
.feature .feature_image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 380px;
  overflow: hidden;
}
.feature .feature_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.building {
  padding: 80px 0;
  background: #212324;
}
.building .building_title {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.building ._sp {
  display: none;
}
.building .building_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.building img {
  display: block;
  max-width: 320px;
  height: auto;
}
.building .building_link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 40px;
  margin-left: 40px;
  background: #fff;
  border: 1px solid #fff;
  color: #212324;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.building .building_link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid #212324;
  border-right: 2px solid #212324;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.building .building_link:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.building .building_link:hover::after {
  -webkit-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}

.sightseeing {
  padding: 80px 0;
  background: #212324;
  text-align: left;
}
.sightseeing .sightseeing_title {
  color: #fff;
  text-align: center;
}
.sightseeing .sightseeing_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sightseeing .spot {
  width: 48%;
}
.sightseeing .spot_img_wrap {
  position: relative;
}
.sightseeing .photo_credit {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0px 0px 2px black;
  text-align: right;
}
.sightseeing .spot_img {
  display: block;
  width: 100%;
  height: auto;
}
.sightseeing .spot_info {
  background-color: #383a3e;
  color: #fff;
  padding: 30px;
}
.sightseeing .spot_name {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.sightseeing .spot_name::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #b4871c;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .access_link {
    width: 90%;
    max-width: 660px;
    margin: 40px auto 0;
  }
  .page_header img {
    height: 200px;
  }
  .map {
    padding: 80px 0;
  }
  .map .section_title {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .map .map_title {
    gap: 20px;
  }
  .map .map_title::before, .map .map_title::after {
    width: 48px;
  }
  .map .map_image {
    top: 114px;
    width: 1060px;
  }
  .map .map_cards {
    gap: 40px;
  }
  .map .map_column {
    gap: 450px;
  }
  .map .map_hotel {
    top: 500px;
    left: 56%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
  }
  .map .map_hotel_name {
    font-size: 0.88rem;
  }
  .map .map_inner {
    height: 720px;
    width: 90%;
    max-width: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map .spot_card:before,
  .map .spot_card:after,
  .map .spot_category,
  .map .spot_title,
  .map .spot_image,
  .map .spot_text {
    display: none;
  }
  .map .spot_card {
    padding: 12px 16px;
    width: 230px;
  }
  .map .spot_link {
    gap: 5px;
    font-size: 14.08px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map .spot_link::after {
    width: 20px;
    height: 20px;
    -webkit-background-size: 7px auto;
            background-size: 7px auto;
  }
  .map .spot_link:not(._sp) {
    display: none;
  }
  .map .spot_link._sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .map .map_note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    width: auto;
    text-align: left;
  }
  .map .map_note li {
    font-size: 14px;
  }
  .feature .feature_wrap {
    width: 90%;
    max-width: 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .feature.museum .feature_wrap, .feature.event .feature_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature .feature_info {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .feature .feature_image {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
  }
  .sightseeing .sightseeing_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .sightseeing .spot {
    width: 90%;
    max-width: 660px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .access_link {
    margin: 20px auto 0;
  }
  .section_title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .page_header img {
    height: 200px;
  }
  .map {
    padding: 60px 0;
  }
  .map .section_title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .map .map_cards {
    gap: 40px;
  }
  .map .map_image {
    width: 1060px;
  }
  .feature {
    padding: 60px 0;
  }
  .feature .feature_subtitle {
    font-size: 14px;
  }
  .feature .feature_info {
    padding: 15px;
  }
  .feature .feature_heading {
    font-size: 1.13rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .building {
    padding: 60px 16px;
  }
  .building .building_title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .building ._sp {
    display: block;
  }
  .building .building_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .building .building_link {
    margin-left: 0;
  }
  .sightseeing .access_link {
    font-size: 14px;
  }
  .sightseeing {
    padding: 60px 0;
  }
  .sightseeing .spot_info {
    padding: 15px;
  }
  .sightseeing .spot_name {
    font-size: 1.13rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .map .map_inner {
    height: 660px;
  }
  .map .map_image {
    width: 900px;
    top: 110px;
  }
  .map .map_column {
    gap: 400px;
  }
  .map .map_cards {
    gap: 20px;
  }
  .map .spot_card {
    width: 144px;
    padding: 10px;
  }
  .map .map_hotel {
    padding: 10px;
    top: 450px;
  }
}