@charset "UTF-8";
/* CSS Information
============================================
File: calendar.scss
Site: Okinawa Story
SCSS: pages/about/calendar/
============================================= */
/* 変数 インポート
========================================== */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 那覇の平均気温・降水量
====================================== */
.c-craph {
    width: 100%;
    margin: 1.5rem 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 48em) {
    .c-craph {
        overflow-x: visible;
        margin: 4rem 0;
    }
}
.c-craph__inner {
    width: 150%;
}
@media (min-width: 48em) {
    .c-craph__inner {
        width: 100%;
    }
}

/* 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;
    }
}
.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--month {
    width: 8%;
}
.c-table thead .c-table__th--temperature {
    width: 17%;
}
.c-table thead .c-table__th--item {
    width: 31%;
}
.c-table thead .c-table__th--flower {
    width: 16%;
}
.c-table tbody {
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody {
        display: table-row-group;
    }
}
.c-table tbody tr {
    display: block;
}
@media (min-width: 48em) {
    .c-table tbody tr {
        border-bottom: 1px dashed #ccdfef;
        display: table-row;
    }
}
.c-table tbody th {
    background-color: #006dba;
    vertical-align: middle;
    padding: 1rem;
}
@media (min-width: 48em) {
    .c-table tbody th {
        background-color: #def1fc;
        text-align: center;
        border-right: 1px solid #ccdfef;
        padding: 0;
    }
}
.c-table tbody td {
    vertical-align: middle;
    padding: 1.2rem 1.2rem 0;
}
@media (min-width: 48em) {
    .c-table tbody td {
        text-align: center;
        border-right: 1px solid #ccdfef;
        padding: 0;
    }
}
.c-table tbody td:last-child {
    border-right: none;
}
.c-table tbody .c-table__th--month {
    font-size: 1.4rem;
    display: block;
    color: #fff;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__th--month {
        color: #004ea2;
        display: table-cell;
        font-size: 1.6rem;
    }
}
.c-table tbody .c-table__td--temperature {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    background-color: #def1fc;
    padding: 0.5rem 0;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__td--temperature {
        padding: 0;
        font-size: 1.6rem;
        display: table-cell;
        margin-bottom: 0;
        background-color: transparent;
    }
}
.c-table tbody .c-table__td--item {
    font-size: 1.2rem;
    text-align: left;
    display: block;
    margin-bottom: 1rem;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__td--item {
        font-size: 1.4rem;
        padding: 1.5rem 2.5rem;
        display: table-cell;
        margin-bottom: 1rem;
    }
}
.c-table tbody .c-table__td--note {
    font-size: 1.2rem;
    text-align: left;
    display: block;
    padding-bottom: 1.2rem;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__td--note {
        padding-bottom: 0;
        padding: 1.5rem 2rem;
        display: table-cell;
        font-size: 1.4rem;
    }
}
.c-table tbody .c-table__td--flower {
    font-size: 1.2rem;
    text-align: left;
    display: block;
    padding-bottom: 1.2rem;
    border-top: dashed 1px #ccdfef;
    border-bottom: dashed 1px #ccdfef;
}
@media (min-width: 48em) {
    .c-table tbody .c-table__td--flower {
        padding-bottom: 0;
        padding: 1.5rem 2rem;
        display: table-cell;
        font-size: 1.4rem;
    }
}
.c-table__weather {
    font-weight: bold;
}
.c-table__weather i {
    margin-right: 0.5rem;
}
.c-table__weather--red {
    color: #d80007;
    margin-right: 1.5rem;
}
@media (min-width: 48em) {
    .c-table__weather--red {
        display: block;
        margin-right: 0;
    }
}
.c-table__weather--blue {
    color: #006dba;
}
@media (min-width: 48em) {
    .c-table__weather--blue {
        display: block;
    }
}

.c-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-item-box__img {
    width: 22.83%;
    max-width: 100%;
    margin: 0;
}
.c-item-box__text {
    width: 73.333%;
    margin: 0;
}
@media (min-width: 48em) {
    .c-item-box {
        display: block;
    }
    .c-item-box__img {
        width: 100%;
        max-width: 13rem;
        margin: 0 auto;
    }
    .c-item-box__text {
        width: 100%;
        margin-top: 1.5rem;
    }
}

.c-table-flower {
    display: flex;
    justify-content: center;
    max-width: 24rem;
    margin: 0 auto;
}
.c-table-flower__unit {
    width: 50%;
    padding: 0 1rem;
}
.c-table-flower__figure {
    position: relative;
    display: block;
    width: 100%;
    max-width: 8rem;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
}
.c-table-flower__figure:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.c-table-flower__figure-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"; /*IE*/
    object-position: 50%;
    border-radius: 50%;
}
.c-table-flower__caption {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1rem;
}
@media (min-width: 48em) {
    .c-table-flower {
        display: block;
        max-width: 100%;
    }
    .c-table-flower__unit {
        width: 100%;
        padding: 0;
    }
    .c-table-flower__unit:nth-last-child(n+2) {
        margin-bottom: 1rem;
    }
}

