/*
Theme Name: washiowp
Theme URI: https://washio-komuten.com
Description: washiowp記事
Version: 1.0
Author: washiowp
Author URI: https://washio-komuten.com
*/



body{
	line-height:28px;
	font-size:16px;
}


/********************************************
 * nav_header_footer
 ********************************************/



#logo {
	width: 350px;
	z-index: 10;
	float: left;
}
#logo img {
	height: auto;
	width: 100%;
}

header {
	padding-top: 0px;
	padding-bottom: 20px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 15px;
	z-index: 100;
}
header .cont01 {
	width: 90%;
}

.sp_nav {
    display: none!important;
}

#pc_nav{
	width: 580px;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
	float: right;
	box-sizing:border-box;
}
#pc_nav li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
/*#pc_nav li:last-child {
	padding-right: 0px;
}*/
#pc_nav a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-decoration: none;
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
}

#pc_nav .current_page_item a,
#pc_nav .current-menu-item a,
#pc_nav a:hover{
	text-decoration:none;
	/*color: #8e795a;*/
}
#pc_nav .nocurrent a{
	text-decoration:none;
	color: #333333;
}


#totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	display: inline;
	font-size: 30px;
}
#totop a {
	display: inline-block;
	text-decoration: none;
	height: 40px;
	width: 45px;
	text-align: center;
	background: #333333;
	padding-top: 5px;    /* safari hack */
	-webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
#totop a:after {
	color: #FFFFFF;
	content: "\f126";
	font-family: Ionicons;
	font-size:16px;
}
#totop a:hover {
	background: rgba(10,82,132,0.8);
} 

/********************************************
 * toppage
 ********************************************/
 
.cont01{
	width:1200px;
	margin:0 auto;
}
.cont02{
	width:860px;
	margin:0 auto;
}
.cont03{
	width:700px;
	margin:0 auto;
}
.co_p {
	padding-top: 80px;
	padding-bottom: 80px;
}
.co_p2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.co_t {
	padding-top: 70px;
}
.co_t2 {
	padding-top: 50px;
}


.space1{
	height: 70px;
}

.pc_none{
	display:none;
}


.toppost ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.toppost li {
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.postbox {
	/*width: 350px;*/
	margin-right: 10px;
	margin-left: 10px;
}
.thumbimg {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.thumbimg img {
	height: auto;
	width: 100%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.cate a,
.cate2 a {
	width: 100px;
	font-size: 14px;
	text-align: center;
}
.cate a {
	float: right;
}
.cate2 {
	display: inline-block;
	vertical-align: top;
}
.cate2 a {
	display: block;
}
.news a {
	border: 1px solid #1f2f49;
	color: #1f2f49;
}
.works a {
	border: 1px solid #1f2f49;
	color: #1f2f49;
}

.posttxt h3 {
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: bold;
}
.posttxt {
	padding-top: 10px;
}
.date {
	color: #1f2f49;
	font-size: 15px;
}
.mainnews .date {
	float: left;
	width: 150px;
}
.toppost .date {
	float: left;
	width: 120px;
}
.btn2 {
/*max-width:330px;
margin:0 auto;*/
}
.btn a,
.btn2 a {
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.btn a {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.btn2 a {
	color: #1f2f49;
	border: 1px solid #1f2f49;
}
.btn2 {
width:300px;
margin:0 auto;
}
.btn a:hover {
	background: #FFFFFF;
	color: #1f2f49;
}
.btn2 a:hover {
	background: #1f2f49;
	color: #ffffff;
}


.contactform {
margin-top:20px;
}
.contactform dt {
	text-align: right;
	float: left;
	width: 240px;
	padding: 20px;
	color: #FFFFFF;
	box-sizing:border-box;
}
.contactform dd {
	padding: 20px;
	margin-left: 240px;
	color: #FFFFFF;
}
.notice {
	color: #FFFFFF;
}
.ft_info {
	float: left;
	width: 32%;
	font-size: 14px;
	line-height: 20px;
}
#ft_nav {
	text-align: right;
	width: 65%;
	float: right;
}
#ft_nav li {
	display: inline-block;
	padding: 10px 20px;
}
#ft_nav li a {
	font-weight: bold;
}
#ft_nav li:last-child {
	padding-right: 0px;
}
#copyright {
	font-size: 12px;
	color: #c9c9c9;
	display: block;
	margin-top: 20px;
}


