@charset "utf-8";


/**************************************************50
 * page_header
 **************************************************/
#page_header{
}
@media screen and (max-width:413px){
	#page_header{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/news/header_010.webp");
	}
}
@media screen and (min-width:414px) and (max-width:639px){
	#page_header{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/news/header_014.webp");
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#page_header{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/news/header_013.webp");
	}
}
@media screen and (min-width:768px) and (max-width:1280px){
	#page_header{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/news/header_012.webp");
	}
}
@media screen and (min-width:1281px) and (max-width:1439px){
	#page_header{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/news/header_011.webp");
	}
}
@media screen and (min-width:1440px){
	#page_header{
		background-image: url("https://yaokin.lucias.co.jp/lfw/images/user/news/header_010.webp");
	}
}


/**************************************************50
 * news
 **************************************************/
#news{
}
#news .title_section{
}
#news a.news{
	display: block;
	text-decoration: none;
}
#news a.news:hover{
	text-decoration: underline;
}
#news a.news:after{
	content: "";
	display: block;
}
#news a.news h2{
	font-weight: 500;
	line-height: 1.5;
}
#news a.news time{
	display: block;
}
#news a.news picture{
	position: relative;
}
#news a.news picture:before{
	content: "";
	display: block;
	pointer-events: none;
}
#news a.news picture:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "";
	box-shadow: inset 0 0 0 0 rgba(255,255,255, 0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-ms-transition: box-shadow 0.2s ease-out 0s;
	-webkit-transition: box-shadow 0.2s ease-out 0s;
	transition: box-shadow 0.2s ease-out 0s;
}
#news a.news:hover picture:after{
	box-shadow:inset 0 0 0 10px rgba(255,255,255, 0.3);
}
#news a.news picture img{
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#news a.news p{
}
@media screen and (max-width:767px){
	#news{
	}
	#news .title_section{
	}
	#news a.news{
		padding-top: 6.25%;
	}
	#news a.news:after{
		border-bottom: 1px solid #3E3A39;
		margin: 6.25% auto 0;
		width: 93.75%;
	}
	#news a.news h2{
		font-size: 112.5%;
		padding: 0 3.125%;
	}
	#news a.news time{
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
	#news a.news picture{
		margin: 0 auto 3.125%;
		padding: 0 3.125%;
		width: 93.75%;
	}
	#news a.news picture:before{
		padding-top: 62.5%;
	}
	#news a.news p{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#news{
	}
	#news .title_section{
		margin-bottom: 3.125em;
	}
	#news a.news{
		border-bottom: 1px solid #3E3A39;
		padding: 3.125em 0;
	}
	#news a.news:after{
		clear: both;
	}
	#news a.news > *:not(picture){
		float: right;
		width: calc(100% - 32.5% - 2em);
	}
	#news a.news h2{
	}
	#news a.news h2 span{
		font-size: 125%;
	}
	#news a.news time{
	}
	#news a.news time span{
	}
	#news a.news picture{
		float: left;
		width: 32.5%;
	}
	#news a.news picture:before{
		padding-top: 56.25%;
	}
	#news a.news p{
	}
}


/**************************************************50
 * detail
 **************************************************/
#detail{
}
#detail > h1{
	font-weight: 500;
	line-height: 1.5;
}
#detail_datetime{
	display: block;
}
#detail_img{
	margin-left: auto;
	margin-right: auto;
}
#detail_img img{
	width: 100%
}
#detail_body{
}
#detail_body img{
	max-width: 100% !important;
}
#detail_body p + p{
	margin-top: 1em;
}
@media screen and (max-width:767px){
	#detail{
	}
	#detail > h1{
		font-size: 125%;
		padding: 0 3.125%;
	}
	#detail_datetime{
		margin-bottom: 1.5em;
		padding: 0 3.125%;
	}
	#detail_img{
		margin-bottom: 1.5em;
		width: 93.75%;
	}
	#detail_body{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#detail{
	}
	#detail > h1{
		font-size: 150%;
	}
	#detail_datetime{
		margin-bottom: 2.5em;
	}
	#detail_img{
		margin-bottom: 2.5em;
		width: 56.25%;
		max-width: 37.5em;
	}
	#detail_body{
	}
}