/* 全国各都市の気温　テーブル
====================================== */
.p-table-city-record {
    width: 100%;
}
.p-table-city-record__title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #004ea2;
    margin-bottom: 1.5rem;
}
.p-table-city-record__unit {
    width: 100%;
}
.p-table-city-record__unit--display-pc {
    display: none;
}
.p-table-city-record__table {
    width: 100%;
}
.p-table-city-record__th, .p-table-city-record__td {
    padding: 6px;
    border: solid 1px #ccdfef;
    text-align: center;
    font-size: 1.2rem;
}
.p-table-city-record__thead .p-table-city-record__th {
    background: #006dba;
    color: #fff;
}
.p-table-city-record__tbody .p-table-city-record__th {
    background: #def1fc;
    color: #004ea2;
}
.p-table-city-record__icon-ns {
    font-size: 1rem !important;
    margin-left: 4px;
}
@media (min-width: 48em) {
    .p-table-city-record {
        padding: 0 1rem;
    }
    .p-table-city-record__unit--display-pc {
        display: table;
    }
    .p-table-city-record__unit--display-sp {
        display: none;
    }
}
@media (min-width: 64.0625em) {
    .p-table-city-record__title {
        font-size: 1.6rem;
    }
    .p-table-city-record__th, .p-table-city-record__td {
        font-size: 1.4rem;
    }
}

/* キャプション（隠しタイトル）
====================================== */
.c-table__caption {
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #006dba;
    text-align: center;
}
@media (min-width: 48em) {
    .c-table__caption {
        display: none;
    }
}

/* リンクボタン（スモール）
====================================== */
.c-btns-small {
    display: flex;
    margin-top: 1.5rem;
}
.c-btns-small__wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 48rem;
    background: #006dba;
    border-radius: 4px;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem;
    margin: 0 auto;
}
.c-btns-small__wrap.u-icon-aft {
    padding-right: 2.5rem;
}
.c-btns-small__wrap.u-icon-bef {
    padding-left: 2.2rem;
}
.c-btns-small__wrap.u-icon-aft:after {
    position: absolute;
    right: 1rem;
}
.c-btns-small__wrap.u-icon-bef:before {
    position: absolute;
    left: 1rem;
}
@media (min-width: 48em) {
    .c-btns-small {
        justify-content: flex-end;
    }
    .c-btns-small__wrap {
        width: auto;
        max-width: 100%;
        font-size: 1.4rem;
        padding: 1rem 2rem;
        margin: 0;
    }
    .c-btns-small__wrap.u-icon-aft {
        padding: 0.5rem 3rem 0.5rem 1rem;
    }
    .c-btns-small__wrap.u-icon-bef {
        padding: 0.5rem 1rem 0.5rem 2.5rem;
    }
}

/* リンクボタン（スモール）
====================================== */
.p-figuer {
    width: 100%;
    margin: 2rem auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.p-figuer__inner {
    width: 63rem;
}
@media (min-width: 37.5em) {
    .p-figuer {
        overflow-x: visible;
        max-width: 126rem;
    }
    .p-figuer__inner {
        width: 100%;
    }
}
/*# sourceMappingURL=calendar.css.map */