@charset "UTF-8";

.articleSection .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.swiperBox .swiper-container .swiper-wrapper .swiper-slide {
    height: 272px;
    background-size: cover;
}

/* post list */
.post_list .h2box h2 {
    max-width: 100%;
}

.articleDIV {
    width: calc(100% - 240px);
    max-width: 960px;
    position: relative;
    padding: 0 16px;
}

/* .articleDIV li {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px dotted #666;
    margin-bottom: 32px;
} */

.articleList_title {
    margin-bottom: 0;
    font-size: 16px;
}

.articleList_date {
    font-size: 12px;
    margin-bottom: 0;
}

.post_thmnl {
    width: 200px;
    margin-right: 16px;
    height: 100px;
}

.post_texts {
    width: 100%;
    max-width: 750px;
}

.post_texts span {
    display: block;
}

.post_thmnl.eyeCatchDefo {
    background-color: #FFD900;
}

.post_thmnl.eyeCatchDefo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.post_thmnl img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.post_thmnl.eyeCatchDefo img {
    width: 30px;
}

.articleList_to_content {
    margin-left: 16px;
    display: inline-block;
}

.articleList_to_content a {
    color: #0075A9;
}

.categoryList {
    margin-bottom: 48px;
    width: 224px;
}

.categoryList .categoryListUL {
    margin-bottom: 48px;
}

.categoryList .listTitle {
    width: 100%;
    background-color: #ffd900;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    margin-bottom: 14px;
}

.archiveListDIV .year::before,
.categoryList a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0da";
    margin-right: 8px;
}

.archiveListDIV .year {
    cursor: pointer;
    transition: .3s;
    margin-bottom: 0;
}

.archiveListDIV .year:hover {
    color: #5ECBC9;
}

.archiveListDIV ul {
    display: none;
    font-size: 14px;
    margin-left: 14px;
}

.archiveListDIV ul.current {
    display: block;
}

/* //post list */

/* pager */
.pager {
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pager span,
.pager a {
    margin: 0 0 16px 20px;
    padding: 5px 10px;
    font-size: 15px;
    color: #1d94d4;
    border: 1px solid #1d94d4;
}

.pager span:not(.dots):hover,
.pager a:hover {
    background-color: #1d94d4;
    color: #fff;
}

.pager .current {
    background-color: #1d94d4;
    color: #fff;
}

.pager .next,
.pager .prev {
    border: none;
}

.pager .next:hover,
.pager .prev:hover {
    color: #1d94d4;
    background-color: transparent;
    text-decoration: underline;
}

/* //pager */
/* //post list */

/* single */
/* single wp標準移植&調整 */
.single .articleDIV strong {
    font-weight: bold;
}

.single .articleDIV .alignleft {
    margin: 0 0 0 0 !important;
}

.single .articleDIV ul {
    list-style-type: disc !important;
}

.single .articleDIV ol {
    list-style-type: decimal !important;
}

.single .articleDIV iframe.instagram-media {
    width: 50% !important;
    max-width: 540px !important;
    min-width: 300px !important;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 1px;
    padding: 0;
}

.single .articleDIV img.fullsize {
    max-width: 100% !important;
}

/* //single wp標準移植 */

.articleSection {
    margin-bottom: 0;
}

.single .articleDIV h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 32px;
}


.single .articleDIV p {
    line-height: 2;
}

.single .articleDIV .post_date {
    display: block;
    text-align: right;
    margin-bottom: 32px;
    font-size: 12px;
}

.single .articleDIV a {
    text-decoration: underline;
    color: #1D94D4;
}

.single .articleDIV img {
    display: block;
    margin: 0 auto 24px;
    /*width: auto;*/
    width: 100%;
    max-width: 450px;
    height: auto;
}

.gallery {
    display: grid;
    grid-auto-rows: 230px;
    grid-template-columns: repeat(auto-fit, 186px);
    justify-content: space-around;
    grid-row-gap: 16px;
    grid-column-gap: 1px;
    margin-bottom: 32px;
}

.gallery dl {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
}

.single .gallery dl img {
    padding: 15px 0;
    width: 160px;
    height: 185px;
    object-fit: cover;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: block;
}

#gallery-1 {
    margin-bottom: 32px !important;
    padding-top: 32px;
    width: 100%;
}

#gallery-1 .gallery-item {
    float: none !important;
    margin-top: 0 !important;
    text-align: left !important;
    width: auto !important;
}

#gallery-1 img {
    border: none !important;
}

#gallery-1 .gallery-caption {
    margin-left: 0;
    padding: 0 12px;
    font-size: 12px;
}

.gallery-item+br {
    display: none !important;
}

.single .post_password input[type=password] {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    color: #444;
    width: 300px;
    margin: 24px auto;
}

.single .youtubeWrap {
    padding-top: 254px;
    width: 450px;
    margin: 0 auto 32px;
}

/* .single_pager を下に固定する */
.articleDIV {
    display: flex;
    flex-direction: column;
    /* min-height: 100vh; */
}

.single_pager {
    margin: auto 0 32px;
}

/* //.single_pager を下に固定する */

.single_pager {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

.single_pager .prev a,
.single_pager .next a {
    text-decoration: none;
}

.single_pager .prev a:hover,
.single_pager .next a:hover {
    text-decoration: underline;
}

.single iframe {
    max-width: 100%;
    min-width: 100% !important;
}

/* //single */

@media screen and (max-width: 1440px) {
    section {
        align-items: flex-start;
    }

    main .inner {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1280px) {
    .postList li .postedDate {
        width: 128px;
        text-align-last: left;
    }
}

@media screen and (max-width: 767px) {
    .articleSection {
        padding: 0 16px;
    }

    .articleSection .inner {
        flex-direction: column;
    }

    .articleDIV {
        width: 100%;
        padding: 0;
    }

    .categoryList .categoryListUL {
        margin-bottom: 32px;
    }

    .pager {
        justify-content: flex-start;
    }
    .pager span,
    .pager a {
        margin: 0 0 16px 8px;
    }

    .single input[type=text],
    .single input[type=password],
    .single input[type="submit"] {
        width: 100%;
    }

    main .inner {
        width: 100%;
    }

    .single .youtubeWrap {
        width: 100%;
        padding-top: 56.25%;
    }

    .categoryList {
        width: 100%;
    }

}
