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

.grecaptcha-badge { visibility: hidden; }

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

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

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:1.6em;
	word-wrap: break-word;
	color: #0d1104;
}


@media screen and (max-width: 800px) {
body {
	font-size:14px;
}
}

a{
	color: #0d1104;
}


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

/* contents
-------------------------------------------------------------------*/
.slider{
    display: none;
}
 
.slider.slick-initialized{
    display: block; 
}

.r_btn.on,
.f_btn.on{
    opacity: 1;
    z-index: 99;
}

.r_btn {
    position: fixed;
    right: 20px;
    top:330px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: block;
}

.r_btn li{
	padding:0 0 10px 0;
}

.f_btn{
    position: fixed;
    right: 0;
	left:0;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: flex;
	text-align:center;
}

.r_btn.on.off,
.f_btn.on.off{
    opacity: 0;
    z-index: -1;
}

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

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

.contents{
	clear:both;
	padding:80px 0 0 0;
}

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

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

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

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.coverimg{
	overflow:hidden;
	position:relative;
}

.coverimg:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.coverimg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition:1s all;
}

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

.spleft{
	float:left;
}

.spright{
	float:right;
}

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

.contents{
	padding:60px 0 0 0;
}

.wd,.wd02{
	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 !important;
}

.sp{
	display:block !important;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}

/* header
-------------------------------------------------------------------*/
header{
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:999;
	background: #fff;
}

header .gnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	min-width:1000px;
	position:relative;
	z-index:2;
}

header .gnav .logo{
	padding:0 0 0 20px;
}

header .gnav .r-box{
	display:flex;
	align-items:center;
}

header .tel{
	padding:0 50px 0 0;
}

header .tel dt{
	font-size:30px;
	padding:5px 0 0 0;
}

header .tel dt span{
	font-size:24px;
}

header .tel dd{
	font-size:14px;
}

header .r-box ul{
	display:flex;
}

header .r-box ul li a{
	width:80px;
	height:80px;
	text-align:center;
	box-sizing:border-box;
	padding:45px 0 0 0;
	color:#fff;
/*	background:url(../img/common/h-line.png) no-repeat center 20px #71a103;  */
	display:block;
	font-size:12px;
	font-weight:600;
}

header .r-box ul li:nth-child(2) a{
	background:url(../img/common/h-mail.png) no-repeat center 20px #FF9900;
/*	background:url(../img/common/h-mail.png) no-repeat center 20px #009900;  */
/*	background:url(../img/common/h-mail.png) no-repeat center 20px #6b590b;  */
}

.gnav p{
	line-height:0;
}

@media screen and (max-width: 800px) {
header .gnav{
	min-width:inherit;
}

header .gnav .logo{
	padding:0;
	width:50px;
	margin:0 0 0 20px;
}

header .gnav .r-box{
	display:block;
}

header .r-box ul li a{
	width:60px;
	height:60px;
	padding:35px 0 0 0;
/*	background:url(../img/common/sp/h-line.png) no-repeat center 10px #71a103; */
	background-size:25px;
	font-size:10px;
}

header .r-box ul li:nth-child(2) a{
	background:url(../img/common/sp/h-mail.png) no-repeat center 13px #6b590b;
	background-size:25px;
}

.f-tel{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	z-index:999;
}

.f-tel a{
	display:block;
	padding:5px;
	background:rgba(128,128,128,0.6);
	color:#fff;
}

.f-tel a dl{
	padding:10px;
	background:#0d1103;
}

.f-tel a dl dt{
	font-size:22px;
	padding:5px 0 0 0;
}

.f-tel a dl span{
	font-size:18px;
}

.f-tel a dl dd{
	font-size:12px;
}

.hidden {
	animation: fade .2s ease-in-out forwards;
	pointer-events: none;
}

@keyframes fade {
from {
	opacity: 1;
}

	to {
	opacity: 0;
}
}

.visible {
	animation: fadeOut .2s ease-in-out forwards;
	pointer-events:all;
}

@keyframes fadeOut {
from {
	opacity: 0;
}

to{
	opacity: 1;
}
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	background:#0d1104;
	color:#fff;
}

footer .box{
	display:flex;
	position:relative;
	padding:30px 0;
}

footer .box .logo{
	min-width:50%;
}

footer .box dl dt{
	font-weight:600;
	padding:10px 0 0 0;
}

footer .box dl dd span{
	font-size:16px;
}

footer .box dl dd{
	font-size:14px;
	line-height:1.8em;
}

footer .box dl dd a{
	color:#fff;
}

footer .copy{
	font-size: 15px;
	padding:20px 0;
	text-align:center;
	border-top:2px solid #2c321e;
}

@media screen and (max-width: 800px) {
footer .box{
	display:block;
	padding:25px 0;
}

footer .box .logo{
	min-width:inherit;
	width:60px;
	margin:0 auto;
}

footer .box dl{
	padding:0 20px;
}

footer .box dl dt{
	padding:20px 0 0 0;
}

footer .box dl dd{
	font-size:13px;
	line-height:1.8em;
}

footer .copy{
	font-size:13px;
}
}