@charset "UTF-8";

/* ページ設定 */

[data-element-id] #kobe, [data-element-id] #nagoya, [data-element-id] #ibaragi {
    display: block !important;
    border: solid 4px purple;
}

[data-element-id] #kobe:before, [data-element-id] #nagoya:before, [data-element-id] #ibaragi:before {
    display: block;
    content: "";
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: purple;
    padding: 5px;
    text-align: center;
}

[data-element-id] #kobe:before {
    content: "神戸";
}

[data-element-id] #nagoya:before {
    content: "名古屋";
}

[data-element-id] #ibaragi:before {
    content: "茨城";
}

.skymarkWrap .mainWrap {
    color: #333;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

@media (max-width: 599px) {
    .skymarkWrap .mainWrap {
        font-size: 14px;
    }
}

.search {
    padding: 16px 0px;
    background: #444;
    font-size: 17px;
    font-family: "メイリオ", "Meiryo", sans-serif;
}

.search .left {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}

.search .right select {
    width: 300px;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
}

.searchWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 599px) {
    .search {
        padding: 5px 13px;
    }

    .search .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 15px;
    }

    .search .right {
        width: 100%;
    }

    .search .right select {
        width: 100%;
        max-width: 300px;
    }

    .searchWrapper {
        display: block;
    }
}

.skymarkMv {
    position: relative;
}

