@charset "UTF-8";
/*==================================================================
	Base
===================================================================*/

html, body {
	height: 100%;
	margin: 0;
}
body {
	min-width: 320px;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8em;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: "UD Shin Go Light", noto-sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, sans-serif;
}
#wrapper {
	background: #FFF;
}

@media screen and (min-width: 769px) {
	#content {
		width: 1000px;
		margin: 0 auto;
		padding: 40px 0;
		padding-top: 130px;
		min-height: 100%;
	}
	#pageHousing #content {
		padding-top: 40px;
	}
	#subHeader {
		padding: 130px 0 10px;
	}
}
@media screen and (max-width: 768px) {
	#content {
		width: 100%;
	}
}

/*==================================================================
	Z-index
===================================================================*/

/*==================================================================
	Link
===================================================================*/

a {
	font-weight: bold;
	line-height: 1.2;
	text-decoration: underline;
	outline: none;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a.pdf {
	color: #028825!important;
	padding-left: 20px;
	background: url(/img/common/icon_pdf.png) no-repeat 0 0;
	margin-right: 6px;
	background-size: 15px 15px;
}
a.link {
	position: relative;
	display: block;
	max-width: 100%;
	width: 260px;
	margin: auto;
	padding:12px 0;
	background-color: #028825;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 1em;
	line-height: 1.5;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

#wrapper a[id]:not([href]) {
	margin-top: -105px;
	padding-top: 105px;
	display: inline-block;/* required for webkit browsers */
	vertical-align: top;
}

@media screen and (max-width: 768px) {
#wrapper a[id]:not([href]) {
	margin-top: 0;
	padding-top: 0;
}

}

/*==================================================================
	Header
===================================================================*/

@media screen and (min-width: 769px) {
#header {
	border-top: #028825 solid 5px;
	background: #FFF;
	border-bottom: #CCC solid 1px;
	width: 100%;
	height: 155px;
	position: fixed;
	z-index: 100000;
	padding: 20px 0;
}
#pageHome #header {
	background: none;
	border-bottom: none;
}
#headerInner {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(/img/common/logo.png);
	background-size: cover!important;
	display: block;
	text-align: center;
	top: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto auto;
	width: 150px;
	height: 150px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 110000;
}

#logo a {
	display: block!important;
	width: 100%;
	height: 100%;
	cursor: pointer!important;
}

#subHeader {
	background: #00a53c;
	text-align: center;
	color: #FFF;
}

/* --------------- fixed -------------- */
#pageHome #header.fixed,
#header.fixed {
	background: #FFF;
	border-bottom: #CCC solid 1px;
}
#header.fixed,
#pageHousing #header {
	height: 106px;
}
#header.fixed #logo,
#pageHousing #logo {
	width: 100px;
	height: 100px;
}
#header.fixed #globalNavi {
	padding-top: 0;
}
#header.fixed #globalNavi li a {
	color: #028825;
}
#header.fixed #globalNavi li a:hover, 
#globalNavi li a:hover, 
#pageHome #header.fixed #globalNavi li.top a, 
#pageNews #globalNavi li.news a, 
#pagePhilosophy #globalNavi li.philosophy a, 
#pageGroup #globalNavi li.group a, 
#pageCompany #globalNavi li.company a {
	border-bottom: #028825 solid 3px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/* --------------- transition -------------- */
.tx img, #header, #header #logo, #globalNavi, #globalNavi ul li, #globalNavi ul li a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
}
@media screen and (max-width: 768px) {
	#header {
	border-top: #028825 solid 5px;
	background: #FFF;
	border-bottom: #CCC solid 1px;
	width: 100%;
	position: fixed;
	z-index: 100000;
		position: absolute;
		height: 108px;
	}
	#pageHousing #header {
		height: 68px;
	}
	#logo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(/img/common/sp_logo.png);
	background-size: cover!important;
	display: block;
	text-align: center;
	width: 190px;
	height: 40px;
	margin: 10px auto;
}
	#logo a {
	display: block!important;
	width: 100%;
	height: 100%;
	cursor: pointer!important;
}
}


/*==================================================================
	Navigation
===================================================================*/

