/*media*/
@media (max-width: 1450px) {
  .home-title > h2 {
    font-size: 3.5rem;
  }
  .home-title > span {
    font-size: 0.85rem;
  }
}
@media (max-width: 1350px) {
  .home-title > span {
    font-size: 0.8rem;
  }
}
@media (max-width: 1200px) {
  .travel .news-p-group p {
    max-width: 300px;
  }

  footer {
    padding: 0 8.3%;
  }
  footer article section:nth-child(2) div:nth-child(1) {
    padding: 10px 90px 10px 120px;
  }
}
@media (max-width: 1024px) {
  nav {
    margin-left: -135px;
  }
  nav ul li:nth-child(1),
  nav ul li:nth-child(2),
  nav ul li:nth-child(5) {
    display: none;
  }

  article.menu.open.jp section {
    padding-right: 60px;
  }

  .explore section:nth-child(3) {
    padding: 40% 0;
  }

  footer article section:nth-child(2) div:nth-child(1) {
    padding: 0 90px;
  }
  footer article section:nth-child(2) div:nth-child(2) {
    padding: 0 90px;
  }

  .box-sec2 ul {
    flex-wrap: wrap;
    margin-left: 5%;
  }
  .box-sec2 ul li {
    width: calc(100% / 4);
    margin-bottom: 1em;
  }
}
@media (max-width: 900px) {
  article.menu.open section {
    padding-right: 30px;
  }
  article.menu.open .btn-for-close {
    left: 50px;
  }

  footer article section:nth-child(2) div:nth-child(1) {
    padding: 0 55px;
  }
  footer article section:nth-child(2) div:nth-child(2) {
    padding: 0 55px;
  }
}
@media (max-width: 768px) {
  .icon-h2o {
    font-size: 2.4rem;
    padding-top: 12px;
  }
  nav {
    display: none;
  }
  /* .lan a:nth-child(1) {
    display: none;
  } */
  .lan .hide-burger {
    width: 49%;

    display: flex;
    justify-content: center;
  }
  .lan .hide-burger a {
    width: 30px;
    height: 15px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  /*menu*/
  header article.menu.open {
    width: 100%;
    right: -100%;
  }
  article.menu.open section {
    width: 100%;
    height: 100vh;
    padding: 50px 30px 50px 0;
  }
  /* article.menu.open section .lan a:nth-child(1) {
    display: block;
  } */
  article.menu.open .btn-for-close {
    top: 0;
    left: 50%;
  }

  .banner {
    margin-top: 80px;
  }

  .news > .home-title {
    margin-bottom: 100px;
  }

  .news-frame {
    width: calc((100% - 16.6%) / 2);
  }
  .news-frame:nth-child(1) {
    order: 1;
    justify-content: flex-end;
  }
  .news-frame:nth-child(2) {
    order: 0;
    align-items: center;
  }
  .news-frame:nth-child(3) {
    order: 2;
    justify-content: flex-start;
  }
  .news-frame:nth-child(4) {
    order: 3;
    align-items: center;
  }
  .news-frame:nth-child(5) {
    order: 5;
    justify-content: flex-end;
  }
  .news-frame:nth-child(6) {
    order: 4;
    align-items: center;
  }

  .p-date {
    flex-direction: column;
  }
  .p-offers {
    margin-left: 0px;
  }

  .explore {
    padding: 0 8.3%;

    align-items: center;
    flex-direction: column;
  }
  .explore section {
    width: 100%;
  }
  .explore div {
    order: 0;
  }
  .explore section:nth-child(2) {
    order: 1;
  }
  .explore section:nth-child(3) {
    order: 2;
    padding: 0;

    flex-wrap: wrap;
  }
  .explore section:nth-child(2) > div {
    padding: 0;
  }
  .explore section:nth-child(2) > div:nth-child(1) {
    justify-content: flex-end;
    padding-bottom: 40px;
  }
  .explore section:nth-child(2) > div:nth-child(2) {
    left: 0;
    padding-bottom: 40px;
  }
  .explore section:nth-child(2) > div:nth-child(2) img {
    width: 100%;
    max-width: 439px;
    max-height: 337px;
  }
  .explore section:nth-child(2) > div:nth-child(2) .news-p-group {
    padding-right: 0;
    justify-content: flex-start;
  }
  .explore section:nth-child(3) > div {
    margin-bottom: 35px;
  }
  .explore section:nth-child(3) > div a {
    flex-direction: column;
  }
  .explore section:nth-child(3) > div a .news-p-group {
    align-self: flex-start;
  }
  .explore-section {
    order: 1;
    width: 100%;
  }

  .explore-section.left > .explore-block {
    padding: 0;
  }
  .explore-section.left > .explore-block:nth-child(1) {
    align-items: flex-end;
    margin-bottom: 4em;
  }
  .explore-section.left > .explore-block:nth-child(2) {
    margin-left: 0;
    margin-bottom: 4em;
  }
  .explore-section.right {
    margin-left: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
  }
  .explore-section.right > .explore-block {
    margin-bottom: 35px;
  }
  .explore-block .bar {
    flex-direction: column;
  }
  .bar > .news-p-group {
    align-self: flex-start;
  }

  .explore-title {
    height: auto;
  }
  .line-up {
    display: none;
  }
  .home-title > .h-line.line-up,
  .home-title > .h-line.line-down {
    height: 80px;
  }
  .home-title > .triangle {
    display: none;
  }
  .hided-line {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .slick-slide img {
    min-width: auto;
  }
  .slick-slide.slick-current img {
    width: 100%;
  }
  .travel section:nth-child(2) picture {
    max-width: 70vw;
    margin: 0 30px;
    top: 70px;
  }
  .travel section:nth-child(2) picture .news-p-group {
    display: none;
  }
  .travel section:nth-child(2) picture.slick-current {
    top: 0;
  }
  .travel section:nth-child(2) picture.slick-current .news-p-group {
    display: block;
  }

  .sec1-right {
    flex-direction: column;
    justify-content: center;
  }
  .sec1-right span {
    display: none;
  }
  .sec1-right .lan-group {
    padding: 5%;
  }

  .wave-section canvas {
    top: -20%;
    height: 130px;
  }

  footer article section:nth-child(2) div:nth-child(1) {
    padding: 10px 40px 10px 60px;
  }
  footer article section:nth-child(2) div:nth-child(2) {
    padding: 0 60px;
  }
  .who-designed {
    margin-top: 10px;

    flex-direction: column;
  }
  footer .who-designed ul {
    margin-left: 0;

    align-self: center;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .allmenu {
    margin: 120px 0;
  }
  .box-sec1,
  .box-sec2 {
    height: 40vh;
  }
}
@media (max-width: 767px) {
  header {
    width: 100%;
    padding: 0 0 0 6%;
  }
  .navFixed {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 0 0 6%;
  }

  .news-frame {
    width: calc((100% - 20px) / 2);
  }

  footer {
    padding: 0 20px;
  }
  footer article section:nth-child(1) {
    display: none;
  }
  footer article section:nth-child(2) div:nth-child(2) {
    background-color: #272727;
  }

  footer article section:nth-child(2) div:nth-child(1) {
    padding: 10px 50px 10px 50px;
    height: 205px;
    background-color: inherit;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer article .foot-right-up p {
    display: flex;
    justify-content: center;
  }
  footer article section:nth-child(2) div:nth-child(1) p.foot-hotel {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  footer article section:nth-child(2) div:nth-child(1) div.foot-phone-group {
    background-color: inherit;

    flex-direction: column;
  }
  footer article section:nth-child(2) p.email {
    margin: 0;
  }
  footer article section:nth-child(2) div:nth-child(2) {
    padding: 0 50px;
    height: 80px;
  }
  div.foot-right-up p.email,
  div.foot-right-up p.address {
    width: 100%;
  }
  div.foot-right-up div.foot-phone-group p {
    width: 100%;
  }

  .who-designed p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  header .lan {
    width: 200px;
  }
  .lan .hide-burger a {
    margin: 0 10px;
  }

  .banner div {
    height: 100vh;
  }
  .banner {
    margin-top: 70px;
  }
  .banner > a {
    padding: 0;
    position: absolute;
    bottom: -40px;
  }

  .banner > a .h-line {
    height: 40px;
  }

  .home-title > h2 {
    padding: 140px 30px 45px 30px;
  }
  .home-title {
    align-items: center;
  }
  .home-title ul {
    width: 260px;
    min-height: 50px;
    padding: 10px;
    background-color: #486588;
    left: 50%;
    margin-left: -130px;

    flex-direction: column;
    align-items: center;
  }
  .home-title ul:after {
    position: absolute;
    right: 5%;
    top: 20px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid;
    border-width: 5px;
    border-top-color: #3870ab;
  }
  .home-title ul.open:after {
    border-bottom-color: #3870ab;
    border-top-color: transparent;
    top: 15px;
  }
  .home-title ul > li {
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
  }
  .home-title ul > li:after {
    display: none;
  }
  .home-title ul > span {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    color: #bbbbbb;
  }

  .travel > .home-title > h2,
  .how > .home-title > h2,
  .explore .home-title h2,
  .home-title > h2 {
    font-size: 2.25rem;
  }
  .travel .h-line {
    height: calc(100vw / 2.5);
  }

  footer article {
    height: auto;
  }

  .box-sec1,
  .box-sec2 {
    height: 37vw;
  }
  .box-sec2 ul li {
    width: calc(100% / 3);
  }
}
@media screen and (max-height: 768px) {
  article.menu ul.nav-menu li {
    height: 8.54vh;
  }
  article.menu ul.nav-menu li a p:nth-child(1) {
    font-size: 3.84vh;
  }
  article.menu ul.nav-menu li a p:nth-child(2) {
    font-size: 2.24vh;
  }
}
@media (max-width: 580px) {
  /*menu*/
  article.menu.open .btn-for-close {
    top: -4%;
    left: 25%;
  }
  /* article.menu.open ul.nav-menu li {
    height: 50px;
  }
  article.menu.open ul.nav-menu li a p:nth-child(1) {
    font-size: 2.35rem;
  } */
  article.menu.open ul.nav-menu.jp li a p:nth-child(1) {
    font-size: 1.9rem;
  }

  article.menu ul.other-menu.jp {
    flex-wrap: wrap;
  }
  article.menu.open ul.other-menu.jp li,
  article.menu.open ul.other-menu.jp li:last-child {
    width: 50%;
    margin: 0 0 20px 0;

    display: flex;
    justify-content: flex-end;
  }

  article.menu section .lan {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  article.menu.open ul.other-menu li {
    font-size: 0.75rem;
    color: #cacaca;
    margin: 0 10px;
  }
  article.menu.open ul.other-menu li:last-child {
    margin: 0 0 0 10px;
  }
  article.menu.open ul.other-menu li:after {
    display: none;
  }

  .travel section:nth-child(2) picture {
    margin: 0 15px;
    top: 50px;
  }
}
@media (max-width: 480px) {
  .travel > .home-title > h2,
  .how > .home-title > h2,
  .explore .home-title h2,
  .home-title > h2 {
    font-size: 1.5rem;
  }

  .box-sec1,
  .box-sec2 {
    height: 42vw;
  }
  .box-sec2 ul li {
    width: calc(100% / 2.5);
  }

  .wave-section canvas {
    height: 100px;
  }
}
@media (max-width: 420px) {
  /*menu*/
  article.menu.open .btn-for-close {
    left: 15%;
  }

  .travel section:nth-child(2) picture {
    top: 40px;
  }

  .box-sec1,
  .box-sec2 {
    height: 47vw;
  }
}
@media (max-width: 380px) {
  .travel > .home-title > h2,
  .how > .home-title > h2 {
    font-size: 1.25rem;
  }

  footer article section:nth-child(2) div:nth-child(2) {
    padding: 0 40px;
  }
  footer article section:nth-child(2) div:nth-child(1) {
    padding: 0 40px;
  }

  .box-sec1,
  .box-sec2 {
    height: 52vw;
  }
}

@media (max-width: 320px) {
  footer article section:nth-child(2) div:nth-child(2) {
    padding: 0 30px;
  }
  footer article section:nth-child(2) div:nth-child(1) {
    padding: 0 30px;
  }
}
