@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;
}



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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

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

}

#container {
	text-align: left;
}

.container {
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #fff;
	position: relative;
	border-bottom: 1px solid #f6f9ff
}

#gHeader .container {
	width: 88%;
	max-width: inherit;
}

#gHeader .logo {
	margin-top: 17px;
}

#gHeader .container .ss {
	width: 38px;
	height: 38px;
	margin-top: 28px;
	background: #efefef;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	cursor: pointer;
}

#gHeader .container .ss img {
	width: 26px;
}


#gHeader .tel {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0px;
	z-index: 100;
	background: #2463b2;
	padding: 18px 50px 0 30px;
	color: #fff;
}

#gHeader .tel .dh {
	padding-left: 42px;
	background: url(../../images/ico.png) no-repeat left center;
	background-size: 36px;
}

#gHeader .tel p {
	font-size: 14px;
	opacity: 0.8;
}

#gHeader .tel strong {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
	margin-right: 8%;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li>a {
	display: block;
	line-height: 90px;
	font-size: 18px;
}

#gNavi li.on>a, #gNavi li:hover>a {
	/* color: #c39c61; */
	color: #2463b2;
	font-weight: 600;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 90px;
	right: 0;
	padding: 30px 5%;
	background: rgba(255, 255, 255, .8);
	z-index: 999;
	text-align: center;
	display: none;
}

#gNavi li .drop a {
	display: inline-block;
	padding: 0 20px;
	line-height: 42px;
	border-radius: 4px;
	background: #e7effa;
	color: #333;
	margin: 8px 12px;
	font-size: 16px;
}

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

.sec .title {
	padding: 40px 0 24px;
	position: relative;
	text-align: center;
	font-family: '思源黑体 CN';
}

.sec .title p {
	font-size: 15px;
	color: #2463b2;
	font-weight: 400;
	text-transform: uppercase;
}

.sec .title h2 {
	font-size: 36px;
	color: #444
}

.sec .title span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: 300;
	display: none;
}

.sec .more a {
	display: block;
	margin: 0 auto;
	line-height: 44px;
	width: 130px;
	background: #c39c61 url(../../images/a22.png) no-repeat bottom center;
	background-size: contain;
	color: #fff;
	text-align: center;
}

.sec .more a:hover {
	background-color: #2463b2;
}

.sec .more a img {
	width: 20px;
	margin-left: 4px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/bg1.jpg) no-repeat bottom 60% center;
	background-size: cover;
	padding-top: 50px;
	color: #fff;
	font-family: '思源黑体 CN';
}

#gFooter form {
	width: 30%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}

#gFooter form input[type="text"] {
	width: 100%;
	padding: 0 70px 0 7px;
	box-sizing: border-box;
	line-height: 36px;
	border: none;
	background: none;
	margin: 0;
}

#gFooter form input[type="submit"] {
	width: 60px;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	background: #c39c61;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

#gFooter .form {
	text-align: center;
	padding-bottom: 30px;
	font-family: "微软雅黑";
}

#gFooter .form .kew {
	color: #fff;
	opacity: 0.8;
	font-size: 15px;
}

#gFooter .form .kew a {
	display: inline-block;
	color: #fff;
	opacity: 0.8;
	margin-right: 3px;
}

#gFooter .box1 {
	width: 12%;
}

#gFooter .fl dt {
	font-size: 18px;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
	margin-bottom: 13px;
}

#gFooter .fl dt:before {
	content: "";
	width: 20px;
	height: 4px;
	background: #c39c61;
	border-radius: 0 2px 2px 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

#gFooter .fl dd {
	padding-left: 15px;
	font-weight: 300;
}

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

#gFooter .box2 {
	width: 35%;
}

#gFooter .box2 dd a {
	width: 50%;
	float: left;
}

#gFooter .box3 {
	width: 30%;
}

#gFooter .box3 dd p {
	font-size: 15px;
	line-height: 30px;
}

#gFooter .box4 {
	width: 23%
}

#gFooter .box4 dd {
	text-align: center;
	padding: 20px 0 0 0;
}

#gFooter .box4 img {
	width: 140px;
	margin-bottom: 6px;
}

#gFooter .fLink {
	color: #fff;
	margin-top: 20px;
	opacity:0.8
}

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

#gFooter .fLink a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	margin: 0 4px;
}

#gFooter .power {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: 20px;
	font-weight: 300;
}

#gFooter .power a {
	color: #fff;
}

.sp {
	display: none !important;
}

.fixed {
	position: fixed;
	left: 0;
	bottom: 30%;
	text-align: center;
	z-index: 999;
	border-radius: 3px 0 0 3px;
	display: none;
}

.fixed.on {
	display: block;
}

.fixed strong {
	display: block;
	font-size: 19px;
	line-height: 40px;
	font-weight: 500;
	background: #2463b2;
	color: #fff;
}

.fixed li {
	position: relative;
	width: 48px;
}

.fixed li span {
	display: block;
	width: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, .3);
}

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

.fixed li .box {
	position: absolute;
	left: 60px;
	top: 0;
	background: #fff;
	padding: 10px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
}

