@charset "UTF-8";
/*
	Theme Name: kokyusumai
	Author: eSales System Laboratory Inc.
	Author URI: http://www.e-uru.biz/
	Version: 1.0.0
*/

/****************************************
          General Setting
*****************************************/
html {
	margin: 0px auto;
}


body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: center;
	font-size: 16px;
	margin: 0px auto;
	padding: 0px;
	min-width: 1000px;
	overflow-x: hidden;
	font-weight: 500;
}

img {
    border-style:none;
}

@media (max-width: 1000px) {
	body {min-width: 1000px;}
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
          List

*****************************************/

ul,ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #2770c1;
}

img {
	max-width: 100%;
}

footer {
	background: #fff;
	min-width: 1000px;
}

p {
margin-top: 0px;
}
/****************************************

          Layout

*****************************************/
#maincon {
	margin-top: 120px;
}

body.error404 #maincon,
body.home #maincon {
	margin-top: 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
}


#headerL {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 0px;
	z-index: 10000;
	background: #fefefe;
	border-bottom: 1px solid #8e5249;
}

body.error404 #headerL,
body.home #headerL{
	background: rgba(239, 238, 238, 0.7);
	border-bottom: 0px solid #8e5249;
}

#header {
	display: block;
	width: 1050px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

body.error404 #header,
body.error404 .wrapper,
body.home #header,
body.home .wrapper {
	width: 1200px;
}

#header h1 ,
#header h2 {
	font-size: 18px;
	text-align: left;
	margin: 15px 0px 0px 0px;
	line-height: 1.6em;
	padding: 0px;
	float: left;
	text-align: center;
	width: 12em;
	font-weight: 500;
}

#header .alignleft {
	margin: 0px;
}

#main {
	margin-top: 0px;
	text-align: left;
	float: right;
	width: 740px;
}

#page {
	padding: 10px 0px;
	width: 740px;
	float: right;
}

#detail {
	padding: 10px 15px;
	border: 1px solid #eee;
}

#sidepage,
#sidebar01,
#sideblog,
#sidebar {
	float: left;
	width: 280px;
}

#sidebar01,
#sideblog,
#sidebar {
	padding: 0px 0px 20px 0px;
}

#footer {
	text-align: left;
	padding: 1px 0px 0px 0px;
	margin: 0px auto;
	width: 1200px;
}

#footer h2, #footer h3 {
display: inline;
}

footer .logo {
	margin-top: 30px;
}

/****************************************

          header

*****************************************/
/****************************************

          Navigation

*****************************************/
/* ------- メニュー部分 ------- */


.menu{
 clear: both;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
  padding: 0;
  height: auto;
  float: right;
}

.menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
 float:left;
  margin: 0;
  padding: 0;
}

.menu a{
	font-size: 15px;
	display: inline-block;
	color: #8e5928;
	padding: 10px 1px 20px;
	margin: 0px 8px;
	position: relative;
	font-weight: 500;
}

body.error404 .menu a,
body.home .menu a{
	padding: 30px 1px;
}

.menu li:hover a:after {
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 5px;
	background: #8e5928;
	content: " ";
	position: absolute;
}

.menu li.menu9:hover a:after,
.menu li.menu8:hover a:after {
	display: block;
	height: 0px;
	width: 100%;
	margin-top: 5px;
	background: #8e5928;
	content: " ";
	position: absolute;
}

.menu li.menu9 a,
.menu li.menu8 a {
	background: #8e5928;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px;
	margin-left: 1px;
	text-align: center;
	width: 7em;
	font-weight: 600;
}

.menu li.menu9,
.menu li.menu8 {
	display: none;
}

body.error404 .menu li.menu9,
body.error404 .menu li.menu8,
body.home .menu li.menu9,
body.home .menu li.menu8 {
	display: inline-block;
}

.menu li.menu9:hover a:after,
.menu li.menu8:hover a:after {
	display: block;
	height: 0px;
	width: 100%;
	margin-top: 0px;
	background: #103559;
	content: " ";
	position: absolute;
}

.menu ul:after {
    clear: both;
    display: block;
    content: "";
}


/* ------- メニュー部分 ------- */


/* ------- メニュー部分 ------- */


/****************************************

          header image

*****************************************/

/****************************************

          Breadcrumb

*****************************************/



.breadcrumbs {
    margin-left: 0px;
   margin-bottom: 5px;
    color: #aaa;
    padding: 5px 0px;
   font-size: 12px;
	border-bottom: 1px solid #eee;
}

/****************************************

          Top slider

*****************************************/

.slide_all {overflow: hidden; width: 100%; height: auto;}

.bx-viewport {
	overflow: visible!important;
//	width: 1000px!important;
}

/****************************************

          Main

*****************************************/

.rightlink {
	text-align: right;
}

.rightlink a {
	font-size: 16px;
	box-shadow: 2px 2px 2px #eee;
	color: #fff;
	background: #93c21e;
	padding: 10px 20px;
	margin: 10px 10px;
	display: inline-block;
}

.rightlink a:hover {
	box-shadow: 2px 2px 2px #999;
}

.link {
	padding: 7px 20px 7px 15px;
	float: right;
}

.vevent .img,
.vlist .img {
	width: 250px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #eee;
}

.link a {
	color: #333;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
}

.link a:hover {
	color: #ff0000;
}


.wlink::after {
	clear: both;
	display: block;
	content: "";
}

.wlink a:hover {
	color: #fff;
	text-decoration: underline;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(/images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}

	.page-link a{
		border-bottom: none;
		color: #000;
	}

	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

/****************************************

          Footer

*****************************************/

#copyright{
	text-align: center;
	padding: 10px 0 30px 0px;
	font-size: 100%;
	margin: 10px 0px 0px;
	color: #fff;
}

#copyright a {
	color: #fff;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	margin-bottom: 15px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 14px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

/****************************************

          Clearfix

*****************************************/

#header::after{
	clear: both;
	display: block;
	content: "";
}

#container {
/*	background: #f8f8fb; */
}

.breadcrumbs:after,
#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

#inbox {
text-align: left;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 1000px;
}


/* ------- サイド　コンテンツボックス------- */
.widgettitle,
.boxtitle {
text-align: left;
font-size: 20px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 5px 30px;
font-weight: 500;
background: #eee;
}

.gyaji .boxtitle a { padding-left: 0px; }

.boxtitle.sicon01 {
	background: url(/images/sicon01.gif) no-repeat left center;
}

.boxtitle.sicon02 {
	background: url(/images/sicon02.gif) no-repeat left center;
}

.boxtitle.sicon03 {
	background: url(/images/sicon03.gif) no-repeat left center;
}
#sideblog ul {list-style: none;}

