/* ----------------------------------------------------------------

  00. Clearfix

----------------------------------------------------------------- */

.nav-internal:before,
.tab-container .tab-list-container .tab-list:before,
.nav-internal:after,
.tab-container .tab-list-container .tab-list:after {
    display: table;
    content: '';
}

.nav-internal:after,
.tab-container .tab-list-container .tab-list:after {
    clear: both;
}

/* ----------------------------------------------------------------

  03. Modules

----------------------------------------------------------------- */

/* ----------------------------------------------------------------
    headings
----------------------------------------------------------------- */

/* .hdg-l1
----------------------------------------------- */

/* .hdg-l2-container
----------------------------------------------- */

.hdg-l2-container {
    position: relative;
    margin-top: 60px;
    padding: 0 200px;
    text-align: center;
}

.hdg-l2-container .hdg-sup {
    margin-top: 5px;
}

.hdg-l2-container:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 100%;
    content: '';
}

.hdg-l2-container:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 100%;
    content: '';
}

.hdg-l2-container:before {
    background: url(/element/w_tour/business/images/hdg-01-02.jpg) 50% 50% no-repeat;
}

.hdg-l2-container:after {
    background: url(/element/w_tour/business/images/hdg-01-03.jpg) 50% 50% no-repeat;
}

.hdg-l2-container.appeal {
    min-height: 116px;
}

.hdg-l2-container.tour:before {
    background: url(/element/w_tour/business/images/hdg-02-02.jpg) 50% 50% no-repeat;
}

.hdg-l2-container.tour:after {
    background: url(/element/w_tour/business/images/hdg-02-03.jpg) 50% 50% no-repeat;
}

.hdg-l2-container.agt {
    padding: 0 180px;
}

.hdg-l2-container.agt:before {
    width: 180px;
    background: url(/element/w_tour/business/images/hdg-03-02.jpg) 50% 50% no-repeat;
}

.hdg-l2-container.agt:after {
    width: 180px;
    background: url(/element/w_tour/business/images/hdg-03-03.jpg) 50% 50% no-repeat;
}

/* .hdg-l3
----------------------------------------------- */

.hdg-l3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
}

/* ----------------------------------------------------------------
    paragraph
----------------------------------------------------------------- */

/* .price
----------------------------------------------- */

.price {
    white-space: nowrap;
    color: #ff0101;
}

.price b {
    font-size: 16px;
}

/* .catch
----------------------------------------------- */

.catch {
    text-align: center;
}

/* ----------------------------------------------------------------
    link
----------------------------------------------------------------- */

/* .link
----------------------------------------------- */

.link,
.link-01 {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}

.link:before,
.link-01:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    content: '';
}

.link:before,
.link-01:before {
    border-radius: 2px;
    background-color: #626262;
}

.link:after,
.link-01:after {
    position: absolute;
    display: inline-block;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    content: '';
    border-width: 3px 0 3px 3px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.link:after,
.link-01:after {
    top: 6px;
    left: 5px;
}

.link:active,
.link-01:active,
.link:hover,
.link-01:hover,
.link:focus,
.link-01:focus {
    text-decoration: underline;
}

/* .link-01
----------------------------------------------- */

/* ----------------------------------------------------------------
    nav
----------------------------------------------------------------- */

/* .nav-internal
----------------------------------------------- */

.nav-internal {
    margin-top: 20px;
    text-align: center;
}

.nav-internal>li {
    float: left;
    width: 31.94444%;
    margin-top: 0;
    margin-left: 2.08333%;
}

.nav-internal>li:first-child {
    margin-left: 0;
}

.nav-internal>li a {
    display: block;
}

/* .nav-internal
----------------------------------------------- */

.nav-top-contents {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}

.nav-top-contents:before {
    position: absolute;
    display: inline-block;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    content: '';
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #0b41a1 transparent;
}

.nav-top-contents:before {
    top: .45em;
    left: 0;
}

.nav-top-contents:active,
.nav-top-contents:hover,
.nav-top-contents:focus {
    text-decoration: underline;
}

/* .tab
----------------------------------------------- */

.tab-container {
    margin-top: 30px;
}

.tab-container .tab-list-container {
    position: relative;
    padding-right: 200px;
    border-bottom: 1px solid #b0b0b0;
}

.tab-container .tab-list-container .tab-list {
    text-align: center;
}

.tab-container .tab-list-container .tab-list>li {
    position: relative;
    float: left;
    width: 160px;
    height: 49px;
    margin-left: -1px;
}

.tab-container .tab-list-container .tab-list>li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px;
    text-decoration: none;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #b0b0b0;
    border-radius: 3px 3px 0 0;
    background-color: #eee;
}

