

/*===============================================//

//  style.css //

//===============================================*/


/*color  ------------------*/
:root {
	--clr-main: #4B4B4B;	
	--clr-sub:#D3826A;
	--clr-wh: #fff;
	--clr-gry: #DEDBC5;
}


/*//////////////////////////////////////

newsblog
///////////////////////////////////////*/

.news-Blog{
	margin:0 auto ;
	max-width: 1240px;
    
    article{
	width:calc(100% - 340px);
    position: relative; }

    aside{
	width:300px;
    position: relative; } }

/**/
@media screen and (max-width: 959px){
.news-Blog{
	padding-top:0px;}
}


/*TOP / news-Sec__Item
---------------------------*/

.news-Categry{
    width: 100%;
    margin-bottom: min(60px,8vw);
    text-align: center;
    
    .news-Sec__List{
        margin-bottom: 10px;
        text-align: center;
        
        li{
            display: inline-block;
            
            .-tag{
                margin:0 4px;
                display: inline-block;
                padding: 0.6rem 1rem;
                border: 1px solid #D3826A;
                border-radius: 50px;
                color: #D3826A;
                text-align: center;
                line-height: 1;
                background-color: #fff;
                transition: 0.25s;
            
                a{display: block; color: #D3826A; }}} }}

.news-Categry .-tag:hover {
    opacity: 0.6;
}

/**/
@media screen and (max-width: 959px){
.news-Categry{
    width: 100%;
    margin-bottom: min(60px,8vw);;}
}


/**/
.news-Top{
    gap:20px;
	
	.news-Sec__Item{width : calc((100% / 3) - 15px);} }

.news-Sec__Item{
    padding: 1.6rem 1.6rem 2.4rem 1.6rem;
    background-color: #FCF5F2;
    border-radius: 10px;
    pointer-events: all;
position: relative;
 display: block;

   a {
    position: relative;
    z-index: 1;
  }

    figure{
        position: relative;
        width: 100%;
        margin-bottom: 24px; 
        
        img{
            display: block;
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 10px;}
			
			.new{
				position: absolute;
				top:5%;
				right:3%; 
				
				padding: 1.8rem 1rem;
				background-color: var(--clr-sub);
				color: var(--clr-wh);
				border-radius: 50%;
				
				font-size:1rem;
				line-height:10px;
				font-weight:600;
				letter-spacing: 0.05em;
				font-feature-settings : "palt"; } }
     
    h2{
        margin-bottom: 10px;
        line-height: 1.5;
        font-weight: 600;}
    
    .news-Sec__List{
        margin-bottom: 10px;
        
        li{
            display: inline-block;
            
            .-tag{
                margin-left: 2px;
                display: inline-block;
                padding: 0.6rem 1rem;
                border: 1px solid #D3826A;
                border-radius: 50px;
                color: #D3826A;
                text-align: center;
                line-height: 1;
                background-color: #fff;
            
                a{display: block; color: #D3826A;}}} }
    
                p{overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;}}

   .link_all{
       position: static !important;
  
  &::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;}}


.news-Sec__Item figure a:hover,.news-Sec__Item .-tag:hover  {
    opacity: 0.6;
}

        

/*ページ送りここから*/
.wp-pagenavi {
	margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

  .wp-pagenavi span,
  .wp-pagenavi a {
    text-align: center;
    font-size: 14px;
    color: #D3826A;
    border: 1px solid #D3826A;
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-decoration: none!important; 
	border-radius: 50px;}

  .wp-pagenavi a:hover {
	color: #fff;
	background: #D3826A;
	border: 1px solid #D3826A;
	text-decoration: none; }

.wp-pagenavi span.current {
	color: #fff!important;
	background: #D3826A;
	border: 1px solid #D3826A;}

/*ページ送りここまで*/


/**/
.pagination-1 {
    margin-top: min(80px,8vw);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination-1 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #D3826A;
    border-radius: 25px;
    color: #D3826A;
    transition: 0.25s;
}

.pagination-1 a:not(:hover) {
    text-decoration: none;
}

.pagination-1 .current a {
    background-color: #D3826A;
    color: #fff;
    pointer-events: none;
    cursor: pointer;
}


.pagination-1 a:hover {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #D3826A;
    border-radius: 25px;
    color: #fff;
    background-color: var(--clr-sub);
}

/**/
@media screen and (max-width: 959px){
.news-Top{gap:20px;
	.news-Sec__Item{width : calc((100% / 2) - 10px);} }
}

/**/
@media screen and (max-width: 768px){
.news-Top{gap:20px;
	.news-Sec__Item{width : calc((100% / 1) - 0px);} }
}



/* section -----*/
.news-Sec{}


/*h2ttl-Wrap
---------------------------*/
.h2ttl-Wrap{
    position:relative; 
    margin-bottom: 56px;
	
    h2{margin-bottom: 16px;color: #D3826A; letter-spacing: 0.01em; line-height: 1.4; font-weight: 600;}
    
    .news-Sec__List{
        
        li{
            display: inline-block;
        
            time{}
            
            .-tag{
                margin-left: 2px;
                display: inline-block;
                padding: 0.6rem 1rem;
                border: 1px solid #D3826A;
                border-radius: 50px;
                color: #D3826A;
                text-align: center;
                line-height: 1;
                background-color: #fff;}
        
            a{display: block;color: #D3826A;}
            
        } } } 


/*//- @media 768px-//*/
@media screen and (max-width: 768px){
.h2ttl-Wrap{margin-bottom: 24px; } 
}

/**/

.news-Sec{

    p{/*margin-top: 24px;*/}
    
    figure{
        width: 100%;
        margin-bottom: 32px;
        
        figcaption{margin-top: 0.8rem; font-weight: 500;}} }




/*news__tx-Sngl
---------------------------*/

.news__tx-Sngl{
	margin-top: 30px;
	width: 100%;
	height:auto;
	position: relative;
	
	figure {margin-bottom: 30px; img{text-align: center;}}
	
	h1{
    margin-bottom: 10px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #D3826A; 
    color: #D3826A;

    font-size: clamp(2.6rem,3vw,4rem);
	line-height: 1.6;
	font-weight:700;
	letter-spacing: 0.01em;
	font-feature-settings : "palt";}
	
	h2{
    padding-bottom: 10px; 
    color: #D3826A;

	font-size: clamp(2rem,2.2vw,3.2rem);
	line-height: 1.5;
	font-weight:500;
	letter-spacing: 0.01em;
	font-feature-settings : "palt";}
	
	h3{
    padding-bottom: 10px; 
    color: #D3826A;

    font-size: clamp(1.6rem,1.5vw,2.4rem);
	line-height: 1.5;
	font-weight:700;
	letter-spacing: 0.01em;
	font-feature-settings : "palt";}
	
	h4{color: #D3826A; font-weight: 700;}

    h5{
    color: #D3826A;}

    h6{
    color: #D3826A;

    font-size: 1.2rem;
	line-height: 1.5;
	font-weight:500;
	letter-spacing: 0.01em;
	font-feature-settings : "palt"; }
	
	a{color: #D3826A; text-decoration: underline;}

    p{margin-bottom: 24px;}

    ul{
        margin-bottom: 24px;
        li{
            list-style-type: none;
            padding: 0em .3em 0em 0.3em;
            line-height: 1.6;

            &:before {
                margin-right: 8px;
                content:  "";     /* 空の要素作成 */
                width:  8px;               /* 幅指定 */
                height:  8px;              /* 高さ指定 */
                display:  inline-block;     /* インラインブロックにする */
                background-color: #D3826A;  /* 背景色指定 */
                border-radius:  50%;        /* 要素を丸くする */
            }}}

    ol{
        margin-bottom: 24px;
        padding-left: 1.5em;

        li{
            list-style-type:decimal!important;
            line-height: 1.6;
            }}

    blockquote{
        margin-bottom: 24px;
        padding: 2.4rem;
        background-color: #FFF2EF;
    }
	
	
	 }



/**/
@media screen and (max-width: 768px){
.news__ttl-Sngl{margin:0 auto 20px;
h2 {} }
	
.news__date {margin:0px auto 0px;
li{} }

.news__tx-Sngl{margin-top: 10px;width: 100%;
figure {margin-bottom: 10px; img{width:100%;}} }

}



/*kijiList
---------------------------*/
.kijiList{
	border-top: 1px solid #cecece;
	margin: 50px auto 0;
	padding: 20px 0 0;
	max-width: 960px;
	display:flex; 
	flex-wrap: wrap;
	justify-content: space-between; }

.kijiList li{
	width: 32%; font-weight:600; text-align: center;}

/*kiji btn-------*/
.button-prev,.button-next,.button-all {
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 0;
	padding: 0;
	transition: all 0.25s ; }

@media screen and (max-width: 959px){ 
.kijiList{margin: 30px auto 0;padding: 20px 0; border-top: none;}
	
.kijiList li{
	width: 100%;
	margin-bottom: -1px;
	padding: 1rem 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	text-align: center;}	
}

.button-prev:hover,.button-next:hover,.button-all:hover {color: var(--sub) !important;}





/*aside
---------------------------*/
.news-Side__List{
    
    .-cmn{
        margin-bottom: 40px;
        padding: 2rem 1.6rem;
        background-color: #FCF5F2;
        border-radius: 10px;
        &:last-child{margin-bottom: 0;}
        
        h2{
            margin-bottom: 0.8rem;
            border-left: 4px solid #E8BCAF;
            padding-left: 1.6rem; }
        
        .-List1{
            padding: 2rem;
            background-color: #fff;
            border-radius: 10px; 
        
            li{
                margin-bottom: 16px;
                &:last-child{margin-bottom: 0;}
                
                }}

        .-List2{
            padding: 2rem;
            background-color: #fff;
            border-radius: 10px; 
        
            li{
                margin-bottom: 16px;
                &:last-child{margin-bottom: 0;}
                
                }}
            
            }}


.news-Side__List .-List1 a{
                    display: inline-block; 
                    transition: 0.25s;

                    font-size: clamp(1.4rem,1.5vw,1.6rem);
                    line-height: 1.4;
                    font-weight:500;
                    letter-spacing: 0.08em;
                    font-feature-settings : "palt"; 

                    &:before { 
                    content:" "; 
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50px;
                    background-color:#E8BCAF;
                    background-size: contain;
                    margin-right: 0.8rem;

                    position: relative; 
                    top: 50%; }
                }

.news-Side__List .-List2 a{
                    display: inline-block; 
                    transition: 0.25s;

                    font-size: clamp(1.4rem,1.5vw,1.6rem);
                    line-height: 1.4;
                    font-weight:500;
                    letter-spacing: 0.08em;
                    font-feature-settings : "palt"; 
                }

.news-Side__List a:hover{opacity: 0.6;}


.-List2 li{
    display: grid; /* グリッドレイアウトを有効にする */
    grid-template-columns: 0.5fr 1fr ; /* カラムの比率を設定 */
    gap: 10px; /* カラム間のスペースを設定 */
    width: 100%;

    .position{
        margin-top: 4px;

        counter-increment: rank_number;
        content: counter(rank_number);
        display: block;
        position: absolute;
        left: 40px;
        
        width: 16px;
            height: 16px;
            background-color: #D3826A;
            color: #fff;
            padding: 0.25rem 0.5rem;
            
            border-radius: 50px;
            text-align: center;
            font-size: 1rem;
            line-height: 1;
            font-weight:500;
            letter-spacing: 0.08em;
            font-feature-settings : "palt"; 
        z-index: 2;}



       

    figure{
        position: relative;
        /*aspect-ratio: 4/3;*/
        width: 80px;

       

        img{ 
			border-radius:10px; 
			width: 100%;
			height: 100%;
			object-fit: cover; }}


            .-tx{
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;} }

/* 959px-----*/
@media screen and (max-width: 959px){
.news-Blog{}
.news-Blog article{width:100%;}
.news-Blog aside{margin-top:30px; width:100%;} }

/* 768px-----*/
@media screen and (max-width: 768px){
.news-Blog article section{margin-bottom:30px;flex-wrap: wrap; }
.news-Blog figure{margin:0 auto 10px;width:100%; }
.news-Blog .blogtx-Area{width:100%; }
.tag-List li {width:48%; } }








