@charset "utf-8";

.brunch{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    color:#001E00;
    padding-top:20px;
}

.brunch a{
    color:#001E00;
}
.about-heading{
    width:90%;
    margin:0 auto;
}

.news-index{
    padding:100px 0;
}

@media screen and (max-width:767px){
    .news-index{
        padding:70px 0;
    }
    
}

@media screen and (max-width:480px){
    .news-index{
        padding:50px 0;
    }
}

.news-index.toppage .about-heading{
    text-align:center;
    color:#001E00;
}

.h6-jp{
    margin-top:15px;
    font-weight:600;
    font-size:30px;
    line-height:1.2;
    font-family: 'Zen Old Mincho', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width:767px){
    .h6-jp{
        margin-top:12px;
        font-size:22px;
    }
}

@media screen and (max-width:480px){
    .h6-jp{
        margin-top:10px;
        font-size:20px;
    }
}

.news-index,
body.post-type-archive-news main{
    background-image:url(../img/news-back.jpg);
    background-size:cover;
    background-repeat: no-repeat;
}

.news-index.toppage{
    background-image:url(../img/news-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.news-index-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}


.news-wrap{
    display:flex;
    gap:0 4%;
    width:100%;
    flex-wrap: wrap;
    margin-top:50px;
}

.news-wrap a{
    display:block;
    width:48%;
}

@media screen and (max-width:767px){
    .news-wrap{
        display:block;
    }
    
    .news-wrap a{
        width:100%;
    }
}

@media screen and (max-width:480px){
    .news-wrap{
        margin-top:30px;
    }
}

.a-news{
    width:100%;
    color:#001E00;
    position:relative;
    margin-top:-1px;
}

.a-news-flex{
    display:flex;
    align-items: center;
    gap:2%;
    padding:20px 0;
    padding-right:55px;
    border-top:1px solid #001E00;
    border-bottom:1px solid #001E00;
    box-sizing: border-box;
}

.a-news::after{
    content:"";
    width:30px;
    height:1px;
    background-color:#001E00;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
}

.a-news::before{
    content:"";
    width:6px;
    height:1px;
    background-color:#001E00;
    position:absolute;
    top:48.5%;
    transform: translateY(-50%);
    right:0;
    rotate:45deg;
}


.a-news-img{
    width:136px;
    height:90px;
}

.a-news-img img{
    width:100%;
    height:90px;
    object-fit: cover;;
}

.a-news-right{
    width:calc(100% - 136px - 2%);
}

@media screen and (max-width:480px){
    .a-news-flex{
        display:block;
        padding-right:0px;
    }
    
    .a-news::after{
        transform: translate(0);
        top:90%;
    }
    
    .a-news::before{
        transform: translate(0);
        top:89.3%;
    }

    .a-news-img{
        width:100%;
        height:58.3vw;
    }
    
    .a-news-img img{
        width:100%;
        height:58.3vw;
        object-fit: cover;
    }
    
    .a-news-right{
        width:100%;
        padding-right:40px;
        margin-top:10px;
    }

}

p.a-news-date,
p.a-news-title{
    font-size:16px;
}

p.a-news-title{
    color:#404040;
}

.btn-more{
    margin-top:50px;
}

.btn-more a{
    display:block;
    border:1px solid #001E00;
    width:fit-content;
    margin:0 auto;
    color:#001E00;
    font-size:18px;
    font-weight:400;
    line-height:1;
    padding:12px 30px;
    padding-right:50px;
}


.btn-more a span{
    position:relative;
}

.btn-more a span::after{
    content:"";
    width:19px;
    height:1px;
    background-color:#001E00;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:-45%;;
}

.btn-more a span::before{
    content:"";
    width:5px;
    height:1px;
    background-color:#001E00;
    position:absolute;
    top:42%;
    rotate:45deg;
    right:-45%;
}


/* 一覧ページ */

.page-head{
    position:relative;
}

.page-head img{
    width:100%;
    height:300px;
    object-fit: cover;
}

.post-type-archive-column .page-head img,
.post-type-archive-news .page-head img{

    object-position:center 55%;
}


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

    .page-head img{
        width:100%;
        height:130vw;
    }

    .post-type-archive-column .page-head img,
    .post-type-archive-news .page-head img{
        width:100%;
        height:130vw;
        object-fit: cover;
        object-position: top center;
    }
}

.page-head .about-heading{
    text-align: center;
    position:absolute;
    top:45%;
    left:50%;
    transform: translateX(-50%);
}

@media screen and (max-width:767px){
    .page-head .about-heading{
        top:50%;
        left:50%;
        transform: translateX(-50%);
    }
}


.page-head .about-heading.font-en::after{
    border-bottom:1px solid #fff;
}