.tab-container .tab-list-container .tab-list>li:first-child {
    margin-left: 0;
}

.tab-container .tab-list-container .tab-list>li.line a {
    padding: 14px 5px;
}

.tab-container .tab-list-container .tab-list>li.active {
    height: 50px;
    margin-bottom: -1px;
}

.tab-container .tab-list-container .tab-list>li.active a {
    font-weight: bold;
    color: #333;
    background-color: #fff;
}

.tab-container .tab-list-container .tab-list>li.active.line a {
    padding-bottom: 15px;
}

.tab-container .tab-list-container .tab-more {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.tab-container .tab-item {
    display: none;
}

.tab-container .tab-item.active {
    display: block;
}

.static .tab-container .tab-item {
    display: block;
}

/* ----------------------------------------------------------------
    banner
----------------------------------------------------------------- */

/* .bnr-list
----------------------------------------------- */

.bnr-list {
    font-size: 16px;
    font-weight: bold;
}

.bnr-list>li {
    margin-top: 20px;
}

.bnr-list>li a {
    text-decoration: none;
}

/* ----------------------------------------------------------------
    notice
----------------------------------------------------------------- */

/* .notice-list
----------------------------------------------- */

.notice-list {
    font-size: 12px;
}

.notice-list>li {
    display: table;
    width: 100%;
    margin-top: 5px;
}

.notice-list>li>.mark,
.notice-list>li>.item {
    display: table-cell;
}

.notice-list>li>.mark {
    padding-right: 5px;
    white-space: nowrap;
}

.notice-list>li>.item {
    width: 100%;
}

/* ----------------------------------------------------------------
    form
----------------------------------------------------------------- */

/* .search-filter
----------------------------------------------- */

.search-filter {
    position: relative;
    margin-top: 20px;
    padding: 10px 180px 10px 20px;
    border: 1px solid #b0b0b0;
    background-color: #f7f7f7;
}

.search-filter> :first-child {
    margin-top: 0;
}

.search-filter .search-filter-tbl {
    margin-top: 0;
}

.search-filter .search-filter-tbl th,
.search-filter .search-filter-tbl td {
    padding: 6px 0;
    text-align: left;
    vertical-align: top;
}

.search-filter .search-filter-tbl th {
    font-weight: normal;
    width: 4em;
    padding-right: 10px;
}

.search-filter .search-filter-tbl .departure>.search-filter-list {
    float: left;
    width: 70%;
}

.search-filter .search-filter-tbl .departure .search-filter-more {
    float: right;
    width: 28%;
    margin-top: 0;
    text-align: right;
}

.search-filter .search-filter-list {
    margin-top: 0;
}

.search-filter .search-filter-list>li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 17px;
}

.search-filter .search-filter-list>li input[type='radio'],
.search-filter .search-filter-list>li input[type='checkbox'] {
    position: absolute;
    top: .15em;
    left: 0;
}

.search-filter .search-filter-list>li input[type=radio] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 13px;
    height: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: url(/element/shared/images/icon/icon-form-radio.svg) 0 0 no-repeat;
    cursor: pointer;
}

.search-filter .search-filter-list>li input[type=radio]:checked {
    background-image: url(/element/shared/images/icon/icon-form-radio-on.svg);
}

.search-filter .search-filter-list>li input[type=checkbox] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 13px;
    height: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: url(/element/shared/images/icon/icon-form-checkbox.svg) 0 0 no-repeat;
    cursor: pointer;
}

.search-filter .search-filter-list>li input[type='checkbox']:checked {
    background-image: url(/element/shared/images/icon/icon-form-checkbox-on.svg);
}

.search-filter .search-filter-list>li label {
    cursor: pointer;
}

.search-filter .search-filter-list .search-filter-list {
    display: inline-block;
    margin-left: 5px;
}

.search-filter .search-filter-list .search-filter-list:before {
    content: '\ff08';
}

.search-filter .search-filter-list .search-filter-list:after {
    content: '\ff09';
}

.search-filter .search-filter-list .search-filter-list>li {
    margin: 0 5px;
}

.search-filter .search-filter-date {
    position: relative;
    display: inline-block;
}

.search-filter .search-filter-date input[type='text'] {
    padding: 5px 35px 5px 8px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    height: 34px;
    width: 173px;
    border-radius: 0;
}

