/* CSS Document */
@charset 'utf-8';
/* hover */
@media only screen and (min-width: 801px) {
  #content-nav .container li:hover {
    text-decoration: none;
    color: #fbfbfb;
  }
  #content-nav .container li a:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2s ease-in-out infinite;
  }
  @-webkit-keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    5% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  .link-list li a:hover {
    text-decoration: none;
    color: #fbfbfb;
  }
  .link-list li a div:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2s ease-in-out infinite;
  }
  .eco-link a:hover {
    text-decoration: none;
    color: #fbfbfb;
  }
  .eco-link a div:hover::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2s ease-in-out infinite;
  }
  #other-link .other-link-item a:hover {
    filter: brightness(.7);
  }
  #other-link .other-special a:hover {
    filter: brightness(.7);
  }
  #page-top a:hover {
    text-decoration: none;
    background: #a5a5a5;
  }
}
/* pc */
@media only screen and (max-width: 1920px) {
  /*-------------------- airline */
  #airline .title-img img {
    object-position: -180px top;
  }
}
@media only screen and (max-width: 1250px) {
  /*-------------------- pankuzu */
  #pankuzu {
    margin: 15px auto;
    width: 95%;
  }
  /*-------------------- common */
  /*-------------------- visual */
  /*-------------------- main-title */
  #main-title .container {
    margin: 4em auto;
    width: 90%;
  }
  .tiare {
    width: 150px;
  }
  .left-tiare {
    position: absolute;
    left: 80px;
    bottom: -50px;
  }
  .right-tiare {
    position: absolute;
    right: 80px;
    bottom: -50px;
  }
  /*-------------------- content-nav */
  #content-nav .container {
    margin: 4em auto 4em;
    width: 90%;
  }
  /*-------------------- airline */
  #airline .container {
    padding: 6em 0;
  }
  #airline .wrapper {
    width: 90%;
  }
  #airline .title-inner {
    flex-basis: calc(50vw - 4em);
  }
  #airline .title-img {
    flex-basis: calc(50vw + 4em);
    height: 500px;
  }
  #airline .title-img img {
    height: 500px;
    object-position: right top;
  }
  #airline .business .wrapper {
    margin: 4em auto;
  }
  /*-------------------- hotel common */
  .stay-hotel .container {
    padding: 6em 0 8em;
  }
  .stay-hotel .wrapper {
    width: 90%
  }
  .stay-hotel .title-inner {
    flex-basis: calc(50vw - 4em);
  }
  .stay-hotel .title-img {
    flex-basis: calc(50vw + 4em);
    height: 500px;
  }
  .stay-hotel .title-img img {
    height: 500px;
  }
  .stay-hotel .heading {
    width: 90%;
  }
  .stay-hotel .reservation .heading {
    margin-top: 6em;
  }
  /*-------------------- stay-cook */
  /*-------------------- stay-other */
  /*-------------------- other-link */
  #other-link .container {
    position: relative;
    background-color: var(--bg-gray);
    padding: 6em 0 0;
  }
  #other-link .wrapper {
    width: 90%;
  }
  /*-------------------- contact */
  .contact .container {
    padding: 2em 0;
  }
  .contact .wrapper {
    width: 90%;
    grid-template-columns: 3fr 2fr;
    grid-column-gap: 2em;
  }
  .contact h2 {
    font-size: 1.5rem;
  }
  .contact h3 {
    font-size: 1.75rem;
  }
  /*-------------------- page-top */
}
@media only screen and (max-width: 1000px) {
  /*-------------------- pankuzu */
  #pankuzu {
    margin: 5px auto;
    width: 95%;
  }
  /*-------------------- common */
  .all-container, #pankuzu, .contact {
    font-size: 1rem;
  }
  #all-container .title-inner h2 {
    font-size: 1.75rem;
  }
  #all-container .title-inner .en-h3 {
    font-size: 2.25rem;
    margin: 0 0 .2em;
    line-height: var(--height-normal);
  }
  .tb {
    display: block;
  }
  /*-------------------- visual */
  /*-------------------- main-title */
  #main-title h1 {
    font-size: 2.25rem;
  }
  .supplement-title {
    font-size: 1.25rem;
  }
  .supplement-title h2 {
    padding: .3em 1em;
  }
  #main-title p {
    margin: 2em auto 0;
    max-width: 640px;
  }
  .left-tiare {
    position: absolute;
    left: 0;
    bottom: -50px;
  }
  .right-tiare {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  /*-------------------- content-nav */
  #content-nav .container li {
    height: 60px;
  }
  #content-nav .container li a {
    height: 60px;
  }
  /*-------------------- airline */
  #airline .container {
    padding: 5em 0;
  }
  #airline .title .wrapper {
    column-gap: 2em;
  }
  #airline .title-inner {
    flex-basis: calc(50vw - 2em);
  }
  #airline .heading {
    margin: 0 0 1em;
  }
  #airline .title-inner h3 {
    font-size: 1.5rem;
  }
  #airline .title-img {
    flex-basis: calc(50vw + 2em);
    height: 450px;
  }
  #airline .title-img img {
    height: 450px;
  }
  #airline .business .wrapper {
    margin: 4em auto;
  }
  #airline .heading h3 {
    font-size: 1.5rem;
  }
  #airline .specs h4 {
    font-size: 1.125rem;
  }
  #airline .specs p {
    line-height: var(--height-normal);
  }
  /*-------------------- hotel common */
  .stay-hotel .container {
    padding: 4em 0 6em;
  }
  .stay-hotel .title .wrapper {
    column-gap: 2em;
  }
  .stay-hotel .title-inner {
    flex-basis: calc(45vw + 2em);
  }
  .stay-hotel .schedule {
    margin: 1em 0;
  }
  .stay-hotel .title-img {
    flex-basis: calc(55vw + 2em);
  }
  .stay-hotel .heading {
    margin: 3em auto 2em;
  }
  .stay-hotel .heading h3 {
    font-size: 1.5rem;
    padding: .3em 30px;
  }
  .stay-hotel .hotel-item {
    column-gap: 2em;
    margin: 0 30px 2em;
  }
  .stay-hotel .hotel-text h4 {
    font-size: 1.5rem;
    margin-bottom: .1em;
  }
  .stay-hotel .hotel-text h5 {
    font-size: 1.25rem;
  }
  .stay-hotel .hotel-list-img {
    margin: 0 30px;
  }
  .stay-hotel .reservation .heading {
    margin: 5em auto 2.5em;
  }
  .stay-hotel .reservation h3 {
    padding: 0;
  }
  .stay-hotel .reservation p {
    font-size: 1rem;
    line-height: var(--height-normal)
  }
  .link-inner {
    padding: 2em 30px;
  }
  .link-inner h4 {
    font-size: 1.125rem;
    margin: 0 0 .5em;
  }
  .link-inner h6 {
    font-size: 1.125rem;
  }
  .link-inner .fee {
    font-size: 1.25rem;
    margin: 0 0 .5em;
  }
  .link-list li a {
    font-size: 1.125rem;
  }
  .eco-link {
    margin: 3em auto 0;
  }
  .eco-link h4 {
    font-size: 1.125rem;
  }
  .eco-link a {
    font-size: 1.125rem;
  }
  .eco-fee {
    font-size: 1.125rem;
  }
  .eco-fee .fee {
    font-size: 1.25rem;
  }
  /*-------------------- stay-cook */
  .stay-hotel .hotel-list-img-3 {
    margin: 0 30px;
  }
  .stay-hotel .room h5 {
    font-size: 1.125rem;
    padding: 0 30px;
  }
  .stay-hotel .room p {
    padding: 0 30px;
    margin: 0 0 1em;
  }
  /*-------------------- stay-other */
  #stay-other .container {
    border-top: 12px solid var(--orange);
    border-bottom: 12px solid var(--orange);
  }
  #stay-other .title-img {
    margin-right: calc(-1 * var(--gutter-space));
  }
  #stay-other .title-img img {
    object-position: right;
  }
  #stay-other .hotel-list-img {
    grid-row-gap: 1em;
  }
  .stay-other .heading h3 {
    margin-left: calc(-1 * var(--gutter-space));
    margin-right: 0;
    text-align: right;
  }
  .stay-other .reservation h3 {
    margin-left: 0;
    text-align: center;
  }
  /*-------------------- stay-other */
  #stay-other .hotel-list-img h5 {
    font-size: 1.125rem;
    margin: 0 0 .2em;
  }
  /*-------------------- other-link */
  #other-link h2 {
    font-size: 1.5rem;
  }
  .other-link-text h3 {
    font-size: 1.125rem;
  }
  .other-link-text h4 {
    font-size: 1.125rem;
    padding: .3em 1em;
  }
  .other-special {
    margin: 6em 0;
  }
  .video iframe {
    width: calc((90vw - 2em) / 2);
    height: calc((90vw - 2em) / 4 + 20px);
  }
  .video ul {
    margin: 0 0 4em;
  }
  /*-------------------- contact */
  .contact .wrapper {
    grid-column-gap: 2em;
  }
  .contact h2 {
    font-size: 1.25rem;
  }
  .contact h3 {
    font-size: 1.5rem;
    margin: 0 0 .1em;
  }
  .left-item p {
    font-size: 1rem;
  }
  .right-item {
    font-size: 1.125rem;
  }
  /*-------------------- page-top */
}
/* Tablet */
@media only screen and (max-width: 800px) {
  /*-------------------- pankuzu */
  /*-------------------- common */
  .pc, .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  #all-container .title-inner .en-h3 {
    margin: 0;
  }
  #all-container p {
    line-height: var(--height-normal);
  }
  /*-------------------- visual */
  /*-------------------- main-title */
  #main-title .container {
    margin: 4em auto 7em;
  }
  .left-tiare {
    position: absolute;
    left: 0;
    bottom: -100px;
  }
  .right-tiare {
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  /*-------------------- content-nav */
  #content-nav .container {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1em;
  }
  #content-nav .container li a {
    height: 70px;
  }
  /*-------------------- airline */
  #airline .title .wrapper {
    flex-wrap: wrap;
    grid-row-gap: 2em;
  }
  #airline .title-inner {
    order: 2;
    flex-basis: 90vw;
  }
  #airline .title-img {
    order: 1;
    flex-basis: 100vw;
    height: auto;
    margin-right: calc(-1 * var(--gutter-space));
    margin-left: 30px;
  }
  #airline .title-img img {
    height: auto;
  }
  #airline .business .wrapper {
    margin: 3em auto;
  }
  /*-------------------- hotel common */
  .stay-hotel .title .wrapper {
    flex-wrap: wrap;
    grid-row-gap: 2em;
  }
  .stay-hotel .title-inner {
    flex-basis: 90vw;
  }
  .stay-hotel .title-img {
    flex-basis: 100vw;
  }
  .stay-hotel .schedule li {
    margin: 0 1em .5em 0;
  }
  .stay-hotel .heading {
    margin: 3em auto 2em;
    display: flex;
  }
  .stay-hotel .heading h3 {
    font-size: 1.25rem;
    flex-basis: calc(100vw - var(--gutter-space));
    margin-right: calc(-1 * var(--gutter-space));
    padding: .5em 30px;
  }
  .stay-hotel .hotel-item {
    display: block;
  }
  .stay-hotel .hotel-item .hotel-map {
    width: 35vw;
    margin: 1em 0 0 auto;
  }
  .link-list {
    display: block;
  }
  .link-list li {
    margin: 0 0 2em;
  }
  .stay-hotel .reservation .heading {
    margin: 4em auto 2.5em;
  }
  .stay-hotel .reservation h3 {
    margin-right: 0;
  }
  .eco-link {
    width: 100%;
  }
  /*-------------------- stay-cook */
  #stay-cook .title-img {
    margin-left: calc(-1 * var(--gutter-space));
    margin-right: 60px;
  }
  .stay-hotel .room {
    margin: 2em 0;
    padding: 1em 0 1.5em;
  }
  .stay-hotel .room h5 {
    line-height: var(--height-normal);
  }
  .hotel-tahiti .heading h3 {
    margin-right: 0;
  }
  /*-------------------- stay-other */
  #stay-other .title-img {
    height: auto;
  }
  #stay-other .title-img img {
    aspect-ratio: 2 / 1;
    height: auto;
  }
  .stay-other .heading h3 {
    margin-right: 0;
  }
  #stay-other .hotel-list-img h5 {
    font-size: 1rem;
    line-height: var(--height-normal);
  }
  /*-------------------- other-link */
  #other-link .container {
    padding: 4em 0 0;
  }
  #other-link h2 {
    margin: 0 0 1em;
  }
  #other-link .other-link-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin: 0 0 4em;
  }
  .other-special {
    margin: 3em 0;
  }
  .other-special ul {
    grid-column-gap: 1em;
    margin: 0 0 4em;
  }
  /*-------------------- contact */
  .contact .wrapper {
    display: block;
  }
  .right-item {
    margin: 1em 0 0;
    line-height: var(--height-normal);
  }
  /*-------------------- page-top */
}
/* Tablet */
@media only screen and (max-width: 599px) {
  /*-------------------- pankuzu */
  /*-------------------- common */
  #all-container .title-inner h2 {
    font-size: 1.5rem;
    line-height: var(--height-normal);
  }
  #all-container .title-inner .en-h3 {
    font-size: 1.75rem;
  }
  /*-------------------- visual */
  /*-------------------- main-title */
  #main-title .container {
    margin: 3em auto 9.5em;
  }
  #main-title h1 {
    font-size: 1.75rem;
  }
  .supplement-title h2 {
    font-size: 1.125rem;
    padding: .2em 1em;
  }
  #main-title p {
    margin: 1em auto 0;
  }
  .tiare {
    width: 120px;
  }
  .left-tiare {
    position: absolute;
    bottom: -140px;
  }
  .right-tiare {
    position: absolute;
    bottom: -140px;
  }
  /*-------------------- content-nav */
  #content-nav .container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }
  #content-nav .container li a {
    height: 60px;
  }
  /*-------------------- airline */
  #airline .container {
    padding: 4em 0;
  }
  #airline .title-inner h3 {
    font-size: 1.25rem;
    margin: 0 0 .2em;
  }
  #airline .heading h3 {
    font-size: 1.25rem;
    line-height: var(--height-normal);
    margin: 0 0 .2em;
  }
  #airline .list-img {
    display: block;
  }
  #airline .list-img li {
    margin: 0 0 .5em;
  }
  #airline .specs h4 {
    font-size: 1rem;
  }
  #airline .specs p {
    font-size: .875rem;
  }
  /*-------------------- hotel common */
  .stay-hotel .container {
    padding: 3em 0 4em;
  }
  .stay-hotel .heading {
    margin: 2em auto 1.5em;
  }
  .stay-hotel .heading h3 {
    font-size: 1.125rem;
    padding: .3em 15px;
  }
  .stay-hotel .hotel-item {
    display: block;
    margin: 0 15px 2em;
  }
  .stay-hotel .hotel-item .hotel-map {
    width: 40vw;
    margin: 1em 0 0 auto;
  }
  .stay-hotel .hotel-text h4 {
    font-size: 1.125rem;
    margin-bottom: .1em;
  }
  .stay-hotel .hotel-text h5 {
    font-size: 1rem;
  }
  .stay-hotel .hotel-list-img {
    display: block;
    margin: 0 15px;
  }
  .stay-hotel .hotel-list-img li {
    margin: 0 0 .5em;
  }
  .stay-hotel .reservation .heading {
    margin: 3em auto 1.5em;
  }
  .link-inner {
    padding: 1em 15px;
    margin: 0 0 2em;
  }
  .link-list li {
    margin: 0 0 1.5em;
  }
  .link-inner h4 {
    line-height: var(--height-normal);
    margin: 0 0 .6em;
  }
  .link-list li h5 {
    line-height: var(--height-normal);
    margin: 0 0 .2em;
  }
  .link-inner h6 {
    font-size: .875rem;
  }
  .stay-hotel .reservation p {
    margin: 0 0 .4em;
  }
  .link-list li a {
    font-size: 1rem;
  }
  .link-list li a div {
    margin-top: .8em;
    padding: .3em 1em;
  }
  .link-inner .fee {
    font-size: 1.125rem;
  }
  .eco-link h4 {
    font-size: 1rem;
  }
  .eco-link a {
    font-size: 1rem;
  }
  .eco-link a div {
    margin-top: .3em;
    padding: .3em 1em;
  }
  .eco-fee {
    font-size: .875rem;
  }
  .eco-fee .fee {
    font-size: 1.125rem;
  }
  /*-------------------- stay-cook */
  #stay-cook .title-img {
    margin-right: 30px;
  }
  .stay-hotel .hotel-list-img-3 {
    display: block;
    margin: 0 15px;
  }
  .stay-hotel .hotel-list-img-3 li {
    margin: 0 0 .5em;
  }
  .stay-hotel .hotel-list-img-3 .first-main-img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  .stay-hotel .room {
    padding: 1.5em 0 1.5em;
  }
  .stay-hotel .room h5 {
    font-size: 1rem;
    padding: 0 15px;
  }
  .stay-hotel .room p {
    padding: 0 15px;
    margin: .2em 0 1em;
    line-height: var(--height-normal);
  }
  /*-------------------- stay-other */
  #stay-other .hotel-list-img h5 {
    font-size: 1rem;
    margin: 1em 0 .3em;
  }
  /*-------------------- other-link */
  #other-link .container {
    padding: 4em 0 0;
  }
  #other-link h2 {
    font-size: 1.125rem;
  }
  #other-link .other-link-list {
    display: block;
  }
  #other-link .other-link-list li {
    margin: 0 0 1em;
  }
  .other-link-contents img {
    aspect-ratio: 2 / 1;
  }
  .other-link-text {
    padding: .8em .5em 1em;
  }
  .other-link-text h3 {
    font-size: 1rem;
  }
  .other-link-text h4 {
    font-size: 1rem;
    padding: .3em 1em;
    line-height: var(--height-normal);
  }
  .other-special {
    margin: 3em 0;
  }
  .other-special ul {
    display: block;
    margin: 0 0 4em;
  }
  .other-special ul li {
    margin: 0 0 .5em;
  }
  .video ul {
    display: block;
  }
  .video ul li {
    margin: 0 0 .5em;
  }
  .video iframe {
    width: 90vw;
    height: calc(90vw / 2 + 20px);
  }
  /*-------------------- contact */
  .contact h2 {
    font-size: 1rem;
    line-height: var(--height-normal);
  }
  .contact h3 {
    font-size: 1.125rem;
    line-height: var(--height-normal);
    margin: 0 0 .5em;
  }
  .left-item p {
    font-size: .875rem;
  }
  .right-item {
    font-size: .875rem;
    margin: .5em 0 0;
  }
  /*-------------------- page-top */
}