@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#000000;
margin:0;
padding:0;
background:#FFFFFF; /* fcfcfa */
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
text-align:center;
font-size:100%;
 -webkit-text-size-adjust: 100%;
 	position:relative;
}

a:link{ color:#000;text-decoration:none;}
a:visited{ color:#000;text-decoration:none;}
@media screen and (min-width: 769px) {
a:hover{ color:#000;text-decoration:none;}
}
a:active{ color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
a {
 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media screen and (min-width: 769px) {
a:hover {
	opacity:0.8;
}
}

/*
html ----------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	
}

/* body base
===============================================================*/

img {
	max-width: 100%;
	height: auto;
}
.l-inner {
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.l-inner {
		padding: 0 15px;
	}
}



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

body {
	padding-top: 150px;
}
/*
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
*/
.c-header {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.c-headerWrap {
	position: relative;
	height: 150px;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;	
}
.c-header__logo {
	padding: 0 20px 0 38px;
	width: 481px;
}
.c-header__txt {
	font-size: 35px;
	line-height: 1.4;
	color: #000064;
	font-weight: normal;
	text-align: left;
	width: calc(100% - 868px);
}

.c-header__btn {
}
a.c-header__btn {
	background: #21acdc;
	color: #FFF;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	font-size: 35px;
	line-height: 1;
	height: 150px;
	width: 329px;
}



@media screen and (max-width: 1400px) {
	body {
		padding-top: 100px;
	}
	.c-header {
	}
	.c-headerWrap {
		height: 100px;
	}
	.c-header__logo {
		padding: 0 0 0 20px;
		width: 250px;
	}
	.c-header__txt {
		font-size: 18px;
		line-height: 1.4;
		width: calc(100% - 470px);
		box-sizing: border-box;
		padding: 0 20px;
	}

	.c-header__btn {
	}
	a.c-header__btn {
		font-size: 20px;
		line-height: 1;
		height: 100px;
		width: 200px;
	}

}

@media screen and (max-width: 750px) {
	body {
		padding-top: 60px;
	}
	.c-header {
	}
	.c-headerWrap {
		height: 60px;
	}
	.c-header__logo {
		padding: 0 0 8px 10px;
		width: 120px;
	}
	.c-header__txt {
		font-size: 10px;
		line-height: 1.4;
		width: calc(100% - 230px);
		padding: 0 10px;
	}

	.c-header__btn {
	}
	a.c-header__btn {
		font-size: 12px;
		line-height: 1;
		height: 60px;
		width: 110px;
	}

}












.c-footer {
	background: #21acdc;
	padding: 15px 20px;
}
.c-footerWrap {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;	
	max-width: 1160px;
	margin: 0 auto;
}
.c-footer__logo {
	width: 33.18%;
}
.c-footer__tel {
	width: 27.06%;
	padding-bottom: 1%;
}
.c-footer__adress {
	width: 35%;
	text-align: left;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	color: #FFF;
}

@media screen and (max-width: 750px) {
	.c-footer {
		padding: 15px 20px 65px 20px;
	}
	.c-footerWrap {
		display : block;
	}
	.c-footer__logo {
		width: 50%;
		margin: 0 auto;
	}
	.c-footer__tel {
		width: 50%;
		margin: 10px auto;
		padding-bottom: 0;
	}
	.c-footer__adress {
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 1.4;
	}	
}


.mfp-bg {
	z-index: 10420;
}
.mfp-wrap {
	z-index: 10430;
}
