/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.SpNo { display: none; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	color: #2a2b2b;
}

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}

div#PageTop a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 2%;
	right: 3%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 100%;
	overflow: hidden;
}
div#Header div#HeaderTxtLang {
	width: 100%;
	margin: 0 auto;
	font-size: 0.80rem;
	overflow: hidden;
}
div#Header div#HeaderTxtLang h1 {
	padding: 0.6em 0.5em;
}
div#Header div#HeaderTxtLang ul {
	width: 100%;
	list-style: none;
	padding: 0 0.8em;
	background-color: #52c291;
	text-align: center;
	color: #fff;
}
div#Header div#HeaderTxtLang ul li {
	display: inline-block;
	padding: 0.6em 0;
}
div#Header div#HeaderTxtLang ul li:after {
	padding-left: 0.3em;
	content: "|";
}
div#Header div#HeaderTxtLang ul li:nth-last-of-type(1):after {
	padding: 0;
	content: "";
}
div#Header div#HeaderTxtLang ul li a { color: #fff; }

/*------------Global------------------------------------------------------------*/
.IsFixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
div#Global {
	width: 100%;
	background-color: #fff;
	border-bottom: 5px solid #52c291;
}
div.GlNav {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 5px;
	overflow: hidden;
}
div.GlNav h2 {
	width: 80%;
	margin: 0 auto;
}
div.GlNav h2 a {
	display: block;
	height: 31px;
	padding-top: 8.611111111111111%;
	background: url(/english/img/parts/header_logo.png) no-repeat center center;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.GlNav ul {
	width: 100%;
	float: right;
	list-style: none;
	overflow: hidden;
}
div.GlNav ul li {
	width: 50%;
	float: left;
}
div.GlNav ul li a {
	display: block;
	position: relative;
	padding: 0.8em 0;
	border-bottom: 1px solid #2a2b2b;
	transition: opacity .3s;
	text-align: center;
	font-size: 0.8rem;
}
div.GlNav ul li a:hover {
	text-decoration: none;
	color: #52c291;
}
div.GlNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 40%;
	border-right: 1px solid #2a2b2b;
	content: "";
	top: 30%;
	right: 0;
}
div.GlNav ul li:nth-child(2n) a:after { border-right: 0 none; }
div.GlNav ul li:nth-last-of-type(1) a,
div.GlNav ul li:nth-last-of-type(2) a { border-bottom: 0 none; }

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
}

/*------------Title------------------------------------*/
div#Title {
	background: url(/img/parts/header_bg.jpg) no-repeat center center;
	background-size: cover;
}
div#Title div#InTitle {
	padding: 65px 0;
	background-color: rgba(43,43,43,0.7);
	line-height: 1.15;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	color: #fff;
}
div#Title div#InTitle h2 { font-size: 3em; }
div#Title div#InTitle p { color: #4dde80; }

/*------------TopNav------------------------------------*/
div#TopNav {
	width: 100%;
	margin: 0 auto 70px;
	padding: 0.5em 0 0.6em;
	background-color: #52c291;
}
div#TopNav ul {
	max-width: 980px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
