@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
	text-decoration: none;
}

a:hover {
	color: #040404;
	text-decoration: underline;
}

a:active {
	color: #040404;
	text-decoration: underline;
}

a.under {
	text-decoration: underline;
}

a.under:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#canvas {
  position:absolute;
  width:100%;
  overflow: hidden;
  opacity: 0.45;
  top: 0;
  left: 0;
  z-index: -1;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 86px;

}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
}

.loading img {
	margin: -62px 0 0 -62px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.invisible {
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,10px);
	opacity: 0.0;
}
 
.visible {
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 5px 15px 20px;
}

#gHeader h1 {
	font-size: .8em;
	font-weight: normal;
	color: #666;
}

#gHeader .logo {
	width: 20%;
	float: left;
	padding-top: 15px;
}

#gHeader .logo img {
	width: 100%;
}

#gHeader .naviBox {
	width: 80%;
	float: right;
}

#gHeader .naviBox li {
	float: left;
}

#gHeader .naviBox .list02 li {
	background-color: #FFDE00;
	padding: 4px 6px;
	text-align: center;
	border-bottom: 2px solid #DBBF00;
	transform:skewX(-10deg);
}

#gHeader .naviBox .list02 li a {
	transform:skewX(10deg);
	display: inline-block;
}

#gHeader .naviBox .list02 li img {
	padding-left: .5em;
	transform:skewX(10deg);
}

#gHeader .naviBox .list02 li span {
	display: block;
	font-size: 11px;
	transform:skewX(10deg);
}

#gHeader .naviBox ul.list01 > li > a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#gHeader .naviBox li a:hover img.btn {
	animation-name: anime2;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	opacity: 1;
}

#gHeader .naviBox .list01 {
    float: right;
    margin-right: .5em;
}

#gHeader .list01 li {
	position: relative;
}

#gHeader .list01 a {
	padding: 0 8px;
	display: block;
	font-size: 11px;
	text-align: center;
	transition: .3s;
}

#gHeader .list01 a span {
	display: block;
	color: #1fabee;
	font-size: 16px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	transition: .3s;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {

	#gHeader .list01 a {
		padding: 0 4px;
	}
	
	#gHeader .list01 a span {
		font-size: 14px;
		letter-spacing: -.8px;
	}

}

#gHeader .naviBox .list02 {
	float: right;
	display: block;
}

#gHeader .menuBox {
	display: none;
}

#gHeader .list01 li ul {
	display: none;
	width: 14em;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 999;
	padding-top: 28px;
	opacity: 0;
}

#gHeader .list01 li:nth-child(5) ul {
	width: 16em;
}

#gHeader .list01 li:nth-child(7) ul {
	width: 10em;
}

#gHeader .list01 li:hover ul {
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;	
}

#gHeader .list01 li li {
	float: none;
}

#gHeader .list01 li li a {
    color: #fff;
    display: block;
    padding: 10px;
	width: auto;
    text-decoration: none;
    background-color: #1fabee;
    border-top: 1px solid #fff;
	text-align: left;
}

#gHeader .list01 li li a:hover {
    background-color: #E9F8FF;
	color: #333;
	opacity: 1;
}

#gHeader .search form {
    padding: 5px 0 5px 5px;
    overflow: hidden;
    float: right;
}

#gHeader .search form label .screen-reader-text {
	display: none;
}

#gHeader .search form button {
    background-color: #1fabee;
    border: 0;
    padding: 3px 8px;
    color: #fff;
}

@keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}
@keyframes fade-out {
  0% {
	display: none;
	opacity: 1;
  }

  1% {
	display: block;
	opacity: 1;
  }

  100% {
	display: block;
	opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
	display: none;
	opacity: 1;
  }

  1% {
	display: block;
	opacity: 1;
  }

  100% {
	display: block;
	opacity: 0;
  }
}

@-webkit-keyframes fade-out {
  0% {
	display: none;
	opacity: 1;
  }

  1% {
	display: block;
	opacity: 1;
  }

  100% {
	display: block;
	opacity: 0;
  }
}

/*------------------------------------------------------------
	サイドメニュー
------------------------------------------------------------*/
#secondary section {
	padding: 0 0 2em;
}

#secondary .widget-title {
    font-weight: bold;
    color: #1fabee;
	padding: .3em;
	background-color: #E9F8FF;
	margin-bottom: .5em;
}

