@charset "UTF-8";


/*
	

	Common



 */


/*
	Device for Landscape

--------------------------------------------------- */
#caution_scene,
#fade_scene { display: none; }


/*
	base

--------------------------------------------------- */
* {
	margin: 0;
	padding: 0;

	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;*/

	/*-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;*/

	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	overflow-scrolling: touch;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
html,
body { height: 100%; }
body {
	background-color: rgba(250, 250, 250, 1);
	cursor: default;
	color: rgba(50, 50, 50, 1);
	display: block;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
	height: 100%;
	line-height: 1;
	overflow-x: hidden;
	position: relative;
	width: 100%;

	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	overflow-scrolling: touch;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}
a,
a:hover { text-decoration: none; }
a:link {}
a:visited {}
img {
	margin: 0;
	max-width: 100%;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	}
img:hover { outline: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	margin: 0;
	}
input,
select,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 16px;
	}
figure,
figcaption {
	margin: 0;
	padding: 0;
	}

::-webkit-selection {
	background-color: rgba(240, 230, 80, 1);
	color: rgba(50, 50, 50, 1);
	}
::-moz-selection {
	background-color: rgba(240, 230, 80, 1);
	color: rgba(50, 50, 50, 1);
	}
::selection {
	background-color: rgba(240, 230, 80, 1);
	color: rgba(50, 50, 50, 1);
	}


/*
	loading

--------------------------------------------------- */
#loader-bg {
	background: #0090d2;
	display: none;
	height: 100%;
	left: 0px;
	overflow: hidden;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 900;
	}
	body > #loader-bg { height: 100% !important; }
	#loader {
		background: url(/src/img/common/loading/spinner.png) 0 0 no-repeat;
	    color: #fff;
	    display: none;
	    height: 200px;
	    left: 50%;
	    font-size: 12px;
	    margin-left: -100px;
	    margin-top: -100px;
	    position: absolute;
	    text-indent: -9999px;
	    top: 50%;
	    width: 200px;
	    z-index: 2;

		-webkit-animation: anm-spinner 4s steps(11) alternate infinite;
		-moz-animation: anm-spinner 4s steps(11) alternate infinite;
		animation: anm-spinner 4s steps(11) alternate infinite;

		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		transition-duration: 0s;
		}
		
		@-webkit-keyframes anm-spinner {
			0% { background-position: 0 0; }
			20% { background-position: -2200px 0; }
			100% { background-position: -2200px 0; }
			}
		@-moz-keyframes anm-spinner {
			0% { background-position: 0 0; }
			20% { background-position: -2200px 0; }
			100% { background-position: -2200px 0; }
			}


/*
	YouTube

--------------------------------------------------- */
.ytb { padding: 56.25% 0 0; position: relative; width: 100%; }
.ytb iframe { border: none; height: 100%!important; position: absolute; right: 0; top: 0; width: 100%!important; }


