@charset "UTF-8";

/***************************************************

	ynews SASAKI

***************************************************/

body{
	font-family: 'Noto Sans JP', sans-serif;
	background: #f8f3ea;
}

.mincho{
	font-family: 'Yuji Syuku', serif;
}


/********** archive **********/

#yn_header{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px -7px #777777;
	position: fixed;
	z-index: 10;
}

#yn_header .header_wrapp{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#yn_header .header_logo{
	width: 200px;
}

#yn_header p a,
#yn_header p{
	font-size: 26px;
	color: #9f6f3a;
	text-decoration: none;
	padding-left: 8px;
	margin: 0;
	line-height: 1;
-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
-ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}


#yn_wrapp{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 120px 20px 80px;
	box-sizing: border-box;
}

#yn_wrapp > h1{
	font-size: 34px;
	color: #9f6f3a;
	text-align: center;
	margin: 0 0 60px;
	position: relative;
-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
-ms-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

#yn_wrapp > h1::after{
	content: '';
	width: 160px;
	height: 4px;
	background: #9f6f3a;
	display: inline-block;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
}


#yn_wrapp .yn_caption{
	width: 100%;
	max-width: 840px;
	margin: 0 auto 60px;
	padding: 16px;
	box-sizing: border-box;
	border: 3px solid #9f6f3a;
	border-radius: 6px;
	background: #fff;
	box-shadow: 4px 4px 12px -9px #777777;
	font-size: 14px;
}


#yn_wrapp .list_title{
	text-align: center;
	margin: 0 0 40px;
	font-size: 27px;
	color: #9f6f3a;
	letter-spacing: 0.4em;
}

#yn_wrapp .list_title strong{
	font-size: 36px;
	color: #bc4913;
}


#yn_wrapp .yn_columnlist{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

#yn_wrapp .yn_columnlist li{
	margin: 0 0 80px;
	position: relative;
}

#yn_wrapp .yn_columnlist li::after{
	content: '';
	width: 60%;
	height: 2px;
	display: inline-block;
	position: absolute;
	bottom: -40px;

}

#yn_wrapp .yn_columnlist li:nth-child(odd)::after{
	left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbbdae+0,cbbdae+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(203,189,174,1) 0%, rgba(203,189,174,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(203,189,174,1) 0%,rgba(203,189,174,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(203,189,174,1) 0%,rgba(203,189,174,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbdae', endColorstr='#00cbbdae',GradientType=1 ); /* IE6-9 */
}

#yn_wrapp .yn_columnlist li:nth-child(even)::after{
	right: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbbdae+0,cbbdae+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(203,189,174,0) 0%, rgba(203,189,174,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(203,189,174,0) 0%,rgba(203,189,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(203,189,174,0) 0%,rgba(203,189,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbbdae', endColorstr='#cbbdae',GradientType=1 ); /* IE6-9 */

}

#yn_wrapp .yn_columnlist li a{
	width: 100%;
	height: 120px;
	color: #333;
	text-decoration: none;
	border-radius: 0 6px 6px 0;
	transition: all 0.2s linear;
	display: flex;
	flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#yn_wrapp .yn_columnlist li:nth-child(even) a{
	flex-direction: row-reverse;
	border-radius: 6px 0 0 6px;
}

#yn_wrapp .yn_columnlist li a:hover{
	background: rgba(255,255,255,.8);
	box-shadow: 3px 3px 6px -3px #777777;
}

#yn_wrapp .yn_columnlist li:last-child a{
	margin-bottom: 0;
}

#yn_wrapp .yn_columnlist li a .text,
#yn_wrapp .yn_columnlist li a .image{
	position: relative;
}

#yn_wrapp .yn_columnlist li a .image{
	width: 200px;
	height: 120px;
	overflow:hidden;
	box-shadow: 3px 3px 6px -3px #777777;
}

#yn_wrapp .yn_columnlist li a .image img{
	transition:1s all;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

#yn_wrapp .yn_columnlist li a:hover .image img{
	transform:scale(1.1,1.1) translate(-50%, -50%);
	transition:1s all;
}

#yn_wrapp .yn_columnlist li a .text{
	padding: 8px 0 1.5em 20px;
	height: 120px;
}

#yn_wrapp .yn_columnlist li:nth-child(even) a .text{
	padding: 8px 20px 1.5em 0;
}

#yn_wrapp .yn_columnlist li a .text time{
	display: block;
	font-size: 14px;
	margin: 0 0 8px;
	position: relative;
}

#yn_wrapp .yn_columnlist li a .text time::after{
	content: '';
	width: 50px;
	height: 1px;
	background: #626161;
	display: inline-block;
	position: absolute;
	top: 46%;
	left: 83px;
}

#yn_wrapp .yn_columnlist li a .text .title{
	font-weight: 700;
}