.box_osusume {
background: #ffffff;
text-align: left;
margin: 10px 0px 20px 0px;
padding: 5px 5px 10px 5px;
line-height: 2em;
color:#333333;
border: 1px solid #8e5928;
}

.box_osusume a     {color:#333333;text-decoration:none;}
.box_osusume a:link  {color:#333333;text-decoration:none;}
.box_osusume a:visited  {color:#333333;text-decoration:none;}
.box_osusume a:hover  {color:#2770c1;text-decoration:underline;}

.box_osusume ul li{
text-align: left;
list-style-type: none;
margin-left: 5px;
padding: 10px 15px 3px 15px;
}

.bline {
	border-bottom: 2px solid #0566af;
}

.gline {
	border-bottom: 2px solid #ddd;
}

.box {
text-align: left;
margin: 10px 0px 20px 0px;
padding: 10px 10px;
border: 1px solid #8e5928;
}

.box ul {
background: #fff;
margin: 0px 0px;
}

.box ul li{
text-align: left;
list-style-type: none;
margin-left: 0px;
padding: 5px 0px 5px 5px;
}

.box ul li ul.children {
	padding-top: 4px;
}

.box ul li h2 a {
background: #ddd;
border-radius: 5px;
margin-bottom: 1px;
padding: 5px 0px 5px 15px;
display: block;
}

.box ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}

.box ul li h2 {
font-size: 16px;
margin: 0px 0px;
padding: 0px 0px 0px 0px;
}

.box ul li li h2 {
font-size: 15px;
margin: 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.3em;
}

.box ul li li a:before {
	content: "-";
}

.gyaji a {
padding-left: 25px;
}

.byaji a {
padding-left: 25px;
background: url(/images/yaji-b.png) no-repeat left center;
}

/* ------- サイド　コンテンツボックス------- */

.BorderG {
	border: 2px solid #dddddd;
	border-radius: 5px;
}

.HrG {
	clear: both;
	height: 1px;
	border: 0px;
	background: #dddddd;
}

.pagetoi {
	clear: both;
	margin: 10px 0px 0px 0px;
}

.pagetoi img{
	margin: 5px 0em;
}

.kizi_body {
	padding: 10px 10px;
}

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font26 { font-size: 26px; }
.font28 { font-size: 28px; }
.font36 { font-size: 36px; }

/****************************************

          margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { 	margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { 	margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt15 { 	margin-top: 15px; }
.mt20 { 	margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { 	margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt30 { 	margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { 	margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { 	margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { 	margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { 	margin-top: 50px; }
.mr50 { margin-right: 50px; }
.ml50 { 	margin-left: 50px; }
.mb50 { margin-bottom: 50px; }

/****************************************

          padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }

/* ------- フッターメニュー部分 ------- */
.menuf {
 font-size: 14px;
 margin-left: auto;
 margin-right: auto;
  padding: 0;
 text-align: left;
}

.menuf ul {
display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
margin-top: 10px;
padding-left: 12px;
}

.menuf li {
 line-height: 1.6em;
 display: inline-block;
 height:auto;
 text-align: left;
float: left;
  margin: 5px 2px 5px 0px;
	padding: 0px 0px 0px;
	position:relative;
}

.menuf a {
width: 170px;
display: block;
padding: 5px 0px;
}
.menuf li.item02 a {
width: 140px;
}

body.error404 .menuf a,
body.home .menuf a {
width: 170px;
}

.menuf li.item03 a {
	width: 230px;
}

.menuf a:before {
	content: ">";
	padding-right: 10px;
	font-size:14px;
	font-weight: bold;
}

.menuf li:last-child a:after {
	content: "";
}

/* ------- フッターメニュー部分 ------- */

.fBloc {
	clear: both;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 12px;
}

.fBloc.half {
	float: left;
	max-width: 52%;
	margin-left: 2%;
}

.fBloc h2 {
	font-size: 12px;
	display: inline;
}

.fBloc p {
	display: table-cell;
}

.fBloc dl {
	font-size: 12px;
	width: 285px;
	display: inline-block;
	border: 2px solid #eee;
	padding: 8px 10px;
	background: #fff;
	margin-top: 0px;
	margin-right: 10px;
}

.fBloc dl img {
	margin-top: 2px;
	margin-right: 10px;
}
.fBloc dd h2 {
	font-weight: bold;
	font-size: 14px;
}

.fBloc dt {
	margin: 0px 0px;
}

.fBloc a:hover {
	color: #333;
}

.box_seo2 {
	clear: both;
	margin: 20px 20px 0px 20px;
}

.pin {
	font-size: 13px;
padding-right: 3px;
	color: #d0b777;
}


.kizi {
	border: 1px solid #eee;
	padding: 10px 20px 30px;
}

.mB {
	font-size: 24px;
	padding: 0.3em 15px 0.3em;
	position: relative;
	border-left: 3px solid #8e5928;
	font-weight: 500;
	margin: 30px 0px;
}

.imglist {
	width: 35%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.midashi {
	clear: both;
	font-size: 20px;
	padding: 8px 15px;
	color: #8e5928;
	font-weight: 600;
	margin: 30px 0px 10px 0px;
	border-left: 2px solid #8e5928;
}

.midashim {
	position: relative;
	padding: 0.25em 0;
	margin-bottom:5px;
	font-size: 18px;
	font-weight: 600;
}

.midashim:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(252, 186, 108), transparent);
	background: -webkit-linear-gradient(to right, rgb(252, 186, 108), transparent);
	background: linear-gradient(to right, rgb(252, 186, 108), transparent);
}

.midashis {
	position:relative;
	padding-left:30px;
	line-height: 38px;
	font-weight: 600;
}

.midashis:before {
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	top:14px;
	left:7px;
	background-color:#f08200;
	box-shadow: 0 0 2px 2px rgba(240, 130, 0 , 0.7) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}

.midashis:after {
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:15px;
	width:15px;
	display:block;
	position:absolute;
	top:7px;
	left:2px;
	background-color:#90C31F;
	box-shadow: 0 0 2px 2px rgba(144,195,31,0.2) inset
}

.table-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-grid;
	display: table-cell;
}

.main-h {
	float: none;
	width: 98%;
}

.table-cell {
	display: block;
}


.side-tool-sya{
z-index:101;
position:fixed;
bottom:0;
right:25px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight));
font-size: 12px;
}

.side-tool-sya a{
opacity:.85;
filter:alpha(opacity=85);
text-decoration:none;
border-radius:0px;
background: #4c3121;
display: block;
}

