@charset "UTF-8";
/* CSS Information
============================================
File: facility.scss
Site: Okinawa Story
SCSS: pages/about/facility/
============================================= */
/* 変数 インポート
========================================== */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* アンカーリンク
====================================== */
.c-anker {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
@media (min-width: 48em) {
    .c-anker {
        margin-top: 2.4rem;
    }
}
.c-anker li {
    width: 49%;
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .c-anker li {
        width: 24.5%;
    }
}
.c-anker__link {
    font-size: 1.2rem;
    background-color: #006dba;
    color: #fff !important;
    text-align: center;
    border-radius: 0.4rem;
    height: 38px;
    line-height: 38px;
    display: block;
    position: relative;
}
@media (min-width: 48em) {
    .c-anker__link {
        font-size: 1.6rem;
        height: 50px;
        line-height: 50px;
    }
}
.c-anker__link span:after {
    position: absolute;
    top: 0;
    right: 1.5rem;
    display: none;
}
@media (min-width: 64.0625em) {
    .c-anker__link span:after {
        display: block;
    }
}

/* 観光案内所
====================================== */
.c-desc-info {
    margin-top: 1.5rem;
}
@media (min-width: 48em) {
    .c-desc-info {
        display: flex;
        justify-content: space-between;
        margin-top: 2.4rem;
    }
}
.c-desc-info__box {
    border: 1px solid #f0f0f0;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .c-desc-info__box {
        width: 49.127%;
        padding: 2rem;
        margin-bottom: 0;
    }
}
.c-desc-info__img {
    width: 45.063%;
}
.c-desc-info__text {
    width: 51%;
}
.c-desc-info__text--title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
@media (min-width: 48em) {
    .c-desc-info__text--title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}
.c-desc-info__text--title a {
    display: block;
}
.c-desc-info__text--title a:hover {
    color: #22bcb8;
}
.c-desc-info__text--data {
    font-size: 1.2rem;
}
@media (min-width: 48em) {
    .c-desc-info__text--data {
        font-size: 1.4rem;
    }
}
.c-desc-info--single .c-desc-info__box {
    margin: 0;
}
.c-desc-info--single .c-desc-info__box {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}
.c-desc-info--single .c-desc-info__box .c-desc-info__img {
    width: 100%;
    margin-bottom: 1.5rem;
}
.c-desc-info--single .c-desc-info__box .c-desc-info__text {
    width: 100%;
}
.c-desc-info--single .c-desc-info__box .c-desc-info__text--title {
    color: #006dba;
}
.c-desc-info--single .c-desc-info__text-unit:first-child {
    margin-bottom: 1.5rem;
}
@media (min-width: 60.625em) {
    .c-desc-info--single .c-desc-info__box {
        flex-wrap: nowrap;
    }
    .c-desc-info--single .c-desc-info__box .c-desc-info__img {
        width: 20.634%;
    }
    .c-desc-info--single .c-desc-info__box .c-desc-info__text {
        width: 77.5%;
    }
}

/* table
====================================== */
.c-table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccdfef;
    margin: 2rem 0;
    display: block;
}
@media (min-width: 48em) {
    .c-table {
        display: table;
        border-bottom: none;
    }
}
.c-table a {
    text-decoration: underline;
}
.c-table a:hover {
    color: #22bcb8;
}
.c-table a[href="javascript:void(0)"] {
    pointer-events: none !important;
    text-decoration: none !important;
    color: #353535 !important;
}
.c-table thead {
    background-color: #006dba;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    display: none;
}
@media (min-width: 48em) {
    .c-table thead {
        display: table-header-group;
    }
}
.c-table thead th {
    border-right: 1px solid #ccdfef;
    padding: 1.3rem;
    vertical-align: middle;
}
.c-table thead th:last-child {
    border-right: none;
}
.c-table thead .c-table__th--area {
    width: 17%;
}
.c-table thead .c-table__th--name {
    width: 20.43%;
}
.c-table thead .c-table__th--name2 {
    width: 25%;
}
.c-table thead .c-table__th--address {
    width: 49.7%;
}
.c-table thead .c-table__th--address2 {
    width: 45.2%;
}
.c-table thead .c-table__th--info {
    width: 24.5%;
}
.c-table thead .c-table__th--course {
    width: 26%;
}
.c-table thead .c-table__th--contents {
    width: 35.5%;
}
.c-table tbody {
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody {
        border-bottom: 1px solid #ccdfef;
        display: table-row-group;
    }
}
.c-table tbody tr {
    display: block;
    border-bottom: 1px solid #ccdfef;
}
@media (min-width: 48em) {
    .c-table tbody tr {
        display: table-row;
        border-bottom: none;
    }
}
.c-table tbody tr:last-child td:last-child {
    border-bottom: none;
}
@media (min-width: 48em) {
    .c-table tbody tr:last-child td:last-child {
        border-bottom: 1px solid #ccdfef;
    }
}
.c-table tbody th {
    vertical-align: middle;
    text-align: left;
    padding: 1.2rem;
    background-color: #def1fc;
}
.c-table tbody th .d-inline-block {
    display: inline-block;
}
@media (min-width: 48em) {
    .c-table tbody th {
        border-right: 1px solid #ccdfef;
        text-align: center;
    }
}
.c-table tbody td {
    vertical-align: middle;
    padding: 0.5rem 1.2rem 0;
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody td {
        border-bottom: 1px dashed #ccdfef;
        border-right: 1px solid #ccdfef;
        padding: 0;
        display: table-cell;
    }
}
.c-table tbody td:last-child {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0.5rem;
}
@media (min-width: 48em) {
    .c-table tbody td:last-child {
        border-bottom: 1px dashed #ccdfef;
        padding-bottom: 0;
    }
}
.c-table tbody .c-table__th--area {
    color: #004ea2;
    font-size: 1.5rem;
    display: block;
    text-align: center;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__th--area {
        display: table-cell;
        font-size: 1.4rem;
    }
}
.c-table tbody .c-table__th--info {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    padding: 1.2rem;
    border-bottom: 1px dashed #ccdfef;
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__th--info {
        display: table-cell;
        padding: 1.1rem 1rem;
        border-bottom: 1px dashed #ccdfef;
    }
}
@media (min-width: 64.0625em) {
    .c-table tbody .c-table__th--info {
        padding: 1.1rem 2rem;
    }
}
.c-table tbody td {
    font-size: 1.2rem;
}
@media (min-width: 48em) {
    .c-table tbody td {
        font-size: 1.4rem;
        padding: 1.1rem 1rem !important;
    }
}
@media (min-width: 64.0625em) {
    .c-table tbody td {
        padding: 1.1rem 2rem !important;
    }
}
@media (min-width: 48em) {
    .c-table tbody .c-table__td--tel {
        text-align: center;
    }
}
/*# sourceMappingURL=facility.css.map */