@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
黄：#fcc601;
赤：#d7000f;
緑：#3b9c5f;
オレンジ：#ff5000;
*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, .saipan {
  margin: 0;
  padding: 0;
}
.ua-saipan section {
  border: none;
  background: none;
}
/* .ua-saipan a:hover {
  color: inherit;
} */
.ua-saipan i[class*="fa-"] {
  margin-right: 0;
}
a,a:hover,a:visited{
  color: inherit;
}

/* =======================================
検索BOX上書き
======================================= */

.ui-datepicker-inline{
  display: none!important;
}

.SearchArea .Inner dt {
  color: #3b9c5f;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0;
}
.SearchArea .DetailedHotel .AddHotelBox .AddBtn {
  color: #3b9c5f!important;
}
.Side h3{
  font-size: 20px;
  font-weight: 900;
  color: green;
  text-align: left;
}
.Side .Inner{
  display: block!important;
}
@media screen and (min-width: 769px){
.SearchPage .Side {
    float: inherit!important;
    width: 70%!important;
    border: 1px solid gray;
    padding: 25px!important;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-top: 30px;
  }
}

  .SearchPage .Side {
      float: inherit!important;
      width: 95%!important;
      border: 1px solid gray;
      padding: 10px;
      border-radius: 5px;
      background-color: #f9f9f9;
      margin-top: 30px;
    }

.SearchArea .SubmitBox .SearchBtn {
  width: 60%!important;
  margin: 0 auto!important;
}
.searchWrap{
  display: flex;
  justify-content: center;
  gap: 40pt;
  margin-top: 25px;
}

.SearchArea .SubmitBox {
  margin: 25px 0 10px!important;
}

@media screen and (max-width:768px) {
  .Side .Inner{
    display: block!important;
  }
  .searchWrap {
    display: block;
  }
  .SearchPage .Side {
    margin: 10px auto!important;
  }
}

/* =======================================
ナビゲーション
======================================= */

.nav_toggle{
  background-color: #589595;
  display: none;
}

.nav_wrap-item-small{
  border-bottom: solid 1px #fff;
}

/* ハンバーガー */
@media (max-width: 768px) {
  .openbtn_wrap{
    position: fixed;
    z-index: 1000;
    top: 2%;
    left: 85%;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn4{
    background: #ff5000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: relative;

  }

  /*ボタン内側*/
  .openbtn4 span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 5px;
      background: #fff;
      width: 45%;
    }
  .openbtn4 span:nth-of-type(1) {
    top:13px; 
  }
  .openbtn4 span:nth-of-type(2) {
    top:19px;
  }
  .openbtn4 span:nth-of-type(3) {
    top:25px;
  }
  .openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: 0px;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn4.active span:nth-of-type(1) {
      top: 14px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }

  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn4.active span:nth-of-type(3){
      top: 26px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }

  .openbtn4.active span:nth-of-type(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
      transform: translateY(0) rotate(-45deg);
    top:5px;
    left:4px;
  }
  /* ナビのハンバーガー内部 */
  .nav_wrap {
    width: inherit;
    height: inherit;
  }
  .nav_wrap-item{
    border-bottom: solid 1px #fff;
    text-align: center;
  }

  .nav_wrap-item a {
    font-size: 4vw;
    color: #fff;
    /* width: 33.3%; */
    /* width: 50%; */
    text-align: center;
    /* border: #FFFFFF 1px solid; */
    padding:20px 0;
    line-height: 1.6;
    display: inline-block;
    width: 100%;
  }
  .nav .nav_inner {
    display: none;
    position: fixed;
    z-index: 100;
    top: 10%;
    background-color: #ff5000;
    right: 0;
    width: 65%;
    z-index: 110;
  }
}



