@charset "UTF-8";
/* CSS Information
============================================
File: access-search.scss
Site: Okinawa Story
SCSS: access
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* フライト検索ボックス
====================================== */
.p-access-search {
    width: 100%;
}

/* フライトセレクト
====================================== */
.p-access-search-flight__select {
    display: block;
    width: 100%;
    height: 5rem;
    border: solid 2px #ddd;
    border-radius: 0.2rem;
    padding: 0 1.8rem 0 1.2rem;
    background: transparent;
    font-size: 1.6rem;
}
.p-access-search-flight__select.no--select {
    display: flex;
    align-items: center;
    cursor: auto;
}
.p-access-search-flight__select.no--select:focus {
    background: #fff !important;
}
.p-access-search-flight__label {
    position: relative;
    display: block;
    width: 100%;
}
.p-access-search-flight__label.u-icon-aft:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: 1rem;
    color: #999;
}
.p-access-search-flight__label.is--error .p-access-search-flight__select {
    border-color: #d80007;
    color: #d80007;
}
.p-access-search-flight__label.is--error:after {
    color: #d80007;
}
.p-access-search-flight__inner {
    display: block;
    margin-bottom: 2rem;
}
.p-access-search-flight__input {
    width: 100%;
}
.p-access-search-flight__error {
    color: #d80007;
    padding: 1.2rem 1.2rem 0;
}
.p-access-search-flight__space {
    position: relative;
    height: 3rem;
}
.p-access-search-flight__space:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    font-family: "FontAwesome";
    content: "\f063";
    font-size: 2rem;
}
.p-access-search-flight__btn {
    margin-top: 1.5rem;
}
.p-access-search-flight__send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #22bcb8;
    color: #fff !important;
    border-radius: 0.6rem;
    padding: 1rem;
}
.p-access-search-flight__send-icon {
    font-size: 1.6rem;
    margin-right: 1rem;
}
.p-access-search-flight__send-text {
    font-size: 1.6rem;
    font-weight: bold;
}
.p-access-search-flight .os-c-parts-list-relation * {
    font-size: 1.2rem;
}
@media (min-width: 37.5em) {
    .p-access-search-flight__inner {
        display: flex;
        align-items: center;
        max-width: 76.8rem;
        margin: 0 auto 2rem;
    }
    .p-access-search-flight__input {
        align-self: start;
        width: calc(50% - 5.5rem);
    }
    .p-access-search-flight__space {
        position: relative;
        height: 100%;
        width: 5rem;
        height: 5rem;
        align-self: start;
    }
    .p-access-search-flight__space:after {
        content: "\f178";
        font-size: 2.6rem;
    }
    .p-access-search-flight__btn {
        align-self: start;
        width: 6rem;
        height: 4.8rem;
        margin-top: 0;
        padding-left: 1rem;
    }
    .p-access-search-flight__send {
        padding: 0;
    }
    .p-access-search-flight__send-icon {
        font-size: 2.5rem;
        margin-right: 0;
    }
    .p-access-search-flight__send-text {
        display: none;
    }
}
@media (min-width: 48em) {
    .p-access-search-flight__select {
        padding: 0 2rem 0 1.5rem;
    }
    .p-access-search-flight__error {
        padding: 1.2rem 1.7rem;
    }
    .p-access-search-flight .os-c-parts-list-relation * {
        font-size: 1.4rem;
    }
}

/* 沖縄へのフェリー
====================================== */
/* 格納ボックス
--------------*/
.p-access-search-storage {
    width: 100%;
    margin-top: 2rem;
}
.p-access-search-storage__bar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.p-access-search-storage__bar:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-family: "FontAwesome";
    content: "\f055";
    color: #006dba !important;
    font-size: 2.4rem;
    font-weight: bold;
}
.p-access-search-storage__bar.is--active:after {
    content: "\f056";
}
.p-access-search-storage__box {
    display: none;
    margin-top: 1rem;
}
.p-access-search-storage__box.is--show {
    display: block;
}
@media (min-width: 48em) {
    .p-access-search-storage {
        margin-top: 3rem;
    }
    .p-access-search-storage__bar:after {
        right: 1.5rem;
    }
}

/* フェリー情報
====================================== */
.p-access-ship-step {
    width: 100%;
    margin-top: 1rem;
}
.p-access-ship-step__unit {
    padding: 1rem;
}
.p-access-ship-step__unit--harbor {
    border: solid 1px #006dba;
}
.p-access-ship-step__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.p-access-ship-step__inner {
    width: 100%;
    text-align: center;
}
.p-access-ship-step__inner:nth-last-child(n+2) {
    margin-bottom: 5px;
}
.p-access-ship-step__unit--progress .p-access-ship-step__inner {
    display: flex;
    justify-content: center;
}
.p-access-ship-step__harbor {
    width: 100%;
    font-size: 1.4rem;
}
.p-access-ship-step__disc {
    width: 100%;
    font-size: 1.2rem;
    color: #777;
}
.p-access-ship-step__disc-item {
    display: inline-block;
}
.p-access-ship-step__progress {
    color: #006dba;
    font-size: 1.4rem;
    order: 2;
}
.p-access-ship-step__line {
    position: relative;
    border-left: dashed 1px #006dba;
    order: 1;
    margin-right: 2rem;
}
.p-access-ship-step__line:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: "FontAwesome";
    font-size: 2.4rem;
    color: #006dba;
    content: "\f0d7";
    line-height: 0;
}
@media (min-width: 37.5em) {
    .p-access-ship-step {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .p-access-ship-step__unit {
        width: 20%;
    }
    .p-access-ship-step__unit--progress .p-access-ship-step__inner {
        display: block;
    }
    .p-access-ship-step__disc-item {
        display: block;
    }
    .p-access-ship-step__progress {
        margin-bottom: 5px;
    }
    .p-access-ship-step__line {
        display: block;
        width: 100%;
        border-top: dashed 1px #006dba;
    }
    .p-access-ship-step__line:after {
        left: auto;
        transform: none;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        margin-top: -1px;
        content: "\f0da";
    }
}
@media (min-width: 48em) {
    .p-access-ship-step__unit {
        width: calc(20% - 1rem);
    }
    .p-access-ship-step__harbor {
        font-size: 1.6rem;
    }
    .p-access-ship-step__progress {
        font-size: 1.6rem;
    }
}
/*# sourceMappingURL=access-search.css.map */