@media screen and (min-width: 769px) {
#globalNavi {
    padding-top: 25px;
    text-align: center;
    position: relative;
}
#globalNavi li {
	display: inline-block;
	letter-spacing: 2px;
    margin-left: 1.9%;
}
#globalNavi li:first-child {
    padding-right: -6.2%;
}
#globalNavi li:nth-child(2) {
    padding-right: 20.5%;
}
#globalNavi li a {
	display: block;
	color: #333;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0 12px;
	font-size: 14px;
}
#pageHome #globalNavi li a {
	color: #FFF;
}
#globalNavi li a:hover, 
#pageHome #globalNavi li.top a, 
#pageHome #globalNavi li a:hover, 
#pageNews #globalNavi li.news a, 
#pagePhilosophy #globalNavi li.philosophy a, 
#pageGroup #globalNavi li.group a, 
#pageCompany #globalNavi li.company a {
	border-bottom: #028825 solid 3px;
}

}
@media screen and (max-width: 768px) {
	#globalNavi {
		border-top: #DDD solid 1px;
		text-align: center;
		display: table;
		width: 100%;
	}
	#globalNavi li {
	display: table-cell;
	width: 25%;
	padding: 14px 0;
	font-size: 0.8em;
	line-height: 1.4;
	border-right: #DDD solid 1px;
	}
	#globalNavi li a {
		display: block;
		text-decoration: none;
		color: #028825;
	}
}


/*==================================================================
	KeyVisual
===================================================================*/
#keyv {
	width: 100%;
	height: 100%;
	min-height: 600px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	color: #FFF;
	background: rgba(0, 0, 0, 0);
}
#keyv .ttlBox {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 637px;
	height: 300px!important;
	text-align: center;
}
.tx_kv_01 {
	display: inline-block;
	font-size: 1.6em;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
	letter-spacing: 4px;
	border-bottom: #FFF solid 1px;
	font-family: Ryumin Regular KL;
box-shadow:rgba(0, 0, 0, 0.45) 0 9px 1px -9px;
-webkit-box-shadow:rgba(0, 0, 0, 0.45) 0 9px 1px -9px;
-moz-box-shadow:rgba(0, 0, 0, 0.45) 0 9px 1px -9px;
-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
-ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}

.tx_kv_02 {
	font-size: 4em;
	padding: 0.2em;
	margin-bottom: 0.4em;
	line-height: 1.4;
	font-family: Ryumin ExtraBold KL;
-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
-ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 768px) {
	.ttlBox {
		width: 100%!important;
		padding: 20px!important;
	}
	.tx img {
		width: 100%;
		height: auto;
	}
	.tx_kv_01 {
	font-size: 1em;
	letter-spacing: 1px;
}

.tx_kv_02 {
	font-size: 2em;
}
}
/*==================================================================
	Contents
===================================================================*/

#content a[id]:not([href]) {
	margin-top: -100px;
	padding-top: 100px;
	display: inline-block;
	vertical-align: top;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background: url(/img/common/pagetop.png);
	background-size: 60px;
	z-index: 11000;
}

#topService {
	background: #028825;
	color: #FFF;
}
#topCompany {
	background: #eee;
}
#topService .inner,
#topHousing .inner,
#topCompany .inner,
#topContact .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

#topService .topTtl,
#topService .topSubTtl{
	color: #FFF;
}



#loop {
	margin: 0 auto;
	width: 100%;
	height: 240px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loop ul {
	height: 240px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loop ul li {
	width: 360px;
	height: 240px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loop ul li img {
	width: 360px;
	height: 240px;
}
#loop ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loop ul {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
}

.topTtl,
.pageTtl {
	font-family: 'Lora', serif;
	font-size: 2.2em;
	font-weight: 800;
	text-align: center;
	letter-spacing: 3px;
	color: #028825;
	line-height: 1.2;
	margin-bottom: 0.4em;
}
.topSubTtl, .pageSubTtl {
	text-align: center;
	color: #028825;
	margin-bottom: 2em;
	letter-spacing: 2px;
}

#subHeader .pageTtl,
#subHeader .pageSubTtl {
	color: #FFF;
}

.sectionTtl {
	background: #028825;
	color: #FFF;
	padding: 6px 16px;
	border-radius: 2px;
	font-weight: bold;
	margin-bottom: 1.4em;
	margin-top: 2em;
}

.tx_catch {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.8;
	letter-spacing: 2px;
	margin-bottom: 1em;
}


@media screen and (max-width: 768px) {
	#wrapper .inner {
		width: 100%;
		padding: 20px;
	}
}

/* --------------- top -------------- */

