@charset "UTF-8";


.clr::after{
	display: block;
	content: "";
	clear: both;
}

body{
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body a{
	color: inherit;
	text-decoration: none;
}
body li{
	list-style: none;
}

header{
	width: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.8);
	padding: 20px 0;
	z-index: 9999;
}
header .headerInner{
	width: 960px;
	margin: auto;
	font-size: 0;
}
header .headerInner h1{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
header .headerInner nav.pc{
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 345px;
}
header .headerInner nav ul li{
	display: inline-block;
	vertical-align: middle;
}
header .headerInner nav ul li a{
	display: block;
}
header .headerInner .contactBox,
header .headerInner .contactBox ul li{
	display: inline-block;
	vertical-align: middle;
}
header .headerInner .contactBox ul li.mail{
	margin-right: 25px;
}

footer{
	padding: 25px 0 10px;
}
footer .footerInner{
	width: 960px;
	margin: 0 auto 20px;
}
footer .footerInner ul{
	font-size: 0;
}
footer .footerInner ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.3em;
}
footer .footerInner ul li.tel{
	width: 360px;
}
footer .footerInner ul li.business{
	width: 480px;
}
footer #copyright{
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 960px) {
	header .headerInner nav.pc {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 55px;
	}}


@media screen and (max-width: 480px) {
	header{
		width: 100%;
		position: fixed;
		top: 0;
		background: rgba(0,0,0,0.8);
		padding: 0;
		z-index: 9999;
	}
	header .headerInner{
		width: 100%;
		margin: auto;
		font-size: 0;
		padding: 15px 0;
	}
	header .headerInner h1{
		display: block;
		vertical-align: middle;
		margin-right: 0;
		text-align: center;
	}
	header .headerInner .contactBox,
	header .headerInner .contactBox ul li{
		display: inline-block;
		vertical-align: middle;
	}
	header .headerInner .contactBox{
		position: absolute;
		top: 23px;
		right: 3%;
	}
	header .headerInner .contactBox ul li img{
		width: 28px;
	}
	header .headerInner .contactBox ul li.mail{
		margin-right: 15px;
	}
	
	.menu-trigger,
	.menu-trigger span{
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		cursor :pointer;
	}
	.menu-trigger{
		position: absolute;
		top: 10px;
		left: 3%;
		width: 50px;
		height: 50px;
		z-index: 2;
	}
	.menu-trigger span{
		position: absolute;
		background: #fff;
		width: 30px;
		height: 2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-trigger span:nth-of-type(1){
		top: 15px;
	}
	.menu-trigger span:nth-of-type(2){
		top: 0;
		bottom: 0;
	}
	.menu-trigger span:nth-of-type(3){
		bottom: 15px;
	}
	.menu-trigger.active span:nth-of-type(1){
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2){
	 	opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	 	-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	
	header .headerInner nav.pc{
		display: none !important;
	}
	header .headerInner nav{
		display: none;
		position: absolute;
		top: 0;
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: auto;
		padding-top: 65px;
	}
	header .headerInner nav ul li{
		display: block;
		width: 100%;
		vertical-align: middle;
		border-bottom: 1px solid #fff;
	}
	header .headerInner nav ul li:last-child{
		border-bottom: none;
	}
	header .headerInner nav ul li a{
	  display: block;
	  font-family: 'Tajawal', sans-serif;
	  font-size: 22px;
	  text-align: center;
	  letter-spacing: 1px;
	  text-decoration: none;
	  color: #fff;
	  padding: 15px 0;
	}
	
	

	footer{
		padding: 25px 0 10px;
	}
	footer .footerInner{
		width: 94%;
		margin: 0 auto 20px;
	}
	footer .footerInner ul{
		font-size: 0;
	}
	footer .footerInner ul li{
		display: block;
		vertical-align: middle;
		font-size: 13px;
		line-height: 1.3em;
	}
	footer .footerInner ul li.tel{
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	footer .footerInner ul li.tel img{
		width: 260px;
	}
	footer .footerInner ul li.business{
		display: none;
	}
	footer .footerInner ul li.logo{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	footer .footerInner ul li.logo img{
		width: 100px;
	}
	footer #copyright{
		font-size: 12px;
		text-align: center;
	}
}
@media screen and (max-width: 960px) {
	header .headerInner h1 {
    margin-left: 2%;
	}
	header .headerInner {
    width: 100%;
}
/*
	header .headerInner nav.pc {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 55px;
	}
*/
	footer {
	width: 100%;
		
	}
	footer .footerInner {
    width: 100%;
	}
	
	footer .footerInner ul {
    font-size: 0;
    padding: 0 2%;
	}
	footer .footerInner ul li {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.3em;
	}
	footer .footerInner ul li.tel {
    margin: 0 auto 20px;
    width: 40%;
}
	footer .footerInner ul li.tel img{
	width: 100%
	}
	footer .footerInner ul li.business {
    margin: 0 auto 20px;
    width: 40%;
}
	footer .footerInner ul li.logo {
	width: 30%;
	text-align: center;
	margin: 0 auto 20px;	
}
	footer .footerInner ul li.logol img{
		width: 100%
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}