.side-tool-sya .gotop,.side-tool-sya .gotop .bg{
display:block;
width:60px;
height:60px;
border-radius: 30px;
overflow:hidden;
}
.side-tool-sya .gotop{
text-align: center;
line-height: 60px;
bottom:90px;
right:50px;
cursor:pointer;
position:absolute;
color:#FFF;
}
.side-tool-sya .gotop .bg{
z-index:0;
}
.side-tool-sya .gotop:hover .bg{
opacity:.6;
filter:alpha(opacity=60);

}
.side-tool-sya .gotop .ico-gotop{
position:absolute;
left:12px;
top:18px;
z-index:1;
width:26px;
height:14px;
}

#topbutton {
position: fixed;
display: none;
}

.page_navi,
.bread_crumb {
clear-after: left;
margin:0 0 15px 0;
padding:0;
display: inline-block;
}
.page_navi,
.bread_crumb {
clear: left after;
}

.bread_crumb li{
float:left;
font-size:11px;
list-style:none;
}

.bread_crumb li + li:before {
margin: 0 3px;
content: ">";
}
.bread_crumb a{
color:#D81354;
}
.page_navi li {
display: inline;
float:left;
font-size:11px;
list-style:none;
margin:10px 5px 10px 0;
}

.page_navi li a{
display: inline-block;
padding:10px;
border:1px solid #ccc;
}

.page_navi li span {
font-weight:bold;
display: inline-block;
padding:10px;
border:1px solid #0A61B9;
background: #0A61B9;
color:#fff;
}

.page_navi li a:hover {
background:#eee;
text-decoration:none;
}

.gaiyou {
margin:10px 0px 20px 0px;
border: solid 0px #c99269;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.gaiyou table.tab1 { table-layout:auto; background:#f6f6f6; }
.gaiyou th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: normal; width: 12em;}
.gaiyou td { border: solid 1px #dddddd; padding:10px 10px;}

.eventT {
margin:10px 0px 20px 0px;
border: solid 0px #c99269;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.eventT tr { background: url(/images/gaiyo-line.png) no-repeat right bottom; padding:10px 10px;}
.eventT th { border: solid 0px #dddddd; text-align: left; padding:10px 10px; font-weight: normal; width: 3em; vertical-align:top;}
.eventT td { border: solid 0px #dddddd; padding:10px 10px;}


.outlineTable td {
font-weight: normal;
padding: 8px 5px;
background: url(/images/gaiyo-line.png) no-repeat right bottom;
}

.gaiyou-m {
text-align: left;
font-size: 16px;
line-height: 1.2em;
margin: 0px 480px 0px 0px;
padding: 8px 10px 8px 10px;
border-bottom: 2px dashed #b06d46;
color: #2f241a;
}

.history {
border: 0;
margin:10px 0px 20px 0px;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}
.history tr:nth-child(even) { background-color:#efefef;}
.history tr:nth-child(odd) { background-color:#fefefe; }
.history th {border: 1px solid #dddddd; text-align: left; padding:10px 10px; font-weight: normal;}
.history td {border: 1px solid #dddddd; padding:10px 10px 10px 20px;}
.history td.first {width: 12em;}
.bloc {
padding: 10px 20px 10px 20px;
border: 1px solid #ddd;
margin: 10px auto;
border-radius: 5px;
}

.bloc::after {
content: "";
display: block;
clear: both;
}

.bloc2-left {
float: left;
font-size: 16px;
width: 46%;
padding: 5px 10px 5px 10px;
border: 1px solid #ddd;
background-color: #f0f7dd;
margin: 4px auto;
border-radius: 5px;
}

.bloc2-left::after {
content: "";
display: block;
clear: both;
}

.bloc2-right {
float: right;
font-size: 16px;
width: 46%;
padding: 5px 10px 5px 10px;
border: 1px solid #ddd;
background-color: #f0f7dd;
margin: 4px auto;
border-radius: 5px;
}

.bloc2-right::after {
content: "";
display: block;
clear: both;
}

.bloc3 {
padding: 0px 20px 10px 20px;
border: 1px solid #ddd;
margin: 10px auto;
border-radius: 5px;
}

.bloc4 {
padding: 5px 20px 5px 20px;
border: 1px solid #ddd;
margin: 4px auto;
border-radius: 5px;
}


.bloc5 {
padding: 10px 20px 10px 20px;
border: 2px dotted #ddd;
margin: 4px auto;
border-radius: 5px;
}

.comh li {
font-size: 16px;
text-align: center;
float: left;
width:24%;
}

.comh  span {
font-size: 16px;
color: #3f210f;
padding-right: 5px;
}

.comh::after {
clear: both;
content: "";
display: block;
}

.profilelist::after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 10px;
}

.profile {
border:0;
margin-right: 20px;
margin-left:10px;
cellspacing:2;
border-top:1px dotted #dddddd;
max-width: 71%;
}

.profile td {
vertical-align:top;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.profile th {
width: 7em;
vertical-align:top;
border-right:1px dotted #dddddd;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.staffbloc {
padding: 10px 10px;
}

.staffbloc img {
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 2px 2px 2px #eeeeee;
border: 1px solid #eeeeee;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

.clearboth {
clear: both;
}


.staffbloc .pin {
font-size: 14px;
color: #333333;
padding: 0px 20px;
background: url(/files/pin.png) no-repeat left center;
}

.point{
	position:relative;
	margin:20px 22px 20px 0px;
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size: 16px;
	background:#eee;
	box-shadow:
		12px 0 0 0 #eee,
		0 12px 0 0 #eee,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.point:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc3333;
}
.point:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:65px;
	height:10px;
	background:rgba(215,21,24,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.right_exit {
border: 1px solid #555;
margin: 20px 10px 0px 50%;
padding: 10px;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit a {
	padding: 0px 0px;
	margin-bottom: 0px;
	clear: both;
	float: right;
	padding-left: 30px;
	display: block;
}

.right_exit a::after {
	content: " ▶";
	font-size:13px;
}

.right_exit2 {
border: 1px dotted #333333;
margin: 20px 10px 0px 38%;
padding: 10px;
background: #fff;
}

.last {
	margin-right: 0px !important;
}

.last::after {
	clear: both;
	display: block;
	content: "";
}

.contactbloc {
display: inline-table;
width: 290px;
height: 490px;
border: 2px solid #cc3300;
background: #ffffff;
box-shadow: 2px 2px 2px #eeeeee;
padding: 10px 10px;
margin: 5px 15px 20px 5px;
border-radius: 5px;
}

.sekourei_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.8em;
	background: url(/images/sekourei-catch.png) repeat top center #fbecde;
	background-size: cover;
	padding: 15px 20px;
	margin: 10px 0px 10px;
}

.event_catch {
	font-size: 20px;
	text-align: center;
	line-height: 1.8em;
	background: url(/images/event-catch.png) repeat top center;
	padding: 20px 10px;
	margin: 10px 0px 30px;
}

.flowbloc {
clear: both;
display: block;
}

img.flow {
width: 43%;
border-radius: 5px;
}

.flowc {
padding: 0px 10px 10px 10px;
}

.aligncenter {
text-align: center;
}

.beforeafter {
width:100%;
margin:0px 0px 20px 0px;
}

.beforeafter tr {
vertical-align: top;
}

.beforeafter td.before {
width:40%;
max-width: 258px;
padding-right: 1.5%;
padding-top: 0px;
}

.beforeafter td.before img,
.beforeafter td.after img,
 {
	max-width: 100%;
}


.beforeafter td.after {
width:55%;
max-width: 355px;
padding-top: 0px;
}

.beforeafter td.yaji2 {
	padding-top: 50px;
}

.beforeafter .yaji:before {
padding-right: 1.5%;
content: "→";
font-size: 38px;
color: #834b2e;
}

.Bradius5 {
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.afterafter img,
.beforeafter img {
	width: 100%;
}

.afterafter {
width:100%;
margin:0px 0px 20px 0px;
}

.afterafter tr {
vertical-align: top;
}

.afterafter td.left {
width:50%;
max-width: 331px;
padding-right: 1%;
}

.afterafter td.left img,
.afterafter td.right img {
	max-width: 100%;
}

.afterafter td.right {
width:50%;
max-width: 331px;
padding-left: 1%;
}


.photos {
	margin-top: 20px;
}

.photos:after {
	clear: both;
	content: "";
	display: block;
}

.photos li:after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 20px;
}

.photos .part {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;
	display: inline-block;
	font-weight: bold;
}

.photos .part:before {
	content: "\f299";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #8e5928;
}

.photos .workdimg {
	width: 100%;
	table-layout: fixed;
}

.photos .workdimg td:first-child {
	padding-right: 1.5%;
	width: 48.5%;
    vertical-align: top;
}

.photos .workdimg td:last-child {
	padding-left: 1.5%;
	width: 48.5%;
    vertical-align: top;
}

/* 施工例詳細ページの見出し */
.midashi-d {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
}

.midashi-d:before {
	content: "\f015";
	font-family: FontAwesome;
	color: #8e5928;
	padding-right: 8px;
	font-size: 24px;
}


}
/* 施工例詳細ページの見出し */

.reformdata .part {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	font-size: 14px;
	display: inline-block;
}

.reformdata .part:before {
	content: "\f299";
	font-family: FontAwesome;
	padding-right: 5px;
}

.reformdata .reformphotos div {
	float: left;
	width: 48%;
}

.reformdata .reformphotos div.img_before {
	width: 48%;
	margin-right: 3%;
	position: relative;
}

.reformdata .reformphotos div.img_before:after {
	content: "⇒";
	font-size: 3em;
	padding-left: 1%;
	padding-right: 2%;
	position: absolute;
	right: 0px;
	top: 30%;
}

.reformdata .reformphotos div.img_before img {
	width: 80%;
}

.reformdata .reformphotos div.img_after {
	margin-right: 3%;
}

.bukendata dl {
	width: 49%;
	display: inline-block;
	border-bottom: 1px dashed #999;
}

.bukendata dl:nth-child(odd) {
	margin: 5px 1% 5px 0px;
}

.bukendata dl:nth-child(even) {
	margin: 5px 0% 5px 0px;
}

.bukendata dl dd,
.bukendata dl dt {
	float: left;
	padding: 5px 10px;
	font-size: 14px;
}

.bukendata dl dt {
	font-weight: bold;
	width: 8em;
	background: #fefefe;
}

.bukendata dl dd {
	width: 180px;
	margin-left: 10px;
	padding-left: 0px;
}

#archiveList li p.title {
	font-size: 1.2em;
	border-bottom: 2px solid #8e5928;
	text-align: left;
	margin: 5px 0px 15px;
	padding: 10px 2px 8px 0px;
	color: #8e5928;
}

#archiveList li p.title a:link,
#archiveList li p.title a:visited {
	color: #8e5928;
}


#archiveList li .box1 {
  text-align: center;
  padding: 3px 15px 0px 0px;
  margin-left: 0px;
  width:280px;
  float: left;
}

#archiveList li .box1 img {
	max-height: 233px;
}

#archiveList li .box2 {
  float: right;
  width:390px;
}

#archiveList li table {
	width:98%;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
}

#archiveList li table th {
  background: #fefefe;
  width: 8em;
  padding: 5px 10px;
  border:1px #ddd solid ;
}
#archiveList li table td {
  background: #fff;
  padding: 5px 10px;
  border:1px #ddd solid ;
}

#archiveList li .more {
	text-align: right;
	margin: 0px 0px 20px;
}

