@charset "utf-8";

/* basic
------------------------------------------------------------------------- */
body {
	color:#00A0E8;
	font-size:18px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:500;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
}
	@media(max-width:980px) {
		body {
			-webkit-text-size-adjust:none;
		}
	}

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* link default */
a:link		{ color:#FFF; text-decoration:none; }
a:visited	{ color:#FFF; text-decoration:none; }
a:hover		{ color:#FFF; text-decoration:none; }
a:active	{ color:#FFF; text-decoration:none; }

/* link green */
a.a1:link	{ color:#416621; text-decoration:none; }
a.a1:visited	{ color:#416621; text-decoration:none; }
a.a1:hover	{ color:#416621; text-decoration:underline; }
a.a1:active	{ color:#416621; text-decoration:underline; }

::selection {
    background:#FFFF00; /* Safari */
}
::-moz-selection {
    background:#FFFF00; /* Firefox */
}

	@media(min-width:767px) {
		a[href^="tel:"] {
			pointer-events:none;
		}
	}

	@media(max-width:767px) {
		.pcOnly {
			display:none;
		}
	}


/* common
---------------------------------------------- */
div.bg {
	background-color:#D3ECFB;
}
div.wrap {
	max-width:1160px;
	margin:0 auto;
	padding:40px;
}
	@media(max-width:599px) {
		div.wrap {
			padding:20px;
		}
	}

.mincho {
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
}



/* header
---------------------------------------------- */
#gHeader {
	padding:10px 25px 15px 35px;
}
	@media(max-width:979px) {
		#gHeader {
			padding:10px 15px 10px 10px;
		}
	}

#gHeader > #logo {
	width:282px;
	float:left;
	color:#00A0E8;
}
	@media(max-width:979px) {
		#gHeader > #logo {
			width:240px;
		}
	}

#gHeader > #logo > span {
	font-size:15px;
	margin-bottom:8px;
	display:inline-block;
}
	@media(max-width:979px) {
		#gHeader > #logo > span {
			font-size:13px;
			margin-bottom:5px;
		}
	}

#gHeader > #logo > img {
	width:100%;
}
#gHeader > #headerContact {
	float:right;
	font-size:30px;
	margin-left:30px;
	padding-top:10px;
}
	@media(max-width:767px) {
		#gHeader > #headerContact {
			margin-right:50px;
			padding-top:15px;
			font-size:24px;
		}
	}
	@media(max-width:599px) {
		#gHeader > #headerContact {
			clear:both;
			float:none;
			margin:0;
			text-align:center;
			padding:15px 15px 0 15px;
		}
	}

#gHeader > #headerContact > ul > li > a{
	color:#00A0E8;
	font-weight:bold;
}
#gHeader > #gMenu {
	float:right;
	padding-top:10px;
}
	@media(max-width:1200px) {
		#gHeader > #gMenu {
			float:none;
			clear:both;
		}
	}
	@media(max-width:767px) {
		#gHeader > #gMenu {
			position:fixed;
			width:200px;
			height:auto;
			overflow-y:auto;
			overflow-x:hidden;
			right:-200px;
			top:0;
			bottom:0;
			background-color:rgba(255,255,255,0.85);
			padding-top:60px;
		}
	}

	@media(max-width:767px) {
		#gHeader > #gMenu > ul {
			padding:20px;
		}
	}

#gHeader > #gMenu > ul > li {
	float:left;
	width:8em;
	text-align:center;
	border-left:1px solid #00AFEC;
	line-height:28px;
	font-size:15px;
}
	@media(max-width:1200px) {
		#gHeader > #gMenu > ul > li {
			width:25%;
			box-sizing:border-box;
		}
	}
	@media(max-width:767px) {
		#gHeader > #gMenu > ul > li {
			float:none;
			display:block;
			width:100%;
			border-left:none;
			border-top:1px solid #00AFEC;
			line-height:45px;
		}
	}

#gHeader > #gMenu > ul > li:last-child {
	border-right:1px solid #00AFEC;
}
	@media(max-width:767px) {
		#gHeader > #gMenu > ul > li:last-child {
			border-right:none;
			border-bottom:1px solid #00AFEC;
		}
	}

#gHeader > #gMenu > ul > li > a {
	color:#00A0E8;
}
#gHeader > #gMenu > ul > li > a:hover {
	opacity:0.7;
}

#menuTrigger {
	display:none;
	position:fixed;
	z-index:3;
	top:5px;
	right:0;
	width:50px;
	height:50px;
	background:url(../images/menu_trigger.png) center top no-repeat;
	background-size:50px 100px;
	cursor:pointer;
}
	@media(max-width:767px) {
		#menuTrigger {
			display:block;
		}
	}


/* footer
---------------------------------------------- */
#gFooter {
	background-color:#7DCDF3;
	color:#FFF;
}
#gFooter #signature {
	width:40%;
	float:left;
}
	@media(max-width:767px) {
		#gFooter #signature {
			width:auto;
			float:none;
			margin-bottom:40px;
		}
	}

#gFooter #signature > span {
	font-size:15px;
	display:block;
	margin-bottom:15px;
}
#gFooter #signature > img {
	max-width:245px;
	margin-bottom:15px;
}
#gFooter #signature > p {
	font-size:16px;
	line-height:1.6;
}
#gFooter #link {
	width:40%;
	float:right;
}
	@media(max-width:1160px) {
		#gFooter #link {
			width:55%;
		}
	}
	@media(max-width:767px) {
		#gFooter #link {
			width:100%;
		}
	}

#gFooter #link > ul {
	display:inline-block;
	float:right;
	margin-right:10%;
}
	@media(max-width:979px) {
		#gFooter #link > ul {
			margin-right:5%;
		}
	}
	@media(max-width:767px) {
		#gFooter #link > ul {
			width:40%;
			margin:0 10% 0 0;
		}
	}
	@media(max-width:479px) {
		#gFooter #link > ul {
			width:45%;
			margin:0 5% 0 0;
		}
	}

#gFooter #link > ul > li {
	font-size:15px;
	line-height:2;
}
	@media(max-width:479px) {
		#gFooter #link > ul > li {
			line-height:1.3;
			margin-bottom:10px;
		}
	}

#gFooter #link > ul > li > a {
	color:#FFF;
}
#gFooter > address {
	display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    padding: 15px 0;
}

/* toTop
---------------------------------------------- */
div.toTop {
	display:none;
	width:80px;
	height:80px;
	position:fixed;
	bottom:25px;
	right:25px;
}
	@media(max-width:767px) {
		div.toTop {
			width:60px;
			height:60px;
		}
	}
	@media(max-width:479px) {
		div.toTop {
			right:20px;
			bottom:20px;
		}
	}

div.toTop a > img {
	width:100%;
}