@charset "UTF-8";
/* CSS Document */

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 800px){
	.pageWidth{
		width:95%;
		height:auto;
		padding:0;
		margin:auto;
		overflow:hidden;
	}
	.pcView{
		display:none;
	}
	.spView{
		display:none;
	}
	.tbView{
		display:inherit;
	}
	.tbOff{
		display:none;
	}
	
/*/// ////////////////////////////////


header
///////////////////////////////////*/
	
	header h1 strong{
		font-size: 1.2rem;
		display: none;
	}

	header nav ul li a .jp{
		
		font-size: 1.3rem;
	}
	
/*/// ////////////////////////////////


footBnrs
///////////////////////////////////*/

.footBnrs{
	text-align: center;
	list-style: none;
	font-size: 0;
	background: #f0f0f0;
	position: relative;
	z-index: 0;
	padding: 45px 0;
}

.footBnrs li{
	display: inline-block;
	margin-right: 30px;
}

.footBnrs li a:hover{
	opacity: 0.6;
}

.footBnrs li:last-child{
	margin-right: 0;
}
	
	.footBnrs img{
		width: 210px;
	}
	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:600px){
	body{
		padding-top: 54px;
	}
	.pageWidth{
		width:95%;
		margin:auto;
	}
	.pcView{
		display:none;
	}
	.tbView{
		display:none;
	}
	.spView{
		display:inherit;
	}
	.spOff{
		display:none;
	}
	
	.navBk{
		position: fixed;
		width: 42px;
		height: 42px;
		top:5px;
		right: 10px;
		background: rgba(255,255,255,0.6);
		z-index: 100;
		border-radius: 100px;
	}
	
	.spMenuWrap{
		position: fixed;
		top:5px;
		right: 10px;
		width: 20px;
		height: 20px;
		z-index: 150;
		padding: 10px;
		border: 1px solid #0055A6;
		border-radius: 20px;
		transition: background 0.5s;
	}
	
	.spMenuWrap.activeBtn{
		background: rgba(255,255,255,0.6);
	}
	
	.spMenu,
	.spMenu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.spMenu {
		position: relative;
		width: 20px;
		height: 18px;
		z-index: 101;
		
	}
	
	.spMenu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #0055A6;
		border-radius: 4px;
	}
	
	.spMenu span:nth-of-type(1) {
		top: 0;
	}
	
	.spMenu span:nth-of-type(2) {
		top: 8px;
	}
	
	.spMenu span:nth-of-type(3) {
		bottom: 0;
	}
	
	.spMenu.active span:nth-of-type(1) {
		-webkit-transform: translateY(7.5px) rotate(-45deg);
		transform: translateY(7.5px) rotate(-45deg);
	}
	
	.spMenu.active span:nth-of-type(2) {
		opacity: 0;
	}
	
	.spMenu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7.5px) rotate(45deg);
		transform: translateY(-7.5px) rotate(45deg);
	}

/*/// ////////////////////////////////


cont
///////////////////////////////////*/

.cont{
	text-align: center;
}

.cont .btn{
	margin:0 auto 15px;
	float: none;
	width: 80%;
}

.cont .btn a{
	font-size: 1.4rem;
	padding-left: 20px;
}

.cont .tel{
	float: none;
}

.cont .tel .reed{
	font-size: 1.2rem;
	line-height: 1.2;
	display: block;
}