#archiveList li .more a {
  margin-top: 10px;
  margin-right: 10px;
  width:6em;
  padding: 5px 10px;
  margin-left:auto;
  background:#8e5928;
  color: #fff;
 }

#archiveList li .more a::after {
	content: "＞";
	padding-left: 5px;
}

.catch {
	text-align: center;
	font-size: 20px;
	color: #555;
}

hr.line {
    margin: 2.5em 0px 0px 0px;
    border: 0;
    height: 1px;
}

.detail a{
display:block;
width:100px;
height:24px;
padding:3px 0 0 10px;
background:url(/images/sekou-yaji.png) no-repeat 94% 50% #666;
color:#fff;
font-size:13px;
}

.detail a:hover{
background:url(/images/sekou-yaji.png) no-repeat 94% 50% #999;
text-decoration:none;
}

.half_left .detail,
.half_right .detail
 {
	position: absolute;
	right: 0;
	bottom: -11px;
	margin: 0px;
}

.half_left hr.line,
.half_right hr.line
 {
    margin: 10px;
}

.half-l {
	float: left;
	width: 50%;
}

.half-r {
	float: right;
	width: 50%;
}

.power .link {
	clear: both;
	display: block;
	margin-top: 105px;
	padding-right: 5px;
}

input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:70%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}

input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}

.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}

.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}

.contact_right textarea {
   outline: none;
width:100%;
}

input[type=button],
input[type=submit]{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	padding:10px 40px;
	position:relative;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #7db12e;
	background-color:#7db12e;
	background-image: linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -o-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -moz-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -webkit-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -ms-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #7db12e),
	color-stop(1, #7db12e)
	);
	-webkit-box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.contact_form input[type=submit]{
width:50%;
}

.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}