/*
	Common

--------------------------------------------------- */

	/* Common > Title */
	.com-ttl {
		color: rgba(80, 180, 40, 1);
		display: inline-block;
		font-family: "Rounded Mplus 1c";
		font-weight: 800;
		position: relative;
		vertical-align: middle;

		-webkit-transform: rotate(.03deg);
		transform: rotate(.03deg);
		}
		.com-ttl-sub {}
		.com-ttl-main {}

	/* Anchor Position */
	.com-anchor { display: block; }

	/* Logo */
	.com-logo {
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		}
		.coml-item {
			background-position: center;
			background-repeat: no-repeat;
			background-size: 100%;
			display: inline-flex;
			align-items: center;
			justify-content: flex-start;
			/*color: transparent;*/
			/*text-indent: -9999px;*/
			}
			.coml-item img { transition: all .5s; }
			.coml-shiawasenowa { background-image: url(/src/img/common/logo/shiawasenowa-normal.png); }
			/*.coml-citykikugawa { background-image: url(/src/img/common/logo/citykikugawa-normal.png); }*/

	/* Character */
	.com-character {}
		.comc-item {
			color: transparent;
			text-indent: -9999px;
			}
		.comc-kikunon { background-image: url(/src/img/common/character/kikunon-normal-pt1.png); }

	/* More */
	.com-more { text-align: center; }
		.cm-item {
			border: 2px solid rgba(182, 216, 145, 1);
			display: inline-table;
			overflow: hidden;
			}
			.cm-item span {
				background-color: rgba(255, 255, 255, 1);
				color: rgba(50, 50, 50, 1);
				display: table-cell;
				vertical-align: middle;
				}

	/* Account */
	.link-act {
		background-color: rgba(0, 0, 0, .1);
		font-family: "Rounded Mplus 1c";
		font-weight: 600;
		transform: rotate(.03deg);
		}
		.link-act-ttl {
			display: inline-flex;
			flex-direction: column;
			margin: 0 auto;
			}
			.link-act-ttl small {
				background-color: rgba(80, 180, 40, 1);
				color: rgba(255, 255, 255, 1);
				display: inline-block;
				font-size: 80%;
				}
		.link-act-list {
			margin: 0 auto;
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			}
			.link-act-item {
				color: rgba(255, 255, 255, 1);
				position: relative;
				display: inline-flex;
				align-items: center;
				border-radius: 100px;
				}
			.link-act-item:after {
				background-image: url(/src/img/common/arrow/right-wh.png);
				background-position: center;
				background-repeat: no-repeat;
				content: '';
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				}
			.link-act-item.website { background-color: rgba(80, 180, 40, 1); }
			.link-act-item.line { background-color: rgba(10, 180, 60, 1); }
			.link-act-item.facebook { background-color: rgba(65, 105, 180, 1); }
			.link-act-item.twitter { background-color: rgba(30, 160, 240, 1); }
			.link-act-item.instagram { background-color: rgba(210, 80, 100, 1); }
			.link-act-item.youtube { background-color: rgba(255, 0, 0, 1); }

	/* Social */
	.com-share {
		display: -webkit-flex;
		display: flex;
		}
		.shr-item {
			background-position: center;
			background-repeat: no-repeat;
			display: inline-block;
			position: relative;
			text-indent: -9999px;
			}
		.shr-facebook {
			background-image: url(/src/img/common/social/facebook-white.png);
			background-color: rgba(41, 87, 156, 1);
			}
		.shr-twitter {
			background-image: url(/src/img/common/social/twitter-white.png);
			background-color: rgba(50, 167, 224, 1);
			}
		.shr-line {
			background-image: url(/src/img/common/social/line-white.png);
			background-color: rgba(0, 185, 0, 1);
			}
		.shr-hatena {
			background-image: url(/src/img/common/social/hatena-white.png);
			background-color: rgba(0, 103, 157, 1);
			}
		.shr-googleplus {
			background-image: url(/src/img/common/social/googleplus-white.png);
			background-color: rgba(220, 80, 50, 1);
			}

	/* Header */
	#gl-header {
		background-color: rgba(255, 255, 255, 1);
		position: fixed;
		z-index: 100;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		}
		#h-logo {
			display: -webkit-flex;
			display: flex;
			/*-webkit-justify-content: space-between;
			justify-content: space-between;*/
			}
			#h-logo .com-logo {}
				#h-logo .coml-item {}
				#h-logo .coml-shiawasenowa {}
				#h-logo .coml-citykikugawa {}
				#h-logo .coml-chabashira {}
					#h-logo .coml-chabashira img { width: 100%; }

	/* Nav */
	#nav-trigger {}
		#nt-wrap {}
			#nt-mark {}
				#nt-mark span {}
				#nt-mark span:nth-child(1) {}
				#nt-mark span:nth-child(2) {}
				#nt-mark span:nth-child(3) {}
	#gl-nav {}
		#gn-scrollarea {
			position: relative;
			z-index: 1;
			}
			#gn-wrap {}
				.gn-item {
					background-position: center top;
					background-repeat: no-repeat;
					color: rgba(50, 50, 50, 1);
					font-weight: 700;
					position: relative;
					text-align: center;
					}
					.gn-item span {
						display: inline-block;
						vertical-align: middle;
						position: relative;
						}
		/* Nav > Scheme */
		#gn-alacarte { background-image: url(/src/img/common/icon/wifi-gr.png); }
		#gn-life { background-image: url(/src/img/common/icon/home-gr.png); }
		#gn-people { background-image: url(/src/img/common/icon/family-gr.png); }
		#gn-news { background-image: url(/src/img/common/icon/newspaper-gr.png); }
		#gn-system { background-image: url(/src/img/common/icon/speaker-gr.png); }
		/* Nav > Current */
		.gn-item.gn-current {}
		#gn-vr.gn-current,
		#gn-blog.gn-current {
		    color: rgba(255, 255, 255, 1);
			text-decoration: none;
			}

	/* Main */
	.container {
		overflow-x: hidden;
		position: relative;
		}
		.container:before {
			background-image: url(/src/img/common/bg/circle-pt1.png);
			background-position: center top;
			background-repeat: repeat-y;
			bottom: 0;
			content: '';
			left: 0;
			position: absolute;
			right: 0;
			top: -5%;
			z-index: -10;

			-webkit-transition-duration: 30s;
			transition-duration: 30s;
			}
		/* Main > Scheme */
		.scrollactive .container:before { top: -20%; }

	/* Footer */
	#gl-footer { position: relative; }
		#glf-inner { text-align: center; }
		#f-menu {
			letter-spacing: -0.4em;
			text-align: center;
			}
			.fm-item {
				color: rgba(50, 50, 50, 1);
				display: inline-block;
				letter-spacing: 0em;
				font-weight: 700;
				vertical-align: middle;
				}
			.fm-item:last-child:after { display: none; }
		#f-credit {}
			#f-credit .com-logo {}
				#f-credit .com-logo .coml-chabashira {}
					#f-credit .com-logo .coml-chabashira img { width: 100%; }
					#f-credit .com-logo .coml-citykikugawa {}
			#f-address {}
		#f-copy {}
			#f-copy p {}

	/* Pagetop */
	.pagetop {
		background: url(/src/img/common/pagetop/kikunon.png) no-repeat;
		background-position: 0 0;
		cursor: pointer;
		overflow: hidden;
		position: fixed;
		right: 0;
		text-indent: -9999px;
		z-index: 10;

		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		transition-duration: 0s;
		}


