@charset "UTF-8";

/* reset 
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}
img {border: 0; vertical-align: top;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
em{font-style:normal;}

/* PC・SP切り替え
======================================= */

.sp_only,
.img_sp,
.br_sp,
.sp_br {
	display:none !important;
}


/* body
========================================== */

body {
	color: #5a3c32;
	margin: 66px auto 0;
	padding: 0 0 0 0;
	position:relative;
	overflow-x: hidden;
	text-align:justify;
	font-style: normal;
	font-weight: normal; /* 400 */
	font-feature-settings: "palt"; /* 自動カーニング */
	background-color:#5ab946;
	min-width:1000px;
}

/* font
========================================== */

.jp,
body {
	font-family: "Zen Maru Gothic", serif;
}
.serif {
	font-family: "Noto Sans JP", sans-serif;
}

.palt_none{
	font-feature-settings: none; /* 自動カーニング解除 */
}

/* コンテンツ共通
========================================== */

a {text-decoration:none;}
a:hover {text-decoration:underline;}

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

#document {
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
}

#document:after,
#document:before {
	content: "";
	clear: both;
	display: block;
}


/* ボタン共通
========================================== */



/* pagenavi
========================================== */


/* header
========================================== */

#header_wrap{
	width:100%;
	margin: 0 auto;
	padding: 0;
	height:66px;
	background-color:rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index: 10;
	animation-duration: 0.5s;
}

#header {
	width:auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	min-width:1000px;
	height:66px;
	z-index: 10;
}

#header h1{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index:2;
}

#header h1 img{
	width:auto;
	height:auto;
	vertical-align:top;
}

@media screen and (max-width: 1250px) {

}


p#description {
	position: absolute;
	top: 0px;
	left: 0px;
	zoom: 1;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:1px;
	display:none;
}

h2.btn_menu{
	display:none;
}

.btn_line{
	position: absolute;
	top: 15px;
	right: 20px;
	z-index:1;
}

.btn_line a{
	margin: 0 0;
	padding: 10px 20px ;
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	letter-spacing:0.00em;
	color: #fff;
	background-color:#54ad46;
	border-radius:8px;
}
.btn_line a:hover{
	text-decoration:none;
	background-color:#1f7f0e;
	transition : 0.3s;
}


/* globalnavi
========================================== */
/* fadeIn */
@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#drawernav .nav_tit{
	display:none;
}

ul.slidemenu{
	margin:0 0 0 20px;
	padding: 0 0 ;
	position: relative;
	display: flex;
	align-items:center;
	justify-content:center;
}

ul.slidemenu li{
	margin: 0 20px;
	padding: 0 0;
	position: relative;
}

@media (max-width: 1100px) {
ul.slidemenu li{
margin: 0 10px;
}
}

ul.slidemenu li a{
	margin: 0 0;
	padding: 25px 0 15px;
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	letter-spacing:0.05em;
	color: #5a3c32;
}

ul.slidemenu li a:before{
	content: "";
	position: absolute;
	left: 0;
	right:0;
	bottom: 0px;
	width: auto;
	height: 3px;
	background-color: #5a3c32;
	transform: scale(0,1);
	transition: 0.3s;
	border-radius: 4px;
}
ul.slidemenu li a:hover:before {
	width: 100%;
	transform: scale(1);
}
ul.slidemenu li a.stay:before {
	transform: scale(1);
}
ul.slidemenu li a:hover {
	text-decoration:none;
}





/* footer
========================================== */


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 20px;
	position:relative;
	min-width: 1000px;
	text-align:center;
	background-color:#6dc246;
}

#footer small{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 26px;
	color:#5a3c32;
	display:block;
}

p#page-top {
	position: fixed;
	bottom: 20px;
	right: -20px;
	cursor:pointer;
	z-index:1001;
}

p#page-top img{
	width:auto;
	height:auto;
	vertical-align:top;
}


