@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: url(/images/common/bg_body.jpg);
	color: #482e1d;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	color: #666;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
}
*/
img {
	vertical-align: top;
	max-width: 100% !important;
	height: auto !important;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}

.mr20{
	margin-right: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.bold {
	font-weight:bold;
}

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #75440f;
}

.small{
	font-size: 90%;
}

@media only screen and (orientation : landscape) { /*横向き*/
}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}
}

.center {
	text-align: center;
}

.container h3 {
	font-size:16px;
	color:#999;
	line-height:120%;
	font-weight: bold;
}

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	border-top: 5px solid #391e03;
	padding: 5px;
}
header h1{
}

header .logo{
	text-align:center;

}

header .logo img{
	vertical-align: bottom;
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 0 0 0px;
	font-size:12px;
}
footer nav{
	clear: both;
	margin:5px;
}
nav.homenav div{
	float: left;
	width: 48%;
	background-color: #d4773a;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
nav.homenav div a{
	display:block;
	padding:5px;
	color: #fff;
}
nav.homenav div:nth-child(even){
	float:right;
}
footer nav ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #ece0d2;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	background-color: #391e03;
}
footer nav ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #ece0d2;
	border-top-color: #ece0d2;
}
footer nav ul li:first-child,
footer nav ul li:nth-child(2){
	border-top:none;
}
footer nav ul li:nth-child(even){
	border-right:none;
}

footer nav ul li a{
	background:url(/images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:8px;
	color: #fff;
	font-size: 10px;
}
footer .info {
	margin:10px;
}

footer .info a {

}

footer .under {
	background-color: #391e03;
}
footer .under ul {
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ece0d2;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ece0d2;
}
footer .under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
}
footer .under ul li a {
	display:block;
	padding:10px 10px;
	color: #fff;
}
footer .under ul li:first-child{

}
footer .under ul li:nth-child(even){
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
footer small {
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 10px;
	clear: both;
	background-color: #391e03;
	color: #FFF;
}
footer small#copy a{
	color: #464646;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background: #391e03;
}

.visual h2{
	text-align: center;
}
.visual.sub h2{
	text-align: center;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */
section.content {
	margin-bottom:20px;
	margin-top: 10px;
}

section.content nav{
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	margin-bottom: 10px;
	border: 1px solid #C0B3A3;
	background-color: #FEF7EF;
}

section.content nav ul {
	width: 100%;
	overflow: hidden;
}
section.content nav ul li {
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0B3A3;
}
section.content nav ul li a{
	background:url(/images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav ul li:first-child{
	border-top:none;
}

/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn {
	padding:0 10px 0 0;
	display: block;
	background:url(/images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	border-radius: 6px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.btn a,.listbtn li a{
	background:url(/images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color: #d4773a;
}
.btn.entrybtn2{
	background-color: #0a4ab6;
}
.btn.entrybtn2 a{
	color: #fff;
}



/*
横並び画像1列2枚
*/

ul.sp2{
	overflow: hidden;
}
ul.sp2 li{
	text-align:center;
	margin:5px 0 ;
	padding:5px;
	width:45%;
	float:left;
	overflow:hidden;
}
ul.sp2 li:nth-child(2n){
	float:right;
}
ul.sp2 li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
}
ul.sp2 li img{
	padding:0px;
}

/*
横並び画像1列3枚
*/
ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
	overflow: hidden;
}
ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}


/*=============================
	TopPage setting
===============================*/
#home {
	padding: 0 5px 0 5px;
}
#home .section {
	margin: 0 auto;
}
	#home p { color: #444;}
.greeting {
	background: #fff;
	padding: 5px;
	display: none;
}
.topic {
	padding: 20px 0 20px 0;
	background: url(/images/top/bg_section02.jpg);
}
.topic h3 {
	font-weight: bold;
	font-size: 16px;
}

.information {
	padding: 20px 0 20px 0;
}
	.information ul { padding-top: 10px;}
	.information li {
		padding: 5px 0 5px 20px;
		font-weight: bold;
		overflow: auto;
	}
	.information li a {
		font-weight: normal;
	}
.news {
	margin-bottom: 20px;
}
	.news li {
		color: #d4773b;
		background: url(/images/top/arw-01.jpg) left no-repeat;
	}
.blognews {
	margin-bottom: 20px;
}
	.blognews li {
		color: #348d22;
		background: url(/images/top/arw-02.jpg) left no-repeat;
	}
.contact-top {
	clear: both;
	padding: 60px 25px 0 25px;
}



/*=============================
	Sub(Lower)Page setting
===============================*/

#home.subcon {
	padding:10px 5px 0 5px;
	text-align:left;
	margin: 0 auto;
	}