#secondary ul {
	padding-left: 1em;
}

#secondary ul li {
  position: relative;
}

#secondary ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1fabee;
  border-bottom: 1px solid #1fabee;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#main .sec05 {
	padding: 60px 50px 60px;
	text-align: center;
	background: url(../../image/sec05_bg.jpg) no-repeat center fixed;
	background-size: cover;
}

#main .sec05 .ttl {
	margin-bottom: 8px;
}

#main .sec05 .ttl span {
	padding-bottom: 6px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 4px solid #fff;
}

#main .sec05 p {
	margin-bottom: 40px;
	color: #fff;
	font-size: 16px;
}

#main .sec05 p span {
	font-size: 24px;
}

#main .sec06 {
	padding: 40px 0 40px;
	background-color: #edf9fe;
}

#main .sec06 .inner{
    margin: 0 auto;
    width: 1118px;
	overflow: hidden;
}

#main .sec06 .map{
	float: left;
	margin-right: 20px;
}

#main .sec06 .area p {
    margin-bottom: 15px;
}

#main .sec06 .area p.title {
    margin-bottom: 5px;
    padding: 0 20px;
    display: inline-block;
    color: #1fabee;
    font-size: 20px;
    font-style: normal;
    line-height: 1.2;
    border: 1px solid #1FABEE;
    border-top: none;
    border-bottom: none;	
}


#gFooter {
	padding-bottom: 80px;
}

#gFooter .pageTop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 500;
	display: none;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1118px;
}

#gFooter .fLogo {
	margin-bottom: 25px;
}

#gFooter .fInner01 {
	margin-right: 10px;
	width: 382px;
	float: left;
}

#gFooter .fInner01 p {
	margin: 0 0 83px 5px;
	font-size: 14px;
	line-height: 1.8;
}

#gFooter .copyright {
	margin: 0 !important;
	color: #999;
	font-size: 10px !important;
}

#gFooter .fInner02 {
	margin-top: 15px;
	float: left;
}

#gFooter .fInner02 > li {
	margin-right: 52px;
	float: left;
	font-size: 12px;
}

#gFooter .fInner02 > li li {
	margin-bottom: 12px;
}

#gFooter .fInner02 > li:last-child {
	margin-right: 0;
}

#gFooter .fInner02 > li:last-child li {
	padding-left: 20px;
	background: url(../image/icon.gif) no-repeat left center;
}

#gFooter .fInner02 > li:last-child li:first-child {
	padding-left: 0;
	background: none;
}

#gFooter .banner {
	float: right;
}

#gFooter .banner li {
	margin-bottom: 5px;
}

#gFooter .banner li:last-child {
	margin-bottom: 0;
}

#gFooter .banner li a:hover {
	opacity: 0.7;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

#main .headLine01 .txt {
	margin-bottom: 5px;
	padding: 0 20px;
	display: inline-block;
	color: #1fabee;
	font-size: 24px;
	font-style: normal;
	line-height: 1.2;
	border: 1px solid #1FABEE;
	border-top: none;
	border-bottom: none;
}


