@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

dt,dd,th,td {
	letter-spacing: 0.1em;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 300;
    src: url('../../font/NotoSansCJKjp-DemiLight.eot');
    src: url('../../font/NotoSansCJKjp-DemiLight-.eot#iefix') format('embedded-opentype'),
    url('../../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('../../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/NotoSansCJKjp-Regular.eot');
    src: url('../../font/NotoSansCJKjp-Regular-.eot#iefix') format('embedded-opentype'),
    url('../../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../../font/NotoSansCJKjp-Bold.eot');
    src: url('../../font/NotoSansCJKjp-Bold-.eot#iefix') format('embedded-opentype'),
    url('../../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}

/*!
 * "ipaexm" is lisenced under the IPAフォントライセンスv1.0
 * by http://ipafont.ipa.go.jp/node17#jp
 */

@font-face {
    font-family: 'ipaexm';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/ipaexm.eot');
    src: url('../../font/ipaexm-.eot#iefix') format('embedded-opentype'),
    url('../../font/ipaexm.woff') format('woff'),
    url('../../font/ipaexm.ttf')  format('truetype');
}

body,
table,
input, textarea, select, option {
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #222;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: url("../../img/common/body_bg.jpg") repeat center top;
}

#container {
	text-align: left;
}

#main {
	padding: 134px 0 130px;
}

#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #000;
}

.coverNone {
	display: none !important;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	z-index: 2000;
	background-color: #fff;
	min-width: 1200px;
	left: 0;
	top: 0;
}

#gHeader .logo {
	padding: 11px 0 0 27px;
	float: left;
}

#gHeader .normal_logo {
	width: calc(595px / 2);
}

#gHeader .small_logo {
	width: 200px;
}

#gHeader .rLink {
	float: right;
}

#gHeader .rLink a {
	display: block;
	position: relative;
	overflow: hidden;
}

#gHeader .rLink a:before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #C99E61;
}

#gHeader .rLink a:after {
	position: absolute;
	display: block;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.ie8 #gHeader .rLink a:after,
.ie9 #gHeader .rLink a:after {
	left: 0;
}

#gHeader .rLink a:hover:after {
	left: 0;
	background-color: #E9B366;
}

.mobile #gHeader .rLink a:hover:after {
	display: none;
}

#gHeader .spMenu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-left: -278px;
	width: auto;	
	position: absolute;
	left: 50%;
	top: 23px;
}

#gNavi li {
	padding-left: 60px;
	float: left;
}

#gNavi li:first-child {
	padding-left: 0;
}

#gNavi a {
	position: relative;
	display: inline-block;
	transition: .3s;
	font-size: 1.5em;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	cursor: pointer;
}

#gNavi > li >a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #7B2521;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}

.ie8 #gNavi > li >a:after,
.ie9 #gNavi > li >a:after {
	left: 0;
}

#gNavi > li >a:hover:after {
	width: 100%;
}

.mobile #gNavi > li >a:hover:after {
	display: none;
}

#gNavi a:hover {
	/*color: #bb9257;*/
}

#gNavi li.navi01 {
	position: relative;
}

#gNavi li.navi01 .submenu {
	position: absolute;
	font-size: 10px;
	background-color: #7B2521;
	width: 190px;
	top:45px;
	left: -30px;
	display:none;
	z-index: 2;
	padding:1em 0;
}

#gNavi li.navi01 .submenu li a{
	width: 190px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
	padding:1em 0;
}

#gNavi .submenu li {
	padding-left: 0;
}

#gNavi .submenu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 33px 0 0;
	overflow: hidden;
	background-color: #9A7D57;
}


#gFooter .pageTop {
	margin-bottom: 70px;
	text-align: center;
}

#gFooter .pageTop img {
	width: 23px;
}

#gFooter .pageTop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .fBox {
	margin: 0 auto 90px;
	width: 460px;
}

#gFooter .fBox .fLink {
	float: right;
}

#gFooter .fBox .fLink a {
	display: inline-block;
	position: relative;
}