#yn_wrapp .yn_columnlist li a .text .link{
	position: absolute;
	bottom: 8px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #9f6f3a;
	border-radius: 30px;
	padding: 3px 31px 5px 17px;
}

#yn_wrapp .yn_columnlist li:nth-child(odd) a .text .link{
	left: 20px;
}

#yn_wrapp .yn_columnlist li:nth-child(even) a .text .link{
	right: 20px;
}

#yn_wrapp .yn_columnlist li a .text .link:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
}


#page_top{
	width: 70px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}

#yn_footer{
	background: #fff;
	padding: 26px 0;
	text-align: center;
}

#yn_footer .footer_wrapp a{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
}

#yn_footer .footer_wrapp a .footer_logo{
	display: inline-block;
	width: 240px;
	
}

#yn_footer .footer_wrapp a .text{
	display: inline-block;
	margin-left: 20px;
	border: 1px solid #333;
	padding: 6px 28px 10px 6px;
	position: relative;
	line-height: 1;
}

#yn_footer .footer_wrapp a .text:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #333;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
}

#yn_footer .yn-copywrite{
	margin: 20px 0 0;
	font-size: 13px;
}



/********** single **********/

main.l-main{
	padding-top: 120px;
}

.l-columns-page-section {
	width: 100%;
    max-width: 800px;
    padding-top: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.l-columns-page-h1 {
    font-size: 24px;
    margin-top: 0.8em;
    line-height: 1.5;
    font-weight: bold;
}

.l-columns-page-time {
    display: inline-block;
    margin-right: 1em;
}

.c-category{
	display: inline-block;
}

.c-category a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 2px 14px;
	background: #F39800;
	border: none;
	border-radius: 20px;
}

.l-columns-page-h2 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #9f6f3a;
    border-bottom: 1px solid #9f6f3a;
}


figure.cont_item{
	width: 70%;
	margin: 0 auto;
}

.l-columnsPage-author {
    border: solid 2px #9f6f3a;
    background: #fff;
}

.back_yn{
	text-align: center;
	margin: 60px 0 0;
}

.back_yn a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #9f6f3a;
	border: 1px solid #9f6f3a;
	border-radius: 30px;
	line-height: 1;
	padding: 8px 45px 8px 12px;
	position: relative;
	transition: all 0.2s linear;
}

.back_yn a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
	transition: all 0.2s linear;
}

.back_yn a:hover{
	background: #fff;
	color: #9f6f3a;
}

.back_yn a:hover:before {
    border-left: solid 7px #9f6f3a;
}


/********** 関連記事 **********/

.connection_h2{
	text-align: center;
	margin: 40px 0 20px;
}

.connection_h2 span{
	display: inline-block;
	background: #9f6f3a;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.3em;
	line-height: 1;
	padding: 8px 20px;
	border-radius: 6px;
	box-shadow: 3px 3px 6px -3px #777777;
}

.connection_ul{
	text-align: center;
}

.connection_ul li{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 0 14px 30px;
	text-align: left;
}

.connection_ul li a{
	display: block;
	color: #333;
	text-decoration: none;
}

.connection_ul li a:hover{
	background: #fff;
}

.connection_ul li a span{
	display: block;
	position: relative;
}

.connection_ul li a .image{
	width: 140px;
	height: 90px;
	overflow:hidden;
	box-shadow: 3px 3px 6px -3px #777777;
}

.connection_ul li a .image img{
	transition:1s all;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.connection_ul li a:hover .image img{
	transform:scale(1.1,1.1) translate(-50%, -50%);
	transition:1s all;
}

.connection_ul li a .text{
	font-size: 12px;
	padding: 8px;
}



.link_backnumber{
	width: 360px;
	margin: 120px auto 0;
}

.link_backnumber a{
	display:  block;
	white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #9f6f3a;
    border-radius: 30px;
	padding: 14px 31px 14px 0;
	text-align: center;
	position: relative;
}

.link_backnumber a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 10px #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}





/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

/********** archive **********/

#yn_header .header_wrapp{
	padding: 14px 6%;
}

#yn_header .header_logo{
	width: 40%;
}

#yn_header p a,
#yn_header p{
	font-size: 18px;
	padding-left: 0.5em;
}


#yn_wrapp{
	padding: 70px 6% 40px;
}

#yn_wrapp > h1{
	font-size: 6.4vw;
	margin: 0 0 40px;
}

#yn_wrapp > h1::after{
	width: 80px;
	height: 3px;
	bottom: -16px;
}


#yn_wrapp .yn_caption{
	margin: 0 auto 30px;
	padding: 12px;
	font-size: 3.733333vw;
}

.c-category a {
    font-size: 2.933333vw;
}

