@charset "UTF-8";

.pageWrapper {
	background: #F4F4F4;
}

/* ヘッダー */
.pageHeader {
	background: #111;
	color: #fff;
	font-weight: bold;
	z-index: 3;
	position: relative;
}

.pageHeader_inner {
}

.pageHedar_leftCol {
	float: left;
	padding: 26px 0 0;
}

.pageHeader_title {
	line-height: 1;
	float: left;
}

.pageHeader_title > img {
	display: block;
}

.pageHeader_subTitle {
	line-height: 1;
	float: left;
	border-left: 1px solid #fff;
	padding: 0 0 0 19px;
	margin: 0 0 0 19px;
}

.pageHeader_subTitle > img {
	display: block;
}

.pageHeader_rightCol {
	float: right;
}

.pageHeader_button {
	display: none;
}

.gnav {
}

.gnav_list {
	list-style: none;
}

.gnav_list > li {
	float: left;
}

.gnav_list > li > a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 0 27px;
	-webkit-transition: color 0.3s, text-shadow 0.3s;
	transition: color 0.3s, text-shadow 0.3s;
}

.gnav_list > li > a:hover {
	color: #DC581C;
}

.p-flow .gnav_list > li.-flow > a,
.p-contact .gnav_list > li.-contact > a,
.p-service .gnav_list > li.-service > a,
.p-works .gnav_list > li.-works > a,
.p-rent .gnav_list > li.-rent > a {
	cursor: default;
	color: #DC581C;
}

.gnav_list > li.-rent > a {
	padding-left: 0;
}

.gnav_list > li.-contact > a {
	padding-right: 0;
}

