@charset "utf-8";


body {
	line-height: 1.6;
	font-weight: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  	min-height: -webkit-fill-available;
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}

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

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

html{
  height: -webkit-fill-available;
}

body, html {
	position: relative;
	color: #333;
	font: 14px/1.8 'メイリオ', "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 0 0 0 0;
	background-color: #fff;
}


a {
  color: #333;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #e60011
  text-decoration: none;
}

iframe, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}

.text-center {
  text-align: center
}

ul {
	list-style: none;
}



#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}




/* # =================================================================
   # header
   # ================================================================= */

#header {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 105px;
	z-index: 10;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color:rgba(255,255,255,1);
}

.header-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
	height:105px;
	z-index: 1000;
}

.header-inner ul {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 38px;
	right: 0;
	list-style: none;
}

.header-inner ul li {
	float: left;
}

.header-inner ul li a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #848484;
	text-decoration: none;
}

.header-inner ul li a span {
	padding: 0 8px 0 0;
	font-size: 1.5em;
}


.tel {
	margin: 0 0 0 0;
}

.mail {
	margin: 0 0 0 30px;
}

.header-inner ul li a p {
	font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 400;
	display: inline-block;
	font-size: 2.2em;
	line-height: 120%;
	letter-spacing: -0.5px;
}



@media only screen and (max-width: 820px) {

	#header {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 194px;
		z-index: 10;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color:rgba(255,255,255,1);
	}
	
	.header-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 1400px;
		height: 194px;
		z-index: 1000;
	}

	.header-inner ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 84px;
		top: 0;
		right: 0;
		list-style: none;
	}
	
	.header-inner ul li {
		float: left;
		width: 50%;
		height: 84px;
	}
	
	.header-inner ul li:first-child {
		float: left;
		width: 50%;
		height: 84px;
		border-right: 1px solid #fff;
	}
	
	.header-inner ul li a {
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color: #848484;
		text-decoration: none;
		width: 100%;
		height: 84px;
		line-height: 84px;
		text-align: center;
		color: #fff;
	}

	.tel {
		margin: 0 0 0 0;
		background-color: #0068b6;
		text-align: center;
	}
	
	.mail {
		margin: 0 0 0 0;
		background-color: #0068b6;
		text-align: center;
	}

	.header-inner ul li a span {
		padding: 0 8px 0 0;
		font-size: 1.8em;
	}
	
	.header-inner ul li a p {
		font-family: "Fira Sans Extra Condensed", sans-serif;
	  font-weight: 400;
		display: inline-block;
		font-size: 2.2em;
		line-height: 120%;
		letter-spacing: -0.5px;
	}

}




@media only screen and (max-width: 720px) {
	
	.header-inner ul li a p {
		font-family: "Fira Sans Extra Condensed", sans-serif;
	  font-weight: 400;
		display: inline-block;
		font-size: 1.8em;
		line-height: 120%;
		letter-spacing: -0.5px;
	}
	
	
	
}
	
	
	
@media only screen and (max-width: 580px) {

	.header-inner ul li a p {
		display: none;
	}
	
	.header-inner ul li a span {
		padding: 10px 0 0 0;
		font-size: 2.4em;
		line-height: 90px;
	}
	
}










.header-logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 32px;
	left: 12px;
	font-size: 2.9em;
	line-height: 120%;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 820px) {

	.header-logo {
		clear: both;
		display: block;
		position: relative;
		padding: 34px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 2.9em;
		line-height: 120%;
		font-weight: 900;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
	}

}












/* footer-end */

#footer-end {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #0068b6;
}

.footer-copy {
	display: block;
	position: relative;
	padding: 20px 0 20px 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1800px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}


.footer-copy br {
	display: none;
}


@media only screen and (max-width: 820px) {

	.footer-copy {
		display: block;
		position: relative;
		padding: 40px 0 40px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 1800px;
		height: auto;
		text-align: center;
		color: #fff;
		font-size: 1.1em;
		line-height: 170%;
	}

	.footer-copy br {
		display: block;
	}

}


















/* # =================================================================
   # page-top
   # ================================================================= */


#page-top a {
	display: flex;
	background-image: url(../images/goto_top.jpg);
	width: 50px;
	height: 50px;
}

#page-top span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

#page-top {
	position: fixed;
	right: 64px;
	bottom: 60px;
	z-index: 2000;
	opacity: 0;
	transform: translateY(120px);
}

@media only screen and (max-width: 820px) {
	
	#page-top {
		position: fixed;
		right: 52px;
		bottom: 26px;
		z-index: 2000;
		opacity: 0;
		transform: translateY(120px);
	}
	
}
	
	

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(120px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(120px);
  }
}