.skymarkMvContent {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

[data-element-id] .skymarkMvContent {
    position: static;
    transform: inherit;
}

.skymarkMvContent .head {
    font-size: 20px;
    z-index: 10;
    background-color: #eaaa00;
    color: #001871;
    padding: 20px;
    font-weight: bold;
    width: 140px;
    margin: auto;
    line-height: 1.2;
    position: relative;
}
.renual .skymarkMvContent .head {
  width: 250px;
  text-align: center;
}

.skymarkMvContent .catch-copy {
    padding: 36px 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 700;
    margin-top: -20px;
    position: relative;
    z-index: 9;
}

.skymarkMvContent .catch-copy .above {
    font-size: 28px;
    display: block;
    text-decoration: underline;
    margin-bottom: 30px;
}

.skymarkMvContent .catch-copy .bottom {
    display: block;
    font-size: 40px;
    color: #001871;
    line-height: 1.2;
}

.skymarkMvContent .skymarkLogo {
    width: 250px;
    margin: auto;
    margin-top: -55px;
    position: relative;
    z-index: 10;
}

.skymarkMvContent .airplaneImg {
    width: 500px;
    max-width: 100%;
    margin: auto;
    margin-top: -50px;
    padding-left: 80px;
}

@media (max-width: 599px) {
    .skymarkMvContent .head {
        width: 130px;
        font-size: 18px;
    }

    .skymarkMvContent .catch-copy {
        padding: 21px 0 36px;
    }

    .skymarkMvContent .catch-copy .above {
        font-size: 20px;
        padding-top: 10px;
    }

    .skymarkMvContent .catch-copy .bottom {
        font-size: 30px;
    }

    .skymarkMvContent .skymarkLogo {
        width: 150px;
        margin-top: -30px;
    }

    .skymarkMvContent .airplaneImg {
        width: 340px;
        margin-top: -35px;
        padding-left: 40px;
    }

    .sliderWrap {
        height: 500px;
    }
}

.sliderWrap {
    overflow: hidden;
}

.slider {
    /* background: url(/import/tenant_1/www.wbf.co.jp/special/skymark/img/bg_top.webp) repeat-x; */
    height: 800px;
    width: 3840px;
    -webkit-animation: slide 60s 0s linear infinite;
    animation: slide 60s 0s linear infinite;
}

[data-element-id] .slider {
    height: auto;
    border: 5px solid green;
    animation: none;
    max-width: 95%;
    margin: 40px auto 0;
}

[data-element-id] .slider:before {
    display: block;
    content: "MVスライダー";
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: green;
    margin-bottom: 10px;
    text-align: center;
}

@-webkit-keyframes slide {
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes slide {
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 599px) {
    .slider {
      width: 1500px;
      height: 500px;
    }
}

.skymarkIntro .introTtl {
    font-size: 24px;
    font-family: tbcinergothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 40px 0;
    letter-spacing: 5px;
    text-align: center;
}

.skymarkIntro .introTxt {
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .skymarkIntro .introTtl {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .skymarkIntro .introTtl {
        margin-bottom: 0;
    }
}

.skymarkNavList {
    margin: 40px 0;
    background-color: #d3e7f7;
    width: 100%;
}
.skymarkNavList ul{
  margin-right: auto;
  margin-left: auto;
}

.introItems {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.introItem {
    text-align: center;
    margin-top: -20px;
    position: relative;
}

.introItemLink {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px 22px;
    line-height: 1.2;
    background-color: #001871;
    width: 100%;
    height: 100%;
}

.introItemLink:hover {
    color: #fff;
}

.introItemLink .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .introItemLink {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .skymarkNavList {
        padding: 10px 0 5px;
    }

    .introItems {
        width: 80%;
    }

    .introItem {
        width: 100%;
        margin: 0 0 5px;
    }

    .introItemLink {
        font-size: 14px;
        padding: 10px 0;
    }

    .introItemLink .arrow {
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.content-01 .skymarkMeasureTxt {
    padding: 0 16px;
}

.skymarkMeasureTtl {
    font-size: 24px;
    font-family: tbcinergothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    text-align: center;
    color: #001871;
    position: relative;
    padding-bottom: 15px;
}

.skymarkMeasureTtl::after {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #001871;
    border-radius: 3px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50px);
}

.skymarkMeasureItem .bg-b {
    background-color: #d3e7f7;
    padding: 50px 30px;
}

.skymarkMeasureItem .list dt {
    color: #001871;
    padding: 5px 0;
    font-size: 19px;
    font-weight: 700;
}

.skymarkMeasureItem .list dd {
    line-height: 1.5em;
    margin-bottom: 30px;
}

.skymarkMeasureItem .list a{
  color: #1D7DBE;
  display: block;
}

.skymarkMeasureItem .pic {
    position: relative;
}

.skymarkMeasureItem .pic .uk-slidenav-position {
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}

.skymarkMeasureItem .pic .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: relative;
}

.skymarkMeasureItem .pic .uk-slideshow:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.skymarkMeasureItem .pic .uk-slideshow li {
    height: 100% !important;
}

.skymarkMeasureItem .pic .uk-slideshow .uk-flex {
    height: 100%;
}

.skymarkMeasureItem .pic .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.skymarkMeasureItem .uk-dotnav li a {
    width: 11px;
    height: 11px;
}

.accordion {
    background-color: #3f5299;
    position: relative;
}

.accordion::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.accordion.active::after {
    content: "\f106";
}

.accordion .label {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    color: #001871;
    background-color: #fff;
    padding: 0 2px;
}

.timeSchedule {
    display: none;
}

.recommendSlide {
    overflow: hidden;
    /*スライダー入れたら外す*/
    position: relative;
    z-index: 0;
}

.recommendSlide > .uk-slidenav-position {
    position: relative;
}

.recommendSlide .uk-slideshow {
    height: auto !important;
}

.recommendSlide .uk-slideshow:after {
    display: block;
    content: "";
    padding-top: 60%;
}

.recommendSlide > .uk-slidenav-position > .uk-slideshow > li {
    height: 100% !important;
}

.recommendSlide > .uk-slidenav-position > .uk-slideshow > li > div {
    height: 100%;
}

.recommendSlide > .uk-slidenav-position > .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.recommendSlide .uk-slider {
    min-height: auto !important;
    margin-left: -5px;
    height: 120px !important;
}

.recommendSlide .uk-slider > li {
    height: 100%;
    padding-left: 5px;
    position: static;
}

.recommendSlide .uk-slider > li > div {
    height: 100%;
}

.recommendSlide .uk-slider > li > div > img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media (max-width: 1024px) {
    .recommendSlide .uk-slider {
        height: 70px !important
    }
}

@media (max-width: 599px) {
    .content-01 .inner {
        width: 100%;
    }

    .skymarkMeasureTtl {
        font-size: 20px;
    }

    .skymarkMeasureItem .bg-b {
        padding: 50px 16px;
    }

    .skymarkMeasureItem .right .list dt {
        text-align: center;
    }
    
    .recommendSlide .uk-slider {
        height: 80px !important
    }
    
    .recommendSlide .uk-slider > li {
        width: calc(100% / 3);
    }
}

.skymarkMeasure.content-02 {
    /*background-color: #efefef;*/
    padding: 60px 0;
}

.scheduleHeadItem {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-bottom: solid 2px #001871;
    color: #001871;
    padding-bottom: 5px;
}

.scheduleHead,
.schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.schedule {
    margin: 20px 0;
}

.scheduleHeadItem,
.outward,
.return {
    width: 48%;
}

.outward .place {
    text-align: center;
    color: #001871;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #001871;
}

.accordion {
    background-color: #3f5299;
    color: #fff;
    padding: 7px 40px;
    text-align: center;
}

.accordion:hover {
    cursor: pointer;
}

.timeSchedule table {
    width: 100%;
    border-collapse: collapse;
}

.timeSchedule table tr:first-child td {
    background-color: #d3e7f7;
}

.timeSchedule table tr td {
    width: 33.3333333333%;
    text-align: center;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    background-color: #fff;
    padding: 7px 20px;
}

.attention {
    text-align: right;
    font-size: 12px;
}

@media (max-width: 599px) {
    .skymarkMeasure.content-02 {
        padding: 30px 0;
    }

    .scheduleHead,
    .schedule {
        display: block;
    }

    .scheduleHead {
        display: none;
    }

    .schedule {
        margin: 10px 0;
    }

    .scheduleHeadItem,
    .outward,
    .return {
        width: 100%;
    }

    .outward .accordion {
        margin-top: 10px;
    }

    .return .accordion {
        margin-top: 10px;
    }

    .attention {
        text-align: left;
    }
}

.skymarkMeasureItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.skymarkMeasureItems .left,
.skymarkMeasureItems .right {
    width: 48%;
    padding: 20px 30px;
    background: #d3e7f7;
    margin-bottom: 30px;
}

.recommendHead {
    text-align: center;
}

.recommendHeadPlace {
    font-size: 19px;
    font-weight: 700;
    background-color: #00188e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: 103px;
    text-align: center;
    margin: auto;
}

.recommendHeadTtl {
    font-size: 22px;
    color: #001871;
    font-family: tbcinergothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 20px 0;
}

.recommendTtl {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
}

.recommendTxt {
    font-size: 17px;
    line-height: 1.6;
}

.linkBox {
    background-color: #d3e7f7;
    padding: 10px;
}

.linkWrap {
    width: 90%;
    margin: auto;
    text-align: center;
}

.linkWrap a {
    background-color: #eaaa00;
    color: #001871;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 1.5px 0;
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
}

.renual .linkWrap a{
  background: none;
}
.renual .linkWrap a .dep{
  background-color: #eaaa00;
  display: block;
  padding: 5px;
}
.renual .linkWrap a .detail{
  font-size: 13px;
}
.renual .linkWrap a .info{
   font-size: 13px;
}

.yen_parent,
.yen_wrap {
    color: #da2d41;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1024px) {
    .linkWrap a {
        font-size: 18px;
    }

    .yen_parent,
    .yen_wrap {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .skymarkMeasureItems {
        display: block;
    }

    .skymarkMeasureItems .left,
    .skymarkMeasureItems .right {
        width: 100%;
        padding: 10px 15px 20px;
        margin-bottom: 30px;
    }

    .recommendHeadPlace {
        font-size: 15px;
    }

    .recommendHeadTtl {
        font-size: 18px;
    }

    .recommendTtl {
        font-size: 18px;
        margin: 15px;
    }

    .recommendTxt {
        font-size: 14px;
    }

    .linkWrap a {
        font-size: 18px;
    }

    .yen_parent,
    .yen_wrap {
        font-size: 30px;
    }
}

.content-04,.content-06 {
    background-color: #efefef;
    padding: 60px 0;
}

.tabWrap .tabBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.tabWrap .tabBtn ul li {
    flex: 1;
    color: #001871;
    font-weight: bold;
    display: block;
    padding: 15px 0;
    text-align: center;
    position: relative;
    background-color: #fff;
    border: solid 2px #001871;
    border-right: solid 1px #001871;
    border-left: solid 1px #001871;
    cursor: pointer;
}
.tabWrap .tabBtn ul li span{
  font-size: 14px;
}
.tabWrap .tabBtn ul li:first-child {
    border-left: solid 2px #001871;
    border-radius: 30px 0 0 30px;
}

.tabWrap .tabBtn ul li:last-child {
    border-right: solid 2px #001871;
    border-radius: 0 30px 30px 0;
}

.tabWrap .tabBtn ul li.active {
    background-color: #3f5299;
    cursor: auto;
    color: #fff;
}

.tabWrap .tabBtn ul li .arrow {
    margin-right: 10px;
}

.destinationHead {
    width: 100%;
    background-color: #3f5299;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.destinationTtl {
    font-size: 20px;
    font-family: tbcinergothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0 20px 0;
    letter-spacing: 2px;
    text-align: center;
    color: #001871;
    position: relative;
}

.destinationTxt {
    font-size: 17px;
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    .content-04 {
        padding: 30px 0;
    }

    .tabWrap .tabBtn ul li {
        font-size: 15px;
    }

    .tabWrap .tabBtn ul li .arrow {
        display: none;
    }

    .destinationTxt {
        font-size: 14px;
    }

    .searchBox {
        padding: 20px 15px;
    }
    .tabWrap .tabBtn ul li span{
      font-size: 12px;
  }
}

.skymarkMeasure.content-05 .tabWrap .tabBtn ul li {
    width: 100%;
}

.searchBox {
    width: 100%;
    background: #d3e7f7;
    padding: 20px 30px;
    margin: 30px 0 20px 0;
}

.searchInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.searchInner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.searchInner dl dt {
    font-size: 15px;
    font-weight: 700;
}

.searchInner dl dd {
    font-size: 14px;
}

.searchInner dl dd select,
.searchInner dl dd input {
    width: 100%;
    border: 2px solid #2e4082;
    border-radius: 5px;
    padding: 2px 0 2px 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 30px;
    height: 30px;
}

.searchInner dl:first-child {
    width: 35%;
}

.searchInner dl:first-child dt {
    width: 25%;
}

.searchInner dl:first-child dd {
    width: 70%;
}

.searchInner dl:not(:first-child) {
    width: 22%;
}

.searchInner dl:not(:first-child) dt {
    width: 30%;
}

.searchInner dl:not(:first-child) dd {
    width: 55%;
    margin: 0 10px;
}

.searchInner.bottom dl:last-child {
    width: 30%;
}

.searchInner.bottom dl:last-child dt {
    width: 45%;
}

.searchInner.bottom dl:last-child dd {
    width: 35%;
    margin: 0 10px;
}

::-moz-placeholder {
    font-family: system-ui;
    font-size: 11px;
}

:-ms-input-placeholder {
    font-family: system-ui;
    font-size: 11px;
}

::-webkit-input-placeholder {
    font-family: system-ui;
    font-size: 11px;
}

::-ms-input-placeholder {
    font-family: system-ui;
    font-size: 11px;
}

::placeholder {
    font-family: system-ui;
    font-size: 11px;
}

.btn {
    text-align: center;
}

.btn input[type="submit"] {
    background: #001871 url(/import/tenant_1/www.wbf.co.jp/oka/special/img/search_ico.png) no-repeat 95% center;
    background-size: 10%;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 0 20px;
    width: 21%;
    height: 40px;
    border-radius: 2px;
    background-color: #eaaa00;
    color: #001871;
    font-weight: bold;
}

form.ticketHotel {
    width: 100%;
    background: #d3e7f7;
    padding: 20px 30px;
    margin: 30px 0 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dp--w30 {
    width: 30%;
}

.dp--w100 {
    width: 100%;
}

.dp--w50 {
    width: calc(50% - 20px);
}

.ticketHotelLabel,
label[name="date"] {
    text-align: left;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    height: 50px;
    background: url(/import/tenant_1/www.wbf.co.jp/module/kokunai-top/images/2020/btn_arrow2.png) no-repeat 95% center;
    background-size: 20px auto;
}

.ticketHotelLabel::before,
label[name="date"]::before {
    top: 8px;
    left: 10px;
    display: block;
    position: absolute;
    font-size: 12px;
    pointer-events: none;
    color: #666;
}

.dp__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    margin: 0;
    border: 0;
    background: #fff !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 18px 30px 0 10px;
    border-radius: 0;
}

.dp--w50 {
    width: calc(50% - 20px);
}

.dp--w70 {
    width: calc(70% - 20px);
}

.dp--w3 {
    width: calc(33.3333333333% - 20px);
}

.dp--w15 {
    width: 15%;
}

.dp__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    margin: 0;
    border: 0;
    background: #fff !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 18px 30px 0 10px;
}

.dp--w45 {
    width: 45%;
}

.ticketHotelLabel2 {
    top: 8px;
    left: 10px;
    display: block;
    position: absolute;
    font-size: 12px;
    pointer-events: none;
    color: #666;
    width: 100%;
    font-weight: normal;
}

.content-wrap .dp__select p {
    text-align: left;
    font-size: 13px;
    line-height: 1;
    margin-top: 5px;
}

.dp--w50_c {
    width: 50%;
    margin: 20px auto;
}

.dp--w50 {
    width: calc(50% - 20px);
}

.ticketHotelLabel[name="tbpndep"]::before {
    content: "出発空港（往路）";
}

.ticketHotelLabel[name="tbpnarr"]::before {
    content: "到着空港（往路）";
}

label[name="date"]::before {
    content: "日程";
}

.ticketHotelLabel[name="tbpn_adt"]::before {
    content: "大人";
}

.ticketHotelLabel.mddArea::before {
    content: "中エリア";
}

.ticketHotelLabel.smlArea::before {
    content: "小エリア";
}

label.addon {
    display: block;
    width: fit-content;
    text-align: center;
    padding: 0 0 5px;
    margin: auto;
    font-size: 16px;
}

.searchBtn {
    margin: 0 auto;
    width: 40%;
}

.dp__btn {
    background: #e9aa01;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    font-size: 110%;
    border: 2px solid #fff;
    margin: 10px auto;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .searchInner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .searchInner dl {
        width: 48% !important;
        margin-bottom: 15px;
    }

    .searchInner dl:first-child dd {
        width: 55%;
        margin: 0 10px;
    }

    .searchInner dl:not(:first-child) dt {
        width: 25%;
    }

    .dp--w30 {
        width: 100%;
    }

    .dp--w50 {
        width: 48% !important;
    }

    .dp--w70 {
        width: 100%;
        margin: 10px 0;
    }

    .dp--w3 {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    .dp--w15 {
        width: 110px !important;
    }

    .dp--w45 {
        width: calc(100% - 120px) !important;
    }

    .dp--w50_c {
        width: 100%;
        margin: 0;
    }

    .dp--w50 {
        width: 48% !important;
    }

    label.addon {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .searchBox {
        padding: 20px 15px;
    }

    .searchInner dl {
        display: block;
    }

    .searchInner dl dd {
        font-size: 11px;
    }

    .searchInner dl:first-child dt {
        width: 95%;
    }

    .searchInner dl:first-child dd {
        width: 95%;
        margin: 0;
    }

    .searchInner dl:not(:first-child) dt {
        width: 95%;
    }

    .searchInner dl:not(:first-child) dd {
        width: 95%;
        margin: 0;
    }

    .searchInner.bottom dl:last-child dt {
        width: 100%;
    }

    .searchInner.bottom dl:last-child dd {
        width: 100%;
        margin: 0;
    }

    .btn input[type="submit"] {
        width: 280px;
    }

    form.ticketHotel {
        padding: 20px 15px;
    }

    label.addon {
        text-align: left;
    }

    .searchBtn {
        width: 100%;
    }
}
.content-06 .pointBox{
  padding: 10px;
}
.content-06 .pointBox_inner{
  background-color: #FFF;
}
.content-06 .pointBox h4{
    background-color: #3f5299;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
.content-06 .pointBox .txt{
  padding: 15px;
}
.content-06 .pointBox img{
  width: 80%;
  margin: 0 auto;
}

.destinationImg{
  position: relative;
}
.destinationImg .airport{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #3d7fbe;
  color: #FFF;
  text-align: center;
  padding: 5px;
}
