@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@font-face {
    font-family:"A1Gothic";
    font-style: normal;
    src: url('../font/AP-OTF-A1GothicStdN-Medium.ttf') format('truetype');
}

body {
    font-family: 'A1Gothic', sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:1.6em;
	word-wrap: break-word;
	color: #000000;
}

.roboto{
	font-family: 'Roboto', sans-serif;
}

a{
	color:#000000;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* contents
-------------------------------------------------------------------*/

.wrap {
	min-width:1024px;
	overflow:hidden;
	position:relative;
}

.wd{
	max-width:1270px;
	margin:0 auto;
	box-sizing:border-box;
}

.contents{
	clear:both;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}


@media screen and (max-width: 800px) {
.wrap {
	min-width:100%;
	overflow:hidden;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.contents{
	margin:60px 0 0 0;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
}

.wd{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.spscale{
	width:100%;
	height:auto;
}

img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.pc{
	display:none;
}

.sp{
	display:block;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}

/* header
-------------------------------------------------------------------*/
.pcheader{
	padding:20px 0;
	background:#fff;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.pcheader .logo a{
	margin:0 0 0 25px;
}

.pcheader nav{
	display:flex;
	align-items:center;
	padding:0 20px 0 0;
}

.pcheader nav ul{
	display:flex;
	padding:0 100px 0 0;
}

.pcheader nav ul li{
	padding:0 25px;
}

.pcheader nav ul li a{
	font-size:18px;
	display:inline-block;
	padding:0 0 10px 0;
	background: url(../img/common/h_arrow.png) no-repeat bottom center;
}


.pcheader .tel{
	color:#fff;
	font-size:24px;
	font-weight:700;
	background:url(../img/common/h_tel.png) no-repeat 10px center #1da820;
	border-radius:30px;
	line-height:60px;
	height:60px;
	width:210px;
	text-align:center;
	box-sizing:border-box;
	padding:0 0 0 20px;
}

@media screen and (max-width: 1200px) {
.pcheader{
	min-width:900px;
}	
	
.pcheader .logo{
	width:180px;
}	
	
.pcheader nav ul{
	padding:0 30px 0 0;
}

.pcheader nav ul li{
	padding:0 15px;
}

.pcheader nav ul li a{
	font-size:16px;
}

.pcheader .tel{
	font-size:18px;
	background:url(../img/common/h_tel.png) no-repeat 15px center #1da820;
	line-height:60px;
	height:60px;
	width:170px;
}
}

.clone_gnav {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin:0 auto;
	z-index: 99;
	width: 100%;
	transition: .3s;
	transform: translateY(-250px);
	background:#fff;
	box-sizing:border-box;
}

.is-show,
.clone_gnav:hover{
	transform: translateY(0);
	top: 0;
}

.spgnav{
	display:none;
}

@media screen and (max-width: 800px) {
.pcheader{
	display:none;
}
	
.spgnav{
	display:block;
}	
	
.spgnav{
	padding:10px 0;
	height:60px;
	box-sizing:border-box;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:9999;
}

.spgnav .logo{
	margin:0 0 0 15px;
	width:150px;
}

.topmenu {
    display: block;
    height: 60px;
    position: fixed;
    right: 60px;
    top: 0;
	right:0;
    width: 60px;
    z-index: 999;
    cursor: pointer;
}

.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-trigger span {
	position: absolute;
	left: 50%;
	width: 36px;
	margin-top:-5px;
	margin-left: -18px;
	height: 3px;
	background-color: #1da820;
	border-radius: 4px;
    z-index: 99999;
}
.top-trigger.active span {
	background-color: #fff;
}
.top-trigger span:nth-of-type(1) {
    top: 29px;
}
.top-trigger span:nth-of-type(2) {
    top: 38px;
}
.mobilenav {
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background:#1da820;
}

.mobilenav .box_in {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobilenav ul{
	text-align:center;
}

.mobilenav ul li{
	padding:0 0 20px 0;
}

.mobilenav ul li:last-child{
	padding:0;
}

.mobilenav ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 1.2em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.movmobb1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(1px) rotate(-45deg);
	transform: translateY(1px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.spgnav .minlogo{
	width:150px;
	margin:0 auto 30px;
}

.spgnav .tel a{
	color:#fff;
	font-size:20px;
	font-weight:700;
	background:url(../img/common/h_tel.png) no-repeat 20px center #1da820;
	border-radius:30px;
	line-height:60px;
	border:2px solid #fff;
	margin:30px auto 0;
	height:60px;
	width:230px;
	text-align:center;
	box-sizing:border-box;
	padding:0 0 0 20px;
	display:block;
}

}


/* footer
-------------------------------------------------------------------*/
footer{
	padding:50px 20px 0 20px;
	text-align:center;
	background:#1da820;
	color:#fff;
}

footer dl{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:left;
	padding:0 0 20px 0;
}

footer dl dt{
	padding:0 15px 0 0;
}

footer .tel a{
	color:#1da820;
	font-size:36px;
	font-weight:600;
	width:320px;
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 0 0 20px;
	border-radius:50px;
	line-height:65px;
	height:65px;
	background:url(../img/common/f_tel.png) no-repeat 20px center #fff;
}

footer .copy{
	font-size:14px;
	padding:30px 0 20px 0;
	color:#98d799;
}

@media screen and (max-width: 800px) {
footer{
	padding:40px 20px 0 20px;
	text-align:center;
}

footer dl{
	display:inline-block;
	padding:0 0 20px 0;
	text-align:center;
}

footer dl dt{
	padding:0 0 10px 0;
	width:150px;
	margin:0 auto;
}

footer .tel a{
	font-size:25px;
	width:280px;
	padding:0 0 0 20px;
	border-radius:50px;
	line-height:50px;
	height:50px;
	background:url(../img/common/f_tel.png) no-repeat 30px center #fff;
	background-size:20px;
}

footer .copy{
	font-size:12px;
	padding:20px 0 20px 0;
}
}

