@charset 'Shift-JIS';
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*********************************************************************************/
/* Normalize                                                                     */
/*********************************************************************************/
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

html {
	font-family: sans-serif;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	min-height: 100%;
	position: relative;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background-color: transparent;
}
a:focus {
	outline: none;
}
a:active,a:hover {
	outline: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
## Space
--------------------------------------------------------------*/
.nomargin { margin: 0 !important;}

.mb8  { margin-bottom: 8px !important;}
.mb40 { margin-bottom: 40px !important;}

.mt0  { margin-top: 0 !important;}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body.is-loading *
{
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
body,input,textarea,select {
	font-family: Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.75em;
	color: #333;
	letter-spacing: 0.5px;
}

#loader {
	background-color: #C2E1DC;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
	@keyframes loaderbg {
		0% { background: transparent; }
		100% { background: #C2E1DC; }
	}
	#loader > div {
		font-size: 25px;
		width: 1em;
		height: 1em;
		border-radius: 50%;
		position: absolute;
		top: 45vh;
		left: 50%;
		-webkit-animation: load5 1.1s infinite ease;
		animation: load5 1.1s infinite ease;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}
	@-webkit-keyframes load5 {
		0%,
		100% { box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
		12.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
		25% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		37.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		50% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		62.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		75% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		87.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; }
	}
	@keyframes load5 {
		0%,
		100% { box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
		12.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
		25% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		37.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		50% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		62.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		75% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
		87.5% { box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; }
	}

.inner {
	margin: 0 auto;
	clear: both;
	width: 100%;
	max-width: 1200px;
}

#main {
	padding-bottom: 200px;
}

.mini {
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
}

/*--------------------------------------------------------------
## Text
--------------------------------------------------------------*/
	.taleft   {text-align: left !important;}
	.taright  {text-align: right !important;}
	.tacenter {text-align: center !important;}

	em {
		background: linear-gradient(transparent 30%, #fc9 30%);
	}
	time {
		font-weight: bold;
	}

	.caution {
		color: #f00;
	}
	.tel {
		font-family: 'texgyreadventorregular';
		font-size: 26px;
		letter-spacing: 2px;
		position: relative;
		margin-left: 54px;
	}
		.tel:before {
			content: url('../images/free1.gif');
			position: absolute;
			left: -44px;
			top: 2px;
		}
	.tag {
		background: #eee;
		border-radius: 2px;
		font-size: .9em;
		line-height: 1.2em;
		margin: 1em;
		padding: 0 .5em;
	}
	.tape {
		background-image: linear-gradient(-45deg, #FFF 25%, #C2E1DC 25%, #C2E1DC 50%, #FFF 50%, #FFF 75%, #C2E1DC 75%, #C2E1DC);
		background-size: 8px 8px;
		display: inline-block;
		margin-left: -10px;
		padding: 0 8px;
		position: relative;
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
		z-index: 100;
	}
	.hint {
		font-size: .9em;
		position: relative;
	}
		.hint:before {
			content: "\03F";
			position: absolute;
			top: 50%;
			border: 2px solid #666;
			border-radius: 50%;
			color: #666;
			font-weight: bold;
			line-height: 15px;
			height: 18px;
			width: 18px;
			margin-left: -20px;
			margin-top: -9px;
			text-align: center;
		}
	.update-time {
		color: #d66;
		font-size: 1.2em;
		font-weight: 800;
	}
	.update-next {
		color: #66d;
		font-size: 1.2em;
		font-weight: 800;
	}
	.yachin {
		color: #f00;
		font-weight: 800;
	}
/*--------------------------------------------------------------
## Link
--------------------------------------------------------------*/
	a {
		color: #5D9D92;

		-moz-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
		transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
	}
		a.external:after {
			content:  url('../images/external-link.gif');
			padding-left: 5px;
		}
		a.arrow:after {
			content: "";
			display: inline-block;
			width: 7px;
			height: 7px;
			margin: 0 4px;
			border-top: 1px solid #5D9D92;
			border-right: 1px solid #5D9D92;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

	#page-top { 
		background: #fa0;
		border-radius: 10%;
		display: block;
		height: 50px;
		position: fixed;
		bottom: -60px;
		right: 20px;
		width: 50px;
		z-index: 100;

		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
		#page-top:after {
			content: "";
			width: 12px;
			height: 12px;
			position: absolute;
			top: 40%;
			left: 35%;
			border-top: solid 3px #fff;
			border-left: solid 3px #fff;
			transform: rotate(45deg);
		}

	.kodate,
	.mansyon,
	.tochi,
	.zenbu,
	.ichibu {
		font-size: calc(12px + 0.25vw);
		text-align: center;
	}
	.kodate a[href],
	.mansyon a[href],
	.tochi a[href],
	.zenbu a[href],
	.ichibu a[href],
	.toku-table a,
	#joken a {
		border: 1px solid #ccc;
		border-radius: 2px;
		display: block;
		font-weight: 700;
		padding: 8px 0;
	}
		.kodate a[href]:hover,
		.mansyon a[href]:hover,
		.tochi a[href]:hover,
		.zenbu a[href]:hover,
		.ichibu a[href]:hover,
		.toku-table a:hover,
		#joken a:hover {
			background: #E9F5F3;
			border: 1px solid #ccc;
		}
	.toku-table a {
		line-height: 1.2em;
		padding: 8px 4px;
	}
	#joken a {
		font-weight: 500;
		padding: 4px;
		margin: 4px;
	}

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
		form {
			position: relative;
		}

			form label {
				border-radius: 2px;
				display: inline-block;
				padding: 4px;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form input[type="tel"],
			form select,
			form textarea {
				display: inline-block;
				width: 100%;
				padding: 0.65em 0.75em;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none;
				margin-bottom: 10px;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form input[type="tel"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #9ac8e9;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form input[type="tel"],
			form select {
				line-height: 1.35em;
			}

			form input[disabled],
			form input[readonly] {
				background: #f5f5f5;
				color: #999;
			}

			form textarea {
			}

			form .formerize-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
	.button2 {
		border: 2px solid #5d9d92;
		border-radius: 5px;
		display: block;
		padding: 8px;
		text-decoration: none;
	}
		.button2:hover {
			background: #C2E1DC;
		}
	.button3 {
		background: #C2E1DC;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		line-height: 1em;
		margin: 0 40px 30px 40px;
		padding: 12px 24px;
		position: relative;
		text-decoration: none;
	}
		.button3:hover {
			background: #75A497;
		}
		.button3:after {
			content: url('../images/cursol.png');
			position: absolute;
			top: 40%;
			right: -50px;
		}
		.button3:hover:after {
			transform-origin: 100% 100%;
			-webkit-animation: swing 1s ease infinite;
			animation: swing 1s ease infinite;
		}
		@-webkit-keyframes swing { 
			0% {-webkit-transform: rotate(0deg);} 
			50% {-webkit-transform: rotate(5deg);} 
			100% {-webkit-transform: rotate(0deg);} 
		}
		@keyframes swing { 
			0% {transform: rotate(0deg);} 
			50% {transform: rotate(5deg);} 
			100% {transform: rotate(0deg);} 
		}

.mfp_buttons {
	text-align: center;
}
	button[type="submit"] {
		background: #C2E1DC;
		border-radius: 5px;
		font-size: 1.2em;
		padding: 8px;
		text-decoration: none;
	}

/*--------------------------------------------------------------
## Title
--------------------------------------------------------------*/
	h1 {
		font-size: 1.6em;
	}
	.hstyle1 {
		color: #333;
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 32px;
		margin-top: 48px;
		position: relative;
		text-align: center;
		-webkit-transform: rotate(0.028deg);
		-moz-transform: rotate(0.028deg);
		-ms-transform: rotate(0.028deg);
		-o-transform: rotate(0.028deg);
		transform: rotate(0.028deg);
		z-index: -1;
	}
		.hstyle1:before {
			content: url('../images/h.svg');
			width: 100px;
			position: absolute;
			left: 35%;
			top: -10px;
			z-index: -1;
		}
	.hstyle3 {
		background-image: linear-gradient(-45deg, #FFF 25%, #C2E1DC 25%, #C2E1DC 50%, #FFF 50%, #FFF 75%, #C2E1DC 75%, #C2E1DC);
		background-size: 8px 8px;
		font-size: 1.3em;
		font-weight: 600;
		margin: 4px 0;
		padding: 2px 0 0 4px;
		text-align: left;
	}
	.hstyle4 {
		border-bottom: 2px dotted #fa0;
		font-weight: 900;
		margin-bottom: 8px;
		-webkit-transform: rotate(0.028deg);
		-moz-transform: rotate(0.028deg);
		-ms-transform: rotate(0.028deg);
		-o-transform: rotate(0.028deg);
		transform: rotate(0.028deg);
	}
	.hstyle5 {
		border-left: 6px solid #C2E1DC;
		font-size: 1.2em;
		padding: 4px;
		margin: 8px;
		text-align: left;
	}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
	.image {
		position: relative;
		display: inline-block;
	}
		.image img {
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}
	.image.fit {
	}
		.image.fit img {
			width: 100%;
			height: auto;
		}

/*--------------------------------------------------------------
## Frame
--------------------------------------------------------------*/
iframe {
	position: relative;
	width: 100%;
}

/*--------------------------------------------------------------
## List
--------------------------------------------------------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.default {
		list-style: disc;
		margin: .5em 0;
		padding-left: 1em;
	}
	ul.staff {
	}
		ul.staff li {
			margin-bottom: 2em;
		}
		ul.staff li .circle {
			border-radius: 50%;
			float: left;
			height: 200px;
			width: 200px;
			margin-bottom: 8px;
			margin-left: 0;
			margin-right: 8px;
			overflow: hidden;
		}
		ul.staff li:nth-child(2n) .circle {
			float: right;
			margin-left: 8px;
			margin-right: 0;
		}
			ul.staff li .circle img {
				margin-top: -50%;
			}
		ul.staff li .name {
			background: linear-gradient(to right, #ccc, #C2E1DC);
			margin: 0;
			margin-left: 180px;
		}
		ul.staff li:nth-child(2n) .name {
			background: linear-gradient(to left, #ccc, #C2E1DC);
			padding-left: 8px;
			margin: 0;
			margin-right: 180px;
		}
			ul.staff li .name p {
				-webkit-transform: rotate(0.028deg);
				-moz-transform: rotate(0.028deg);
				-ms-transform: rotate(0.028deg);
				-o-transform: rotate(0.028deg);
				transform: rotate(0.028deg);
			}
			ul.staff li .name p:nth-child(2) {
				font-size: 1.6em;
				padding-left: 36px;
			}
			ul.staff li:nth-child(2n) .name p:nth-child(2) {
				padding-left: 8px;
			}
			ul.staff li .name .en {
				color: #fff;
				font-family: texgyreadventorregular;
				font-size: 1.4em;
			}

dl {
	margin: 0;
}
	dl.default {
	}
		dl.default > dt {
			font-weight: bold;
		}
		dl.default > dt {
			margin-top: .8em;
		}
		dl.default > dt:first-child {
			margin-top: 0;
		}
		dl.default > dd {
			margin-left: 1em;
		}
	dl.table {
		line-height: 1.2em;
		padding: 1.2em 1.2em 0 1.2em;
	}
		dl.table > dt {
			float: left;
			padding: 5px;
			width: 8em;
		}
		dl.table > dd {
			border-left: 3px solid #C2E1DC;
			margin-bottom: 1.2em;
			margin-left: 8em;
			padding: 5px;
		}
	dl.table2 {
		line-height: 2em;
	}
		dl.table2 > dt {
			background: #C2E1DC;
			border-bottom: 2px solid #fff;
			float: left;
			text-align: center;
			width: 6em;
		}
		dl.table2 > dd {
			border-bottom: 2px dotted #C2E1DC;
			margin-left: 6em;
			padding-left: 5px;
		}

	#mailform {
		margin: 28px 0;
	}
	dl.mailform {
	}
		dl.mailform > dt {
			float: left;
			padding-top: 10px;
			text-align: right;
			width: 12em;
		}
		dl.mailform > dd {
			border-top: 1px solid #ccc;
			padding: 10px 5px 10px 13em;
		}
	dl.privacy {
		margin: 1em;
	}
		dl.privacy dt {
			border-left: 7px solid #C2E1DC;
			border-top: 1px solid #C2E1DC;
			font-weight: bold;
			padding-left: 5px;
		}
		dl.privacy dd {
			margin: 0 0 10px 20px;
		}

	ol.flow {
		counter-reset: cnt;
		list-style: none;
	}
		ol.flow li {
			background: url("../images/allow.jpg") no-repeat left bottom;
		}
		ol.flow li:last-child {
			background: none;
		}
			ol.flow li:before {
				counter-increment: cnt;
				content: counter(cnt);
				background: #fff;
				border: 2px solid #4c0e00;
				border-radius: 50%;
				color: #4c0e00;
				font-size: 16px;
				font-weight: bold;
				position: absolute;
				line-height: 22px;
				text-align: center;
				height: 26px;
				width: 26px;
			}
			ol.flow li > * {
				padding-left: 50px;
			}
			ol.flow li .title {
				border: none;
				color: #4c0e00;
				font-size: 16px;
				font-weight: 700;
				margin: 0;
				margin-left: 32px;
				padding: 0;
				line-height: 28px;
			}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.area-navi-table {
	table-layout: fixed;
	width: 100%;
}
	.area-navi-table td {
		border: none;
		padding: 5px;
	}

.area-table {
	width: 100%;
}
	.area-table td {
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 5px;
		width: 25%;
	}
	.area-table td.ichititle a {
		color: #333;
	}

.toku-table {
	width: 100%;
}
	.toku-table td {
		padding: 5px;
		width: 50%;
	}

.station-table {
	margin: 0 auto;
	white-space: nowrap;
}
	.station-table th {
		border: 1px solid #8ec0b8;
		background-color: #5d9d92;
		color: #ffffff;
		padding: 5px;
		white-space: nowrap;
	}
	.station-table td {
		text-align: center;
		padding: 5px;
		vertical-align: middle;
	}
	.station-table td.odd {
		background-color: #ffffff;
		color: #333333;
	}
	.station-table td.even {
		background-color: #c3e1dc;
		color: #000000;
	}
	.station-table td.leftodd {
		text-align: left;
		background-color: #ffffff;
		color: #333333;
	}
	.station-table td.lefteven {
		text-align: left;
		background-color: #c3e1dc;
		color: #000000;
	}

div#loan table {
	
}
	div#loan td {
		border: none;
		width: 20%;
	}
	div#loan div#loan_field {
	}
	div#loan div#loan_legend {
		background: #5d9d92;
		color: #FFF;
		padding: 3px 5px 3px 5px;
	}
	div#loan div#loan_loan {
		color: #FF0000;
		font-weight: bold;
		line-height: 2em;
		text-align: right;
	}
	div#loan input[type=text] {
		border: 2px #8ec0b8 solid;
		text-align: right;
		width: 60%;
	}
	div#loan input[type=button] {
		background: #808080;
		border-radius: 4px;
		color: #FFF;
		float: right;
		font-size: 1.2em;
		padding: 0 8px;
	}
		div#loan input[type=button]:hover {
			background: #a00;
		}
	div#loan div#loan_reason {
		font-size: .8em;
		float: left;
	}
	div#loan div#loan_field_pay {
		float: right;
		margin-top: 30px;
		width: 200px;
	}
	div#loan div#loan_pay {
		border: 2px #8ec0b8 solid;
		color: #FF0000;
		font-weight: bold;
		line-height: 2em;
		text-align: right;
	}

/*--------------------------------------------------------------
## Box
--------------------------------------------------------------*/
.box2 {
	background: rgba(210,220,215,.5);
	padding: 1em 1.2em;
}

.flexc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
		.\31 2u, .\31 2u\24, .\31 2u\28 1\29, .\31 2u\24\28 1\29 { width: 100%; clear: none; }
		.\31 1u, .\31 1u\24, .\31 1u\28 1\29, .\31 1u\24\28 1\29 { width: 91.6666666667%; clear: none; }
		.\31 0u, .\31 0u\24, .\31 0u\28 1\29, .\31 0u\24\28 1\29 { width: 83.3333333333%; clear: none; }
		.\39 u, .\39 u\24, .\39 u\28 1\29, .\39 u\24\28 1\29 { width: 75%; clear: none; }
		.\38 u, .\38 u\24, .\38 u\28 1\29, .\38 u\24\28 1\29 { width: 66.6666666667%; clear: none; }
		.\37 u, .\37 u\24, .\37 u\28 1\29, .\37 u\24\28 1\29 { width: 58.3333333333%; clear: none; }
		.\36 u, .\36 u\24, .\36 u\28 1\29, .\36 u\24\28 1\29 { width: 50%; clear: none; }
		.\35 u, .\35 u\24, .\35 u\28 1\29, .\35 u\24\28 1\29 { width: 41.6666666667%; clear: none; }
		.\34 u, .\34 u\24, .\34 u\28 1\29, .\34 u\24\28 1\29 { width: 33.3333333333%; clear: none; }
		.\33 u, .\33 u\24, .\33 u\28 1\29, .\33 u\24\28 1\29 { width: 25%; clear: none; }
		.\32 u, .\32 u\24, .\32 u\28 1\29, .\32 u\24\28 1\29 { width: 16.6666666667%; clear: none; }
		.\31 u, .\31 u\24, .\31 u\28 1\29, .\31 u\24\28 1\29 { width: 8.3333333333%; clear: none; }

#contents {
	margin-top: 1em;
	overflow-x: auto;
}
	.background01 #contents {
		height: 80vh;
	}
.area-block {
    width: 100%;
}
	.area-block h2,
	.area-block h3 {
		background-image: linear-gradient(-45deg, #FFF 25%, #C2E1DC 25%, #C2E1DC 50%, #FFF 50%, #FFF 75%, #C2E1DC 75%, #C2E1DC);
		background-size: 8px 8px;
		font-size: 1.3em;
		font-weight: 600;
		margin: 4px 0;
		padding: 2px 0 0 4px;
	}
		.area-block h2 a,
		.area-block h3 a {
			color: #333;
		}
.area-block-footer {
    text-align: right;
    width: 100%;
}
#area-google-map {
	height: 350px;
	width: 100%;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
	background: rgba(255,255,255,.8);
	border-bottom: 2px solid #333;
	margin: 0;
	width: 100%;
	z-index: 1;
}
	#header .head-line {
		background: linear-gradient(90deg, #2B9E87, #333);
	}
		#header .head-line p {
			color: #fff;
			padding-left: 12px;
		}
	#header .site-title {
		margin: 0;
	}
	#header .site-title img {
		height: 60px;
	}
	#header .head-contact {
		background: #EFA83C url('../images/foot_back.jpg') top center repeat-x;
		border-radius: 0 0 4px 4px;
		padding: 8px;
		position: absolute;
		right: 18px;
		top: 0;
	}
		#header .head-contact a {
			background: #fff;
			border-radius: 1em;
			color: #EFA83C;
			display: inline-block;
			font-weight: 700;
			margin: 0 4px;
			margin-top: 8px;
			padding: 0 4px;
			text-decoration: none;
		}

	#site-navigation {
		width: 100%;
	}
	ul.nav {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		ul.nav li {
			width: 25%;
			position: relative;
		}
			#bukken ul.nav li.bukken:after,
			#bukken3 ul.nav li.bukken3:after,
			#sell ul.nav li.sell:after,
			#contact ul.nav li.contact:after {
				content: "";
				background: #2B9E87;
				height: 5px;
				width: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
			}
		ul.nav li a {
			border-radius: 5px 5px 0 0;
			color: #333;
			display: block;
			font-size: 1.2em;
			font-weight: 600;
			height: 100%;
			line-height: 60px;
			text-align: center;
			text-decoration: none;
		}