div#TopNav ul li {
	display: inline-block;
	transition: opacity .3s;
}
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul li a {
	display: block;
	position: relative;
	padding: 0 0.6em 0.55em 0.65em;
	background: url(/img/parts/top_nav.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	transition: opacity .3s;
}
div#TopNav ul li:nth-of-type(1) a { padding-left: 0.6em; }
div#TopNav ul li a:after,
div#TopNav ul li:nth-of-type(1) a:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 45%;
	content: "";
	top: 8%;
	right: 0;
}
div#TopNav ul li a:after { border-right: 1px solid #fff; }
div#TopNav ul li:nth-of-type(1) a:after { border-left: 1px solid #fff; }
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 94%;
	margin: -150px auto 80px;
	padding: 150px 0 80px;
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px;
	background: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	margin-bottom: 40px;
	padding-bottom: 0.45em;
	background: url(/img/parts/title_line01.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.5em;
	font-weight: bolder;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding-bottom: 0.15em;
	background: url(/img/parts/title_line02.png) no-repeat right bottom;
	line-height: 1.2;
	font-size: 2em;
}
div.Inner {
	width: 100%;
	margin: 30px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 80px;
	font-size: 0.75em;
}
div#Footer address {
	margin-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 90%;
	margin: 0 auto 20px;
	overflow: hidden;
}
div#FooterAdd div#AddLeft {}
div#FooterAddLogo {
	width: 90%;
	margin: 0 auto 20px;
	overflow: hidden;
}
div#FooterAddLogo h2 { width: 100%; }
div#FooterAddLogo h2 a {
	display: block;
	height: 116px;
	padding-top: 31.86813186813187%;
	background-image: url(/english/img/parts/footer_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAddLogo dl {
	width: 230px;
	margin: 10px auto 0;
}
div#FooterAddLogo dl dt { display: none; }
div#FooterAddLogo dl dd span,
div#FooterAddLogo dl dd a {
	display: block;
	height: 0;
	padding-top: 12.17391304347826%;
	background: url(/img/parts/footer_tel.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAddLink {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
div#FooterAddIso {
	width: 80%;
	margin: 0 auto 20px;
	overflow: hidden;
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin: 20px 0 25px;
	padding: 0.5em 0;
	background: #52c291;
	text-align: center;
	color: #fff;
}
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt dl * { display: inline; }
div#FooterTxt br { display: none; }
div#FooterTxt a { color: #fff; }
/*------------InFooter------------------------*/
div#Footer table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	white-space: nowrap;
}
div#Footer table tr td {
	display: block;
	width: auto;
	padding: 0 5px;
	float: left;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
div#Footer table .FTopSp { padding-top: 0; }
div#Footer table tr td ul { list-style: none; }
div#Footer table tr td ul li:before {
	padding-right: 0.2em;
	content: "\0025a0";
}
div#Footer table tr td ul li ul li:before {
	padding: 0 0.2em 0 0.5em;
	content: "\00ff5c";
}
div#Footer table tr td ul li ul li ul li:before {
	padding: 0 0.2em 0 1.5em;
	content: "\0030fb";
}
div#Footer table .FTopSp ul li:before {
	padding: 0 0.2em 0 0;
	content: "\00ff5c";
}
div#Footer table .FTopSp ul li ul li:before {
	padding: 0 0.2em 0 1em;
	content: "\0030fb";
}


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
	vertical-align: bottom;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}


/*------------施工事例---------------------------------------------------------------*/
/*一覧*/
div#product ul {
	width: 100%;
	margin: 20px auto 0;
	list-style: none;
	overflow: hidden;
}
div#product ul li {
	width: 100%;
	margin-bottom: 30px;
}
div#product ul li:nth-last-of-type(1) { margin-bottom: 0; }
div#product ul li div.casePho {
	height: 180px;
	text-align: center;
}
div#product ul li p {
	margin-top: 0.35em;
	line-height: 1.2;
	text-align: center;
}
div#product ul li div.Detail {
	width: 65%;
	margin: 0.35em auto 0;
	background: #52c291;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: opacity .3s;
}
div#product ul li div.Detail a {
	display: block;
	padding: 0.65em 2.5em 0.6em;
	background: url(/img/parts/btn_arrow.png) no-repeat 0.4em center;
	line-height: 1.2;
	text-align: center;
	font-size: 0.93em;
	color: #fff;
	transition: opacity .3s;
}
div#product ul li div.Detail:hover,
div#product ul li div.Detail a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}
/*詳細*/
div#case div.casePho,
div#case div.BigOnly {
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}
div#case div.casePho div.BigPho {}
div#case div.casePho div.SmallPho { margin-top: 1em; }
div#case div.casePho div.SmallPho ul {
	width: 100%;
	margin-bottom: -2%;
	list-style: none;
	overflow: hidden;
}
div#case div.casePho div.SmallPho ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
div#case div.casePho div.SmallPho ul li div.PhoSmall {
	height: 42px;
	text-align: center;
}
div#case div.casePho div.SmallPho ul li div.PhoSmall img {
	width: auto;
	height: 100%;
}
div#case div.casePho div.SmallPho ul li:nth-child(4n) { margin-right: 0; }
div#case div.caseTxt {
	width: 92%;
	margin: 20px auto 0;
	overflow: hidden;
}
div#flowBtn {
	width: 100%;
	margin: 30px auto 0;
}
div#flowBtn div {
	width: 80%;
	margin: 0 auto;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(191,191,191,1) 100%);
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(191,191,191,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#bfbfbf',GradientType=0 );
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}
div#flowBtn div a {
	display: block;
	position: relative;
	padding: 0.45em 0;
	text-align: center;
	font-weight: bolder;
}
div#flowBtn div a:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: url(/img/parts/btn_arrow.png) no-repeat right center;
	top: 0;
	right: 10px;
}


