@charset "UTF-8";
/* CSS Information
============================================
File: access-trans.scss
Site: Okinawa Story
SCSS: access/trans
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/*  アンカーボタン
====================================== */
.p-access-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
}
.p-access-anchor__unit {
    width: 50%;
    text-align: center;
    border: solid 1px #fff;
}
.p-access-anchor__unit--kokunai, .p-access-anchor__unit--kaigai {
    width: 50%;
}
.p-access-anchor__unit--kokunai:first-child, .p-access-anchor__unit--kaigai:first-child {
    width: 100%;
}
.p-access-anchor__unit-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #006dba;
    color: #fff !important;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
}
.p-access-anchor__unit-link:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
@media (min-width: 30em) {
    .p-access-anchor__unit-link {
        font-size: 1.4rem;
    }
}
@media (min-width: 48em) {
    .p-access-anchor {
        flex-wrap: nowrap;
    }
    .p-access-anchor__unit {
        width: 100%;
    }
    .p-access-anchor__unit--kokunai, .p-access-anchor__unit--kaigai {
        width: 100%;
    }
    .p-access-anchor__unit-link {
        padding: 1rem;
        font-size: 1.2rem;
    }
    .p-access-anchor__unit-link:after {
        right: 5px;
    }
}
@media (min-width: 64.0625em) {
    .p-access-anchor__unit-link {
        padding: 1rem 1.5rem;
        font-size: 1.6rem;
    }
    .p-access-anchor__unit-link:after {
        right: 1rem;
    }
}

/* フェリー情報
====================================== */
.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: "";
    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-trans.css.map */