@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: #333;
	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: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;
}

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

.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: 16px;
	letter-spacing: 0.05em;
	color: #222;
	width: 330px;
	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-color: #fff;
}

.btn_style a:hover{
background: url(../images/base/btn_arr.svg) no-repeat right 10px top 50%;
background-color: #fff;

text-decoration:none;
}


.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: 330px;
	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: 10px 0;
	position:relative;
	text-align:center;
	

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

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

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

.btn_more a:hover{
background: #222;
border: 1px solid #222;
color:#fff;
text-decoration:none;
}

/* 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{
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	padding: 0;
	height:120px;
	background-color:rgba(255,255,255,0.8);
	position: fixed;
	top: 30px;
	left:0;
	right:0;
	z-index: 99;
	animation-duration: 0.5s;
	display: flex;
align-items:center;
justify-content:flex-start;
}
p#description {
	display:none;
}
#header h1{
	margin: 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
}

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

.header_pc{
	margin: 0 0 0 30px;
	padding: 0 0 0;
	position: relative;
	text-align:left;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}

.header_l{
	margin: 0 0 0 0;
	padding: 18px 18px;
	position: relative;
	text-align:left;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background-color:#ff8c00;
	white-space:nowrap;
}

.header_r{
	margin: 0 130px 0 30px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
}

.header_contact{
	margin: 0 0 5px;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}

.header_contact b{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
	text-align:left;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #ff8c00;
	white-space:nowrap;
}

.header_contact em{
	margin: 0 0 0 15px;
	padding: 0 0 0;
	position: relative;
	display: flex;
	align-items:center;
	justify-content:flex-start;
	text-align:left;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;

}
.header_contact em img{
	margin: 2px 2px 0 0;
	padding: 0 0 0;
	position: relative;

}
.header_contact em small{
	margin: 0 5px 0 0;
	padding: 0 0 0;
	position: relative;
	font-size: 9px;
	line-height: 11px;
	white-space:nowrap;
}


ul.pc_nav{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
	text-align:left;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}

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

ul.pc_nav li a{
	width:auto;
	margin: 0 0;
	padding: 3px 0 ;
	letter-spacing:0px;
	display: block;
	text-decoration:none;

font-weight: 600;
font-size: 16px;
line-height: 1.5;
text-align:left;
color: #000;

}

ul.pc_nav li a:hover{
	color:#ff8c00;
	/*font-weight:bold;*/
}


@media screen and (max-width: 1265px) {
ul.pc_nav{
	display: none;
}
.header_contact{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
	display: flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.header_contact b{
	margin: 0 15px 0 0;
	padding: 5px 0;
	position: relative;
	text-align:left;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #ff8c00;
	white-space:nowrap;
	width:100%;
}

.header_contact em{
	margin: 0 15px 0 0;
	padding: 3px 0;
	position: relative;
	display: flex;
	align-items:center;
	justify-content:flex-start;
	text-align:left;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;

}
.header_contact em img{
	margin: 2px 2px 0 0;
	padding: 0 0 0;
	position: relative;

}
.header_contact em small{
	margin: 0 5px 0 0;
	padding: 0 0 0;
	position: relative;
	font-size: 9px;
	line-height: 11px;
	white-space:nowrap;
}
}

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:120px 120px;
	width:120px;
	height:120px;
	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%;
height:100vh;

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: 20px 80px 20px 0;
	position: absolute ;
	top: 60px ;
	right: 15px ;
	cursor:pointer;
	background: url(../images/base/btn_close.svg) no-repeat right top 50%;
	background-size:90px 90px;

font-weight: bold;
font-size: 24px;
line-height: 24px;
text-align: center;
color: #fff;

z-index: 999;
}

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


#overlay{
z-index:-1;
opacity: 0;
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: flex;
align-items:center;
justify-content:center;
}
body.drawer-opened #overlay{
z-index:100;
opacity: 1;
background: #000;
left: 0;
top: 0;
width: 100%;
height: 100%;
position: fixed;
display:block;
background:rgba(0,0,0,0.95);
}


