@charset "utf-8";

/* ==================================================================

    news.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */

/* ◇ accent
-------------------------------- */
.contents .accent{
    background-image: url("../../images/news/accent.jpg");
}

#wrapper{
    flex-wrap:nowrap;
    align-items: stretch;
    gap:0 7.6%;
}

/* ◇ mainArea
-------------------------------- */
#mainArea {
    flex-grow: 1;
}


	/* ◇ itemList
	-------------------------------- */
    ul.itemList.sideImage{
        border-top: 1px solid #DBDAD8;
    }

    ul.itemList.sideImage > li{
        border-bottom: 1px solid #DBDAD8;
    }
    ul.itemList.sideImage > li + li{
        margin-top: 0;
    }
    ul.itemList.sideImage > li a{
        padding: 40px 0;
        transition: .4s;
    }
    ul.itemList.sideImage > li a:hover{
        background: #FEFCFB;
    }

    ul.itemList.sideImage > li figure img{
        border-radius: 8px;
    }

    ul.itemList.sideImage > li dl .date{
        font-size: var(--font-size14);
        color: #8A8A8A;
    }

    ul.itemList.sideImage > li dl dd{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap:0 13px;
    }

    @media only screen and
    (max-width : 767px) {
        ul.itemList.sideImage > li a{
            padding: 20px 0;
        }

        #mainArea ul.itemList.sideImage > li .image{
            width: 32%;
        }
    }

	/* ◇ categoryList
	-------------------------------- */
    .categoryList{
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        gap:0 12px;
    }
    .categoryList li span{
        display: inline-block;
        font-size: var(--font-size-ss);
        background: var(--bg-color-gray);
        border-radius: 80px;
        padding: 4px 8px;
    }

	/* ◇ pager
	-------------------------------- */
    .pager {
        padding-bottom: 50px;
        text-align:center;
        clear: both;
    }
    * + .pager {
        margin-top: 50px;
    }
    .pager .page-numbers {
        display: inline-block;
        text-align: center;
    }
    .pager .page-numbers li {
        margin: 0 10px;
        padding: 0;
        display: inline-block;
        width: 37px;
        height: 37px;
        text-align: center;
        position: relative;
    }
        .pager .page-numbers li a,
        .pager .page-numbers li > span {
            vertical-align: middle;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            display:table;
            color: #A99780;
            border: 1px solid #E2E2E2;
            border-radius:2px;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease;
            line-height: 37px;
            box-sizing: border-box;
            font-family: 'EB Garamond', serif;
            font-weight: 500;
            letter-spacing: 0.08em;
        }
        .pager .page-numbers li > span {
            color: #fff;
            background: #A99780;
            border: 1px solid #E2E2E2;
        }
        .pager .page-numbers li > span.dots {
            color: #333;
            background: #fff;
            border: 0;
        }


        .pager .page-numbers li a span {
            display:table-cell;
            vertical-align:middle;
        }

        .pager .page-numbers li a:hover,
        .pager .page-numbers li a.active {
            color: #fff;
            background: #A99780;
        }

        .pager .page-numbers a.prev,
        .pager .page-numbers a.next {
            color: #A99780;
            background-color: #fff;
        }

        .pager .page-numbers li.prev a:hover,
        .pager .page-numbers li.next a:hover {
            color: #fff;
            background: #A99780;
        }

/* ◇ subArea
-------------------------------- */
#subArea {
    min-width: 210px;
}

    #subArea .lv3 {
        font-size: 2.2rem;
        letter-spacing: 0;
        text-align: left;
    }
        #subArea .lv3 span {
            display: block;
            color: var(--text-color-red);
            font-size: var(--font-size-ss);
            letter-spacing: 0.08em;
            padding-top: 10px;
            margin-bottom: 20px;
        }
    #subArea ul.disc {
        margin-bottom: 30px;
    }
    #subArea ul.disc > li {
        font-size: var(--font-size-s);
    }

    #subArea ul.disc > li + li {
        margin-top: 12px;
    }

    #subArea ul.disc > li a:hover{
        opacity: 0.8;
    }

    @media only screen and
    (max-width : 767px) {
        #subArea {
            margin-top: 10vw;
        }
    }

/* --------------------------------
   □  details 詳細
--------------------------------*/ 

.details .entry .status{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:0 13px;
}
.details .entry .date{
    font-size: var(--font-size14);
    color: #8A8A8A;
}

.details .entry .title{
    margin: 14px 0 57px;
}

.details .entry .image {
    width: 100%;
    margin-bottom: 50px;
}
    .details .entry .image img {
        max-width: 100%;
        width: auto;
    }
.details .entry .sentence {
    margin-bottom: 90px;
}
    .details .entry .sentence p {
        line-height: 1.8;
        margin-bottom: 20px;
    }
/*
.details .entry .sentence h1,
.details .entry .sentence h2{
    font-size: 2.6rem;
    margin-bottom: 24px;
}
.details .entry .sentence h3{
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.details .entry .sentence h4{
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.details .entry .sentence h5,
.details .entry .sentence h6{
    font-size: 1.6rem;
    margin-bottom: 12px;
}
*/

.details .entry .sentence * + h1,
.details .entry .sentence * + h2,
.details .entry .sentence * + h3,
.details .entry .sentence * + h4,
.details .entry .sentence * + h5,
.details .entry .sentence * + h6{
    margin-top: 35px;
}

.details .entry .sentence section + section{
    margin-top: 35px;
}

.details .entry .sentence p{
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 20px;
}
.details .entry .sentence p.before{
    content: "";
    display: block;
    clear: both;
}

.details .entry .sentence figure{
    margin-bottom: 25px;
}

.details .entry .sentence ul{
    padding: 20px;
    background: #F6F6F6;
    border-radius: 4px;
    margin-bottom: 25px;
}

.details .entry .sentence ul > li{
    padding-left: 17px;
    background: url("../../images/common/icon/disc.svg") 0 0.7em no-repeat;
}

.details .entry .sentence ul li + li{
    margin-top: 10px;
}

.details .entry .sentence ol li{
    list-style-type:decimal;
    margin-left:2em;
}

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


.details .entry .sentence p{
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.details .entry .sentence figure{
    margin-bottom: 18px;
}

.details .entry .sentence ul{
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 18px;
}
    
}