.archive {
	text-align: center;
	padding-bottom: 30px;
}
.archive h3 {
	display: inline-block;
	font-weight: bold;
}
.postbtn {
	text-align: center;
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #dfdfdf;
}
.leftbtn,
.rightbtn{
	display: inline-block;
	text-align: center;
	color: #1f2f49;
	padding-right: 10px;
	padding-left: 10px;
}
.singlepost .date {
	float: none;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
}
.singlepost .titleh2 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.photoarea {
	width: 100%;
	margin-bottom: 30px;
}
.photonav li {
	height: 80px;
	width: 130px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 10px;
}

.photonav li img {
	height: auto;
	width: 100%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.blogarea {
	padding-top: 20px;
	padding-bottom: 40px;
}



#tel a {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/tel.png) no-repeat 10px center;
	background-size: 26px;
	padding-left: 45px;
	line-height: 40px;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tel {
	width:230px;
	float:right;
	padding-left: 1px;
	border-left: 1px solid #FFFFFF;
	margin-top: 20px;
}

.mainvl {
	width: 1700px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	position: relative;
	overflow: hidden;
}
.subvl {
	width: 1700px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	position: relative;
	background:#FFFFFF url(images/main2.jpg) no-repeat right top;
}

.mainbg {
	height: 800px;
	width:1200px;
	background:#FFFFFF url(images/main2.jpg) no-repeat right top;
	position:absolute;
	top:0%;
	z-index:1;
	left:40%;
}

.mainvl h2 {
	position: absolute;
	font-size: 72px;
	line-height: 100px;
	letter-spacing: 5px;
	font-family: 'Sawarabi Mincho', sans-serif;
	z-index: 3;
	left: 50px;
	height:100px;
}
.h2black{
    width:100%;
    position:absolute;
    color:#ffffff;
	top: 30%;
}
.h2white{
    width:calc(100% - 60%);
    overflow: hidden;
    position:absolute;
    color:#333333;
	top: 30%;
}

.h2black2{
    width:100%;
    position:absolute;
    color:#ffffff;
	top: calc(30% + 100px);
}
.h2white2{
    width:calc(100% - 60%);
    overflow: hidden;
    position:absolute;
    color:#333333;
	top: calc(30% + 100px);
}
.mainvl h3 {
	position: absolute;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 5px;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight:bold;
	z-index: 3;
	left: 50px;
	height:60px;
}
.h3black{
    width:100%;
    position:absolute;
    color:#ffffff;
	top: calc(30% + 250px);
}
.h3white{
    width:calc(100% - 62%);
    overflow: hidden;
    position:absolute;
    color:#333333;
	top: calc(30% + 250px);
}

.mainnews {
	position: relative;
	width: 1200px;
	top: -80px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
}
.tb1 {
	background: #FFFFFF;
	display: table;
	width: 80%;
}
.cell1_1 {
	background: #1f2f49;
	width: 35%;
	padding: 30px 40px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.mainnews h2,
#topnews h2,
#topservice h2,
#company h2,
#contact h2 {
	font-size: 34px;
	line-height: 50px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-weight: bold;
}
.mainnews h2,
#contact h2 {
	color: #FFFFFF;
}

#topnews h2,
#topservice h2,
#company h2,
#contact h2{
	text-align: center;
	position: relative;
	z-index: 2;
}

.cell1_2 {
	display: table-cell;
	padding: 50px;
	vertical-align: middle;
}
.mainnews li {
	padding-top: 10px;
	padding-bottom: 10px;
}


.mainnews h3 {
	padding-left: 150px;
}
.topmes {
	position: relative;
	margin-bottom: 30px;
}
.clmR {
	width: 50%;
	float: right;
	position: relative;
}

.clmL {
	width: 50%;
	float: left;
	background: url(images/top1.jpg) no-repeat right center;
	/*background-size: cover;*/
	height: 400px;
}

.topmes .en,
#topnews .en,
#topservice .en,
#company .en,
#contact .en {
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 5px;
	font-weight: 700;
	
}
.topmes .en {
	/*color: #ededed;*/
	color: rgba(0,0,0,0.1);
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: -1;
}
#topnews .en,
#company .en {
	color: rgba(255,255,255,0.8);
	position: absolute;
	top: -30px;
	left: 0px;
}
#topservice .en {
	color: rgba(255,255,255,0.8);
	position: absolute;
	top: -30px;
	right: 0px;
}
#contact .en {
	color: rgba(255,255,255,0.6);
	position: absolute;
	top: -30px;
	right: 0px;
}
.txt1 {
	padding: 50px;
	width: 550px;
	position: absolute;
	top: 50px;
	left: -40px;
	background:rgba(255,255,255,0.7);
	z-index: 2;
}
.topmes .cont01 {
	position: relative;
}
.titleh2,
.box1 h2 {
	font-size: 38px;
	line-height: 50px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}
