@charset "UTF-8";
/* CSS Information
============================================
File: detail-mahae.scss
Site: Okinawa Story
SCSS: pages
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 共通　ページ内相殺
========================================== */
.os-p-head-cmn {
    margin-bottom: 2rem;
}

/* 詳細ページ（マハエブログ）
** コンテンツ管理
** block/mainUnit
====================================== */
.p-mahaeblog {
    width: 100%;
}
.p-mahaeblog__section:nth-last-child(n+2) {
    margin-bottom: 3rem;
}
.p-mahaeblog__section--width-old {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 25.875em) {
    .p-mahaeblog {
        padding: 0 1rem;
    }
}
@media (min-width: 64.0625em) {
    .p-mahaeblog__section:nth-last-child(n+2) {
        margin-bottom: 5rem;
    }
}

/* 詳細ページ
** 掲載日　※タイトル直下位置
====================================== */
.p-mahaeblog-updete {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #777;
}
@media (min-width: 64.0625em) {
    .p-mahaeblog-updete {
        top: -1rem;
        font-size: 1.4rem;
    }
}

/* 詳細ページ
** 編集エディタエリア（旧エディター投稿記事）
====================================== */
.p-mahaeblog-old-editor {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-mahaeblog-old-editor img {
    width: auto;
    max-width: 100%;
}
@media (min-width: 48em) {
    .p-mahaeblog-old-editor {
        font-size: 1.4rem;
    }
}

/* 詳細ページ
* 表示エリア・カテゴリ・テーマ
========================================== */
.p-mahaeblog-tag {
    width: 100%;
}
.p-mahaeblog-tag__head {
    width: 100%;
    text-align: center;
}
.p-mahaeblog-tag__title {
    position: relative;
    display: inline-block;
    padding: 0 3rem 1.5rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #006dba;
    border-bottom: dashed 1px #006dba;
    cursor: pointer;
}
.p-mahaeblog-tag__title:after {
    position: absolute;
    right: 5px;
    font-family: "FontAwesome";
    content: "\f0d7";
}
.p-mahaeblog-tag__title.is--active:after {
    content: "\f0d8";
}
.p-mahaeblog-tag__wrap {
    display: none;
    width: 100%;
    padding-top: 2rem;
}
.p-mahaeblog-tag__wrap.is--show {
    display: block;
}
.p-mahaeblog-tag__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.p-mahaeblog-tag__content:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-mahaeblog-tag__item {
    width: 7rem;
    padding-top: 5px;
    font-size: 1.2rem;
    color: #808080;
}
.p-mahaeblog-tag__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 7.5rem);
}
.p-mahaeblog-tag__unit {
    width: auto;
    margin: 0 4px 4px 0;
}
.p-mahaeblog-tag__link {
    display: block;
    padding: 4px 1rem;
    font-size: 1.2rem;
    color: #808080 !important;
    border: solid 1px #e4e4e4;
    border-radius: 4px;
}
@media (min-width: 37.5em) {
    .p-mahaeblog-tag__title {
        font-size: 1.6rem;
    }
}
/*# sourceMappingURL=detail-mahaeblog.css.map */