/*=======================================
	共通
=======================================*/
.ua-saipan * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  /* position: relative; */
}
.ua-saipan p, .ua-saipan li, .ua-saipan dt, .ua-saipan dd, .ua-saipan th, .ua-saipan td, .ua-saipan h1, .ua-saipan h2, .ua-saipan h3, .ua-saipan h4, .ua-saipan h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.ua-saipan saipan {
  font-size: inherit;
  font-weight: inherit;
}
.ua-saipan i {
  font-size: inherit;
  font-weight: bold;
}
.ua-saipan a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
/* .ua-saipan a:hover {
  opacity: 0.8;
  transition: 0.3s;
} */
.ua-saipan .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.ua-saipan h2, .ua-saipan h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.ua-saipan h3 {
  font-family: sans-serif;
  font-weight: 400;
}

.ua-saipan h2 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 34px;
  font-weight: 900;
  color: #ff5000;
}
.ua-saipan img {
  width: 100%;
  height: auto;
}
.ua-saipan .pc-none {
  display: none;
}
@media screen and (max-width:768px) {
  .ua-saipan .sp-none {
    display: none;
  }
  .ua-saipan .pc-none {
    display: inherit;
  }
  .ua-saipan * {
    font-size: 15px;
  }
  .ua-saipan .inner {
    width: 95%;
    padding: 50px 0 30px 0;
  }
  .ua-saipan h1 {
    font-size: 20px!important;
    width: 340px!important;
  }
  .ua-saipan h2 {
    margin: 0 0 65px 0;
    font-size: 20px;
  }


}
/*=======================================
	メインビジュアル
=======================================*/
/* .ua-saipan .mainvisual {
  height: 500px;
  background: #2d4198 url("../img/main-pc.jpg") no-repeat top center;
}
.ua-saipan .mainvisual .inner {
	height: 100%;
} */

.slick-list{
  height: 55vw!important;
}


.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.slick-img img {
  width: 100%;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


.mainvisual{
  position: relative;
}

.mainvisual--titl{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.mainvisual--titl2{
  position: absolute;
  top: 210px;
  left: 41px;
  z-index: 99;
  border: solid 4px white;
  border-radius: 14px;
  background-color: rgb(0 0 0 / 32%);
}

.ua-saipan h1{
  font-size: 30px;
  font-weight: 100;
  color: white;
  display: flex;
  width: 793px;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
}
@media screen and (max-width:768px) {
  .mainvisual--titl {
    position: absolute;
    width: 80%;
    top: -26px!important;
    left: -29px!important;
  }
  .mainvisual--titl2 {
    position: absolute;
    width: 75%;
    top: 88px!important;
    left: 4px!important;
  }  .slick-list{
    height: inherit!important;
  }
  .point .logo-wrap {
    width: 100%;
    margin: 25px 0px 0px -13px;
  }

  .ua-saipan h2::after {
    height: 203px!important;
    width: 309px!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
  }
}
/*=======================================
	ナビゲーション
=======================================*/
.nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #2d6bb9;
  padding: 10px 10px;
}
.nav li{
  border-right: solid 1px #2d6bb9;
  flex: 1;
  text-align: center;
  padding: 5px;
  font-weight: 500;
  color: #2d6bb9;
  position: relative;
}
.nav li:first-child{
  border-left: solid 1px #2d6bb9;
}
.nav a {
  color :#4066b1;
  transition: 0.3s;
}
.nav a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d50000;
  border-right: 2px solid #4545d7;
  transform: rotate(135deg);
  transition: 0.3s;
}

.nav a:hover::after {
  bottom: -10px;
  opacity: 0.8;
}


@media screen and (max-width:768px) {
  .nav ul{
    justify-content: center;
  }
  .nav a {
    font-size: 13px;
    color: #fff;
  }
  .nav li{
    margin: 5px 0;
    border-left: none!important;
    border-right: none!important;
  }
  .nav a::after {
    /* content: "";
    top: 30px;
    bottom: 0px;
    right: 46%;
    width: 7px;
    height: 7px;
    transition: 0.3s; */
  }
}


/*=======================================
	イントロ
=======================================*/
.intoro{
  width: 850px;
  margin: 0 auto;
  padding: 80px 50px 0;
}

