@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	height: 100%;
}
body{
	/*background: linear-gradient(-135deg, #006598, #001464);*/
	margin: 0;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	
}


/* = Selected Text ドラッグした際の背景色
----------------------------------------------- */

::selection {
	background-color:#FFC9CA;
}

 ::-moz-selection {

    background:#FFC9CA; /* Firefox */
}

/* = Selected Text ドラッグした際の背景色
----------------------------------------------- */


@media(max-width:767px){
.pconly{
	display:none;
	}
}

@media screen and (min-width: 767px){
.sponly{
	display:none;
	}
}

.inner{
	width: 1098px;
	margin: 0 auto;
}


header{
	padding-top: 15px;
	padding-bottom: 20px;
}

.head_catch {
	width: 1098px;
	margin: 0 auto 15px auto;
	font-size: 10px;
}

header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header h1{
	width: 280px;
	margin-right: auto;
}



@media screen and (max-width:960px){
	.inner{
		width: 90%;
	}
	header{
		padding: 10px 0 20px 0;
		position: relative;
		background-color: #996c33;
	}
	header h1{
	width: 120px;
}
	
.head_catch {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 70%;
	}
}


/*ナビ部分*/
nav{
		display: none;
		position: absolute;
		top:0px;
		width: 100%;
		background: #996c33;
		left: 0;
	    z-index: 5;
	}
	
/*header nav ul li:last-child{
		border: none;
	}
*/

	header nav ul li a{
		display: block; 
	}


.nav_inner {
	width: 1098px;
	margin: 60px auto 270px auto;
}
.nav_inner h1 {
	margin-bottom: 180px;
	width: 280px;
}
.eigyo_time {
	margin-right: 30px;
}
.eigyo_time img {
	width:400px;
	height: auto;
}

.tel {
	margin-right: 55px;
}
.tel p {
	margin-bottom: 12px;
}
.t-1 {
	font-size: 14px;
	color: #996c33;
	font-weight: 600;
	
}
.t-2 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.t-3 {
	font-size: 14px;
	color: #996c33;
	font-weight: 600;
}
.t-4 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.tel img {
	width: 190px;
	height: auto;
}

@media screen and (max-width:960px){
	.nav_inner {
		width: 90%;
		margin: 35px auto;
		padding-bottom: 130px;
	}
	.nav_inner h1 {
	margin-bottom: 60px;
	width: 120px;
	}
	
	.eigyo_time {
	display: none;
}
.eigyo_time img {
	width:300px;
	height: auto;
}

	
	.tel {
		display: none;
	}
}


.nav_row {
	width: 650px;
	margin: auto;
	display: flex;
	justify-content:space-between;
}

.nav_01 {
	margin: 0;
	padding: 0px;
}

.nav_row .nav_01 ul {
	font-size: 37.44px;
	letter-spacing: 0.06em;
}

.nav_row .nav_01 ul a {
color: #fff;
}
.nav_row .nav_01 li {
	margin-bottom: 25px;
	font-weight: 900;
	letter-spacing: 0.06em;
}

.sub {
	font-size: 15.6px;
	margin-bottom: 10px;
}

.nav_row .nav_02 {
}

.nav_row .nav_02 h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.06em;
}
.nav_row .nav_02 p {
	font-size: 14px;
	color: #fff;
	line-height: 1.56em;
	letter-spacing: 0.06em;
}

.nav_row .nav_02 a {
	color: #fff;
}

.icon_row {
	width: 60px;
	display: flex;
	justify-content:space-between;
}
.icon_item img {
	width:19px;
	height: auto;
}

.mb20 {
		margin-bottom: 20px;
}
.mb30 {
		margin-bottom: 30px;
}
.mb70 {
		margin-bottom: 70px;
}



@media screen and (max-width:960px){
	
.nav_row {
	width: 100%;
	justify-content:none;
	flex-direction: column;
}

.nav_01 {
	margin-bottom: 30px;
}

.nav_row .nav_01 ul {
	font-size: 30px;
}

.sub {
	font-size: 13px;
}

.nav_row .nav_02 h2 {
	margin-bottom:10px;
}

.mb30 {
		margin-bottom: 15px;
}
.mb70 {
		margin-bottom: 30px;
}

}

/*
#nav_toggle{
	display: none;
}
*/

/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background:#000000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	