/* pagenavi */
.wp-pagenavi a{
    text-decoration: none;
    }
    .wp-pagenavi {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top:50px;
    gap:15px;
    }

    .wp-pagenavi .page, .wp-pagenavi .current {
    display: block;
    margin: 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    height: 43px;
    width: 43px;
    text-align: center;
    border:1px solid #001E00;
    color:#001E00;
    box-sizing: border-box;
    }
    .wp-pagenavi .current {
        color:#D4BC76 !important;
        background-color:#001E00 !important;
    }
    .nextpostslink, .previouspostslink {
        border:1px solid #001E00;
        color:#001E00 !important; 
        box-sizing: border-box;
        text-align: center;
        line-height: 43px;
        height: 43px;
        width: 43px;
        font-size: 16px;
        font-weight: bold;
    }

    .wp-pagenavi .pages,
    .wp-pagenavi .extend,
    .wp-pagenavi .last,
    .wp-pagenavi .first{
        display:none;
    }

    @media screen and (max-width:767px){
            .wp-pagenavi {
            margin-top:40px;
            gap:10px;
            }
        
            .wp-pagenavi .page, .wp-pagenavi .current {
            font-size: 14px;
            line-height: 38px;
            height: 38px;
            width: 38px;
            }

            .nextpostslink, .previouspostslink {
                line-height: 38px;
                height: 38px;
                width: 38px;
                font-size: 14px;
            }
    }

    @media screen and (max-width:480px){
        .wp-pagenavi {
        gap:7px;
        }
    
        .wp-pagenavi .page, .wp-pagenavi .current {
            font-size: 12px;
            line-height: 32px;
            height: 32px;
            width: 32px;
        }

        .nextpostslink, .previouspostslink {
            font-size: 12px;
            line-height: 32px;
            height: 32px;
            width: 32px;
        }
}
    

    /* 記事ページ */

    body.single-news main{
        background-image:url(../img/news-back.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .post-page{
        max-width:1080px;
        width:90%;
        margin:0 auto;
    }

    .post-area{
        max-width:880px;
        width:100%;
        margin:0 auto;
        color:#001E00;
        margin-top:80px;
        padding-bottom:150px;
    }

    .single-news-date{
        font-size:16px;
        font-weight:700;
    }

    .single-news-title{
        font-size:30px;
        line-height:1.4;
        text-align: justify;
    }

    @media screen and (max-width:480px){
        .post-area{
            margin-top:50px;
            padding-bottom:100px;
        }
    
        .single-news-date{
            font-size:16px;
        }
    
        .single-news-title{
            font-size:24px;
        }
    }


    .single-post-head{
        padding-bottom:30px;
        border-bottom: 1px solid #001E00;
    }

    .single-post-content{
        padding:30px 0;
        line-height:2;
        font-size:16px;
        text-align: justify;
    }

    .single-post-content strong{
        font-weight:900;
			text-shadow: 0.1px 0.1px 0, 0.1px -0.1px 0px, -0.1px 0.1px 0, -0.1px -0.1px 0px, 0.1px 0px 0px, 0px 0.1px 0px, -0.1px 0px 0px, 0px -0.1px 0px;
    }

    .single-post-content mark.has-vivid-red-color{
        background-color:#CF2E2E !important;
    }
    .single-post-content mark.has-pale-pink-color{
        background-color:#F78DA7 !important;
    }
    .single-post-content mark.has-white-color{
        background-color:#fff !important;
    }

    .single-post-content mark.has-luminous-vivid-orange-color{
        background-color:#FF6900 !important;
    }

    .single-post-content mark.has-black-color{
        background-color:#000 !important;
    }

    .single-post-content mark.has-cyan-bluish-gray-color{
        background-color:#ABB8C3 !important;
    }

    .single-post-content mark.has-luminous-vivid-amber-color{
        background-color:#FCB900 !important;
    }

    .single-post-content mark.has-light-green-cyan-color{
        background-color:#7BDCB5 !important;
    }

    .single-post-content mark.has-vivid-green-cyan-color{
        background-color:#00D084 !important;
    }

    .single-post-content mark.has-pale-cyan-blue-color{
        background-color:#8ED1FC !important;
    }

    .single-post-content mark.has-vivid-cyan-blue-color{
        background-color:#0693E3 !important;
    }

    .single-post-content mark.has-vivid-purple-color{
        background-color:#9B51E0 !important;
    }

    .single-post-content s{
        text-decoration: line-through !important;
    }


    .single-post-content p:first-child{
        margin-top:0;
    }

    .single-post-content img{
        width:100%;
        display:block;
        margin-top:50px;
    }

    @media screen and (max-width:480px){
        .single-post-head{
            padding-bottom:20px;
        }
    
        .single-post-content{
            padding:20px 0;
            line-height:1.8;
        }
    
        .single-post-content p{
            margin-top:30px;
        }

        .single-post-content img{
            margin-top:30px;
        }
    }

    .single-page-btn .prev-post a,
    .single-page-btn .next-post a{
        line-height: 43px;
        height: 43px;
        width: 43px;
        font-size: 16px;
        font-weight: bold;
        border:1px solid #001E00;
        color:#001E00 !important; 
        box-sizing: border-box;
        text-align: center;
    }

    .single-page-btn{
        display:flex;
        justify-content: space-between;
        margin-top:20px;
    }

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

        .single-page-btn .prev-post a,
        .single-page-btn .next-post a{
            font-size: 14px;
            line-height: 38px;
            height: 38px;
            width: 38px;
            font-weight: bold;
            border:1px solid #001E00;
            color:#001E00 !important; 
            box-sizing: border-box;
            text-align: center;
        }
}

.nav-lists{
    gap:3%;
}

.nav-lists{
    width:70%;
    margin:0 auto;
}

.nav-list img{
    min-width:15px;
}

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

    .single-page-btn .prev-post a,
    .single-page-btn .next-post a{
        font-size: 12px;
        line-height: 32px;
        height: 32px;
        width: 32px;
    }
}


@media screen and (max-width:767px){
    .nav{
        overflow: auto;
    }

    .nav-lists{
        gap:10vw;
    }
}

/* googlemap */

.map iframe{
    width:100%;
    height:430px;
    margin-top:-1px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width:767px){
    .map #js-googlemap {
        aspect-ratio: 750/1100;
        width: 100%;
        height: auto;
        }
}