.pointList {
	margin-bottom: 3em;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.iconPoint {
	font-family: 'Lora', serif;
	font-size: 1em;
	font-weight: 800;
	letter-spacing: 2px;
	display: inline;
	color: #b4ff00;
	padding: 4px 10px;
	border: #b4ff00 solid 1px;
	border-radius: 3px;
}
.pointList .ttl {
	font-size: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	color: #b4ff00;
}

@media screen and (min-width: 769px) {
.pointList li {
	width: 30%;
	margin-right: 3%;
	float: left;
}
}
@media screen and (max-width: 768px) {
	.tx_catch {
		font-size: 1.2em;
	}
}

.stepList {
	margin-bottom: 3em;
}
.stepList li {
	background: #FFF;
	color: #009b27;
	padding: 20px 20px 20px 150px;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.4em;
	border-radius: 3px;
}

.stepList span {
	margin-left: 20px;
	font-size: 0.7em;
	color: #999;
}

.stepList li.step01 {
	background: #FFF url(/img/home/bg_step01.png) no-repeat center left;
}

.stepList li.step02 {
	background: #FFF url(/img/home/bg_step02.png) no-repeat center left;
}

.stepList li.step03 {
	background: #FFF url(/img/home/bg_step03.png) no-repeat center left;
}

.stepList li.step04 {
	background: #FFF url(/img/home/bg_step04.png) no-repeat center left;
}

.documentBox {
	padding: 20px;
	background: #FFF;
	color: #000;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.stepList li {
		font-size: 1.2em;
		padding: 10px 20px 10px 90px;
		min-height: 60px;
	}
	.stepList li span {
		margin-top: 0.4em;
		display: block;
		margin-left: 0;
		line-height: 1.6;
	}
	.stepList li.step01 {
	background: #FFF url(/img/home/sp_bg_step01.png) no-repeat center left;
	background-size: 75px 135px; 
	}

	.stepList li.step02 {
		background: #FFF url(/img/home/sp_bg_step02.png) no-repeat center left;
	background-size: 75px 135px; 
	}

	.stepList li.step03 {
		background: #FFF url(/img/home/sp_bg_step03.png) no-repeat center left;
	background-size: 75px 135px; 
	}
	.stepList li.step04 {
		background: #FFF url(/img/home/sp_bg_step04.png) no-repeat center left;
	background-size: 75px 135px; 
	}
}
@media screen and (min-width: 769px) {
.housingBoxWrap {
	width: 1000px;
	overflow: hidden;
}

.housingBoxWrap ul{
	width: 1072px;
	margin-right: -28px;
}

.housingBoxWrap ul li{
	float: left;
	min-height: 320px;
	margin-right: 28px;
	width: 228px;
	margin-bottom: 50px;
}
}

.housingImg {
	width: 100%;
	height: auto;
	margin-bottom: 0.4em;
}

.housingImg img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.housingTtl {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

.housingPrice {
	font-size: 1.6em;
	color: #00a53c;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.housingTotal {
	font-size: 1.2em;
	color: #00a53c;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.housingArea {
	background: #00a53c;
	color: #FFF;
	position: absolute;
	padding: 6px 10px;
	display: inline-block;
	border-radius: 2px;
	font-size: 0.8em;
}

.singleBox_l .housingArea {
	margin-right: 10px;
	padding: 0 10px;
}

.icon_single {
	border: #00a53c solid 1px;
	border-radius: 2px;
	margin-right: 10px;
	padding: 5px;
	font-size: 0.6em;
}

.smallTx {
	font-size: 0.8em;
}

#single .housingArea {
	position: relative;
}

@media screen and (max-width: 768px) {
	.housingBoxWrap ul li{
		margin-bottom: 20px;
	}
}

.outlineTable th{
	width:140px;
	font-weight: bold;
	padding: 16px 20px;
	background: #E9E9E9;
}

.outlineTable td{
	padding: 11px 10px;
	background: #FFF;
}

.outlineTable tr{
	border-bottom: solid #DDD 1px;
}

.outlineTable tr:last-child{
	border-bottom: none;
}

@media screen and (max-width: 768px) {
.outlineTable th,
.outlineTable td {
	width: 100%;
	display: block;
	padding: 8px 10px;
}
}


/* single */

.update {
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.singleBoxWrap {
	margin-bottom: 20px;
}

.imgList {
	margin-bottom: 20px;
}

.imgItem img {
	border-radius: 4px;
}

@media screen and (min-width: 769px) {
.imgList li {
	float: left;
	margin-right: 26px
}
.imgList li:last-child {
	margin-right: 0;
}
	.singleBox_l {
		width: 400px;
		float: left;
	}
	.singleBox_r {
		width: 540px;
		float: right;
	}
	.imgItem {
		width: 316px;
	}
}
@media screen and (max-width: 768px) {
	.singleBox_l {
		margin-bottom: 20px;
	}
	.imgItem {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}

#contact {
	border: #CCC solid 1px;
	padding: 30px;
	border-radius: 2px;
}


@media screen and (min-width: 769px) {
#contact .ttl {
	font-size: 1.4em;
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
}
.contactTable {
	width: 600px;
	margin: 0 auto;
}
.contactTable th {
	text-align: right;
	vertical-align: middle;
}
.contactTable td,th {
	padding: 9px;
}
}
@media screen and (max-width: 768px) {
#contact .ttl {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
}
.contactTable {
	margin-top: 1em;
	width: 100%;
}
.contactTable td,th {
	display: block;
}
}
/*==================================================================
	Input
===================================================================*/

.attention {
	border-radius: 2px;
	padding: 4px;
	background: red;
	color: #FFF;
	font-size: 0.8em;
	margin-left: 10px;
}