@media screen and (max-width:960px){
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle span{
		background:#fff;
	}
	#nav_toggle span:nth-child(1){
		top:1px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:19px;
	}
}


	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

		.open #nav_toggle{
		display: block;
		width: 20px;
		height: 20px;
		position: relative;
		bottom: 0px;
		z-index: 100;
		}
		.open #nav_toggle span{
			background: #fff;
		}


@media screen and (max-width:960px){
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
	.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	
	.open #nav_toggle{
		width: 30px;
		height: 30px;
	}
}


.gl_nav {
	background-color: #996c33;
	width: 100%;
	height: 137px;
	margin: auto;
	color: #fff;
	padding: 29px 0 29px 0;
	letter-spacing: 0.06em;
}

@media screen and (max-width:960px){
.gl_nav {
		display: none;
	}
}

.gl_nav ul {}
.gl_nav ul li {
	float: left;
	height: 79px;
	font-size: 18.72px;
	font-weight: bold;
}
.gl_nav ul li a {
	color: #fff;
	transition: 0.8s ease;
}
.gl_nav ul li a:hover {
	color: #000;
}
.gl_nav ul li {
	width: 20%;
	text-align: center;
}

.gl_nav ul li p {
}

.gl_nav ul li .sub {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 7.8px;
	line-height: 0.6em;
	
	padding-top: 22px;
	margin-bottom: 8px;
	height: 28px;
}

.na_1 {
	border-right: solid 1px #fff;
}
.na_2 {
	border-right: solid 1px #fff;
}
.na_3 {
	border-right: solid 1px #fff;
}
.na_4 {
	border-right: solid 1px #fff;
}
.na_5 {
	border-right: solid 1px #fff;
}
.na_6 {
	width:192px;
	padding-left: 49px;
}



.main_01 {
	width: 100%;
	margin: 10px auto 0 auto;
}
.main_01 .main_item {
	margin: 0px 3px 0 3px;
}
.main_01 img {
	width: 100%;
	margin: auto;
}

.more_btn {
	text-align: center;
	width: 168px;
	height: 47px;
	background-color: #969696;
	margin: auto;
	line-height: 47px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 40px;
	clear: both;
	letter-spacing: 0.03em;
}
.more_btn a {
	color: #fff;
	display: block;

}
.more_btn a:hover {
	background-color:#000;
	border-radius: 40px;
}


.content_0 {
	width: 1098px;
	height: auto;
	text-align: center;
	margin: 50px auto 0px auto;
}
.content_0 img {
	width: 805px;
	height: auto;
}

.content_01 {
	width: 1098px;
	margin: 90px auto 90px auto;
	text-align: center;
	font-size: 16px;
	
}
.content_01 h2 {
	font-size: 25px;
	margin-bottom: 45px;
	letter-spacing: 0.03em;
	font-weight:900;
	color: #996c33;
}
.content_01 p {
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 90px;
}

@media screen and (max-width:960px){
.more_btn {
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	border-radius: 20px;
}

.content_0 {
	width: 90%;
	height: auto;
	text-align: center;
	margin: 40px auto 0px auto;
}
.content_0 img {
	width: 100%;
	height: auto;
}
	
.content_01 {
	width: 100%;
	margin: 50px auto 50px auto;
	font-size: 12px;
	
}
.content_01 h2 {
	font-size: 15px;
}
.content_01 p {
	padding: 0 5% 0 5%;
	text-align: left;
	margin-bottom: 35px;
}
}


