@charset "UTF-8";
/* Color Palette */
/* Padding */
/* Heder Space */
/* Wrap */
/* Padding */


/* slideshow*/
.hero_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 200;
  filter: drop-shadow(0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.5));
  max-width: 600px; }
  @media (max-width: 480px) {
    .hero_ttl {
      width: 55%;
      top: 52%; } }

/* slideshow*/
.hero_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 200;
  filter: drop-shadow(0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.5));
  max-width: 600px; }
  @media (max-width: 480px) {
    .hero_ttl {
      width: 55%;
      top: 52%; } }

.video_wrapper {
  width: 100%;
  /*height: 80vh;*/
  margin-top: 90px; }
  @media (max-width: 480px) {
    .video_wrapper {
      /*height: 40vh;*/
      margin-top: 5vh; } }



/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  position: relative; }
.video_txt h1 span {
    font-size: 80%;
	font-feature-settings: "palt";
	
}
.video_txt {
  width: 80%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 100;
    filter: drop-shadow(2.5px 2.5px 8px rgba(0, 0, 0, 0.3));
    ;}
  @media (max-width: 880px) {
    .video_txt {
		top: 30%;
      width: 95%; } }
  @media (max-width: 480px) {
    .video_txt {
		top: 35%;
      width: 95%; } }
  .video_txt h1 {
    font-size: min(13rem, 150px);
margin: 10px 0;
letter-spacing:10px;}
@media (max-width: 880px) {
      .video_txt h1 {
        font-size: min(12.5rem, 80px); } }
    @media (max-width: 480px) {
      .video_txt h1 {
        font-size: min(11vw, 55px); } }
  .video_txt p {
	  font-weight: 500;
    font-size: min(4rem, 52px); }
    @media (max-width: 480px) {
      .video_txt p {
        font-size: min(2rem, 20px); } }
  .video_txt .datedeco {
    text-align: center;
    font-size: 2vw;
    margin: 1rem auto;
    color: #ffffff; }
  .video_txt .datebg {
    background-color: #051464;
    padding: .5rem; }



.cap {
  position: absolute;
  left: 1%;
  bottom: 1%;
  color: #ffffff;
  font-size: 0.5vw;
  /*z-index:999;*/ }
  @media (max-width: 480px) {
    .cap {
      font-size: 6px; } }




.slider-btn {
  display: inline-block;
  padding: 1rem 2rem;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  background: #6244BB;
  border: solid 2px #7359C2;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px; }
  @media (max-width: 480px) {
    .slider-btn {
      padding: .5rem 1rem;
      font-size: 10px; } }
  .slider-btn:hover {
    border: solid 2px #276ef1;
    background: #276ef1; }

/*a{
  color: #fff;
}

a:hover,
a:active{
  text-decoration: none;
}*/
.wrapper {
  position: relative; }



/*hero txt*/
.hero_content {
  width: 100%;
  padding: 3vh 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 600; }
  @media (max-width: 480px) {
    .hero_content {
      width: 95%;
      margin: 0 auto; } }
  .hero_content h3 {
    color: #051464;
    padding: 2vh 0; }
  .hero_content img {
    width: 20%;
    max-width: 240px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .hero_content img {
        width: 40%; } }

.merits {
  width: 100%;
  position: relative;
  background-color: #1414d2;
  padding: 3vh 0;
  text-align: center; }
  @media (max-width: 480px) {
    .merits {
      padding-bottom: 6vh; } }
  .merits h3 {
    color: #a5ebff;
    padding: 2vh 0; }
  .merits img {
    width: 20%;
    max-width: 100px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .merits img {
        width: 70%; } }

.inner_box {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto; }

.str {
  font-weight: 600; }

.note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: .5rem; }

.note2 {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-bottom: 2vw; }

.points {
  width: 100%;
  margin: 0 auto;
  padding: 4vh 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .points {
      padding: 2vh 0; } }
  .points .list {
    width: 32%; }
    .points .list:nth-child(4) {
      padding-top: 3rem; }
    .points .list:nth-child(5) {
      padding-top: 3rem; }
    .points .list:nth-child(6) {
      padding-top: 3rem; }
    .points .list img {
      width: 100%;
      padding-bottom: 2vh; }
    @media (max-width: 480px) {
      .points .list {
        width: 46%;
        padding-top: 2rem;
        /*&:nth-child(odd) {padding-top:2rem;}
        &:first-child {padding-top:0;}*/ }
        .points .list:nth-child(3) {
          padding-top: 3rem; }
        .points .list:nth-child(4) {
          padding-top: 3rem; }
        .points .list:nth-child(5) {
          padding-top: 3rem; }
        .points .list:nth-child(6) {
          padding-top: 3rem; } }
    .points .list p {
      color: white; }

.date {
  position: absolute;
  right: 10vw;
  bottom: 5%;
  color: #ffffff; }
  @media (max-width: 480px) {
    .date {
      bottom: 2%; } }

.read {
  width: 100%;
  background-color: #FFFFFF;
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.8;
	font-weight: 500;
	color: #000000;
	text-align: center;
  padding:0 0 100px 0; }
@media (max-width: 480px) {
.read {
	font-size: 1.5rem;
	padding:0 0 50px 0; }}
.read img{
	width: 100%;
	margin: 80px 0;
}
@media (max-width: 480px) {
.read img{
	width: 100%;
	margin: 30px 0;
}}
.read_wrap_title {
	margin: 0;
	font-size: 2.75rem;
}
@media (max-width: 480px) {
    .read_wrap_title {
      font-size: 2rem;
    } }
.read_wrap {
  width: 90%;
  max-width: 1380px;
  margin: 80px auto 0 auto;
  text-align: center;
  /*padding: 5rem;*/
box-sizing: border-box;}
@media (max-width: 480px) {
    .read_wrap {
      /*padding: 10vw 0;*/
		  margin: 40px auto 0 auto;
	  font-size: min(8vw, 15px);
    } }

.enjoypalau {
  padding: 5vw 0;
}
  @media (max-width: 480px) {
    .enjoypalau {
      padding: 0; } }
.enjoypalau h2{
  text-align: center;
	font-size: 3.25rem;
}
@media (max-width: 480px) {
    .enjoypalau h2 {
      font-size: 2.5rem; } }
.article_block_txt h3{
	font-size: 2.25rem;
	line-height: 1.6;
	padding:0 0 1.5vw 0; 
}@media (max-width: 480px) {
    .enjoypalau h3 {
      font-size: 1.85rem;
	margin: 0 0 10px 0} }
.article_block_txt_img_r {
	margin: 0 20px 0 0; 
}@media (max-width: 880px) {
    .article_block_txt_img_r {
      margin: 0; } }
.article_block_txt_img_l{
	margin: 0 0 0 20px; 
}@media (max-width: 880px) {
    .article_block_txt_img_l {
      margin: 0; } }
.article_block_txt_img_r{
	margin: 0 20px 0 0; 
}@media (max-width: 880px) {
    .article_block_txt_img_l {
      margin: 0; } }
.contents_wrap{
	max-width: 1380px;
	width: 90%;
	margin: 0 auto;
padding: 0;
}
.wrap_topbottom{
	padding: 3vw 0;
}
@media (max-width: 480px) {
    .wrap_topbottom {
      padding: 10vw 0; } }
@media (max-width: 480px) {
    .enjoypalau {
      width: 100%; } }
.enjoypalau_contents{
	    display: flex;
	margin:80px 0; 
	justify-content: space-between;
	width: 100%;
	max-width: 1500px;
}
@media (max-width: 880px) {
    .enjoypalau_contents {
      display: block;
	width: 100%;
	margin: 20px auto 40px auto;} }
.enjoypalau_contents:nth-child(odd) {
    flex-direction: row-reverse;
}
.enjoypalau_leftimg{
	padding: 0 20px 0 0;
}
.article_block_img {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 810px;
	height: auto;
}  @media (max-width: 480px) {
    .article_block_img {
      display:block; } }
.article_block_img img {
	width: 100%;
	max-width: 810px;
	height: auto;
	object-fit: cover;
}@media (max-width: 480px) {
    .article_block_img img {
      margin-bottom: 10px; } }
.article_block_txt {
	max-width: 615px;
	width: 100%;
    justify-content: center;
    align-items: left;
    text-align: left;
	line-height: 1.6;
}@media (max-width: 880px) {
    .article_block_txt {
      	max-width: none;
	margin: 15px 0 0 0;} }
/*.article_block_txt p {
	font-size: 1.125rem;
	line-height: 1.6;
}*/
.withua_block{
  width: 100%;
  background-color: #ffffff;
background-image: url("../img/ua_img_1.jpg");
	height: 500px;
	background-position: right;
	background-size: cover;
	position: relative;
}
.rotemap_wrap {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.rotemap{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

/* ------------------
SERVICE
------------------*/
#service .wrap {
  width: 90%;
  padding: var(--large) 0; }
@media (max-width: 880px) {
    #service .wrap {
      padding: 0;
		width: 90%; } }
  @media (max-width: 480px) {
    #service .wrap {
      padding: 0;
      width: 90%; } }

.service_tlt {
    font-size: 2.35rem;
    line-height: 1.6;
    padding: 5vw 0 0 0;
}
@media (max-width: 480px) {
    .service tlt {
    font-size: 1.85rem;
    line-height: 1.6;
    padding: 7vw 0 0 0;
} }
.sec2rows {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6rem 0; }
  @media (max-width: 480px) {
    .sec2rows {
      padding: 3rem 0; } }
.sec2rows__box {
    width: 48%; }
    @media (max-width: 880px) {
      .sec2rows__box {
        width: 100%; } }
    .sec2rows__box.img {
      position: relative; }
      .sec2rows__box.img img {
        height: 100%;
        object-fit: cover; }
      .sec2rows__box.img .caption {
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        font-size: 80%;
        line-height: 1;
        opacity: .8; }
    .sec2rows__box h3 {
      font-size: clamp(18px, 8vw, 40px);
      font-weight: 500;
      margin: 0 0 1rem;
      letter-spacing: -.03em;
font-weight: 400;}
      .sec2rows__box h3 p {
        font-size: 50%;
        letter-spacing: 0; }
  .sec2rows ul li {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .sec2rows ul li {
        padding: 1rem 0; } }
    .sec2rows ul li svg {
      width: 28px;
      height: auto;
      margin: 0 20px 0 0; }
    .sec2rows ul li p {
      width: calc(100% - 48px); }
      .sec2rows ul li p + .note {
        width: 100%;
        margin: 100px 0 0; }
        @media (max-width: 480px) {
          .sec2rows ul li p + .note {
            margin: 20px 0 0; } }
  .sec2rows svg {
    fill: #fff; }
.max-img {
    width: 100%;
    height: auto;
}
.sec2rows:nth-child(odd) {
    flex-direction: row-reverse;
}
/* ------------------
Schedule
------------------*/
.schedule h3 {
      font-size: clamp(18px, 8vw, 40px);
      font-weight: 500;
      margin: 0 0 1rem;
      letter-spacing: -.03em;
text-align: center;
padding: 5vw 0 2vw 0;
font-weight: 300;}
      .schedule h3 p {
        font-size: 50%;
        letter-spacing: 0;
		  font-weight: 400;
}
.schedule h3 .sche_txt {
        font-size: 40%;
	margin: 15px 0 0 0;
}

.schedule-block .table-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.schedule-block .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  @media (max-width: 480px) {
    .schedule-block .icon {
      width: 13px;
      height: 13px; } }
.schedule-block__text p {
  padding: 1rem 0; }
.schedule-block__list {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 1rem 0; }
  .schedule-block__list--btn {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    font-size: clamp(16px, 5vw, 20px); }
    .schedule-block__list--btn p {
      display: flex;
      align-items: center; }
      .schedule-block__list--btn p:last-child {
        width: 2rem; }
    .schedule-block__list--btn:hover {
      cursor: pointer; }
  .schedule-block__list--contents {
    padding: 1rem 2rem;
    border-top: none;
    background: #ffffff;
    border-radius: 4px;
    text-align: left;
    /*overflow: scroll;*/
color: #000000;}
    .schedule-block__list--contents sup {
      color: #1414d2;
      font-size: 10px; }
    @media screen and (max-width: 1370px) {
      .schedule-block__list--contents {
        padding: 2rem; } }
    @media (max-width: 480px) {
      .schedule-block__list--contents {
        padding: 0rem; } }
    .schedule-block__list--contents .period span {
      font-size: 140%; }
    .schedule-block__list--contents table {
      width: 100%;
      table-layout: fixed;
      /*box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);*/
      border-radius: 4px;
      margin: 1rem 0 2rem;
      font-size: 90%; }
@media (max-width: 480px) {
.schedule-block__list--contents table {
      margin: 0;
	font-size: 90%; }}
      @media screen and (max-width: 1245px) {
        .schedule-block__list--contents table {
          width: 100%; } }
      .schedule-block__list--contents table .short-cell {
        width: 100px; }
      .schedule-block__list--contents table th, .schedule-block__list--contents table td {
        vertical-align: middle; }
        .schedule-block__list--contents table th:first-child, .schedule-block__list--contents table td:first-child {
          width: 250px; }
@media (max-width: 480px) {
          .schedule-block__list--contents table th:first-child, .schedule-block__list--contents table td:first-child {
            width: 100px; }}
        @media (max-width: 880px) {
          .schedule-block__list--contents table th:nth-child(4), .schedule-block__list--contents table td:nth-child(4) {
			  display: none; }}

      .schedule-block__list--contents table thead {
        border-radius: 4px 4px 0 0; }
      .schedule-block__list--contents table th {
        padding: 1rem;
        background: #1414d2;
        color: #ffffff; }
        @media (max-width: 480px) {
          .schedule-block__list--contents table th {
            font-size: 2.4vw;
            padding: .75rem .5rem; } }
        .schedule-block__list--contents table th:first-child {
          border-radius: 4px 0 0 0; }
        .schedule-block__list--contents table th:last-child {
          border-radius: 0 4px 0 0;
          text-align: center; }
      .schedule-block__list--contents table td {
        padding: 1rem;
        position: relative; }
        .schedule-block__list--contents table td.route .icon {
          margin: 0 1rem;
          width: auto;
          height: 14px;
          vertical-align: baseline; }
@media (max-width: 480px) {
	.schedule-block__list--contents table td.route .icon {
          margin: 0 0.25rem;
          width: auto;
          height: 10px;
           }}
        @media (max-width: 880px) {
          .schedule-block__list--contents table td {
            padding: 1rem .5rem; } }
        .schedule-block__list--contents table td .align-items_c {
          display: flex;
          align-items: center; }
          @media (max-width: 880px) {
            .schedule-block__list--contents table td .align-items_c {
              justify-content: flex-end; } }
          @media (max-width: 480px) {
            .schedule-block__list--contents table td .align-items_c {
              justify-content: flex-start; } }
        .schedule-block__list--contents table td .icon {
          width: 26px;
          height: auto;
          margin: 0 5px 0 0; }
          @media (max-width: 880px) {
            .schedule-block__list--contents table td .icon {
              max-width: 20px;
              width: 5%; } }
          @media (max-width: 880px) {
            .schedule-block__list--contents table td .icon.ua-icon {
              display: none; } }
        .schedule-block__list--contents table td .border:before {
          content: '';
          position: absolute;
          top: 50%;
          left: -90%;
          transform: translateY(-50%);
          width: 120%;
          height: 0;
          border-bottom: dashed 1px #b7b7b7; }
          @media screen and (max-width: 1470px) {
            .schedule-block__list--contents table td .border:before {
              left: -50%;
              width: 100%; } }
          @media (max-width: 480px) {
            .schedule-block__list--contents table td .border:before {
              left: -20%;
              width: 95%; } }
        .schedule-block__list--contents table td .border:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background: url("../img/ico_plane_01.svg") #fff no-repeat center/contain; }
          @media (max-width: 480px) {
            .schedule-block__list--contents table td .border:after {
              width: 15px;
              height: 15px; } }
        .schedule-block__list--contents table td:last-child {
          text-align: center;
          width: 100px; }
.schedule-block__list--contents table tr:last-child {
          text-align: left;
          width: 100px; }
      .schedule-block__list--contents table tbody .fas {
        padding: 0 1rem;
        color: #1414d2; }
        @media (max-width: 480px) {
          .schedule-block__list--contents table tbody .fas {
            display: block; } }
      .schedule-block__list--contents table tbody tr {
        border-bottom: solid 1px #ddd; }
        /*.schedule-block__list--contents table tbody tr:last-child {
          border: none; }*/
      .schedule-block__list--contents table tbody td {
        position: relative; }
        .schedule-block__list--contents table tbody td p {
          margin: .2rem 0 0;
          line-height: 1; }
        .schedule-block__list--contents table tbody td span {
          font-size: clamp(8px, 2.2vw, 12px); }
        .schedule-block__list--contents table tbody td:first-child:before {
          border-radius: 4px 0 0 0; }
        .schedule-block__list--contents table tbody td:last-child:before {
          border-radius: 0 0 0 4px; }
    .schedule-block__list--contents-title {
      margin: 1rem; }
    .schedule-block__list--contents-note {
      margin: 1rem 0 0;
      font-size: 1.3rem; }
    .schedule-block__list--contents-list {
      padding-left: 1em;
      text-indent: -1em; }
      .schedule-block__list--contents-list:before {
        content: '−';
        margin: 0 .5em 0 0;
        color: #003399; }
.schedule-block .annotation p {
  font-size: 1.3rem; }
  @media (max-width: 480px) {
    .schedule-block .annotation p {
      font-size: 1.2rem; } }
.schedule-block .annotation .align-r {
  text-align: right; }


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

figcaption {
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center; }

details {
  padding: 0.5em 0.5em 0; }

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em 0; }

details[open] {
  padding: 0.5em 0; }

details[open] summary {
  margin-bottom: 0.5em;
  margin: -0.5em -0.5em 0.5em 0; }

.cpdate {
  background-color: #051464;
  color: #ffffff;
  margin: 1rem auto;
  padding: .5rem; }

.highlight2 {
  background: linear-gradient(transparent 10%, #d7d2ff 10% 90%, transparent 90%);
  padding: 0 .5rem; }

/* ------------------
大きい背景セクション
------------------*/
.bg-cover {
  height: 50vw;
  max-height: 600px;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 3rem;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .bg-cover {
      padding: 3rem 0; } }
  .bg-cover .txt {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 70%; }
    .bg-cover .txt .btn-wrapper {
      width: 45%;
      margin: var(--medium) 0 0; }
      .bg-cover .txt .btn-wrapper .btn:first-child {
        margin: 0 0 1rem; }
  .bg-cover h2 {
    font-weight: 500; }
    .bg-cover h2 p.en-heading {
      margin: 0 0 2rem; }
      @media (max-width: 880px) {
        .bg-cover h2 p.en-heading {
          margin: 0 0 1rem; } }
  @media (max-width: 480px) {
    .bg-cover.mp .txt {
      width: 90%; } }
  .bg-cover.mp h2, .bg-cover.mp .btn-wrapper {
    width: 45%;
    text-align: center; }
  .bg-cover.mp .logo-mp {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 0 2rem; }
  .bg-cover.mp p.ja-heading {
    line-height: 2; }
.ja-heading {
  font-size: clamp(14px, 2.5vw, 34px);
  letter-spacing: .2em; }

/* ------------------
マイレージプラス
------------------*/
.mp-list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap; }
  .mp-list li {
    text-align: center;
}
    @media (max-width: 880px) {
      .mp-list li {
        width: 46%;
        text-align: center;
        padding-bottom: 2vw;
		margin: 0;}
        .mp-list li img {
          max-width: 100px; } }
    .mp-list li p span {
      color: #ffffff;
      font-weight: 600; }
.mp-list li img {
    width: 120px;
	height: auto;
	margin: 0 0 15px 0;
	
}
.bg-cover h2 p.en-heading {
      margin: 0 0 2rem; }
      @media (max-width: 880px) {
        .bg-cover h2 p.en-heading {
          margin: 0 0 1rem; } }
.en-heading {
    font-size: clamp(22px, 7vw, 68px);
    letter-spacing: -.03em;
    line-height: 1.2;
	font-weight: 300;
}
.mp-point h3 {
    font-size: 2.35rem;
    line-height: 1.6;
    padding: 0 0 4vw 0;
	font-weight: 600;
}
@media (max-width: 480px) {
        .mp-point h3 {
    font-size: 1.85rem;
    padding: 0 0 7vw 0; } }


/*banner*/
.banner_section {
  width: 100%;
  margin: 4vh auto; }

.ttl_banner {
  width: 100%;
  text-align: center;
  line-height: 0; }
  @media (max-width: 480px) {
    .ttl_banner {
      width: 90%;
      margin: 0 auto; } }

.banner_wrap {
  width: 80%;
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .banner_wrap {
      width: 90%; } }

.banner {
  width: 48%;
  max-width: 820px;
  margin: 2rem 0;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3)); }
  @media (max-width: 480px) {
    .banner {
      width: 100%; } }

.banner:hover {
  transform: translateY(-5px);
  transition: all 0.5s 0s ease; }

/*banner*/
.CPbnr_section {
  width: 100%;
  padding: 4vw 0;
  background-color: #F7F4F2; }

.bnr_wrap {
  width: 80%;
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .bnr_wrap {
      width: 90%; } }

.bnr {
  width: 48%;
  max-width: 820px;
  margin: 2rem 0;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1)); }
  @media (max-width: 480px) {
    .bnr {
      width: 100%; } }


.bnr:hover {
  transform: translateY(-5px);
  transition: all 0.5s 0s ease; }

/*logo*/
.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10rem auto 0; }
  @media (max-width: 480px) {
    .logo {
      margin: 4rem auto 0; } }
  .logo a {
    width: 18%; }
    @media (max-width: 480px) {
      .logo a {
        width: 50%; } }
    .logo a img {
      width: 100%;
      padding: 3rem;
      box-sizing: border-box; }


.bordertb {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

.padtop {
  padding-top: 2rem; }

.anchor {
  /*  display: block;
     padding-top: 66px;
     margin-top: -66px;*/ }@charset "UTF-8";
/* CSS Document */

#hotel, #tour, #mileage-plus, #bnr, #schedule {
  padding: var(--large) 0; }

picture img {
    width: 100%;
    margin: 80px 0;
	border-radius:20px
}
@media (max-width: 480px) {
    picture img {
        width: 100%;
        margin: 30px 0;
        background-color: #1414D2;
    }
}
.enjoypalau video{
	width: 100%;
	margin: 80px 0 0 0;
}
@media (max-width: 880px) {
.enjoypalau video {
	margin: 0;
	}}
.table-caution{
	text-align: left;
	padding: 1rem .5rem;
}
.hotel{
	/*padding: 80px 0;*/
	text-align: center;
}
@media (max-width: 480px) {
.hotel{
	/*padding: 40px 0;*/
}}
.hotel h2{
	border-bottom: solid 1px;
	padding: 0 0 10px 0;
	margin: 10px;
	    font-weight: 600;
}
@media (max-width: 480px) {
.hotel h2{
	font-size: 1.85rem;
}}
.hotel p{
	font-weight: 600;
	margin: 0 0 20px 0;
    font-size: 2rem;
}
@media (max-width: 480px) {
.hotel p{
    font-size: 1.5rem;
}}
.hotel img{
	max-width: 716px;
	width: 95%;
}

.hotel a {
  transition: 0.3s;
}
.hotel :hover img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.025);
	 transition: 0.3s;
}
.video-wrap {
  position: relative;
	height: 70vh;
	overflow: hidden;
}
@media (max-width: 480px) {
.video-wrap {
  position: relative;
	height: 40vh;
	overflow: hidden;
	}}
@media (max-width: 880px) {
.video-wrap {
  position: relative;
	height: 50vh;
	overflow: hidden;
	}}
.video-wrap video{
	position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover;
}
@media (max-width: 880px) {
   .video-wrap video{
	width: 150%;
} }
@media (max-width: 480px) {
   .video-wrap video{
	width: 150%;
} }