.intoro_ttl{
  text-align: center;
  border-top: solid 3px green;
  border-bottom: solid 3px green;
  padding: 15px;
  font-weight: 900;
  font-size: 25px;
  color: green;
}
.intoro_txt{
    margin: 10px auto 0;
    text-align: center;
    color: #751f97;
    font-size: 17px;
    line-height: 1.7;
}
@media screen and (max-width:768px) {
  .intoro{
    width: 100%;
    padding: 50px 10px 5px;
  }
  .intoro_ttl {
    font-size: 16px;
  }
  .intoro_txt {
    font-size: 14px;
    font-weight: 500;
  }
}
/*=======================================
	ポイント
=======================================*/
.thankyou_bunner{
  max-width: 595px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
}

.thankyou_bunner img{
  border: solid 1px #ababab;
  padding: 5px;
}

.bunner-wrap{
  max-width: 1130px;
  display: flex;
  margin: 0 auto;
  background-color: #fff;
  border: solid 2px #4066b1;
  border-radius: 10px;
  padding: 10px 0;
}

.bunner-wrap h3 {
  font-size: 23px;
  font-weight: 900;
  margin: 0 auto;
  padding: 15px 0;
  color: orange;
  text-align: center;
}

.point .title-wrap .point__campaign{
  color: #ff617c;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  margin:5px 0;
}

@media screen and (max-width:768px) {
  .thankyou_bunner{
    padding: 0 10px;
  }
  .bunner-wrap{
    display: block;
  }
  .bunner-wrap h3 {
    font-size: 17px;
  }
  .point .title-wrap .point__campaign{
    font-size: 15px;
  }
  .thankyou_bunner:first-of-type {
    border-bottom: dotted #4066b1;
    padding: 0 10px 20px;
  }
}


.point{
  background-image: url(../img/uasaipan_point_back01.jpg)!important;
  background-size: cover!important;
  /* height: 120vw; */
  width: auto;
  background-repeat: no-repeat!important;
}
.bold1{
  font-weight: bold;
  margin-bottom: 5px;
}

.notice{
  font-size: 12px!important;
  text-align: center;
  color: #ababab;
}

.title__text{
  text-align: center;
}

.recomend h2{
  color: #ff5000;
  font-weight: bold;
}



.point p{
  color: #2e2e2e;
  font-size: 15px;
  margin-top: 10px;
}


.title__text {
  text-align: center;
  padding: 20px 0 30px;
  font-size: 17px!important;
  font-weight: 500;
  color: #525252!important;
}
.circle-no{
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  text-decoration: underline;
}

.head-wrap{
  position: relative;
}
/* .ua-saipan h2::after {
  content: '';
  height: 25px;
  background-image: url(../img/wabe3-80.png);
  width: 230px;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 112%);
  position: absolute;
  translate(-50%, -50%): ;
  background-size: 32%;
} */

.ua-saipan h2::before{
  content: "";
  display: block;
  width: 280px;
  height: 2px;
  background-color: #3b9c5f;
  position: absolute;
  top: 0;
  top: -20%;
  left: 50%;
  transform: translate(-50%, 112%);
  position: absolute;
  translate:(-50%, -50%);
}

.ua-saipan h2::after {
  content: '';
  height: 183px;
  background-image: url(../../7cimg/wabe3-80.png);
  width: 330px;
  z-index: 3;
  top: -568%;
  left: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, 112%);
  position: absolute;
  translate(-50%, -50%): ;
  background-size: 100%;
}

.point .head-wrap::before {
  content: '';
  height: 1px;
  border-top: solid 1px #03a3a9;
  flex-grow: 1;
}

