/* lealeaナビ */
.lealea-nav {
  background-image: url(/kaigai/hawaii/images/lealea/bg_lealea_top_sp.jpg);
  background-repeat: no-repeat;
  background-size: auto 600px;
  background-position: top center;
}
@media only screen and (min-width: 1024px) {
  .lealea-nav {
    background-image: url(/kaigai/hawaii/images/lealea/bg_lealea_top.jpg);
  }
}
@media only screen and (min-width: 1920px) {
  .lealea-nav {
    background-size: cover;
  }
}

.lealea__title {
  background-image: url(/kaigai/hawaii/images/bg_slash-line.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto 8px;
  text-align: center;
  position: relative;
  max-width: 660px;
  margin: 0 auto 40px;
}
.lealea__title::before,
.lealea__title::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  height: 100%;
}
.lealea__title::before {
  left: 0;
}
.lealea__title::after {
  right: 0;
}
.lealea__title .lealea__title-ribbon {
  display: block;
  height: 84px;
  color: #1574AF;
  font-size: 18px;
  font-family: 'Shippori Mincho', serif;
  padding-top: 27px;
  padding-left: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lealea__title.tabinaka {
  margin-bottom: 66px !important;
}

.lealea-nav .lealea__title {
  background: transparent;
  max-width: none;
}
.lealea-nav .lealea__title::before,
.lealea-nav .lealea__title::after {
  display: none;
}
.lealea-nav .lealea__title.tabinaka .lealea__title-ribbon {
  background-image: url(/kaigai/hawaii/images/ribbon_tabinaka_blue.svg);
}
.lealea-nav .lealea__title .section__subtitle {
  color: #1574AF;
}
.lealea-nav__pulldown {
  border: 1px solid #1574AF;
  border-radius: 4px;
  background-color: #fff;
}
.lealea-nav__pulldown .lealea-nav__pulldown-item {
  height: 48px;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1574AF;
  text-align: center;
  width: 100%;
  background-color: transparent;
  border: none;
}
.lealea-nav__pulldown > .lealea-nav__pulldown-item::after {
  content: "";
  position: absolute;
	top: 18px;
	right: 20px;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #01539A;
	border-right: 1px solid #01539A;
	transform: rotate(45deg);
  transition: all 0.3s;
}
.lealea-nav__pulldown > .lealea-nav__pulldown-item.is-open::after {
  transform: rotate(225deg);
  transform-origin: 5px 7px;
}
.lealea-nav__pulldown .lealea-nav__pulldown-item:last-child {
  border-bottom: none;
}
.lealea-nav__pulldown .lealea-nav__pulldown-hidden {
  display: none;
}
.lealea-nav__pulldown .lealea-nav__pulldown-item a {
  color: #1574AF;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item {
  border-top: 1px solid #1574AF;
}
@media only screen and (min-width: 1024px) {
  .lealea-nav__subtitle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lealea-nav__subtitle::before,
  .lealea-nav__subtitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-image: url(/kaigai/hawaii/images/bg_slash-line_blue.svg);
  }
  .lealea-nav__subtitle span {
    padding: 0 48px;
    flex-shrink: 0;
  }
  .lealea-nav__pulldown {
    display: flex;
    border: none;
    justify-content: center;
    background-color: transparent;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-item {
    border: 1px solid #1574AF;
    border-radius: 4px;
    margin-right: 16px;
    padding: 0 24px;
    height: 63px;
    text-align: center;
    transition: all 0.3s;
    background-color: #fff;
  }
  .lealea-nav__pulldown > .lealea-nav__pulldown-item {
    display: none;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-item.is-active {
    background-color: #1574AF;
    pointer-events: none;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-item.is-active a {
    color: #fff;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-item::after {
    display: none;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden {
    display: flex !important;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item {
    border: 1px solid #1574AF;
    padding: 0;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item a {
    padding: 0 16px;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item:hover {
    background-color: #1574AF;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item:hover a {
    color: #fff;
    opacity: 1;
  }
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item:last-child {
    margin-right: 0;
  }
  .lealea-nav {
    background-position-y: 66px;
    background-position-x: center;
  }
  .lealea-nav .lealea__title-ribbon {
    margin-top: 66px;
  }
}
@media only screen and (min-width: 1040px) {
  .lealea-nav__pulldown .lealea-nav__pulldown-hidden .lealea-nav__pulldown-item a {
    padding: 0 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 374px) {
  .lealea-nav__pulldown .lealea-nav__pulldown-item .sp-small {
    display: block;
  }
}

/* 概要 */
.lealea-about {
  padding-bottom: 40px;
}
.lealea-about__subtitle {
  display: block;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}
.lealea-about__title {
  background-image: url(/kaigai/hawaii/images/lealea/bg_title_lealea_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  font-size: 20px;
  height: 142px;
  margin-bottom: 24px;
}
.lealea-about__title.row1 {
  padding-top: 52px;
}
.lealea-about__title.row2 {
  padding-top: 38px;
}
.lealea-about__title.row3 {
  padding-top: 21px;
}
.lealea-about__title.row4 {
  padding-top: 14px;
  font-size: 18px;
}
.lealea-about__note {
  font-size: 12px;
}
@media only screen and (max-width: 374px) {
  .lealea-about__title {
    font-size: 18px;
  }
  .lealea-about__title.row4 {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .lealea-about__subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .lealea-about__title {
    background-image: url(/kaigai/hawaii/images/lealea/bg_title_lealea_pc.svg);
    height: 132px;
    margin-bottom: 40px;
  }
  .lealea-about__title.row1 {
    padding-top: 46px;
  }
  .lealea-about__title.row2,
  .lealea-about__title.row3 {
    padding-top: 26px;
    font-size: 24px;
  }
  .lealea-about__title.row4 {
    height: 136px;
    padding-top: 30px;
    font-size: 24px;
  }
  .lealea-about__note {
    text-align: center;
  }
}
/* フッターリンク */
.lealea-footer {
  background-color: #F5F2D7;
}
.lealea-footer .lealea__title {
  color: #1574AF;
  padding-bottom: 32px;
  background-image: url(/kaigai/hawaii/images/bg_slash-line_blue.svg);
}
.lealea-footer .lealea__title::before,
.lealea-footer .lealea__title::after {
  display: none;
}
.lealea-footer .lealea__title.tabinaka .lealea__title-ribbon {
  background-image: url(/kaigai/hawaii/images/ribbon_tabinaka_blue.svg);
}
.lealea-footer__link {
  display: flex;
  justify-content: space-between;
  
}
.lealea-footer__link li {
  display: flex;
  align-items: center;
}
.lealea-footer__link li:last-child {
  flex-direction: row-reverse;
}
.lealea-footer__link li:before {
  content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
  transition: all 0.3s;
}
.lealea-footer__link li:first-child::before {
  border-bottom: 1px solid #01539A;
	border-left: 1px solid #01539A;
  margin-right: 4px;
}
.lealea-footer__link li:last-child::before {
  border-top: 1px solid #01539A;
	border-right: 1px solid #01539A;
  margin-left: 4px;
}
.lealea-footer__link li a {
  color: #1574AF;
}
@media only screen and (min-width: 1024px) {
  .lealea-footer .section__wrap {
    position: relative;
  }
  .lealea-footer .lealea__title {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: none;
  }
  .lealea-footer .lealea-nav__subtitle::before,
  .lealea-footer .lealea-nav__subtitle::after {
    width: calc((100% - 352px) / 2);
    flex-shrink: 0;
  }
  .lealea-footer .lealea-nav__subtitle span {
    width: 352px;
  }
  .lealea-footer__link {
    position: absolute;
    bottom: 96px;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1040px) {
  .lealea-footer__link {
    padding: 0;
  }
}

/* ボタン */
.lealea__btn .button {
  max-width: 320px;
  border-color: #9F7442;
  border-radius: 9999px;
}
.lealea__btn .button:hover {
  background-color: #9F7442;
  color: #fff;
}
.lealea__btn-bottom {
  margin-top: 0;
  background-image: url(/kaigai/hawaii/images/lealea/bg_lealea_bottom_sp.jpg);
  background-color: transparent;
  background-size: cover;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.lealea__btn-bottom .button {
  border: none;
}
@media only screen and (min-width: 768px) {
  .lealea__btn-bottom {
    padding-bottom: calc(8.53vw + 56px) !important;
  }
}


/* サービス */
.lealea-service {
  background-color: #F5F2D7;
}
.lealea-service__box {
  margin-bottom: 64px;
}
.lealea-service__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 2px solid #9F7442;
  position: relative;
  max-width: 460px;
  padding: 0 45px 16px;
  margin: 0 auto 32px;
}
.lealea-service__title::after {
  content: "";
  display: block;
  width: 45px;
  height: 64px;
  background-image: url(/kaigai/hawaii/images/icon_tree_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(-1, 1);
}
.lealea-service__title span {
  font-size: 14px;
  display: block;
}
.lealea-service__img {
  width: 280px;
  aspect-ratio: 3 / 2;
  margin: 0 auto 16px;
}
.lealea-service__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.lealea-service__desc {
  max-width: 420px;
  margin: 0 auto 32px;
}
.lealea-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lealea-service__list li {
  width: calc((100% - 16px) / 2);
}
.lealea-service__list li .lealea-service__list-img {
  margin-bottom: 16px;
}
.lealea-service__list-note {
  font-size: 12px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .lealea-service__list li {
    display: flex;
    padding: 20px;
    background-color: #fff;
    flex-wrap: wrap;
  }
  .lealea-service__list li:nth-child(5) {
    width: 100%;
  }
  .lealea-service__list li .lealea-service__list-img {
    width: 180px;
    margin-right: 16px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .lealea-service__list li .lealea-service__list-desc {
    width: calc(100% - 196px);
  }
  .lealea-service__list-note {
    width: 100%;
    flex-shrink: 0;
    margin-top: 16px;
  }
  .lealea-service__box .section__note {
    text-align: left;
  }
}
.lealea-service__grid-list li {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 32px;
}
.lealea-service__grid-list li:last-child {
  /*margin-bottom: 0;*/
}
.lealea-service__grid-list li::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
.lealea-service__grid-list .section__subtitle {
  text-align: left;
  padding-left: 75px;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .lealea-service__grid-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lealea-service__grid-list li {
    width: calc((100% - 32px) / 3);
  }
  .lealea-service__grid-list li:nth-last-child(2),
  .lealea-service__grid-list li:nth-last-child(3) {
    /*margin-bottom: 0;*/
  }
  .lealea-service__grid-list .section__subtitle {
    padding-left: 60px;
  }
}

/* waveアニメーション */
.bg__wave-top,
.bg__wave-bottom {
  position: relative;
}
.bg__wave-top {
  padding-top: 32px;
}
.bg__wave-bottom {
  padding-bottom: 32px;
}
.bg__wave-top::before,
.bg__wave-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 8.53vw;
  position: absolute;
  left: 0;
  background-size: cover;
  animation: moveWave 20s linear infinite;
  background-image: url(../images/bg_wave_sp.png);
}
.sp .bg__wave-top::before, .sp .bg__wave-bottom::after {
  animation: none;
}
.bg__wave-top::before {
  top: -1px;
}
.bg__wave-bottom::after {
  bottom: -1px;
  transform: rotate(180deg);
}
@keyframes moveWave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .bg__wave-top {
    padding-top: 8.53vw;
  }
  .bg__wave-bottom {
    padding-bottom: 8.53vw;
  }
  .bg__wave-top::before,
  .bg__wave-bottom::after {
    background-image: url(../images/bg_wave_pc.png);
    background-size: 100%;
  }
  @keyframes moveWavePC {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1000px 0;
    }
  }
}