input[type="radio"]{
margin: 0 0 4px 0 !important;
}

.send input[type="submit"],
.back input[type="button"] {
	width: 80% !important;
}

.send {
	width: 49%;
	display: inline-block;
	float: right;
	text-align: left!important;
}

.back {
	float: left;
	text-align: right!important;
	width: 46%;
	display: inline-block;
}

.confirm {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	text-align: center;
	margin: 0px 0px;
}


.wpcf7-form #reform {
	display:none;
}

.wpcf7-form #reform dd,
.wpcf7-form #tyumon dd {
	padding: 0px 0px;
	margin: 0px;
}

.wpcf7-form {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
border: 1px solid #eee;
margin-bottom: 20px;
padding: 20px;
}

.wpcf7-form input{} /*名前、メール、題名*/
.wpcf7-form textarea{width: 600px;} /*本文*/
.wpcf7-form .wpcf7-submit{width: 200px; margin-left: 10px;} /*送信ボタン*/
.wpcf7-form span.spr {color:#ff0000;}

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}

.wpcf7-form dt {
	padding: 5px 15px;
	background: #faf0de;
	margin: 10px 0px;
}

span.wpcf7-list-item-label {
	color: #333;
}

.center {
text-align: center;
}

.eventmidashi {
	color: #ff6600;
}

#text-18 {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background: none;
	border: 0px;
}

.olist {
margin-left: 20px;
}

.olist li {
list-style-type: decimal !important;
margin-bottom: 10px;
}

.list03 li .midashi {
padding: 0px !important;
line-height: 1.4em;
font-size: 16px !important;
}

.top-work {
	border: 2px solid #ddd;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
}

.top-work .last {
	width: 243px;
}

.reform-plan {
	margin: 20px 0px;
	border: 2px solid #ddd;
	padding: 10px 10px;
}

.reform-plan dl {
	width: 325px;
	float: left;
	padding: 0px 10px 10px 15px;
	height: 195px;
	overflow: hidden;
	margin: 2px 0px;
}

.reform-plan dl img {
	margin-left : 5px !important;
}

.reform-plan dd {
	margin: 0px;
}

dl.plan1 {
	margin-right: 6px;
	background: url(/images/plan-01.png) no-repeat left top;
}

dl.plan2 {
	background: url(/images/plan-02.png) no-repeat left top;
}

dl.plan3 {
	margin-right: 6px;
	background: url(/images/plan-03.png) no-repeat left top;
}

dl.plan4 {
	background: url(/images/plan-04.png) no-repeat left top;
}

.reform-plan dt h2{
	font-size: 23px;
	padding: 10px 5px 0px 60px;
	margin-bottom: 8px;
}

.reform-plan::after {
	clear: both;
	content: "";
	display: block;
}


.topEvent {
	float: right;
	background: url(/images/title-ozacoevent.png) no-repeat top center;
	height: 327px;
	width: 314px;
	text-align: center;
	padding: 110px 10px 10px 10px;
}

.topEvent span.img {
	height: 190px;
	overflow: hidden;
}

.topEvent h2 {
	text-align: left;
}

.toptoi {
	padding-top:0px;
	width: 490px;
}

.toptoi .toibloc {
	display: inline-block;
}

.kanren .list li {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.kanren .list li:nth-child(2n+2) {
	margin-right: 0px;
}

.kanren .list div {
}

.kanren .list li h3{
	font-size:16px;
	text-align: left;
    margin: 0px 0px 20px 20px;
	color: #8e5928;
	font-weight: 500;
}

.kanren .list li img {
	height: 140px;
	width: 140px;
	float: left;
	margin-right: 20px;
}

.list-02{
  text-align:left;
  margin: 5px 0;
}

.list-02 li{
  float:left;
  width:47%;
  margin:0 2% 25px 0;
  padding:0px 5px 0;
  height:100%;
}

.list-02 li:nth-child(2n){
  margin:0 0 20px;
}

.list-02 li:last-child{
  margin:0 0 10px;
}

.border1 {
background: #93c21e;
padding: 10px 10px;
border: 1px solid #ddd;
color: #fff;
font-size: 18px;
}

#toi {
height: 1000px;
}

#sassi {
height: 2200px;
}


.top-box {
	padding: 0px 0px 10px 0px;
	display: block;
}

.top-box::after {
	clear: both;
	content: "";
	display: block;
}

.sponly {
	display: none;
}

#dropdown_container {
	font-size:14px;
}

#dropdown_container li.dropdown_item {
	cursor:pointer;
}

#dropdown_container li.dropdown_item ul a {
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:200px;
	height: 20px;
	background: #fff;
	background-position: 5px;
	border-top: 1px solid #4c3121;
}

#dropdown_container li.dropdown_item ul a:hover {
	height: 20px;
	background: url(/images/yaji01.png) no-repeat left center;
	background-position: 5px;
}

#dropdown_container li.dropdown_item > ul {
	padding: 0px;
	background: #eee;
	position:absolute !important;
	list-style:none;
	margin:0px 0px 0px -30px;
	width:200px;
	z-index: 1000;
	display: none;
	border: 2px solid #4c3121;
}

#dropdown_container li.dropdown_item > ul:before {
	content: "＞";
	top: -18px;
	left: 100px;
	font-weight: bold;
	font-size: 14px;
	position:absolute !important;
	transform: rotate( 270deg );
}

#dropdown_container li.dropdown_item > ul li:hover
{
	background-color: #a5a76b;
}

#dropdown_container li.dropdown_item > ul a:hover
{
	color: #fff;
}

.topwork li {
float: left;
width: 30.5%;
}

.bannar img {
	margin-bottom: 5px;
}

.bgfooter {
background: #e8e8e8;
}

.bgfooter02 {
background: #8e5928;
}

.border01 {
border: 1px solid #db8135;
}

/*  TOP box */

.col-01 .conbloc {
		background: #fbecde;
		padding: 20px 30px 20px;
		border-radius: 5px;
		background: #fbecde;
		margin-bottom: 40px;
		margin-top: 20px;
}

.col-01 .alignleft {
	width: 800px;
}

.col-01 .alignright {
	width: 330px;
	background: #fff;
	border-radius: 6px;
	padding: 10xpx;
}

.col-01 li .detailright {
	padding-top: 10px;
	color: #a57a53;
	display: block;
	text-align: right;
}

.col-01 li .detailright:after {
	content: ">";
	color: #a57a53;
	padding-left: 5px;
}

.col-01 .alignright h2 {
	padding: 10px;
	margin: 0px;
	text-align: center;
}

