@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */

 ul#gnav.gnav.clearfix{
 	line-height: 1.5em;
 }

 ul.btn.vpc.clearfix.min{
 	font-size: 125%;
	line-height: 1.5em;
 }

 p.btn.min{
 	font-size: 125%;
 	line-height: 1em;
 }


	.lp-box {
		background-color: #000;
		background-image: url(../imgs/bg.png);
		background-repeat: repeat;
		background-position: center top;
		color: #fff;
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	/*a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}*/
	/*a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}*/

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		margin-bottom: 40px;
		text-align: center;
		/*dont use <h2> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #eee;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

	.sdwT {
		text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	}
	.sdwP {
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
	}

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

	img {
		max-width: 100%;
	}
}

/**
 * 4. Layout
 */
	.wrap-lp {
		position: relative;
		min-width: 1020px;
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
	}
@media only screen and (max-width: 640px) {
	.wrap-lp {
		min-width: 100%;
		width: auto;
		padding-right: 10px;
		padding-left: 10px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
}
	#container {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}

/* gHeader */
	#head {
		padding-top: 35px;
		padding-bottom: 27px;
		text-align: center;
	}
	#head .wrap-lp {
	}
@media only screen and (max-width: 640px) {
	#head {
	}
	#area-hdr .link .bt04 div {
		font-size: 13px;
		line-height: 16px;
	}
}
	.shldrTxt {
		font-size: 10px;
		line-height: 15px;
	}

/* mainVisual */
	#mainVisual {
		text-align: center;
	}
	#mainVisual .lead {
		position: absolute;
		top: 30px;
		left: 60px;
	}
@media only screen and (max-width: 640px) {
	#mainVisual .lead {
		top: 30px;
		left: 10px;
		right: 10px;
	}
}

/* gNav */
	#headNav li {
		position: absolute;
		top: 16px;
	}
	#headNav li.facade {
		left: 130px;
	}
	#headNav li.interior {
		right: 130px;
	}
	#headNav li img {
		vertical-align: top;
	}
@media only screen and (max-width: 640px) {
	#headNav li.facade {
		left: 20px;
	}
	#headNav li.interior {
		right: 20px;
	}
}
@media only screen and (max-width: 640px) {
	#headNav li {
		position: static;
		display: inline-block;
		width: 50%;
		margin-top: 20px;
	}
}

/* mainContent */
	#mainContent {
		padding-top: 60px;
		padding-bottom: 60px;
		background: url(../imgs/bg-content.png) repeat center top;
	}

	.section.bnr {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.BnrArea {
		padding: 4px;
		background: url(../imgs/bg-cat.png) no-repeat center top;
		background-size: cover;
	}
	.BnrArea .inner {
		padding: 5px;
		border: solid 1px #ab9f7f;
	}
	.BnrArea .inner .txtArea {
		position: relative;
		padding: 0 20px;
	}

	.h {
		margin-bottom: 20px;
	}
	.catBtn {
		position: absolute;
		bottom: -10px;
		right: 20px;
		text-align: center;
	}
@media only screen and (max-width: 640px) {
/*
	.BnrArea .inner .txtArea {
		padding: 10px;
	}
*/
	.catBtn {
		position: static;
		margin-top: 20px;
	}

	.BnrArea .inner .txtArea {
		padding: 0 10px;
	}
}

	#Contact {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding: 4px;

		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    background: rgba(0, 0, 0, 0.5);

		text-align: center;
	}
	#Contact .inner {
		padding: 20px;
		border: solid 1px #6b5828;
	}
	#Contact li {
		display: inline-block;
	}
	#Contact li.h {
		margin-bottom: 0;
		margin-right: 10px;
	}
	#Contact li.tel {
		margin-right: 10px;
	}
	#Contact li.sptel {
		display: none;
	}
	#Contact li img {
		vertical-align: middle;
	}
@media only screen and (max-width: 640px) {
	#Contact li {
		display: block;
	}
	#Contact li.h {
		margin-bottom: 20px;
		margin-right: 0;
	}
	#Contact li.tel {
		display: none;
	}
	#Contact li.sptel {
		display: block;
		margin-bottom: 20px;
	}
}

/* gFooter */
	#gFooter {
	}

/* fNav */
	#fNav {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
	}
	#fNav li {
		float: left;
		letter-spacing: 1px;
	}
	#fNav a {
		/*color: #003593;*/
	}
	#fNav a:hover {
		/*color: #f60;*/
	}
	#fNav strong {
		/*color: #003593;*/
		font-weight: bold;
	}
	#fNav span {
		/*color: #cccccc;*/
	}

/* title */
	.titleA {
		font-size: 24px;
		font-family: serif;
		text-align: center;
	}
/*
	.titleA span.min {
		font-family: serif;
	}
*/
	.titleB {
		font-size: 18px;
	}
	.titleC {
		font-size: 14px;
	}
	.titleA span,
	.titleB span,
	.titleC span {
		display: none;
	}
	span.gold {
		color:#ac892f !important;
	}
	span.green {
		color:#345906 !important;
	}
	span.white {
		color:#fff !important;
	}
	.text {
	}
	.titleA span sup,
	.titleB span sup,
	.titleC span sup {
		font-size: 10px;
	}