/*
			ul.nav li a:hover {
				background: #E9F5F3;
			}
*/
			ul.nav li a:hover:after {
				content: "";
				background: #A8DDD3;
				height: 5px;
				width: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
			}
		ul.nav li img {
			height: 1.4em;
			width: 1.4em;
			vertical-align: middle;
		}
#loadarea {
	text-align: right;
}
	#loadarea .kensu {
	}
	#loadarea .kensu dl {
		margin: 0 auto;
		width: 220px;
	}
	#loadarea .kensu dl dt {
		color: #333;
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 10em;
	}
	#loadarea .kensu dl dd {
		color: #d66;
		font-weight: bold;
		margin-left: 10em;
		text-align: right;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
	background: #666 url('../images/foot_back.jpg') top center repeat-x;
	bottom: 0;
	min-height: 200px;
	position: absolute;
	width: 100%;
}
#footer > .inner {
	position: relative;
	height: 100%;
	min-height: 200px;
}
#footer #foot-left {
	background: url('../images/foot_memo.png');
	bottom: 0;
	color: #333;
	height: 219px;
	left: -30px;
	top: -20px;
	padding: 60px 0 0 50px;
	position: absolute;
	width: 316px;
	z-index: 2;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
#footer #foot-left .logo {
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-size: 32px;
	text-align: center;
}
#footer #foot-left .name {
	font-size: 16px;
	text-align: center;
	line-height: 2em;
}
#footer #foot-left .address {
	line-height: 1.2em;
	padding-left: 10px;
}

