@charset "UTF-8";
/* CSS Information
============================================
File: access-cmn.scss
Site: Okinawa Story
SCSS: access
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 共通　タイトル
========================================== */
.os-c-title-cmn-sub {
    display: flex;
}
.os-c-title-cmn-sub.u-icon-bef:before {
    margin-right: 1rem;
}

/* セクション　＊マージン管理
========================================== */
.p-access-section:nth-last-child(n+2) {
    margin-bottom: 3rem;
}
.p-access-section > *:nth-last-child(n+2) {
    margin-bottom: 1.5rem;
}
.p-access-section__block {
    padding: 0 5px;
}
.p-access-section__block > *:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-access-section__block--press {
    padding: 0 1rem;
}
@media (min-width: 64.0625em) {
    .p-access-section:nth-last-child(n+2) {
        margin-bottom: 5rem;
    }
    .p-access-section > *:nth-last-child(n+2) {
        margin-bottom: 3rem;
    }
    .p-access-section__block {
        padding: 0 1rem;
    }
    .p-access-section__block > *:nth-last-child(n+2) {
        margin-bottom: 1.5rem;
    }
    .p-access-section__block--press {
        padding: 0 2rem;
    }
}

/* 注意事項
========================================== */
.p-access-matter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.p-access-matter__box-left {
    width: 100%;
    margin-bottom: 1rem;
}
.p-access-matter__box-right {
    width: 100%;
}
.p-access-matter__list {
    font-size: 1.2rem;
    color: #777;
}
.p-access-matter__box-right .os-c-parts-btns-small {
    justify-content: center;
}
@media (min-width: 48em) {
    .p-access-matter__box-left {
        width: calc(100% - 25rem);
        margin-bottom: 0;
    }
    .p-access-matter__box-right {
        width: 25rem;
    }
    .p-access-matter__box-right .os-c-parts-btns-small {
        justify-content: flex-end;
    }
}
@media (min-width: 64.0625em) {
    .p-access-matter__list {
        font-size: 1.4rem;
    }
}

/* 共通インデックス表(枠)
====================================== */
.p-access-index {
    border: 1px solid #006dba;
}
.p-access-index__heading {
    background-color: #def1fc;
    font-size: 1.6rem;
    color: #004ea2;
    padding: 1.5rem;
    font-weight: bold;
}
.p-access-index__inner {
    padding: 1.5rem;
}
@media (min-width: 48em) {
    .p-access-index__heading {
        font-size: 2rem;
        padding: 1.3rem 2rem;
    }
    .p-access-index__inner {
        padding: 2rem;
    }
}