.cont .tel .numb{
	font-size: 2.4rem;
	line-height: 1.2;
	display: block;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.cont .tel .numb a{
	text-decoration: none;
	color: #FFFFFF;
}

.cont .tel .date{
	font-size: 1.2rem;
	line-height: 1.2;
	display: block;
}
	
/*/// ////////////////////////////////


header
///////////////////////////////////*/
	
	header{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	header h1{
		padding-bottom: 10px;
	}

	header h1 svg {
		width: 60px;
		height: 24px
	}
	
	nav{
		position: fixed;
		float: none;
		overflow: hidden;
		top: 0;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index:160;
	}
	
	nav.active{
		left: 0;
		right: 0;
	}
	header nav ul{
		position: absolute;
		top: 50px;
		left: 20px;
		width: 100%;
	}
	
	header nav ul li{
		display: block;
		float: none;
		border:none;
		right: -100%;
	}
	
	header nav ul li a{
		display: block;
		text-align: left;
	}
	
	header nav ul li a::after{
		content: "";
		position: absolute;
		top: auto;
		bottom: 0;
		width: 15px;
		background: #CCCCCC;
		z-index: 5;
	}
	
	header nav ul li a span.jp,
	header nav ul li a span.latoFont{
		color: #FFFFFF;
		display: block;
	}
	
	header nav ul li a span.jp{
		font-size: 2.8rem;
	}
	
	header nav ul li a span.latoFont{
		font-size: 1.6rem;
	}
	
	header nav ul li.curr:after{
		display: none;
	}
		
	nav .hover{
		display: none;
	}
	
	
	.navBackOn{
		-webkit-animation: nav 1.5s ease 0s 1 both;
		animation: nav 1.5s ease 0s 1 both;
	}

	@-webkit-keyframes nav {
		from {
			transform: scale(1);
			background: rgba(255,255,255,0.6);
		}
		100% {
			transform: scale(100);
			background: #0055A6;
		}
	}

	@keyframes nav {
		from {
			transform: scale(1);
			background: rgba(255,255,255,0.6);
		}
		100% {
			transform: scale(60);
			background: #0055A6;
		}
	}
	
	.navBackOff{
		-webkit-animation: nav2 0.6s ease 0s 1 both;
		animation: nav2 0.6s ease 0s 1 both;
	}

	@-webkit-keyframes nav2 {
		from {
			transform: scale(100);
			background: #0055A6;
		}
		100% {
			transform: scale(1);
			background: rgba(255,255,255,0.6);
		}
	}

	@keyframes nav2 {
		from {
			transform: scale(100);
			background: #0055A6;
		}
		100% {
			transform: scale(1);
			background: rgba(255,255,255,0.6);
		}
	}

	header nav.off ul li:nth-child(1) {
		-webkit-animation: pContOff 0.5s ease 0s 1 forwards;
		animation: pContOff 0.5s ease 0s 1 forwards;
	}

	header nav.off ul li:nth-child(2) {
		-webkit-animation: pContOff 0.5s ease 0.05s 1 forwards;
		animation: pContOff 0.5s ease 0.05s 1 forwards;
	}

	header nav.off ul li:nth-child(3) {
		-webkit-animation: pContOff 0.5s ease 0.1s 1 forwards;
		animation: pContOff 0.5s ease 0.1s 1 forwards;
	}

	header nav.off ul li:nth-child(4) {
		-webkit-animation: pContOff 0.5s ease 0.15s 1 forwards;
		animation: pContOff 0.5s ease 0.15s 1 forwards;
	}

	header nav.off ul li:nth-child(5) {
		-webkit-animation: pContOff 0.5s ease 0.2s 1 forwards;
		animation: pContOff 0.5s ease 0.2s 1 forwards;
	}

	header nav.off ul li:nth-child(6) {
		-webkit-animation: pContOff 0.5s ease 0.25s 1 forwards;
		animation: pContOff 0.5s ease 0.25s 1 forwards;
	}
	

	@-webkit-keyframes pContOff {
		from {
			right: 0;
			opacity: 1;
		}

		100% {
			right: -50%;
			opacity: 0;
		}

	}

	@keyframes pContOff {
		from {
			right: 0;
			opacity: 1;
		}

		100% {
			right: -50%;
			opacity: 0;
		}

	}

	header nav.active ul li:nth-child(1) {
		-webkit-animation: pContOn 0.5s ease 0s 1 forwards;
		animation: pContOn 0.5s ease 0s 1 forwards;
	}

	header nav.active ul li:nth-child(2) {
		-webkit-animation: pContOn 0.5s ease 0.05s 1 forwards;
		animation: pContOn 0.5s ease 0.05s 1 forwards;
	}

	header nav.active ul li:nth-child(3) {
		-webkit-animation: pContOn 0.5s ease 0.1s 1 forwards;
		animation: pContOn 0.5s ease 0.1s 1 forwards;
	}

	header nav.active ul li:nth-child(4) {
		-webkit-animation: pContOn 0.5s ease 0.15s 1 forwards;
		animation: pContOn 0.5s ease 0.15s 1 forwards;
	}

	header nav.active ul li:nth-child(5) {
		-webkit-animation: pContOn 0.5s ease 0.2s 1 forwards;
		animation: pContOn 0.5s ease 0.2s 1 forwards;
	}
	
	header nav.active ul li:nth-child(6) {
		-webkit-animation: pContOn 0.5s ease 0.25s 1 forwards;
		animation: pContOn 0.5s ease 0.25s 1 forwards;
	}

	@-webkit-keyframes pContOn {
		from {
			right: -50%;
			opacity: 0;
		}

		100% {
			right: 0;
			opacity: 1;
		}

	}

	@keyframes pContOn {
		from {
			right: -50%;
			opacity: 0;
		}

		100% {
			right: 0;
			opacity: 1;
		}
	
	}
	
/*/// ////////////////////////////////


footBnrs
///////////////////////////////////*/

.footBnrs.fL,
.footBnrs.fR{
	text-align: center;
	list-style: none;
	font-size: 0;
	background: #f0f0f0;
	position: relative;
	z-index: 0;
	padding: 60px 0 45px;
	width: 100%;
	float: none;
}
	
.footBnrs.fR{
		padding: 0 0 45px;
	}

.footBnrs li{
	display: inline-block;
	margin-right: 30px;
	
	display: block;
	margin-right: 0;
	width: 90%;
	margin: auto;
}

.footBnrs li:last-child{
}

.footBnrs li a:hover{
	opacity: 0.6;
}

.footBnrs li:last-child{
	margin: auto;
}
	
	.footBnrs img{
		width: 100%;
	}
	
}

}