#gFooter .fBox .fNavi {
	float: left;
}

#gFooter .fBox .fNavi li {
	padding-left: 27px;
	float: left;
}

#gFooter .fBox .fNavi li a {
	display: block;
	position: relative;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
}


#gFooter .fBox .fNavi li a:after,
#gFooter .fBox .fLink a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gFooter .fBox .fNavi li a:after,
.ie8 #gFooter .fBox .fLink a:after,
.ie9 #gFooter .fBox .fNavi li a:after,
.ie9 #gFooter .fBox .fLink a:after {
	left: 0;
}

#gFooter .fBox .fNavi li a:hover:after,
#gFooter .fBox .fLink a:hover:after {
	width: 100%;
}

.mobile #gFooter .fBox .fNavi li a:hover:after,
.mobile #gFooter .fBox .fLink a:hover:after {
	display: none;
}

#gFooter .fBox .fNavi li a {
	font-size: 1.5em;
}

/*#gFooter .fBox .fNavi li a:hover {
	color: #bb9257;
}*/

#gFooter .fBox .fNavi li:first-child {
	padding-left: 0;
}

#gFooter .smallLink {
	margin: 0 21px 20px;
}

#gFooter .smallLink li {
	padding-left: 22px;
	float: left;
}

#gFooter .smallLink li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .smallLink li:first-child {
	padding-left: 0;
}

#gFooter .smallLink li span {
	margin: 2px 0 0 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.9;
}

#gFooter .smallLink li a:hover span {
	color: #4D4D4D;
}

#gFooter .fLinkUl {
	padding-left: 30px;
	float: left;
}

#gFooter .fLinkUl li {
	margin-right: 10px;
	display: inline;
	font-size: 11px;
	float: left;
}

#gFooter .fLinkUl li a {
	margin-right: 10px;
	display: inline-block;
	position: relative;
}

#gFooter .fLinkUl li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #555;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gFooter .fLinkUl li a:after,
.ie9 #gFooter .fLinkUl li a:after {
	left: 0;
}

.mobile #gFooter .fLinkUl li a:hover:after {
	display: none;
}

#gFooter .bottomBox {
	position: relative;
}

#gFooter .fLinkUl li a:hover:after {
	width: 100%;
}

#gFooter .copyright {
	padding: 5px 30px 0 0;
	float: right;
	text-align: right;
	font-size: 10px;
}

#gFooter .p_mark {
	position: absolute;
	bottom: 27px;
	right: 30px;
}

.sp {
	display: none !important;
}

.f_txt {
	float: left;
}