.point ul{
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.point li{
  border: solid 2px #4066b1;
  padding: 10px 15px;
  margin: 10px 10px 35px 10px;
  width: 45%;
  border-radius: 10px;
  position: relative;
  /* box-shadow: 2px 2px 4px grey; */
  background-color: #fff;
}

.point__item--ttl{
  display: flex;
  border-bottom: solid 2px #2d6bb9  ;
  margin: 0 0 20px 0;
  position: relative;
}

.ttl-head{
  font-size: 15px;
  line-height: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: orange;
  color: #fff!important;
  height: 68px;
  width: 100px;
  border-radius: 50%;
  justify-content: center;
  margin: 0px 25px 15px 0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -47px;
  left: -1%;
}

.logo-wrap{
  width: 60%;
    margin: 0 auto;
}

.point__item--ttl h3 {
  font-size: 23px;
  font-weight: 900;
  margin: 0 auto;
  padding: 15px 0;
  color: orange;
}

.point__wrap img{
  /* width: 85%;
  margin: 20px auto 20px;
  display: flex; */
}

.point-text__wrap{
  padding-left: 15px;
}

.point-img__wrap{
  width: 85%;
}

.point__wrap{
  display: flex;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ababab;
  padding-bottom: 10px;
}

.point__wrap a{
  border: solid 2px #ff617c;
  border-radius: 21px;
  color: #ff617c;
  padding: 5px 10px;
  display: inline-block;
  margin: 20px auto 10px;
  display: flex;
  width: 50%;
  justify-content: center;
  position: relative;
}
.point__wrap a::after {
  content: '';
  background-image: url(../../7cimg/link1.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  z-index: 100;
  top: 5px;
  right: 15px;
  position: absolute;
  translate(-50%, -50%): ;
  background-size: 84%;
}

.aleart{
  color: red;
  font-size: 14px;
}

.aleart_1{
  font-size: 13px!important;
    color: #e73e3e!important;
    text-align: center;
}
.point__wrap a:hover{
  border: solid 2px #ffffff;
  color: #ffff;
  background-color: #ff617c;
}

.point__notice{
  text-align: center;
}

/* ポイントスマホ */
@media screen and (max-width:768px) {
  .point li {
    width: 100%;
  }
  .point__campaign{
    font-size: 16px;
  }
  .ttl-head {
    font-size: 13px;
    height: 60px;
    width: 60px;
  }
  .circle-no {
    font-size: 22px;
  }
  .point__item--ttl h3 {
    font-size: 17px;
    margin-left: 50px;
  }
  .point__wrap a {
    width: 90%;
  }
  .title__text {
    font-size: 16px;
  }
  .point-img__wrap {
    width: 150%;
  }
  .aleart_1 {
    text-align: left;
  }
  .ua-saipan h2::before {
    height: 1.5px;
    top: 0;
    top: -39%;
    left: 50%;
    transform: translate(-50%, 112%);
    translate: (-50%, -50%);
   }
}


/*=======================================
	おすすめツアー
=======================================*/

/* タブ部分 */
.date-tab-item.date-tab-active{
  border-bottom: none!important;
  background-color: #fff!important;
  color: #201a36;
}
.date-tab-item{
  width: 50%;
  background-color: #f3f3f3;
  text-align: center;
  border-bottom: 1px solid #ababab;
  border-top: solid 1px #ababab;
  color: rgb(165 165 165);
  font-weight: 500;
}
.tour-price p{
  font-size: 14px;
  font-weight: 500;
  color: #e50000;;
  padding: 7px 10px 2px;
}
.date-tab-item:first-child {
  border-right: solid 1px #ababab;
}
.date-tab-item:nth-child(3) {
  border-left: solid 1px #ababab;
}
.date-tab{
  display: flex;
  justify-content: flex-start;
}
.link-wrap{
  border-bottom: solid 1px #ababab;
  background-color: #fff;
}
.tab-contents{
  display: none;
}

.tab-contents-active{
  display: block;
  animation: fuwaMenub 0.5s linear 0s;
}
.price-wrap{
  background-color: orange;
  color: white;
  padding: 5px;
}
@keyframes fuwaMenub {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}	

@media screen and (max-width:768px) {
.date-tab-item {
    padding: 5px 0;
  }
}


/* タブ部分ここまで */
.recomend__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px 0;
  margin: 70px auto 0;
  width: 1100px;
}

.recomend__item{
  width: calc(100% / 4 - 10px);
  position: relative;
  margin: 0 5px 50px;
  background-color: #f3f3f3;
  box-shadow: 2px 1px 9px 1px #d5d5d5;
}

.area{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3b9c5f;
  padding: 3px 10px;
  color: #fff;
}

.recomend__item--title{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #36367a;
  padding: 5px 0 20px;
  border-bottom: solid 1px #ababab;
  margin: 0px 5px 0;
}

.recomend__item--text{
  font-size: 13px;
  line-height: 22px;
  padding: 15px 0;
}

.recomend__item--category{
  background-color: #4066b1;
  color: white;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin: 10px 3px 0;
}
.recomend__item--txtbox{
  padding: 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tour-link{
  width: 100%!important;
}
.recomend__item--category-box{
  display: flex;
}

.recomend__item--price-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 10px;
  justify-content: center;
}
/* .recomend__item--price-buttn p{
  color: #610015;
  text-align: center;
  padding: 0 0 5px 0;
} */

.price{
  margin-bottom: 5px;
}
.recomend__item--price-buttn .original {
    color: #610015;
    text-align: center;
    text-decoration: line-through;
    padding: 0 0 5px 0;
    font-size: 13px;
}

.recomend__item--price-buttn .discount{
  color: #c90202;
  text-align: center;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: 900;
}



.recomend__item--price-buttn a{
  background-color: #ed5d4f;
  color: #fff;
  border: solid 1px #ed5d4f;
  padding: 4px 25px;
  border-radius: 5px;
  position: relative;
}

.recomend__item--price-buttn a:hover{
  background-color: #f3f3f3;
  color: #ed5d4f;
  border: solid 1px #ed5d4f;
  padding: 4px 25px;
  border-radius: 5px;
}

.recomend__item--price-wrap .recomend__item--price-buttn.first a:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 150px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  transform: rotate(-90deg);
}