#footer #foot-right {
	float: right;
	font-size: .8em;
	padding-top: 10px;
	padding-right: 20px;
}
	#footer #foot-right ul li {
		border-right: 1px dotted rgb(51,51,51);
		display: inline-block;
		padding-right: 6px;
	}
	#footer #foot-right a {
	}

#footer .copyright {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*********************************************************************************/
/* TopPage                                                                       */
/*********************************************************************************/
#fmap {
	text-align: center;
}
	#fmap img{
		width: 60%;
	}
	#fmap svg{
		height: auto;
		min-height: 500px;
		width: 80%;
	}
	#fmap svg a:hover path {
		fill: pink;
	}
	#fmap svg text {
		fill: #F29600;
		font-size: 16px;
		font-weight: bold;
	}
#maphint {
	display: block;
	font-size: 14px;
	margin-left: auto;
	margin-top: -100px;
	width: 306px;
}

.link dl.table {
	padding: .2em 1em 1em 1em;
}
	.link dl.table > dt {
		padding-left: 0;
		width: 13em;
	}
	.link dl.table > dd {
		margin-left: 13em;
		word-break: keep-all;
	}
		.link dl.table > dd p{
			display: inline-block;
		}
		.link dl.table > dd p:first-child{
			margin-right: 1em;
		}
