@charset "utf-8";
/* CSS Document */

/* header ==============================================================
	1. p-header
		1-1. common
		1-2. home	
	2. p-image
	3. p-description
	4. p-top
	5. p-button
	6. p-menu
	7. p-title
		7-1. page
		7-2. archive
		7-3. custom_post_single
		7-4. information
		7-5. search
		7-6. error
		7-7. ecoaction21
	8. p-breadcrumb
======================================================================== */

/* =====================================================================
	1. p-header
======================================================================== */
/* 1-1. common */
.p-header {
	position: relative;
	width: 100%;
	height: 100%;
	height: 250px;
	margin: 0 0 20px;
	overflow: hidden;
	background: url(../img/header/bg_header.jpg) no-repeat top left;
	background-size: cover;
}
/* 1-2. home */
.home .p-header {
	height: auto;
	max-height: 600px;
	margin: 0;
	background: none;
}

@media screen and (max-width: 799px) {
	/* 1-1 common */
	.p-header {
		height: 135px;
		background-position: left 30px;
	}
	/* 1-2 home */
	.home .p-header {
		height: 250px;
	}
}

/* =====================================================================
	2. p-image
======================================================================== */
.p-image {
	width: 100%;
	max-height: 600px;
}

@media screen and (max-width: 799px) {
	.p-image .p-slider .slider-60 {
		width: auto !important;
		height: 250px !important;
		margin: 20px 0 0;
	}
}

/* =====================================================================
	3. p-description
======================================================================== */
.p-description {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: url(../img/home/h1_description.png) no-repeat center;
	background-size: cover;
}

@media screen and (max-width: 799px) {
	.p-description {
		top: 60px;
		height: 190px;
		background: url(../img/home/h1_description_sp.png) no-repeat center;
		background-size: contain;
	}
}

/* =====================================================================
	4. p-top
======================================================================== */
.p-top {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 3px 5px #333333;
}
.is-top {
	background-color: rgba(255,255,255,1);
}
.p-top .p-logo {
	float: left;
	display: inline-block;
	width: 180px;
	height: 50px;	
}
.p-top .p-logo a {
	display: block;
	width: 180px;
	height: 50px;
	background: url(../img/logo/logo.png) no-repeat;
	background-size: 180px 50px;
}
.p-top .p-call {
	float: right;
	display: inline-block;
	width: 170px;
	height: 50px;
	background: url(../img/header/img_call.png) no-repeat;
}

@media screen and (max-width: 799px) {
	.p-top {
		height: 60px;
		background-color: rgba(255,255,255,1);
	}
	.p-top .p-logo {
		margin: 5px 0 0 10px;
	}
	.p-top .p-call.is-hidden {
		display: none;
	}
}
@media print {
	.p-top {
		position: absolute;
		top: 0;
	}
}

/* =====================================================================
	5. p-button
======================================================================== */
.p-button {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	width: 60px;
	height: 60px;
	background: url(../img/header/btn_menu.jpg) no-repeat;
	background-size: 60px 60px;
}
.p-button.is-button {
	display: none;
}
.p-button a {
	display: block;
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 799px) {
	.p-button.is-button {
		display: block;
	}
}