.recomend__item--price-buttn a:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 120px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  transform: rotate(-90deg);
}
.margin-top{
  margin-top: auto;
}


.recomend__item--price-buttn{
  /* margin: 10px; */
  margin: 10px 10px;
}

.redomend__item--txt-price-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
}
figure{
  margin: 0;
}

.btn {
  display: block;
  position: relative;
  background: #db4838;
  color:#fff!important;
  padding: 8px 10px;
  &:before,&:after{
        content:"";
    position:absolute;
    display: block;
    transition: all .3s;
    right: 1.5rem;
    top:50%;
  }
  &:before{
    width:2rem;
    height: 2px;
    background: #fff;
    /* background: #614f38; */
     transform: translateY(-50%) ;
  }
  &:after{
    opacity:0;
    width: 0;
    height:0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  &:hover {
    &:before{
      width:1.5rem;
    }
    &:after {
      opacity:1;
    width: 8px;
    height: 8px;
    }
  }
}


/* お勧めスマホ */
@media screen and (max-width:768px) {
  .recomend__wrapper{
   width: 100%;
  }
  .recomend__item {
    width: 100%;
    margin: 25px 0px 50px;
    min-width: 350px;
  }
  .recomend__wrapper {
    padding: 0 10px 0;
  }
  .recomend__item--price-buttn a {
    padding: 4px 25px;
  }
  .recomend__item--price-buttn a:hover {
    padding: 4px 25px;
  }
}

/*=======================================
	フライトスケジュール
=======================================*/

.flight_ttl {
	margin: 15px auto 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ff6600;
	padding-bottom: 10px;
}
.flight_ttl span {
	font-size: 12px;
	font-weight: normal;
	color: #111;
}
.sche_ttl {
	clear: both;
	padding: 2% 2% 1%;
	font-size: 20px;
	font-weight: bold;
	color: #ff6600;
}
.flight-schedule__discription{
  padding: 30px 15px;
  display: flex;
  background-color: #eee!important;
  margin: 75px 60px 50px;
}

.tableSchedule, .tableSchedule01 {
	width: 96%;
	margin: 0 auto 4%;
	font-size: 12px;
	background: #eee;
}
.tableSchedule li.ttl span, .tableSchedule01 li.ttl span {
	font-size: 95%;
	background: #666;
	color: #FFFFFF;
	height: 29px;
}
.tableSchedule li span, .tableSchedule01 li span {
	background: #eee;
	box-sizing: border-box;
	display: block;
	text-align: center;
	float: left;
	padding: 6px;
	border-left: 1px solid #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tableSchedule01 li span {
	width: 25%;
}
/*.tableSchedule01 li span:first-child{width:28%;}
.tableSchedule01 li span:last-child{width:28%;}*/

.tableSchedule li span {
	width: 33.333%;
	border-bottom: 1px solid #fff;
}
.shedule__image{
  width: 55%;
}
.Schedulebox {
  margin-top: -10px;
  line-height: 1.3;
  padding: 0 30px;
}

#dpt {display:none;}
.sm{ font-size:10px;}

.tableSchedule .all {
	width: 100%;
	background: #781127;
	color: #FFF;
	height: 25px;
}
.tableSchedule01 .fn, .tableSchedule .fn {
	background: #fff5e8;
}
.note {
	margin: 0.5% 2% 7%;
	color: #666666;
	font-size: 85%;
	text-align: right;
}
/* フライトスケジュールタブ部分 */
.flight-info-tabwrap{
  width: 1100px;
  margin: 50px auto;
  border: solid 1px green;
  padding: 50px;
}
.flight-info-content{
  display: none;
}

.flight-info-content a{
  color: #3b9c5f;
  font-weight: 800;
  text-decoration: underline;
}

.flight-info-content .big{
  font-size: 18px;
  font-weight: 800;
  color: #ff6600;
}
.flight-info-content a::after{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../7cimg/o-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 8px;
  z-index: 100;
}

.flight-info-content.show{
  display: block;
}

.flight-info-tab{
  margin-top: 70px;
}
.flight-info-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.flight-info-li.carry::before{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../7cimg/carrybag3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 4px 0px;
}
.flight-info-li.seat::before{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../7cimg/seat3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 4px 0px;
}
.flight-info-li.food::before{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../7cimg/food3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 8px 4px 0px;
}
.flight-info-li{
  border: solid 1px #3b9c5f;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  background-color: #3b9c5f;
}
.flight-info-li.active{
  border: solid 1px #3b9c5f;
  color: #3b9c5f;
  background-color: #fff;
}

.flight-info-content.show{
  animation: fuwaMenu 1s linear 0s;
}
  @keyframes fuwaMenu {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }	


/* スケジュールスマホ */
@media screen and (max-width:768px) {
  .tableSchedule01 li.ttl span {
    font-size: 80%;
    height: 30px;
 }
  .flight-info-tabwrap{
    width: 100%;
    margin: 30px auto;
    padding: 15px;
  }
  .flight-info-li {
    padding: 5px 10px;
  }
  .Schedulebox {
    margin-top: -10px;
    line-height: 1.3;
    padding: 0 0px;
  }
  .flight-schedule{
      padding: 0 0 60px 0;
  }
  .ttl{
    font-size: 14px;
  }
  
  .flight-schedule__discription {
    padding: 30px 20px;
    margin: 60px 0 20px;
  }
  .sche_ttl {
    font-size: 17px;
  }
  .aftercorona__item--wrap {
    flex-wrap: wrap;
  }
  .tableSchedule, .tableSchedule01 {
    width: 100%;
  }
  .flight-schedule__discription {
    flex-wrap: wrap;
  }
  .shedule__image {
    width: 100%;
  }
  
}

/*==================================================
観光情報
===================================*/

.aftercorona{
    background-color: beige!important;
}
.aftercorona__img{
  width: 40%;
}

.aftercorona__title{
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  border-bottom:dashed 1px #ababab ;

}

.aftercorona__item--wrap{
  display: flex;
  justify-content: space-around;
  margin: 85px 0 30px 0;
}

.aftercorona__item{
    padding: 20px;
    width: 60%;
}

.aftercorona__notice{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.aftercorona .title{
  font-weight: 500;
  color: #764d00;
}
.aftercorona .title-head{
  color: #d70a0a;
  margin-right: 5px;  
}

.aftercorona .text-box{
  padding: 15px 0 0 0;
}

.fs-health{
  text-align: center;
  margin: 20px 0 0 0;
}

.fs-health a{
  color: blue;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}

/* 観光情報スマホ */
@media screen and (max-width:768px) {
  .aftercorona__item {
    width: 100%;
  }
  .aftercorona__item--wrap {
    margin: 50px 0 30px 0;
  }
   .aftercorona__img {
    width: 100%;
  }
  .aftercorona__item--wrap.add{
    flex-direction: column-reverse;
  }
}


  /*=======================================
	よくある質問
=======================================*/
.faq {
  background: url("../../7cimg/bk-pat.png");
}
.faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
}
.faq .que {
  height: auto;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  background: #c7e1d4;
  padding: 15px 60px 15px 80px;
  border-radius: 5px;
  overflow: hidden;
}
 .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
}
.faq .que.active::after {
  content: "−";
}
.faq .que span {
  font-weight: 500;
  display: block;
  width: 65px;
  height: 100%;
  text-align: center;
  color: #FFF;
  background: #3b9c5f;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.faq .que:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.faq .ans {
  padding: 20px 60px 20px 40px;
}
 .faq .ans span {
  padding: 15px 15px 15px 15px;
  display: block;
  background-color: #fff;
}
 .faq .ans span.icon {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #d7000f;
  position: absolute;
  top: 13px;
  left: 23px;
}
 .faq .ans a {
text-decoration: underline;
color: rgb(0, 0, 255);
}
 .faq .ans a:hover {
color: #2d4198;
opacity: 1;
transition: 0.3s;
}
.ans{
  position: relative;
}
 @media screen and (max-width:768px) {
  .faq ul{
    margin-top: 80px;
  }
 }

