@charset "UTF-8";

/*
コンテンツサイズ:960px;
レスポンシブ有
フォント：メイリオ基準
フォントサイズ：14px基準
*/

/* 要素設定*/

body {
	background: #4E9BDE url(../img/bg-body.png) center top repeat-x;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

a {
	color: #00A3D8;
}

a:hover {
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	opacity: 0.7;
}

a[href^="tel:"] {
	text-decoration: none;
	cursor: default;
	color: inherit;
	pointer-events: none;
}

/* その他汎用スタイル */
.ieBlock {
	display: none;
	width: 100%;
	height: 100%;
}

.leftCol {
	float: left;
}

.rightCol {
	float: right;
}

/* ラッパー */
#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
}

.backGround {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.p-about .backGround {
	background-image: url(../img/pt-footer-about.jpg);
}

.p-tourists .backGround,
.p-guide .backGround {
	background-image: url(../img/pt-footer-guide.jpg);
}

.p-classroom .backGround {
	background-image: url(../img/pt-footer-classroom.jpg);
}

.p-inquiry .backGround {
	background: none;
}

.p-nature .backGround {
	background-image: url(../img/pt-footer-nature.jpg);
}

.p-event .backGround {
	background-image: url(../img/pt-footer-event.jpg);
}

.p-kenki .backGround {
	background-image: url(../img/pt-footer-kenki.jpg);
}

.p-display .backGround {
	background-image: url(../img/pt-footer-display.jpg);
}

/* ヘッダー */
.pageHeader {
	padding: 13px 0 10px;
}

.p-blog.-old .pageHeader {
	display: none !important;
}

.pageHeader_logo {
	float: left;
}

.pageHeader_nav_list {
	float: right;
	padding: 40px 0 0px;
}

.pageHeader_nav_list li {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.pageHeader_nav_list li:first-child {
	margin-left: 0;
}

.pageHeader_nav_list a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/icn-header-navi_x2.png) 0 45% no-repeat;
	background-size: 6px 10px;
	padding: 3px 0 3px 12px;
	vertical-align: middle;
}

.pageHeader_nav_list a.-tourists {
	background: none;
	background-image: -moz-linear-gradient(48% 0% -90deg, rgb(255, 105, 166) 0%, rgb(255, 91, 142) 100%);
	background-image: -webkit-gradient(linear, 48% 0%, 48% 118%, color-stop(0, rgb(255, 105, 166)), color-stop(1, rgb(255, 91, 142)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 105, 166) 0%, rgb(255, 91, 142) 100%);
	background-image: linear-gradient(180deg, rgb(255, 105, 166) 0%, rgb(255, 91, 142) 100%);
	line-height: 27px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding-right: 10px;
}

.is-ltIE8 .pageHeader_nav_list a.-tourists {
	background: #FD5F93;
}

.pageHeader_nav_list a.-tourists:hover {
	background: #FF77AA;
	text-decoration: none;
}

.pageHeader_nav_list a.-tourists:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../img/icn-header-navi_x2.png) 0 0 no-repeat;
	background-size: 6px 10px;
	margin: 0 5px 0 0;
}

.is-ltIE8 .pageHeader_nav_list a.-tourists:before {
	background-image: url(../img/icn-header-navi.png);
}

.is-ltIE7 .pageHeader_nav_list li,
.is-ltIE7 .pageHeader_nav_list a {
	display: inline;
}

.is-ltIE8 .pageHeader_nav_list a {
	background-image: url(../img/icn-header-navi.png);
}

.pageHeader_nav_list a:hover {
	text-decoration: underline;
}

.pageHeader_spMenu {
	display: none;
}

/* グローバルナビ */
.gnav {
	position: relative;
	z-index: 2;
	background: #0049B4;
}

.gnav_list {
	background: url(../img/bg-gnav-border.png) left top repeat-y;
	padding: 0 0 0 1px;
}

.gnav_list:after {
	content: "";
	display: block;
	clear: both;
}

.gnav_list > li {
	float: left;
	background: url(../img/bg-gnav-border.png) right top repeat-y;
	padding: 0 1px 0 0;
	position: relative;
	z-index: 1;
}

