@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
body { min-width: 1280px;}
/*Common*/
.container {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .container {
        width: 1200px;
        position: relative;
    } }

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #333; }

.bold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.visible-xs {
  display: none; }
  @media (max-width: 768px) {
    .visible-xs {
      display: block; } }

.visible-inline-xs {
  display: none; }
  @media (max-width: 767px) {
    .visible-inline-xs {
      display: inline-block; } }

@media (max-width: 768px) {
  .show_pc {
    display: none !important; } }

.show_sp {
display: none; }
@media (max-width: 768px) {
.show_sp {
display: block !important; } }

/* Define color class*/
.color-blue {
  color: #1967AD; }
.color-light-blue {
color: #8ED0E9; }

.color-pink {
  color: #ef4d61; }

.btns {
    background-color: rgba(18, 30, 49, 0.50);
    display: flex;
    flex-direction: row;
    padding: 24px;
    gap: 40px;
    justify-content: center;
    margin-top: -152px;
    z-index: 5;
    position: relative;
}
.btn-big {
    width: 476px;
    height: 105px;
    max-width: 100%;
    border-radius: 16px;
    border-bottom: 4px solid #EAEBF0;
    position: relative;
    background: #FFF url(/airtripplus/images/new/arrow_down.svg) no-repeat;
    background-position: 415px center;
    font-size: 28px;
    font-weight: 900;
    line-height: 100px;
    text-align: left;
    cursor: pointer;
    padding: 0 40px 0 20px;
}
.btn-big.big1::before,
.btn-big.big2::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    height: 84px;
}
.btn-big.big1::before {
    background: url(/airtripplus/images/new/search_check_2.svg) no-repeat;
    background-size: contain;
}
.btn-big.big2::before {
    background: url(/airtripplus/images/new/search_check_1.svg) no-repeat;
    background-size: contain;
}
.btn-big.big1 .balloon {
    display: block;
    position: absolute;
    background: url(/airtripplus/images/new/btn_balloon.png) no-repeat;
    background-size: contain;
    width: 203px;
    height: 43px;
    top: -16px;
    left: 30%;
}

.btn-big:hover {
    border-bottom: 4px solid #FDCF00; }

/* Search box */
.search-content {
    margin: 0;
    padding: 0px 0 40px;
    width: 100%;
    background: #f9f9f9; 
}
  .search-content .container {
    position: relative;
    border-radius: 8px; }
@media (min-width: 768px) {
  .search-content {
    position: relative; } }

@media (max-width: 768px) {
  .search-content {
    background: #1888c8;
    height: auto;
    position: relative;
    display: block;
    padding: 30px 0; }
    .search-content img.bg_search {
      margin: 0; }
    .search-content img.form_searchbox {
      margin: -31px auto 0;
      width: 85%; } }
/* Footer */
.bg-link-footer {
    background: #50A2D2 !important;
    padding: 20px 0;
}
#footer .info-address {
  font-size: 14px;
  letter-spacing: .5px;
  color: #000;
  text-align: center; }
  @media (min-width: 320px) {
    #footer .info-address {
      font-size: 12px;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    #footer .info-address {
      font-size: 14px;
      padding-bottom: 30px;
      margin: 0; } }
#footer #copyright {
  text-align: center;
  color: #fff;
background-color: #1967AD !important; }



/***** Tabs ********/
.kokunai-tour-tabList {
    width: 321px;
    margin-left: 11px;
}
.kokunai-tour-city li {
    width: 240px;
    margin-right: 8px;
}
.kokunai-tour-city li a img {
    width: 100%;
}
.check-box-domtour-02 .check-str {
  width: 105px !important;
  height: 40px !important;
  line-height: 2.5 !important;
}
.check-box-domtour-02 .check-str img {
  max-width: 90px !important;
  max-height: 85% !important;
}
.check-box-domtour-02 .check-str.toggle-checked  {
  background: #b6d7f3 !important;
}
/***** add banners ********/
.bn_wrap {
  background-color: #ecf0f1;
}
.bn_wrap .bn_cont {
  max-width: 970px;
  padding: 10px;
  margin: 0px auto;
  text-align: center;
}
.bn_wrap .bn_cont img {
  width: 100%;
}
/******* 16004 ********/
.jpx img {
  vertical-align: middle;
  width: 26px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  #at-footer {
      font-size: 10px;
      background: #196FB9;
      margin: 0 auto;
      padding: 6px 0 9px 0;
      color: #fff;
      text-align: center;
  }
  .jpx {
      margin: 0 !important;
      padding: 0 !important;
      line-height: inherit !important;
  }
  .jpx img {
    vertical-align: middle;
      width: 26px;
      height: auto;
      margin-right: 7px;
  }
  .visible-xs .copyright {
      background: none;
      font-size: inherit;
      margin-top: 5px;
  }
}
@media (max-width: 420px) {
  .jpx {
      font-size: 10px !important;
  }
}
/*start #46286*/
.blockBanner *,
.main-content *,
.blockStep * {
    font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,SF UI Display,sans-serif !important;
}

