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


/* ------------------------------------------------------------
layout
------------------------------------------------------------*/

.fo-top-outer {
	width: 100%;
	font-size: 1.5rem;
	padding: 10px 0;
	background: rgba( 195, 186, 179, 1.0 );
}

.fo-bottom-outer {
	font-size: 1.3em;
	color: rgba( 134, 116, 102, 1.0 );
}

.fo-bottom-outer .group-area {
	margin: 50px 0 50px 0;
}


/* ------------------------------------------------------------
common
------------------------------------------------------------*/


/* ------------------------------------------------------------
メニュー
------------------------------------------------------------*/

.fo-outer .gnav-inner {
	/*overflow: hidden;*/
}

.fo-outer .gnav-outer li {
	padding-right: 10px;
	float: left;
}

.fo-outer .gnav-outer a {
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 10px;
	vertical-align: middle;
	color: rgba( 255, 255, 255, 1.0 );
	display: block;
}

.fo-outer .gnav-outer a:hover {
	color: rgba( 134, 116, 102, 1.0 );
}


/* ------------------------------------------------------------
問合せ
------------------------------------------------------------*/

.inq-area {
	margin: 100px 0 100px 0;
}

.inq-area, .inq-zone {
	overflow: hidden;
}

.inq-area .inq-zone, .inq-area .inq-tel, .inq-area .inq-mail {
	float: left;
}

.inq-area .inq-ttl {
	float: right;
}

.inq-area a {
	transition: all .3s ease-in-out;
}

.inq-area a:hover {
	opacity: 0.4;
}


/* ------------------------------------------------------------
グループ企業紹介
------------------------------------------------------------*/

.philosophy-img {
	margin: 0 auto 30px auto;
}

.fo-bottom-outer .group-area p {
	margin: 0;
}

.fo-bottom-outer .group-area div {
	width: calc( 100% / 3 );
	padding: 0 20px 0 0;
	box-sizing: border-box;
	float: left;
}

.fo-bottom-outer .group-area div:nth-of-type(4) {
	padding: 0;
	margin: 0;
}

.fo-bottom-outer .group-area div p:nth-of-type(1) {
	margin: 0 0 10px 0;
	font-weight: bold;
}


/* ------------------------------------------------------------
CopyRight
------------------------------------------------------------*/

.fo-bottom-outer .copyright-area p {
	padding: 30px 0 50px 0;
	text-align: center;
}


/* ------------------------------------------------------------
Function部分
------------------------------------------------------------*/

/* Pagetop
------------------------------------------------------------*/

#pagetop a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	background: rgba( 0, 0, 0, 1.0 );
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 1.5em;
	text-align: center;
	vertical-align: bottom;
	display: block;
	z-index: 10000;
}

#pagetop a:hover {
	background: rgba( 0, 0, 0, 0.6 );
}
