@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: #707070;
	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: "fot-tsukuaoldmin-pr6n", Yu Mincho, YuMincho, serif;
font-weight: 300;
font-style: normal;
}
.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;
}


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





/* 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%;
	min-width:1120px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 100;
	height:80px;
	background-color:rgba(0,0,0,0.0);
	transition: opacity 0.8s ease;
}
#header_wrap.navi_bg {
	background-color: rgba(255, 255, 255, 0.6);
	transition: opacity 0.8s ease;
}

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


#header h1{
	margin: 0 auto;
	padding: 35px 0 0 35px;
	display: block;
	position: relative;
font-weight: bold;
font-size: 25px;
line-height: 1.0;
text-align: left;
color: #fff;
letter-spacing:0.05em;
}

#header h1 img{
	vertical-align:top;
	width:120px;
	height:auto;
}
#header h1 small{
padding:0 5px 0 10px;
font-weight: bold;
font-size: 18px;
text-align: left;
color: #fff;
}
#header h1 a{
color: #fff;
}
#header h1 a:hover{
text-decoration:none;
}

p#description {
	display:none;
}


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



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

@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#drawernav{
	position: fixed;
	top: 0px;
	right:-400px;
	width: 100%;
	height: 100%;
	background:#707070;
	z-index: 1002;

	width:400px;
	transition: 0.4s;
}

#humberger{
	position: absolute ;
	top: 20px ;
	right: 30px ;
	cursor:pointer;
	background: url(../images/base/btn_menu_close.svg) no-repeat right top 50%;
	background-size:56px 56px;
	text-indent:-9999px;
	width:56px;
	height:56px;
	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{

	display:block;
	right:0;
}
body.drawer-opened #overlay{
	z-index:-1;
	opacity: 0.7;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display:block;
}

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



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

ul.slidemenu li{
	margin:0 0 2.5em 0;
	padding: 0 0 0 0;
	list-style:none;
	position:relative;
	overflow: hidden !important;
}
ul.slidemenu li:nth-child(6) .after span:nth-child(4),
ul.slidemenu li:nth-child(6) .before span:nth-child(4){
	display:inline-block;
	width: 0.3em;
}

ul.slidemenu li a{
	margin:0 auto 0;
	padding: 0 0 0 0;
	position:relative;
	display:block;
font-weight: normal;
font-size: 25px;
line-height: 40px;
text-align: center;
color: #fff;
text-decoration:none;
}

/* display:flexとalign-items:centerは中身の高さに合わせるために記述*/
ul.slidemenu li .text-wrap{
position: relative;
display: flex;
align-items: center;
justify-content:center;
}
ul.slidemenu li .after{
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content:center;
}
ul.slidemenu li .before{
display: flex;
align-items: center;
justify-content:center;
}
ul.slidemenu li .before span,
ul.slidemenu li .after span{
line-height: 1.5;
transition: color .3s ease-out;/*ease-outで余裕のある動きに*/
}
ul.slidemenu li .after span{
transform: translateY(100%);
}

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


.nav_bot .copyright{
	margin:0 0 0 0;
	padding: 0 20px 0 0;
	position: relative;
font-weight: normal;
font-size: 17px;
line-height: 22px;
text-align: left;
color: #fff;
}

.nav_bot a.privacy_link{
	margin: 0 0;
	padding: 0 0 ;
	position: relative;
font-weight: normal;
font-size: 17px;
line-height: 22px;
text-align: left;
color: #fff;
}

.nav_bot a.privacy_link:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background-color: #fff;

	transition: 0.4s;
	border-radius: 0px;
}
.nav_bot a.privacy_link:hover:before {
	width: 100%;

}

.nav_bot a.privacy_link:hover {
	text-decoration:none;
}


/* contact
========================================== */

.contact_area{
	margin: 0 auto;
	padding: 100px 20px;
	min-width: 1120px;
	position:relative;
	text-align:center;
background-color:#707070;
}

.contact_area .inner{
display: flex;
align-items:center;
justify-content:space-between;

}

.contact_area h2{
	margin: 0 0;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 40px;
line-height: 50px;
text-align: left;
color: #fff;
}
.contact_area h2 small{
	margin: 10px 0 0;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 20px;
line-height: 35px;
text-align: left;
color: #fff;
display:block;
}