/* 共通インデックス表(リスト)
====================================== */
.p-access-pagelist {
    margin-bottom: 1rem;
}
.p-access-pagelist:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.p-access-pagelist__dt {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.p-access-pagelist__dd {
    font-size: 1.2rem;
}
.p-access-pagelist__span {
    display: inline-block;
    position: relative;
    padding: 0 1rem 0 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.p-access-pagelist__span:after {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.p-access-pagelist__span:last-child:after {
    display: none;
}
.p-access-pagelist--area .p-access-pagelist__span {
    margin-right: 0;
}
.p-access-pagelist--area .p-access-pagelist__span:after {
    display: none;
}
@media (min-width: 37.5em) {
    .p-access-pagelist--area .p-access-pagelist__span {
        margin-right: 1rem;
    }
    .p-access-pagelist--area .p-access-pagelist__span:after {
        display: block;
    }
}
@media (min-width: 48em) {
    .p-access-pagelist__dt {
        font-size: 1.6rem;
    }
    .p-access-pagelist__dd {
        font-size: 1.4rem;
    }
    .p-access-pagelist__span {
        margin-right: 0;
        margin: 0 1rem 1rem 0;
    }
}
@media (min-width: 64.0625em) {
    .p-access-pagelist__dt {
        margin-bottom: 1rem;
        width: 100%;
    }
}

/* MAPイラスト
====================================== */
.p-access-map {
    width: 100%;
}
.p-access-map--border {
    border: solid 1px #ddd;
}
.p-access-map__img {
    width: 100%;
}

/* ルート情報
========================================== */
.p-access-route {
    width: 100%;
}
.p-access-route__unit {
    width: 100%;
    border: solid 1px #006dba;
    margin-bottom: 2rem;
}
.p-access-route__unit > *:nth-last-child(n+2) {
    border-bottom: dashed 1px #006dba;
}
.p-access-route__basis {
    display: flex;
}
.p-access-route__basis-point {
    width: 50%;
    text-align: center;
    padding: 5px;
}
.p-access-route__basis-point--ferry {
    width: 65%;
}
.p-access-route__basis-point-main {
    font-size: 1.6rem;
    font-weight: bold;
}
.p-access-route__basis-point-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.p-access-route__basis-point-sub:before {
    color: #777;
    font-size: 1.2rem;
    margin-right: 4px;
}
.p-access-route__basis-point-inline {
    display: inline-block;
}
.p-access-route__basis-data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 5px;
    background-color: #def1fc;
}
.p-access-route__basis-data--ferry {
    width: 35%;
}
.p-access-route__basis-time {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    color: #006dba;
    font-size: 1.2rem;
}
.p-access-route__basis-time-large {
    padding: 0 3px;
    font-size: 2rem;
    line-height: 1.2;
}
.p-access-route__lands {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.p-access-route__lands-btw {
    padding: 0 5px;
    color: #777;
    font-size: 1.4rem;
}
.p-access-route__lands-rb {
    font-size: 1.4rem;
}
.p-access-route__lands-rt {
    font-weight: normal;
}
.p-access-route__harbor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.p-access-route__harbor-btw {
    padding: 0 1rem;
    color: #777;
    font-size: 1.4rem;
}
.p-access-route__etc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p-access-route__etc-item {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    padding: 5px;
}
.p-access-route__etc-item:nth-last-child(n+2) {
    border-bottom: dashed 1px #006dba;
}
.p-access-route__etc-item-lcc {
    color: #22bcb8;
    font-weight: bold;
}
@media (min-width: 25.875em) {
    .p-access-route__lands-rb {
        font-size: 1.8rem;
    }
}
@media (min-width: 48em) {
    .p-access-route {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -2rem;
    }
    .p-access-route__unit {
        width: 32.2%;
        margin-right: 1.7%;
    }
    .p-access-route__unit:nth-child(3n) {
        margin-right: 0;
    }
    .p-access-route__basis-time-large {
        font-size: 1.8rem;
    }
    .p-access-route__lands-rb {
        font-size: 1.5rem;
    }
    .p-access-route__etc {
        min-height: 6rem;
    }
}
@media (min-width: 64.0625em) {
    .p-access-route__basis-point, .p-access-route__basis-data, .p-access-route__etc-item {
        padding: 1rem;
    }
    .p-access-route__basis-point-main {
        font-size: 1.8rem;
    }
    .p-access-route__basis-point-sub {
        font-size: 1.4rem;
    }
    .p-access-route__basis-time {
        font-size: 1.4rem;
    }
    .p-access-route__basis-time-large {
        font-size: 2.2rem;
    }
    .p-access-route__lands-rb {
        font-size: 1.8rem;
    }
    .p-access-route__etc-item {
        font-size: 1.2rem;
    }
}

/* アンカーボタン
====================================== */
.p-access-anchor-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.p-access-anchor-btns__unit {
    width: 100%;
    max-width: 43.5rem;
    padding: 4px;
}
.p-access-anchor-btns__unit--clm-monorail {
    max-width: 100%;
}
.p-access-anchor-btns__unit--clm-bus {
    width: 50%;
}
.p-access-anchor-btns__unit--clm-taxi, .p-access-anchor-btns__unit--clm-rental {
    width: 100%;
}
.p-access-anchor-btns__unit-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 1rem 2.5rem;
    background-color: #006dba;
    border-radius: 6px;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: bold;
}
.p-access-anchor-btns__unit-link:before, .p-access-anchor-btns__unit-link:after {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: auto;
}
.p-access-anchor-btns__unit-link:before {
    left: 1rem;
}
.p-access-anchor-btns__unit-link:after {
    right: 1rem;
}
@media (min-width: 37.5em) {
    .p-access-anchor-btns__unit--clm-monorail, .p-access-anchor-btns__unit--clm-bus, .p-access-anchor-btns__unit--clm-taxi, .p-access-anchor-btns__unit--clm-rental {
        width: 33.333333%;
    }
    .p-access-anchor-btns--display-sp-only {
        display: none;
    }
}
@media (min-width: 48em) {
    .p-access-anchor-btns__unit-link {
        font-size: 1.4rem;
    }
}
@media (min-width: 64.0625em) {
    .p-access-anchor-btns__unit-link {
        padding: 1.2rem 3rem;
        font-size: 1.6rem;
    }
}

/* タイトル（+ボーダー）
====================================== */
.p-access-title {
    display: block;
    color: #004ea2;
    font-size: 1.6rem;
    font-weight: bold;
}
.p-access-title--border {
    padding: 5px 0;
    border-bottom: solid 2px #004ea2;
}
@media (min-width: 64.0625em) {
    .p-access-title {
        font-size: 1.8rem;
    }
}

/* タイトル
====================================== */
.p-access-title-sub {
    font-size: 1.6rem;
    font-weight: normal;
    color: #004ea2;
}
.p-access-title-sub__link {
    text-decoration: underline;
}
@media (min-width: 48em) {
    .p-access-title-sub {
        font-size: 1.8rem;
    }
}

/* テキスト
====================================== */
.p-access-text {
    font-size: 1.2rem;
}
.p-access-text__strong {
    font-weight: bold;
}
.p-access-text__link {
    text-decoration: underline;
}
.p-access-text.u-icon-aft:after {
    color: #006dba;
    margin-left: 8px;
}
.p-access-text--clr-red {
    color: #c8161d;
}
@media (min-width: 48em) {
    .p-access-text {
        font-size: 1.4rem;
    }
}

/* リスト
====================================== */
.p-access-list {
    width: 100%;
    counter-reset: number 0;
}
.p-access-list__item {
    display: flex;
}
.p-access-list__item:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-access-list__item--number:before {
    counter-increment: number 1;
    content: counter(number) ".";
    margin-right: 1rem;
}
.p-access-list__marker {
    color: #c8161d;
}

/* SVGマップ管理
====================================== */
/* 離島マップ */
.p-access-map-rito-overflow {
    position: relative;
    background: #fcfcfc;
    overflow-x: scroll;
}
.p-access-map-rito-ratio {
    width: 100rem;
}
.p-access-map-rito-ratio:before {
    padding-top: 44.4%;
}
.p-access-map-rito-btn-swipe {
    position: absolute;
    top: 4rem;
    left: 0;
    z-index: 2;
    width: 10rem;
    height: 8rem;
    background: #006dba;
    border-radius: 0 1rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-access-map-rito-btn-swipe-img {
    width: 7rem;
    animation-name: btn_swipe;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@keyframes btn_swipe {
    0% {
        transform: translate(-5px, 0);
    }
    100% {
        transform: translate(5px, 0);
    }
}
@media (min-width: 48em) {
    .p-access-map-rito-overflow {
        overflow-x: visible;
    }
    .p-access-map-rito-ratio {
        width: 100%;
    }
    .p-access-map-rito-ratio:before {
        padding-top: 43.75%;
    }
    .p-access-map-rito-btn-swipe {
        display: none;
    }
}

/* スケールマップ */
.p-access-map-scale {
    width: 100%;
}
.p-access-map-scale__link {
    position: relative;
    display: block;
}
.p-access-map-scale__figure {
    display: block;
}
.p-access-map-scale__info {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 3;
}
.p-access-map-scale__info-icon {
    font-size: 3rem;
}
/*# sourceMappingURL=access-cmn.css.map */