@charset "utf-8";
/* CSS Document */
#fv {
	padding: 10px 0 40px;
	margin-bottom: 0;
	background-color: #e8ecdf;
}
section img {
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#fv .nav_pc ul {
	padding-left: 40px;
}
#fv .nav_pc .sub_nav {
	padding-left: 10px;
}

/*==============================
アコーディオン
==============================*/
dl dt.ac_menu {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	cursor: pointer;
}
dl dt.ac_menu::before {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #f8f8f8;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ccc;
}
dl dt.ac_menu.open::before {
	content: "－";
}
dl dd.ac_contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
dl dd.ac_contents ul li {
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}
dl dd.ac_contents ul li.linkno {
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 10px;
}
dl dd.ac_contents ul li:nth-child(even) {
	margin-right: 0;
}
dl dd.ac_contents ul li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #007943;
	color: #007943;
}

/*==============================
Works
==============================*/
#works {
	padding: 40px 0;
}
#works h2 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}
#works h2 span {
	padding: 0 10px;
	border-bottom: 2px solid #007943;
}
#works .caution {
	font-size: 14px;
	text-align: right;
}
#works .cate_txt {
	margin-top: 20px;
	line-height: 1.8;
	text-align: center;
}
#works .flexbox {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
#works .flexbox .left_box {
	width: calc(50% - 30px);
	margin-right: 30px;
}
#works .flexbox .left_box img {
	width: 100%;
}
#works .flexbox .right_box {
	width: 50%;
}
#works .flexbox .right_box ul.pref_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
#works .flexbox .right_box ul.pref_list li {
	width: 20%;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
#works .flexbox .right_box ul.pref_list li::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #70952E;
	position: absolute;
	top: 8px;
	left: 0;
}
#works .flexbox .right_box ul.pref_list li::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 2px;
}
#works .flexbox .right_box ul.pref_list li a {
	text-decoration: none;
	transition: .3s;
}
#works .flexbox .right_box ul.pref_list li a:hover {
	color: #007943;
}
#works .sub_txt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

#work_space {
	padding: 40px 0;
	background-color: #E8ECDF;
}
#work_space img {
	width: 100%;
	height: auto;
}
#work_space .prefecture {
	padding-top: 50px;
}
#work_space .prefecture.first {
	padding-top: 0;
}

.pref_title {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 3px solid #ccc;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.pref_title::before {
	content: "";
	width: 20%;
	height: 3px;
	background-color: #007943;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.pref_box {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #ccc;
	background-color: #fff;
}
.pref_box:last-of-type {
	margin-bottom: 0;
}
.pref_box .flexbox {
	flex-wrap: wrap;
	justify-content: space-between;
}
.pref_box .left_box {
	width: calc(45% - 20px);
	margin-right: 20px;
}
.pref_box .right_box {
	width: 55%;
}
.pref_box .right_box .flexbox {
	padding: 0 10px 5px 10px;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.pref_box .right_box .flexbox::before {
	content: "";
	width: 20%;
	height: 2px;
	background-color: #70952E;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.pref_box .right_box .haka_name {
	font-size: 22px;
	font-weight: bold;
	color: #007943;
	line-height: 1;
}
.pref_box .right_box .price {
	font-weight: bold;
	line-height: 1;
	font-size: 16px;
}
.pref_box .right_box .price .txt_red {
	font-size: 24px;
}
.pref_box .right_box dl,
.pref_box .manager {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
.pref_box .right_box dl:last-of-type,
.pref_box .manager:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.pref_box .right_box dl dt,
.pref_box .manager dt {
	font-weight: bold;
	padding-left: 25px;
	position: relative;
}
.pref_box .right_box dl dt::before,
.pref_box .manager dt::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	color: #007943;
}
.pref_box .right_box dl dt.result {
	display: flex;
	flex-wrap: nowrap;
}
.pref_box .right_box dl dt.result .d_title {
	padding-right: 10px;
}
.pref_box .right_box dl dd,
.pref_box .manager dd {
	padding-left: 25px;
	margin-top: 5px;
}
.pref_box .right_box dl dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pref_box .right_box dl dd ul li {
	width: 50%;
	padding-left: 20px;
	position: relative;
	margin-top: 5px;
}
.pref_box .right_box dl dd ul li:nth-child(-n+2) {
	margin-top: 0;
}
.pref_box .right_box dl dd ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #70952E;
	position: absolute;
	top: 10px;
	left: 0;
}
.pref_box .right_box dl dd ul li::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 12px;
	left: 2px;
}
.pref_box .right_box dl dd p {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}
.pref_box .right_box dl dd p .txt_red {
	font-size: 24px;
}
.slick-prev {
	left: 10px;
	z-index: 1;
	font-size: 24px;
}
.slick-prev:before {
	content: "\f137";
	font-family: Fontawesome;
	color: #fff;
}
.slick-next {
	right: 10px;
	z-index: 1;
	font-size: 24px;
}
.slick-next:before {
	content: "\f138";
	font-family: Fontawesome;
	color: #fff;
}
#slider{
	margin:0 auto;
}
.slide-item img {
	width: 100%;
}
.thumbnail-list {
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
}
.thumbnail-item {
	width: calc((100% - 4%) / 5);
	margin-right: 1%;
	margin-top: 1%;
	box-sizing: border-box;
	position:relative;
	cursor: pointer;
}
.thumbnail-item:nth-child(5n) {
	margin-right: 0;
}
.thumbnail-item::after {
	content:'';
	background-color: rgba(0,0,0,0.5);
	position:absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.thumbnail-current:after {
	opacity: 0;
}
.thumbnail-item .thumbnail-current img {
	width: 100%;
	margin: 0 auto;
}


@media only screen and (max-width: 768px) {
	#fv {
		padding: 10px 0 20px;
	}
	#works h2 {
		font-size: 28px;
		border-bottom: 2px solid #007943;
		text-wrap: auto;
	}
	#works h2 span {
		padding: 0;
		border: none;
	}
	#works .cate_txt {
		margin-top: 10px;
		line-height: 1.5;
		text-align: left;
	}
	#works .flexbox {
		margin-top: 20px;
		flex-wrap: wrap;
	}
	#works .flexbox .left_box {
		width: 100%;
		margin-right: 0;
	}
	#works .flexbox .right_box {
		width: 100%;
		margin-top: 20px;
	}
	
	#works .sub_txt {
		font-size: 18px;
		text-align: left;
	}
	
	.pref_title {
		font-size: 24px;
	}
	.pref_box .haka_name {
		font-size: 20px;
		font-weight: bold;
		color: #007943;
	}
	.pref_box .price {
		text-align: right;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		position: relative;
		padding-bottom: 5px;
		border-bottom: 2px solid #ccc;
	}
	.pref_box .price::before {
		content: "";
		width: 20%;
		height: 2px;
		background-color: #70952E;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.pref_box .price .txt_red {
		font-size: 20px;
	}
	
	.pref_box .left_box {
		width: 100%;
		margin-right: 0;
	}
	.pref_box .right_box {
		width: 100%;
	}
	.pref_box .right_box dl dd ul li {
		width: 100%;
	}
	.pref_box .right_box dl dd p {
		font-size: 14px;
	}
	.pref_box .right_box dl dd p .txt_red {
		font-size: 20px;
	}
}