.btn_style2{
	margin: 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:left;

}
.btn_style2 a{
	margin: 0 auto;
	padding: 15px 0;
	position:relative;
font-weight: normal;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #707070;
border-radius: 50px;
	width: 340px;
	background-color: #fff;
	border: 0px solid #fff;
	display:inline-block;
	transition-duration: .2s;
	overflow: hidden;
	z-index: 1;
}
.btn_style2 a:hover{
	border: 0px solid #fff;
	color:#fff;
	text-decoration:none;
}

.btn_style2 a img{
	vertical-align:top;
	margin:0px 0 0 10px;
	transition-duration: .2s;
}
.btn_style2 a:hover img{
	transform: translate(5px, 0);
	filter: brightness(300%) ;
}

.btn_style2 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #bfab90;
	content: "";
	opacity:0;
	transition-duration: .3s;

}

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



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

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

.f_inner{
	width:1120px;
	margin: 0 auto;
	padding: 120px 20px 80px;
	position:relative;
	text-align: center;
display: flex;
align-items:flex-end;
justify-content:space-between;
	background: url(../images/base/f_img.svg) no-repeat right top ;
}

.f_info{
	margin: 0 0;
	padding: 0 0 0;
	position:relative;
	text-align: left;
}

h3.f_logo{
	margin: 0 0 5px 2px;
	padding: 0 0 0px;
	display: block;
	position: relative;

font-weight: normal;
font-size: 20px;
line-height: 35px;
text-align: left;
color: #707070;

}

h3.f_logo img{
	vertical-align:top;
	width:120px;
	height:auto;
	margin-bottom:10px;
}

.f_info p{
	margin: 0 0 0 0;
	padding: 0 0 20px;
	position: relative;
font-size: 20px;
line-height: 30px;
text-align: left;
color: #707070;
}

.f_info p small{
	margin: 0 0 0 0;
	padding: 0 0 0px;
	position: relative;
font-weight: normal;
font-size: 17px;
line-height: 22px;
text-align: left;
color: #707070;
}

.f_info p a{
color: #707070;
}

.f_info p .copyright{
font-size: 17px;
padding-right:20px;
}

.f_info p a.privacy_link{
	margin: 0 0;
	padding: 0 0 ;
	position: relative;
font-weight: normal;
font-size: 17px;
line-height: 22px;
text-align: left;
color: #707070;
}

.f_info p a.privacy_link:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 2px;
	background-color: #707070;
	transform: scale(1);
	transition: 0.4s;
	border-radius: 0px;
}
.f_info p a.privacy_link:hover:before {
	width: 100%;
	transform: scale(1);
}
.f_info p a.privacy_link:hover {
	text-decoration:none;
}




ul.f_nav{
	margin: 0 80px 0 0;
	padding: 0;
	position: relative;
	text-align:left;
	width:240px;
display: flex;
align-items:stretch;
justify-content:flex-start;
flex-wrap:wrap;
}

ul.f_nav li{
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	width:120px;
	overflow: hidden !important;
}
ul.f_nav li:nth-child(6) .after span:nth-child(4),
ul.f_nav li:nth-child(6) .before span:nth-child(4){
	display:inline-block;
	width: 0.3em;
}


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

font-weight: normal;
font-size: 20px;
line-height: 40px;
text-align: center;
color: #707070;
}

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

/* display:flexとalign-items:centerは中身の高さに合わせるために記述*/
ul.f_nav li .text-wrap{
position: relative;
display: flex;
align-items: center;
}
ul.f_nav li .after{
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
}
ul.f_nav li .before{
display: flex;
align-items: center;
}
ul.f_nav li .before span,
ul.f_nav li .after span{
line-height: 1.5;
transition: color .3s ease-out;/*ease-outで余裕のある動きに*/
}
ul.f_nav li .after span{
transform: translateY(100%);
}







.fixed {
	position: fixed !important;
	top: 0px !important;
	right:0px;
}





p#page-top {
	position: absolute;
	bottom: 90px;
	right: 0px;
	cursor:pointer;
	z-index: 1;
}

.page_top_arr{
	margin: 0 auto;
	padding: 0;
	position:relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	border:1px solid #707070;
}
.page_top_arr img{
	transform: translate(0, 6px);
	transition-duration: .3s;
}
p#page-top:hover .page_top_arr{
	border:1px solid #bfab90;
}
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: #bfab90;
	content: "";
	opacity:1;
	z-index: -1;
}