#home.subcon h3{
	background:url(/images/common/h3.jpg) left no-repeat;
	margin:10px 0 10px 0px;
	padding:20px 0 18px 60px;
	font-weight:bold;
	font-size:16px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	}
	#home.subcon h4{
	border-top:1px dashed #a19481;
	border-bottom:1px dashed #a19481;
	margin:30px 0 10px 5px;
	padding:10px 0 10px 0px;
	font-weight:bold;
	font-size:18px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	}
#home.subcon p{
	padding:10px;
	line-height:20px;
	}

.cen{text-align:center;}
.txtbox01{ width:100%;}
.imgsp{margin-bottom:10px;}

.ulbox01{padding:10px;}

em.clrred{
	color:#990000;
	font-style:normal;
	}
.fLeft{float:left;}
.fRight{float:right;}

span.point01{font-size:15px; font-weight:bold; color:#d4773b;}

/*=============================
	defTable
===============================*/

table.defTable01 {
	margin:10px 0px 0px 0px;
	}
table.defTable01 th,
table.defTable01 td {
	border:solid 1px #dfba8d;
	text-align:left;
	line-height:20px;
	}
table.defTable01 th {
	padding:15px 5px 15px 5px;
	width:30%;
	font-weight:bold;
	font-size:1.0em;
	vertical-align: middle;
	text-align: center;
	background:#fad4a7;
	color:#3c281f;
	border-left:solid 3px #dfba8d;
	}
table.defTable01 td {
	padding:15px 5px 15px 5px;
	background:#ffffff;
	border-left:solid 3px #dfba8d;
	}
table.defTable01 td.cen{
	text-align:center;
	}



/* =========================================================
■sitemap.html
========================================================= */
.sitemap-list li{
	background:url(/images/common/arw-01.jpg) no-repeat 10px 6px;
	margin:15px 0px 10px 0px;
	padding:2px 0px 10px 30px;
	border-bottom: 1px dotted #c8b9a4;
	}

/* =========================================================
■blog.html
========================================================= */
.blog dt{
	font-size:16px;
	font-weight:bold;
	padding:10px 10px 10px 20px;
	background: #fad4a7 url(/images/blog/blogicon.gif) 5px no-repeat;
	color:#3c281f;
	border-top:solid 3px #dfba8d;
}
.blog dd{
	background:#FFF;
	padding:20px;
}
	.blog dd p{ padding:0px!important;}
.blogTop{
	text-align:right;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	font-size:12px;
	margin:10px auto 30px;
}
.bloglistArea ul { padding-top: 10px;}
	.bloglistArea li {
		padding: 5px 20px 5px 20px;
		font-weight: bold;
		overflow: auto;
	}
	.bloglistArea li a {
		float: right;
		width: 840px;
		font-weight: normal;
	}

/* =========================================================
■gallery.html
========================================================= */
ul.galleryList{overflow:hidden;}
ul.galleryList li{
}
	ul.galleryList li dl{
		padding:8px 10px 10px 10px;
		background:#FFF;
		border:solid 1px #dfba8d;
	}
		ul.galleryList li dl dt{
			font-size:14px;
			font-weight:bold;
			padding:5px 0px 10px 20px;
			background:url(/images/gallery/icon.jpg) no-repeat left center;
		}
		ul.galleryList li dl dd img{ border:#dfba8d 3px solid;}
.productbox{
	background:#FFFFFF;
	border:1px solid #e5e5e5;
}

/* bxGallery設定
-------------------------*/

.thumbnailGallery { margin: 0px 0px 0px 0px;
	background:#FFF;
	padding:30px 0px 20px 35px;
}

	.thumbs{}
	.thumbs li { margin: 0px 0px 10px 10px;}

.casetext{ background-color:#FFF;
	border:2px solid #dfba8d;
	padding:10px;
	margin:20px 0px;}


/* =========================================================
■event-seminar.html
========================================================= */
ul.eventList{overflow:hidden;}
ul.eventList li{
	margin:10px;
}
	ul.eventList li dl{
		padding:8px 10px 10px 10px;
		background:#FFF;
		border:solid 1px #dfba8d;
	}
		ul.eventList li dl dt{
			font-size:14px;
			font-weight:bold;
			padding:5px 0px 10px 20px;
			background:url(/images/gallery/icon.jpg) no-repeat left top;
		}
		ul.eventList li dl dd img{ border:#dddddd 3px solid; }

/* =========================================================
■company.html
========================================================= */
.staffList{overflow:hidden;
margin-bottom: 20px;}
.staffList li{
	margin:10px;
}
	.staffList li .inBox{
		overflow:hidden;
		background:#FFF;
		border:1px solid #dfba8d;
		padding:10px;
	}
.staffList li img{
	text-align: center;
	display: block;
	margin: 0 auto;

	/* box-shadow */
	box-shadow:rgba(64, 64, 64, 0.470588) 3px 3px 2px -1px;
	-webkit-box-shadow:rgba(64, 64, 64, 0.470588) 3px 3px 2px -1px;
	-moz-box-shadow:rgba(64, 64, 64, 0.470588) 3px 3px 2px -1px;
}
.staffList li dl{
}
	.staffList li dt{
		font-size:16px;
		font-weight:bold;
		margin:10px 0px 15px 0px;
		padding-bottom:5px;
		border-bottom:1px dashed #996600;
		color:#d4773b;
	}
	.staffList li dt span{font-size:12px; color:#444;}
.staffList li dd p{ padding:0px!important; }

/* =========================================================
■ban.html
========================================================= */
.ban_Box{margin:10px 0px 30px 0px;}
.ban_concept{background:url(/images/ban/bg.jpg) no-repeat;
	padding:160px 10px 0px 20px;
	height:450px;}
.ban_concept p{width:450px; font-size:13px; }

/* =========================================================
■wp-pagenavi
========================================================= */
.wp-pagenavi {
	text-align:center;
	margin:10px 0 20px 0;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 9px 6px 9px !important;
		border:solid 1px #B6B6B6 !important;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#E6E6E6 !important;
		background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #866454 !important;
		border-color:#886756 !important;
		background:#A37A66 !important;
		background:-moz-linear-gradient(top,#E9C4B2 1px,#C59882 1px,#A37A66) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#E9C4B2),color-stop(0.02,#C59882),color-stop(1,#A37A66)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		padding:6px 9px 6px 9px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:3px !important;
		text-shadow:0px 1px #866454 !important;
		border-color:#886756 !important;
		background:#A37A66 !important;
		background:-moz-linear-gradient(top,#E9C4B2 1px,#C59882 1px,#A37A66) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#E9C4B2),color-stop(0.02,#C59882),color-stop(1,#A37A66)) !important;
}

.fb{
	padding: 18px 0 !important;
	text-align: center;
	background: #495fb5;
	color: #fff !important;
	font-weight: bold;
	border-radius: 6px;
	margin-bottom: 20px;
}
.fb2{
	text-align: center;
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.history ul li{width: 96%;}
.history ul li img {
    padding: 5px;
    border: solid 1px #000;
    background: #fff;
    width: 96%;
}


.key-visual img{width: 100%;height: auto;}

.bx-controls ,.bx-has-pager ,.bx-has-controls-direction{display: none;}

.sns{
	display: inline-block;
	font-size: 0;
	width: 100%;
}
.sns li{
	display: inline-block;
	width: 50%;
	background: none;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.sns li a{
	width: max-content;
	float: none;
}


/**/
.flexbox{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.name_card li{
	width: 50%;
}

.name_card li img{width: 100%;}

.style_type li{
	width: 100%;
	background: #fff;
	padding: 0.5%;
}

.style_type li h4{font-size: 16px !important;}

.style_type li img{width: 100%;}