@charset "UTF-8";
/*---------------------------
共通
---------------------------*/
.main {
  margin-top: -80px;
}

@media only screen and (max-width: 767px) {
  .main {
    margin-top: -60px;
  }
}
#container {
  /* ========================================================================================= ^^
    Index
  ============================================================================================ ^^ */
  /* 内容 */
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
}
#container .section--hero {
  background: #000;
  height: 100vh;
}
#container .section--hero * {
  color: #fff;
}
#container .section--hero .section__inner {
  height: 100%;
  background: url(../images/location/hero_bgi01.jpg) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container .section--hero .section__block {
  width: 50%;
}
#container .section--hero .section__block--heading {
  margin-left: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--hero .section__block--heading .section__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--hero .section__block--heading .section__heading .section__small {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#container .section--hero .section__block--heading .section__heading .section__b {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}
#container .section--hero .section__block--heading .section__heading .section__i {
  margin-left: 80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}
#container .section--hero .section__block--text .section__par--title {
  font-size: 22px;
  line-height: 2;
}
#container .section--hero .section__block--text .section__par--text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
}
#container .section--index-trend,
#container .section--index-nature {
  padding-top: 135px;
  background: #000;
}
#container .section--index-trend *,
#container .section--index-nature * {
  color: #fff;
}
#container .section--index-nostalgy {
  padding-top: 135px;
  background: #fff;
}
#container .section--index-nostalgy *:not(.cap) {
  color: #000;
}
#container .section--index-area {
  padding-top: 50px;
  padding-bottom: 185px;
  background: #1a1a1a;
}
#container .section--index-area * {
  color: #fff;
}
#container .section__hero {
  padding-left: 0px;
  margin: 0 -35px;
  width: calc(100% + 70px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 70px;
  position: relative;
}
#container .section__hero .section__block--heading {
  width: 100%;
  text-align: center;
}
#container .section__hero .b_line {
  position: relative;
  padding-bottom: 40px;
}
#container .section__hero .b_line::before {
  position: absolute;
  border-bottom: solid 1px #FFF;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  content: "";
}
#container .section__hero .section__block--heading .section__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
#container .section__hero .section__block--heading .section__par {
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
#container .section__hero .section__block--img {
  position: relative;
  width: 100%;
  height: 690px;
}
#container .section__hero .section__block--img .section__figure {
  width: 1215px;
  margin: 4em auto 0;
}
#container .section__hero .section__block--img .section__img {
  width: 1215px;
}
#container .section__hero--reverse {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#container .section--index-trend .section__hero .section__block--heading .section__heading {
  font-family: "Montserrat", sans-serif;
}
#container .section__block--slider .section__gallery {
  margin: 0 -35px;
  width: calc(100% + 70px);
}
#container .section__block--slider .section__gallery .section__par {
  margin-bottom: 10px;
  margin-right: 35px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: right;
}
#container .section__block--slider .section__gallery .swiper:not(.swiper-initialized) .section__list {
  display: none;
}
#container .section__block--slider .section__gallery .section__item {
  padding: 0;
}
#container .section__block--slider .section__gallery .section__anchor {
  cursor: pointer;
}
#container .section__block--slider .section__gallery .cap {
  color: #fff;
}
#container .section__block--area {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#container .section__block--slider .section__title,
#container .section__block--area .section__title {
  padding: 5em 0 2em 0;
}
#container .section__block--slider .section__title .section__heading,
#container .section__block--area .section__title .section__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
#container .section__block--slider .section__title .section__par,
#container .section__block--area .section__title .section__par {
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
#container .section--index-nostalgy .section__title .section__heading,
#container .section--index-nature .section__title .section__heading,
#container .section--index-area .section__title .section__heading {
  font-family: "Cormorant Garamond", serif;
}
#container .section__map .section__block--tab .section__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#container .section__map .section__block--tab .section__list .section__item {
  flex: 1;
}
#container .section__map .section__block--tab .section__list .section__item .section__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background: #000;
  cursor: pointer;
}
#container .section__map .section__block--tab .section__list .section__item .section__button:hover {
  color: rgba(255, 255, 255, 0.5);
}
#container .section__map[data-map-setting="01"] .section__item[data-map-trigger="01"] .section__button, #container .section__map[data-map-setting="02"] .section__item[data-map-trigger="02"] .section__button, #container .section__map[data-map-setting="03"] .section__item[data-map-trigger="03"] .section__button, #container .section__map[data-map-setting="04"] .section__item[data-map-trigger="04"] .section__button, #container .section__map[data-map-setting="05"] .section__item[data-map-trigger="05"] .section__button, #container .section__map[data-map-setting="06"] .section__item[data-map-trigger="06"] .section__button, #container .section__map[data-map-setting="07"] .section__item[data-map-trigger="07"] .section__button, #container .section__map[data-map-setting="08"] .section__item[data-map-trigger="08"] .section__button {
  color: #000;
  background: #fff;
}
#container .section__map[data-map-setting="01"] .section__item[data-map-trigger="01"] .section__button:hover, #container .section__map[data-map-setting="02"] .section__item[data-map-trigger="02"] .section__button:hover, #container .section__map[data-map-setting="03"] .section__item[data-map-trigger="03"] .section__button:hover, #container .section__map[data-map-setting="04"] .section__item[data-map-trigger="04"] .section__button:hover, #container .section__map[data-map-setting="05"] .section__item[data-map-trigger="05"] .section__button:hover, #container .section__map[data-map-setting="06"] .section__item[data-map-trigger="06"] .section__button:hover, #container .section__map[data-map-setting="07"] .section__item[data-map-trigger="07"] .section__button:hover, #container .section__map[data-map-setting="08"] .section__item[data-map-trigger="08"] .section__button:hover {
  color: rgba(0, 0, 0, 0.6);
}
#container .section__map[data-map-setting="01"] .section__block--map:not([data-map-target="01"]), #container .section__map[data-map-setting="02"] .section__block--map:not([data-map-target="02"]), #container .section__map[data-map-setting="03"] .section__block--map:not([data-map-target="03"]), #container .section__map[data-map-setting="04"] .section__block--map:not([data-map-target="04"]), #container .section__map[data-map-setting="05"] .section__block--map:not([data-map-target="05"]), #container .section__map[data-map-setting="06"] .section__block--map:not([data-map-target="06"]), #container .section__map[data-map-setting="07"] .section__block--map:not([data-map-target="07"]), #container .section__map[data-map-setting="08"] .section__block--map:not([data-map-target="08"]) {
  display: none;
}
#container .section__map .section__block--map {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#container .section__map .section__block--map * {
  color: #000;
}
#container .section__map .section__block--map .section__figure {
  width: 660px;
}
#container .section__map .section__block--map .section__picture {
  display: block;
  width: 100%;
  height: 550px;
}
#container .section__map .section__block--map .section__picture > .section__img {
  height: 100%;
}
#container .section__map .section__block--map .section__list {
  margin-top: 24px;
  padding: 0 24px 24px 24px;
  width: calc(100% - 660px);
  height: 526px;
  overflow: auto;
  counter-reset: map;
}
#container .section__map .section__block--map .section__list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#container .section__map .section__block--map .section__list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#container .section__map .section__block--map .section__list .section__item {
  padding: 24px 0 16px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-top: 1px solid #fff;
}
#container .section__map .section__block--map .section__list .section__item:first-of-type {
  padding-top: 0;
  border-top: none;
}
#container .section__map .section__block--map .section__list .section__item::before {
  counter-increment: map;
  content: counter(map);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #ab8000;
  color: #fff;
  margin-top: -0.2em;
}
#container .section__lead {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  max-width: 1200px;
}
#container .section__lead--nostalgy .section__block--text .section__par {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
#container .section__lead--nostalgy .section__block--text .section__par + .section__par {
  margin-top: 1em;
}
#container .section__lead--nostalgy .section__block--img {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
}
#container .section__lead--nostalgy .section__block--img .section__figure--01 {
  width: 314px;
}
#container .section__lead--nostalgy .section__block--img .section__figure--02 {
  width: 746px;
  margin-bottom: 90px;
}
#container .section__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  #container .section--hero {
    height: auto;
  }
  #container .section--hero .section__inner {
    height: auto;
    min-height: 80dvh;
    background: url(../images/location/hero_bgi01.jpg) no-repeat 50% 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.90625vw;
  }
  #container .section--hero .section__block {
    width: 90%;
  }
  #container .section--hero .section__block--heading {
    margin-left: 0;
  }
  #container .section--hero .section__block--heading .section__heading .section__small {
    font-size: 3.125vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__b {
    margin-top: 6.8359375vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__i {
    margin-left: 15.625vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--text .section__par--title {
    font-size: 4.296875vw;
  }
  #container .section--hero .section__block--text .section__par--text {
    margin-top: 3.125vw;
    font-size: 3.125vw;
  }
  #container .section--index-trend,
  #container .section--index-nature {
    padding-top: 40px;
  }
  #container .section--index-nostalgy {
    padding-top: 40px;
  }
  #container .section--index-area {
    padding-top: 0;
    padding-bottom: 40px;
  }
  #container .section__hero {
    padding-left: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: unset;
  }
  #container .section__hero .section__block--heading {
    width: 100%;
  }
  #container .section__hero .section__block--heading .section__heading {
    font-size: 42px;
  }
  #container .section__hero .section__block--heading .section__par {
    margin-top: 10px;
    font-size: 22px;
  }
  #container .section__hero .section__block--img {
    margin: 0 -20px;
    position: relative;
    width: calc(100% + 40px);
    height: auto;
  }
  #container .section__hero .section__block--img .section__figure {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    top: unset;
    left: unset;
  }
  #container .section__hero .section__block--img .section__img {
    width: unset;
    height: unset;
    object-fit: cover;
  }
  #container .section__hero--reverse {
    padding: unset;
  }
  #container .section__hero--reverse .section__block--img .section__figure {
    top: unset;
    left: unset;
    right: unset;
    margin: 0 auto;
  }
  #container .section__block--slider .section__gallery {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  #container .section__block--slider .section__gallery .section__par {
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 12px;
  }
  #container .section__block--area {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  #container .section__block--slider .section__title,
  #container .section__block--area .section__title {
    padding: 40px 0;
  }
  #container .section__block--slider .section__title .section__heading,
  #container .section__block--area .section__title .section__heading {
    font-size: 18px;
  }
  #container .section__block--slider .section__title .section__par,
  #container .section__block--area .section__title .section__par {
    margin-top: 10px;
    font-size: 18px;
  }
  #container .section__map .section__block--tab .section__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #container .section__map .section__block--tab .section__list .section__item {
    width: 25%;
    flex: unset;
  }
  #container .section__map .section__block--tab .section__list .section__item .section__button {
    width: 100%;
    height: 42px;
    font-size: 12px;
  }
  #container .section__map .section__block--map {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  #container .section__map .section__block--map .section__figure {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #container .section__map .section__block--map .section__list {
    margin-top: 0;
    padding: 24px 0;
    width: 100%;
    height: unset;
  }
  #container .section__map .section__block--map .section__list .section__item {
    padding: 10px 0;
    gap: 10px;
    font-size: 10px;
  }
  #container .section__lead {
    margin: 0 auto;
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
  }
  #container .section__lead--nostalgy .section__block--text .section__par {
    font-size: 14px;
  }
  #container .section__lead--nostalgy .section__block--img {
    margin-top: 20px;
    gap: 20px;
  }
  #container .section__lead--nostalgy .section__block--img .section__figure--01 {
    width: 314px;
  }
  #container .section__lead--nostalgy .section__block--img .section__figure--02 {
    width: 746px;
    margin-bottom: 40px;
  }
  #container .section__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}