.gnav_list > li > a {
	text-align: center;
	display: block;
	line-height: 64px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.gnav_list > li > a.-multiline {
	line-height: 18px;
	padding: 14px 0;
}

.is-ltIE7 .gnav_list > li > a {
	height: 64px;
}

.p-display .gnav_list > .p-display > a,
.p-home .gnav_list > .p-home > a,
.p-about .gnav_list > .p-about > a,
.p-930E .gnav_list > .p-930E > a,
.p-kenki .gnav_list > .p-kenki > a,
.p-event .gnav_list > .p-event > a,
.p-nature .gnav_list > .p-nature > a,
.p-classroom .gnav_list > .p-classroom > a,
.p-guide .gnav_list > .p-guide > a,
.gnav_list > li > a:hover {
	color: #2048B4;
	background-color: #FAD500;
	text-shadow: 0 0 5px #fff;
}

.gnav_list .p-home {
	width: 57px;
}

.gnav_list .p-event {
	width: 113px;
}

.gnav_list .p-930E {
	width: 100px;
}

.gnav_list .p-kenki {
	width: 145px;
}

.gnav_list .p-nature {
	width: 136px;
}

.gnav_list .p-classroom {
	width: 138px;
}

.gnav_list .p-display {
	width: 166px;
}

.gnav_list .p-guide {
	width: 96px;
}

.gnav .p-other {
	display: none;
}

/* サブナビゲーション */
.gnav_listChild {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 50%;
	margin: 0 auto;
	background: #fff url(../img/bg-gnav-child01.png) 318px 23px no-repeat;
	border: 3px solid #00ADFF;
	border-radius: 10px;
	padding: 23px 13px;
	width: 416px;
	margin-left: -224px;
	-webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, .1);
	box-shadow: 6px 6px 0 rgba(0, 0, 0, .1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-ms-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: -webkit-transform 0.5s, opacity 0.5s;
}

.is-ltIE9 .gnav_listChild {
	display: none;
}

/* 背景 */
li.p-kenki .gnav_listChild {
	background-image: url(../img/bg-gnav-child02.png);
}

li.p-nature .gnav_listChild {
	background-image: url(../img/bg-gnav-child03.png);
}

li.p-classroom .gnav_listChild {
	background-image: url(../img/bg-gnav-child04.png);
}

li.p-guide .gnav_listChild {
	background-image: url(../img/bg-gnav-child05.png);
}

/* 吹き出し位置調整 */
li.p-event .gnav_listChild {
	margin-left: -124px;
}

li.p-event .gnav_listChild:after {
	right: auto;
	left: 110px;
}

li.p-guide .gnav_listChild {
	margin-left: -390px;
}

li.p-guide .gnav_listChild:after {
	right: auto;
	left: 376px;
}

.gnav_listChild.is-active {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.is-ltIE9 .gnav_listChild.is-active {
	display: block;
}

.gnav_listChild:after {
	content: "";
	display: block;
	border: 3px solid #00ADFF;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	margin: -11px auto 0;
	width: 18px;
	height: 18px;
	-ms-transform: rotate(45deg) skew(10deg, 10deg);
	-webkit-transform: rotate(45deg) skew(10deg, 10deg);
	transform: rotate(45deg) skew(10deg, 10deg);
}

.is-ltIE8 .gnav_listChild:after {
	display: none;
}

.gnav_listChild:before {
	content: "";
	display: block;
	height: 23px;
	width: 90%;
	position: absolute;
	z-index: 2;
	left: 5%;
	top: 0;
	background: #fff;
}

.gnav_listChild li {
	width: 292px;
	margin: 0 0 5px;
}

.gnav_listChild li:last-child {
	margin-bottom: 0;
}

.gnav_listChild > li > a {
	color: #333;
	background: #D4E5F9 url(../img/icn-gnav-sub_x2.png) 11px 45% no-repeat;
	background-size: 12px auto;
	display: block;
	line-height: 36px;
	border-radius: 6px;
	text-decoration: none;
	padding: 0 0 0 28px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.is-ltIE8 .gnav_listChild > li > a {
	background-image: url(../img/icn-gnav-sub.png);
}

.gnav_listChild > li > a:hover {
	background-color: #2A7FE1;
	color: #fff;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
	font-weight: bold;
}

/* ホームアイコン */
.gnav_list .p-home .gnav_text {
	display: none;
}

.gnav_list .p-home .gnav_icon {
	width: 18px;
	height: 18px;
	background: url(../img/icn-home_x2.png) 0 0 no-repeat;
	background-size: 100% 200%;
	display: inline-block;
	vertical-align: middle;
}

.p-home .gnav_list .p-home .gnav_icon {
	background-position: 0 100%;
}

.is-ltIE8 .gnav_list .p-home .gnav_icon {
	background-image: url(../img/icn-home.png);
}

.is-ltIE7 .gnav_list .p-home .gnav_icon {
	margin: 20px 0 0;
}

.gnav_list .p-home a:hover .gnav_icon {
	background-position: 0 100%;
}

/* フッター */
.pageFooter {
	position: relative;
	z-index: 1;
	margin: 20px 0 0;
	padding: 0 0 20px;
}

.pageFooter_pageTop {
	font-size: 12px;
	line-height: 1.1;
	width: 131px;
	text-align: center;
	position: absolute;
	z-index: 1;
	right: -100%;
	top: -80px;
	opacity: 0;
	-webkit-transition: opacity 0.7s, right 0.7s, bottom 0.5s;
	transition: opacity 0.7s, right 0.7s, bottom 0.5s;
}

.pageFooter_pageTop.is-show {
	right: 0;
	opacity: 1;
}

.pageFooter_pageTop a {
	color: inherit;
	display: block;
	height: 64px;
	padding: 0px 65px 0 0;
	background: url(../img/bg-pagetop.png) 0 0 no-repeat;
	text-decoration: none;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.is-ltIE7 .pageFooter_pageTop a {
	cursor: pointer;
	color: #333;
}

.pageFooter_pageTop a:hover {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

.pageFooter_pageTop_circle {
	width: 60px;
	height: 50px;
	padding: 10px 0 0;
	background: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.13);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.is-ltIE8 .pageFooter_pageTop_circle {
	height: 53px;
	background: url(../img/bg-pagetop-circle.png) 0 0 no-repeat;
}

.pageFooter_pageTop a:hover .pageFooter_pageTop_circle {
	-webkit-transform: scale(1.2) translateY(-10px) rotate(-5deg);
	transform: scale(1.2) translateY(-10px) rotate(-5deg);
}

.pageFooter_pageTop_icon {
	display: block;
	margin: 0 auto 4px;
	width: 13px;
	height: 13px;
	background: url(../img/icn-pagetop_x2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.is-ltIE8 .pageFooter_pageTop_icon {
	background-image: url(../img/icn-pagetop.png);
}

.pageFooter .u-inner {
	text-align: center;
}

/* 背景が青の時、文字を白色に */
.p-inquiry .pageFooter .u-inner {
	color: #fff;
	font-weight: bold;
}

.pageFotter_nav {
	display: inline-block;
	font-size: 13px;
	margin: 0 10px 0 0;
}

.pageFooter_nav_list li {
	display: inline-block;
}

.is-ltIE7 .pageFooter_nav_list li {
	display: inline;
}

.pageFooter_nav_list li:before {
	content: "｜";
}

.pageFooter_nav_list li:first-child:before {
	display: none;
}

.pageFooter_nav_list a {
	text-decoration: none;
	color: inherit;
}

.is-ltIE7 .pageFooter_nav_list li {
	margin: 0 15px 0 0;
}

.is-ltIE7 .pageFooter_nav_list a {
	color: #333;
}

.pageFooter_nav_list a:hover {
	text-decoration: underline;
}

.pageFooter_copyright {
	display: inline-block;
	font-size: 11px;
}

/* コンテンツ */
.pageBody {
	min-height: 500px;
}

.mainContents {
	padding: 43px 50px;
	background: #fff;
	border-radius: 18px;
	-webkit-box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.13);
}

.mainContents-secondary {
	margin-top: 40px;
}

.mainContents-bgGrid {
	background: url(../img/bg-main-contents-grid.png) center top repeat-y #fff;
	border-top: 25px solid #fff;
	border-bottom: 25px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
}

/* パンクズ */
.pankuzu {
	font-size: 12px;
	font-weight: bold;
	margin: 22px 0 9px;
	color: #fff;
}

.pankuzu_list {
}

.pankuzu_list li {
	display: inline-block;
}

.pankuzu_list a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.is-ltIE7 .pankuzu_list li,
.is-ltIE7 .pankuzu_list a {
	display: inline;
}

.is-ltIE7 .pankuzu_list li {
	margin: 0 15px 0 0;
}

.pankuzu_list a:hover {
	text-decoration: underline;
}

.pankuzu_list li:before {
	content: ">";
	margin: 0 6px 0 2px;
}

.pankuzu_list li:first-child:before {
	display: none;
}

/* 汎用ルール
	#頭にu-を付ける
*/
.u-inner {
	width: 960px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

/* 汎用見出し */
.u-headline01 {
	background: #666;
	border-radius: 11px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	text-indent: 17px;
	margin: 0 0 24px;
}

.mainContents-colorGreen .u-headline01 {
	background: #128F2E;
}

.mainContents-colorBlue .u-headline01 {
	background-color: #358BE2;
}

.mainContents-colorLightBlue .u-headline01 {
	background-color: #00AFFE;
}

.mainContents-colorRed .u-headline01 {
	background-color: #EE5353;
}

.mainContents-colorPink .u-headline01 {
	background-color: #FF7BB8;
}

.mainContents-colorLightGreen .u-headline01 {
	background: #70CB06;
}

.mainContents-colorCyan .u-headline01 {
	background: #00B2C3;
}

.mainContents-colorOrange .u-headline01 {
	background: #FFC000;
}

.mainContents-colorMandarin .u-headline01 {
	background: #FF8000;
}

.mainContents-colorPurple .u-headline01 {
	background: #967AD8;
}

.mainContents-colorLightPurple .u-headline01 {
	background: #9999FF;
}

.u-headline02 {
	background: #999;
	font-size: 18px;
	font-weight: bold;
	line-height: 41px;
	padding: 0 17px;
	margin: 0 0 10px;
	border-radius: 3px;
}

.mainContents-colorGreen .u-headline02 {
	background: #D8EEDF;
	color: #009026;
}

.mainContents-colorBlue .u-headline02 {
	background-color: #C7F1FF;
	color: #1E74E1;
}

.mainContents-colorRed .u-headline02 {
	background-color: #FFDFDE;
	color: #FF5552;
}

.mainContents-colorPink .u-headline02 {
	background-color: #FFDAEB;
	color: #FF7AB8;
}

.mainContents-colorLightBlue .u-headline02 {
	background-color: #CAEFFF;
	color: #333;
}

.mainContents-colorCyan .u-headline02 {
	background-color: #B7EAEF;
	color: #008692;
}

.mainContents-colorOrange .u-headline02 {
	background-color: #FFEEB5;
	color: #FF9226;
}

.mainContents-colorMandarin .u-headline02 {
	background-color: #FFECA5;
	color: #FF8300;
}

.mainContents-colorPurple .u-headline02 {
	background-color: #EBE6F9;
	color: #967DD6;
}

.u-headline03 {
	position: relative;
	z-index: 1;
	border-bottom: 1px dotted #999;
	font-size: 16px;
	padding: 0 0 0 15px;
}

.u-headline03:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 28px;
	background: #999;
	left: 0;
	bottom: -1px;
}

.mainContents-colorRed .u-headline03:after {
	background-color: #FF5552;
}

.mainContents-colorPurple .u-headline03:after {
	background-color: #976CE4;
}

/* 汎用テーブル */
.u-table01 {
	width: 100%;
}

.u-table01 th,
.u-table01 td {
	padding: 10px;
}

.u-table01 th {
	white-space: nowrap;
}

.u-table01 td {
}

.u-table02 {
	width: 100%;
}

.u-table02 th,
.u-table02 td {
	padding: 10px;
}

.u-table02 th {
	white-space: nowrap;
}

.u-table02 td {
}

.u-tableForm {
	margin: 20px 0 0;
	width: 100%;
	text-align: left;
}

.u-tableForm > tbody > tr > td,
.u-tableForm > tbody > tr > th {
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
}

.u-tableForm > tbody > tr > th {
	font-size: 13px;
	width: 180px;
	white-space: nowrap;
	font-weight: normal;
}

/* 汎用リスト */
.u-list01 {
	list-style: outside disc;
	padding-left: 1.7em;
}

.u-list02 {
	list-style: outside decimal;
	padding-left: 1.7em;
}

.u-listCaution {
	padding-left: 1.4em;
}

.u-listCaution_Item {
	text-indent: -1.4em;
}

.u-section01 {
	margin: 0 0 30px;
}

/* 汎用フォーム */
.u-input {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
	font-size: 15px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
}

.u-input-w300 {
	width: 300px;
}

.u-textarea-wide,
.u-input-wide {
	width: 100%;
}

.u-textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	resize: vertical;
}

.u-checkbox {
	margin: 0 5px 0 0;
}

/* 汎用ボタン */
.u-button {
	background: #333;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 44px;
	display: inline-block;
	min-width: 294px;
	text-align: center;
	border-radius: 22px;
	-webkit-box-shadow: 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.12);
	-webkit-transition: -webkit-transform 0.3s, text-shadow 0.3s;
	transition: transform 0.3s, text-shadow 0.3s;
}

.u-button:hover {
	text-shadow: 0 0 5px #fff;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.u-button.-blue {
	background-image: -moz-linear-gradient(46% 0% -90deg, rgb(54, 139, 226) 0%, rgb(0, 69, 183) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(54, 139, 226)), color-stop(1, rgb(0, 69, 183)));
	background-image: -webkit-linear-gradient(-90deg, rgb(54, 139, 226) 0%, rgb(0, 69, 183) 100%);
	background-image: linear-gradient(180deg, rgb(54, 139, 226) 0%, rgb(0, 69, 183) 100%);
	color: #fff;
}

.is-ltIE9 .u-button.-blue {
	background-color: rgb(54, 139, 226);
}

.u-button.-blue:hover {
	background-image: -moz-linear-gradient(46% 0% 90deg, rgb(54, 139, 226) 0%, rgb(0, 69, 183) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(54, 139, 226)), color-stop(1, rgb(0, 69, 183)));
	background-image: -webkit-linear-gradient(90deg, rgb(54, 139, 226) 0%, rgb(0, 69, 183) 100%);
	background-image: linear-gradient(0deg, rgb(54, 139, 226) 0%, rgb(0, 69, 183) 100%);
}

.u-button.-pink {
	background-image: -moz-linear-gradient(46% 0% -90deg, rgb(255, 159, 205) 0%, rgb(255, 123, 184) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(255, 159, 205)), color-stop(1, rgb(255, 123, 184)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 159, 205) 0%, rgb(255, 123, 184) 100%);
	background-image: linear-gradient(180deg, rgb(255, 159, 205) 0%, rgb(255, 123, 184) 100%);
}

.is-ltIE9 .u-button.-pink {
	background-color: rgb(255, 123, 184);
}

.u-button.-pink:hover {
	background-image: -moz-linear-gradient(46% 0% 90deg, rgb(255, 159, 205) 0%, rgb(255, 123, 184) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(255, 159, 205)), color-stop(1, rgb(255, 123, 184)));
	background-image: -webkit-linear-gradient(90deg, rgb(255, 159, 205) 0%, rgb(255, 123, 184) 100%);
	background-image: linear-gradient(0deg, rgb(255, 159, 205) 0%, rgb(255, 123, 184) 100%);
}

