@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');



/* ------------------------------
　display
------------------------------ */
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

/* ------------------------------
　header
------------------------------ */
header {
    background: #000080;
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    header .inner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header h1 img {
        width: 200px;
        height: auto;
    }

    header p img {
        width: 560px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    header h1 {
        text-align: center;
    }

    header h1 img {
        width: 70%;
        height: auto;
    }

    header p {
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    header p img {
        width: 100%;
        height: auto;
    }
}

/* ------------------------------
　main
------------------------------ */
main {
    background: #f5f5f5;
    padding: 30px 0;
}

main article {
    background: #fff;
    padding: 10px 10px 20px 10px;
}

main figure img {
    object-fit: cover !important;
}

main dl {
    margin: 20px 20px 12px 20px;
}

main dl dt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
}

main dl dd {
    color: #999;
    font-size: 12px;
}

main ul.tag {
    display: flex;
    font-size: 12px;
    margin: 10px 20px 2px 20px;
}

main ul.tag li {
    margin-right: 15px;
}

main ul.tag li:last-child {
    margin-right: 0;
}

main ul.tag li::before {
    content: "# ";
    color: #999;
}

main ul a {
    color: #999;
}

main .date {
    color: #999;
    font-size: 12px;
    margin: 0 20px 3px 20px;
}

@media screen and (min-width: 768px) {
    main .inner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    main article {
        width: 400px;
    }

    main figure img {
        width: 400px;
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    main {
        padding: 30px 0 10px 0;
    }

    main .inner {
        padding: 0 20px;
    }

    main article {
        margin-bottom: 20px;
    }

    main figure img {
        width: 100%;
        height: 280px;
    }
}

/* ------------------------------
　layout
------------------------------ */
@media screen and (min-width: 768px) {
    .container {
        width: 1280px;
        margin: 50px auto 100px auto;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .side {
        width: 280px;
    }

    .category {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .summary-idx {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .side {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .container {
        margin: 40px 20px 60px 20px;
    }
}

/* ------------------------------
　ttl
------------------------------ */
.ttl {
    color: #52b1b6;
    border-bottom: solid 1px #bbb;
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 25px;
    padding: 10px 0 13px 0;
    position: relative;
}

.ttl:after {
    border-bottom: solid 3px #52b1b6;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

@media screen and (min-width: 768px) {
    .ttl {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .ttl {
        font-size: 24px;
    }
}

/* ------------------------------
　記事一覧
------------------------------ */
.summary-idx article,
.summary article {
    border-bottom: #ebebeb solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.summary-idx article figure img,
.summary article figure img {
    object-fit: cover !important;
}

.summary-idx dl,
.summary dl {
    margin-bottom: 12px;
}

.summary-idx dl dt,
.summary dl dt {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.summary-idx dl dd,
.summary dl dd {
    color: #999;
    font-size: 12px;
}

.summary-idx ul.tag,
.summary ul.tag {
    display: flex;
    font-size: 12px;
    margin-bottom: 2px;
}

.summary-idx ul.tag li,
.summary ul.tag li {
    margin-right: 15px;
}

.summary-idx ul.tag li:last-child,
.summary ul.tag li:last-child {
    margin-right: 0;
}

.summary-idx ul.tag li::before,
.summary ul.tag li::before {
    content: "# ";
    color: #999;
}

.summary-idx ul a,
.summary ul a {
    color: #999;
}

.summary-idx .date,
.summary .date {
    color: #999;
    font-size: 12px;
    margin-bottom: 3px;
}

ul.pager {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pager li {
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin: 0 5px;
}

ul.pager li a {
    display: block;
    color: #333;
}

ul.pager li.prev,
ul.pager li.next {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: none;
}

ul.pager li.prev {
    margin-right: 10px;
}

ul.pager li.next {
    margin-left: 10px;
}

ul.pager li.current {
    background: #52b1b6;
}

ul.pager li.current a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .summary-idx {
        width: 720px;
    }

    .summary {
        width: 960px;
    }

    .summary-idx article figure img,
    .summary article figure img {
        width: 200px;
        height: 140px;
    }

    .summary-idx dl {
        width: 490px;
    }

    .summary dl {
        width: 730px;
    }
}

@media screen and (max-width: 767px) {

    .summary-idx,
    .summary {
        margin-bottom: 80px;
    }

    .summary-idx article figure,
    .summary article figure {
        width: 95%;
        margin-right: 5%;
    }

    .summary-idx article figure img,
    .summary article figure img {
        width: 100%;
        height: 140px;
    }

    .summary-idx dl,
    .summary dl {
        width: 100%;
    }
}

/* ------------------------------
　カテゴリ
------------------------------ */
.category ul {
    margin-top: -8px;
}

.category ul li {
    border-bottom: #ebebeb solid 1px;
}

.category ul li a {
    display: block;
}

.category ul li:nth-child(1) {
    background: url(../img/ico_01.png) no-repeat;
}

.category ul li:nth-child(2) {
    background: url(../img/ico_02.png) no-repeat;
}

.category ul li:nth-child(3) {
    background: url(../img/ico_03.png) no-repeat;
}

.category ul li:nth-child(4) {
    background: url(../img/ico_04.png) no-repeat;
}

.category ul li:nth-child(5) {
    background: url(../img/ico_05.png) no-repeat;
}

@media screen and (min-width: 768px) {
    .category {
        width: 200px;
    }

    .category ul li {
        padding: 0 10px 0 68px;
        font-size: 14px;
        font-weight: 700;
        line-height: 54px;
        height: 52px;
    }

    .category ul li:nth-child(1) {
        background-size: 32px;
        background-position: left 10px top 10px;
    }

    .category ul li:nth-child(2) {
        background-size: 32px;
        background-position: left 10px top 10px;
    }

    .category ul li:nth-child(3) {
        background-size: 32px;
        background-position: left 10px top 10px;
    }

    .category ul li:nth-child(4) {
        background-size: 32px;
        background-position: left 10px top 10px;
    }

    .category ul li:nth-child(5) {
        background-size: 32px;
        background-position: left 10px top 10px;
    }
}

@media screen and (max-width: 767px) {
    .category {
        margin-bottom: 80px;
    }

    .category ul li {
        padding: 0 10px 0 90px;
        font-size: 20px;
        font-weight: 700;
        line-height: 80px;
        height: 78px;
    }

    .category ul li:nth-child(1) {
        background-size: 48px;
        background-position: left 10px top 15px;
    }

    .category ul li:nth-child(2) {
        background-size: 48px;
        background-position: left 10px top 15px;
    }

    .category ul li:nth-child(3) {
        background-size: 48px;
        background-position: left 10px top 15px;
    }

    .category ul li:nth-child(4) {
        background-size: 48px;
        background-position: left 10px top 15px;
    }

    .category ul li:nth-child(5) {
        background-size: 48px;
        background-position: left 10px top 15px;
    }
}

/* ------------------------------
　エリア一覧
------------------------------ */
.area {
    margin-bottom: 50px;
}

.area dl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .area {
        display: flex;
        flex-wrap: wrap;
    }

    .area dl {
        width: 140px;
    }

    .area img {
        width: 42px;
        height: 42px;
    }

    .area dl dd {
        padding: 0 10px;
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .area {
        margin-bottom: 80px;
    }

    .area dl {
        width: 100%;
    }

    .area dl dd {
        padding: 0 20px;
        font-size: 20px;
        font-weight: 700;
    }

    .area img {
        width: 120px;
        height: 120px;
    }
}

/* ------------------------------
　人気の記事
------------------------------ */
.rank {
    margin-bottom: 50px;
}

.rank article {
    border-bottom: #ebebeb solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}

.rank figure img {
    object-fit: cover;
}

.rank p {
    font-size: 12px;
}

.rank_01,
.rank_02,
.rank_03 {
    position: relative;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.rank figure figcaption {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}

.rank_01 figcaption {
    background: url(../img/bg_rank_01.png) no-repeat;
}

.rank_02 figcaption {
    background: url(../img/bg_rank_02.png) no-repeat;
}

.rank_03 figcaption {
    background: url(../img/bg_rank_03.png) no-repeat;
}

@media screen and (min-width: 768px) {
    .rank figure img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .rank figure figcaption {
        width: 40px;
        height: 40px;
        background-size: 40px;
        font-size: 14px;
        text-indent: 8px;
    }
}

@media screen and (max-width: 767px) {
    .rank p {
        font-size: 14px;
    }

    .rank figure img {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }

    .rank figure figcaption {
        width: 60px;
        height: 60px;
        background-size: 60px;
        font-size: 20px;
        text-indent: 12px;
    }
}

/* ------------------------------
　ピックアップ特集
------------------------------ */
.pickup {
    margin-bottom: 50px;
}

.pickup article {
    border-bottom: #ebebeb solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}

.pickup figure img {
    object-fit: cover;
}

.pickup dl dt {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1.6;
}

.pickup dl dd {
    color: #999;
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .pickup figure img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .pickup dl {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .pickup figure img {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }

    .pickup dl {
        width: 100%;
        overflow: hidden;
    }

    .pickup dl dt {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .pickup dl dd {
        font-size: 12px;
    }
}

/* ------------------------------
　人気オススメタグ
------------------------------ */
ul.recommend {
    background: #f5f5f5;
    padding: 20px 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.recommend li {
    margin-right: 25px;
    font-size: 13px;
    line-height: 2.2;
}

ul.recommend li::before {
    content: "# ";
    color: #999;
}

@media screen and (max-width: 767px) {
    ul.recommend li {
        font-size: 16px;
    }
}

/* ------------------------------
　ボタン
------------------------------ */
.btn {
    border-radius: 5px;
    background: #f5f5f5;
    text-align: center;
    line-height: 1;
}

.btn a {
    display: block;
}

.btn i {
    margin-left: 5px;
    color: #52b1b6;
}

@media screen and (min-width: 768px) .btn {
    font-size: 12px;
}

.btn a {
    padding: 18px;
}
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 16px;
    }

    .btn a {
        padding: 25px;
    }
}

/* ------------------------------
　下層メイン画像
------------------------------ */
.kv {
    background: url(../img/img_kv_01.jpg) no-repeat center;
    background-size: cover;
    height: 240px;
}

@media screen and (max-width: 767px) {
    .kv {
        height: 160px;
    }
}

/* ------------------------------
　タグインデックス
------------------------------ */
.tagidx figure img {
    object-fit: cover !important;
    border-radius: 50%;
}

.tagidx h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.tagidx h2::before {
    content: "# ";
    color: #999;
}

.tagidx p {
    color: #999;
    font-size: 13px;
}

ul.tag-relation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

ul.tag-relation li {
    margin-right: 20px;
}

ul.tag-relation li:last-child {
    margin-right: 0;
}

ul.tag-relation li::before {
    content: "# ";
    color: #999;
}

ul.tag-relation a {
    color: #333;
}

@media screen and (min-width: 768px) {
    .tagidx {
        width: 1280px;
        margin: 50px auto 60px auto;
        display: flex;
        align-items: center;
    }

    .tagidx figure img {
        width: 220px;
        height: 220px;
        margin-right: 50px;
    }

    .tagidx h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .tagidx {
        margin: 30px auto 40px auto;
    }

    .tagidx figure {
        width: 280px;
        height: 280px;
        margin: 0 auto 15px auto;
    }

    .tagidx figure img {
        width: 280px;
        height: 280px;
    }

    .tagidx h2 {
        font-size: 36px;
        text-align: center;
    }

    .tagidx p {
        margin: 0 20px;
    }

    ul.tag-relation li {
        font-size: 16px;
    }
}

/* ------------------------------
　タグ一覧
------------------------------ */
.taglist h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.taglist p {
    color: #999;
    font-size: 13px;
}

.summary-taglist h3 {
    color: #333 !important;
}

.summary-taglist h3::before {
    content: "# ";
    color: #999;
}

.summary-taglist ul {
    margin-bottom: 50px;
}

.summary-taglist ul li {
    line-height: 2.4;
}

.summary-taglist ul li:last-child {
    margin-right: 0;
}

.summary-taglist ul li::before {
    content: "# ";
    color: #999;
}

.summary-taglist ul a {
    color: #333;
}

@media screen and (min-width: 768px) {
    .taglist {
        width: 1280px;
        margin: 50px auto 60px auto;
    }

    .taglist h2 {
        font-size: 36px;
    }

    .summary-taglist {
        width: 960px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .summary-taglist .inner {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .taglist {
        margin: 30px auto 40px auto;
    }

    .taglist h2 {
        font-size: 36px;
        margin: 0 20px;
    }

    .taglist p {
        margin: 0 20px;
    }

    .summary-taglist {
        margin-bottom: 80px;
    }

    .summary-taglist ul li {
        font-size: 18px;
    }
}

/* ------------------------------
　footer
------------------------------ */
footer {
    background: #f5f5f5;
}

footer small {
    font-size: 11px;
    color: #999;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    font-size: 24px;
    margin: 0 15px;
}

footer ul a {
    color: #0a3d7a;
}

@media screen and (min-width: 768px) {
    footer {
        padding: 35px 80px 35px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    footer div {
        display: flex;
        align-items: center;
    }

    footer img {
        width: 200px;
        height: auto;
        margin-right: 30px;
    }

    footer small {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 30px 20px 35% 20px;
    }

    footer div {}

    footer p {
        text-align: center;
        margin-bottom: 20px;
    }

    footer img {
        width: 75%;
        height: auto;
    }

    footer ul li {
        font-size: 32px;
    }

    footer small {
        text-align: center;
        display: block;
    }
}

/* ------------------------------
　link
------------------------------ */
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.5;
    filter: alpha(opacity=70);
}

/* ------------------------------
　pagetop
------------------------------ */
#page-top {
    bottom: 15px;
    right: 10px;
    font-size: 40px;
    line-height: 1;
    position: fixed;
    z-index: 9999;
}

#page-top a {
    color: #bbb;
    z-index: 9999;
}

.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}