.fixed li .box:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 20px;
	background: url(../../images/sj.png) no-repeat center;
	background-size: cover;
	opacity:0
}

.fixed li.ewm .box:after {
	transform: translateY(0%);
	top: 20px;
}

.fixed li p {
	font-size: 19px;
	color: #434343;
}

.fixed li p a {
	color: #434343;
}

.fixed li .ewm img {
	width: 130px;
}

.fixed li.last span {
	cursor: pointer;
}

.fixed li:hover .box {
	opacity: 1;
	visibility: visible;
}

@media all and (min-width: 1024px) and (max-width:1680px) {
	#gNavi {
		margin-right: 10%;
	}
}


@media all and (min-width: 1024px) and (max-width:1600px) {
	.container {
		width: 90%;
	}

	#gHeader .container {
		width: 92%;
	}

	#gNavi {
		margin-right: 12%;
	}

	#gHeader .tel {
		padding: 18px 40px 0 22px;
	}

	#gNavi li>a {
		font-size: 17px;
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
	#gHeader .logo {
		width: 230px;
		margin-top: 19px;
	}

	#gHeader .tel {
		padding: 18px 30px 0 20px;
	}

	#gNavi {
		width: 56%;
		margin-right: 13%;
	}

	#gNavi li>a {
		font-size: 16px;
	}

	#gNavi li .drop a {
		font-size: 15px;
	}

	.sec .title {
		padding: 40px 0 12px;
	}

	.sec2 .box1 h2, .sec .title h2 {
		font-size: 34px;
	}

	.sec .more a {
		line-height: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width:1360px) {
	.container {
		width: 92%;
	}

	#gHeader .container {
		width: 94%;
	}

	#gNavi {
		margin-right: 15%;
	}

	#gFooter .box3 dd p, #gFooter .fl dd a, #gFooter .fLink a, #gFooter .form .kew {
		font-size: 14px;
	}

	.sec2 .box1 h2, .sec .title h2 {
		font-size: 30px;
	}
}

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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 100%;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		background: #fff;
		position: relative;
	}

	#gHeader .container {
		width: 100%;
		padding: 10px;
	}

	#gHeader .logo {
		margin-top: 0;
		width: 200px;
	}

	#gHeader .tel {
		right: 58px;
		bottom: inherit;
		top: 18px;
		background: none;
		padding: 0;
	}

	#gHeader .tel .dh {
		padding-left: 0px;
		background: none;
	}

	#gHeader .tel p {
		display: none;
	}

	#gHeader .tel strong {
		display: none;
	}

	#gHeader .tel a {
		display: block;
		width: 36px;
		height: 36px;
		background: url(../../images/icon14.png) #c39c61 no-repeat center;
		background-size: 20px;
		border-radius: 50%;
		transform: rotateY(180deg);
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 18px;
		background: #2463b2 url(../../images/menu.png) no-repeat center;
		background-size: 28px;
		border-radius: 50%;
		width: 36px;
		height: 36px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		margin-right: 0;
		position: absolute;
		right: 0;
		left: 0;
		top: 66px;
		z-index: 1000;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
		border-top: 1px solid #efefef;
		display: none;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
	}

	#gNavi li>a {
		line-height: 44px;
		font-size: 16px;
		background: url(../../images/jt7.png) no-repeat right center;
		background-size: 18px;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li.on>a, #gNavi li:hover>a {
		color: #2463b2;
		background: url(../../images/jt5.png) no-repeat right center;
		background-size: 18px;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 10px 0;
		background: rgba(255, 255, 255, .8);
		overflow: hidden;
	}

	#gNavi li .drop a {
		display: block;
		width: 48%;
		float: left;
		margin: 5px 1%;
		padding: 0px;
		line-height: 38px;
		border-radius: 4px;
		font-size: 15px;
	}

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

	.sec .title {
		padding: 30px 0 16px;
	}

	.sec .title p {
		font-size: 14px;
	}

	.sec .title h2 {
		font-size: 26px;
	}

	.sec .more a {
		line-height: 40px;
		width: 120px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		background: url(../../images/bg1.jpg) no-repeat bottom center;
		background-size: cover;
		padding: 30px 10px 0;
	}

	#gFooter form {
		width: 100%;
		max-width: 400px;
	}


	#gFooter .form {
		padding-bottom: 20px;
	}

	#gFooter .form .kew {
		font-size: 14px;
	}

	#gFooter .box1 {
		width: 100%;
	}

	#gFooter .fl dt {
		font-size: 17px;
		margin-bottom: 8px;
	}


	#gFooter .fl dd {
		padding-left: 0px;
		overflow: hidden;
	}

	#gFooter .fl dd a {
		width: 25%;
		float: left;
		font-size: 14px;
		line-height: 27px;
	}

	#gFooter .box2 {
		width: 100%;
	}

	#gFooter .box2 dd a {
		width: 50%;
	}

	#gFooter .box3 {
		width: 100%;
	}

	#gFooter .box3 dd p {
		font-size: 14px;
		line-height: 27px;
	}

	#gFooter .box4 {
		width: 100%
	}

	#gFooter .box4 img {
		width: 130px;
	}

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

	#gFooter .fLink strong {
		font-size: 15px;
	}

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

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



}