.u-button.-cyan {
	background-image: -moz-linear-gradient(38% 0% -90deg, rgb(0, 178, 193) 0%, rgb(0, 153, 167) 100%);
	background-image: -webkit-gradient(linear, 38% 0%, 38% 200%, color-stop(0, rgb(0, 178, 193)), color-stop(1, rgb(0, 153, 167)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0, 178, 193) 0%, rgb(0, 153, 167) 100%);
	background-image: linear-gradient(180deg, rgb(0, 178, 193) 0%, rgb(0, 153, 167) 100%);
}

.is-ltIE9 .u-button.-cyan {
	background-color: rgb(0, 153, 167);
}

.u-button.-cyan:hover {
	background-image: -moz-linear-gradient(38% 0% 90deg, rgb(0, 178, 193) 0%, rgb(0, 153, 167) 100%);
	background-image: -webkit-gradient(linear, 38% 0%, 38% 200%, color-stop(0, rgb(0, 178, 193)), color-stop(1, rgb(0, 153, 167)));
	background-image: -webkit-linear-gradient(90deg, rgb(0, 178, 193) 0%, rgb(0, 153, 167) 100%);
	background-image: linear-gradient(0deg, rgb(0, 178, 193) 0%, rgb(0, 153, 167) 100%);
}

.u-button.-red {
	background-image: -moz-linear-gradient(46% 0% -90deg, rgb(255, 77, 56) 0%, rgb(255, 46, 0) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(255, 77, 56)), color-stop(1, rgb(255, 46, 0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 77, 56) 0%, rgb(255, 46, 0) 100%);
	background-image: linear-gradient(180deg, rgb(255, 77, 56) 0%, rgb(255, 46, 0) 100%);
}

