@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
 */
	body {
		background-color: #000;
		background-image: url(../imgs/bg.png);
		background-repeat: repeat;
		background-position: center top;
	}
	.page {
		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 {
		position: relative;
		min-width: 1020px;
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
	}
@media only screen and (max-width: 640px) {
	.wrap {
		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 */
	#gHeader {
		padding-top: 35px;
		padding-bottom: 27px;
		text-align: center;
	}
	#gHeader .wrap {
	}
@media only screen and (max-width: 640px) {
	#gHeader {
	}
}
	.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 */
	#gNav li {
		position: absolute;
		top: 16px;
	}
	#gNav li.facade {
		left: 130px;
	}
	#gNav li.interior {
		right: 130px;
	}
	#gNav li img {
		vertical-align: top;
	}
@media only screen and (max-width: 640px) {
	#gNav li.facade {
		left: 20px;
	}
	#gNav li.interior {
		right: 20px;
	}
}
@media only screen and (max-width: 640px) {
	#gNav 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;
	}
}