body{
	font-size: 14px;
	font-family:"Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	color: #1f2021;
}

a{ cursor: pointer; }
a:hover{ opacity: 0.7; }

/*===================================================

header

=================================================*/

body{
	letter-spacing: 0.05em;
}

a:hover{ opacity: 0.7; }

#wrapper{
	overflow: hidden;
	 transition-duration: 2s;
}

header{
	width: 100%;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #000000;
	height: 100px;
	position: fixed;
	z-index: 1000000000;
}

h1{
	display: inline-block;
	padding-left: 30px;
	font-size: 0;
	padding-top: 22px;
}

header h1 a{ 	
	background: url("../img/common/h1.png") top left no-repeat;
	background-size: contain;
	height: 52px;
	width: 422px;
	overflow: hidden;
	display: inline-block; 
}

header .menu{
	overflow: hidden;
	float: right;
	font-size: 0;
	margin-top: 26px;
}

header .menu li{
	overflow: hidden;
	display: inline-block;
	border-left: 2px solid #ffffff;
	padding: 0 46px;
	text-align: center;
}

header .menu li a{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	cursor:pointer;
	line-height: 1.3em;
}

header .menu li a span{
	font-size: 13px;
	overflow: hidden; 
}


@media screen and (max-width: 1410px){
	header .menu li{ padding: 0 30px; }
}

@media screen and (max-width: 1260px){
	header .menu li{ display: none; }
}

@media screen and (max-width: 700px){
	
	header{ height: 69px; }
	
	header h1{ padding-left: 20px; padding-top: 20px; }
	
	header h1 a{
		height: 32px;
    	width: 234px;
	}
}

/*===================================================

 header （ハンバーガーメニュー）

=================================================*/
.hamburger {
	display: none;
    width: 40px;
    height: 23px;
    position: fixed!important;
    z-index: 10001;
    cursor: pointer;
    right: 40px;
    top: 42px;
}

.hamburger span:nth-child(1) { margin-top: 0px; }
.hamburger span:nth-child(2) {
	margin-top: 9px;
	margin-right: 0px;
}
.hamburger span:nth-child(3) { margin-top: 18px; }

.hamburger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff none repeat scroll 0% 0%;
	opacity: 1;
	right: 0px;
	transition: all 0.25s ease-in-out 0s;
	transform: rotate(0deg);
}
.hamburger span.color { background: #ffffff none repeat scroll 0% 0%; }

.hamburger.opened span:nth-child(1) {
	transform: rotate(135deg);
	margin-top: 10px;
	background: #ffffff!important;
}
.hamburger.opened span:nth-child(2) {
	opacity: 0;
	right: -75px;
}
.hamburger.opened span:nth-child(3) {
	transform: rotate(-135deg);
	margin-top: 10px;
	background: #ffffff!important;
}

/*------ hamburger menu clickの時の LIST ------*/

ul.inner { 
	width: 100%;
	height: 100%;	
	background-color: #111111;
	position: fixed;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
	top: 99px;
	opacity: 0;
	right: -100%;
	display: block;
}

ul.inner li {
	padding: 0 0 30px;
    text-align: center;
	display: block;
    border: none;
}

ul.inner li:nth-child(1) { margin-top: 70px; }

ul.inner li a { 
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.09em;
	font-family: "Arial", Gadget, "sans-serif";
	color: #fff;
}

.on { right: 0!important; display: block;}

ul.inner li a.accordion{ margin-left: 32px; }

ul.inner li a.accordion span{
	background: url(../img/common/arrow.png)top center no-repeat;
	overflow: hidden;
	display: inline-block;
	height: 13px;
	width: 14px;
	margin-left: 20px;
}

ul.inner li { padding: 12px 0; }
ul.inner li ul.sp_sub li{ background-color: #1c222b; }
ul.inner li ul.sp_sub li a{ color: #f5f5f5; }

ul.inner li ul.sp_sub{ padding-top: 18px; }

ul.inner li ul.sp_sub li { border-bottom: 1px solid #3a4452; }
ul.inner li ul.sp_sub li:nth-child(1){ margin-top: 0 ; }


@media screen and (max-width: 1260px){
	.hamburger{ display: block;}
}

@media screen and (max-width: 1024px){
		
}

@media screen and (max-width: 700px){
	.hamburger{
		right: 20px;
		top: 24px;
	}
	a:hover{ opacity: 1; }
	ul.inner{ top: 69px; }
	
}

/*===================================================

footer

=================================================*/

footer{
	width: 100%;
	overflow: hidden;
	background-color: #000000;
	padding: 40px 0 50px;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

footer div{
	width: 1200px;
	overflow: hidden;
    margin: 0 auto;
}

footer div p{
	font-size: 14px;
	color: #ffffff;
}

footer div .company{
	width: 300px;
	float: left;
}

footer div .company a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

h3{
	display: inline-block;
	font-size: 0;
}

footer h3 a{ 	
	background: url("../img/common/h3.png") top left no-repeat;
	background-size: contain;
	height: 33px;
	width: 260px;
	overflow: hidden;
	display: inline-block; 
}

footer ul{
	overflow: hidden;
	float: right;
	font-size: 0;
	margin-top: 5px;
}

footer ul li{
	overflow: hidden;
	display: inline-block;
	border-left: 2px solid #ffffff;
	padding: 0 34px;
	text-align: center;
}

footer ul li:last-child{ padding-right: 0; }

footer ul li a{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	cursor:pointer;
	line-height: 1.3em;
}

footer ul li a span{
	font-size: 13px;
	overflow: hidden; 
}

footer small{
	color: #ffffff;
	width: 100%;
	text-align: center;
	overflow: hidden;
    display: block;
	margin-top: 30px;
}


@media screen and (max-width: 1260px){
	footer div{ width: 90%; }
	footer h3 a{
		height: 52px;
		width: 422px;
	}
	footer ul{ display: none; }
	footer div .company{
		float: inherit;
		width: auto;
		text-align: center;
	}
}

@media screen and (max-width: 700px){
	footer h3 a {
		height: 40px;
		width: 322px;
	}
	footer small{ margin-top: 20px; }
	footer{ padding: 30px 0 40px; }
}


/*===================================================

ページTOP

=================================================*/

#page_top {
	width: 50px;
  	height: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
	background: #036eb8;
}
#page_top a {
	position: relative;
  	display: block;
  	width: 50px;
  	height: 50px;
	text-decoration: none;
}

#page_top a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
	text-align: center;
}