.blockBanner {
    position: relative;
    width: 100%;
    background: rgb(127,204,205);
    background: -moz-radial-gradient(circle, rgba(127,204,205,1) 0%, rgba(80,162,210,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(127,204,205,1) 0%, rgba(80,162,210,1) 100%);
    background: radial-gradient(circle, rgba(127,204,205,1) 0%, rgba(80,162,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fcccd",endColorstr="#50a2d2",GradientType=1);
    padding: 0;
    margin: 0;
    text-align: center;
}
.bannerTop {
    position: relative;
}
.bannerTop::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(/airtripplus/images/new/ellip_subtract.svg) no-repeat;
    background-size: contain;
    background-position: left center;
}
.blockStep {
    background: #f9f9f9;
    padding: 40px 0;
}
.blockStep-wrap {
    border-radius: 16px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .1);
    padding: 16px;
}
.blockStep-wrap ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}
.blockStep-wrap ul li {
    font-size: 24px;
    font-weight: 900;
    line-height: 60px;
    position: relative;
    padding: 0 64px 0 14px;
}
.blockStep-wrap ul li::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #1968a4;
    border-style: solid;
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
}
.blockStep-wrap ul li:last-child {
    padding-right: 0;
}
.blockStep-wrap ul li:last-child::after {
    display: none;
}
.blockStep-wrap ul li img {
    margin-right: 24px;
}
.content-wrap {
    position: relative;
    background: linear-gradient(180deg, #F8F8F8 50%, #EBF4F7 100%);

}
.content-wrap::before,
.content-wrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.content-wrap::before {
    background: url(/airtripplus/images/new/ellip_subtract_blue1.svg) no-repeat right top;
    right: 0;
    top: 200px;
}
.content-wrap::after {
    background: url(/airtripplus/images/new/ellip_subtract_blue2.svg) no-repeat left bottom;
    bottom: 180px;
    left: 0;
}
.main-content {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0 80px 0;
    position: relative;
    z-index: 2;
}
.main-content h2 {
    font-size:50px;
    font-weight: 900;
    text-align: center;
    line-height: normal;
    margin-bottom: 24px
  }
  .main-content h2 .big {
    font-size: 60px;
    display: inline-block;
    position: relative;
  }
  .main-content h2 .big::after {
    content: '';
    width: 100%;
    border-bottom: 17px solid #FFE97B;
    display: block;
    bottom: 6px;
    position: absolute;
    z-index: -1;
  }
h2.second {
    margin-top: 80px;
}
.main-content h3 {
    font-size:32px;
    font-weight: 900;
    text-align: center;
    line-height: normal;
    margin-bottom: 40px;
    border-radius: 7px;
    background: #FFE97B;
    padding: 8px 24px
  }
h3.second {
    margin-top: 80px;
}
.main-content ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.main-content ul li {
    width: 33%;
}
.main-content ul li .num {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 24px;
}
.wrap-item {
    position: relative;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .1);
    min-height: 433px;
}
.wrap-item.H572 {
    height: 572px;
}
.wrap-item.H700 {
    height: 700px;
}
.wrap-item .f18 {
    font-size: 18px;
}
.wrap-item .f20 {
    font-size: 20px;
}
.wrap-item .f24,
.discount-more .f24{
    font-size: 24px;
}
.wrap-item img {
    vertical-align: middle;
}
.plane_ico,
.hotel_ico,
.seat_ico,
.calendar_ico,
.clock_ico,
.point_ico,
.rentacar_ico {
    padding: 24px 0 24px 76px;
}
.luggage_ico,
.rentacar_ico {
    padding: 16px 0 8px 76px;
}
.borB .note2,
.rentacar_ico .note2 {
    margin-top: 0;
}