@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a:hover {
		opacity: 1 !important;
	}
	
	body {
		min-width: inherit;
	}
	
	.loading img {
		margin: -30px 0 0 -30px;
		width: 60px;
		height: 60px;
	}	
	
	#container {
		padding-top: 50px;
	}
	
	#gHeader .logo {
		padding-top: 0px;
	}	
	
	#gHeader {
		padding: 10px 20px 13px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		z-index: 999;
		background-color: #fff;
	}
	
	#gHeader .logo img {
		width: 170px;
	}
	
	#gHeader .hBox .menu {
		margin-top: 6px;
		float: right;
	}
	
	#gHeader .menuBox {
		position: fixed;
		left: 0;
		top: 50px;
		width: 0;
		z-index: 999;
		box-sizing: border-box;
		background-color: #fff;
		width: 100%;
		height:	100%;
		padding-bottom: 10px;
	}
	
	#gHeader .menuBox ul.list01 {
		height: calc( 100% - 60px ) ;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		padding: 10px 20px;
  	}
	
	#gHeader .menuBox a {
		margin: 0 0 10px;
		padding-bottom: 5px;
		display: block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		border-bottom: 1px solid #1FABEE;
	}
	
	#gHeader .menuBox a span {
		font-size: 14px;
	}
	
	#gHeader .menuBox a:hover {
		text-decoration: none;
	}
	
	#gHeader .menuBox ul ul {
		padding-top: 0;
	}	
	
	#gHeader .menuBox li a {
		padding: 10px 0 15px;
		font-size: 14px;
	}
	
	#gHeader .menuBox .liStyle > a {
		background: url(../image/icon02.png) no-repeat 95% center;
		background-size: 8px 8px;
	}
	
	#gHeader .menuBox .liStyle > a.on {
		margin-bottom: 0;
		background-image: url(../image/icon03.png);
	}
	
	#gHeader .menuBox .liStyle ul {
		position: inherit;
		display: none;
		width: 100% !important;
		top: 0;
	}
	
	#gHeader .menuBox .liStyle ul li a {
		margin-bottom: 0;
		padding: 10px 0;
		color: #000;
		font-size: 13px;
		background: none;
		border-bottom: 1px solid #1FABEE;
	}

	#gHeader .menuBox .liStyle ul {
		opacity: 1;
	}
	
	#gHeader form label .screen-reader-text {
		display: none;
	}	

	#gHeader form {
		text-align: center;
	}	
	
	#main {
		margin-bottom: 31px;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	#main .headLine01 .txt {
		margin-bottom: 3px;
		padding: 0 11px;
		font-size: 14px;
	}
	
	#main .sec05 {
		padding: 63px 15px 36px;
		background-size: cover;
	    background-attachment: initial;
	}
	
	#main .sec05 .ttl span {
		padding-bottom: 6px;
		font-size: 16px;
		border-width: 2px;
	}
	
	#main .sec05 .ttl {
		margin-bottom: 8px;
	}
	
	#main .sec05 p {
		margin-bottom: 43px;
		font-size: 12px;
	}
	
	#main .sec05 p span {
		font-size: 14px;
	}
	
	#main .sec05 .link {
		margin: 0 auto;
		width: 50%;
 	}
	
	#main .sec05 .link a img {
		width: 100%;
	}
	
	#main .sec06 .inner {
		width: 100%;
		padding: 0 .5em;
		box-sizing: border-box;
	}		

	#main .sec06 .inner .map {
		float: none;
		margin: 0 0 15px;
	}		

	#main .sec06 .inner .map img {
		width: 100%;
		height: auto;
	}		
	
	#gFooter .pageTop {
		right: 10px;
		bottom: 20px;
	}
	
	#gFooter .pageTop img {
		width: 50px;
	}
	
	#gFooter .fBox {
		margin: 0 15px 34px;
		width: auto;
	}
	
	#gFooter .fInner01 {
		margin: 0 0 10px;
		float: none;
		width: auto;
	}
	
	#gFooter .fLogo {
		margin-bottom: 10px;
		text-align: center;
	}
	
	#gFooter .fLogo img {
		width: 175px;
	}
	
	#gFooter .fInner01 p {
		margin: 0 0 23px;
		font-size: 12px;
		text-align: center;
		line-height: 1.65;
	}
	
	#gFooter .banner {
		margin: 0 auto;
		width: 78%;
		float: none;
	}
	
	#gFooter .banner li {
		margin-bottom: 4px;
		float: left;
		width: 49%;
	}
	
	#gFooter .banner li:nth-child(2) {
		float: right;
	}
	
	#gFooter .banner li:last-child {
		margin: 0 auto;
		width: 49%;
		float: none;
		clear: both; 
	}
	
	#gFooter .banner li img {
		width: 100%;
	}
	
	#gFooter .copyright {
		text-align: center;
	}

}

@keyframes anime1 {
0% { -moz-transform: scaleX(1); -webkit-transform: scaleX(1); -o-transform: scaleX(1); }
50% { -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); }
100% { -moz-transform: scaleX(1); -webkit-transform: scaleX(1); -o-transform: scaleX(1); }
}
@keyframes anime2 {
0% { -webkit-transform-origin: 100%; transform-origin: 100%; -webkit-transform: skew(0deg); transform: skew(0deg); }
50% { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: skew(8deg); transform: skew(8deg); }
100% { -webkit-transform-origin: 100%; transform-origin: 100%; -webkit-transform: skew(0deg); transform: skew(0deg); }
}