@charset "utf-8";

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #4d4d4d;
	font-size: 90%;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

a:link {
	text-decoration: none;
	color: #2A6E3C;
}

a:visited {
	text-decoration: none;
	color: #973786;
}

a:hover,
a:focus {
	color: #c30;
}

a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: .75em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #d00;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}

.none_text {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.inner {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

img {
	max-width: 100%;
	height: auto;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

#pagetop {
	position: fixed;
	right: 30px;
	bottom: 10px;
	z-index: 10;
	opacity: 0.8;
}

#content {
	padding-bottom: 50px;
	position: relative;
}

/* ===スマホ表示(PC)=== */
.sp {
	display: none;
}

/* ===Header(PC)=== */
#header {
	margin-top: 10px;
		margin-bottom: 0px;
}

.headWrapper {
	position: relative;
}

.h_top {
	display: flex;
	justify-content: space-between;
	width:95%;
	margin:0px auto;
}
.h_logo{
	max-width:250px;
	
}
.h_logo img{
	width:100%;
	
}
.h_right {
	padding-top:10px;
	font-weight:bold;
}

.h_right a {
	text-align: right;
	margin:0px 0px 10px 0px;
	display: block;
}

.h_r_list {
	text-align: right;
	padding-bottom: 10px;
}

.h_r_list li {
	display: inline;
}

.h_search {
	text-align: right;
	margin-bottom: 10px;
	margin-left:20px;
}

#keyword {
	border: 1px solid #ccc;
	width: 200px;
}

.top_nav ul {
	display: flex;
}

.top_nav ul li {
	background: #016A15;
	width: 17%;
	border-left: 1px solid #fff;
	text-align: center;
	padding: 10px 0;
}



.top_nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
}

.top_nav ul li:hover {
	opacity: 0.7;
}

/* ===Footer(PC)=== */
#footer{
	
	background-color: #eee;
	padding:10px;
}
.f_top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
	padding-top: 10px;
}

.f_top img {
	margin-right: 20px;
}

.f_top_l {
	width:200px;
}
.f_top_l img {
	width:100%;
}
.f-adress{
	
	font-weight:bold;
}
.f_img {
	padding-top: 8px;
}

.f_list {
	padding: 5px 0;
}

.f_list li {
	display: inline;
}

/* ===TOPページ(PC)=== */

.img-lay{
	
	position:relative;
	z-index: 100;
}
.slideBody {
	margin-bottom: 10px;
}

.slick-slide,
.slick-current,
.slick-active {
	left: 0 !important;
	position: absolute !important;
	display: block;
}

.slick-slide img{
	width: 100%;
	max-height: 760px;
}

.lay_bunner {
	position: absolute;
}

.top {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.top_l {
	display: flex;
	flex-wrap: wrap;
	width: 74%;
}

.top_l img {
	border: 1px solid #ccc;
}

.top_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.top_content div {
	margin-bottom: 20px;
	width: 48%;
}

.omakase {
	border: none !important;
	margin: 10px 0px;
	padding-bottom: 5px;
}

.top_r {
	width: 24%;
}

.top_title {
	background: #016A15;
	padding: 5px 0 5px 5px;
	color: #fff;
	margin: 5px 0;
}

.news li {
	background-image: url(/theme/sn-default/images/02.gif);
	background-repeat: no-repeat;
	background-position: top 3px left;
	padding: 0 0 5px 20px;
}

.news li .title {
	display: block;
}

.news_all {
	text-align: right;
	padding-bottom: 5px;
}

.top_dandan {
	text-align: center;
	padding-bottom: 5px;
}

.fbContainer .fbcomments,
.fbContainer .fb_iframe_widget,
.fbContainer .fb_iframe_widget[style],
.fbContainer .fb_iframe_widget iframe[style],
.fbContainer .fbcomments iframe[style],
.fbContainer .fb_iframe_widget span,
.twitterContainer iframe {
	width: 100% !important;
}

.fbContainer {
	margin-bottom: 5px;
	text-align: center;
}

.blog {
	text-align: center;
}

.top_bunner {
	text-align: center;
	margin:30px auto;
}

/* ===パンくずリスト(PC)=== */
#breadCrumb {
	padding: 5px 0;
}

/* ===カテゴリページ(PC)=== */
.contentTitle h1 {
	font-size: 200%;
	border-bottom: 1px solid #016A15;
	border-left: 10px solid #016A15;
	padding: 5px 5px 5px 15px;
	color: #016A15;
	margin: 5px 0 10px;
}

.pagelist-item {
	border-bottom: 1px solid #016A15;
	border-collapse: collapse;
	margin-bottom: -1px;
	padding: 20px;
	overflow: auto;
}


.pagelist-item .thumb {
	padding-right: 20px;
	float: left;
	clear: both;
}

.pagelist-item .thumb img {
	width: 132px;
	height: 115px;
	object-fit: cover;
}

.pagelist-item .title {
	background: url(/theme/sn-default/images/02.gif);
	background-repeat: no-repeat;
	background-position: top 2px left 0;
	padding: 0 0 5px 20px;
	font-size: 130%;
	font-weight: bold;
}
.pagelist-item .date {
display: block;

}


.pagelist-item .description {
	display: block;
	padding-left: 20px;
}