.col-01 ul {
		padding: 0px 20px 20px;
		border-radius: 5px;
		margin-bottom: 0px;
}

.col-01 li h3 {
	display: inline;
	font-size: 18px;
}

.col-01 li {
//	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0px;
	padding: 15px 0px 15px;
	border-bottom: 1px solid #fff;
}

.col-01 li span.label {
	font-size: 15px;
//	background: #8e5928;
//	width: 6em;
	display: inline-block;
//	color: #fff;
	color: #8e5928;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #8e5928;
	padding: 0px 3px;
}

.col-01 li span.label_work {
//	background: #8e5928 !important;
}

.col-01 li span.label_event {
//	background: #8e5928 !important;
}

.col-01 li:first-child {
	border-top: 2px dotted #eee;
}


.col-02 ul {
	width: 100%;
	display: table-cell;
	border-spacing: 10px;
}

.col-02 li {
	width: 20%;
	display: table-cell;
//	width: 286px;
//	float: left;
//	margin-right: 15px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	padding-bottom: 5px;
	text-align: left;
}


.col-02 li:nth-child(4n) {
	margin-right: 0px;
}

.col-02 li:nth-child(4n+1) {
	clear: both;
}

.col-02 li h2 {
	line-height: 1.3em;
	height: 2.5em;
	font-size: 16px;
	color:#a57a53;
	margin: 0px 0px;
	font-weight: bold;
}

.col-02 li h2 a {
	color: #a57a53;
}

.col-02 li img {
	display: block;
	margin: 0px auto;
	width: 100%;
}


.col-02 li .detailright {
	padding-top: 10px;
	color: #a57a53;
	display: block;
	text-align: right;
}

.col-02 li .detailright:after {
	content: ">";
	color: #a57a53;
	padding-left: 5px;
}

.col-03 li {
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #e0ede6;
	box-shadow: 1px 1px 1px #ddd;
	position: relative;
	padding-bottom: 5px;
}


.col-03 li:nth-child(3n) {
	margin-right: 0px;
}

.col-03 li:nth-child(3n+1) {
	clear: both;
}

.col-03 li h3 {
	line-height: 1.5em;
	height: 3em;
	font-size: 16px;
	color: #17614e;
	margin: 0px 0px;
	font-weight: bold;
}

.col-03 li h3 a {
	color: #17614e;
}

.col-03 li a {
	color: #555;
}

.col-03 li .img {
	display: block;
	margin: 3px;
}

.col-03 li img {
	display: block;
	margin: 0px auto;
}

.col-03 li .detailright {
	text-align: right;
	font-size: 14px;
}

.col-03 li .detailright:after {
	content: "＞";
	font-size: 12px;
	padding-left: 5px;
}

.col-04 ul {
	margin-bottom: 30px;
}

.col-04 li {
	width: 588px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 1px 1px 1px #ddd;
	position: relative;
}

.col-04 li:nth-child(2n + 2) {
	margin-right: 0px;
	float: right;
}

.col-04 li:nth-child(2n+1) {
	clear: both;
}

.col-04 li h2 {
	font-size: 18px;
	color:#a57a53;
	font-weight: bold;
	margin: 10px 0px;
	text-align: center;
}

.col-04 li h2 a {
	color:#a57a53;
}

.col-04 li .num {
	font-size: 16px;
	font-weight: 600;
	color:#a57a53;
}

.col-04 li span.img {
	display: block;
	float: left;
	width: 297px;
	height: 199px;
	overflow: hidden;
}

.col-04 li img {
	width: auto;
	display: block;
	margin: auto;
}


.col-04 li .desc {
	float: right;
	border-top: 3px solid #a57a53;
	padding: 10px 15px 10px;
	text-align: center;
	width: 260px;
}

.col-04 li .desc p {
	text-align: left;
}

.col-04 li .desc .detailright a {
	padding-top: 20px;
	color: #a57a53;
	display: inline-block;
}

.col-04 li .desc .detailright a:after {
	content: ">";
	color: #a57a53;
	padding-left: 5px;
}

.col-05 table {
	width: 100%;
	table-layout: fixed;
}

.col-05 table td {
	text-align: center;
	width: 580px;
}

.col-05 table td:first-child {
	padding-right: 30px;
}

.col-06 {
	padding-top: 120px;
	padding-bottom: 70px;
	text-align: center;
}

.col-06 ul {
	padding-top: 40px;
	text-align: center;
}

.col-06 li {
	width: 355;
	margin-right: 28px;
//	float: left;
	padding-bottom: 37px;
	padding-top: 0px;
	display: inline-block;
}

.col-06 li:nth-child(3n + 3) {
	margin-right: 0px;
}

.col-07 li {
	width: 318px;
	margin-right: 20px;
	float: left;
	padding-bottom: 5px;
	padding-top: 0px;
}

.col-07 li:nth-child(3n+2) {
	width: 320px;
}

.col-07 li:nth-child(3n + 3) {
	margin-right: 0px;
}

.col-07 li img {
	margin-bottom: 10px;
}

.col-02 li p,
.col-03 li p,
.col-04 li p {
	padding: 0px;
	margin: 0px;
}

.list-04 {
	padding: 30px 0px;
	border-top: 1px dashed #b4a080;
}

.list-04 img {
	margin-right: 0.5%;
	width: 24.5%;
}

.list-04 a:nth-child(4n) img {
	margin-right: 0px;
}

ul#staffList {
  padding: 0px;
}

ul#staffList li {
  float: left;
  width: 230px;
  min-height: 230px;
  border-bottom:1px #e7e0d6 solid;
  margin-right: 12px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}

ul#staffList li:nth-child(5n){
  margin-right: 0px;
}

ul#staffList li p{
  text-align: center;
  margin: 0;
  padding: 0;
}

ul#staffList li p.staffp1 {font-weight: bold; min-height: 22px;}
ul#staffList li p.staffp2 {}
ul#staffList li p.staffp3 {font-size: 90%;color:#333;}


ul#staffList li img {
	display: block;
	margin: 0px auto 10px auto;
	max-height: 158px;
	max-width: 100%;
}

/* スタッフ紹介 */
.staffMainImage {
  max-width:260px;
}

table.staffProfile {
	float: left;
	width:410px;
	border-collapse: collapse;
}

table.staffProfile th {
  background: #eee;
  border: 1px solid #ddd;
    width: 8em;
  padding: 6px 10px;
  font-weight: normal;
}
table.staffProfile td {
  padding: 6px 10px;
  border: 1px solid #ddd;
}

table.staffProfile02 {
	margin: 0px 20px;
}