.link ul {
	padding: .2em 1em 1em 1em;
}

#joken {
}
	#joken h3 {
		font-size: 18px;
		line-height: 58px;
	}
	#joken h4 {
		background-image: linear-gradient(-45deg, #FFF 25%, #C2E1DC 25%, #C2E1DC 50%, #FFF 50%, #FFF 75%, #C2E1DC 75%, #C2E1DC);
		background-size: 8px 8px;
		font-weight: bold;
		margin: 0 64px;
		padding: 0 4px;
	}
	#joken ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 64px;
		margin-bottom: 1em;
		margin-top: 4px;
		padding: 0 .5em;
	}
		#joken ul li {
		}
/*
		#joken ul li:after {
			content: "/";
			margin: 0 .5em;
		}
*/
		#joken ul li:last-child:after {
			content: none;
		}

		.accordion {
			padding: 0 24px;
		}
			.accordion div{
				margin-bottom: 8px;
			}
			.accordion ul{
				border: 1px solid #C2E1DC;
				padding: 0 8px;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
			}
				.accordion ul li {
					float: left;
					width: 50%;
				}
			.accordion label,
			.accordion div > a {
				background: #C2E1DC;
				border-radius: 5px 5px 0 0;
				color: rgb(51,51,51);
				display: block;
				font-size: 16px;
				line-height: 40px;
				padding-left: 20px;
				position: relative;
				width: 100%;
			}
				.accordion label:hover,
				.accordion div > a:hover {
					background: #5D9D92;
				}
			.accordion input[type="checkbox"] {
				display: none;
			}
				.accordion input[type="checkbox"] + label:after {
					content: '';
					border: 5px solid transparent;
					border-left: 5px solid #fff;
					position: absolute;
					left: 8px;
					top: 14px;
				}
				.accordion input[type="checkbox"]:checked + label:after {
					border: 5px solid transparent;
					border-top: 5px solid #fff;
					left: 6px;
					top: 17px;
				}
				.accordion div > a:after {
					content: url("../images/external-link2.gif");
					position: absolute;
					left: 6px;
				}
			.accordion input[type="checkbox"] ~ ul{
				height: 0;
				overflow: hidden;
				padding-top: 0;
			}
			.accordion input[type="checkbox"]:checked ~ ul{
				height: 10em;
				padding-top: 8px;
			}