.wrap-work .pagelist-item {
	border: none;
	border-collapse: collapse;
	margin-top: 20px;
	padding: 0px;

}

.wrap-work .pagelist-item .title {
	background: url(none);
	background-repeat: no-repeat;
	background-position: top 2px left 0;
	padding: 10px 10px 10px 20px;
	margin-bottom:10px;
	font-size: 130%;
	font-weight: bold;
	background-color: #eee;
	display: block;
}

.wrap-work .pagelist-item .description {
	display: block;
	padding-left: 20px;
}



/* ===実績カテゴリページ(PC)=== */

/*
.top-category_works ul{
		display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
*/
.top-category_works .pagelist-item {
	border-bottom: none;
	border-collapse: collapse;
	margin-top: 30px;
	padding: 0px;
	overflow: auto;
	width:46%;
}


.top-category_works .pagelist-item .thumb {
	padding-right: 20px;
	float: none;
	clear: both;
}

.top-category_works .pagelist-item .thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.top-category_works .pagelist-item .title {
	background: url(/theme/sn-default/images/02.gif);
	background-repeat: no-repeat;
	background-position: top 2px left 0;
	padding: 0 0 5px 20px;
	font-size: 130%;
	font-weight: bold;
}

.top-category_works .pagelist-item .description {
	display: block;
	padding-left: 20px;
}




/* ===個別ページ(PC)=== */
.print_wrp {
	text-align: right;
}

.page_inner {
	display: flex;
	justify-content: space-between;
}

.main_content {
	width: 75%;
}

#sidemenu {
	width: 23%;
}

#sidemenu {
	border: 1px solid #016A15;
	padding: 15px;
	margin: 5px 0 0 0;
}

.sideHeader {
	padding: 10px 0px;
	color: #016A15;
	border-bottom: 1px solid #016A15;
}

.sideBody {
	margin: 5px 0;
}

.sideBody ul li {
	background: url(/theme/sn-default/images/01.gif);
	background-repeat: no-repeat;
	background-position: top 12px left 0;
	padding: 10px 0 10px 20px;
}

.active {
	background: #016A15;
	background-size: cover;
	opacity: 0.8;
	color: #fff;
	padding: 3px
}

/* ===検索ページ(PC)=== */
.search ul li {
	background: url(/theme/sn-default/images/02.gif);
	background-repeat: no-repeat;
	background-position: top 7px left 0;
	padding: 5px 0 5px 20px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}

.search .thumb {
	padding-right: 20px;
	float: right;
	clear: both;
}

.search .thumb img {
	width: 132px;
	height: 115px;
	object-fit: cover;
}

/* BreadCrumb
================================================== */

.scrText {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list {
	/*border-left: 1px dotted #444;*/
	margin: 1em 1em;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item {}

.sitemap-list-item-span a {
	text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list {
	list-style-type: disc;
}

ul.sitemap-list.sm-depth2-list {
	list-style-type: circle;
}

ul.sitemap-list.sm-depth3-list {
	list-style-type: square;
}

ul.sitemap-list.sm-depth4-list {
	list-style-type: circle;
}
.wrap-dandan{
			margin-bottom:30px;
	
}

.wrap-dandan-cl{
		padding:15px;
	background-color: #eee;
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:0px 0px 20px 0px;
}

.dandan-img{
	
width:35%;
	max-width: 250px;
}
.dandan-img img{
	
width:100%;
}

.tbl-dandan{	
	width:60%;
}
.tbl-dandan th{	
	padding:10px;
	border-bottom:1px solid #ccc;

}
.tbl-dandan td{	
		padding:10px;
	border-bottom:1px solid #ccc;
}
.clr{
	clear:both;
}


/* 980px以下
================================================== */
@media screen and (max-width:980px) {}

/* 801px以下
================================================== */
@media screen and (max-width:801px) {

	/* ===スマホ表示=== */
	.sp {
		display: block;
	}

	/* ===スマホ非表示=== */
	.sp_blk {
		display: none;
	}

	/* ===Header(TB)=== */
	.h_top {
		z-index: 2000;
		margin: 0;
		opacity: 0.95;
		width: 100%;
		height: 72px;
		background: #fff;
		display: inline-block;
	}

	.h_logo img {


	}

	/* ===Footer(TB)=== */
	.f_top {
		flex-direction: column;
	}

	.f_top_l {
		width: 100%;
	}

	.f_top_l img {
		width: 50%;
		height: 100%;
	}

	.f_list li {
		display: block;
	}

	/* ===TOPページ(TB)=== */

	.top {
		flex-direction: column;
	}

	.top_l,
	.top_r {
		width: 100%;
	}

	.shiryo img {
		width: 100%;
	}

	/* ===個別ページ(TB)=== */
	.main_content {
		width: 100%;
	}

	#sidemenu {
		display: none !important;
	}



}

/* 748px以下
================================================== */
@media screen and (max-width:748px) {

	/* ===Header(SP)=== */
	.h_logo {
		width: 82%;
	}

	.h_right a img {
		text-align: center;
		width: 100%;
	}

	/* ===TOPページ(SP)=== */
	.top_bunner a img {
		width: 48%;
	}
}

/* 448px以下
================================================== */
@media screen and (max-width:448px) {

	/* ===Header(SP)=== */
	.h_logo img {
		height: 58px;
	}


}