.content_02 {
	width: 1098px;
	height: auto;
	margin:0 auto 90px auto;
	font-size: 16px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.content_02 h2 {
	font-size: 30px;
	color: #996c33;
	font-weight: 900;
	margin-bottom: 5px;
	letter-spacing: 0.06em;
}
.content_02 .sub_tit {
	font-size: 12px;
	margin-bottom: 50px;
	letter-spacing: 0.06em;
}
.content_02 .row_1 {
	width: 651px;
}

.content_02 .row_2 {
	width: 447px;
	padding-left: 48px;
	padding-top: 44px;
	padding-right: 55px;
	border-right: solid 3px #996c33;
	background-color: #f5f5f5;
}
.content_02 .row_2 p {
	letter-spacing: 0.08em;
	line-height: 1.5em;
}
.content_02 img {
	width: 100%;
	height: auto;
}

.content_02 .more_btn {
	margin: 0 0 0 0;
	
}

@media screen and (max-width:960px){
	.content_02 {
	width: 100%;
	height: auto;
	margin:0 auto 60px auto;
	font-size: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 5% 0 5%;
}
.content_02 h2 {
	font-size: 15px;
	margin-bottom: 5px;
}
.content_02 .sub_tit {
	font-size: 9px;
	margin-bottom: 25px;
}
.content_02 .row_1 {
	width: 100%;
}

.content_02 .row_2 {
	width: 100%;
	padding-left: 30px;
	padding-top: 25px;
	padding-right: 30px;
}
.content_02 .row_2 p {
	margin-bottom: 30px;
}
.content_02 img {
	width: 100%;
	height: auto;
}

.content_02 .more_btn {
	margin: 0 0 30px 0;
}

}


.content_03 {
	width: 1098px;
	height: auto;
	margin: 0 auto 90px auto;
	text-align: center;
	font-size: 14px;
}
.content_03 h2 {
	font-size: 25px;
	margin-bottom: 45px;
	letter-spacing: 0.03em;
	font-weight:900;
	color: #996c33;
}
.content_03 .row {
	display: flex;
	justify-content: space-between;
}

.content_03 .column {
	text-align: left;
	width: 355px;
	margin-bottom: 50px;
}
.content_03 h3 {
	font-size:30px;
	color: #996c33;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0.06em;
}
.content_03 h4 {
	font-size: 14px;
	margin-bottom: 25px;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	color: #929292;
}
.content_03 .column p {
	letter-spacing: 0.02em;
	line-height: 1.86em;
}
.content_03 .column img {
width: 100%;
	height: auto;
	margin-bottom: 40px;
}

@media screen and (max-width:960px){
	.content_03 {
	width: 100%;
	margin: 0 auto 65px auto;
	font-size: 10px;
}
.content_03 h2 {
	font-size: 15px;
	margin-bottom: 45px;
}
.content_03 .row {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.content_03 .column {
	text-align: left;
	width: 100%;
	margin-bottom: 25px;
	padding: 0 5% 0 5%;
}
.content_03 h3 {
	font-size:15px;
	margin-bottom: 5px;
}
.content_03 h4 {
	font-size: 9px;
	margin-bottom: 12px;
}
.content_03 .column img {
width: 100%;
height: auto;
margin-bottom: 20px;
}

}


.contact_pless {
	width: 100%;
	height: auto;
	margin: 0 auto 90px auto;
	text-align: center;
}
.contact_pless .pl_01 {
	width: 100%;
	height: auto;
	padding: 90px 0 90px 0;
	background-color: #ffe8c1;
}
.contact_pless .pl_01 h2 {
	font-size: 40px;
	color: #ab7025;
	margin-bottom: 50px;
	font-weight: bold;
}
.pl_01_c {
	padding: 50px 0 50px 0;
	border: solid 2px #fff;
	width: 850px;
	margin: auto;
}
.pl_01_c img {
	width: 526px;
	height: auto;
}
.contact_pless .pl_02 {
	width: 100%;
	height: auto;
	padding: 60px 0 60px 0;
	background-color: #996c33;
}
.contact_pless .pl_02 h2 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
}
.contact_pless .pl_02 p {
	font-size: 96px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	margin-bottom: 20px;
}
.contact_pless .pl_02 p a {
	color: #fff;
}
.contact_pless .pl_02 .more_btn {
	margin-bottom: 0px;
	background-color: #fff;
}
.contact_pless .pl_02 .more_btn a {
	color: #000;
}
.contact_pless .pl_02 .more_btn a:hover {
	color: #fff;
}


@media screen and (max-width:960px){
	.contact_pless {
	margin: 0 auto 40px auto;
	text-align: center;
}
.contact_pless .pl_01 {
	width: 100%;
	height: auto;
	padding: 60px 5% 60px 5%;
	background-color: #ffe8c1;
}
.contact_pless .pl_01 h2 {
	font-size: 17px;
	color: #ab7025;
	margin-bottom: 40px;
}
.pl_01_c {
	padding: 30px 0 30px 0;
	width: 100%;
	margin: auto;
}
.pl_01_c img {
	width: 90%;
	height: auto;
}
.contact_pless .pl_02 {
	padding: 35px 0 35px 0;
}
.contact_pless .pl_02 h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.contact_pless .pl_02 p {
	font-size:40px;
	margin-bottom: 20px;
}

}


.cha_ac {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
.cha_ac .tp_img {
	background-image: url(../image/price.jpg);
	width: 1098px;
	height: 300px;
	margin: auto;
}
.tp_img h2 {
	font-size: 40px;
	padding-top: 100px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #fff;
	text-shadow: 4px 1px 6px #999;
	line-height: 1.66em;
	letter-spacing: 0.05em;
}
.tp_img h3 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 30px;
	color: #fff;
	text-shadow: 4px 1px 6px #999;
	line-height: 1.66em;
	letter-spacing: 0.05em;
}

.charge_list {
	width: 780px;
	height: auto;
	margin: 50px auto;
	text-align: left;
}
.charge_list h2 {
	font-size: 30px;
	color: #ab7025;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.charge_list h3 {
	font-size: 24px;
	font-weight: bold;
}
.charge_list p {
	margin: 15px 0 35px;
	font-size: 18px;
	letter-spacing: 0.15em;
    line-height: 1.5em;
}

.map {
	margin: 60px auto 60px auto;
	width: 100%;
	height: auto;
}
.map iframe {
	width:100%;
	height:400px;
}

.gaiyou {
	font-size: 20px;
	width: 500px;
	height: auto;
	margin: 0 auto 90px auto;
	text-align: left;
}
.gaiyou p {
	margin-bottom: 25px;
}
.gaiyou img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:960px){
	.cha_ac {
	margin: 15px auto;
	}
	.cha_ac .tp_img {
	width: 100%;
	height: 200px;
	background-size:cover;
	background-position: center;
	}
	.tp_img h2 {
	font-size: 25px;
	padding-top: 60px;
	}
	.tp_img h3 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	}
	
	