/*********************************************************************************/
/* Modal                                                                         */
/*********************************************************************************/
.modal-overlay { 
	z-index: 101;
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 120%; 
	background-color: rgba(0,0,0,0.75); 
}

.modal-window { 
	border-radius: 2px;
	position: fixed; 
	left: 50%;
	top: 40%;
	display: none; 
	z-index: 102; 
	width: 400px;
	margin-left: -200px;
	padding: 10px 20px;
	background: #fff;
}

.modal-close {
	background: #fff;
	border-radius: 2px;
	padding: 2px 8px;
	position: absolute;
	right: 10px;
	top: -1em;
	font-size: 1.2em;
} 
.modal-close:hover { 
    cursor:pointer; 
}

.toolTip {
	position: relative;
}
.toolTip span {
	border: 3px solid #5D9D92;
	border-radius: 10px;
	background-color: #efffef;
	color: #333;
	box-shadow: 1px 1px 5px #CCC;
	font-size: 12px;
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 70px;
	left: -40px;
	line-height: 1.2em;
	padding: 8px;
	text-align: left;
	width: 150px;
	z-index: 101;
	visibility: hidden;
}

.toolTip span:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #5D9D92 transparent transparent transparent;
	z-index: 100;
}
.toolTip span:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #efffef transparent transparent transparent;
	z-index: 101;
}
.toolTip:hover {
	cursor: help;
}
.toolTip:hover span {
	bottom: 80px;
	cursor: help;
	visibility: visible;
	opacity: 1;
	animation-duration: 0.3s;
	animation-name: showToolTip;
}
@keyframes showToolTip {
	0% {
		visibility: hidden;
		opacity: 0;
		bottom: 70px;
	}
	1% {
		visibility: visible;
		opacity: 0;
		bottom: 70px;
	}
	100% {
		visibility: visible;
		opacity: 1;
		bottom: 80px;
	}
}