.is-ltIE9 .u-button.-red {
	background-color: rgb(255, 46, 0);
}

.u-button.-red:hover {
	background-image: -moz-linear-gradient(46% 0% 90deg, rgb(255, 77, 56) 0%, rgb(255, 46, 0) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(255, 77, 56)), color-stop(1, rgb(255, 46, 0)));
	background-image: -webkit-linear-gradient(90deg, rgb(255, 77, 56) 0%, rgb(255, 46, 0) 100%);
	background-image: linear-gradient(0deg, rgb(255, 77, 56) 0%, rgb(255, 46, 0) 100%);
}

.u-button.-orange {
	background-image: -moz-linear-gradient(46% 0% -90deg, rgb(255, 191, 0) 0%, rgb(255, 166, 77) 100%);
	background-image: -webkit-gradient(linear, 46% 0%, 46% 200%, color-stop(0, rgb(255, 191, 0)), color-stop(1, rgb(255, 166, 77)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 191, 0) 0%, rgb(255, 166, 77) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 191, 0) 0%, rgb(255, 166, 77) 100%);
	background-image: linear-gradient(180deg, rgb(255, 191, 0) 0%, rgb(255, 166, 77) 100%);
}

.u-button.-yellow {
	color: #444;
	background: #FFE200;
}

.u-button.-yellow:hover {
	background: #FFE808;
}

.u-button.is-disable {
	color: #fff;
	background: #666;
	cursor: default;
}

.u-button.is-disable:hover {
	background: #666;
	-webkit-transform: none;
	transform: none;
	text-shadow: none;
}

.u-button.-hasIcon:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	background: url(../img/icn-button_x2.png) 0 0 no-repeat;
	background-size: 1100% 100%;
	margin: 0 5px 0 0;
}

.is-ltIE9 .u-button.-hasIcon:before {
	background-image: url(../img/icn-button.png);
}

.u-button.-hasIcon-list:before {
	background-position: 0% 0;
}

.u-button.-hasIcon-report:before {
	background-position: 10% 0;
}

.u-button.-hasIcon-arrow:before {
	background-position: 20% 0;
}

.u-button.-hasIcon-form:before {
	background-position: 30% 0;
}

.u-button.-hasIcon-print:before {
	background-position: 40% 0;
}

.u-button.-hasIcon-calendar:before {
	background-position: 50% 0;
}

.u-button.-hasIcon-arrowGray:before {
	background-position: 60% 0;
}

/* ページタブ */
.u-pageTab {
	border-bottom: 1px solid #56B300;
	margin-top: -10px;
	margin-bottom: 19px;
}

.u-pageTab:after {
	content: "";
	display: block;
	clear: both;
}

.u-pageTab_list li {
	margin: 0 8px 0 0;
	float: left;
}

.u-pageTab_list li:last-child {
	margin-right: 0;
	float: right;
}

.u-pageTab_list li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 41px;
	width: 207px;
	border: 1px solid #009027;
	color: #009027;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(237, 237, 237)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%);
	background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%);
	text-indent: 14px;
	text-decoration: none;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 10px 0 0;
	-webkit-transition: margin 0.3s, padding 0.3s;
	transition: margin 0.3s, padding 0.3s;
}