.charge_list {
	width: 90%;
	margin: 30px auto;
	text-align: left;
}
.charge_list h2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.charge_list h3 {
	font-size: 12px;
}
.charge_list p {
	margin: 15px 0 25px;
	font-size: 12px;
}
	
	.map {
	margin: 40px auto 20px auto;
	}
	.map iframe {
	width:100%;
	height:260px;
	}
	
	.gaiyou {
	font-size: 14px;
	width: 90%;
	margin: 0 auto 40px auto;
	}
	.gaiyou p {
	margin-bottom: 20px;
	}
}


.sym {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
.sym .tp_img {
	background-image: url(../image/shoujou.jpg);
	width: 1098px;
	height: 300px;
	margin: 0 auto 15px auto;
}

.ser_tp_img {
	background-image: url(../image/sejutu.jpg);
	width: 1098px;
	height: 300px;
	margin: 0 auto 15px auto;
}
.ser_tp_img h2 {
	font-size: 40px;
	padding-top: 100px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #fff;
	text-shadow: 4px 1px 6px #999;
	line-height: 1.66em;
	letter-spacing: 0.05em;
}
.ser_tp_img h3 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 30px;
	color: #fff;
	text-shadow: 4px 1px 6px #999;
	line-height: 1.66em;
	letter-spacing: 0.05em;
}

.sym_nav {
	font-size: 18px;
	width: 1098px;
	height: 70px;
	margin: 0 auto 90px auto;
	background-color: #ffe8c1;
	line-height: 70px;
}
.sym_nav li {
	float: left;
	margin: 0 5px 0 30px;
}
.sym_nav li a {
	color: #000;
}
.sym_nav li a:hover {
	color: #666;
}

#sym_tit_1,#sym_tit_2,#sym_tit_3,#sym_tit_4,#sym_tit_5,#sym_tit_6 {
	font-size: 25px;
	color: #996c33;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 1098px;
}

.sym .row {
	width: 1098px;
	height: auto;
	margin: 0 auto 90px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sym_left {
	width: 469px;
	height: 313px;
}
.sym_left img {
	width: 469px;
	height: auto;
}
.sym_right {
	width: 550px;
	height: 313px;
	text-align: left;
}
.sym_right h3 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #50330e;
	font-weight: bold;
}
.sym_right p {
	line-height: 2.14em;
	letter-spacing: 0.06em;
}


@media screen and (max-width:960px){
	.sym {
	margin: 15px auto;
	}
	.sym .tp_img {
	width: 100%;
	height: 200px;
	background-size:cover;
	background-position: center;
	}
	
	
	.ser_tp_img {
	width: 100%;
	height: 200px;
	background-size:cover;
	background-position: center;
	}
	.ser_tp_img h2 {
	font-size: 25px;
	padding-top: 60px;
	}
	.ser_tp_img h3 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	}

	
	.sym_nav {
	font-size: 12px;
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
	line-height:normal;
	padding: 10px 0 10px 0;
	}
	.sym_nav li {
	float: none;
	margin: auto;
	height: 30px;
	line-height:30px;
	}