#yn_wrapp .list_title{
	margin: 0 0 18px;
	font-size: 4.8vw;
}

#yn_wrapp .list_title strong{
	font-size: 7.466667vw;
}


#yn_wrapp .yn_columnlist{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

#yn_wrapp .yn_columnlist li{
	margin: 0 0 80px;
	position: relative;
}

#yn_wrapp .yn_columnlist li::after{
	content: '';
	width: 60%;
	height: 2px;
	display: inline-block;
	position: absolute;
	bottom: -40px;

}

#yn_wrapp .yn_columnlist li:nth-child(odd)::after{
	left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbbdae+0,cbbdae+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(203,189,174,1) 0%, rgba(203,189,174,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(203,189,174,1) 0%,rgba(203,189,174,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(203,189,174,1) 0%,rgba(203,189,174,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbdae', endColorstr='#00cbbdae',GradientType=1 ); /* IE6-9 */
}

#yn_wrapp .yn_columnlist li:nth-child(even)::after{
	right: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbbdae+0,cbbdae+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(203,189,174,0) 0%, rgba(203,189,174,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(203,189,174,0) 0%,rgba(203,189,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(203,189,174,0) 0%,rgba(203,189,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbbdae', endColorstr='#cbbdae',GradientType=1 ); /* IE6-9 */

}

#yn_wrapp .yn_columnlist li a{
	height: auto;
	border-radius: 0;
	display: block;
	padding: 12px;
}

#yn_wrapp .yn_columnlist li:nth-child(even) a{
	border-radius: 0;
}



#yn_wrapp .yn_columnlist li:last-child a{
	margin-bottom: 0;
}

#yn_wrapp .yn_columnlist li a .text,
#yn_wrapp .yn_columnlist li a .image{
	display: block;
}

#yn_wrapp .yn_columnlist li a .image{
	width: 68%;
	height: 140px;
	margin: 0 auto 14px;
}

#yn_wrapp .yn_columnlist li a .text{
	padding-left: 0;
	height: auto;
	padding: 0 0 2em;
	font-size: 4.8vw;
}

#yn_wrapp .yn_columnlist li:nth-child(even) a .text{
	padding: 0 0 2em;
}

#yn_wrapp .yn_columnlist li a .text time{
	font-size: 14px;
}

#yn_wrapp .yn_columnlist li a .text .link{
	font-size: 11px;
	padding: 3px 31px 5px 17px;
}

#yn_wrapp .yn_columnlist li:nth-child(odd) a .text .link{
	left: auto;
	right: 0;
}

#yn_wrapp .yn_columnlist li:nth-child(even) a .text .link{
	right: 0;
}

#yn_wrapp .yn_columnlist li a .text .link:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
}


#page_top{
	width: 50px;
	bottom: 30px;
	right: 2%;
}

#yn_footer{
	padding: 20px 0;
}

#yn_footer .footer_wrapp a{
	display: block;
}

#yn_footer .footer_wrapp a .footer_logo{
	width: 50%;
	margin: 0 auto 14px;
}

#yn_footer .footer_wrapp a .text{
	display: inline-block;
	margin-left: 0;
	font-size: 3.466667vw;
	padding: 8px 28px 8px 6px;
}

#yn_footer .footer_wrapp a .text:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #333;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
}

#yn_footer .yn-copywrite{
	margin: 16px 0 0;
	font-size: 2.666667vw;
}









/********** single **********/

main.l-main{
	padding-top: 70px;
}

.l-columns-page-h1 {
    font-size: 20px;
}

.l-columns-page-h2 {
    margin-top: 24px;
    font-size: 18px;
}

figure.cont_item {
    width: 80%;
}


.back_yn{
	text-align: center;
	margin: 40px 0 0;
}

.back_yn a{
	font-size: 13px;
	padding: 10px 40px 10px 10px;
}



/********** 関連記事 **********/

.connection_h2{
	margin: 30px 0 20px;
}

.connection_h2 span{
	font-size: 3.733333vw;
	color: #fff;
	letter-spacing: 0.2em;
	padding: 8px 18px;
	border-radius: 4px;
}

.connection_ul{
	margin: 0 6%;
}

.connection_ul li{
	width: 46%;
	margin: 0 0 20px;
	float: left;
}

.connection_ul li:nth-child(even){
	float: right;
}

.connection_ul li a .image{
	width: 100%;
	height: 80px;
}

.connection_ul li a .text{
	font-size: 3.2vw;
	padding: 6px;
}


.link_backnumber{
	width: 70%;
	margin: 60px auto 0;
}

.link_backnumber a{
    font-size: 3.466667vw;
	padding: 12px 5% 12px 0;
}

.link_backnumber a:before {
    border: solid 6px transparent;
    border-left: solid 8px #fff;
    right: 5%;
}



}