.plane_ico {
    background: url(/airtripplus/images/new/plane_ico.svg) no-repeat left center;
}
.hotel_ico {
    background: url(/airtripplus/images/new/hotel_ico.svg) no-repeat left center;
}
.seat_ico {
    background: url(/airtripplus/images/new/seat_ico.svg) no-repeat left center;
}
.luggage_ico {
    background: url(/airtripplus/images/new/luggage_ico.svg) no-repeat left 16px;
}
.calendar_ico {
    background: url(/airtripplus/images/new/calendar_ico.svg) no-repeat left center;
}
.clock_ico {
    background: url(/airtripplus/images/new/clock_ico.svg) no-repeat left center;
}
.point_ico {
    background: url(/airtripplus/images/new/point_ico.svg) no-repeat left center;
    padding: 24px 0 24px 56px;
}
.rentacar_ico {
    background: url(/airtripplus/images/new/rentacar_ico.svg) no-repeat left 16px;
}
.borB {
    border-bottom: 1px solid #EAEBF0;
}
.lh60 {
    line-height: 60px;
}
.pTB24 {
    padding-top: 24px;
    padding-bottom: 24px;
}
.note1, .note2 {
    margin-top: 24px;
    margin-bottom: 24px;
}
.note3 {
    margin-top: 0;
    margin-bottom: 6px;
}
.note2, .note3 {
    font-weight: normal;
    font-size: 12px;
}
.note2 span {
    background: #196FB9;
    color: #fff;
    display: inline-block;
    padding: 1px 2px;
    border-radius: 2px;
}
.main-content p.f24.text-center {
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBF0;
}
.wrap-item .airlines {
    border: 1px solid #ffe97b;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: -12px;
}
.wrap-item .airlines dt {
    display: block;
    font-size: 12px;
    background: #ffe97B;
    border-radius: 8px 8px 0 0;
    line-height: 24px;
}
.wrap-item .airlines dd {
    padding: 8px;
}
.wrap-item .airlines dd img {
    margin: 4px 4px 0;
}
.wrap-item .charactor {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 238px;
    height: 195px;
}
.wrap-item .charactor.man {
    height: 244px;
    bottom: 27px;
}
.wrap-item .charactor img {
    width: 100%;
    height: auto;
}
.wrap-item .charactor.travel {
    width: 174px;
    height: 109px;
    left: 27%;
}
.wrap-item .f18.pTB24 {
    line-height: 1.6;
}
.wrap-item .peach-info {
    padding: 26px 16px;
    border: 1px solid #EAEBF0;
    border-radius: 16px;
    font-size: 12px;
}
.wrap-item .peach-info ul {
    margin-bottom: 16px;
    gap: 16px;
}
.wrap-item .peach-info ul li:last-child {
    text-align: right;
    width: 80%;
}
.wrap-item .peach-info ul li:last-child span {
    font-size: 16px;
}
.wrap-item .peach-info div span {
    vertical-align: middle;
    display: inline-block;
}
.wrap-item .peach-info div span:first-child {
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    background: #50A2D2;
    color: #fff;
    line-height: 32px;
    margin-right: 8px;
}
.wrap-item .peach-info div span:last-child {
    padding: 5px 8px 5px 24px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    font-size: 14px;
    background: url(/airtripplus/images/new/caban_ico.svg) no-repeat;
    background-position: 8px center;
}
.wrap-item a.link {
    display: block;
    border-radius: 8px;
    border: 1px solid #50A2D2;
    background: #FFF;
    padding: 10px 16px;
    color: #50A2D2;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    margin-bottom: 24px;
    background: url(/airtripplus/images/new/arrow_right.svg) no-repeat 98% center;
}
.wrap-item .qrcode {
    margin-top: 24px;
    border-radius: 8px;
    background: #F8F8F8;
    padding: 8px 8px 8px 24px;
    color: #1967AD;
    text-align: right;
}
.wrap-item .qrcode img {
    width: 82px;
    height: 82px;
    margin-left: 24px;
}
.discount-more {
    background: #fff;
    border-radius: 24px;
    padding: 32px 124px 47px 124px;
    margin-top: 54px;
    margin-bottom: 0;
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .1);
}
.discount-wrap {
    margin-bottom: 24px;
}
.discount-wrap::after,
.discount-wrap::before {
    content: '';
    clear: both;
    display: table;
}
.discount-more .fl-left {
    float: left;
    width: 406px;
    height: 479px;
    background: url("/airtripplus/images/new/bg_chart.png") no-repeat top left;
}
.discount-more .fl-right {
    float: right;
    text-align: left;
    margin-top: -12px;
}
.discount-more .fl-right img {
    width: 247px;
    height: auto;
    margin: 24px 56px;
}
.discount-wrap .fl-right p {
    text-align: left;
    font-weight: 900;
    padding-left: 36px;
    background: url(/airtripplus/images/new/arrow_circle_left.svg) no-repeat left 4px;
}
.discount-wrap .fl-right p:last-child {
    margin-top: 24px;
}
.domsearch-wrapper, .domtour-searchbox-w950, .domtour-search-wrapper {
  /* background: rgba(0, 0, 0, .6) !important; */
}

.title-discount {
    border-radius: 20px;    
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    line-height: 1.2;
    margin-bottom: 17px;
    background: #FFE666;
}

.fl-left-width,
.fl-right-width {
    float: left;
    width: 165px;
    font-size: 16px;
    font-weight: bold;
}

.fl-right-width { margin-left: 59px; }

.tit-class,
.tit-class2 {
    font-size: 16px;
    font-weight: normal;
}

.desc-chart {
    color: #fff;
    padding-top: 64px;
    text-align: center;
}

.desc-chart2 {
    color: #fff;
    text-align: center;
    padding-top: 114px;
}

.price-chart {
    font-size: 20px;
    text-align: center;
    padding-top: 97px;
}

.price-chart-b {
    color: #1565C0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding-top: 93px;
}
.price-chart-b span {
    display: block;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.15;
}

.desc-chart-b {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 82px;
}

.desc-chart-b span {
    display: block;
    letter-spacing: -1px;
}

.price-chart-b-bottom {
    font-size: 20px;
    text-align: center;
    padding-top: 70px;
}

.breadcrum-wrap {
    max-width: 1396px;
    margin: 0 auto;
    font-size: 12px;
    padding: 5px 8px;
}