/*------------求人募集---------------------------------------------------------------*/
/*募集要項*/
div#method p + p { margin-top: 0.8em; }
div#method p + h4,
div#method table + h4 { margin-top: 30px; }
div#method div.Inner h5 {
	margin: 0 0 15px;
	padding: 0 0.45em 0.35em;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.2;
	font-size: 1.66em;
}
div#method div#metNote {
	width: 100%;
	margin: 40px auto 0;
	overflow: hidden;
}
div#method div#metNote div#metTxt {}
div#method div#metNote div#metTxt ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
div#method div#metNote div#metTxt ul li:before { content: "\00203b"; }
div#method div#metNote div#metBanner {
	margin-top: 1em;
	text-align: center;
}
div#method div#metContact {
	width: 100%;
	margin: 40px auto 0;
	overflow: hidden;
}
div#method div#metContact div.TelNum {
	width: 280px;
	margin: 20px auto 0;
}
div#method div#metContact div.TelNum dl dt,
div#method div#metContact div.TelNum dl .DispNo { display: none; }
div#method div#metContact div.TelNum dl dd span,
div#method div#metContact div.TelNum dl dd a {
	display: block;
	height: 138px;
	background-image: url(/img/parts/tel_fax.png) , url(/img/parts/tel_txt.png);
	background-position: center top , center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#method div#metContact div.MailBtn {
	width: 70%;
	margin: 20px auto 0;
}
div#method div#metContact div.MailBtn a {
	display: block;
	height: 0;
	padding-top: 11.11111111111111%;
	background: url(/img/parts/mail_btn.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	transition: opacity .3s;
}
div#method div#metContact div.MailBtn a:hover {
	text-decoration: none;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
/*先輩社員の声*/
div#voice h4 strong {
	display: block;
	margin-top: 0.3em;
	font-size: 0.87em;
	color: #52c291;
}
div#voice h4 strong span { font-size: 1.23em; }
div#voice div.voiPho {}
div#voice div.voiPho table tr th,
div#voice div.voiPho table tr td {
	display: table-cell;
}
div#voice div.voiTxt { margin-top: 1.5em; }
div#voice div.voiNoPho {
	width: 100%;
	overflow: hidden;
}
div#voice p + p { margin-top: 0.8em; }
div#voice dl dt {
	margin: 20px 0 15px;
	padding: 0 0.45em 0.35em;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.2;
	font-size: 1.66em;
}


/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2em;
	color: #ff1d25;
}

/*------------ページリンク共通(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: #fff;
	border: 1px solid #61ad00;
	line-height: 1.2;
	color: #61ad00;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #61ad00;
	background: #61ad00;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
}
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}


/*------------ページリンク共通(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 70px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a,
div.PageSend01 p a { color: #61ad00; }
div.PageSend01 p { text-align: center; }


/*------------404---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
}


/*------------記事内画像位置処理---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }