@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切り替え
======================================= */

.pc_only,
.img_pc,
.br_pc,
.pc_br {
	display:none !important;
}


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

body {
	color: #5a3c32;
	margin: 40px 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;
}

/* 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;}

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

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

#contents {
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: auto;
	position:relative;
}


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


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



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



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

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


#header {
	width:auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 10001;
	height:40px;
}

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

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

p#description {
	z-index:100;
	display:none;
}

h2.btn_menu{
	position: absolute ;
	top: 7px ;
	right: 10px ;
	cursor:pointer;
	background: url(../images/base/btn_menu.svg) no-repeat center center ;
	background-size:30px 30px;
	text-indent:-9999px;
	width:30px;
	height:30px;
	z-index: 999;
}

.btn_line{
	position: absolute;
	top: 9px;
	right: 55px;
	z-index:1;
}

.btn_line a{
	margin: 0 0;
	padding: 6px 10px ;
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing:0.00em;
	color: #fff;
	background-color:#54ad46;
	border-radius:4px;
}

/* globalnavi
========================================== */

/* fadeInPageアニメーション */
@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#drawernav{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.9);
	z-index: 1002;
	display:none;
}

#humberger{
	position: absolute ;
	top: 6px ;
	right: 8px ;
	cursor:pointer;
	background: url(../images/base/btn_menu_close.svg) no-repeat right top 50%;
	background-size:35px 35px;
	text-indent:-9999px;
	width:35px;
	height:35px;
	z-index: 999;
}

body.drawer-opened h2.btn_menu{
	display:none;
}


#overlay{
	z-index:-1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display:none;
}

/**
* ドロワー開放時のスタイル
**/

body.drawer-opened #drawernav{
	animation: fadeInPage 0.5s ease 0.5s 1 normal;
	-webkit-animation: fadeInPage 0.5s ease 0.1s 1 normal;
	animation-fill-mode: forwards;
	opacity: 0;
	display:block;
}
body.drawer-opened #overlay{

}

.nav_wrap{
	overflow-y: auto;
	overflow-x: hidden;
	margin:0 0 0 0;
	padding: 50px 0 0 0;
	zoom: 1;
	position: relative;
}

h2.nav_tit{
	margin: 0 auto 30px;
	padding: 0 0 0;
	display: block;
	position: relative;
line-height: 1.0;
letter-spacing:0.01em;
text-align: center;
}

h2.nav_tit img{
	width:70px;
	height:auto;
	vertical-align:top;
	margin-bottom:0px;
}


ul.slidemenu{
	margin: 0 0 ;
	padding: 0 0;
	position:relative;
	list-style:none;
	display:block;
	vertical-align:top;
	width:auto;
	text-align: center;
}

ul.slidemenu li{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	position:relative;
}


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


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


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 10px;
	position:relative;
	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: 12px;
	letter-spacing: 0.01em;
	line-height: 14px;
	color:#5a3c32;
	display:block;
}

p#page-top {
	position: fixed;
	bottom: 5px;
	right: -35px;
	cursor:pointer;
	z-index:101;
}

p#page-top img{
	margin: 0 0 0px 0;
	width:103px;
	height:auto;
}



