@charset "utf-8";

h1,h2,h3,h4,h5,h6 {
	line-height:1.6!important;
}

img {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}

#loader-bg {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:999;
}

#loader {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:200px;
	height:200px;
	margin-top:-100px;
	margin-left:-100px;
	text-align:center;
	color:#fff;
	z-index:9999;
}

#loader .loader img {
	animation:fadeIn 2s ease 0 1 normal;
	-webkit-animation:fadeIn 2s ease 0 1 normal;
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@keyframes kenburns {
	0% {
		transform:scale(1.2);
	}
	
	100% {
		transform:scale(1);
	}
}

.llw{
    padding-right: 2em;
    line-height: 2em;
}

.header-bg {
	top:0;
	position:fixed;
	height:110px;
	z-index:3;
	width:100%;
	background-color:rgba(255,255,255,0.7);
}

.logo-area {
	position:absolute;
	top:20px;
	width:100%;
	margin:0 auto;
	text-align:center;
}



@-webkit-keyframes blink {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

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

.bgc p small {
	font-size:20px;
	display:block;
	color:#fff;
}



.logo-area img{
	width: 75%;
}



@media screen and (max-width: 690px) {
	.contact-area {
		display:none;
	}
	
	.inq-button {
		width:100%!important;
	}
	
	.logo-area {
		top:25px;
		text-align:center;
	}
	
	.drawer--left.drawer-open .drawer-hamburger {
		left:170px!important;
	}
	
	.drawer-hamburger span.txt-menu {
		display:none!important;
	}
	
	.txt-theme {
		margin-top:20px;
	}
	
	.news {
		text-align:left;
		margin:0 auto;
		width:100%;
	}
	
	.news h2 {
		margin-top:0;
	}
	

}

/* エラーメッセージの上部を消去 */
div.screen-reader-response ul{
  display: none;
}

div.screen-reader-response {
    color: #B94A48;
    font-weight: bold;
    font-size: 1.2em;
}


@media screen and (max-width: 320px) {
	.logo-area img {
		width:40%;
	}
	
	.logo-area {
		top:30px;
		text-align:center;
	}
	
	.header-bg {
		height:100px;
	}
	
	.txt-theme {
		margin-top:20px;
	}
}