div.wpcf7-validation-errors {
	border: 2px solid #FF4D4D!important;
	background: #FFF!important;
	color: #FF4D4D;
}


input {
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-webkit-appearance: none;
	width: 100%;
	background: #eee;
	margin: 0 0 10px;
	padding: 5px 8px 6px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	color: #333333;
	line-height: 1.4;
	font-size: 1.1rem;
}

select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    background: #eee url(../img/arrow.png) no-repeat;
    background-size:20px 10px;
    background-position: right center;
}

input[type="submit"] {
position: relative;
    display: block;
    max-width: 100%;
    width: 260px;
    margin: auto;
    padding: 12px 0;
    background-color: #028825;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

textarea {
	width: 100%;
	height: 6em;
	background: #eee;
}

select {
	height: 2em;
	margin: 10px 0;
}

label {
	display: inline-block;
	cursor: pointer;
}


/*==================================================================
	Footer
===================================================================*/

#footer {
	background: #028825;
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	padding: 6px 0;
	height: 30px;
}


/*==================================================================
	PageNavi
===================================================================*/

.paginate {
	position: relative;
	margin-bottom: 15px;
	min-height: 1.3em;
	font-size: 0.9em;
}
.paginate .wp-pagenavi {
	position: relative;
	left: 0;
	text-align: center;
}
.paginate .wp-pagenavi span.pages {
	position: absolute;
	top: 0;
	left: 0;
}
.paginate .wp-pagenavi span {
	color: #FFF;
}
.paginate .wp-pagenavi a {
	padding: 0.5em;
	border: 1px solid #028825;
	text-decoration: none;
}
.paginate .wp-pagenavi span.current {
	padding: 0.5em;
	background: #028825;
	border: 1px solid #028825;
}
.nextpostslink {
	margin-left: 6px;
	background: #FFF!important;
	border: 1px solid #FFF!important;
}
.previouspostslink {
	margin-right: 6px;
	background: #FFF!important;
	border: 1px solid #FFF!important;
}

/*==================================================================
	Form
===================================================================*/

input {
	vertical-align: middle;
}
label {
	padding-right: 15px;
	white-space: nowrap;
	line-height: 1.9;
}
textarea, input {
	font-size: 117%;
}
hr {
	background: #BBBAB7;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 11000;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #028825;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/*==================================================================
	Media Query
===================================================================*/

@media screen and (max-width: 1099px) {


	.philosophyBox {
		width: 100%;
	}
	.spiritsBox {
		width: 100%;
	}
	.subsidiaryBox {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
	.subsidiaryBox_l {
		width: 260px;
		margin: 0 auto 30px;
		float: none;
	}
	.subsidiaryBox_r {
		width: 100%;
		float: none;
	}
	.messageBox_r {
		margin-left: 30px;
	}
	.messageBox_l {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 600px) {
	#spNavi li {
		width: 50%;
		float: left;
		border-right: none;
	}
	#spNavi li:nth-child(odd){
		border-right: rgba(255, 255, 255, 0.3) solid 1px;
	}
	#spNavi li:nth-child(1),
	#spNavi li:nth-child(2){
		border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}
	.topTtl, .pageTtl {
		font-family: 'Lora', serif;
		font-size: 1.8em;
		font-weight: 800;
		text-align: center;
		letter-spacing: 3px;
		color: #028825;
		line-height: 1.2;
		margin-bottom: 0.4em;
	}
	.topSubTtl, .pageSubTtl {
		text-align: center;
		color: #028825;
		margin-bottom: 2em;
		letter-spacing: 2px;
	}
	.companyList li {
		width: auto;
		height: auto;
	}
	.ttlBox {
		padding: 0;
	}
	.newsCompanyList dt,
	.newsCotegoryList dt,
	.sectionList dt {
		float: none;
		padding: 1em 0 0.2em 0;
		margin-bottom: 0;
		margin: 0;
		width: 100%;
	}
	.newsCompanyList dd,
	.newsCategoryList dd,
	.sectionList dd {
		float: none;
		padding: 0.2em 0 1em 0;
		margin: 0;
		width: 100%;
	}
	.philosophyBox {
		font-size: 0.8em;
		padding: 30px 15px;
	}
	.spiritsBox {
		width: 100%;
	}
	.subsidiaryBox_l {
		width: 160px;
		margin: 0 auto 20px;
	}
	.messageBox_r {
		width: 240px;
		margin: 0 auto;
		float: none;
		margin-bottom: 10px;
	}
	.messageBox_r img {
		width: 100%;
		height: auto;
	}
	.tabList {
		font-size: 0.8em;
	}
	.tabList li {
		margin-bottom: 0.4em;
		padding: 0;
		padding: 0 0.6em;
	}
	#selectBox select {
		font-size: 18px;
	}
}







/*==================================================================
	Media Query
===================================================================*/

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
