* {
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
p {
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6em;
	text-align:justify;
	text-justify: inter-ideograph;
}
span {
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
em {
	font-style:normal;
	font-size:0.67em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * SOME ELEMENTS IN THE TEMPLATE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a {
	color:#80b700;
}
a:hover, a:focus {
	color:#afe700;
	text-decoration:none;
}


a, a:hover {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.center {
	text-align: center;
}
div.alert {
	margin-bottom: 0 !important;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER - MENU
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.head-out {
}
.head-in {
	position: relative;
	text-align:center;
	padding:10px 0;
}
.head-in #yume {
	position: absolute;
	width:208px;
	top:12px;
	left:0;
	text-align:left;
}
.head-in #info {
	position: absolute;
	width:230px;
	top:17px;
	right:0;
}
.head-in #info ul li {
	display:inline-block;
	width:48%;
	text-align:left;
	padding:3px 0;
}
.head-in #info ul li a {
	font-size: 0.88em;
	color:#222;
	text-decoration:none;
}
.head-in #info ul li a:hover {
	text-decoration:underline;
}
.head-in #info ul li i {
	padding-right:7px;
}
.head-in #info ul li strong {
	font-size: 1.6em;
	font-weight:normal;
	color:#1b1c87;
}
/*.head-in #info ul li.tel-pc {
	padding-top:6px;
}
.head-in #info ul li.mail-pc {
	padding-bottom:12px;
}*/
.inner {
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
.bred{
	color:#fe0002;}
/* header */
#top-head {
	top:100px;
	position: absolute;
	width: 100%;
	padding: 0;
	z-index: 999;
	line-height:1.2;
	height: 40px;
	background: rgb(32,32,32);
 background: -moz-linear-gradient(top, rgba(32, 32, 32, 1) 0%, rgba(48, 48, 48, 1) 48%, rgba(51., 51, 51, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(32, 32, 32, 1) 0%, rgba(48, 48, 48, 1) 48%, rgba(51., 51, 51, 1) 100%);
 background: linear-gradient(to bottom, rgba(32, 32, 32, 1) 0%, rgba(48, 48, 48, 1) 48%, rgba(51., 51, 51, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#333333', GradientType=0 );
	box-shadow: 0 10px 8px -6px rgba(0, 0, 0, .1);
}
#top-head a, #top-head {
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#global-nav ul {
	width:100%;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	display:table;
}
#global-nav ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right:#555 solid 1px;
	height: 40px;
}
#global-nav ul li:first-child {
	border-left:#555 solid 1px;
}
#global-nav ul li a {
	color:#f9f9f9;
	display:block;
	font-size:0.88em;
	padding:0 2px;
}
#global-nav ul li a span {
}
#global-nav ul li:hover {
	background-color:#444;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 40px;
 background: rgba(32. 32. 32, .8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 7px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
	border:#666 solid 1px;
	padding:6px 6px 1px;
	background:#f9f9f9;
	
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
 top: 0;
}
#nav-toggle span:nth-child(2) {
 top: 10px;
}
#nav-toggle span:nth-child(3) {
 top: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SECTIONS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* FOOTER - WIDGETS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
}
#footer .navi{
	background:#afe700;
	text-align:center;
	padding:2px 0 12px;}
#footer .navi ul{
	display:table;
 	border-collapse: separate;
    border-spacing: 10px 0;
	margin:0 auto;
	}	
#footer .navi li{
	 display:table-cell;
    vertical-align:middle;}	
#footer .navi li a{font-size: .88em;
	text-decoration:none;
	display:block;
	color:#222;
		padding:10px 7px 0;

}
#footer .navi li a:hover{
	text-decoration:underline;
}
#footer .navi li i{
	padding-right:5px;}
#footer .company{
	background:#222;
	color:#fff;
	padding:11px 0 10px;}
#footer .company ul{
	display:table;
    width:100%;
	table-layout: fixed;
	}	
#footer .company li{
	 display:table-cell;
	 vertical-align:middle;
	}
#footer .company li p{
	font-size:0.81em;
	line-height:1.5;

	}
#footer .company li a{
	text-decoration:none;

	}			
#footer .company li p strong{
	font-size:1.1em;}
	
#footer .company li img{
	float:left;
	margin-right:10px;}	
	#footer .company li:first-child{
		text-align:left;}
	#footer .company li:last-child{
		text-align:right;}
	#footer .company address{
		font-size:0.75em;
		}	
	#footer .company address a{
		color:#f0f0f0;
		}	
	#footer .company a.shop{
		display:inline-block;
		padding:3px 10px;
		margin-bottom:10px;
		border:#afe700 solid 2px;
		color:#afe700;
		font-size:0.81em;
		}
	#footer .company a.shop:hover{
		background:#afe700;
		color:#222;
		}		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* RESPONSIVE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 800px) {
#top-head {
 top:90px;
}
.head-in #logo img {
 width:270px;
}
.head-in #info {
 width:190px;
}
 .head-in #info ul li {
 padding:1px 0;
}
.head-in #info ul li a {
 font-size:0.75em;
}


}
@media only screen and (min-width: 731px) {
 .head-in #info ul li.info-sm {
 display:none;
}
}
@media only screen and (max-width: 730px) {
 .head-in #yume ul li.info-pc {
 display:none;
}
 .head-in {
 padding:5px 0 0;
 margin:0;
 width:100%;
}
 .head-in #yume {
 top:0;
 position:inherit;
 width:100%;
 text-align:center;
}
 .head-in #yume ul li {
 display:inline;
}

