@charset "utf-8";
/* CSS Document */
/***************************/
.sub_header {
	width: 100%;
	height: 200px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/pattern.png);
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
	margin-top: 1rem;
}
.sub_header:before {
	content:"";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	display: block;
	background: url(../images/header_bg04.jpg);
	background-size: cover;
	background-position: bottom;
}
/**********************************/
#blog_container,
#archive_container {
	width: 100%;	
	background-image: url(../images/bg_03.png);
	background-size: 30px;
	padding-bottom:30px;
}
.blog_main,
.archive_main {
	max-width: 1280px;
	width: 80%;
	min-width: 1024px;
	margin: 0 auto;
	padding: 64px 0 92px 0;
}
.archive_main .title_wrapper {
	border-bottom: dashed 8px #ffbc64;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	position: relative;
}
.archive_main .title_wrapper:before {
	content: "";
	position: absolute;
	width: 5rem;
	height: 5rem;
	background-image: url(../images/illst_icon_07.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	left: 23rem;
	display: inline-block;
} 
.section_title {
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	color: #f98e00;
	/*text-shadow:
		1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000,
		0  1px 0 #000,0 -1px 0 #000,1px 0  0 #000,-1px 0  0 #000;*/
}
.section_caps {
	font-size: 0.9rem;
	margin-left: 1rem;
}
.works_title_note {
	margin-left: 1rem;
}
.blog_main .title_wrapper {
	border-bottom: dashed 8px #ffbc64;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	position: relative;
}
.w_newstitle {
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	color: #f98e00;
}
/***************************/
.swiper-wrapper {
	margin: 1rem 0; 
}
.works_wrap {
	width: 100%;
	padding: 1rem 0;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
}
/******施工実績1件*******/
.swiper-slide {
	border-radius: 16px;
}
.works_area {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2rem;
	border-radius: 16px;
}
.works_linkbox {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 16px;
	box-shadow: 4px 5px 9px 0px #979797;
}
.works_linkbox .img_area{
	width: 100%;
	background-color: #FFF;
	aspect-ratio: 5 / 3;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}
.works_linkbox .img_area img{	
	border-radius: 16px 16px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_info {
	padding: 0.5rem 1rem 1rem 1rem;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 0 16px 16px;
	background-color: #FFF;
}
.owner_tag {
	text-align: right;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.works_title {
	font-size: 18px;
	margin-bottom: 0.5rem;
	font-weight:700;
	flex-grow: 2;
}
.budget {
	font-size: 17px;
	font-weight: 500;
}
.swiper-pagination {
	margin: 1rem auto;
}
/******************************************/
.info_area {
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 4px 5px 9px 0px #979797;
}
.post_head {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.post_head .post_date {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
.shrink {
	margin-left: 1rem;
	font-size: 1.2rem;
}
.category_tag span {
	padding: 0.25rem 0.5rem;
	border-radius: 8px;
}
.info_area {
	display: flex;
	align-items: flex-end;
}
/*******************************/
.event_titlearea {
	margin-bottom: 2rem;
}
.event_titlearea .event_title {
	font-size: clamp(1.6rem, 4vw, 2rem);
	border-bottom: dashed 8px #ffbc64;
	color: #ff9600;
	position: relative;
}
.event_titlearea .event_title:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 60px;
	background-image: url(../images/illst_icon_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
	display: inline-block;
} 
.event_titlearea p{
	
}

.event_area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64px;
}
.flyer_box {	
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2rem;
	border-radius: 16px;	
}
.flyer_area {
	width: 100%;
	height: auto;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 16px;	
}
.flyer_area img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flyer_over {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	border-radius: 18px;
}
.flyer_box .flyer_over:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
    font-size: 0.8rem;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 18px;
}
.flyer_box .flyer_over:after {
	position: absolute;
	content: "終了しました。";
	font-weight: 700;
	color: #FFF;
	z-index: 1;
}
.flyer_over img{
	opacity: 0.7;
}










