@charset "utf-8";

.str-contents{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size:16px;
  line-height:1.6;
  position: relative;
}

.str-contents .innerWrap{
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.str-contents .font-pink{
  color: #da5983;
}
/*============================
.mainVisualContents
============================*/
.mainVisualContents {
  position: relative;
/*  margin-top: 50px;*/
/*  border-bottom: 3px solid #196fb9;*/
}
.mainVisualContents .innerWrap{
  position: relative;
  text-align: center;
  width: 1000px;
  height: 429px;
  margin: 0 auto;
  padding-bottom: 0;
}
.mainVisualContents .innerWrap .hdg_main{
  position: absolute;
  width: 975px;
  top:10px;
  left:0;
  right: 0;
  margin:0 auto;
}
.mainVisualContents .hdg_main img{
  width: 100%;
}

.mainVisualContents .tab * {
  box-sizing: border-box;
}
.mainVisualContents .tab{
  position: absolute;
/*  width: 1114px;*/
  left:0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*  -webkit-box-align: end;*/
/*  -ms-flex-align: end;*/
/*  align-items: flex-end;*/
}

.mainVisualContents .tab > .tab-air,
.mainVisualContents .tab > .tab-dp{
 text-align: center;
 vertical-align: middle;
 font-size: 32px;
 width: 494px;
 height: 70px;
 box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background: #eff8ff;
  color: #196fb9;
  line-height: 70px;
}
.mainVisualContents .tab > .tab-dp{
  line-height: 1.2;
}
.mainVisualContents .tab > div a{
  display: block;
  background:#fff;
  border-radius: 10px 10px 0 0;
  color: #196FB9;
/*  padding: 10px 0 5px;*/
  border-bottom: none;
  font-weight: bold;
  text-decoration: none;
}
.mainVisualContents .tab > div a:hover{
  background: #fffae5;
}
.mainVisualContents .tab .tab-dp {
  font-size: 20px;
}
.mainVisualContents .tab .tab-dp .logo_airtripplus_01 {
  margin-top: 3px;
}
/*============================
.area_section
============================*/
.area_section[data-section-area="bg-01"]{
  background: #ffedf9;
}
.area_section[data-section-area="bg-02"]{
  background: #fff;
}
.area_section[data-section-area="bg-03"]{
  background: #50a2d2;
}
.area_section[data-section-area="bg-04"]{
  background: #ecf0f3;
}

.area_section .hdg-03{
  background: #196fb9;
  color: #fff;
  font-size: 32px;
  text-align: center;
  position: relative;
  padding: 13px 0 10px;
  margin-bottom: 60px;
}
.area_section .hdg-03 em{
  color: #fdcf00;
}
.area_section .hdg-03:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -19px;
  border: 19px solid transparent;
  border-top: 19px solid #196fb9;
}
.area_section .hdg-03 img{
  vertical-align: middle;
}
.area_section .hdg-03 .hdg_service_name {
  font-size: 40px;
}

/*============================
#search_area
============================*/
#search_area{
  padding-top: 50px;
}
#search_area .innerWrap{
  width: 880px;
}
#search_area .reservation_data{
  box-sizing: border-box;
  width: 880px;
  margin:0 auto 30px;
  background: #FFF;
  border:5px solid #196fb9;
  border-radius: 10px;
  padding: 10px 0 10px 40px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
#search_area .reservation_data .ttl{
  font-size: 34px;
  color: #196fb9;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  margin-right: 15px;
  font-weight: bold;
}
#search_area .reservation_data .bg_date{
  background: #000;
  background:linear-gradient(180deg,#4d4d4d 0%,#4d4d4d 50%,#000000 50%,#000000 100%);
  border-radius: 10px;
  color: #FFF;
  font-size: 60px;
  letter-spacing:-3px;
  margin-right: 4px;
  text-align: center;
  height: 70px;
  line-height: 65px;
  display: inline-block;
  width: 80px;
}
#search_area .reservation_data .bg_date:not(:target){ filter: none\9;}

#search_area .reservation_data .text_m,
#search_area .reservation_data .text_d{
  display: inline-block;
  vertical-align: middle;
}
#search_area .reservation_data .text_date-01{
  font-size: 34px;
  color: #000;
  font-weight: bold;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:flex-end;
  margin:0 8px -10px;
}
#search_area .reservation_data .text_date-02{
  font-size: 38px;
  color: #000;
  font-weight: bold;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  margin-left: 10px;
}

/*============================
#area-01
============================*/
#area-01 .txt_box{
  text-align: center;
  line-height: 1.6;
}

/*============================
#area-02
============================*/
#area-02 .col3-box .col-l .img_box{
  margin-bottom: 20px;
}
#area-02 .col3-box .col-l .txt_box h4{
  text-align: center;
  margin-bottom: 20px;
}
#area-02 .col3-box .col-l .txt_box h4 span{
  color: #196fb9;
  font-size: 20px;
  border-bottom: dotted #196fb9;
  display: inline;
  padding: 0 5px 2px;
  position: relative;
}
#area-02 .col3-box .col-l .txt_box h4 span:after{
  content: "";
  position: absolute;
  width: 26px;
  height: 23px;
  background: url("//s.skygate.co.jp/pc/pickup/kto_wari/images/img_star.png") no-repeat;
  top:0;
  right: -35px;
}
/*============================
#area-03
============================*/
#area-03 .innerWrap{
  text-align: center;
  color: #fff;
}
#area-03 .box{
  box-sizing: border-box;
  width: 800px;
  margin:30px auto;
  color: #555;
  background: #fff;
  border-radius: 10px;
  padding:30px 0 25px;
}
#area-03 .box p em{
  color: #50a2d2;
  font-size: 30px;
  font-weight: bold;
}

