@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: #333;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	position:relative;
	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;
}
.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;
}

.new_icon {
	padding: 0 0 0 5px;
	font-size:12px;
	color:red;
	font-weight:bold;
	font-family:"arial",sans-serif;
}


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

.btn_style{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}

.btn_style a{
	margin: 0 auto;
	padding: 20px 20px 20px 0;
	position:relative;
	text-align:center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #222;
	width: 300px;
	background-color: #fff;
	border: 0px solid #222;
	border-radius:50px;
	display:inline-block;
	transition-duration: .2s;

transition-duration: .2s;
box-sizing: border-box;
background: url(../images/base/btn_arr.svg) no-repeat right 20px top 50%;
background-size:25px auto;
background-color: #fff;
}


.btn_style input,
.btn_style span{
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #222;
	width: 300px;
	background-color: #fff;
	border: 0px solid #222;
	border-radius:50px;
	display:inline-block;
	transition-duration: .2s;
}
.btn_style input:hover{
background: #fff;
border: 0px solid #222;
color:#222;
text-decoration:none;
cursor: pointer;
}

.btn_more{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}

.btn_more a{
	margin: 0 auto;
	padding: 12px 0;
	position:relative;
	text-align:center;
	

font-weight: bold;
font-size: 13px;
letter-spacing: 0.1em;
color: #2b2e31;

width: 156px;
background: #fff;
border: 1px solid #222;

display:inline-block;
transition-duration: .2s;
}


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

.wp-pagenavi{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

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

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

.wp-pagenavi .page{
	margin: 0 4px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	background: #ededed;
	border-radius: 0%;
	width: 26px;
	height: 26px;
	color: #444;
	font-size: 12px;
	line-height: 26px;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ededed;
	border-bottom:0px;
	text-decoration:none;
}

.wp-pagenavi .current{
	margin: 0 4px;
	background: #3B4043;
	border-radius: 0%;
	width: 26px;
	height: 26px;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	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: 10px;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#282828;
}


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

#header{
	width:100%;
	margin: 0 auto;
	padding: 0;
	height:70px;
	background-color:rgba(255,255,255,0.8);
	position: fixed;
	top: 0px;
	left:0;
	right:0;
	z-index: 99;
	animation-duration: 0.5s;
}
p#description {
	display:none;
}
#header h1{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index:2;
	margin-top:0;
}

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

.header_pc{
	display:none;
}

h2.btn_menu{
	padding: 0 0 0 0;
	position: absolute ;
	top: 0px ;
	right: 0px ;
	cursor:pointer;
	background: url(../images/base/btn_menu.svg) no-repeat right top 50%;
	background-size:70px 70px;
	width:70px;
	height:70px;
	z-index: 999;
}


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

background:rgba(0,0,0,0.8);
z-index: 1002;
-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{
	padding: 0 55px 0 0;
	position: absolute ;
	top: 10px ;
	right: 0px ;
	cursor:pointer;
	background: url(../images/base/btn_close.svg) no-repeat right top 50%;
	background-size:60px 60px;

font-family: "Noto Sans JP";
font-weight: bold;
font-size: 16px;
line-height: 44px;
text-align: center;
color: #fff;

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: 70px 0 90px 60px;
	zoom: 1;
	position: relative;

	-webkit-overflow-scrolling: touch;
}

.nav_tit{
	margin: 0 0 20px ;
	padding: 0 0 0 0;
	text-align:justify;
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: 0.1em;
line-height: 1.8;
text-align:justify;
color: #ff8c00;
text-decoration:none;
}

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 0 0 0;
	padding: 5px 0;
	text-align:justify;
	position:relative;
	display:block;
	font-size:14px;
	line-height:2.0;
	color:#fff;
	text-decoration:none;
}


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

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

}
#footer a {
	color:#000 !important;
}

#footer #f_inner {
	margin: 0 auto;
	padding: 30px 0 0px;
	width: auto;
	text-align:center;
	position: relative;

}

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

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

#footer .f_contact{
	margin: 0 auto 5px;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	display: flex;
	align-items:flex-end;
	justify-content:center;
	flex-wrap:wrap;
}

#footer .f_contact b{
	margin: 0 0 10px;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #ff8c00;
	white-space:nowrap;
	width:100%;
	letter-spacing:0.03em;
}

#footer .f_contact em{
	margin: 0 10px;
	padding: 0 0 0;
	position: relative;
	display: flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	text-align:left;
	font-weight: 500;
	font-size: 21px;
	line-height: 21px;
	letter-spacing:0.00em;
	width:170px;
}
#footer .f_contact em:nth-child(3){
	width:150px;
}
#footer .f_contact em img{
	margin: 2px 2px 0 0;
	padding: 0 0 0;
	position: relative;
	width:30px;
	height:auto;
}
#footer .f_contact em small{
	margin: 0 5px 0 0;
	padding: 0 0 0;
	position: relative;
	font-size: 10px;
	line-height: 12px;
	white-space:nowrap;
	width:100%;
}
#footer .f_contact em small br{
	display:none;
}
.f_nav_wrap{
	display:none;
}

#footer small{
	margin: 0 5px 0 0;
	padding: 0 0 0;
	position: relative;
	font-size: 10px;
	line-height: 14px;
	white-space:nowrap;
}




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

p#page-top img{
	margin: 0 0 0px 0;
	width:40px;
	height:auto;
	display:none !important;
}



ul.fix_nav{
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	z-index:99;
	height:60px;
	display: flex;
	align-items:center;
	justify-content:center;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.1));
}
ul.fix_nav li{
	margin: 0 0 ;
	padding: 0 0 ;
	position:relative;
}
ul.fix_nav li:nth-child(1){
	width:40%;
}
ul.fix_nav li:nth-child(2){
	width:40%;
}
ul.fix_nav li:nth-child(3){
	width:20%;
}
ul.fix_nav li a{
	background-color:rgba(255,255,255,1.0);
	display:block;
	width:100%;
	height:60px;
	display: flex;
	align-items:center;
	justify-content:center;
font-weight: 500;
letter-spacing: 0.01em;
line-height: 1.5;
text-align: center;
color: #fff;
}
ul.fix_nav li:nth-child(1) a{
	background-color:#ff8c00;
	font-size: 17px;
}
ul.fix_nav li:nth-child(2) a{
	background-color:#ffe8cc;
	color: #ff8c00;
	font-size: 17px;
}
ul.fix_nav li:nth-child(3) a{
background-color:#fff;
	color: #ff8c00;
	font-size: 14px;
}
