/* 共通 */
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
#simple-header {
  background-color: #fff;
  overflow-y: hidden;
}
.footer_wrap {
  min-height: 200px;
}
.footer_wrap.active #footer{
  display: block;
}
.footer_wrap:not(.active) #footer{
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
.breadcrumb .breadcrumb__inner {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#main {
  position: relative;
}
#main,
#main button {
  font-family: 'Noto Sans JP', sans-serif;
}

#main img {
  max-width: 100%;
}
#support img,
#blog img {
  width: 100%;
}

#main a {
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 1023px) {
  #main {
    position: relative;
    padding-top: 66px;
  }
}
@media only screen and (min-width: 1023px) {
  a:hover {
    opacity: 0.7;
  }
  a.button--type-outline:focus, a.button--type-outline:hover {
    opacity: 1;
  }
}
P {
  font-size: 14PX;
}
#simple-header {
  min-height: 70px;
}
@media only screen and (max-width: 768px) {
  #simple-header {
    min-height: 77px;
  }
}
#main .heading--title {
  font-weight: normal;
}
#main .heading--lg {
  margin-bottom: 24px;
  font-weight: normal;
  text-align: center;
}


#main #article h3 {
  text-align: left;
}
#main #article h3::after {
  display: none;
}

/* セクション */
.section__wrap {
  padding: 32px 20px 40px;
}
.section__container {
  margin-top: 0;
  padding: 32px 20px 40px !important;
}
.section__subtitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.section__text {
  font-size: 14px;
}
.section__text .section__text-right {
  display: block;
  text-align: right;
}
.section__text-middle {
  padding: 0 40px;
}
.section__text-bold {
  font-size: 14px;
  font-weight: bold;
}
.section__text-left {
  text-align: left !important;
}
.section__note {
  font-size: 12px;
}
.section__list-row li {
  display: flex;
  margin-bottom: 8px;
}
.section__list-row li .section__list-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-right: 8px;
}
.section__list-row li .section__text span {
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .section__wrap {
    padding: 40px 20px 64px;
  }
  .section__wrap.page-top {
    padding-top: 116px;
  }
  .section__container {
    margin-top: 0;
    padding: 40px 20px 64px !important;
  }
  .section__text {
    text-align: center;
  }
  .section__text.section__text-left {
    text-align: left;
  }
  .section__list-row li .section__list-img {
    margin-right: 16px;
  }
  .section__list-row li .section__text {
    text-align: left;
  }
  .section__note {
    text-align: center;
  }
}
@media only screen and (min-width: 1040px) {
  .section__wrap {
    width: 992px;
    margin: 0 auto;
    padding: 40px 0 64px;
  }
  .section__container {
    width: 992px;
    margin: 0 auto;
    padding: 40px 0 64px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .section__container {
    width: 100%;
  }
  .section__wrap {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section__wrap.title_wrap {
  padding-bottom: 0;
}
.section__btn {
  margin-top: 24px;
  text-align: center;
}
.section__btn .button {
  max-width: 280px;
}
.section__btn-col2 .button + .button {
  margin-top: 16px;
}
.section__btn-bottom {
  background-color: #BEA78C;
  padding: 24px 0;
  margin-top: 32px;
}
.section__btn-bottom .button {
  border-color: #9F7442;
}
@media only screen and (min-width: 768px) {
  .section__btn-col2 .button + .button {
    margin-top: 0;
    margin-left: 40px;
  }
  .section__btn-bottom {
    padding: 56px 0;
    margin-top: 56px;
  }
}
/* タイトル */
.section__title {
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
}
.section__title .section__title-subtext {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.section__title .section__title-text {
  font-size: 20px;
  position: relative;
  letter-spacing: -0.05em;
}
.section__title .section__title-text::before,
.section__title .section__title-text::after {
  content: "";
  display: block;
  width: 50px;
  height: 72px;
  background-image: url(/kaigai/hawaii/images/icon_tree_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -14px;
}
.section__title .section__title-text::before {
  left: -50px;
}
.section__title .section__title-text::after {
  right: -50px;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 768px) {
  .section__title {
    margin-top: 36px;
    margin-bottom: 32px;
  }
  .section__title .section__title-subtext {
    top: -40px;
  }
  .section__title .section__title-text {
    font-size: 24px;
  }
  .section__title .section__title-text::before,
  .section__title .section__title-text::after {
    width: 64px;
    height: 92px;
  }
  .section__title .section__title-text::before {
    left: -84px;
  }
  .section__title .section__title-text::after {
    right: -84px;
  }
}


/* モーダル */
.modal-close {
  background-image: url(/cmn/icon/icon_close.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 10px;
}
button.modal-close {
  background-color: transparent;
  border: none;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .modal-close {
    cursor: pointer;
    transition: all 0.3s;
  }
  .modal-close:hover {
    opacity: 0.7;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}
/* マージン */
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb8-16 {
  margin-bottom: 8px;
}
.mb16-24 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .mb8-16 {
    margin-bottom: 16px;
  }
  .mb16-24 {
    margin-bottom: 24px;
  }
}
.mb24 {
  margin-bottom: 24px;
}
.mb24-16 {
  margin-bottom: 24px;
}
.mb24-32 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .mb24-16 {
    margin-bottom: 16px;
  }
  .mb24-32 {
    margin-bottom: 32px;
  }
}
.mb32 {
  margin-bottom: 32px;
}
.mb32-40 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .mb32-40 {
    margin-bottom: 40px;
  }
}
.mb40 {
  margin-bottom: 40px;
}
.mb40-32 {
  margin-bottom: 40px;
}
.mb40-56 {
  margin-bottom: 40px;
}
.mb40-64 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .mb40-32 {
    margin-bottom: 32px;
  }
  .mb40-56 {
    margin-bottom: 56px;
  }
  .mb40-64 {
    margin-bottom: 64px;
  }
}
.mb48 {
  margin-bottom: 48px;
}
.mb48-56 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .mb48-56 {
    margin-bottom: 56px;
  }
}
  /* パンくず */
  .breadcrumb {
    background-color: #fff;
    width: 100%;
    height: 30px;
  }

  /* ナビ */
  #nav {
    height: 66px;
    width: 100%;
    z-index: 201;
    transition: all 0.3s cubic-bezier(0.06, -0.01, 0.25, 1);
    position: absolute;
    top: 0;
  }
  #nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  #nav.fixed-hidden {
    position: fixed;
    top: -132px;
    left: 0;
  }
  .nav__list {
    display: flex;
    overflow-x: scroll;
  }
  .nav__list li {
    width: auto;
    min-width: 64px;
    flex-shrink: 0;
    height: 66px;
    position: relative;
    flex: 1;
  }
  .nav__list li:nth-child(1) {
    background-color: #10069f;
  }
  .nav__list li:nth-child(2) {
    background-color: #41B26C;
  }
  .nav__list li:nth-child(3) {
    background-color: #BC62CC;
  }
  .nav__list li:nth-child(4) {
    background-color: #2FA2D1;
  }
  .nav__list li:nth-child(5) {
    background-color: #A37A5E;
  }
  .nav__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
  }
  @media only screen and (min-width: 1024px) {
    .breadcrumb .breadcrumb__inner {
      width: 1024px;
    }
    #nav {
      background-color: #118EB4;
      position: absolute;
    }
    .nav__inner {
      display: flex;
      align-items: center;
      max-width: 992px;
      margin: 0 auto;
    }
    .nav__logo {
      margin: 0 40px;
      width: 130px;
      display: block;
    }
    .nav__list {
      width: calc(100% - 210px);
      overflow: auto;
    }
    .nav__list li a {
      font-size: 14px;
    }
    .nav__logo a {
      display: block;
      width: 133px;
      height: 55px;
      background: url(../images/nav_logo.svg) no-repeat center/ cover;
    }
  }
  @media only screen and (max-width: 1023px) {
    /* ナビ */
    #nav {
      /*position: fixed;
      top: -66px;*/
    }
    .mv__logo.fixed {
      margin-top: 32px;
    }
  }
  @media only screen and (max-width: 375px) {
    .nav__list li a {
      font-size: 11px;
    }
  }
/* 下層ページ共通 */

/* リボン */
.tag-ribbon {
  display: none;
}
.malama__heading {
  font-size: 20px;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto 24px;
  border-bottom: 1px solid #9F7442;
  display: flex;
  flex-direction: column;
}
.malama__heading .malama__heading-sub {
  position: relative;
  margin-bottom: 8px;
}
.malama__heading .malama__heading-sub small {
  position: relative;
  font-size: 14px;
}
.malama__heading .malama__heading-sub small::before,
.malama__heading .malama__heading-sub small::after {
  content: "";
  display: block;
  width: 1.35px;
  height: 20px;
  border-radius: 9999px;
  background-color: #9F7442;
  position: absolute;
  top: 10px;
}
.malama__heading .malama__heading-sub small::before {
  transform: rotate(-30deg);
  left: -12px;
}
.malama__heading .malama__heading-sub small::after {
  transform: rotate(30deg);
  right: -12px;
}
@media only screen and (min-width: 768px) {
  .malama__heading {
    font-size: 24px;
  }
  .tag-ribbon {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 108px;
    height: 108px;
    background-image: url(/kaigai/hawaii/images/event/event_tag.svg);
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .malama__heading .malama__heading-sub small {
    font-size: 16px;
  }
}