@media all and (min-width: 0px) and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
	
	.target {
		opacity: 0;
	}
	
	a {
		line-height: 1.8;	
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	/*------------------------------------------------------------
		レイアウト
	------------------------------------------------------------*/
	body {
		min-width: inherit;
		background: url("../../img/common/body_bg.jpg") repeat center top;
		background-size: 650px auto;
	}
	
	#cover {
		display: none !important;
	}
	
	#main {
		padding: 90px 0 10px;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/	
	#gHeader {
		padding: 9px 16px 8px;
		box-sizing: border-box;
		min-width: inherit;
	}
	
	#gHeader .logo {
		padding: 0;
		width: 57px;
		float: left;
	}
	
	#gHeader .header .hInner .logo img {
		width: 130px;
	}
	
	#gHeader .hInner .logo img {
		width: 57px;
		height: 30px;
	}
	
	
	#gHeader .rLink {
		display: none;
	}
		
	#gHeader .spMenu {
		padding: 0 1px 0 0;
		display: block;
		float: right;
	}
	
	#gHeader .menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		overflow-y: auto;
		background: url("../../img/common/sp_bg01.png") repeat left top;
	}
	
	#gHeader .menuBox .close {
		padding: 23px 20px 30px 0;
		text-align: right;
	}
	
	#gHeader .menuBox .spNavi {
		margin-bottom: 52px;
	}
	
	#gHeader .menuBox .spNavi li {
		margin-bottom: 32px;
		opacity: 0;
		filter: alpha(opacity=0);
		font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	
	#gHeader .menuBox .spNavi li a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 1.5em;
	}
	
	#gHeader .menuBox .spLink {
		width: 280px;
		margin: 0 auto;
		padding-bottom: 55px;
		text-align: center;
		line-height: 3.2;
	}
	
	#gHeader .menuBox .spLink .last {
		display: block;
	}
	
	#gHeader .menuBox .spLink li {
		margin: 0 3px;
		display: inline;
		opacity: 0;
		filter: alpha(opacity=0);
		font-size: 10px;
		color: #fff;
	}
	
	#gHeader .menuBox .spLink li a {
		margin-right: 10px;
		color: #fff;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
		
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	/*#gFooter {
		padding: 20px 0 5px;
		overflow: hidden;
		background-color: #fff;
	}
	
	
	#gFooter .pageTop {
		display: none;
	}
	
	#gFooter .fBox {
		display: none
	}
	
	#gFooter .fBox .fLink {
		float: none;
	}
	
	#gFooter .fLinkUl {
		width: 304px;
		margin: 14px auto 35px;
		padding: 0 0 0 16px;
		float: none;
		text-align: center;
	}
	
	#gFooter .fLinkUl li {
		margin: 0 3px;
		float: left;
		display: inherit;
		line-height: 2.4;
	}
	
	#gFooter .fLinkUl li a:after {
		display: none;
	}
	
	#gFooter .fLinkUl .purpose02 {
		padding-left: 92px;
	}
	
	#gFooter .copyright {
		padding: 0;
		float: none;
		text-align: left;
		margin-left: -21px;
		margin-bottom: 7px;
	}
	
	#gFooter .smallLink {
		margin-bottom: 14px;
		margin-left: 5px;
		text-align: left;
	}
	
	#gFooter .smallLink li {
		margin: 0 5px;
		padding: 0;
		display: inline;
		float: none;
	}
	
	#gFooter .smallLink li span {
		line-height: 1.5;
	}
	
	#gFooter .smallLink li img {
		height: 19px;
		width: auto;
	}
	
	#gFooter .f_middle {
		padding-top: 2px;
	}
	
	#gFooter .fl01 {
		padding-left: 20%;
	}
	
	#gFooter .p_mark {
		position: absolute;
		bottom: 7px;
		right: 12px;
	}
	
	#gFooter .smallLink li span {
		margin-left: 5px;
	}
	
	#gFooter .p_mark img {
		width: 58px;
		height: auto;
	}
	
	#gFooter .fLinkUl li a {
		margin-right: 5px;
	}*/
	
	#gFooter .pageTop {
		margin-bottom: 40px;
	}
	
	#gFooter .fBox {
		margin: 0 auto 60px;
		width: auto;
	}
	
	#gFooter .fBox .fNavi {
		width: 320px;
		margin: 0 auto;
		float: none;
	}
	
	#gFooter .fBox .fNavi li a {
		font-size: 1em;
	}
	
	#gFooter .fBox .fNavi li {
    padding-left: 15px;
}
	
}

.button {
	font-weight: bold;
	letter-spacing: 0.8em;
	display: block;
	text-align: center;
	line-height: 54px;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;	
}

.button.button1 {
	width: 100%;
	max-width: 370px;
	color: #fff;
	border:1px solid #fff;
	margin-top: 20px;
	margin: 0 auto;
}
.button.button1:hover {
	color: #7B2521;
	background-color: #fff;
}

/* 茶色 */
.button.button2 {
	color: #9A7D57;
	border:1px solid #9A7D57;
	margin-top: 20px;
}
.button.button2:hover {
	color: #fff;
	background-color: #9A7D57;
}

.button.button3 {
	color: #fff;
	border:1px solid #fff;
	margin-top: 20px;
}
.button.button3:hover {
	color: #9A7D57;
	background-color: #fff;
}

@media all and (min-width: 0px) and (max-width: 768px) {
	.button.button1 {
		width: 90%;
	}
}