/*
	

	MediaQuery



 */


@media screen and (min-width: 751px) {


/*
	Common

--------------------------------------------------- */

	/* Anchor Position */
	.com-anchor {
		margin-top: -80px;
		padding-top: 80px;
		}

	/* Logo */
	.com-logo {}
		.coml-item {}

	/* Character */
	.com-character {}
		.comc-item {}

	/* More */
	.com-more {}
		.cm-item {
			height: 30px;

			-webkit-border-radius: 15px;
			border-radius: 15px;
			}
			.cm-item span { padding: 0 40px; }

	/* Account */
	.link-act { padding: 30px; }
		.link-act-ttl {
			font-size: 25px;
			line-height: 1.5;
			}
		.link-act-list {
			margin-top: 10px;
			max-width: 900px;
			}
			.link-act-item {
				font-size: 18px;
				height: 40px;
				margin: 5px;
				padding: 0 20px;
				width: 220px;
				justify-content: center;
				}
			.link-act-item:after {
				background-size: 15px;
				height: 15px;
				right: 10px;
				width: 15px;
				}

	/* Social */
	.com-share {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		}
		.shr-item {
			background-size: 20px;
			height: 40px;
			margin: 0 5px;
			width: 190px;

			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;

			-webkit-transition-duration: .5s;
			-moz-transition-duration: .5s;
			transition-duration: .5s;
			}
		.shr-line { display: none; }

	/* Header */
	#gl-header {
		background-color: rgba(255, 255, 255, 1);
		height: 110px;
		left: 30px;
		min-width: 1130px;
		right: 30px;
		padding: 0 30px;
		top: 0;
		transition-duration: .5s;
		border-radius: 0 0 45px 45px;
		box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
		}
		#h-logo {}
			#h-logo .com-logo {}
				#h-logo .coml-item { margin: 0 5px; }
				#h-logo .coml-shiawasenowa { width: 250px; }
				#h-logo .coml-citykikugawa { width: 150px; }
				#h-logo .coml-chabashira {}
					#h-logo .coml-chabashira img { margin: 0 5px; }

		/* Header > Scheme */
		.scrollactive #gl-header { height: 80px; }
			.scrollactive #gl-header #gn-wrap { height: 80px; }
				.scrollactive #gl-header #gn-wrap .gn-item {
					background-position: center top 10px;
					background-size: 35px;
					padding-top: 30px;
					}
			.scrollactive #h-logo .coml-chabashira .chabashira { width: 60px; }
			.scrollactive #h-logo .coml-chabashira .chiisanaiikoto { width: 95px; }

	/* Nav */
	#nav-trigger { display: none; }
		#nt-wrap {}
			#nt-mark {}
				#nt-mark span {}
				#nt-mark span:nth-child(1) {}
				#nt-mark span:nth-child(2) {}
				#nt-mark span:nth-child(3) {}
	#gl-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		}
		#gn-scrollarea { text-align: right; }
			#gn-wrap {
				display: inline-table;
				border-collapse: separate;
				border-spacing: 30px 0;
				height: 90px;
				margin: 0 auto;
				min-width: 740px;
				}
				.gn-item {
					background-size: 40px;
					background-position: center top 15px;
					display: table-cell;
					font-size: .9rem;
					padding-top: 40px;
					vertical-align: middle;

					-webkit-transition-duration: .5s;
					-moz-transition-duration: .5s;
					transition-duration: .5s;
					}
					/*.gn-item:before,
					.gn-item:after {
						background-color: rgba(80, 180, 40, 1);
						content: '';
						position: absolute;
						}
					.gn-item:before {}
					.gn-item:after {
						bottom: 0;
						left: 50%;
						height: 5px;
						width: 0;

						-webkit-transition: all .3s ease;
						-moz-transition: all .3s ease;
						transition: all .3s ease;

						-webkit-transform: translateX(-50%);
						-moz-transform: translateX(-50%);
						transform: translateX(-50%);
						}*/
		/* Nav > Scheme */
		.gn-externallink span {}
			.gn-externallink span:before {
				height: 10px;
				right: -10px;
				top: -10px;
				width: 10px;
				}
		/* Nav > Hover */
		.gn-item:hover { color: rgba(80, 180, 40, 1); }
		/*.gn-item:hover:after { width: 50%; }*/
		/*.gn-item.gn-current:after { width: 100%; }*/
		.gn-item.gn-current {
			border-bottom: 5px solid rgba(80, 180, 40, 1);
			color: rgba(80, 180, 40, 1);
			}

	/* Main */
	.container {}

	/* Footer */
	#gl-footer { padding-bottom: 60px; }
		#glf-inner {}
		#f-menu { padding: 30px 0; }
			.fm-item {
				font-size: 15px;
				line-height: 2;
				}
			.fm-item:after {
				display: inline-block;
				content: '｜';
				margin: 0 10px;
				vertical-align: middle;
				}
		#f-credit {}
			#f-credit .com-logo {}
				#f-credit .com-logo .coml-item img { margin: 0 5px; }
				#f-credit .com-logo .coml-citykikugawa { width: 150px; }
				#f-credit .com-logo .coml-chabashira {}
					#f-credit .com-logo .coml-chabashira .chabashira { width: 100px; }
					#f-credit .com-logo .coml-chabashira .chiisanaiikoto { width: 160px; }
			#f-address {
				font-size: 14px;
				line-height: 1.5;
				margin-top: 10px;
				}
		#f-copy { margin-top: 20px; }
			#f-copy p { font-size: 12px; }

	/* Pagetop */
	.pagetop {
		background-size: auto 200px;
		height: 200px;
		right: 10px;
		width: 200px;

		-webkit-animation: anm-pagetop 3s steps(9) alternate infinite;
		-moz-animation: anm-pagetop 3s steps(9) alternate infinite;
		animation: anm-pagetop 3s steps(9) alternate infinite;
		}			
		@-webkit-keyframes anm-pagetop {
			0% { background-position: 0 0; }
			20% { background-position: -1800px 0; }
			100% { background-position: -1800px 0; }
			}
		@-moz-keyframes anm-pagetop {
			0% { background-position: 0 0; }
			20% { background-position: -1800px 0; }
			100% { background-position: -1800px 0; }
			}


}