.u-pageTab_list li a:hover {
	margin-top: 0;
	padding-bottom: 10px;
}

.u-pageTab_list li a.-current {
	background: #56B400;
	border-color: #56B400;
	border-bottom: none;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

[class*="u-icon"]:after,
[class*="u-icon"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	margin: 0 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

/* 汎用注意文 */
.u-cautionText {
	color: #f00;
}

/* MTアップロードイメージ */
.u-mtImage {
	visibility: hidden;
}

.u-mtImage {
	max-width: 100%;
	height: auto;
}

.u-mtImage-float {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.is-ltIE8 .u-mtImage-float {
	position: static;
}

.u-mtImageDummy {
	width: 100%;
	height: auto;
}

.is-ltIE8 .u-mtImage {
	visibility: visible;
	width: auto;
	height: auto;
	max-width: none;
}

.is-ltIE8 .u-mtImageDummy {
	display: none;
}

.u-mtImageWrapper {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.is-ltIE8 .u-mtImageWrapper {
	background-image: none !important;
}

/* ステータス 
# 頭にis-
*/
.is-active {
}

.is-show {
	visibility: visible;
}

.is-hidden {
	visibility: hidden;
}

.is-blok {
	display: block;
}

.is-none {
	display: none;
}

.is-alert {
}

.is-animated {
}

.is-ltIE9 {
}

.is-ltIE8 {
}

.is-ltIE7 {
}

/* アイコンフォント */
@font-face {
	font-family: 'icomoon';
	src: url('../lib/icomoon/fonts/icomoon.eot?m9u969');
	src: url('../lib/icomoon/fonts/icomoon.eot?#iefixm9u969') format('embedded-opentype'), url('../lib/icomoon/fonts/icomoon.woff?m9u969') format('woff'), url('../lib/icomoon/fonts/icomoon.ttf?m9u969') format('truetype'), url('../lib/icomoon/fonts/icomoon.svg?m9u969#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* レスポンシブルール */
.allDeviceBlock,
.spBlock {
	display: none;
}

.allDeviceInline,
.spInline {
	display: none;
}

.pageHeader_info {
	position: absolute;
	z-index: 1;
	max-width: 666px;
	width: 100%;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pageHeader_info:after {
	content: "";
	display: block;
	clear: both;
}

.pageHeader_size {
	display: flex;
	align-items: center;
	color: #FFF;
	margin-right: 20px;
}

.pageHeader_size_text {
	font-size: 0.9375rem;
	font-weight: bold;
}

.pageHeader_size_list {
	margin-left: 20px;
}

.pageHeader_size_list > li {
	font-size: 0.875rem;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 10px;
	background-color: #013C97;
	border-radius: 5px;
	cursor: pointer;
}

.pageHeader_size_list > li.active {
	color: #393939;
	background-color: #FFE201;
}

.pageHeader_size_list > li:first-child {
	margin-left: 0;
}

.pageHeader_info_link {
	float: left;
	width: 145px;
}

.pageHeader_info_link > a {
	background-image: -moz-linear-gradient(48% 0% -90deg, rgb(255, 105, 166) 0%, rgb(255, 91, 142) 100%);
	background-image: -webkit-gradient(linear, 48% 0%, 48% 118%, color-stop(0, rgb(255, 105, 166)), color-stop(1, rgb(255, 91, 142)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 105, 166) 0%, rgb(255, 91, 142) 100%);
	background-image: linear-gradient(180deg, rgb(255, 105, 166) 0%, rgb(255, 91, 142) 100%);
	line-height: 31px;
	height: 31px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 0 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.is-ltIE8 .pageHeader_info_link > a {
	background: rgb(255, 91, 142);
}

.pageHeader_info_link > a:hover {
}

.pageHeader_info_link > a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../img/icn-header-navi_x2.png) 0 0 no-repeat;
	background-size: 6px 10px;
	margin: 0 5px 0 0;
}

.is-ltIE8 .pageHeader_info_link > a:before {
	background-image: url(../img/icn-header-navi.png);
}

.pageHeader_info_link > a:after {
}

.pageHeader_search {
	width: 200px;
	float: right;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.pageHeader_search_leftCol {
	float: left;
	width: 166px;
}

.pageHeader_search_input {
	width: 156px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	line-height: 23px;
	height: 23px;
	display: block;
	padding: 0 5px;
	border: 4px solid #00398F;
}

.pageHeader_search_rightCol {
	width: 34px;
	float: right;
}

.pageHeader_search_button {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	font-size: inherit;
	background-image: -moz-linear-gradient(rgb(0, 73, 180) 0%, rgb(0, 57, 143) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(0, 73, 180)), color-stop(1, rgb(0, 57, 143)));
	background-image: -webkit-linear-gradient(rgb(0, 73, 180) 0%, rgb(0, 57, 143) 100%);
	background-image: linear-gradient(rgb(0, 73, 180) 0%, rgb(0, 57, 143) 100%);
	width: 100%;
	line-height: 31px;
	height: 31px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.is-ltIE8 .pageHeader_search_button {
	background-color: rgb(0, 57, 143);
}

.pageHeader_search_button:hover {
}

.pageHeader_search_button > img {
	vertical-align: middle;
	display: inline-block;
}

.pageHeader_search_button:hover > img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.pageHeader_gcse {
	display: none;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {

	/* 汎用ルール
		#頭にu-を付ける
	*/
	.u-inner {
		padding: 0 2%;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.allDeviceNone {
		display: none;
	}

	.allDeviceBlock {
		display: block;
	}

	.allDeviceInline {
		display: inline;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}

	/* ヘッダー */
	.pageHeader {
		padding: 10px 0 10px;
	}

	.pageHeader_logo {
		float: none;
		text-align: center;
		margin: 0 0 15px;
	}

	.pageHeader_nav_list {
		float: none;
		text-align: center;
		padding: 0;
	}

	.pageHeader_nav_list a {
		padding-left: 10px;
		font-size: 12px;
		background-size: 6px auto;
	}

	.pageHeader_nav_list a.-tourists {
		line-height: 20px;
	}

	/* グローバルナビ */
	.gnav {
	}

	.gnav_inner {
		padding: 0;
	}

	.gnav_list {
		background: none;
		padding: 0;
		display: table;
		width: 100%;
	}

	.gnav_list > li {
		float: none;
		display: table-cell;
		background: none;
		padding: 0;
		vertical-align: middle;
	}

	.gnav_list > li > a {
		line-height: 56px;
		font-size: 11px;
		padding: 0 4px;
		white-space: nowrap;
	}

	.gnav_list > li > a.-multiline {
		line-height: 16px;
		padding: 12px 0;
	}

	.gnav_list .p-home,
	.gnav_list .p-event,
	.gnav_list .p-930E,
	.gnav_list .p-kenki,
	.gnav_list .p-nature,
	.gnav_list .p-classroom,
	.gnav_list .p-display,
	.gnav_list .p-guide {
		width: auto;
	}

	li.p-event .gnav_listChild {
		left: 0;
		margin-left: 0;
	}

	/* ホームアイコン */
	.gnav_list .p-home .gnav_icon {
		width: 14px;
		height: 14px;
	}

	/* フッター */
	.pageFooter_pageTop {
		font-size: 10px;
		top: -64px;
		width: 105px;
		height: 51px;
	}

	.pageFooter_pageTop a {
		padding: 0;
		background-size: 100% auto;
		width: 100%;
		height: 51px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pageFooter_pageTop a:hover {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	.pageFooter_pageTop_circle {
		padding: 5px 0 0;
		width: 48px;
		height: 48px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pageFooter_pageTop_icon {
		margin: 0 auto 4px;
		width: 10px;
		height: 10px;
	}

	/* 背景が青の時、文字を白色に */
	.pageFotter_nav {
		display: inline-block;
		font-size: 12px;
		margin: 0 10px 0 0;
	}

	.pageFooter_copyright {
		font-size: 10px;
	}

	/* コンテンツ */
	.mainContents {
		padding: 30px;
		border-radius: 10px;
	}

	.mainContents-secondary {
		margin-top: 24px;
	}

	.mainContents-bgGrid {
		border: 20px solid #fff;
		padding-right: 10px;
		padding-left: 10px;
		background-size: 100% auto;
	}

	/* パンクズ */
	.pankuzu {
		margin: 18px 0 10px;
	}

	/* 汎用見出し */
	.u-headline01 {
		border-radius: 3px;
		font-size: 18px;
		line-height: 43px;
		margin: 0 0 20px;
	}

	.u-headline02 {
		font-size: 16px;
		line-height: 36px;
		padding: 0 14px;
		margin: 0 0 8px;
		border-radius: 2px;
	}

	.u-headline03 {
		font-size: 15px;
		padding: 0 0 0 13px;
	}

	.u-headline03:after {
		height: 100%;
	}

	/* 汎用ボタン */
	.u-button {
		font-size: 15px;
		line-height: 40px;
		min-width: 0px;
		width: 100%;
	}

	.u-button.-hasIcon:before {
		width: 17px;
		height: 16px;
		margin: 0 5px 0 0;
	}

	/* ページタブ */
	.u-pageTab {
		margin: 0 0 20px;
		text-align: center;
		border-bottom: none;
	}

	.u-pageTab_list {
		margin: 0 0;
	}

	.u-pageTab_list li {
		float: left;
		display: block;
		width: 23.5%;
		margin: 0 2% 0 0;
	}

	.u-pageTab_list li:last-child {
		float: right;
	}

	.u-pageTab_list li a {
		margin: 0;
		border: 1px solid #009027;
		border-radius: 5px;
		text-indent: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.u-pageTab_list li a:hover {
		margin-top: 0;
		padding-bottom: 0px;
	}

	.u-pageTab_list li a.-current {
		background: #56B400;
		border-color: #56B400;
		border-bottom: none;
		color: #fff;
		cursor: default;
		pointer-events: none;
	}

	.pageHeader_info {
		position: static;
		margin: 0 auto 10px;
	}

	.pageHeader_info_link {
	}

	.pageHeader_info_link > a {
	}

	.pageHeader_info_link > a:hover {
	}

	.pageHeader_info_link > a:before {
	}

	.pageHeader_info_link > a:after {
	}

	.pageHeader_search {
		float: none;
		margin: 0 auto;
	}

	.pageHeader_search_leftCol {
	}

	.pageHeader_search_input {
		border-width: 2px;
		height: 27px;
		line-height: 27px;
	}

	.pageHeader_search_rightCol {
	}

	.pageHeader_search_button {
	}

	.pageHeader_search_button:hover {
	}

	.pageHeader_search_button > img {
	}

	.pageHeader_gcse {
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.spNone {
		display: none;
	}

	.spBlock {
		display: block;
	}

	.spInline {
		display: inline;
	}

	/* ヘッダー */
	.pageHeader {
		position: relative;
		z-index: 2;
		padding: 9px 0 0;
	}

	.pageHeader_inner {
		padding: 0;
	}

	.pageHeader_logo {
		float: none;
		text-align: center;
		margin-bottom: 9px;
	}

	.pageHeader_logo img {
		width: 162px;
	}

	.pageHeader_nav_list {
		display: none;
	}

	.pageHeader_spMenu {
		background-image: -moz-linear-gradient(41% 0% -90deg, rgb(0, 69, 183) 0%, rgb(0, 61, 153) 100%);
		background-image: -webkit-gradient(linear, 41% 0%, 41% 111%, color-stop(0, rgb(0, 69, 183)), color-stop(1, rgb(0, 61, 153)));
		background-image: -webkit-linear-gradient(-90deg, rgb(0, 69, 183) 0%, rgb(0, 61, 153) 100%);
		background-image: linear-gradient(180deg, rgb(0, 69, 183) 0%, rgb(0, 61, 153) 100%);
		color: #fff;
		display: block;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 17px;
		line-height: 42px;
	}

	.pageHeader_spMenu.is-open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.pageHeader_spMenu:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		border: 3px solid #FFD700;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		border-bottom: none;
		border-left: none;
		margin-top: -3px;
		margin-left: 10px;
	}

	.pageHeader_spMenu:before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 12px;
		background: url(../img/icn-sp-menu.png) 0 0 no-repeat;
		background-size: 100% 200%;
		margin-right: 10px;
	}

	.pageHeader_spMenu.is-open:before {
		background-position: 0 100%;
	}

	/* グローバルナビ */
	.gnav {
	}

	.gnav_inner {
		padding: 0;
	}

	.gnav_list {
		width: 100%;
		display: none;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	}

	.gnav_list.is-show {
		display: block;
	}

	.gnav_list > li {
		float: none;
		display: block;
	}

	.gnav_list > li > a {
		line-height: 44px;
		font-size: 14px;
		padding: 0 15px;
		text-align: left;
		background: #fff;
		color: #444;
		border-bottom: 1px solid #ccc;
		position: relative;
		z-index: 1;
	}

	.gnav_list > li > a.-multiline {
		padding: 6px 15px;
	}

	.gnav_list > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 3px solid #2279E0;
		margin-top: -5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	.gnav_list > li > a.is-open {
		background: #D4E8FF;
	}

	.gnav_list > li > a.is-open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.p-display .gnav_list li.p-display > a:after,
	.p-home .gnav_list li.p-home > a:after,
	.p-event .gnav_list li.p-event > a:after,
	.p-kenki .gnav_list li.p-kenki > a:after,
	.p-classroom .gnav_list li.p-classroom > a:after,
	.p-about .gnav_list li.p-about > a:after,
	.p-guide .gnav_list li.p-guide > a:after,
	.p-nature .gnav_list li.p-nature > a:after {
		display: none;
	}

	/* ホームアイコン */
	.gnav_list .p-home .gnav_text {
		display: inline;
	}

	.gnav_list .p-home .gnav_icon {
		display: none;
	}

	.gnav .p-other {
		display: block;
	}

	/* サブナビゲーション */
	.gnav_listChild {
		opacity: 1;
		position: static;
		background: #f00;
		border: none;
		border-radius: 0;
		padding: 0;
		width: auto;
		margin-left: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		transform-origin: center top;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: none;
	}

	/* 吹き出し位置調整 */
	li.p-event .gnav_listChild {
		margin-left: 0;
	}

	li.p-guide .gnav_listChild {
		margin-left: 0;
	}

	.gnav_listChild.is-active {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.p-event .gnav_list li.p-event .gnav_listChild,
	.p-kenki .gnav_list li.p-kenki .gnav_listChild,
	.p-classroom .gnav_list li.p-classroom .gnav_listChild,
	.p-about .gnav_list li.p-about .gnav_listChild,
	.p-guide .gnav_list li.p-guide .gnav_listChild,
	.p-nature .gnav_list li.p-nature .gnav_listChild,
	.gnav_listChild.is-show {
		display: block;
	}

	/* スマホは吹き出し無 */
	.gnav_listChild:after {
		display: none;
	}

	.gnav_listChild:before {
		display: none;
	}

	.gnav_listChild li {
		width: 100%;
		margin: 0;
	}

	.gnav_listChild > li > a {
		color: #444;
		background: #fff;
		line-height: 44px;
		border-radius: 0;
		padding: 0 15px;
		text-indent: 1.5em;
		font-weight: bold;
		position: relative;
		z-index: 1;
		border-bottom: 1px solid #ccc;
	}

	.gnav_listChild > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 3px solid #2279E0;
		margin-top: -5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	.gnav_listChild > li > a:hover {
		background-color: #FAD500;
		color: #2048B4;
	}

	.p-event-list .gnav_listChild li.p-event-list a,
	.p-event-calendar .gnav_listChild li.p-event-calendar a,
	.p-kenki-quiz .gnav_listChild li.p-kenki-quiz a,
	.p-kenki-picture .gnav_listChild li.p-kenki-picture a,
	.p-kenki-machines .gnav_listChild li.p-kenki-machines a,
	.p-kenki-report .gnav_listChild li.p-kenki-report a,
	.p-kenki-testRide .gnav_listChild li.p-kenki-testRide a,
	.p-guide-access .gnav_listChild li.p-guide-access a,
	.p-guide-faq .gnav_listChild li.p-guide-faq a,
	.p-guide-guide .gnav_listChild li.p-guide-guide a,
	.p-about-index .gnav_listChild li.p-about-index a,
	.p-about-sukusuku .gnav_listChild li.p-about-sukusuku a,
	.p-about-volunteer .gnav_listChild li.p-about-volunteer a,
	.p-about-report .gnav_listChild li.p-about-report a,
	.p-nature-diary .gnav_listChild li.p-nature-diary a {
		background-color: #FDEDA0;
	}

	.p-event-list .gnav_listChild li.p-event-list a:after,
	.p-event-calendar .gnav_listChild li.p-event-calendar a:after,
	.p-kenki-quiz .gnav_listChild li.p-kenki-quiz a:after,
	.p-kenki-picture .gnav_listChild li.p-kenki-picture a:after,
	.p-kenki-machines .gnav_listChild li.p-kenki-machines a:after,
	.p-kenki-report .gnav_listChild li.p-kenki-report a:after,
	.p-kenki-testRide .gnav_listChild li.p-kenki-testRide a:after,
	.p-guide-access .gnav_listChild li.p-guide-access a:after,
	.p-guide-faq .gnav_listChild li.p-guide-faq a:after,
	.p-guide-guide .gnav_listChild li.p-guide-guide a:after,
	.p-about-index .gnav_listChild li.p-about-index a:after,
	.p-about-sukusuku .gnav_listChild li.p-about-sukusuku a:after,
	.p-about-volunteer .gnav_listChild li.p-about-volunteer a:after,
	.p-about-report .gnav_listChild li.p-about-report a:after,
	.p-nature-diary .gnav_listChild li.p-nature-diary a:after {
		display: none;
	}

	/* フッター */
	.pageFooter_pageTop {
		position: fixed;
		font-size: 10px;
		top: auto;
		bottom: 30px;
		width: 64px;
		height: 32px;
		z-index: 10;
		right: 0;
	}

	.pageFooter_pageTop.is-show {
		opacity: 0.8;
		-webkit-animation: pageTop 3s ease-in-out 1;
		animation: pageTop 3s ease-in-out 1;
		right: -20px;
	}

	.pageFooter_pageTop.is-bottom {
		bottom: 75px;
	}

	@-webkit-keyframes pageTop {
		from {
			opacity: 0;
			right: -64px;
		}

		50%,
		80% {
			opacity: 1;
			right: 0;
		}

		to {
			opacity: 0.8;
			right: -20px;
		}

	}

	@keyframes pageTop {
		from {
			opacity: 0;
			right: -64px;
		}

		50%,
		80% {
			opacity: 1;
			right: 0;
		}

		to {
			opacity: 0.8;
			right: -20px;
		}

	}

	.pageFooter_pageTop a {
		height: 32px;
	}

	.pageFooter_pageTop a:hover {
		-webkit-transform: none;
		transform: none;
	}

	.pageFooter_pageTop a:hover .pageFooter_pageTop_circle {
		-webkit-transform: none;
		transform: none;
	}

	.pageFooter_pageTop_circle {
		position: absolute;
		z-index: 1;
		left: -20px;
		top: -17px;
		padding: 5px 0 0;
		width: 50px;
		height: 50px;
		font-size: 10px;
		box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	}

	.pageFooter_pageTop_icon {
		width: 12px;
		height: 12px;
	}

	/* 背景が青の時、文字を白色に */
	.pageFotter_nav {
		margin: 0;
		display: block;
	}

	.pageFooter_nav_list li a {
		background: #0043B0;
		color: #fff;
		font-weight: bold;
		padding: 3px 10px;
		font-size: 10px;
		border-radius: 10px;
	}

	.pageFooter_nav_list li a:hover {
		background: rgba(0, 67, 176, 0.80);
		text-shadow: 0 0 5px #fff;
		text-decoration: none;
	}

	.pageFooter_nav_list li:before {
		display: none;
	}

	.pageFooter_copyright {
		margin: 8px 0 0;
		display: block;
	}

	/* コンテンツ */
	.mainContents {
		padding: 15px;
		border-radius: 5px;
	}

	.mainContents-secondary {
		margin-top: 24px;
	}

	.mainContents-bgGrid {
		border: 10px solid #fff;
	}

	/* パンクズ */
	.pankuzu {
		margin: 10px 0 10px;
		font-size: 10px;
	}

	.pankuzu_list li {
		margin-right: 12px;
	}

	.pankuzu_list li a {
		position: relative;
		background: #0043B0;
		line-height: 26px;
		padding: 0 5px 0 10px;
	}

	.pankuzu_list li a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.pankuzu_list li:before {
		display: none;
	}

	.pankuzu_list li a:after {
		content: "";
		display: block;
		border: 13px solid #0043B0;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-top-color: transparent;
		height: 0;
		width: 0;
		position: absolute;
		z-index: -1;
		right: -26px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.pankuzu_list li a:before {
		content: "";
		display: block;
		border: 13px solid #0043B0;
		border-left-color: transparent;
		height: 0;
		width: 0;
		position: absolute;
		z-index: -1;
		left: -13px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.pankuzu_list li:first-child a:before {
		border: none;
		height: 12px;
		width: 12px;
		position: absolute;
		z-index: 1;
		left: 8px;
		background: url(../img/icn-home_x2.png) 0 0 no-repeat;
		background-size: 100% 200%;
	}

	.pankuzu_list li:first-child a {
		text-indent: -9999px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.pankuzu_list li:last-child {
		padding: 0 10px 0 5px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		line-height: 26px;
		color: #2048B4;
		background: #FAD500;
		position: relative;
		text-shadow: 0 0 5px #fff;
	}

	.pankuzu_list li:last-child:before {
		content: "";
		display: block;
		border: 13px solid #FAD500;
		border-left-color: transparent;
		height: 0;
		width: 0;
		position: absolute;
		z-index: -1;
		left: -13px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	/* 汎用見出し */
	.u-headline01 {
		border-radius: 2px;
		font-size: 16px;
		line-height: 1.2;
		padding: 7px 10px;
		text-indent: 0;
		margin: 0 0 15px;
	}

	.u-headline02 {
		font-size: 15px;
		line-height: 1.3;
		padding: 5px 12px;
		margin: 0 0 8px;
	}

	.u-headline03 {
		font-size: 14px;
		padding: 0 0 0 10px;
	}

	.u-tableForm {
		margin: 16px 0 0;
	}

	.u-tableForm > tbody > tr > td,
	.u-tableForm > tbody > tr > th {
		padding: 5px 5px;
		border-bottom: 1px solid #ccc;
		font-size: 10px;
	}

	.u-tableForm > tbody > tr > th {
		width: auto;
		line-height: 1.2;
	}

	/* 汎用フォーム */
	.u-input {
		font-size: 13px;
	}

	/* 汎用ボタン */
	.u-button {
		line-height: 36px;
		font-size: 13px;
		width: 100%;
		border-radius: 10px;
	}

	.u-button.-hasIcon:before {
		width: 15px;
		height: 14px;
	}

	/* ページタブ */
	.u-pageTab_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.u-pageTab_list li:nth-child(2n) {
		margin-right: 0;
	}

	.u-pageTab_list li a {
		line-height: 36px;
		font-size: 14px;
	}

	.pageHeader_info {
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5px;
	}

	.pageHeader_info_link {
		width: 38%;
	}

	.pageHeader_info_link > a {
		font-size: 11px;
		line-height: 28px;
		box-shadow: none;
		white-space: nowrap;
		border-radius: 3px;
		height: 28px;
	}

	.pageHeader_info_link > a:hover {
	}

	.pageHeader_info_link > a:before {
		width: 5px;
		height: 8px;
		background-size: 100% 100%;
		margin-right: 3px;
	}

	.pageHeader_info_link > a:after {
	}

	.pageHeader_search {
		width: auto;
		position: relative;
		z-index: 1;
		box-shadow: none;
		max-width: 300px;
	}

	.pageHeader_search_leftCol {
		width: 100%;
		padding-right: 28px;
		box-sizing: border-box;
	}

	.pageHeader_search_input {
		width: 100%;
		line-height: 28px;
		box-sizing: border-box;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-width: 1px;
		height: 28px;
	}

	.pageHeader_search_rightCol {
		width: 28px;
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
	}

	.pageHeader_search_button {
		width: 28px;
		line-height: 28px;
		height: 28px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.pageHeader_search_button:hover {
	}

	.pageHeader_search_button > img {
		width: 15px;
	}

	.pageHeader_gcse {
	}

}
