@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;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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: middle;
	width:100%
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}
.fl {
	float: left;
}
.fr{
	float: right;
}

.container {
	width: 85%;
	max-width:1500px;
	margin:0 auto
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .container {
	width:96%;
	max-width:inherit;
}
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	background: rgba(0,0,0,.3);
}

#gHeader .logo {
	margin-top: 10px;
}
#gHeader .tel {
	background:url("../../images/tel.png") no-repeat left center;
	background-size: 35px;
	padding-left: 45px;
	line-height: 100px;
}
#gHeader .tel strong {
	display: block;
	font-size: 26px;
}
#gHeader .tel a {
	color: #fff;
	display:block

}
	/*------------------------------------------------------------
        gNavi
    ------------------------------------------------------------*/
#gNavi{
	width:56%
}
#gNavi li  {
	width: 16.66%;
	float: left;
	text-align: center;
	position: relative;
}
#gNavi li>a {
	display: block;
	font-size: 17px;
	line-height:100px;
	color:#fff;
	position: relative;
}

#gNavi li>a:after {
	content:"";
	width:40px;
	height: 3px;
	background:#fff;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:16px;
	border-radius: 2px;
	display: none;
}
#gNavi li.on>a,#gNavi li:hover>a {
	font-weight:600;
}

#gNavi li.on>a:after,#gNavi li:hover>a:after {
	display: block;
}
#gNavi li .drop {
	position: absolute;
	left: -20px;
	right: -20px;
	top: 100px;
	display: none;
	background: #fff;
}
#gNavi li .drop a {
	display: block;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px dashed #dedede;
}

#gNavi li:hover .drop {
	display: block;
}


.sec .title {
	padding: 30px 0 20px;
	text-align: center;
	position: relative;
}
.sec .title h2 {
	font-size: 36px;
	color: #985015;
	letter-spacing: 1px;
	margin-bottom:8px;
	position: relative;
	z-index: 10;
}
.sec .title p img {
	width:auto
}
.sec .title strong {
	display: block;
	position:absolute;
	left: 50%;
	top:10px;
	transform: translateX(-50%);
	font-size: 64px;
	opacity: 0.1;
	color: #432725;
	z-index: 1;
}

.form {
	background:#fff5dc;
	padding:24px 0
}

.form .for {
	width:30%;
}
.form .for form {
	width:80%;
	position: relative;
	border-radius: 4px;
	margin:0 auto
}

.form form input[type="text"] {
	width:100%;
	line-height:30px;
	padding: 0 70px 0 6px;
	box-sizing: border-box;
	border:none;
	background:#fff
}
.form form input[type="submit"] {
	width:60px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:0;
	top:0;
	border:none;
	background: #985015;
	color:#fff;
	border-radius: 0 4px 4px 0;
}

.form ul {
	line-height: 30px;
}

.form ul li img {
	width:30px;
	margin-right:6px
}

.form ul li {
	display: inline-block;
	font-size: 15px;
	margin-right:8px;
}
.form ul li a {
	display: block;
color:#985015;
}

.sec .more a {
	display: block;
	width:140px;
	line-height: 40px;
	background:#985015;
	color:#fff;
	border-radius: 5px;
	margin:30px auto;
	text-align: center;
	font-size: 15px;
}
.sec .more a img {
	width:30px;
	margin-left:5px;
	transition:0.3s
}
.sec .more a:hover img {
	transform: translateX(4px);
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url("../../images/b7.jpg") no-repeat center;
	background-size: cover;
	padding:34px 0 0;
	color:#fff
}

#gFooter .box1 {
	width:30%;
}
#gFooter .box1 img{
	width:auto;
}
#gFooter .box1 h3 {
	font-size: 22px;
	margin:12px 0
}
#gFooter .box1 p {
	font-size: 15px;
	line-height: 30px;
}

#gFooter .box2 {
	width: 20%;
	padding: 30px 0 0 30px;
	box-sizing: border-box;
}
#gFooter .box2 h3 {
	font-size: 22px;
	margin-bottom: 12px;
	position: relative;
	padding-left: 32px;
}
#gFooter .box2 h3:before {
	content:"";
	width:22px;
	height: 4px;
	background: #985015;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-2px;
	border-radius: 2px;
}
#gFooter .box2 li {
	width:50%;
	float: left;
}

#gFooter .box2 li a {
	display:block;
	line-height: 30px;
	color:#fff;
	font-size: 15px;
}

#gFooter .box3 {
	width:30%;
}
#gFooter .box3 img{
	width:140px;
	display: block;
	margin: 12px auto 5px;
}
#gFooter .box3 p {
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}

#gFooter .fLink {
	border-top:1px solid #ddd;
	margin-top: 20px;
padding: 20px 0;
	line-height: 30px;
}

#gFooter .fLink strong {
	font-size: 17px;
}
#gFooter .fLink a {
	display: inline-block;
	color: #777;
	margin-right: 4px;
	font-size: 15px;
}

#gFooter .yx {
	margin-bottom:15px
}

#gFooter .power {
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #ddd;
	color: #fefefe;
}
#gFooter .power a {
	color: #fefefe;
}

.sp {
	display: none !important;
}


.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	margin-top: -150px;
}

.fixed li {
	position: relative;
	margin: 8px 0;
}

.fixed li span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #985015;
	position: relative;
	z-index: 101;
	cursor: pointer;
}