.gnav_list > li > a > b {
	display: block;
	padding: 25px 0 18px;
	border-bottom: 3px solid #111;
	letter-spacing: 1px;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.gnav_list > li > a:hover > b {
	border-bottom-color: #DC581C;
}

.p-flow .gnav_list > li.-flow > a > b,
.p-contact .gnav_list > li.-contact > a > b,
.p-service .gnav_list > li.-service > a > b,
.p-works .gnav_list > li.-works > a > b,
.p-rent .gnav_list > li.-rent > a > b {
	border-bottom-color: #DC581C;
}

/* フッター */
.pageFooter {
	background: #111;
	color: #999;
	padding: 25px 0 19px;
	position: relative;
	z-index: 1;
}

.pageFooter_inner {
}

.pageFooter_infoList {
	float: left;
}

.pageFooter_infoList > dt {
	display: inline-block;
}

.pageFooter_infoList > dd {
	display: inline-block;
	margin: 0 0 0 31px;
}

.pageFooter_infoList > dd > a {
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pageFooter_infoList > dd > a .icon {
	font-size: 200%;
	margin: 0 4px 0 0;
}

.pageFooter_infoList > dd > a:hover {
	text-decoration: underline;
	color: #fff;
}

.pageFooter_infoList > dd > a:after {
}

.pageFooter_copryright {
	float: right;
	font-size: 17px;
	line-height: 1;
	color: #444;
}

/* コンテンツ */
.pageBody {
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
}

.visual {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.visual_dummyImage {
}

.visual_title {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 111px;
	font-size: 51px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
}

.visual_title small {
	display: block;
	font-size: 18px;
	margin: 5px 0 0;
	font-weight: 300;
}

.visual_link {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 374px;
	left: 0;
	text-align: center;
	color: #fff;
}

.visual_link > a {
	border: 1px solid #fff;
	line-height: 54px;
	display: block;
	text-decoration: none;
	width: 234px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
}

.visual_link > a:hover {
	background: #fff;
	color: #333;
}

.visual_link > a:after {
}

.searchBox {
	position: absolute;
	z-index: 1;
	width: 770px;
	left: 50%;
	bottom: 0;
	margin-left: -385px;
	background: rgba(0, 0, 0, 0.8);
	height: 110px;
}

.searchBox_inner {
	padding: 31px 60px 0;
}

.searchBox_leftCol {
	width: 585px;
	float: left;
	position: relative;
	z-index: 1;
}

.searchBox_leftCol > input:focus {
}

.searchBox_leftCol > input:focus + a {
	opacity: 0;
}

.searchBox_leftCol a {
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.searchBox_icon {
	position: absolute;
	z-index: 2;
	display: block;
	right: 30px;
	top: 50%;
	margin-top: -11px;
	font-size: 22px;
	color: #999;
}

.searchBox_input {
	width: 100%;
}

.searchBox_rightCol {
	float: right;
	width: 50px;
}

.searchBox_button {
	width: 100%;
	background: #333;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	color: #888;
	font-size: 22px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.searchBox_button.is-show .icon:before {
	content: "\e610";
}

.searchBox_button:hover {
	background-color: #555;
}

.searchBox_content {
	display: none;
	position: absolute;
	z-index: 1;
	top: 110px;
	width: 100%;
	background-color: rgb(17, 17, 17);
	color: #666;
}

.searchBox_content.is-show {
	display: block;
}

.searchBox_content_inner {
	padding: 30px 60px 30px;
}

.searchBox_item {
	background-color: #222;
	border-radius: 5px;
	padding: 0 10px 0 48px;
	margin: 0 0 15px;
}

.searchBox_item .u-slider {
	width: 300px;
	background-color: #111 !important;
}

.searchBox_item_labels {
	display: inline-block;
	vertical-align: middle;
	width: 500px;
	padding: 10px 0;
}

.searchBox_item label {
	margin: 0 15px 0 0;
}

.searchBox_item label.-last {
	margin: 0;
}

.searchBox_item label > input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden;
}

.searchBox_item_title {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	width: 79px;
}

.iconCheck {
	margin: 2px 8px 2px 0;
}

.iconCheck:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../img/bg-checkbox.png) 0 0 no-repeat;
	margin: 0 10px 0 0;
}

.searchBox_item label:hover {
	color: #fff;
}

.searchBox_item label:hover .iconCheck:before {
	background-position: 50% 0;
}

.searchBox_item label > input:checked + .iconCheck {
	color: #fff;
}

.searchBox_item label > input:checked + .iconCheck:before {
	background-position: 100% 0;
}

.searchBox_item input[type="text"] {
	width: 71px;
	padding: 2px 0;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	border: none;
}

.searchBox_item .ui-state-default,
.searchBox_item .ui-widget-content .ui-state-default,
.searchBox_item .ui-widget-header .ui-state-default {
	border: none !important;
	width: 16px !Important;
	height: 16px !important;
	top: -6px !important;
}

.searchBox_selecters {
}

.searchBox_selecters:after {
	content: "";
	display: block;
	clear: both;
}

.searchBox_selecters_list {
	list-style: none;
	float: left;
}

.searchBox_selecters_list:after {
	content: "";
	display: block;
	clear: both;
}

.searchBox_selecters_list > li {
	float: left;
	margin-right: 13px;
	width: 260px;
}

.searchBox_selecters_list > li:first-child {
}

.searchBox_selecters .u-selectWrap {
}

.searchBox_selecters .u-selectWrap:before {
	border-bottom-color: #666;
}

.searchBox_selecters .u-selectWrap:after {
	border-top-color: #666;
}

.searchBox_selecters select {
	background-color: #222;
	border: none;
	font-size: 14px;
}

.searchBox_selecters select.is-val {
	color: #EB5C00;
}

.searchBox_btnSearch {
	background-color: #EB5C01;
	color: #fff;
	border-radius: 5px;
	width: 103px;
	line-height: 50px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	float: right;
}

.searchBox_btnSearch:hover {
	opacity: 0.7;
}

.postInfo {
	margin: 37px 0 40px;
}

.postInfo-news {
	margin-bottom: -11px;
}

.postInfo_leftCol {
	width: 50%;
	float: left;
}

.postInfo_Number {
	font-size: 30px;
	color: #999;
	line-height: 40px;
}

.postInfo_Number > b {
}

.postInfo_Number > small {
	font-size: 15px;
	padding: 0 4px;
}

.postInfo_rightCol {
	width: 50%;
	float: right;
	line-height: 40px;
	text-align: right;
}

.postInfo_select {
	display: inline-block;
	margin: 0 0 0 1em;
	vertical-align: middle;
}

.postInfo_select > option {
}

.postInfo_buttonList {
	list-style: none;
	vertical-align: middle;
	margin: 0 0 0 20px;
	display: none;
}

.postInfo_buttonList > li {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	line-height: 1;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
}

.postInfo_buttonList > li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.postInfo_buttonList > li > a {
	display: block;
	color: #CCC;
	font-size: 26px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.postInfo_buttonList > li > a:hover {
	color: #444;
}

.pankuzu {
	background: #fff;
	margin: 60px 0 0;
	position: relative;
	z-index: 1;
}

.pankuzu-noMargin {
	margin: 0;
}

.pankuzu_list {
	list-style: none;
	padding: 18px 20px;
	line-height: 20px;
}

.pankuzu_list > li {
	display: inline-block;
	vertical-align: middle;
}

.pankuzu_list > li:before {
	content: "\e60f";
	color: #CFCFCF;
	font-size: 18px;
	margin: 0 13px 0 12px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
}

.pankuzu_list > li:first-child:before {
	display: none;
}

.pankuzu_list > li > a {
	display: inline-block;
	vertical-align: middle;
}

.pankuzu_list > li > a .icon-home {
	font-size: 19px;
	margin: 0 11px 0 0;
}

.pageNaviList {
	list-style: none;
	text-align: center;
	margin: 2px 0 0;
}

.pageNaviList > li {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin: 0 3px;
}

.pageNaviList > li > a {
	display: block;
	width: 26px;
	line-height: 26px;
	background-color: #fff;
	color: #999;
	border-radius: 4px;
	border: 2px solid #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	font-size: 16px;
}

.pageNaviList > li > a:hover {
	border-color: #E95C1D;
	color: #E95C1D;
}

.pageNaviList > li > a.-current {
	background-color: #CCC;
	color: #fff;
	cursor: default;
	font-weight: bold;
	border-color: #ccc;
}

.pageNaviList > li.pageNaviList_button {
}

.pageNaviList > li.pageNaviList_button > a {
	display: block;
	background-color: #E95C1D;
	color: #fff;
	width: 56px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	border-color: #E95C1D;
}

.pageNaviList > li.pageNaviList_button > a:hover {
	opacity: 0.7;
}

.wp-pagenavi {
	margin: 20px 0;
	text-align: center;
}

.wp-pagenavi > a {
	display: inline-block;
	width: 26px;
	line-height: 26px;
	background-color: #fff;
	color: #999;
	border-radius: 4px;
	border: 2px solid #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	font-size: 16px;
	margin: 0 2px;
}

.wp-pagenavi > a:hover {
	border-color: #E95C1D;
	color: #E95C1D;
}

.wp-pagenavi > .current {
	display: inline-block;
	width: 26px;
	line-height: 26px;
	border-radius: 4px;
	border: 2px solid #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	font-size: 16px;
	background-color: #CCC;
	color: #fff;
	cursor: default;
	font-weight: bold;
	border-color: #ccc;
	margin: 0 2px;
}

.searchBox_areaSlider {
	display: inline-block;
	width: 490px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}

.searchBox_areaSlider_list {
	list-style: none;
}

.searchBox_areaSlider_list:after {
	content: "";
	display: block;
	clear: both;
}

.searchBox_areaSlider_list > li {
	float: right;
}

.searchBox_areaSlider_list > li:first-child {
	float: left;
}

.searchBox_areaSlider_list > li:nth-child(2n) {
}

.searchBox_areaSlider_slider {
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 50%;
	margin-left: -150px;
}

.openBanner {
	margin-top: 14px;
	margin-bottom: 56px;
}

.openBanner > a {
	display: block;
	background: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 51px 63px 62px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.openBanner > a:hover {
	opacity: .8;
}

.openBanner > a:before {
}

.openBanner > a:after {
}

.openBanner_subTitle {
	font-size: 16px;
	font-weight: 500;
	color: #999;
	position: relative;
	z-index: 3;
}

.openBanner_title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin: 2px 0 0;
	position: relative;
	z-index: 3;
}

.openBanner_image {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 100%;
	width: 600px;
	background: url(../../img/pt-support.jpg) center center no-repeat;
}

.openBanner_image > img {
	visibility: hidden;
}

.openBanner_text {
	position: absolute;
	z-index: 2;
	/*top: 62px;*/
	top: 77px;
	left: 462px;
}

.openBanner_text br {
	display: none;
}

.openBanner_text > b {
	display: inline-block;
	background: #FFF300;
	line-height: 25px;
	padding: 0 9px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
}

.openBanner_text > b.-line01 {
	padding-right: 0;
}

.openBanner_text > b.-line02 {
	padding-left: 0;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pageWrapper {
	}

	/* ヘッダー */
	.pageHeader {
	}

	.pageHeader_inner {
		text-align: center;
		padding-top: 20px;
	}

	.pageHedar_leftCol {
		float: none;
		padding: 0;
	}

	.pageHedar_leftCol > a {
		display: block;
		text-decoration: none;
	}

	.pageHeader_title {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}

	.pageHeader_title > img {
	}

	.pageHeader_subTitle {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}

	.pageHeader_subTitle > img {
	}

	.pageHeader_rightCol {
		float: none;
		margin: 10px 0 0;
	}

	.gnav {
	}

	.gnav_list {
		display: table;
		width: 100%;
	}

	.gnav_list > li {
		float: none;
		display: table-cell;
		vertical-align: top;
	}

	.gnav_list > li > a {
		padding: 0 15px;
	}

	.gnav_list > li > a:hover {
	}

	.p-flow .gnav_list > li.-flow > a,
	.p-contact .gnav_list > li.-contact > a,
	.p-service .gnav_list > li.-service > a,
	.p-works .gnav_list > li.-works > a,
	.p-rent .gnav_list > li.-rent > a {
	}

	.gnav_list > li.-rent > a {
	}

	.gnav_list > li.-contact > a {
	}

	.gnav_list > li > a > b {
		padding: 0;
		border-bottom: none;
		letter-spacing: 0;
		line-height: 50px;
	}

	.gnav_list > li > a:hover > b {
	}

	.p-flow .gnav_list > li.-flow > a > b,
	.p-contact .gnav_list > li.-contact > a > b,
	.p-service .gnav_list > li.-service > a > b,
	.p-works .gnav_list > li.-works > a > b,
	.p-rent .gnav_list > li.-rent > a > b {
	}

	/* フッター */
	.pageFooter {
		text-align: center;
	}

	.pageFooter_inner {
	}

	.pageFooter_infoList {
		float: none;
	}

	.pageFooter_infoList > dt {
	}

	.pageFooter_infoList > dd {
		margin-left: 1em;
	}

	.pageFooter_infoList > dd > a {
	}

	.pageFooter_infoList > dd > a .icon {
	}

	.pageFooter_infoList > dd > a:hover {
	}

	.pageFooter_infoList > dd > a:after {
	}

	.pageFooter_copryright {
		float: none;
		display: block;
		font-size: 15px;
		text-align: center;
		margin: 10px 0 0;
	}

	/* コンテンツ */
	.pageBody {
		margin-bottom: 60px;
	}

	.visual {
	}

	.visual_dummyImage {
	}

	.visual_title {
		font-size: 42px;
		top: 50%;
		margin-top: -18px;
	}

	.visual_title small {
		font-size: 16px;
	}

	.visual_link {
		top: auto;
		bottom: 100px;
	}

	.visual_link > a {
		line-height: 46px;
		font-size: 16px;
	}

	.visual_link > a:hover {
	}

	.visual_link > a:after {
	}

	.searchBox {
		width: 620px;
		left: 50%;
		margin-left: -310px;
		height: 84px;
	}

	.searchBox_inner {
		padding: 25px;
	}

	.searchBox_leftCol {
		width: 519px;
	}

	.searchBox_icon {
		right: 13px;
	}

	.searchBox_input {
	}

	.searchBox_rightCol {
		width: 34px;
	}

	.searchBox_button {
		line-height: 34px;
		height: auto;
		font-size: 18px;
	}

	.searchBox_button.is-show .icon:before {
	}

	.searchBox_button:hover {
	}

	.searchBox_content {
		top: 84px;
	}

	.searchBox_content.is-show {
	}

	.searchBox_content_inner {
		padding: 20px;
	}

	.searchBox_item {
		padding: 15px;
		margin-bottom: 10px;
	}

	.searchBox_item .u-slider {
	}

	.searchBox_item_labels {
		display: block;
		width: auto;
		padding: 0;
	}

	.searchBox_item label {
		min-width: 110px;
	}

	.searchBox_item label.-last {
	}

	.searchBox_item label > input {
	}

	.searchBox_item_title {
		display: block;
		line-height: 1.3;
		width: auto;
		margin: 0 0 10px;
	}

	.searchBox_selecters_list {
		float: none;
	}

	.searchBox_selecters_list > li {
		margin-right: 0;
		float: right;
		width: 49%;
	}

	.searchBox_selecters_list > li:first-child {
		float: left;
	}

	.iconCheck {
	}

	.iconCheck:before {
	}

	.searchBox_item label:hover {
	}

	.searchBox_item label:hover .iconCheck:before {
	}

	.searchBox_item label > input:checked + .iconCheck {
	}

	.searchBox_item label > input:checked + .iconCheck:before {
	}

	.searchBox_item input[type="text"] {
	}

	.searchBox_item .ui-state-default,
	.searchBox_item .ui-widget-content .ui-state-default,
	.searchBox_item .ui-widget-header .ui-state-default {
	}

	.searchBox_selecters {
		text-align: center;
	}

	.searchBox_selecters .u-selectWrap {
	}

	.searchBox_selecters .u-selectWrap:before {
	}

	.searchBox_selecters .u-selectWrap:after {
	}

	.searchBox_selecters select {
	}

	.searchBox_selecters select.is-val {
	}

	.searchBox_btnSearch {
		display: block;
		margin: 20px auto 0;
		width: 200px;
		line-height: 42px;
		float: none;
	}

	.searchBox_btnSearch:hover {
	}

	.postInfo {
	}

	.postInfo-news {
	}

	.postInfo_leftCol {
	}

	.postInfo_Number {
		font-size: 24px;
	}

	.postInfo_Number > b {
	}

	.postInfo_Number > small {
		font-size: 14px;
	}

	.postInfo_leftCol {
		line-height: 40px;
	}

	.postInfo_select {
		margin-left: 0.8em;
	}

	.postInfo_select > option {
	}

	.postInfo_buttonList {
	}

	.postInfo_buttonList > li {
	}

	.postInfo_buttonList > li:first-child {
	}

	.postInfo_buttonList > li > a {
	}

	.postInfo_buttonList > li > a:hover {
	}

	.pankuzu {
		margin-top: 45px;
	}

	.pankuzu-noMargin {
		margin-top: 0;
	}

	.pankuzu_list {
	}

	.pankuzu_list > li {
	}

	.pankuzu_list > li:before {
	}

	.pankuzu_list > li:first-child:before {
	}

	.pankuzu_list > li > a {
	}

	.pankuzu_list > li > a .icon-home {
	}

	.pageNaviList {
	}

	.pageNaviList > li {
	}

	.pageNaviList > li > a {
	}

	.pageNaviList > li > a:hover {
	}

	.pageNaviList > li > a.-current {
	}

	.pageNaviList > li.pageNaviList_button {
	}

	.pageNaviList > li.pageNaviList_button > a {
	}

	.pageNaviList > li.pageNaviList_button > a:hover {
	}

	.wp-pagenavi {
	}

	.wp-pagenavi > a {
	}

	.wp-pagenavi > a:hover {
	}

	.wp-pagenavi > .current {
	}

	.searchBox_areaSlider {
		width: 100%;
		display: block;
	}

	.searchBox_areaSlider_list {
	}

	.searchBox_areaSlider_list > li {
	}

	.searchBox_areaSlider_list > li:first-child {
	}

	.searchBox_areaSlider_list > li:nth-child(2n) {
	}

	.searchBox_areaSlider_slider {
	}

	.openBanner {
	}

	.openBanner > a {
		padding: 35px 30px;
	}

	.openBanner > a:hover {
	}

	.openBanner > a:before {
	}

	.openBanner > a:after {
	}

	.openBanner_subTitle {
		font-size: 13px;
	}

	.openBanner_title {
		font-size: 22px;
	}

	.openBanner_image {
		width: 60%;
		background-size: cover;
	}

	.openBanner_image > img {
	}

	.openBanner_text {
		/*top: 40px;*/
		top: 50px;
		left: auto;
		right: 20px;
		text-align: right;
		width: 60%;
	}

	.openBanner_text > b {
		font-size: 11px;
		line-height: 21px;
		margin-bottom: 3px;
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.pageWrapper {
	}

	/* ヘッダー */
	.pageHeader {
		position: relative;
		z-index: 3;
	}

	.pageHeader_inner {
		padding: 0;
	}

	.pageHedar_leftCol {
		padding: 10px 0;
	}

	.pageHeader_title {
	}

	.pageHeader_title > img {
		width: 60px;
	}

	.pageHeader_subTitle {
		padding-left: 10px;
		margin-left: 10px;
	}

	.pageHeader_subTitle > img {
		width: 61px;
	}

	.pageHeader_rightCol {
		margin: 0;
	}

	.gnav {
		position: relative;
		z-index: 1;
	}

	.isOpen + .gnav > .gnav_list {
		display: block;
	}

	.gnav_list {
		display: none;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.gnav_list > li {
		display: block;
	}

	.gnav_list > li > a {
		padding: 0 15px;
		text-align: left;
		border-top: 1px solid rgba(255, 255, 255, 0.31);
		position: relative;
		z-index: 1;
		background-color: #111111;
	}

	.gnav_list > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #fff;
		margin-top: -4px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	.gnav_list > li > a:hover {
	}

	.p-flow .gnav_list > li.-flow > a,
	.p-contact .gnav_list > li.-contact > a,
	.p-service .gnav_list > li.-service > a,
	.p-works .gnav_list > li.-works > a,
	.p-rent .gnav_list > li.-rent > a {
	}

	.gnav_list > li.-rent > a {
		padding-left: 14px;
	}

	.gnav_list > li.-contact > a {
		border-bottom: none;
	}

	.gnav_list > li > a > b {
		line-height: 42px;
	}

	.gnav_list > li > a:hover > b {
	}

	.p-flow .gnav_list > li.-flow > a > b,
	.p-contact .gnav_list > li.-contact > a > b,
	.p-service .gnav_list > li.-service > a > b,
	.p-works .gnav_list > li.-works > a > b,
	.p-rent .gnav_list > li.-rent > a > b {
	}

	/* フッター */
	.pageFooter {
		padding: 15px 0;
	}

	.pageFooter_inner {
	}

	.pageFooter_infoList {
	}

	.pageFooter_infoList > dt {
		display: block;
		margin: 0 0 4px;
		font-size: 12px;
	}

	.pageFooter_infoList > dd {
		margin: 0 0.5em;
		font-size: 12px;
	}

	.pageFooter_infoList > dd > a {
	}

	.pageFooter_infoList > dd > a .icon {
		font-size: 160%;
	}

	.pageFooter_infoList > dd > a:hover {
	}

	.pageFooter_infoList > dd > a:after {
	}

	.pageFooter_copryright {
		font-size: 12px;
		margin-top: 15px;
	}

	/* コンテンツ */
	.pageBody {
		margin-bottom: 10px;
	}

	.visual {
	}

	.visual_dummyImage {
	}

	.visual_title {
		font-size: 22px;
		margin-top: -22px;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	}

	.visual_title small {
		font-size: 12px;
	}

	.visual_link {
		bottom: 15px;
	}

	.visual_link > a {
		line-height: 32px;
		width: 168px;
		font-size: 14px;
	}

	.visual_link > a:hover {
	}

	.visual_link > a:after {
	}

	.searchBox {
		width: 100%;
		margin: 0;
		left: 0;
		height: 54px;
		bottom: -54px;
		background-color: #111;
	}

	.searchBox_inner {
		padding: 10px;
	}

	.searchBox_leftCol {
		width: auto;
		float: none;
		padding: 0 40px 0 0;
	}

	.searchBox_icon {
		right: 50px;
	}

	.searchBox_input {
	}

	.searchBox_rightCol {
		float: none;
		position: absolute;
		z-index: 1;
		top: 10px;
		right: 10px;
	}

	.searchBox_button {
	}

	.searchBox_button.is-show .icon:before {
	}

	.searchBox_button:hover {
	}

	.searchBox_content {
		top: 54px;
	}

	.searchBox_content.is-show {
	}

	.searchBox_content_inner {
		padding: 0px 10px 10px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.searchBox_item {
		padding: 10px;
		margin-bottom: 5px;
	}

	.searchBox_item .u-slider {
		width: 90%;
		margin: 10px 0 0;
		left: 4%;
	}

	.searchBox_item_labels {
	}

	.searchBox_item label {
		position: relative;
		z-index: 1;
		margin-right: 10px;
		min-width: 70px;
	}

	.searchBox_item label.-last {
	}

	.searchBox_item label > input {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.searchBox_item_title {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.searchBox_selecters_list {
	}

	.searchBox_selecters_list > li {
		float: none;
		width: 100%;
		margin: 5px 0 0;
	}

	.searchBox_selecters_list > li:first-child {
		float: none;
		margin: 0;
	}

	.iconCheck {
	}

	.iconCheck:before {
		width: 12px;
		height: 12px;
		background-size: 300% 100%;
		margin-right: 5px;
	}

	.searchBox_item label:hover {
		color: inherit;
	}

	.searchBox_item label:hover .iconCheck:before {
		background-position: 0% 0%;
	}

	.searchBox_item label > input:checked + .iconCheck {
	}

	.searchBox_item label > input:checked + .iconCheck:before {
	}

	.searchBox_item input[type="text"] {
	}

	.searchBox_item .ui-state-default,
	.searchBox_item .ui-widget-content .ui-state-default,
	.searchBox_item .ui-widget-header .ui-state-default {
		width: 26px !Important;
		height: 26px !important;
		top: -11px !important;
	}

	.searchBox_selecters {
	}

	.searchBox_selecters .u-selectWrap {
	}

	.searchBox_selecters .u-selectWrap:before {
	}

	.searchBox_selecters .u-selectWrap:after {
	}

	.searchBox_selecters select {
	}

	.searchBox_selecters select.is-val {
	}

	.searchBox_btnSearch {
		width: 100%;
		margin-top: 10px;
	}

	.searchBox_btnSearch:hover {
	}

	.postInfo {
		margin: 25px 0 0;
	}

	.postInfo-news {
		margin-bottom: 0;
	}

	.postInfo_leftCol {
		width: auto;
	}

	.postInfo_Number {
		font-size: 20px;
		line-height: 35px;
	}

	.postInfo_Number > b {
	}

	.postInfo_Number > small {
		font-size: 12px;
	}

	.postInfo_rightCol {
		width: auto;
		text-align: right;
		height: 35px;
	}

	.postInfo_select {
		margin-left: 0.4em;
	}

	.postInfo_select > option {
	}

	.postInfo_buttonList {
	}

	.postInfo_buttonList > li {
	}

	.postInfo_buttonList > li:first-child {
	}

	.postInfo_buttonList > li > a {
	}

	.postInfo_buttonList > li > a:hover {
	}

	.pankuzu {
		margin-top: 25px;
	}

	.pankuzu-noMargin {
		margin-top: 0;
	}

	.pankuzu_list {
		padding: 5px 10px;
		font-size: 11px;
	}

	.pankuzu_list > li {
		max-width: 150px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pankuzu_list > li:before {
		margin: 0 1px;
		font-size: 14px;
	}

	.pankuzu_list > li:first-child:before {
	}

	.pankuzu_list > li > a {
	}

	.pankuzu_list > li > a .icon-home {
		font-size: 13px;
		margin-right: 5px;
	}

	.pageNaviList {
	}

	.pageNaviList > li {
	}

	.pageNaviList > li .-current {
		width: 30px;
		line-height: 30px;
		display: block;
	}

	.pageNaviList > li > a {
		font-size: 14px;
		width: 30px;
		line-height: 30px;
	}

	.pageNaviList > li > a:hover {
	}

	.pageNaviList > li > a.-current {
	}

	.pageNaviList > li.pageNaviList_button {
	}

	.pageNaviList > li.pageNaviList_button > a {
		width: 30px;
		font-size: 12px;
		line-height: 30px;
	}

	.pageNaviList > li.pageNaviList_button > a:hover {
	}

	.wp-pagenavi {
	}

	.wp-pagenavi > a {
	}

	.wp-pagenavi > a:hover {
	}

	.wp-pagenavi > .current {
	}

	.pageHeader_button {
		display: block;
		width: 100%;
		line-height: 42px;
		border-top: 1px solid rgba(255, 255, 255, 0.31);
		font-size: 14px;
	}

	.pageHeader_button.isOpen {
		background-color: #222;
	}

	.pageHeader_button > .icon {
		margin: 0 5px 0 0px;
	}

	.searchBox_areaSlider {
		max-width: 300px;
		margin: 0 auto;
	}

	.searchBox_areaSlider_list {
		margin: 0 auto;
	}

	.searchBox_areaSlider_list > li {
	}

	.searchBox_areaSlider_list > li:first-child {
	}

	.searchBox_areaSlider_list > li:nth-child(2n) {
	}

	.searchBox_areaSlider_slider {
		position: relative;
		top: 0;
	}

	.openBanner {
	}

	.openBanner > a {
		padding: 10px 10px 90px;
	}

	.openBanner > a:hover {
	}

	.openBanner > a:before {
	}

	.openBanner > a:after {
	}

	.openBanner_subTitle {
		font-size: 11px;
	}

	.openBanner_title {
		font-size: 18px;
	}

	.openBanner_image {
		width: 100%;
		height: 80px;
		bottom: 0;
		top: auto;
	}

	.openBanner_image > img {
	}

	.openBanner_text {
		/*bottom: 8px;*/
		bottom: 19px;
		top: auto;
		text-align: left;
		left: 0;
		width: 100%;
		padding: 0 10px;
		right: auto;
		box-sizing: border-box;
	}

	.openBanner_text br {
		display: inline;
	}

	.openBanner_text > b {
		font-size: 10px;
		margin-bottom: 0;
		display: inline-block;
		line-height: inherit;
	}

	.openBanner_text > b.-line01 {
		padding-right: 9px;
	}

	.openBanner_text > b.-line02 {
		padding-left: 9px;
	}

}