/* ------------------------------------------------ */


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


/*
	Common

--------------------------------------------------- */

	/* Anchor Position */
	.com-anchor {
		margin-top: -60px;
		padding-top: 60px;
		}

	/* Logo */
	.com-logo {}
		.coml-item {}

	/* Character */
	.com-character {}
		.comc-item {}

	/* More */
	.com-more {}
		.cm-item {
			height: 30px;

			-webkit-border-radius: 15px;
			border-radius: 15px;
			}
			.cm-item span {
				font-size: 13px;
				padding: 0 30px;
				}

	/* Account */
	.link-act {
		margin-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 20px;
		padding: 20px;
		border-radius: 20px;
		}
		.link-act-ttl {
			font-size: 20px;
			line-height: 1.5;
			}
		.link-act-list { margin-top: 10px; }
			.link-act-item {
				font-size: 14px;
				height: 50px;
				margin: 1%;
				padding: 0 15px;
				width: 48%;
				justify-content: flex-start;
				}
			.link-act-item:after {
				background-size: 10px;
				height: 10px;
				right: 10px;
				width: 10px;
				}

	/* Social */
	.com-share {}
		.shr-item {
			background-size: 20px;
			height: 40px;
			margin: 0 5px;
			width: 65px;

			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;

			-webkit-transition-duration: .5s;
			-moz-transition-duration: .5s;
			transition-duration: .5s;
			}

	/* Header */
	#gl-header {
		display: inline-block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;

		-webkit-border-radius: 0 0 30px 30px;
		border-radius: 0 0 30px 30px;

		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
		}
		#h-logo {
			height: 60px;
			padding: 0 15px;
			}
			#h-logo .com-logo {}
			#h-logo .coml-item { margin: 0 5px; }
			#h-logo .coml-shiawasenowa { width: 150px; }
			#h-logo .coml-citykikugawa { width: 80px; }
				#h-logo .coml-chabashira {}
					#h-logo .coml-chabashira img { margin: 0 5px; }
					#h-logo .coml-chabashira .chabashira { width: 40px; }
					#h-logo .coml-chabashira .chiisanaiikoto { width: 65px; }

	/* Nav */
	#nav-trigger {
		background: rgba(255, 255, 255, 1);
		cursor: pointer;
		display: table;
		height: 50px;
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		z-index: 1000;

		-webkit-transition-duration: .5s;
		transition-duration: .5s;

		-webkit-border-radius: 50%;
		border-radius: 50%;
		}
		#nt-wrap {
			background-color: rgba(100, 170, 56, 0);
			display: table-cell;
			height: 100%;
			width: 100%;
			vertical-align: middle;
			text-align: center;

			-webkit-transition-duration: .5s;
			-moz-transition-duration: .5s;
			transition-duration: .5s;
			}
			#nt-mark {
			    height: 20px;
			    margin: 0 auto;
			    position: relative;
			    width: 25px;
			    z-index: 200;
				}
				#nt-mark span {
					background: rgba(80, 180, 40, 1);
					display: block;
					width: 25px;
					height: 3px;
					position: absolute;

					-webkit-transition: .5s;
					-moz-transition: .5s;
					transition: .5s;

					-webkit-border-radius: 1.5px;
					-moz-border-radius: 1.5px;
					border-radius: 1.5px;
					}
				#nt-mark span:nth-child(1) { top: 0; }
				#nt-mark span:nth-child(2) { top: 10px; }
				#nt-mark span:nth-child(3) { top: 20px; }
	#gl-nav {
		left: 200%;
		opacity: 0;
		padding-top: 60px;
		position: fixed;
		top: 0;
		width: 100%;

		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;

		-webkit-filter: blur(20px);
		-moz-filter: blur(20px);
		filter: blur(20px);
		}
		#gn-scrollarea {
			height: 100%;
			overflow-y: scroll;
			}
			#gn-wrap {
				padding: 0 30px;
				text-align: center;
				}
				.gn-item {
					background-size: 40px;
					display: inline-table;
					font-size: 13px;
					margin: 0 10px 25px;
					padding-top: 45px;
					vertical-align: top;
					}
					.gn-item span { display: table-cell; }

				.gn-item:nth-child(1) { transition-duration: .5s; }
				.gn-item:nth-child(2) { transition-duration: .75s; }
				.gn-item:nth-child(3) { transition-duration: 1s; }
				.gn-item:nth-child(4) { transition-duration: 1.25s; }
				.gn-item:nth-child(5) { transition-duration: 1.5s; }
				.gn-item:nth-child(6) { transition-duration: 1.75s; }
				.gn-item:nth-child(7) { transition-duration: 2s; }
				.gn-item:nth-child(8) { transition-duration: 2.25s; }
				.gn-item:nth-child(9) { transition-duration: 2.5s; }
	/* Glnav > Color Scheme */
	#gn-vr.gn-current,
	#gn-blog.gn-current { color: rgba(50, 50, 50, 1); }
	.gn-externallink span {}
		.gn-externallink span:before {
			height: 10px;
			right: -10px;
			top: -10px;
			width: 10px;
			}
	/* Glnav > Scroll Passive */
	.scrollactive #nav-trigger {
		right: 10px;
		top: 15px;

		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		box-shadow: 0 -7px 12px rgba(0, 0, 0, .15);
		}
	/* Glnav > open */
	.glnav-open { /*overflow: hidden;*/ }
	.glnav-open #gl-nav {
		opacity: 1;

		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		filter: blur(0px);
		}
		.glnav-open #gl-nav:before {
			background: rgba(255, 255, 255, 1);
			content: '';
			left: 0;
			height: 1000%;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
			}
	.glnav-open #gl-nav-trigger { background: rgba(33, 161, 238, 0); }
		.glnav-open #nt-wrap { background-color: rgba(100, 170, 56, 0); }
			.glnav-open #nt-wrap p { color: rgba(255, 255, 255, 1); }
			/*.glnav-open #nt-mark span { background: rgba(65, 65, 65, 1); }*/
					.glnav-open #nt-mark span:nth-child(1) {
		            	-webkit-transform: translateY(10px) rotate(-45deg);
		            	-moz-transform: translateY(10px) rotate(-45deg);
		            	transform: translateY(10px) rotate(-45deg);
						}
					.glnav-open #nt-mark span:nth-child(2) { opacity: 0; }
					.glnav-open #nt-mark span:nth-child(3) {
		            	-webkit-transform: translateY(-10px) rotate(45deg);
		            	-moz-transform: translateY(-10px) rotate(45deg);
		            	transform: translateY(-10px) rotate(45deg);
						}

	/* Main */
	.container {}

	/* Footer */
	#gl-footer {
		border-top: 1px solid rgba(0, 0, 0, .3);
		padding-bottom: 40px;
		}
		#glf-inner { padding: 0 30px; }
		#f-menu {}
			.fm-item {
				border-bottom: 1px dotted rgba(0, 0, 0, .4);
				display: block;
				font-size: 14px;
				padding: 20px;
				text-align: left;
				}
		#f-credit { margin-top: 20px; }
			#f-credit .com-logo {}
				#f-credit .com-logo .coml-item img { margin: 0 5px; }
				#f-credit .com-logo .coml-citykikugawa { width: 100px; }
				#f-credit .com-logo .coml-chabashira {}
					#f-credit .com-logo .coml-chabashira .chabashira { width: 55px; }
					#f-credit .com-logo .coml-chabashira .chiisanaiikoto { width: 90px; }
			#f-address {
				font-size: 13px;
				line-height: 1.5;
				margin-top: 10px;
				}
		#f-copy { margin-top: 20px; }
			#f-copy p { font-size: 11px; }

	/* Pagetop */
	.pagetop {
		background-size: auto 100px;
		height: 100px;
		right: 10px;
		width: 100px;

		-webkit-animation: anm-pagetop 3s steps(9) alternate infinite;
		-moz-animation: anm-pagetop 3s steps(9) alternate infinite;
		animation: anm-pagetop 3s steps(9) alternate infinite;
		}			
		@-webkit-keyframes anm-pagetop {
			0% { background-position: 0 0; }
			20% { background-position: -900px 0; }
			100% { background-position: -900px 0; }
			}
		@-moz-keyframes anm-pagetop {
			0% { background-position: 0 0; }
			20% { background-position: -900px 0; }
			100% { background-position: -900px 0; }
			}


}


@media (orientation: portrait) {


	/*
		Device for Landscape

	--------------------------------------------------- */
	#caution_scene {
		position: absolute;
		background-color: rgba(230, 230, 230, 1);
		z-index: 9999;
		}
	#caution_scene p {
		position: absolute;
	    font-size: 36pt;
	    color: #ffffff;
	    text-align: center;
	    position:absolute;
	    top:50%;
	    left:50%;
	    width:100%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
		}
		#caution_scene p img { margin-top: 80px; }
	#fade_scene {
		position: absolute;
		background-color: #ffffff;
		z-index: 9998;
		}
		

}