@media only screen and (max-width: 640px) {
	.titleA img,
	.titleB img,
	.titleC img {
		display: none;
	}
	.titleA span,
	.titleB span,
	.titleC span {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.titleA {
		font-size: 18px;
	}
	.titleB {
		font-size: 16px;
	}
	.titleC {
		font-size: 12px;
	}
	.titleA br,
	.text br {
		display: none;
	}
}



/*footer*/
.footer {
  background: #FFF;
	color: #222;
	padding-top: 60px;
	width: 100%;
}
.footer a {
  color: #595757;
  text-decoration: none;
}
.innerTop {
	max-width: 960px;
  margin: 0 auto;
}
.footer .ftead {
    overflow: hidden;
    zoom: 1;
}
.footer .ftead .logo {
    float: left;
}
.footer .ftead .text {
    float: right;
    max-width: 660px;
    padding-top: 5px;
		font-size: 11px;
}
.footer nav.fnav {
    margin-top: 0;
    border-top: none;
    padding: 15px 0px 30px;
    clear: both;
}
.footer nav.fnav ul li.nh {
    font-size: 14px;
    margin-left: 0;
    padding-bottom: 0;
    font-weight: bold;
    padding-left: 5px;
    border-left: 4px solid transparent;
    line-height: 1;
    padding-top: 1px;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer .fnav_box {
    overflow: hidden;
    zoom: 1;
    border-top: 1px solid #ccc;
    padding: 18px 0 20px;
}
.footer nav.fnav p.footSiteLogo {
    float: left;
    width: 200px;
}
.footer nav.fnav p.footSiteLogo a {
    font-size: 90%;
    font-weight: bold;
}
.footer nav.fnav .fnav_kodate p.footSiteLogo a {
    color: #E6B92D;
}
.footer nav.fnav .fnav_mansion p.footSiteLogo a {
    color: #129FB2;
}
.footer nav.fnav .fnav_reform p.footSiteLogo a {
    color: #E55B6C;
}
.footer nav.fnav .fnav_kodate ul li.nh {
    border-left: 4px solid #E6B92D;
}
.footer nav.fnav .fnav_kodate ul li a:hover {
    color: #E6B92D;
		/*text-decoration: underline;*/
}
.footer nav.fnav .fnav_mansion ul li.nh {
    border-left: 4px solid #129FB2;
}
.footer nav.fnav .fnav_mansion ul li a:hover {
    color: #129FB2;
		/*text-decoration: underline;*/
}
.footer nav.fnav .fnav_reform ul li.nh {
    border-left: 4px solid #E55B6C;
}
.footer nav.fnav .fnav_reform ul li a:hover {
    color: #E55B6C;
		/*text-decoration: underline;*/
}
.footer nav.fnav ul {
    float: left;
    width: 190px;
    padding-right: 10px;
}
.footer nav.fnav ul.last {
    width: 160px;
    padding-right: 0;
}
.footer nav.fnav ul li {
    margin: 8px 0 0 0;
    font-size: 11px;
    line-height: 1.2;
}
.footer nav.fnav ul li {
    margin: 8px 0 0 0;
    font-size: 11px;
    line-height: 1.2;
}



.linkPageTop {
  max-width: 960px;
  margin: 10px auto;
  text-align: right;
	font-size: 11px;
}
.linkPageTop a {
    display: inline-block;
    padding-left: 16px;
    min-height: 12px;
    background: url(../imgs/arrow_pagetop_off.gif) center left no-repeat;
}
.footer .wrapMiddle {
    padding: 12px 0 6px;
    background: #D8D8D8;
}
.footer .innerMiddle {
    background: #d8d8d8;
		max-width: 960px;
    margin: 0 auto;
}
.footer .footRelated {
    padding: 15px;
}
.footer .footRelated p.head {
    margin-bottom: 7px;
}
.footer .footRelated ul {
    overflow: hidden;
    zoom: 1;
}
.footer .footRelated ul li {
    float: left;
    margin: 0 10px 5px 0;
    font-size: 11px;
    white-space: nowrap;
		letter-spacing: 0;
}
.footer .footRelated ul li a {
    color: #666;
    padding: 0 10px 0 0;
    border-right: 1px solid #666;
}
.footer .footRelated .rightBox {
    margin-right: -15px;
		float: right;
}
.footer .footRelated .rightBox + .rightBox {
    margin-right: 15px;
}


.footer .addressLink {
	  overflow: hidden;
    border-top: 2px solid #C2C2C2;
		padding: 6px 15px;
    zoom: 1;
}
.footer .addressLink .footLogo {
    float: left;
    width: 103px;
    margin: 7px 10px 0 0;
}
.footer .addressLink .copyright {
    float: left;
		letter-spacing: 0px;
		margin-top: 7px;
}
.footer .addressLink .copyright small {
    color: #999;
    font: 10px Arial, Helvetica, sans-serif;
    line-height: 19px;
}
.footer .addressLink ul {
    overflow: hidden;
    zoom: 1;
    float: right;
}
.footer .addressLink ul li {
    float: left;
    margin-right: 10px;
}
.footer .addressLink ul li a {
    display: inline-block;
    padding-left: 10px;
    min-height: 12px;
    font-size: 10px;
	letter-spacing: 0;
    background: url(../imgs/arrow_foot01.gif) center left no-repeat;
}

.footer .wrapBottom {
    background: #231816;
		height: 60px;
}
.footer .innerBottom {
	  max-width: 960px;
		height: 44px;
		margin: 0 auto;
		padding: 8px 0;
}
.footer .innerBottom .footTxt {
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 16px;
    padding-left: 8px;
    padding-top: 5px;
		letter-spacing: 0px;
}
.footer .innerBottom .footTel {
    float: right;
    padding-top: 5px;
}
.footer .innerBottom ul.footBtn {
    float: left;
    overflow: hidden;
    zoom: 1;
}
.footer .innerBottom ul.footBtn li {
    float: left;
    margin-right: 6px;
}
