@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: #585858;
	margin: 0 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";  自動カーニング */
}

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

.jp,
body {
	font-family: "Noto Sans JP", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
}
.en {
	font-family: Poppins, sans-serif;
}
.en_serif {
	font-family: "minion-pro-display", serif;
}
.en_lato {
	font-family: Lato;
}

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

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

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

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
========================================== */

.wp-pagenavi{
	margin: 0 auto;
	padding: 0 0;
	text-align:center;
	z-index:200px;
}

.wp-pagenavi .pages{
	display:none;
}

.wp-pagenavi .previouspostslink{
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#282828;
}

.wp-pagenavi .page-numbers,
.wp-pagenavi .page{
	margin: 0 15px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	background: #ededed;
	width: 32px;
	height: 32px;
	color: #444;
	font-size: 15px;
	line-height: 32px;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ededed;
	border-bottom:0px;
	text-decoration:none;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .current{
	margin: 0 15px;
	padding: 0 0;
	background: #3B4043;
	width: 32px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	line-height: 32px;
	font-weight:normal;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #888;
	border-bottom:0px;
	text-decoration:none;
}

.wp-pagenavi .nextpostslink{
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#282828;
}

ul.page_nav{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:center;
	letter-spacing:-.4em;
}

ul.page_nav li{
	margin: 0 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}

ul.page_nav li a{
	margin: 0 0;
	padding: 6px 10px;
	font-size: 15px;
	letter-spacing: normal;
	line-height: 2.0;
	text-align: center;
	color: #222;
	background-color:#eee;
	border:1px solid #eee;
}

ul.page_nav li a:hover{
	background-color:#fff;
	border:1px solid #888;
	text-decoration:none;
}

ul.page_nav li a.stay{
	background-color:#fff;
	border:1px solid #888;
}


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

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

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

#header h1{
	position: absolute;
	top: 20px;
	left: 50px;
	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{
	padding: 0 70px 0 0;
	position: absolute ;
	top: 40px ;
	right: 0px ;
	cursor:pointer;
	background: url(../../images/base/btn_menu.svg) no-repeat right top 50%;
	background-size:70px 70px;

font-family: Lato;
font-weight: bold;
font-size: 16px;
line-height: 44px;
text-align: center;
color: #fff;

z-index: 999;
display:none;
}

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


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


#drawernav{
position: fixed;
top: 0px;

width: 100%;

background:rgba(0,0,0,0.8);
z-index: 1001;
-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	display:none;
	font-weight:400;
}

#humberger_wrap{
	margin: 0 auto;
	padding: 0;
	min-width:1170px;
	max-width:1320px;
	position: relative;
}

#humberger{
	padding: 0 70px 0 0;
	position: absolute ;
	top: 40px ;
	right: 0px ;
	cursor:pointer;
	background: url(../../images/base/btn_close.svg) no-repeat right top 50%;
	background-size:70px 70px;

font-family: Lato;
font-weight: bold;
font-size: 16px;
line-height: 44px;
text-align: center;
color: #fff;

z-index: 999;
}



body.drawer-opened h2.btn_menu{
background-image: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:none;
}
body.drawer-opened #overlay{

}

.sns_list_sp{display:none}


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

	-webkit-overflow-scrolling: touch;
	width:900px;
}

.nav_tit{
	margin: 0 0 0 ;
	padding: 0 0 10px 0;
	text-decoration:none;
font-family: Poppins, sans-serif;
font-weight: 700;
font-size: 32px;
letter-spacing: 0.1em;
line-height: 50px;
text-align:justify;
color: #fff;
}

.nav_flex{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	list-style:none;
	vertical-align:top;
	text-align:justify;
	display: flex;
align-items:stretch;
justify-content:space-between;
}


ul.slidemenu{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	list-style:none;
	vertical-align:top;
	text-align:justify;

}

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

ul.slidemenu li.li_in{
	margin:0 0 0 0.2em;
	padding: 0 0 0 0;
	list-style:none;
	position:relative;
}
ul.slidemenu li.li_in a:before{
	content: "\2500\2000";
	color:#fff;
	text-decoration:none !important;
}

ul.slidemenu li a{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	text-align:justify;
	position:relative;
	display:block;
	font-size:16px;
	line-height:2.0;
	color:#fff;
	text-decoration:none;
}
ul.slidemenu li a strong{
font-family: Poppins, sans-serif;
font-size:18px;
}
ul.slidemenu li.li_in a,
ul.slidemenu2 li.li_in a{
	line-height:1.8;

}

ul.slidemenu li a:hover{
	color:#33c755;
	/*font-weight:bold;*/
}




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


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	min-width: 1180px;
	text-align:center;
}

#footer #f_inner {
	margin: 0 auto;
	padding: 80px 0 60px;
	text-align:center;
	position: relative;
}

#footer h3{
	margin: 0 0 15px;
	padding: 0px 0 0 0;
	position: relative;
	text-align: center;
}

#footer h3 img{
	width:auto;
	height:100px;
	vertical-align:middle;
}

#footer p{
	margin: 0 0 20px;
	padding: 0 0 0 0;
	position: relative;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 15px;
line-height: 34px;
text-align: center;
color: #585858;
display: flex;
align-items:center;
justify-content:center;
}

#footer p img{
	vertical-align:middle;
}

#footer p a{
	margin-left:20px;
	color: #585858;
}

ul.f_sns_nav{
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:center;
}

ul.f_sns_nav li{
	margin: 0 15px;
	padding: 0;
	text-align:center;
	position: relative;
}

ul.f_sns_nav li a{
	width:auto;
	margin: 0 0;
	padding: 0 0 ;
	text-align:center;
	display: block;
}

ul.f_sns_nav li a:hover{
text-indent:underline;
transition : 0.3s;
transform: scale(1.2);
}





p#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor:pointer;
	z-index: 1;
	text-align:center;
}

.page_top_arr{
	margin: 0 auto;
	padding: 0;
	position:relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;

	border:1px solid #707070;
	background-color:rgba(255,255,255,0.4)
}
.page_top_arr img{
	transform: translate(0, 7px);
	transition-duration: .3s;
}
p#page-top:hover .page_top_arr{
	border:1px solid #707070;
}
p#page-top:hover .page_top_arr img{
	transform: translate(0, 3px);
	filter:brightness(300%);
}
.page_top_arr:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: "";
	opacity:0;
	transition-duration: .3s;

}

.page_top_arr:hover:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #707070;
	content: "";
	opacity:1;
	z-index: -1;
}