.head-in #info {
position:inherit;
width:100%;
text-align:center;
top:0;
background:#222;
padding:2px 0;
margin:5px 0 0;
}

 .head-in #info ul {
 display:table;
 width:100%;
 table-layout: fixed;
 border-collapse: separate;
 border-spacing: 2px 0;
}
 .head-in #info ul li {
 display:table-cell;
 vertical-align:middle;
 text-align:center;
 
}

.head-in #info ul li span {
	display:block;
	white-space: nowrap;
}
.head-in #info ul li a {
	font-size:0.69em;
	display:block;
    padding:6px 2px 5px;
	background:#efefef;
}
.head-in #info ul li a:hover {
	background:#333;
	color:#f9f9f9;
	text-decoration:none;
	
}
 .head-in #info ul li a i {
 font-size:20px;
}

 #top-head, .inner {
 padding: 0;
}
 #top-head {
background: none;
 box-shadow:none;
 top:10px;
}
 #top-head.fixed {
 padding-top: 0;
}
 #mobile-head {
 width: 100%;
 height:56px;
 z-index: 999;
 position: relative;
}
 #global-nav ul li a span {
 display:inline;
}
 #global-nav {
 position: absolute;
	/* 開いてないときは画面外に配置 */
	 top: -500px;
 background: rgba(0, 0, 0, .7);
 width: 96%;
 margin:0 2%;
 text-align: center;
 padding: 0;
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
}
 #global-nav ul {
 list-style: none;
 position: static;
 right: 0;
 bottom: 0;
 display:block;
}
 #global-nav ul li {
 display:block;
 position: static;
 border-bottom:#999 dashed 1px;
 border-right:none;
}
 #global-nav ul li:last-child {
 border-bottom:none;
}
 #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
 display: block;
 color: #fff;
 padding: 12px 0;
}
 #top-head #global-nav ul li a:hover, #top-head.fixed #global-nav ul li a:hover {
 background:#999;
}
 #nav-toggle {
 display: block;
}
		/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
 top: 11px;
 -webkit-transform: rotate(315deg);
 -moz-transform: rotate(315deg);
 transform: rotate(315deg);
}
 .open #nav-toggle span:nth-child(2) {
 width: 0;
 left: 50%;
}
 .open #nav-toggle span:nth-child(3) {
 top: 11px;
 -webkit-transform: rotate(-315deg);
 -moz-transform: rotate(-315deg);
 transform: rotate(-315deg);
}
		/* #global-nav スライドアニメーション */
	.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
 -webkit-transform: translateY(556px);
 transform: translateY(556px);
}
 #section4 table th {
 width:190px;
}

#footer .company ul{
	margin:0 auto;
}	
#footer .company li{
	display:block;
	
}
#footer .company p{
	display:inline-block;
}
#footer .company li:first-child{text-align:center;}
#footer .company li:last-child{text-align:center;}	
	
}

@media only screen and (max-width: 480px) {
	
.head-in #yume {
	display:none;
	
}
 #top-head {
 top:10px;
}

#section4 table {
 width:100%;
 margin-top:0;
}
 #section4 table th {
 display:block;
 width:auto;
}
 #section4 table td {
 display:block;
 padding-top:0;
}
#footer .navi ul{
	display:block;
}
#footer .navi li{
	display:inline-block;
	width:49%;
	
}

#footer .company p img{
	float:none;
	display:block;
}
}


#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 1999;
}
.mean-container .mean-nav ul li a {
	display:block;
	width:90%;
	padding:1em 5%;
	margin:0;
	text-align:left;
	color:#fff;
	text-decoration:none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * SCROLL PLUGIN
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a#scrollUp {
	bottom: 5px;
	right: 10px;/*	padding: 6px 16px;
	border-radius: 20px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: .8em;
	opacity: .8;
*/}
a#scrollUp:hover {
	opacity: .8;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * PAGE LOADING
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	border-top-color: #CCC;
	border-left-color: #CCC;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-moz-keyframes pace-spinner {
 0% {
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-o-keyframes pace-spinner {
 0% {
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-ms-keyframes pace-spinner {
 0% {
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes pace-spinner {
 0% {
 transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.pace .pace-progress-inner {
	box-shadow: 0 0 10px #0DB4E9, 0 0 5px #0DB4E9;
}
.pace .pace-activity {
	border-top-color: #0DB4E9;
	border-left-color: #0DB4E9;
}