table.staffProfile02 th,
table.staffProfile02 td {
	position: relative;
	display: block;
	padding: 10px 10px;
}

table.staffProfile02 th {
	padding: 20px 10px 10px;
	border-bottom: 2px solid #ddd;
}

table.staffProfile02 th:after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #333;
}
span.bloglinkicon {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

span.bloglinkicon:before {
	padding-right: 10px;
	content: "\f086";
	font-family: FontAwesome;
	font-size: 1.2em;
}

a.bloglink {
	width: 150px;
	text-align: center;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    background: #8e5928;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.bloglink:hover {
    background: #333;
}

.facebook {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

.facebook:before {
	padding-right: 10px;
	content: "\f09a";
	font-family: FontAwesome;
	font-size: 1.2em;
}

a.facebooklink {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
	width: 160px;
	text-align: center;
    background: #3b5998;
    color: #fff;
    border-radius: 5px;
}

a.facebooklink:hover {
    background: #333;
}

.extlink {
	text-align: right;
}
/* スタッフ紹介 */

#recoStaff {
  padding: 10px 0 0 0 ;
  margin: 15px 0 0 0 ;
  clear: both;
}


#recoStaff ul li {
  float: left;
  width: 130px;
  height: 230px;
  margin-right: 5px;
  padding: 5px;
  border:1px solid #eee;
  font-size: 14px;
}

#recoStaff ul li:nth-child(5n) {
  margin-right:0px;
}

#recoStaff ul li a {
  display: block;
}

#recoStaff ul li img {
  height: 130px;
  display: block;
  margin:0 auto 10px;
}

#recoStaff ul li p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.toptitle {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 40px;
}

.toptitle span {
	font-size: 14px;
}

.category .vlist,
.event .vlist,
.voice .vlist {
	padding: 0px 10px 10px;
	border: 2px solid #faeaea;
}

.category .vlist span.img,
.event .vlist span.img,
.voice .vlist span.img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 30%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}

.category .vlist .img img,
.event .vlist .img img,
.voice .vlist .img img {
	width: 100%;
}

.wpcf7-form dt.siryoubloc {
	background: #ffff80;
	padding: 10px 20px 20px;
}

.wpcf7-form dt.siryoubloc .bloc1 {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px 10px;
	margin-top: 10px;
}

.wpcf7-form dd.kentikuyo {
    display: flex;
}

.wpcf7-form dd #kentikuyotei {
//	width: 300px;
	display: inline;
}

.wpcf7-form .kentikuyotei {
}

.wpcf7-form .kentikuyotei .wpcf7-list-item,
.wpcf7-form .soudantypes .wpcf7-list-item {
	width: 110px;
	display: inline-block;
	margin-top: 5px;
}


.red {
	color: #ff0000;
}

.white {
	color: #ffffff;
}

/* 間取り詳細 */
.madoriBloc01 {
	text-align: left;
	display: inline-block;
	width: 455px;
}

.plan .img {
	float: left;
	width: 415px;
	margin-right: 60px;
//	margin-left: 30px;
}

.madoriBloc01 .mttl {
	border-bottom: 2px solid #ddd;
	padding: 0px 10px;
	font-size: 20px;
}

.madoriBloc01 li {
	list-style-type: none;
	border-bottom: 2px dotted #eee;
	padding: 15px 10px 0px;
}

.madoriBloc01 li span {
	width: 10em;
	display: inline-block;
	float: left;
}

.madoriBloc01 li p {
	display: table;
}

.madoriBloc02 {
//	margin-left: 100px;
//	margin-right: 100px;
}

.madoriCatch {
    text-align: center;
    background: url(/images/madori-catch.png) repeat top center;
    margin: 10px 0px 30px;
    padding: 15px 20px;
    font-size: 24px;
    line-height: 1.8em;
}

.planlist {
	width: 229px;
	display: inline-block;
	margin: 10px 5px;
	float: left;
	font-size: 12px;
}

.madori-img li img {
	width: 350px;
	float: left;
	margin-right: 20px;
}

.madori-img li .title {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.9em;
	padding: 0px 5px 0px 5px;;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	color: #17614e;
}

.madori-img li .title:before {
	content: "\f299";
	font-family: FontAwesome;
	padding-right: 5px;
}

/* 間取り詳細ページ */


.planlist .img {
	width: 229px;
	height: 170px;
	overflow: hidden;
	background: #eee;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.planlist .img img {
	max-width: 229px;
	max-height: 170px;
	display: block;
	margin: auto;
}

.planlist h3 {
	padding: 0px;
	margin: 0px;
	height: 2.6em;
	line-height: 1.3em;
}

.planlist h3 a {
	font-size: 16px;
	color: #f09917;
}

.bg-pink {
	background: #fbecde;
}

.bg-gray {
	background: rgba(220, 220, 220, 0.9);
}

.bg-white {
	background: #fff;
}

.bg-voice {
	background: url(/images/voice-bg.png) no-repeat center top;
	background-size: cover;
}

.bg-company {
	background: url(/images/company-bg.jpg) no-repeat center top;
	background-size: cover;
}
.pinimg {
	position: absolute;
	left: 42%;
	top: -20px;
}


/*---フッターfixed---*/
.footerbar {
  	width: 100%;
  	position: fixed;
 	bottom: 0;
  	height: 60px;
	background: #e8e8e8;
	z-index: 10000;
}

.footerbar img {
	margin: 5px 5px 0px;
}

/* 施工例カテゴリタグ */
.tags {
	font-size: 13px;
	text-align: left;
	margin: 0px 0px 15px 0px;
	color: #fff;
}

.tags a {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 8px;
	margin: 5px 0px 0px 10px;
	background: #f3a280;
	color: #fff;
}

.tags a:nth-child(4n+1) {
	background: #15ae67;
}

.tags a:nth-child(4n+2) {
	background: #2fa8e1;
}

.tags a:nth-child(4n+3) {
	background: #e8be2a;
}

.tags a:nth-child(4n+4) {
	background: #c3b1d5;
}

/* 施工例カテゴリタグ */

/* pdf link */
.pdf {
	display: inline-block;
	background: #e5dcc2;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #eee;
}

.pdf::before {
	content: "\f1c1";
	font-family: fontAwesome;
	padding-right: 5px;
	color: #c73f36;
	font-size: 1.5em;
	text-decoration: none;
}
/* pdf link */

.faddress {
	width: 100%;
}

.faddress td {
	vertical-align: top;
}

.faddress td:nth-child(2) {
	padding-left: 15px;
}

body.error404 .ftel,
body.home .ftel {
	float: right;
}