/* =====================================================================
	6. p-menu
======================================================================== */
/* 6-1 common */
.p-menu {
	position: fixed;
	top: 50px;
	z-index: 200;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.9);
}
/* 6-2 home */
.home .p-menu {
	position: relative;
	top: -50px;
}
.home .is-menu {
	position: fixed;
	top: 50px;
}
/* 6-1 common */
.p-menu .p-navi {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.p-menu .p-navi .menu-item {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	position: relative;
	height: 50px;
}
.p-menu .p-navi .p-home > a {
	background: url(../img/header/nav_home.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-constructs > a {
	background: url(../img/header/nav_constructs.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-building > a {
	background: url(../img/header/nav_building.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-civileng > a {
	background: url(../img/header/nav_civileng.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-housing > a {
	background: url(../img/header/nav_housing.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-recruit > a {
	background: url(../img/header/nav_recruit.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-outline > a {
	background: url(../img/header/nav_outline.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-information > a {
	background: url(../img/header/nav_information.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-access > a {
	background: url(../img/header/nav_access.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .p-contact > a {
	background: url(../img/header/nav_contact.png) no-repeat;
	background-size: 90px 20px;
}
.p-menu .p-navi .menu-item a {
	display: block;
	margin: auto;
	height: 50px;
	background-position: center center;
}
.p-menu .p-navi .menu-item a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-menu .p-navi .menu-item .sub-menu {
	display: none;
}
.p-menu .p-navi .menu-item:hover .sub-menu {
	display: block;
}
.p-menu .p-navi .menu-item .sub-menu .menu-item {
	display: block;
	width: 137px;
	height: 40px;
	border-top: #FFFFFF solid 1px;
}
.p-menu .p-navi .menu-item .sub-menu .menu-item a {
	display: block;
	margin: auto;
	height: 40px;
	background-color: #000000;
}
.p-menu .p-navi .menu-item .sub-menu .menu-item a:hover {
	background-color: #999999;
}

@media screen and (max-width: 799px) {
	.p-menu.is-modal {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 1000;
		width: 100vw;
		height: 100vh;
	}
	.p-menu.is-modal .p-navi {
		display: block;
		width: 100vw;
	}
	.p-menu.is-modal .p-navi .menu-item {
		display: inline-block;
		position: static;
		width: 100vw;
	}
	.p-menu.is-modal .p-navi .p-home {
		display: none;
	}
	.p-menu.is-modal .p-navi .p-constructs {
		height: 90px;
	}
	.p-menu.is-modal .p-navi .menu-item .sub-menu {
		display: table;
		table-layout: fixed;
		width: 100vw;
		height: 40px;
	}
	.p-menu.is-modal .p-navi .menu-item .sub-menu .menu-item {
		display: table-cell;
		width: auto;
		border-top: none;
	}
}

@media print {
	.p-menu {
		display: none;
	}
}

/* =====================================================================
	7. p-title
======================================================================== */
.p-title {
	position: relative;
	top: 100px;
	width: 100%;
	height: 150px;
}
.p-title:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 170px;
	height: 150px;
	background: url(../img/logo/logo_header.png) no-repeat;
}
.p-title:before {
	content: "";
	position: absolute;
	z-index: 11;
	top: 50px;
	left: 0;
}
/* 7-1. page */
.p-title.p-outline:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_outline.png) no-repeat;
}
.p-title.p-recruit:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_recruit.png) no-repeat;
}
.p-title.p-contact:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_contact.png) no-repeat;
}
.p-title.p-confirm:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_contact.png) no-repeat;
}
.p-title.p-sent:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_contact.png) no-repeat;
}
/* 7-2. archive, 7-3. custom_post_single */
.p-title.p-building:before {
	width: 350px;
	height: 50px;
	background: url(../img/title/tit_building.png) no-repeat;
}
.p-title.p-civileng:before {
	width: 350px;
	height: 50px;
	background: url(../img/title/tit_civileng.png) no-repeat;
}
.p-title.p-housing:before {
	width: 536px;
	height: 50px;
	background: url(../img/title/tit_housing.png) no-repeat;
}
/* 7-4. information */
.p-title.p-information:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_information.png) no-repeat;
}
/* 7-5. search */
.p-title.p-search:before {
	width: 186px;
	height: 50px;
	background: url(../img/title/tit_search.png) no-repeat;
}
/* 7-6. error */
.p-title.p-errorpage:before {
	width: 416px;
	height: 50px;
	background: url(../img/title/tit_error.png) no-repeat;
}
/* 7-7. ecoaction21 */
.p-title.p-ecoaction21:before {
	width: 374px;
	height: 50px;
	background: url(../img/title/tit_ecoaction21.png) no-repeat;
}
/* 7-8. ecoaction21 */
.p-title.p-invoice:before {
	width: 460px;
	height: 50px;
	background: url(../img/title/tit_invoice.png) no-repeat;
}
/* 7-9. yess */
.p-title.p-yess:before {
	width: 388px;
	height: 50px;
	background: url(../img/title/tit_yess.png) no-repeat;
}
@media screen and (max-width: 799px) {
	.p-title {
		top: 60px;
		height: 75px;
	}
	.p-title:after {
		right: 10px;
		width: 85px;
		height: 75px;
		background-size: 85px 75px;
	}
	.p-title:before {
		top: 27px;
		left: 10px;
	}
	/* 7-1 page */
	.p-title.p-outline:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	.p-title.p-recruit:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	.p-title.p-contact:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	.p-title.p-confirm:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	.p-title.p-sent:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	/* 7-2 archive, 7-3 custom_post_single */
	.p-title.p-building:before {
		width: 175px;
		height: 25px;
		background-size: 175px 25px;
	}
	.p-title.p-civileng:before {
		width: 175px;
		height: 25px;
		background-size: 175px 25px;
	}
	.p-title.p-housing:before {
		width: 268px;
		height: 25px;
		background-size: 268px 25px;
	}
	/* 7-4 information */
	.p-title.p-information:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	/* 7-5 search */
	.p-title.p-search:before {
		width: 93px;
		height: 25px;
		background-size: 93px 25px;
	}
	/* 7-6 error */
	.p-title.p-errorpage:before {
		width: 208px;
		height: 25px;
		background-size: 208px 25px;
	}
	/* 7-7 ecoaction21 */
	.p-title.p-ecoaction21:before {
		width: 187px;
		height: 25px;
		background-size: 187px 25px;
	}
	/* 7-8 invoice */
	.p-title.p-invoice:before {
		width: 230px;
		height: 25px;
		background-size: 230px 25px;
	}
	/* 7-9 yess */
	.p-title.p-yess:before {
		width: 194px;
		height: 25px;
		background-size: 194px 25px;
	}
}

/* =====================================================================
	8. p-breadcrumb
======================================================================== */

@media screen and (max-width: 799px) {
	.p-breadcrumb {
		margin: 0 10px;
	}
}