ul.icon {
	text-align: center;
}
	ul.icon li {
		display: inline-block;
	}
	ul.icon li.house a {
		background: url("../images/house.png") no-repeat center center;
	}
	ul.icon li.mansion a {
		background: url("../images/mansion.png") no-repeat center center;
	}
	ul.icon li.land a {
		background: url("../images/land.png") no-repeat center center;
	}
	ul.icon li a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: 64px;
		width: 80px;
		padding-top: 58px;
		position: relative;
		text-decoration: none;
	}
	ul.icon li a:before {
		content: "";
		border: 2px solid #5d9d92;
		border-radius: 5px;
		height: 20px;
		width: 80px;
		position: absolute;
		bottom: -16px;
		left: 0;
		z-index: -1;
	}
		ul.icon li a:hover {
			color: #fff;
		}
		ul.icon li a:hover:before {
			background: #5d9d92;
		}

#srchgr {
	width: 47% !important;
	z-index: 101;
}
	.submenu01 {
		border-top: 1px solid #ddeeff;
		border-right: 1px solid #000008;
		border-bottom: 1px solid #000008;
		border-left: 1px solid #ccddff;
		background: #fff;
		color: #333;
		height: 35px;
		padding: 3px 0px 2px 5px;
	}

/*********************************************************************************/
/* Print                                                                         */
/*********************************************************************************/
@media print {
	* {
		/* background: transparent !important; */
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		opacity: 1;
	}
	a,
	a:visited {
		text-decoration: underline;
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	#header {
		position: static;
	}
		#nav > ul > li {
			display: none !important;
		}
	#subnav {
		display: none;
	}
	#main {
		margin-left: 0;
	}
}