.fixed li span img {
	width: 30px;
}

.fixed li .tex {
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 50px;
	background: #985015;
	color: #fff;
	font-size: 16px;
	width: 200px;
	text-align: center;
	z-index: 99;
	right: -250px;
	transition: 0.3s;
	border-right:1px solid #fff
}

.fixed li .tex a {
	color: #fff;
}

.fixed li .box {
	border-radius: 2px;
	width: 160px;
	right: -200px;
}

.fixed li .box img {
	margin: 20px 0;
	width: 120px;
}

.fixed li:hover .tex {
	right: 50px;
}

.fixed li:hover .box {
	right: 50px;
}



@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gNavi{
		width:50%
	}
	#gHeader .tel strong {
		font-size: 24px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.container {
		width: 90%;
		max-width:inherit;
	}
	#gHeader .logo {
		width: 360px;
		margin-top: 16px;
	}
	.sec .title h2 {
		font-size: 32px;
	}
	.sec .title strong {
		font-size: 50px;
		top: 18px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}

	.fl {
		float: inherit;
	}
	.fr{
		float: inherit;
	}

	.container {
		width:100%;
		max-width:inherit;
		margin:0 auto
	}
	/*------------------------------------------------------------
        ヘッダー
    ------------------------------------------------------------*/
	#gHeader .container {
		width:96%;
		max-width:inherit;
	}
	#gHeader {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 12px 0;
		background: rgba(0,0,0,.3);
	}

	#gHeader .logo {
		margin-top: 0px;
		width:240px;
	}
	#gHeader .tel {
		padding-left: 0px;
		line-height: inherit;
		position: absolute;
		right:52px;
		top: 16px;
	}
	#gHeader .tel a {
		display:block;
		width:36px;
		height:36px;
		background:url("../../images/tel.png") no-repeat center;
		background-size: 36px;
	}
	#gHeader .tel strong {
		display: none
	}

	#gHeader .menu {
		width: 36px;
		height: 36px;
		position: absolute;;
		right:10px;
		top:16px;
		background: url("../../images/menu.png") no-repeat;
		background-size: cover;
	}
	/*------------------------------------------------------------
        gNavi
    ------------------------------------------------------------*/
	#gNavi{
		width:100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 71px;
		z-index: 999;
		background: rgba(0,0,0,.3);
		display: none;
	}
	#gNavi li  {
		width: 100%;
		float: inherit;
		text-align: left;
		padding:0 12px;
		border-bottom:1px dashed #efefef;
		position: relative;
	}
	#gNavi li>a {
		font-size: 15px;
		line-height:40px;
	}

	#gNavi li>a:after {
		content:"";
		width:24px;
		height: 24px;
		background:url("../../images/icon19.png") no-repeat right center;
		background-size: 22px;
		position:absolute;
		left:inherit;
		transform: inheirt;
		bottom:8px;
		border-radius: 0px;
		display: block;
		right:8px
	}

	#gNavi li .drop {
		display: none !important;
	}

	.sec .title {
		padding: 30px 0 20px;
		text-align: center;
		position: relative;
	}
	.sec .title h2 {
		font-size: 30px;
	}
	.sec .title p img {
		width:100px
	}
	.sec .title strong {
		font-size: 42px;
	}

	.form {
		padding:14px;
	}

	.form .for {
		width:100%
	}
	.form .for form {
		width:100%;
		margin-bottom: 8px;
	}

	.sec .more a {
		width:120px;
		line-height: 36px;
		margin:20px auto;
		font-size: 14px;
	}
	.sec .more a img {
		width:24px;
		margin-left:3px;
	}
	/*------------------------------------------------------------
        フッター
    ------------------------------------------------------------*/
	#gFooter {
		padding:30px 12px;
	}

	#gFooter .box1 {
		width:100%;
	}
	#gFooter .box1 img{
		width:auto;
	}
	#gFooter .box1 h3 {
		font-size: 17px;
		margin:10px 0
	}
	#gFooter .box1 p {
		font-size: 14px;
		line-height: 27px;
	}

	#gFooter .box2 {
		width: 100%;
		padding: 20px 0 0 0px;
	}
	#gFooter .box2 h3 {
		font-size: 17px;
		margin-bottom: 8px;
		position: relative;
		padding-left: 32px;
	}
	#gFooter .box2 li {
		width:25%;
		float: left;
	}
	#gFooter .box2 ul {
		overflow: hidden;
	}

	#gFooter .box2 li a {
		line-height: 27px;
		font-size: 14px;
	}

	#gFooter .box3 {
		width:100%;
	}
	#gFooter .box3 img{
		width:120px;
	}
	#gFooter .box3 p {
		font-size: 14px;
		line-height: 26px;
	}

	#gFooter .fLink {
		margin-top: 10px;
		padding: 14px 0;
	}

	#gFooter .fLink strong {
		font-size: 16px;
	}
	#gFooter .fLink a {
		font-size: 14px;
	}

	#gFooter .power {
		line-height: 30px;
	}
	
.foot1 {
	background:#985015;
	padding:10px 0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:999
}

.foot1 li {
	width:25%;
	float:left;
	text-align:center
}
.foot1 li  a {
	display:block;
	color:#fff
}
.foot1 li  a span {
	width:30px;
	display:block;
	margin:0 auto 5px;
}

#container {
	padding-bottom:74px
}
}