.nav_wrap{

	margin:0 auto 0;
	padding: 0 50px 100px;
	zoom: 1;
	position: relative;

	-webkit-overflow-scrolling: touch;
	max-width:900px;
	height:auto !important;
}

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

.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;
display: flex;
align-items:stretch;
justify-content:space-between;
flex-wrap:wrap;
}

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

ul.slidemenu li a:before{
	content: "\2500\2000";
	color:#fff;
	text-decoration:none !important;
}

ul.slidemenu li a{
	margin:0 0 0 0;
	padding: 15px 0;
	text-align:justify;
	position:relative;
	display:block;
	font-size:18px;
	line-height:2.0;
	color:#fff;
	text-decoration:none;
}

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




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


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

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

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

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

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

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

#footer .f_contact em{
	margin: 0 15px 0 15px;
	padding: 0 0 0;
	position: relative;
	display: flex;
	align-items:center;
	justify-content:flex-start;
	text-align:left;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	letter-spacing:0.03em;
}
#footer .f_contact em img{
	margin: 2px 2px 0 0;
	padding: 0 0 0;
	position: relative;
	width:52px;
	height:auto;

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

.f_nav_wrap{
	margin: 0 auto 0;
	padding: 0 0 0;
	position: relative;
	text-align:center;
display: flex;
align-items:center;
justify-content:space-between;
max-width:780px;
}

.f_link_btn{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	width:160px;
}

.f_link_btn a{
	margin: 0 0 5px;
	padding: 22px 0;
	position: relative;
	text-align:center;
	width:160px;
	display:block;
	background-color:#fd8c2c;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.f_link_btn a:hover{
transition : 0.3s;
opacity:0.7;
text-decoration:none;
}
ul.f_nav{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
	text-align:left;
}

ul.f_nav li{
	margin: 0 0;
	padding: 0;
	position: relative;
}

ul.f_nav li a{
	width:auto;
	margin: 0 0;
	padding: 0 0 ;
	letter-spacing:0px;
	display: block;

font-weight: 500;
font-size: 16px;
line-height: 2.0;
text-align:left;
color: #000;
}

ul.f_nav li a:hover{
text-indent:underline;
color:#fd8c2c;
}

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


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

p#page-top img{
	width:50px;
	height:auto;
	vertical-align:top;
	filter: drop-shadow(1px 0px 0px rgba(255,255,255,0.9)) drop-shadow(0 1px 0px rgba(255,255,255,0.9)) drop-shadow(-1px 0 0px rgba(255,255,255,0.9)) drop-shadow(0 -1px 0px rgba(255,255,255,0.9)) drop-shadow(0 0 1px rgba(255,255,255,0.9));
}





ul.fix_nav{
	position:fixed;
	top:250px;
	right:0;
	text-align:center;
	z-index:99;
	width:136px;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.1)) drop-shadow(0px 0px 2px rgba(0,0,0,0.1));
}
ul.fix_nav:before {
	position: absolute;
	top: -73px;
	left:0;
	right:0;
	margin:auto;
	content: url(../images/base/fix_nav_img.svg);
}
ul.fix_nav li{
	margin: 0 0 ;
	padding: 0 0 ;
	position:relative;
}

ul.fix_nav li a{
	background-color:rgba(255,255,255,1.0);
	display:block;
	width:136px;
	height:136px;
	display: flex;
	align-items:center;
	justify-content:center;
font-weight: 500;
font-size: 20px;
letter-spacing: 0.01em;
line-height: 1.5;
text-align: center;
color: #fff;
}

ul.fix_nav li:nth-child(1) a{
background-color:#ff8c00;
}

ul.fix_nav li:nth-child(2) a{
background-color:#fff;
color: #ff8c00;
}

ul.fix_nav li a:hover{
text-decoration:none;
}

ul.fix_nav li a:hover span{
transition : 0.3s;
transform: scale(1.1);
}