.wrap_pagenavi {margin: 20px 0;}
.wp-pagenavi {display: -webkit-flex;display: flex;}

.section02 {
	background: url(/images/topb01.jpg);
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.section02 .section0201 {
	height: 470px;
}

.section02 .section0202 {
	padding-top: 70px;
	margin-bottom: 40px;
}

.section02 .section0202 img.alignleft {
	margin-right: 80px;
}

.section02 .section0202 p.desc,
.section03 .section0302 p.desc {
	font-size: 20px;
}

.section03 {
	background: url(/images/topb02.jpg);
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.section03 .section0301 {
	height: 470px;
}

.section03 .section0302 img.alignright {
	margin-left: 80px;
}

.section03 .section0302 {
	padding-top: 70px;
	margin-bottom: 40px;
}

.section04 {
	background: url(/images/topb03.jpg);
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.section04 .section0401 {
	height: 470px;
}

.section04 .section0402 {
	padding-top: 70px;
	margin-bottom: 0px;
}

.section05 {
	background: url(/images/topb04.jpg);
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.section05 .section0501 {
	height: 470px;
}

.section05 .section0502 {
	padding-top: 70px;
	margin-bottom: 40px;
}

#after,
#access { padding-top: 120px; margin-top: -120px; }

.modelgaiyo {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:100%
}
.modelgaiyo th {
	width: 20%px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
.modelgaiyo td {
	width: 80%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}

.box-l {
	float: left;
	margin-right: 10px;
	width:49%;
}

.box-r {
	float: right;
	width:49%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.qat {
  border: solid 1px #8E5928;
  padding: 0 0.5em;
  position: relative;
}

.qat li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.qat li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #F08200; /*アイコン色*/
}

.qat li:last-of-type{
  border-bottom: none;
}

.qa li {
	padding: 10px;
	margin:10px 0;
	border: solid 1px #ccc;
	display:block;
}

.wsp-container h2 { background: #eee; margin: 0px; font-size: 18px; padding: 10px; font-weight: 600;}
.wsp-container ul li { padding: 10px 20px; border-bottom: 1px dotted #eee; }
.wsp-container ul li ul li:last-child { border-bottom: 0px solid #eee; }
.wsp-container ul li a {display: block;}
.wsp-container ul li a:before {content: "⇢"; padding-right: 10px;}
.pdfimg {max-width: 350px; box-shadow: 2px 2px 2px #ddd;}

.next_and_prev {
	margin: 10px 0;
	padding: 5px 0;
	border-top:2px #eee solid;

}
.next_and_prev .next {display: inline-block;width: 49%;text-align: right;}
.next_and_prev .prev {display: inline-block;width: 49%;}

body.category .kizi span.img,
body.date .kizi span.img {
	display: block;
	float: left;
	width:150px ;
	vertical-align: top;

}

body.category .kizi .excerpt,
body.date .kizi .excerpt {
	display: block;
	float: right;
	width:530px;

}

#respond {}
#respond #comment {
	display: block;
	width:90%;
	height: 5em;

}

#respond input[type='text'] {
	vertical-align: middle;
}

#sideblog .blogtopic li ,
.widget_categories ul li ,
.widget_recent_comments ul li {
	padding: 3px 0;
	font-size:13px;
	border-bottom: 1px #ddd solid;

}

.square_btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #8e5928;
    border: double 4px #8e5928;
    border-radius: 3px;
    transition: .4s;
}
.square_btn:hover {
    background: #fffbef;
}

body.single .kizi img,
body.category-blog .kizi img { height: auto; }

table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 0.5;
	border-top: 1px solid #ccc;
}
table.type05 th {
	width: 50px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type05 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

#words ul li { width: 3em; padding : 1px 8px; display: inline-block; margin: 5px 1px; font-size: 12px; border: 1px solid #ddd; border-radius: 3px; text-align: center; }
#words dt { font-weight: bold; }
#words dl dd { margin: 0px; padding: 0px; display: none;}
#words dl dd.first { margin: 0px; padding: 0px; display: block !important;}
#words dl:hover dd {display: block !important;}

/*20171204 jukyogaku*/
#jukyogaku .item {clear: both;width: 100%;}
#jukyogaku .item .item-l  {float: left; width: 48.5%;margin-right: 1.5%;position: relative;}
#jukyogaku .item .item-r  {float: right;width: 48.5%;margin-left: 1.5%; position: relative;}
#jukyogaku .item .item-l2 {float: left; width: 54.5%;margin-right: 1.5%;position: relative;}
#jukyogaku .item .item-r2 {float: right;width: 42.5%;margin-left: 1.5%; position: relative;}
#jukyogaku .item .item-l3 {float: left; width: 62%;margin-right: 1.5%;position: relative;}
#jukyogaku .item .item-r3 {float: right;width: 35%;margin-left: 1.5%; position: relative;}
#jukyogaku .item .item-l33 {float: left; width: 35%;margin-right: 1.5%;position: relative;}
#jukyogaku .item .item-r33 {float: right;width: 62%;margin-left: 1.5%; position: relative;}
#jukyogaku .item ul.item-3 {
	display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
#jukyogaku .item ul.item-3 li {margin-right: 10px;}
#jukyogaku .item ul.item-3 li:nth-child(3n) {margin-right: 0px;}
#jukyogaku .item .img-btm.ht460 {height: 460px;}
#jukyogaku .item .img-btm a {position: absolute;bottom: 0;}

.page-parent ul.page-lists {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-parent ul.page-lists li {
  margin: 10px 12px 10px 0;
  -webkit-flex-basis: 32%;
  flex-basis: 32%;
  width: 32%;
  background-color: #8E5928;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  box-sizing: border-box;
}
.page-parent ul.page-lists li:nth-child(3n) {margin-right: 0px;}
.page-parent ul.page-lists li a {display: block;color: #fff;}
.page-parent ul.page-lists li .title {font-weight: bold;line-height: 1.2;margin-bottom: 10px;}
.page-id-138.page-parent  ul.page-lists li .title {height: 60px;}
.page-id-1180.page-parent ul.page-lists li .title {height: 80px;}
.page-parent ul.page-lists li img {max-height: 135px;}
.page-parent ul.page-lists li .excerpt {line-height: 1.2;}
.page-parent ul.page-lists li .thumbnail {text-align: center;}
.blogbloc a { color: #2770c1; text-decoration: underline; }
.comenttext {
	max-height: 36px;
	overflow: hidden;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-height: 1.3em;
}

.sidecomment { padding-bottom: 20px; }
.sidecomment li { border-bottom: 1px dotted #ddd; font-size: 14px; padding: 10px 0px;}
