@charset "utf-8";

/* ----------------------------------------------------
	追加
---------------------------------------------------- */

.c_bold {
  font-weight: bold;
}
.header .header-in .header-sns li._weibo {
  width: 31px;
}
.header .header-in .header-sns li._sns {
  width: 31px;
}
.footer {
  margin-top: 20px;
}
.footer .footer-main .footer-t .footer-con .footer-sns li._weibo {
  width: 45px;
}
.footer .footer-main .footer-t .footer-con .footer-sns li._sns {
  width: 45px;
}
.page_top {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .nav-menu .nav-nemu-nav li a {
    height: auto;
  }
}
html[lang="en"] body {
  font-family: "Poppins", "Noto Sans", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
html[lang="cn"] body {
  font-family: "PingFang SC","Arial","Microsoft YaHei",sans-serif;
}
.home-useful .inner {
  max-width: calc(1200px + 6em + 40px);
  padding-inline: calc(3em + 20px);
}
@media screen and (max-width: 750px) {
  .home-useful .inner {
    max-width: unset;
    padding-inline: 2em;
  }
}
.home-useful .useful-list {
  max-width: 1200px;
  display: flex;
  gap: 1.5em;
  place-content: center;
  margin: 0 auto 4.5em;
}
@media screen and (max-width: 950px) {
  .home-useful .useful-list {
    flex-wrap: wrap;
    gap: 1em;
  }
}
.home-useful .useful-list li {
  max-width: 384px;
}
@media screen and (max-width: 950px) {
  .home-useful .useful-list li {
    width: calc(50% - 1em);
    max-width: unset;
  }
}
.home-useful .useful-list li a p {
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .home-useful .useful-list li a p {
    font-size: 1.235rem;
  }
}
.home-useful .useful-box {
  background: #fff;
  border-radius: 10px;
  padding: 4em 3em min(8em, 5dvw);
  margin-inline: 20px;
}
@media screen and (max-width: 750px) {
  .home-useful .useful-box {
    padding: 3.5em 1em 4.5em;
    margin-inline: 1em;
  }
}
.home-useful .useful-box .home-sub-heading {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: .4em;
  color: #ef5d7d;
  font-size: 3.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .home-useful .useful-box .home-sub-heading {
    font-size: 3rem;

  }
}
.home-useful .useful-box .home-sub-heading::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('../img/home/ico_external_link.svg') no-repeat center / contain;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .home-useful .useful-box .home-sub-heading::before {
    width: 1.3em;
    height: 1.3em;
  }
}
.home-useful .useful-box .external-list {
  max-width: 1200px;
  display: flex;
  gap: 1.5em;
  place-content: center;
  margin: auto;
}
@media screen and (max-width: 950px) {
  .home-useful .useful-box .external-list {
    flex-wrap: wrap;
    gap: 1em;
  }
}
.home-useful .useful-box .external-list li {
  max-width: 384px;
}
@media screen and (max-width: 950px) {
  .home-useful .useful-box .external-list li {
    max-width: unset;
    width: calc(50% - 1em);
  }
}
.home-useful .useful-box .external-list li a {
  position: relative;
  text-decoration: none;
}
.home-useful .useful-box .external-list li a p {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .home-useful .useful-box .external-list li a p {
    font-size: 1.235rem;
  }
}

/* add 251023_sakuraba */
.accommodations_category .point i {
  font-style: italic;
}

.h2bg + .free_html p i {
  font-style: italic; 
}