/*==================================================
スライダーのためのcss
===================================*/
.slick-slide {
    height: 600px!important;
}
@media screen and (max-width:768px) {
    .slick-slide {
        height: 400px!important;
    }
    .slider {
      height: 400px!important;
    }
}

.slider {
    position:relative;
      z-index: 1;
      /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
      height: 560px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  /*　背景画像設定　*/
  
  .slider-item01 {
      background:url(../img/uasaipan_mv01_pc.jpg);
  }
  .slider-item02 {
      background:url(../img/uasaipan_mv02_pc.jpg);
  }
  .slider-item03 {
      background:url(../img/uasaipan_mv03_pc.jpg);
  }
  .slider-item04 {
      background:url(../img/uasaipan_mv04_pc.jpg);
  }
  
  .slider-item {
      width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
      height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
      background-repeat: no-repeat;/*背景画像をリピートしない*/
      background-position: center;/*背景画像の位置を中央に*/
      background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
  }
  
  /*矢印の設定*/
  
  .slick-prev, 
  .slick-next {
      position: absolute;
      z-index: 3;
      top: 42%;
      cursor: pointer;/*マウスカーソルを指マークに*/
      outline: none;/*クリックをしたら出てくる枠線を消す*/
      border-top: 2px solid #fff;/*矢印の色*/
      border-right: 2px solid #fff;/*矢印の色*/
      height: 25px;
      width: 25px;
  }
  
  .slick-prev {/*戻る矢印の位置と形状*/
      left:2.5%;
      transform: rotate(-135deg);
  }
  
  .slick-next {/*次へ矢印の位置と形状*/
      right:2.5%;
      transform: rotate(45deg);
  }
  
  /*ドットナビゲーションの設定*/
  
  .slick-dots {
      position: relative;
      z-index: 3;
      text-align:center;
      margin:-50px 0 0 0;/*ドットの位置*/
  }
  
  .slick-dots li {
      display:inline-block;
      margin:0 5px;
  }
  
  .slick-dots button {
      color: transparent;
      outline: none;
      width:8px;/*ドットボタンのサイズ*/
      height:8px;/*ドットボタンのサイズ*/
      display:block;
      border-radius:50%;
      background:#fff;/*ドットボタンの色*/
  }
  
  .slick-dots .slick-active button{
      background:#333;/*ドットボタンの現在地表示の色*/
  }

/*ふわっと表示*/

.offs .effect {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}
.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease；;
}

/*以下、遅延の設定*/
.ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.ons .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.ons .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.ons .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}