.txtL {
	width: 45%;
	float: left;
	padding-right: 5%;
	position: relative;
}
.txtR {
	width: 45%;
	float: right;
	padding-left: 5%;
	position: relative;
}
.imgR {
	width: 50%;
	float: right;
}
.imgL {
	width: 50%;
	float: left;
}
.point .en {
	font-size: 200px;
	color: #ededed;
	font-weight: 700;
	position: absolute;
	z-index: -1;
	line-height: 200px;
	top: 0px;
}
.txt2 {
	padding-top: 100px;
	padding-left: 50px;
	position: relative;
	z-index: 2;
}
.point h3 {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #1f2f49;
	font-weight: bold;
}


#topnews,
#topservice,
#company,
#contact {
	position: relative;
}

#topservice ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#topservice li {
	width: 23%;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0px 1%;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#topservice h3,
.linkbox li a {
	background: #FFFFFF;
	border-left: 20px solid #1f2f49;
	position: relative;
	font-size: 20px;
	line-height: 40px;
	padding: 10px 20px;
	font-weight: bold;
	box-sizing: border-box;
	width:230px;
	display:block;
	text-align: left;
}
#topservice h3 {
	position: relative;
	left: 25px;
	top: -25px;
	
}
.linkbox li {
	width: 25%;
	float:left;
	text-align:center;
}
.linkbox {
	padding-top: 30px;
}
.map {
	width: 45%;
	float: left;
	padding-top: 20px;
}
.map iframe {
	height: 550px;
	width: 100%;
}
.table1 {
	margin-left: 50%;
	width: 600px;
}
.table1 dt {
	font-weight: bold;
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.table1 dd {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 130px;
}
.ft_info h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}


.singlepost {
	background: #FFFFFF;
	padding: 50px;
	margin-top: 30px;
}
.table2 dt {
	border-top: 1px solid #dfdfdf;
	font-weight: bold;
	background: #f0f0f0;
	padding: 15px;
	width: 190px;
	box-sizing: border-box;
	float:left;
}
.table2 dd {
	background: #FFFFFF;
	padding: 15px 20px;
	margin-left: 190px;
	border-top: 1px solid #dfdfdf;
}
.table2 {
	border-bottom: 1px solid #dfdfdf;
}
.linkbox {
	padding-top: 40px;
}
.box1 {
	background: #FFFFFF;
	border-left: 24px solid #1f2f49;
	margin-top: 50px;
	padding-top: 30px;
}
.box1 h2 {
	text-align: left!important;
	margin-bottom:0px!important;
}
.txtL2,
.txtR2 {
	width: 50%;
	padding-right: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.txtL2 {
	float: left;
}
.txtR2 {
	float: right;
}
.imgL2 {
	float: right;
	width: 50%;
	position: relative;
}
.imgR2 {
	float: right;
	width: 50%;
	position: relative;
}
.inlinebox {
	vertical-align: top;
	display: inline-block;
	width: 45%;
	padding-right: 2%;
}
.singlepost .titleh2 {
	text-align: left!important;
}


@media screen and (max-width: 1700px) {
.mainvl {
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
.subvl {
	width: 1500px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	position: relative;
	background:#FFFFFF url(images/main.jpg) no-repeat right top;
}




}
@media screen and (max-width: 1580px) {
.mainvl{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.subvl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background:#FFFFFF url(images/main.jpg) no-repeat right top;
}
header .cont01{
	width: 100%;
}
#logo {
	width: 200px;
	z-index: 10;
	float: left;
	margin-top:15px;
	margin-left:4%;
}
.mainbg {
	left:30%;
}
.h2white{
    width:calc(100% - 70%);
}

.h2white2{
    width:calc(100% - 70%);
}
.h3white{
    width:calc(100% - 72%);
}
}
@media screen and (max-width: 1280px) {
.cont01{
	width: 90%;
}
.mainnews {
	width: 90%;
}
.txt1 {
	padding: 40px;
	width: 95%;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	left: 0px;
}
#pc_nav{
	width: auto;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
	display: inline-block;
	box-sizing:border-box;
}
#pc_nav li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

#pc_nav a {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.table1 {
	margin-left: 50%;
	width: 45%;
}
}

.inlinetxt {
	text-align: left;
	display: inline-block;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 600px;
}