#sym_tit_1,#sym_tit_2,#sym_tit_3,#sym_tit_4,#sym_tit_5,#sym_tit_6 {
	font-size: 20px;
	margin: 0 auto 20px auto;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.sym .row {
	width: 90%;
	height: auto;
	margin: 0 auto 50px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sym_left {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sym_left img {
	width: 100%;
	height: auto;
}
.sym_right {
	width: 100%;
	height: auto;
	text-align: left;
}
.sym_right h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.sym_right p {
	line-height: 2.14em;
	letter-spacing: 0.06em;
	font-size: 12px;
}
}


.contact {
	margin: 90px auto 0px auto;
	width: 1098px;
	text-align: center;
}
.contact h2 {
	font-size: 25px;
	color: #996c33;
	margin-bottom: 135px;
	letter-spacing: 0.03em;
	font-weight:900;
}


@media screen and (max-width:960px){
	.contact {
		margin: 10px auto 50px auto;
		width: 100%;
	}
.contact h2 {
	font-size: 15px;
	font-weight: bold;
	color: #996c33;
	margin-top: 60px;
	margin-bottom: 65px;
}
	
}

#thanks {
	width: 100%;
	margin: 100px auto 100px auto;
	text-align: center;
	letter-spacing: 0.06em;
}
#thanks h1 {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #fb5300;
}
#thanks p {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 2em;
}

@media screen and (max-width:960px){
	#thanks h1 {
	font-size: 16px;
	margin-bottom: 40px;
}
	#thanks p {
	font-size: 12px;
	}
}


/* フッター */
footer {
	padding: 65px 0 40px 0;
	background-color: #996c33;
	width: 100%;
	margin: auto;
	color: #fff;
	letter-spacing: 0.06em;
}
footer .inner {
	display: flex;
	justify-content:space-between;
	flex-direction: row;
}
.footer_left {
	width:382px;
}
.footer_left img {
	width:200px;
	height: auto;
}
.footer_left p {
	margin-top: 20px;
margin-bottom: 100px;
font-size: 14px;
	letter-spacing: 0.06em;
}
.footer_btn {
	display: flex;
	justify-content:space-between;
}
.btn_01 {
	width:178px;
	height: 58px;
	border: solid 1px #fff ;
	line-height: 58px;
	text-align: center;
}
.btn_01 a {
	display: block;
	color: #fff;
	transition: 0.8s ease;
}
.btn_01 a:hover {
	display: block;
	color: #000;
	transition: 0.8s ease;
	background-color: #fff;
}


.footer_center {
	width:586px;
	border-right: solid 1px #fff;
	height: 269px;
	padding-right: 30px;
	padding-top: 90px;
	text-align: right;
}
.footer_center img {
	width: 460px;
	height: auto;
}

.footer_right {
	width:133px;
	height: 272px;
	padding: 130px 0px 0 20px;
	text-align: left;
	
}
.footer_right p {
	font-size: 15px;
	font-weight: 600;
}
.footer_right a {
	color: #fff;
}

#copylight {
	padding: 40px 0 45px 0;
	background-color: #acacac;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}



@media screen and (max-width:960px){
footer {
	padding: 35px 0 25px 0;
	width: 100%;
}
footer .inner {
	display: flex;
	justify-content:space-between;
	flex-direction:column;
}
.footer_left {
	width:100%;
	margin: auto;
	text-align: center;
}
.footer_left img {
	width:150px;
	height: auto;
}
.footer_left p {
margin-top: 15px;
margin-bottom: 50px;
font-size: 8px;
}
.footer_btn {
	display: flex;
	justify-content:center;
}
.btn_01 {
	width:48%;
	height: 43px;
	line-height: 43px;
}


.footer_center {
	width:90%;
	border-right: none;
	height: auto;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	margin: 25px auto 10px auto;
}
.footer_center img {
	width: 100%;
	height: auto;
}

.footer_right {
	display: none;	
}

#copylight {
	padding: 25px 0 25px 0;
	font-size: 6px;
	}
	
}


#pageTop {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	background-color: #ABABAB;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media(max-width:767px){
#pageTop a {
	border-radius: 10px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
}