.search-filter .search-filter-date img {
    position: absolute;
    right: 8px;
    bottom: 7px;
}

.search-filter .search-filter-btn {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.search-filter .search-filter-btn button {
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 8px 15px 5px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #4491ea;
    background-image: linear-gradient(#4491ea, #2f73cd);
    box-shadow: 0 2px 1px #2c5995;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

/* ----------------------------------------------------------------
    component
----------------------------------------------------------------- */

/* .loading-box
----------------------------------------------- */

.loading-box {
    height: 34px;
    padding: 10px 0;
    color: rgba(51, 51, 51, 0);
    background: url(/element/shared/images/icon/ic_load_l.gif) 50% 50% no-repeat;
    background-size: 34px auto;
}

/* .cmn-loading-spinner-dot
------------------------------------------------- */
.cmn-loading-spinner-dot{
margin:20px auto;
display:block;
width:16px;
height:16px;
overflow:hidden;
position:relative;
background:url(/element/shared/images/icon/icon-loading-spinner-dot.gif) no-repeat 0 0;
background-size:contain;
}

.cmn-loading-spinner-dot > span{
height:0;
overflow:hidden;
position:absolute;
}

/* .cheapest-price-box
----------------------------------------------- */

.cheapest-price-box {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #b0b0b0;
    background-color: #fff;
}

.cheapest-price-box .cheapest-price-hdg-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: center;
    background-color: #000;
}

.cheapest-price-box .cheapest-price-hdg-container .cheapest-price-hdg {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 10px 1px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.cheapest-price-box .cheapest-price-hdg-01 {
    font-size: 14px;
    font-weight: normal;
    padding: 3px 5px;
    background-color: #eee;
}

.cheapest-price-box .cheapest-price-list {
    margin-top: 0;
}

.cheapest-price-box .cheapest-price-list>li {
    padding: 0 5px;
    border-bottom: 1px dotted #b0b0b0;
}

.cheapest-price-box .cheapest-price-list>li a {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
}

.cheapest-price-box .cheapest-price-list>li .cell {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.cheapest-price-box .cheapest-price-list>li .cell:first-child {
    padding-right: 5px;
    text-align: left;
}

.cheapest-price-box .cheapest-price-list>li.blank {
    padding: 5px;
    text-align: center;
}

.cheapest-price-box .cheapest-price-list.branch {
    font-weight: bold;
    margin-bottom: -1px;
}

.cheapest-price-box .cheapest-price-list.branch>li .cell:first-child {
    font-size: 16px;
}

.cheapest-price-box .cheapest-price-list.branch>li .cell:first-child .sup {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.cheapest-price-box .cheapest-price-btn {
    margin: 0 0 -10px;
    text-align: center;
}

.cheapest-price-box .cheapest-price-btn button {
    width: 100%;
    padding: 0;
    color: #0b41a1;
    border: none;
    background-color: transparent;
    background-image: none;
}

.cheapest-price-box .cheapest-price-btn button>span {
    position: relative;
    display: inline-block;
}

.cheapest-price-box .cheapest-price-btn button>span:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 14px;
    height: 14px;
    content: '';
}

.cheapest-price-box .cheapest-price-btn button>span:before {
    border-radius: 3px;
    background-color: #0b41a1;
}

.cheapest-price-box .cheapest-price-btn button>span span {
    position: relative;
    display: inline-block;
    padding: 8px 8px 8px 18px;
}

.cheapest-price-box .cheapest-price-btn button>span span:before {
    position: absolute;
    top: 16px;
    left: 3px;
    display: block;
    overflow: hidden;
    width: 8px;
    height: 2px;
    content: '';
}

.cheapest-price-box .cheapest-price-btn button>span span:before {
    background-color: #fff;
}

.cheapest-price-box .cheapest-price-btn button>span span:after {
    position: absolute;
    top: 13px;
    left: 6px;
    display: block;
    overflow: hidden;
    width: 2px;
    height: 8px;
    content: '';
}

.cheapest-price-box .cheapest-price-btn button>span span:after {
    background-color: #fff;
}

.cheapest-price-box .cheapest-price-btn.active button span:after {
    display: none;
}

.cheapest-price-box .cheapest-price-btn.disabled button>span {
    color: #b8b8b8;
}

.cheapest-price-box .cheapest-price-btn.disabled button>span:before {
    background-color: #b8b8b8;
}

/* .appeal-box
----------------------------------------------- */

.appeal-box {
    margin-top: -30px;
}

.appeal-box .cmn-col {
    margin-top: 30px;
}

/* .page-info
----------------------------------------------- */

.page-info {
    margin-top: 40px;
    border-top: 1px solid #ddd;
}

/* .sns
----------------------------------------------- */

.sns li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.sns li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 935px) {
    .search-filter .search-filter-tbl .departure>.search-filter-list {
        float: none;
        width: auto;
    }
    .search-filter .search-filter-tbl .departure>.search-filter-list>li {
        margin-bottom: 10px;
    }
    .search-filter .search-filter-tbl .departure .search-filter-more {
        float: none;
        width: auto;
        text-align: left;
    }
}

@media screen and (max-width: 915px) {
    .hdg-l2-container {
        margin-top: 30px;
        padding: 0;
    }
    .hdg-l2-container:before,
    .hdg-l2-container:after {
        display: none;
    }
    .hdg-l2-container.appeal {
        min-height: 0;
    }
    .hdg-l2-container.agt {
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    .tab-container .tab-list-container {
        padding-right: 0;
        border-bottom: none;
    }
    .tab-container .tab-list-container .tab-list {
        border-bottom: 1px solid #b0b0b0;
    }
    .tab-container .tab-list-container .tab-list>li {
        width: calc(25% + 1px);
        height: 50px;
    }
    .tab-container .tab-list-container .tab-list>li:first-child {
        width: 25%;
    }
    .tab-container .tab-list-container .tab-list>li a {
        position: static;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 1px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tab-container .tab-list-container .tab-list>li.active {
        margin-bottom: 0;
    }
    .tab-container .tab-list-container .tab-list>li.active:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 1px;
        content: '';
    }
    .tab-container .tab-list-container .tab-list>li.active:before {
        box-sizing: border-box;
        border-width: 0 1px;
        border-style: solid;
        border-color: #b0b0b0;
        background-color: #fff;
    }
    .tab-container .tab-list-container .tab-list>li.active a {
        padding: 5px 1px;
    }
    .tab-container .tab-list-container .tab-list>li.line a {
        padding: 5px 1px;
    }
    .tab-container .tab-list-container .tab-more {
        position: static;
        margin-bottom: -10px;
        text-align: right;
    }
}

@media screen and (max-width: 670px) {
    .search-filter {
        padding: 10px 20px;
    }
    .search-filter .search-filter-btn {
        position: static;
        margin: 5px 0 3px;
        text-align: center;
    }
    .search-filter .search-filter-btn button {
        min-width: 50%;
    }
}

@media screen and (max-width: 550px) {
    .hdg-l1 {
        margin: 0 -10px;
    }
    .hdg-l3 {
        font-size: 16px;
    }
    .catch {
        text-align: left;
    }
    .link-01 {
        font-weight: bold;
        display: block;
        padding: 10px 10px 10px 25px;
        text-align: left;
        color: #333;
        border: 1px solid #b5b5b5;
        border-radius: 3px;
        box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
    }
    .link-01:active,
    .link-01:hover,
    .link-01:focus {
        text-decoration: none;
        color: #333;
    }
    .link-01:before {
        top: 13px;
        left: 10px;
    }
    .link-01:after {
        top: 16px;
        left: 15px;
    }
    .nav-internal {
        margin-top: 10px;
    }
    .bnr-list>li {
        margin-top: 10px;
    }
    .search-filter {
        margin-top: 10px;
        padding: 10px;
    }
    .search-filter .search-filter-tbl .departure>.search-filter-list>li:first-child {
        display: block;
        margin-right: 0;
    }
    .search-filter .search-filter-tbl select {
        width: 100%;
    }
    .search-filter .search-filter-date {
        display: block;
    }
    .search-filter .search-filter-date input[type="text"] {
        width: 100%;
    }
    .search-filter .search-filter-date img {
        right: 10px;
        bottom: 8px;
    }
    .search-filter .search-filter-btn button {
        box-sizing: border-box;
        width: 100%;
    }
    .loading-box {
        height: 24px;
        background-size: 24px auto;
    }
    .appeal-box {
        margin-top: -20px;
    }
    .appeal-box .appeal-box-image {
        text-align: center;
    }
    .sns li {
        margin-left: 5px;
    }
}

@media screen and (max-width: 350px) {
    .tab-container .tab-list-container {
        font-size: 12px;
        letter-spacing: -.05em;
    }
}
