@charset "UTF-8";
.header_logo_image {
  height: 44px;
  width: 140px;
  background: url("../images/logo_ja_color.8b5ed4510e70.svg") center top no-repeat;
  max-width: 100%;
}

.header_transparent.is-page-top .header_logo_image {
  background-image: url("../images/logo_ja.c15ff5a87d90.svg");
}
@media screen and (max-width: 1120px) {
  .header_transparent.is-page-top .header_logo_image {
    height: 44px;
    width: 140px;
  }
}

body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
}

.text.display {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.text.t_h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
@media screen and (max-width: 767px) {
  .text.t_h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.text.t_h3 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}
.text.t_h4 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}

.spNav_item_parent {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}
.spNav .spNav_lang-select {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}
.spNav .spNav_lang {
  margin-top: 0;
  padding-left: 31px;
}

.destination-map .svg-map text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}

.nav_main {
  gap: 40px;
}
.nav_sub {
  gap: 20px;
}
.nav_icon .icon {
  width: 32px;
  height: 32px;
}
.nav_icon .icon.ship {
  width: 38px;
  height: 28px;
}
.nav_icon .icon:hover.ship {
  color: #4069B9;
  stroke: #4069B9;
}
@media screen and (max-width: 1120px) {
  .nav_icon .icon {
    width: 28px;
    height: 28px;
  }
  .nav_icon .icon.ship {
    width: 34px;
    height: 25px;
  }
}

.footer_wrap > * + * {
  margin-top: 24px;
}
.footer_wrap_bottom {
  margin-top: 24px;
}

.footer_link_ja {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 1120px) {
  .footer_link_ja {
    gap: 16px;
  }
}
.footer_link_ja li {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1120px) {
  .footer_link_ja li {
    flex-direction: column;
  }
}

@media screen and (max-width: 1120px) {
  .footer_copyright {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top .mv_copy_main {
    margin-top: 30px;
  }
}
.section_heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_heading {
    margin-bottom: 30px;
  }
}

.story-card_category.text.t_14 {
  font-size: 1.2rem;
}

.tag {
  padding: 9px 12px;
}

.destination-map-description {
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .destination-map-description {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 249px;
  }
}

@media screen and (max-width: 767px) {
  .destination-map-title.text.t_h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.spot .info_heading_title_sub {
  margin-bottom: 18px;
}

.info_main .height_large {
  line-height: 2.8rem;
}

@media screen and (max-width: 767px) {
  .key_copy_main.text.t_h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .story-header .section_inner.story-wrap {
    padding-top: 60px;
  }
}

.story .story-wrap > * + * {
  padding-top: 36px;
}

.spot-card_prefecture,
.spot-card_category {
  font-weight: bold;
}

/* 言語によって1120px以上の画面幅でナビゲーションのテキストが折り返してしまう場合は、以下のmax-widthを変更してください。 */
@media screen and (max-width: 1120px) {
  .header .hamburger {
    display: inline-flex;
    flex-direction: column;
  }
  .nav_main {
    display: none;
  }
  .nav_sub .nav_media,
.nav_sub .nav_lang {
    display: none;
  }
  .header_logo {
    transform: translateX(24px);
  }
  .header_transparent.is-page-top .header_logo_image {
    height: 44px;
    width: 140px;
  }
}
/* 375px以下の場合ロゴがメニューに重なるため座標調整 */
@media screen and (max-width: 375px) {
  .header_logo {
    transform: translateX(0px);
  }
}

/*# sourceMappingURL=ja.css.fa461b733377.map */