#area-03 .box p em span{
  background: #50a2d2;
  color: #fff;
  padding: 0 10px;
  margin-top: 10px;
  margin-left: 10px;
}


#area-03 .btn{
  width: 720px;
  margin:0 auto;
}
#area-03 .btn a{
  box-sizing: border-box;
  display: block;
  border:2px solid #fff;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
}

#area-03 .btn a em{
  display: block;
  font-size: 22px;
}
#area-03 .btn a:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 26px;
  background: url("//s.skygate.co.jp/pc/pickup/kto_wari/images/ico_arrow-01.png");
  bottom:0;
  top:0;
  margin: auto 0;
  right: 20px;
}

/* ----------------------------------------------------------------
#area-04
----------------------------------------------------------------- */
#area-04 .list-bullet-01 > li,
#area-04 .list-ordered-01 > li{ margin-bottom: 0; }

/* ----------------------------------------------------------------
#area-05
----------------------------------------------------------------- */
#area-05 .link_group{
  padding:17px 20px;
  background: #fff;
  margin-bottom: 30px;
}
#area-05 .link_group li a{
  display: block;
  text-decoration: none;
  color: #555555;
  position: relative;
  padding: 15px 40px 15px 20px;
}
#area-05 .link_group li > a:after{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("//s.skygate.co.jp/pc/pickup/kto_wari/images/ico_arrow-02.png");
  bottom:0;
  top:0;
  margin: auto 0;
  right: 10px;
}
#area-05 .link_group li > a:hover{
  background: #eff8ff;
  border-radius: 10px;
}

#area-05 .link_group li.link_mail{
  padding-bottom:6px;
  border-bottom: dashed #bdbdbd 1px;
}
#area-05 .link_group li.link_line{
  padding-top: 6px;
}

#area-05 .link_group li dl dt,
#area-05 .link_app dl dt{
  position: relative;
  margin-left: 30px;
  font-size: 18px;
  color: #196fb9;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
#area-05 .link_app dl dt{font-size: 24px;}

#area-05 .link_group li.link_mail dl dt:before{
  content: "";
  position: absolute;
  width: 26px;
  height: 20px;
  background: url("//s.skygate.co.jp/pc/pickup/kto_wari/images/ico_mail.png");
  bottom:0;
  top:0;
  margin: auto 0;
  left: -40px;
}
#area-05 .link_group li.link_line dl dt:before{
  content: "";
  position: absolute;
  width: 28px;
  height: 27px;
  background: url("//s.skygate.co.jp/pc/pickup/kto_wari/images/ico_line.png");
  bottom:0;
  top:0;
  margin: auto 0;
  left: -40px;
}
#area-05 .link_app{
  border:#353535 2px solid;
  border-radius: 5px;
  padding: 20px 0 30px;
  text-align: center;
  background: #fff;
}
#area-05 .link_app dl{
  margin-bottom: 20px;
}
#area-05 .link_app dl dt:before{
  content: "";
  position: absolute;
  width: 27px;
  height: 29px;
  background: url("//s.skygate.co.jp/pc/pickup/kto_wari/images/ico_app.png");
  bottom:0;
  top:0;
  margin: auto 0;
  left: -30px;
}
#area-05 .link_app .app_btn{
  width: 460px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0 auto;
}
/* ----------------------------------------------------------------
#area-06
----------------------------------------------------------------- */
#area-06{
  padding-top: 40px;
}
#area-06 .box{
  border: 2px solid #da5983;
  padding: 15px;
  font-size: 12px;
}

/* .topicPath
----------------------------------------------- */
.topicPath{
  width: 1200px!important;
}

/* .logo
----------------------------------------------- */
.logo_airtripplus_02 {
  position: relative;
  top: -6px;
  left: 7px;
}

.area_spot {
  display: flex;
  justify-content: space-between;
}

.area_spot li {
  width: 30%;
}

.area_spot img {
  border-radius: 10px;
}

.area_spot li h2 {
  border-bottom: solid 5px #196fb9;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.area_air_price {
  text-align: center;
}

.area_air_price .area_section_inner {
  width: 1000px;
  padding: 24px 0;
  margin: 0 auto;
}

.area_air_price h2.hdg_02-01 {
  background: #50A2D2;
  color: #fff;
  font-size: 28px;
  padding: 24px 0;
}

.area_air_price .area_section_inner p {
  text-align: left;
}

.area_air_price .area_section_inner h3.hdg_03 {
  font-size: 24px;
  margin-bottom: 20px;
}

.area_movie_inner {
  width: 1000px;
  margin: 0 auto;
}

 .area_movie_inner .box_movie {
  width: 688px;
  margin: 40px auto 0;
}

.area_movie .area_movie_inner .box_movie {
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 0 8px;
}

.area_movie .area_movie_inner .box_movie .cont_movie {
  aspect-ratio: 16/9;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}

.box_air_item {
  margin-top: 50px;
}

#searchBoxArea {
  margin-bottom: 30px;
}