@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
}
html body {
  height: 100%;
  margin:0;
  padding:0;
  overflow-y:scroll;
  overflow-x:auto;
  font-family:"Noto Sans Japanese", "Yu Gothic UI", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color:#fff;

}


a{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer !important;
}

a:hover{
	cursor: pointer !important;
}


#flex{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 80px;
}

h1{
	position: fixed;
	top: 0;
	left: 0%;
	width: 300px;
	z-index: 3;
}


h1 img{
	width: 100%;
	height: auto;
}
	



	
header{
	width: 100%;
	height: 90px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	position: fixed;
	top: 0;
	z-index: 10;
	align-items: center;
}

header h1{
	width: 330px;
	height: 90px;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: #fff;
	 display: flex;
  align-items: center;
	box-shadow:0px 0px 24px -14px #000;
}

header h1 a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}





header h1 img{
	width: 100%;
	height: auto;
}


header ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	box-shadow:0px 0px 24px -14px #000;
}

header ul li{
	height: 90px;
	position: relative;
}


header ul li::before {
    content: '';
    display: block;
    background: #eee;
    height: 30px;
    width: 1px;
    position: absolute;
    top: 30px;
    z-index: 3;
    left: 0;
}

header ul li:first-child::before,
header ul li:last-child::before{
	display: none;
}


header ul li a{
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 0 40px;
	height: 100%;
	color: #000;
	text-decoration: none;
}

header ul li a:hover{
	background-color: #00bcfa;
	color: #fff;
}


header ul li #contactBtn{
	background-color: #1e2e53;
	color: #fff;
	padding: 0 60px;
}

#headerSmp{
	display: block;
}


.dropdwn_menu{
    width: 200%;
    display: none;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0;
}

.dropdwn_menu li{
    width: 100%;
	position: relative;
	text-align: center;
}

.dropdwn_menu li a {
    margin: 0px 0px 0px 0px;
    display: flex;
    color: #000;
    align-items: center;
	justify-content: center;
    width: 100%;
border-top: #eee 1px solid;
	padding: 0;

}


.dropdwn_menu li:before{
	display: none;
}


footer{
	width: 100%;
	padding: 25px 0;
	background-color: #1e2e53;
	color: #fff;
}

footer ul{
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

footer ul li{
	padding: 0 15px;
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 14px;
}

footer ul li ul{
	display: block;
}
footer ul li ul li{
	display: block;
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 10px;
}

footer ul li a{
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer address{
	color: #fff;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	font-size: 10px;
}




@media all and (max-width: 1040px) {

#headerSmp{
	display: block;
}
	
	
header{
	display: none;
}
	
	.drawer-menu li a img{
		width: 100%;
		height: auto;
	}	
footer ul li {
    padding: 0px;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 14px;
	width: 100%;
	text-align: center;
}
	
.foot01{
	margin-bottom: 20px;
}
	
h1{
	width: 200px;
}
	
	
	
	
	
	
	
	
}



























