@charset "utf-8";

/* max-width */
header,main,footer{width: 100%;min-width:67rem;max-width: 125rem;margin: 0 auto;}
	@media screen and (max-width:1199px)	{header,main,footer{min-width:1px;max-width: 100%;}}

/* #wrapper */
#wrapper{
	overflow:hidden;position:relative;
	background:transparent;color:#000;
	padding-top: 6rem;
	}
	@media only screen and (max-width:991px)	{#wrapper{padding-top:9vw;}}
	@media only screen and (max-width:767px)	{#wrapper{padding-top:7.5vw;}}
	@media only screen and (max-width:575px)	{#wrapper{padding-top:15vw;}}

/* #header */
#header{
	background:rgba(255,255,255,1);box-shadow:0 0 .75rem rgba(0,0,0,.1);
	line-height:1;
	padding:0 3rem;
	position:fixed;top:0;left:0;right:0;z-index:999;
	display: flex;justify-content:space-between;align-items:center;
	height: 6rem;
	transition:top .3s;
	}
	@media only screen and (max-width:991px)	{#header{padding:0 2rem;}}
	@media only screen and (max-width:991px)	{#header{height:9vw;padding:0 1.5rem;}}
	@media only screen and (max-width:767px)	{#header{height:7.5vw;}}
	@media only screen and (max-width:575px)	{#header{height:15vw;padding:0 1rem;}}

#header.scroll-down{box-shadow:0 0 .75rem rgba(0,0,0,.1);}


.logo{font-size: 1rem;}

.logo a,.logo a:hover,.logo a:active,.logo a:focus	{}
	@media only screen and (max-width:991px)	{.logo a,.logo a:hover,.logo a:active,.logo a:focus{height: 9vw;}}
	@media only screen and (max-width:767px)	{.logo a,.logo a:hover,.logo a:active,.logo a:focus{height: 7.5vw;}}
	@media only screen and (max-width:575px)	{.logo a,.logo a:hover,.logo a:active,.logo a:focus{height: 15vw;}}

.logo a img{vertical-align:top;width: auto;height: auto;}
	@media only screen and (max-width:991px)	{.logo a img{height:auto;}}
	@media only screen and (max-width:767px)	{.logo a img{height:4.5vw;max-height:32px;}}
	@media only screen and (max-width:575px)	{.logo a img{height:9vw;}}

.description{display: block;font-size: .75rem;line-height: 2;position: absolute;top: 0;left: 0;right: 0;background: #EFEFEF;padding:0 3rem;}
	@media only screen and (max-width:1199px)	{.description{left:2rem;}}
	@media only screen and (max-width:991px)	{.description{display: none;}}



.hd-call{
	font-size: 1.5rem;line-height: .75;font-weight: 900;white-space: nowrap;
}

.hd-call:before{font-size: .75rem;}

.hd-call img{width: auto;height: 24px;margin-right: .33em;}

.hd-call span[data-action="call"]{color:#000;}

.hd-hour{
	font-size: .75rem;
	padding-right: 1rem;
	}

.hd-mail{
	margin-left: 2rem;
	display: flex;justify-content:space-between;align-items:center;
}
	@media only screen and (max-width:991px)	{.hd-mail{display: none;}}


.ax-hd,a.ax-hd:hover,a.ax-hd:active,a.ax-hd:focus{
	background-color: #468C4B;color:#FFF;text-align: center;
	font-size: 1rem;line-height: 1;
	margin: 0;padding: 1rem;
	width: 15rem;height: 2.5rem;
	display: flex;justify-content:center;align-items:center;
	}
	@media only screen and (max-width:991px)	{.ax-hd,a.ax-hd:hover,a.ax-hd:active,a.ax-hd:focus{width:9vw;height:9vw;font-size:1.5vw;}}
	@media only screen and (max-width:767px)	{.ax-hd,a.ax-hd:hover,a.ax-hd:active,a.ax-hd:focus{width:7.5vw;height:7.5vw;font-size:1.25vw;}}
	@media only screen and (max-width:575px)	{.ax-hd,a.ax-hd:hover,a.ax-hd:active,a.ax-hd:focus{width:15vw;height:15vw;font-size:2.5vw;}}

a.ax-hd:hover,a.ax-hd:active,a.ax-hd:focus{opacity:.75;}

.ax-mail,a.ax-mail:hover,a.ax-mail:active,a.ax-mail:focus{
	background-color: #468C4B;color:#FFF;text-align: center;
	font-size: 1rem;line-height: 1;
	margin: 0;padding: 1rem;
	width: 10rem;height: 6rem;
	display: flex;flex-flow: column wrap;justify-content:center;align-items:center;
	}
	@media only screen and (max-width:991px)	{.ax-mail,a.ax-mail:hover,a.ax-mail:active,a.ax-mail:focus{width:9vw;height:9vw;font-size:1.5vw;}}
	@media only screen and (max-width:767px)	{.ax-mail,a.ax-mail:hover,a.ax-mail:active,a.ax-mail:focus{width:7.5vw;height:7.5vw;font-size:1.25vw;}}
	@media only screen and (max-width:575px)	{.ax-mail,a.ax-mail:hover,a.ax-mail:active,a.ax-mail:focus{width:15vw;height:15vw;font-size:2.5vw;}}



a.ax-mail:hover,a.ax-mail:active,a.ax-mail:focus{opacity:.75;}

.ax-mail:before{content:"\f0e0";font-family: 'Font Awesome\ 5 Pro';font-weight: 900;margin-bottom: .25em;font-size: 1.5rem;display: block;}

.ax-mail small{font-size: .5em;margin-top: .5em;}



/* navigation */
.navbar-toggler	{
	border:none;border-radius:0;
	font-size:1em;line-height:1;
	margin:0;padding:0;
	}

.navbar-toggler:focus,.navbar-toggler:hover	{outline:none;}

.navbar-toggler			{
	background: #FFF;
	overflow:hidden;
	width:6rem;height:6rem;
	position: relative;z-index:9998;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler{width:9vw;height:9vw;}}
	@media only screen and (max-width:767px)	{.navbar-toggler{width:7.5vw;height:7.5vw;}}
	@media only screen and (max-width:575px)	{.navbar-toggler{width:15vw;height:15vw;}}

.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{
	display:block;
	width:2rem;height:.25rem;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{width:3vw;height:.375vw;}}
	@media only screen and (max-width:767px)	{.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{width:2.5vw;height:.3125vw;}}
	@media only screen and (max-width:575px)	{.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{width:5vw;height:.625vw;}}

.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";position:absolute;left:0;right:0;}

.navbar-toggler-icon{
	margin:1.25rem auto;
	display:block;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler-icon{margin:1.5vw auto;}}
	@media only screen and (max-width:767px)	{.navbar-toggler-icon{margin:1.25vw auto;}}
	@media only screen and (max-width:575px)	{.navbar-toggler-icon{margin:2.5vw auto;}}

button[aria-expanded="false"] .navbar-toggler-icon,button[aria-expanded="false"] .navbar-toggler-icon:before,button[aria-expanded="false"] .navbar-toggler-icon:after,
button[aria-expanded="true"] .navbar-toggler-icon,button[aria-expanded="true"] .navbar-toggler-icon:before,button[aria-expanded="true"] .navbar-toggler-icon:after	{transition:.6s;}

button[aria-expanded="true"] .navbar-toggler-icon,button[aria-expanded="true"] .navbar-toggler-icon:before,button[aria-expanded="true"] .navbar-toggler-icon:after		{background-color:#000;}
button[aria-expanded="false"] .navbar-toggler-icon,button[aria-expanded="false"] .navbar-toggler-icon:before,button[aria-expanded="false"] .navbar-toggler-icon:after	{background-color:#000;}



button[aria-expanded="false"] .navbar-toggler-icon:before{transform:rotate(0deg);top:-10px;}
button[aria-expanded="false"] .navbar-toggler-icon:after{transform:rotate(0deg);bottom:-10px;}
	@media only screen and (max-width:991px)	{
		button[aria-expanded="false"] .navbar-toggler-icon:before{top:-1vw;}
		button[aria-expanded="false"] .navbar-toggler-icon:after{bottom:-1vw;}
	}
	@media only screen and (max-width:767px)	{
		button[aria-expanded="false"] .navbar-toggler-icon:before{top:-.625vw;}
		button[aria-expanded="false"] .navbar-toggler-icon:after{bottom:-.625vw;}
	}
	@media only screen and (max-width:575px)	{
		button[aria-expanded="false"] .navbar-toggler-icon:before{top:-1.25vw;}
		button[aria-expanded="false"] .navbar-toggler-icon:after{bottom:-1.25vw;}
	}

button[aria-expanded="true"] .navbar-toggler-icon:before{top:0;transform:rotate(45deg);}
button[aria-expanded="true"] .navbar-toggler-icon:after{bottom:0;transform:rotate(-45deg);}

button[aria-expanded="true"] .navbar-toggler-icon	{background:transparent;}

.navbar-toggler small{
	font-size:.75rem;line-height:.75;font-weight: 900;text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	margin:0;padding:0;
	display:block;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler small{}}
	@media only screen and (max-width:767px)	{.navbar-toggler small{}}
	@media only screen and (max-width:575px)	{.navbar-toggler small{}}

button[aria-expanded="false"] small{color:#000;}
button[aria-expanded="true"] small{color:#000;}

.navbar-expand-lg {
	display:block;
	padding: 0;
	}

.navbar-expand-lg .navbar-collapse{}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-collapse{
		border:none;
		margin-top:0;padding:0;
		position:fixed;top:9vw;left:0;right:0;z-index:999;
		}}
	@media only screen and (max-width:767px)	{.navbar-expand-lg .navbar-collapse{top:7.5vw;}}
	@media only screen and (max-width:575px)	{.navbar-expand-lg .navbar-collapse{top:15vw;}}

#navbar{
	}
	@media only screen and (max-width:991px)	{#navbar{}}

.navbar-expand-lg > .w-sl{
	padding:0;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg > .w-sl{
			max-width:100%;
			}}

.navbar-w-sl{
	background: transparent;
	}
	@media only screen and (max-width:991px)	{
		.navbar-w-sl{
			background: rgba(255,255,255,1);
			overflow-y:scroll;
			-webkit-overflow-scrolling:touch;min-height: 1px;
			}}

.navbar-w-sl.w-sl{
	padding:0;
	position:static;
	}
	@media only screen and (max-width:991px)	{
		.navbar-w-sl.w-sl{
			width:100%;max-width:100%;
			position:relative;
			display:block;
			}}

.nav-wrapper{
	margin: 0 auto;padding: 60px 0 60px;
	width: 100%;max-width: 1080px;
	}
	@media only screen and (max-width:1199px)	{
		.nav-wrapper{
			padding: 8vw 0 4vw;
			}}
	@media only screen and (max-width:991px)	{
		.nav-wrapper{
			padding: 5vw 0;
			}}
	@media only screen and (max-width:767px)	{
		.nav-wrapper{
			padding: 10vw 0 5vw;
			}}

.tit-nav{
	color:#FFF;
	font-size:1.125rem;line-height:51px;font-weight: 900;
	margin:0 0 20px;
	border-bottom:3px solid #FFF;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.tit-nav{line-height: 43px;}}

.tit-nav-sub{
	margin-bottom: 1px;
	}

.tit-nav-sub a{
	background:rgba(0,0,0,.2);color:#FFF;
	font-size:1rem;line-height:24px;font-weight: 900;text-align: left;
	padding:10px 15px;
	display:block;
	}
	@media only screen and (max-width:991px)	{.tit-nav-sub a{}}

.navbar-expand-lg .navbar-nav{
	justify-content:flex-end;flex-flow:row wrap;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav{
			border-top:1px solid #DDD;
			padding:0;
			display:block;
			}}

.navbar-expand-lg .navbar-nav .nav-item{
	display:flex;align-items:flex-end;align-items:flex-end;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-item{
			margin-left:0;margin-right: 0;padding-left:0;
			border-bottom:1px solid #DDD;
			display:block;
			flex:1 1 100%;max-width:100%;
			height:auto;
			}}

.navbar-expand-lg .navbar-nav .nav-item + .nav-item{
	margin-left: 2em;
	}
	@media only screen and (max-width:1199px)	{
		.navbar-expand-lg .navbar-nav .nav-item + .nav-item{
			margin-left: 1em;
			}}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-item + .nav-item{
			margin-left: 0;
			}}

.navbar-expand-lg .navbar-nav .nav-link{
	background-color: transparent;color:#000;
	font-size:1rem;line-height:1;text-align:center;white-space:nowrap;
	font-weight: 900;
	padding:1em 0;
	position:relative;
	display:block;
	transition:0s;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link{
			color:#000;
			line-height:1.85;
			border:none;
			text-align:left;text-shadow:none;
			padding:1.25vw 2vw;
			display:block;
			width:100%;height:auto;
			}}
	@media only screen and (max-width:767px)	{
		.navbar-expand-lg .navbar-nav .nav-link{
			padding:1.5625vw 2.5vw;
			}}
	@media only screen and (max-width:575px)	{
		.navbar-expand-lg .navbar-nav .nav-link{
			padding:3.125vw 5vw;
			}}

.navbar-expand-lg .navbar-nav .nav-link small{
	font-size:.625rem;line-height:.75;letter-spacing:0;text-indent:0;
	margin-top:.5em;
	display:block;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link small{
			line-height:26px;
			margin:-13px 0;
			position:absolute;top:50%;right:15px;bottom:50%;
			}}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus{
	background-color:transparent;color:#000;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link:hover,
		.navbar-expand-lg .navbar-nav .nav-link:active,
		.navbar-expand-lg .navbar-nav .nav-link:focus,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus{
			background-color:#468C4B;color:#FFF;
			}}

.navbar-expand-lg .navbar-nav .nav-link:hover small,
.navbar-expand-lg .navbar-nav .nav-link:active small,
.navbar-expand-lg .navbar-nav .nav-link:focus small,
.navbar-expand-lg .navbar-nav .active .nav-link small{}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link:hover small,
		.navbar-expand-lg .navbar-nav .nav-link:active small,
		.navbar-expand-lg .navbar-nav .nav-link:focus small,
		.navbar-expand-lg .navbar-nav .active .nav-link small{}
	}

.navbar-expand-lg .navbar-nav .nav-link:after{
	content:"";
	border-bottom:3px solid transparent;
	/*display: none; */
	position:absolute;left:50%;right:50%;bottom:0;
	transition:.3s;
	}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-link:after{display:none;}}

.navbar-expand-lg .navbar-nav .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-link:active:after,
.navbar-expand-lg .navbar-nav .nav-link:focus:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus:after{
	border-color:#468C4B;
	left:0;right:0;
	transition:.3s;
	}

.dropdown{}
	@media only screen and (max-width:991px)	{.dropdown{}}

.dropdown-menu{
	background: #FFF;
	border-radius:0;
	margin: 0;padding:.25rem 0;
	min-width:100%;
	}
	@media only screen and (max-width:991px)	{.dropdown-menu{margin:0;padding:0;border:none;}}

.dropdown-menu.show{display: flex;flex-flow:row wrap;}

.dropdown-item{
	color:#000;border:none;border-radius:0;
	font-size:.9rem;line-height:1.25rem;
	margin-top: 1px;padding:.25rem 1rem;
	}
	@media only screen and (max-width:991px)	{.dropdown-item{line-height:1.5;padding:.5em 1em;}}
	@media only screen and (max-width:767px)	{.dropdown-item{}}

.dropdown-item:before{}
	@media only screen and (max-width:991px)	{.dropdown-item:before{content:"\f105";color:#FFF;font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1em;}}

.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{
	background:#468C4B;color:#FFF;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{}}

.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{
	color:#FFF;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{}}


	@media (min-width:992px){
		.dropdown:hover > .dropdown-menu{display: flex;flex-flow:row wrap;justify-content:center;}

		.dropdown:hover > .dropdown-menu{animation: show .5s linear 0s;}
		.dropdown:hover > .dropdown-menu.show{animation: show .5s linear 0s;}
	}

	@media (max-width:991px){
		.dropdown:hover > .dropdown-menu{display: block;}

	}


/*.dropdown{}
	@media only screen and (max-width:991px)	{.dropdown{}}

.dropdown-menu{
	border-radius:0;
	padding:0;
	min-width:100%;
	}
	@media only screen and (max-width:991px)	{.dropdown-menu{margin:0;padding:0;border:none;}}

.dropdown-item{
	color:#000;border:none;border-radius:0;
	font-size:.9rem;line-height:20px;
	margin-top: 1px;padding:5px 15px;
	}
	@media only screen and (max-width:991px)	{.dropdown-item{line-height:16px;padding:7px 15px;}}

.dropdown-item:before{}
	@media only screen and (max-width:991px)	{.dropdown-item:before{content:"\f105";color:#FFF;font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1em;}}

.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{
	background-color:#114385;color:#FFF;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{}}

.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{
	color:#FFF;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{}}*/



/* navigation 最初からハンバーガー */
/*.navbar-toggler			{
	overflow:hidden;
	width:90px;height:90px;
	position: relative;z-index:9998;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler{width:50px;height:50px;}}

.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{
	display:block;
	width:30px;height:4px;
	box-shadow:0 0 2px #FFF;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{width:14px;height:2px;}}

.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";position:absolute;left:0;right:0;}

.navbar-toggler-icon{
	margin:16px auto;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler-icon{margin:10px auto;}}

button[aria-expanded="false"] .navbar-toggler-icon,button[aria-expanded="false"] .navbar-toggler-icon:before,button[aria-expanded="false"] .navbar-toggler-icon:after,
button[aria-expanded="true"] .navbar-toggler-icon,button[aria-expanded="true"] .navbar-toggler-icon:before,button[aria-expanded="true"] .navbar-toggler-icon:after	{transition:.6s;}

button[aria-expanded="true"] .navbar-toggler-icon,button[aria-expanded="true"] .navbar-toggler-icon:before,button[aria-expanded="true"] .navbar-toggler-icon:after		{background-color:#73A63F;}
button[aria-expanded="false"] .navbar-toggler-icon,button[aria-expanded="false"] .navbar-toggler-icon:before,button[aria-expanded="false"] .navbar-toggler-icon:after	{background-color:#73A63F;}



button[aria-expanded="false"] .navbar-toggler-icon:before{transform:rotate(0deg);top:-10px;}
button[aria-expanded="false"] .navbar-toggler-icon:after{transform:rotate(0deg);bottom:-10px;}
	@media only screen and (max-width:991px)	{
		button[aria-expanded="false"] .navbar-toggler-icon:before{top:-5px;}
		button[aria-expanded="false"] .navbar-toggler-icon:after{bottom:-5px;}
	}

button[aria-expanded="true"] .navbar-toggler-icon:before{top:0;transform:rotate(45deg);}
button[aria-expanded="true"] .navbar-toggler-icon:after{bottom:0;transform:rotate(-45deg);}

button[aria-expanded="true"] .navbar-toggler-icon	{background:transparent;}

.navbar-toggler small{
	font-size:.75rem;line-height:1;text-align:center;
	font-family:'roboto-cn-b',sans-serif;text-shadow:0 0 1px #FFF;
	margin:0;padding:0;
	display:block;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler small{font-size:10px;}}

button[aria-expanded="false"] small{color:#73A63F;}
button[aria-expanded="true"] small{color:#73A63F;}


.navbar {
	padding: 0;
	display: block;
	align-items:flex-start;
	}

.navbar .navbar-collapse{}
	@media only screen and (max-width:991px)	{.navbar .navbar-collapse{
		border:none;
		margin-top:0;padding:0;
		position:fixed;top:50px;left:0;right:0;z-index:999;
		}}

#navbar{position: fixed;top: 0;left: 0;right: 0;bottom: 0;}

.navbar .w-lq{background: rgba(255,255,255,.9);min-height: 100vh;display: block;padding: 120px 60px 60px;justify-content:center;align-items:center;}
	@media only screen and (max-width:1199px)	{.navbar .w-lq{padding: 120px 30px 30px;}}
	@media only screen and (max-width:991px)	{.navbar .w-lq{padding: 60px 15px 30px;}}
	@media only screen and (max-width:767px)	{.navbar .w-lq{padding: 60px 15px 15px;}}


.navbar .navbar-nav{
	justify-content:center;flex-flow:row wrap;
	width: 720px;margin: 0 auto;
	}
	@media only screen and (max-width:767px)	{
		.navbar .navbar-nav{
			width: 480px;margin: 0 auto;
			}}
	@media only screen and (max-width:575px)	{
		.navbar .navbar-nav{
			width: 240px;margin: 0 auto;
			}}

.navbar .navbar-nav .nav-item{
	display:block;
	flex:1 1 50%;max-width: 50%;
	}
	@media only screen and (max-width:767px)	{
		.navbar .navbar-nav .nav-item{
			flex:1 1 33.3333333333%;max-width: 33.3333333333%;
		}}
	@media only screen and (max-width:575px)	{
		.navbar .navbar-nav .nav-item{
			flex:1 1 100%;max-width: 100%;
		}}



.navbar .navbar-nav .nav-link{
	background: #73A63F;color:#FFF;
	font-size:21px;line-height:.75;white-space:nowrap;text-align: center;
	padding:30px;margin: 1px;
	position:relative;
	display:block;
	}
	@media only screen and (max-width:767px)	{
		.navbar .navbar-nav .nav-link{
			font-size:21px;
			padding: 15px;
			}}

.navbar .navbar-nav .nav-link small{
	font-size:16px;line-height:1;
	font-family: 'mplus',sans-serif;
	margin-top:15px;
	display:block;
	}
	@media only screen and (max-width:767px)	{
		.navbar .navbar-nav .nav-link small{
			font-size:10px;
			margin-top:6px;
			}}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-item.active > .nav-link,
.navbar .navbar-nav .nav-item.active > .nav-link:hover,
.navbar .navbar-nav .nav-item.active > .nav-link:active,
.navbar .navbar-nav .nav-item.active > .nav-link:focus{
	background: #1A772F;color:#FFF;
	opacity:1;
	}

.navbar .navbar-nav .nav-link:hover small,
.navbar .navbar-nav .nav-link:active small,
.navbar .navbar-nav .nav-link:focus small,
.navbar .navbar-nav .active .nav-link small{}
	@media only screen and (max-width:991px)	{
		.navbar .navbar-nav .nav-link:hover small,
		.navbar .navbar-nav .nav-link:active small,
		.navbar .navbar-nav .nav-link:focus small,
		.navbar .navbar-nav .active .nav-link small{}
	}

.navbar .navbar-nav .nav-link:after{
	content:"";
	border-bottom:2px solid transparent;
	display: none;
	position:absolute;left:50%;right:50%;bottom:0;
	transition:.3s;
	}
	@media only screen and (max-width:991px)	{.navbar .navbar-nav .nav-link:after{display:none;}}

.navbar .navbar-nav .nav-link:hover:after,
.navbar .navbar-nav .nav-link:active:after,
.navbar .navbar-nav .nav-link:focus:after,
.navbar .navbar-nav .nav-item.active > .nav-link:after,
.navbar .navbar-nav .nav-item.active > .nav-link:hover:after,
.navbar .navbar-nav .nav-item.active > .nav-link:active:after,
.navbar .navbar-nav .nav-item.active > .nav-link:focus:after{
	border-color:#FFF;
	left:0;right:0;
	transition:.3s;
	}

.dropdown{}
	@media only screen and (max-width:991px)	{.dropdown{}}

.dropdown-menu{
	background: transparent;border:none;border-radius:0;
	padding:0;
	min-width:100%;
	}
	@media only screen and (max-width:991px)	{.dropdown-menu{margin:0;padding:0;border:none;}}

.dropdown-item{
	background:rgba(0,0,0,.1);color:#FFF;border:none;border-radius:0;
	font-size:14px;line-height:20px;
	margin-top: 1px;padding:5px 15px;
	}
	@media only screen and (max-width:991px)	{.dropdown-item{font-size:12px;line-height:16px;padding:7px 15px;}}

.dropdown-item:before{}
	@media only screen and (max-width:991px)	{.dropdown-item:before{content:"\f105";color:#FFF;font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1em;}}

.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{
	background:rgba(0,0,0,.5);color:#FFF;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{}}

.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{
	color:#FFF;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{}}
*/

#hd-menu{
	display:flex;justify-content:flex-end;align-items:center;
	height: 6rem;
	position: relative;
	}
	@media only screen and (max-width:991px)	{#hd-menu{height: 9vw;position: absolute;top: 0;right: 0;}}
	@media only screen and (max-width:767px)	{#hd-menu{height: 7.5vw;}}
	@media only screen and (max-width:575px)	{#hd-menu{height: 15vw;}}

.hd-menu{
	position: relative;
	}
	@media only screen and (max-width:991px)	{.hd-menu{padding-right: 0;}}


.hd-contact{
	display: flex;justify-content: flex-end;align-items:center;
	}
	@media only screen and (max-width:991px)	{.hd-contact{display:none;}}

#hd-mail{}


/* .outer .column */
.outer{
	background:transparent;
	}

.side-column,.main-column{}
	@media only screen and (max-width:767px)	{.side-column,.main-column{display: block;width: auto;padding: 0;}}

	@media only screen and (max-width:991px)	{.side-column	{}}

.column-outer{justify-content:center;width:100%;}
	@media only screen and (max-width:767px)	{.column-outer{}}

.column{display:flex;justify-content:space-between;flex-flow:row wrap;width: 100%;max-width: 1050px;margin: 0 auto;padding: 90px 0;}
	@media only screen and (max-width:1199px)	{.column{max-width: 900px;padding: 75px 0;}}
	@media only screen and (max-width:991px)	{.column{max-width: 100%;padding: 7.5vw 2vw;}}
	@media only screen and (max-width:767px)	{.column{padding: 5vw 2.5vw;}}
	@media only screen and (max-width:575px)	{.column{padding: 10vw 5vw;}}


.column > .side-column{flex:1 1 240px;max-width: 240px;order:1;position: relative;}
	@media only screen and (max-width:991px)	{.column > .side-column{flex:1 1 100%;max-width: 100%;padding-bottom: 6vw;position: relative;z-index: 99;}}
	@media only screen and (max-width:767px)	{.column > .side-column{padding-bottom: 5vw;}}
	@media only screen and (max-width:575px)	{.column > .side-column{padding-bottom: 10vw;}}

.column > .side-column + .side-column{padding-left:45px;display: none;}
	@media only screen and (max-width:1199px)	{.column > .side-column + .side-column{padding-left:30px;}}
	@media only screen and (max-width:991px)	{.column > .side-column + .side-column{margin: 60px 0;padding-left:0;display: none;order:3;}}
	@media only screen and (max-width:767px)	{.column > .side-column + .side-column{margin-bottom: 30px;}}

.column > .main-column{flex:1 1 765px;max-width: 765px;order:2;}
	@media only screen and (max-width:1199px)	{.column > .main-column{flex:1 1 630px;max-width: 630px;}}
	@media only screen and (max-width:991px)	{.column > .main-column{flex:1 1 100%;max-width: 100%;}}

.column > .main-column.w-lq{margin: 0;}


.side-column .w-sl,.column > .main-column.w-sl{padding: 0;margin: 0;}
	@media only screen and (max-width:767px)	{.side-column .w-sl, .column > .main-column.w-sl{padding:0 15px;}}
	@media only screen and (max-width:575px)	{.side-column .w-sl, .column > .main-column.w-sl{padding:0 15px;}}


/* page-title */
.page-title{
	position:relative;background: #000;
	}

.page-bg{
	background-color: #000;overflow:hidden;
	height: 20rem;
	display:block;
	position: relative;
	}
	@media only screen and (max-width:991px)    {.page-bg{height: 15rem;}}
	@media only screen and (max-width:767px)    {.page-bg{height: 10rem;}}

.page-bg > img{
	font-family:'object-fit:cover;';object-fit:cover;
	margin:auto;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	max-width:inherit;max-height:inherit;width:100%;height:100%;opacity:.5;
	}

/* 英語大 */
.page-title h2{
	color:#FFF;
	font-size:4em;line-height:.75;text-align: center;
	text-transform: uppercase;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index:1;font-weight: 900;
	display: flex;flex-flow:column wrap;justify-content:center;align-items:center;
	}
    @media only screen and (max-width:991px)    {.page-title h2{font-size:3em;}}
    @media only screen and (max-width:767px)    {.page-title h2{font-size:2em;}}

.page-title h2 small{
	font-size:.4em;line-height:1;font-weight: 500;text-align: center;
	margin-top:1em;
	display:block;
	}
    @media only screen and (max-width:991px)    {.page-title h2 small{font-size:.45em;}}
    @media only screen and (max-width:767px)    {.page-title h2 small{font-size:.5em;}}





/* sub-title */
.sub-title{
	background: #FFF;
	position:relative;display: flex;justify-content:center;align-items:flex-end;
	height: 20rem;
	margin: 4rem 0;
	}
	@media only screen and (max-width:991px)	{.sub-title{height: 50vw;margin: 3rem 0;}}
	@media only screen and (max-width:767px)	{.sub-title{height: 33vw;margin: 2rem 0;}}
	@media only screen and (max-width:575px)	{.sub-title{height: 50vw;}}

.sub-bg{
	background-color:#F5F5F5;overflow:hidden;
	display:block;
	position: absolute;top: 0;left: 4rem;right: 4rem;bottom: 4rem;
	}
    @media only screen and (max-width:1199px)   {.sub-bg{top: 0;left: 0;right: 0;}}
    @media only screen and (max-width:991px)    {.sub-bg{bottom: 3rem;}}
    @media only screen and (max-width:767px)    {.sub-bg{bottom: 2rem;}}

.sub-bg > img{
	font-family:'object-fit:cover;';object-fit:cover;
	margin:auto;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	max-width:inherit;max-height:inherit;width:100%;height:100%;opacity:1;
	}

.sub-title h2{
	background: #FFF;box-shadow:0 0 .75rem rgba(0,0,0,.1);border-bottom: .25rem solid #468C4B;
	font-size:2rem;line-height:1;font-weight: 900;text-align: center;
	padding: 1em 2em;
	position: relative;z-index: 1;
	}
    @media only screen and (max-width:991px)    {.sub-title h2{font-size:1.75rem;}}
    @media only screen and (max-width:767px)    {.sub-title h2{font-size:1.5rem;padding: .5em 1em;}}

.sub-title h2 small{
	font-size:.75em;line-height:1.5;font-weight: 600;white-space: nowrap;
	margin-top: .5em;
	display: block;
	}
    @media only screen and (max-width:991px)    {.sub-title h2 small{font-size:.55em;}}
    @media only screen and (max-width:767px)    {.sub-title h2 small{font-size:.6em;}}




.ap{margin-top:-6rem;padding-top:6rem;}
	@media only screen and (max-width:991px)	{.ap{margin-top:-9vw;padding-top:9vw;}}
	@media only screen and (max-width:767px)	{.ap{margin-top:-7.5vw;padding-top:7.5vw;}}
	@media only screen and (max-width:575px)	{.ap{margin-top:-15vw;padding-top:15vw;}}

hr[class*="ap"]{margin-bottom: 0;border:none;}

.box-ap{margin-top:-240px;padding-top:240px;margin-bottom:45px;}
	@media only screen and (max-width:991px)	{.box-ap{margin-top:-135px;padding-top:135px;}}

.sec-ap{margin-top:-125px;padding-top:125px;}
	@media only screen and (max-width:991px)	{.sec-ap{margin-top:-135px;padding-top:135px;}}

.sec-ap [class*="sec-"]{margin-top:6rem;}
	@media only screen and (max-width:991px)	{.sec-ap [class*="sec-"]{margin-top:3rem;}}

.section-separated{border-color: transparent;margin: 3rem 0;}
	@media only screen and (max-width:991px)    {.section-separated{margin: 2rem 0;}}
	@media only screen and (max-width:767px)    {.section-separated{margin: 1rem 0;}}

/* width-container */
.w-lq{
	margin:0 auto;
	width:100%;
	position:relative;
	}

.w-lq{padding:0 3rem;}
	@media only screen and (max-width:1199px)	{.w-lq{padding:0 2rem;}}
	@media only screen and (max-width:991px)	{.w-lq{padding:0 1.5rem;}}
	@media only screen and (max-width:575px)	{.w-lq{padding:0 1rem;}}

[class*="w-sl"]{padding:0 1.5rem;margin:0 auto;}
	@media only screen and (max-width:575px)	{[class*="w-sl"]{padding:0 1rem;}}

.w-sl{max-width:67rem;}
	@media only screen and (max-width:1199px)	{.w-sl{max-width:59rem;}}
	@media only screen and (max-width:991px)	{.w-sl{max-width:100%;}}
	@media only screen and (max-width:575px)	{.w-sl{padding:0 1rem;}}

.w-sl-md{max-width:78rem;}
	@media only screen and (max-width:1259px)	{.w-sl-md{max-width:67rem;}}
	@media only screen and (max-width:1199px)	{.w-sl-md{max-width:59rem;}}
	@media only screen and (max-width:991px)	{.w-sl-md{max-width:100%;}}

.w-sl-lg{max-width:93rem;}
	@media only screen and (max-width:1499px)	{.w-sl-lg{max-width:78rem;}}
	@media only screen and (max-width:1259px)	{.w-sl-lg{max-width:67rem;}}
	@media only screen and (max-width:1199px)	{.w-sl-lg{max-width:59rem;}}
	@media only screen and (max-width:991px)	{.w-sl-lg{max-width:100%;}}

.w-sl-xl{max-width:103rem;}
	@media only screen and (max-width:1659px)	{.w-sl-xl{max-width:93rem;}}
	@media only screen and (max-width:1499px)	{.w-sl-xl{max-width:78rem;}}
	@media only screen and (max-width:1259px)	{.w-sl-xl{max-width:67rem;}}
	@media only screen and (max-width:1199px)	{.w-sl-xl{max-width:59rem;}}
	@media only screen and (max-width:991px)	{.w-sl-xl{max-width:100%;}}



/* sec- */
[class*="sec-"]{position: relative;}

.combined [class*="sec-"]{padding:5rem 0;}
	@media only screen and (max-width:1199px)	{.combined [class*="sec-"]{padding:4rem 0;}}
	@media only screen and (max-width:991px)	{.combined [class*="sec-"]{padding:3rem 0;}}
	@media only screen and (max-width:767px)	{.combined [class*="sec-"]{padding:2rem 0;}}

.combined [class*="sec-lg-"]{padding:8rem 0;}
	@media only screen and (max-width:1199px)	{.combined [class*="sec-lg-"]{padding:6rem 0;}}
	@media only screen and (max-width:991px)	{.combined [class*="sec-lg-"]{padding:4rem 0;}}
	@media only screen and (max-width:767px)	{.combined [class*="sec-lg-"]{padding:2rem 0;}}

.sec-lead{padding: 2.5rem 0 !important;}
	@media only screen and (max-width:991px)	{.sec-lead{padding: 2rem 0 !important;}}
	@media only screen and (max-width:767px)	{.sec-lead{padding: 1.5rem 0 !important;}}


.combined .sec-call{padding:5rem 0;}
	@media only screen and (max-width:1199px)	{.combined .sec-call{padding:4rem 0;}}
	@media only screen and (max-width:991px)	{.combined .sec-call{padding:3rem 0;}}
	@media only screen and (max-width:767px)	{.combined .sec-call{padding:2rem 0;}}

.float-inner{padding:6rem 0;position: relative;}
	@media only screen and (max-width:991px)	{
		.float-inner{padding:4rem 0;}
		.float-md-top.float-inner,.float-md-bottom.float-inner{padding: 0;}
	}
	@media only screen and (max-width:767px)	{
		.float-inner{padding:2rem 0;}
		.float-xs-top.float-inner,.float-xs-bottom.float-inner{padding: 0;}
	}

.separated{padding: 5rem 0;}
	@media only screen and (max-width:1199px)	{.separated{padding: 4rem 0;}}
	@media only screen and (max-width:991px)	{.separated{padding: 3rem 0;}}
	@media only screen and (max-width:767px)	{.separated{padding: 2rem 0;}}

.separated [class*="sec-"] + [class*="sec-"]{margin-top: 5rem;}
	@media only screen and (max-width:1199px)	{.separated [class*="sec-"] + [class*="sec-"]{margin-top: 4rem;}}
	@media only screen and (max-width:991px)	{.separated [class*="sec-"] + [class*="sec-"]{margin-top: 3rem;}}
	@media only screen and (max-width:767px)	{.separated [class*="sec-"] + [class*="sec-"]{margin-top: 2rem;}}

[class*="sec-"] .w-sl,[class*="sec-"] .w-lq{z-index:9;}


.column [class*="sec-"]{padding:0;}
	@media only screen and (max-width:767px)	{#column [class*="sec-"]{padding:0;}}

.column [class*="sec-"] + [class*="sec-"]{border-top:none;}
	@media only screen and (max-width:767px)	{#column [class*="sec-"] + [class*="sec-"]{}}

.content + .content{margin-top:1rem;}

.content-sm + .content-sm{margin-top:2rem;}
	@media only screen and (max-width:767px)	{.content-sm + .content-sm{margin-top:1rem;}}

.content-md + .content-md{margin-top:3rem;}
	@media only screen and (max-width:767px)	{.content-md + .content-md{margin-top:2rem;}}

.content-lg + .content-lg{margin-top:4rem;}
	@media only screen and (max-width:991px)	{.content-lg + .content-lg{margin-top:3rem;}}
	@media only screen and (max-width:767px)	{.content-lg + .content-lg{margin-top:2rem;}}

.content-xl + .content-xl{margin-top:5rem;}
	@media only screen and (max-width:1199px)	{.content-xl + .content-xl{margin-top:4rem;}}
	@media only screen and (max-width:991px)	{.content-xl + .content-xl{margin-top:3rem;}}
	@media only screen and (max-width:767px)	{.content-xl + .content-xl{margin-top:2rem;}}


.ap,.box-ap,.sec-ap{width:100%;}

.sec-ap [class*="sec-"]{margin-top:75px;}
	@media only screen and (max-width:991px)	{.sec-ap [class*="sec-"]{margin-top:45px;}}


/* catalogue */
#category-nav{padding:3rem 0;}
	@media only screen and (max-width:767px)	{#category-nav{padding:2rem 0;}}

#back{padding:2rem 0 3rem;}
	@media only screen and (max-width:767px)	{#back{padding:1rem 0 2rem;}}







/* #footer */
footer{}


#contact{position: relative;padding: 6rem 0;background-color: #000;color:#FFF;}
	@media only screen and (max-width:1199px)	{#contact{padding:5rem 0;}}
	@media only screen and (max-width:991px)	{#contact{padding:4rem 0;}}
	@media only screen and (max-width:767px)	{#contact{padding:3rem 0;}}

#contact:before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url(../images/cmn/bg-contact.jpg) center center no-repeat;opacity: 0.5;}

#contact .w-sl{position: relative;z-index: 9;}

#contact h3,#contact h3 small{color:#FFF;}
#contact h3:after{border-color: #FFF;}

#contact span[data-action="call"]{color:#FFF !important;}

#gmaps-ful{}

#gmaps-ful iframe{width: 100%;height: 30rem;}
	@media only screen and (max-width:991px)	{#gmaps-ful iframe{height: 25vw;}}
	@media only screen and (max-width:575px)	{#gmaps-ful iframe{height: 100vw;}}


#f-info{
	border-top: 1px solid #F3F3D7;
	line-height:1.5;
	padding:3rem 0;
	position:relative;
	}
	@media only screen and (max-width:991px)	{#f-info{padding:2.5rem 0;}}
	@media only screen and (max-width:767px)	{#f-info{padding:2rem 0;}}
	
#f-info p > span,#f-info p > a{color:inherit !important;}
	
.footer-info{display: flex;justify-content:space-between;}
	@media only screen and (max-width:991px)	{.footer-info{display: block;text-align: center;}}
	
.footer-outline{}
	
.footer-sitemap{}
	@media only screen and (max-width:991px)	{.footer-sitemap{display: none;}}
	

#f-info hr{margin:10px 0;}

.footer-logo{
		margin-bottom:1.25rem;
		}
	@media only screen and (max-width:575px)	{.footer-logo{text-align:center;}}
	
.footer-logo img{vertical-align:top;width:auto;a}
	@media only screen and (max-width:767px)	{.footer-logo img{height:4vw;}}
	@media only screen and (max-width:575px)	{.footer-logo img{height:8vw;}}
	
	
	
.fadd{line-height:1.5;}
	@media only screen and (max-width:575px)	{.fadd{justify-content:center;}}
	
.fadd a,.fadd a:hover,.fadd a:active,.fadd a:focus,.fadd span[data-action="call"]{color:#000 !important;}
.fadd a:hover,.fadd a:active,.fadd a:focus{opacity:1;}
	
.fadd + .fadd{margin-top:10px;}
	
	
.fadd p + p{margin:0;}
	
.fadd-name{white-space: nowrap;}
	@media only screen and (max-width:575px)	{.fadd-name{width: 100%;}}
	
.fadd-name:before{content:"【";}
.fadd-name:after{content:"】";}
	
	
.fadd-pzip{}
.fadd-pzip:before{content:"〒";}
	@media only screen and (max-width:991px)	{.fadd-pzip{text-align:center;}}
	
	
.fadd-add{white-space: nowrap;}
	@media only screen and (max-width:991px)	{.fadd-add{}}
	
.fadd-building{margin-left:1em;}
	@media only screen and (max-width:575px)	{.fadd-building{flex:1 1 100%;max-width:100%;padding-top:5px;text-align: center;}}
	
	
.fadd-map{margin-left:1em;}
	
	
.fadd-tel,.fadd-fax{flex:0 0 100%;max-width: 100%;}
	@media only screen and (max-width:575px)	{.fadd-tel,.fadd-fax{flex:0 0 auto;max-width: 100%;}}
	
.fadd-tel{}
	@media only screen and (max-width:767px)	{.fadd-tel{}}
	
.fadd-tel .ico-tel{color:#468C4B;}
	
	
	
.fadd-fax{}
	@media only screen and (max-width:575px)	{.fadd-fax{}}
	
.fadd-tel-fax{}
	@media only screen and (max-width:575px)	{.fadd-tel-fax{text-align:center;}}
	
	
.fadd-tel:before,.fadd-fax:before{display:inline-block;margin-right:.33em;}
	@media only screen and (max-width:575px)	{.fadd-tel:before,.fadd-fax:before{}}
	
	
.fadd-tel + .fadd-fax{}
	@media only screen and (max-width:991px)	{.fadd-tel + .fadd-fax{}}
	
.fadd-tel + .fadd-fax:before{}
	@media only screen and (max-width:575px)	{.fadd-tel + .fadd-fax:before{}}
	
.fadd-hour,.fadd-holiday{line-height: 1.5;}
	
.fadd-holiday:before{content: "/";margin: 0 .33em;}
	
	
	
	
	
/* #fnav */
.fnav-menu{
		font-size:.9rem;line-height:1;
		display: flex;
		}
	
.fnav-vt{flex-flow:column wrap;}
.fnav-hz{justify-content:center;align-items:center;}
.fnav-fs{justify-content:flex-start;}
.fnav-fe{justify-content:flex-end;}
	
	
	
.fnav-menu + .fnav-menu{}
	
.fnav-item{white-space:nowrap;position: relative;list-style: none;}
	
.fnav-item + .fnav-item{margin-top: 1em;}
	
.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{
		color:#000;font-weight: 900;
		font-size:1rem;line-height:1;white-space:nowrap;
		opacity:1;
		}
	
.fnav-hz .fnav-link{
		margin: -2px .5em;padding: 2px .5em;
		}
	
.fnav-fs .fnav-link{
		margin-left: -0.5em;
		}
	
.fnav-fe .fnav-link{
		margin-right: -0.5em;
		}
	
.fnav-link:hover,.fnav-link:active,.fnav-link:focus{
		opacity:1;
		}
	
.fnav-vt .fnav-link:hover,.fnav-vt .fnav-link:active,.fnav-vt .fnav-link:focus{
		text-decoration: underline;
		}
	
.fnav-hz .fnav-link:hover,.fnav-hz .fnav-link:active,.fnav-hz .fnav-link:focus{
		background: #468C4B;color:#FFF;border-radius:2px;
		}
	
	
.fnav-item:before{content:"-";color:#000;font-weight: 700;width:1em;display: inline-block;}
	
.fnav-hz .fnav-item:before{display: none;}
	
	
.fnav-link:before{
		color:#FFF;
		font-size:1em;line-height:1;text-align:center;
		font-family:'Font Awesome\ 5 Pro';
		width:1em;
		display: none;
		}
	
	
	
.fnav-item > strong			{display:inline-block;vertical-align:middle;font-weight: 700;}
.fnav-item > strong > a		{color:#468C4B;}
.fnav-item > strong > a:hover,.fnav-item > strong > a:active,.fnav-item > strong > a:focus	{color:#FFF;opacity:1;}
.fnav-item > span			{display:block;padding-left:2em;}
.fnav-item > span + span	{margin:0 .5em 0 -.5em;}
.fnav-item > span > a		{color:#FFF;display:block;vertical-align:middle;}
.fnav-item > span > a:hover,.fnav-item > span > a:active,.fnav-item > span > a:focus	{color:#FFF;opacity:1;text-decoration:underline;}
	
.fnav-item > span a:before,.fnav-item > span a:after{display:inline-block;vertical-align:middle;width:1em;}
.fnav-item > span a:before	{content:"・";}
.fnav-item > span a:after	{content:"";}
	
	
small#copyright{line-height:1;display:block;}
footer#copyright{line-height:30px;background-color:#468C4B;color:#FFF;padding: 0.5em 0;text-align: center;}
	
	
/* Fixed bottom */
#fixed-bottom{position: fixed;right: 0;bottom: 0;display: flex;justify-content:space-between;align-items: center;z-index: 99;}
	@media only screen and (max-width:575px)	{#fixed-bottom{flex-flow:row wrap;left: 0;}}
	
	
.fixed-left{padding: 14px;color:#FFF;display: none;}
	@media only screen and (max-width:575px)	{.fixed-left{flex:1 1 100%;max-width: 100%;padding: 9px 14px;}}
	
.reach-bottom{left: 0;background: #468C4B;}
	
.reach-bottom .fixed-left{display: block;}
	
.fixed-right{display: flex;background: #468C4B;padding: 1px;}
	@media only screen and (max-width:575px)	{.fixed-right{flex-flow:row wrap;justify-content:flex-end;width: 100%;}}
	
	
.fixed-right > div{font-size: 14px;padding: 1px;display: flex;}
	@media only screen and (max-width:991px)	{#fixed-bottom > div{font-size: 12px;}}
	
	@media only screen and (max-width:575px)	{
			.bottom-fd{flex:1 1 100%;max-width: 100%;}
		}
	
.bottom-fd-inner{background: #FCFBF3;padding: 1.5rem;}
	@media only screen and (max-width:767px)	{.bottom-fd-inner{padding: 5px;}}
	@media only screen and (max-width:575px)	{.bottom-fd-inner{width: 100%;}}
	
.bottom-fd-inner h3{font-size: 1.25em;margin-bottom: 1em;text-align: center;font-family: 'Noto Sans JP',sans-serif;}
	
	#fixed-bottom div > a{display: block;text-align: center;display: flex;justify-content:center;align-items:center;line-height: 1.25;min-width:72px;font-weight: 900;}
	@media only screen and (max-width:991px)	{#fixed-bottom div > a{min-width:60px;}}
	@media only screen and (max-width:575px)	{#fixed-bottom div > a{min-width:42px;}}
	
	@media only screen and (max-width:575px)	{
			.bottom-pv{flex:1 1 43%;max-width: 43%}
			.bottom-iq{flex:1 1 43%;max-width: 43%}
			.bottom-pt{flex:1 1 14%;max-width: 14%;}
	   }

	   .bottom-pt a{color: #FFF;background: #468C4B;font-size: 24px;text-align: center;}
   .bottom-pt a:hover,.bottom-pt a:active,.bottom-pt a:focus{color:#FCFBF3;}
	@media only screen and (max-width:767px)	{.bottom-pt a{font-size: 16px;}}

   .bottom-hour{font-size: .75rem;text-align: center;line-height: 1;margin-top: .75em;}
	@media only screen and (max-width:767px)	{.bottom-hour{font-size: 10px;}}

	@media only screen and (max-width:767px)	{
		.bottom-fd-inner .free-dial{display: flex;justify-content:center;align-items:flex-start;margin: .5em 0 0;height: 1.25rem;overflow: hidden;}

		.bottom-fd-inner .fd-mark{margin-right: 7px;height: 20px;}
		.bottom-fd-inner .fd-mark img{vertical-align: top;width: 35px !important;height: 20px !important;}
		.bottom-fd-inner .fd-mark svg{}

		.bottom-fd-inner .fd-number .phone-sm{font-size: 1em16px;line-height: 20px;}
	}
	



/* #fnav */
#fnav{
	color:#000;
	padding:2rem 0;
	}
	@media only screen and (max-width:991px)	{#fnav{padding:0;margin-top:0;}}

#copyright{display:block;font-size:.9em;padding:0;}
	@media only screen and (max-width:767px)	{#copyright{font-size:.75em;}}

#pagetop{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuZJREFUeNrMmT1oU1EUx08ecTJpt0AlaByiIkKCTn5QP5oxWbU4FI2Cq6jo1qFrLZ2fHxUsqLhni4PFL4JOEbHtIAmmDplM6hJD4v/U80LEJL335b7kHfi3UM4758d9t++ec27Atm1yaVPQDHQGOgLFob3QJPQT+gVtQl+hN9Ar6IebREFN/z3QJSgLnYWsPn6Ton3idwNqQWvQCvQC+q2a1FL0C0BXoQ1oFTqv8Wx3rnPQU4mTlbhGIOPyungFYmTGOM5jiRsfFpJf7UfoFHljHPcTNOsW8ib0HJogby0MPYNu6ULyA8uqe8aAcZ4l6LYq5EXoPo3HFiX/QMhD0KMRrmCvFeX8h/tBssMT2SPjtLBwBHpBXvHwv1jXTsp3+R9IPknmyV82L1wdyFmDH2pTdsD5fjqQWfKnZR1ILgKmjez4cJiSySRZlmUKkrmmuAq64KJY6AmYyWQoFApRJBKhfD5PrVZr2LDMNcM/TpsE3KkeYjFKpVKmVnSaoxw1Cdgpc8yBHuMIB00BVqtVyuVy1Gg0TILut6SCNgZYqVRMg05Ybkqx3VbQ8IqG+amaLmA6ne4L6JhB0LolnZ0WIP8eBGgYtMbe37wANAhaZs8vKp6JREIbcBBoNBpVhfzMkG9VPAuFwk4yXcBeoMVikcrlsuqjawHbtvns/q5SjTuvaJjjLhgMUrPZVHVvQ1HOugW9U3mC4YY9jzUASbi2nN37wKel2sPuepL765LPAEvSj3cgeXi04DPIBWeo1f2x4g7tvU8APwjPf91iWzq0+pgB69K5tvsNB9ah690OI7a25F/fbczyEro7Jsh7kl9pYMWzoDsjXNG25FvUmaqRTLkuQ9seA25LnqVB3dgg49n2cT66PQLkuCckD7mFZNuU2cw1gx/8ksTjuBsqfa3SsU1/Z+Y8356DXsvfdMy5fZiTOCuqMXSvSPgEWBXxPU5K+nbnHickPVNN9ppzj8PlYJ5c3uP8EWAA+aQV3PDztPgAAAAASUVORK5CYII=) center center /contain no-repeat;
	/*background-image:url(../images/cmn/pagetop.png);*/
	position:fixed;right:1.25rem;bottom:1.25rem;z-index:999;
	width:2.5rem;height:2.5rem;
	opacity:0;
	cursor:default;
	transition:.2s;
	}
	@media only screen and (max-width:991px)	{#pagetop{width:2.25rem;height:2.25rem;right:.25rem;bottom:.25rem;}}

#pagetop.is-active{opacity:1;transition:.6s;cursor:pointer;}




[class*="bg-float-"]{position: absolute;}

.bg-float-top		{top: 0;}
.bg-float-left		{left: 0;}
.bg-float-right		{right: 0;}
.bg-float-bottom	{right: 0;}

	@media only screen and (max-width:991px)	{
		.bg-float-top		{top: 0;bottom:8rem;}
		.bg-float-bottom	{top:8rem;bottom: 0;}
	}
	@media only screen and (max-width:767px)	{
		.bg-float-top		{top: 0;bottom:4rem;}
		.bg-float-bottom	{top:4rem;bottom: 0;}
	}

.bg-float-ful{top: 0;left: 0;right: 0;bottom: 0;}

.w-xl45{width: 45%;}
.w-xl50{width: 50%;}
.w-xl66{width: 66%;}
.w-xl75{width: 75%;}
.w-xl80{width: 80%;}
	@media only screen and (max-width:1199px)	{
		.w-lg45{width: 45%;}
		.w-lg50{width: 50%;}
		.w-lg66{width: 66%;}
		.w-lg75{width: 75%;}
		.w-lg80{width: 80%;}
	}
	@media only screen and (max-width:991px)	{
		.w-md45{width: 45%;}
		.w-md50{width: 50%;}
		.w-md66{width: 66%;}
		.w-md75{width: 75%;}
		.w-md80{width: 80%;}
	}
	@media only screen and (max-width:767px)	{
		.w-sm45{width: 45%;}
		.w-sm50{width: 50%;}
		.w-sm66{width: 66%;}
		.w-sm75{width: 75%;}
		.w-sm80{width: 80%;}
	}
	@media only screen and (max-width:575px)	{
		.w-xs45{width: 45%;}
		.w-xs50{width: 50%;}
		.w-xs66{width: 66%;}
		.w-xs75{width: 75%;}
		.w-xs80{width: 80%;}
		.w-xs100{width: 100%;}
	}

.bg-float-ful	{left: 0;right: 0;width: 100%;}


[class*="bg-float-"] .bg-cover{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}


	@media only screen and (max-width:991px)	{
		.float-md-top		{padding-top: 60vw !important;}
		.float-md-bottom	{padding-bottom: 60vw !important;}

		.float-md-top .bg-float-left,.float-md-top .bg-float-right
		{top: 0;left: 0;right: 0;bottom: auto;width: 100%;height: 66vw;background-position: center center;background-size:cover;background-repeat: no-repeat;}
		.float-md-bottom .bg-float-left,.float-md-bottom .bg-float-right
		{top: auto;left: 0;right: 0;bottom: 0;width: 100%;height: 66vw;background-position: center center;background-size:cover;background-repeat: no-repeat;}
	}

	@media only screen and (max-width:575px)	{
		.float-xs-top		{padding-top: 60vw !important;}
		.float-xs-bottom	{padding-bottom: 60vw !important;}

		.float-xs-top .bg-float-left,.float-xs-top .bg-float-right
		{top: 0;left: 0;right: 0;bottom: auto;width: 100%;height: 66vw;background-position: center center;background-size:cover;background-repeat: no-repeat;}
		.float-xs-bottom .bg-float-left,.float-xs-bottom .bg-float-right
		{top: auto;left: 0;right: 0;bottom: 0;width: 100%;height: 66vw;background-position: center center;background-size:cover;background-repeat: no-repeat;}
	}



/* ofi commons */
.bg-cover,.bg-contain{display:block;overflow:hidden;position:relative;width:100%;}

.bg-cover > img,.bg-cover a > img,.bg-contain > img,.bg-contain a > img	{
	max-width:inherit;max-height:inherit;
	width:100%;height:100%;
	position:absolute;top:0;left:0;right:0;bottom:0;
	}

.bg-cover > img,.bg-cover a > img {
	object-fit:cover;font-family:'object-fit:cover';
}

.bg-contain > img,.bg-contain a > img {
	object-fit:contain;font-family:'object-fit:contain';
}

.bg-all{position:absolute;top:0;left:0;right:0;bottom:0;}


.bg-xl-5by1{padding-bottom:20%;}.bg-xl-4by1{padding-bottom:25%;}.bg-xl-3by1{padding-bottom:33.3333333333%;}.bg-xl-2by1{padding-bottom:50%;}.bg-xl-3by2{padding-bottom:66.6666666666%;}.bg-xl-4by3{padding-bottom:75%;}.bg-xl-5by4{padding-bottom:80%;}.bg-xl-1by1{padding-bottom:100%;}.bg-xl-4by5{padding-bottom:120%;}.bg-xl-3by4{padding-bottom:133.3333333333%;}.bg-xl-2by3{padding-bottom:150%;}.bg-xl-3by5{padding-bottom:166.6666666666%;}.bg-xl-1by2{padding-bottom:200%;}

	@media only screen and (max-width:1199px){.bg-lg-5by1{padding-bottom:20%;}.bg-lg-4by1{padding-bottom:25%;}.bg-lg-3by1{padding-bottom:33.3333333333%;}.bg-lg-2by1{padding-bottom:50%;}.bg-lg-3by2{padding-bottom:66.6666666666%;}.bg-lg-4by3{padding-bottom:75%;}.bg-lg-5by4{padding-bottom:80%;}.bg-lg-1by1{padding-bottom:100%;}.bg-lg-4by5{padding-bottom:120%;}.bg-lg-3by4{padding-bottom:133.3333333333%;}.bg-lg-2by3{padding-bottom:150%;}.bg-lg-3by5{padding-bottom:166.6666666666%;}.bg-lg-1by2{padding-bottom:200%;}}
	@media only screen and (max-width:991px){.bg-md-5by1{padding-bottom:20%;}.bg-md-4by1{padding-bottom:25%;}.bg-md-3by1{padding-bottom:33.3333333333%;}.bg-md-2by1{padding-bottom:50%;}.bg-md-3by2{padding-bottom:66.6666666666%;}.bg-md-4by3{padding-bottom:75%;}.bg-md-5by4{padding-bottom:80%;}.bg-md-1by1{padding-bottom:100%;}.bg-md-4by5{padding-bottom:120%;}.bg-md-3by4{padding-bottom:133.3333333333%;}.bg-md-2by3{padding-bottom:150%;}.bg-md-3by5{padding-bottom:166.6666666666%;}.bg-md-1by2{padding-bottom:200%;}}
	@media only screen and (max-width:767px){.bg-sm-5by1{padding-bottom:20%;}.bg-sm-4by1{padding-bottom:25%;}.bg-sm-3by1{padding-bottom:33.3333333333%;}.bg-sm-2by1{padding-bottom:50%;}.bg-sm-3by2{padding-bottom:66.6666666666%;}.bg-sm-4by3{padding-bottom:75%;}.bg-sm-5by4{padding-bottom:80%;}.bg-sm-1by1{padding-bottom:100%;}.bg-sm-4by5{padding-bottom:120%;}.bg-sm-3by4{padding-bottom:133.3333333333%;}.bg-sm-2by3{padding-bottom:150%;}.bg-sm-3by5{padding-bottom:166.6666666666%;}.bg-sm-1by2{padding-bottom:200%;}}
	@media only screen and (max-width:575px){.bg-5by1{padding-bottom:20%;}.bg-4by1{padding-bottom:25%;}.bg-3by1{padding-bottom:33.3333333333%;}.bg-2by1{padding-bottom:50%;}.bg-3by2{padding-bottom:66.6666666666%;}.bg-4by3{padding-bottom:75%;}.bg-5by4{padding-bottom:80%;}.bg-1by1{padding-bottom:100%;}.bg-4by5{padding-bottom:120%;}.bg-3by4{padding-bottom:133.3333333333%;}.bg-2by3{padding-bottom:150%;}.bg-3by5{padding-bottom:166.6666666666%;}.bg-1by2{padding-bottom:200%;}}


[class*="t-l-"] img,[class*="t-c-"] img,[class*="t-r-"] img,[class*="c-l-"] img,[class*="c-r-"] img,[class*="b-l-"] img,[class*="b-c-"] img,[class*="b-c-"] img	{
	object-fit:cover;
	}

[class*="t-l-"] img	{object-position:left top;}
[class*="t-c-"] img	{object-position:center top;}
[class*="t-r-"] img	{object-position:right top;}

[class*="c-l-"] img	{object-position:left center;}
[class*="c-r-"] img	{object-position:right center;}

[class*="b-l-"] img	{object-position:left bottom;}
[class*="b-c-"] img	{object-position:center bottom;}
[class*="b-c-"] img	{object-position:right bottom;}

.t-l-xl img{font-family:'object-fit:cover;object-position:left top;';}
.t-c-xl img{font-family:'object-fit:cover;object-position:center top;';}
.t-r-xl img{font-family:'object-fit:cover;object-position:right top;';}

.c-l-xl img{font-family:'object-fit:cover;object-position:left center;';}
.c-r-xl img{font-family:'object-fit:cover;object-position:right center;';}

.b-l-xl img{font-family:'object-fit:cover;object-position:left bottom;';}
.b-c-xl img{font-family:'object-fit:cover;object-position:center bottom;';}
.b-r-xl img{font-family:'object-fit:cover;object-position:right bottom;';}
	@media only screen and (max-width:1199px){
		.t-l-lg img{font-family:'object-fit:cover;object-position:left top;';}
		.t-c-lg img{font-family:'object-fit:cover;object-position:center top;';}
		.t-r-lg img{font-family:'object-fit:cover;object-position:right top;';}

		.c-l-lg img{font-family:'object-fit:cover;object-position:left center;';}
		.c-r-lg img{font-family:'object-fit:cover;object-position:right center;';}

		.b-l-lg img{font-family:'object-fit:cover;object-position:left bottom;';}
		.b-c-lg img{font-family:'object-fit:cover;object-position:center bottom;';}
		.b-r-lg img{font-family:'object-fit:cover;object-position:right bottom;';}
	}
	@media only screen and (max-width:991px){
		.t-l-md img{font-family:'object-fit:cover;object-position:left top;';}
		.t-c-md img{font-family:'object-fit:cover;object-position:center top;';}
		.t-r-md img{font-family:'object-fit:cover;object-position:right top;';}

		.c-l-md img{font-family:'object-fit:cover;object-position:left center;';}
		.c-r-md img{font-family:'object-fit:cover;object-position:right center;';}

		.b-l-md img{font-family:'object-fit:cover;object-position:left bottom;';}
		.b-c-md img{font-family:'object-fit:cover;object-position:center bottom;';}
		.b-r-md img{font-family:'object-fit:cover;object-position:right bottom;';}
	}
	@media only screen and (max-width:767px){
		.t-l-sm img{font-family:'object-fit:cover;object-position:left top;';}
		.t-c-sm img{font-family:'object-fit:cover;object-position:center top;';}
		.t-r-sm img{font-family:'object-fit:cover;object-position:right top;';}

		.c-l-sm img{font-family:'object-fit:cover;object-position:left center;';}
		.c-r-sm img{font-family:'object-fit:cover;object-position:right center;';}

		.b-l-sm img{font-family:'object-fit:cover;object-position:left bottom;';}
		.b-c-sm img{font-family:'object-fit:cover;object-position:center bottom;';}
		.b-r-sm img{font-family:'object-fit:cover;object-position:right bottom;';}
	}
	@media only screen and (max-width:575px){
		.t-l img{font-family:'object-fit:cover;object-position:left top;';}
		.t-c img{font-family:'object-fit:cover;object-position:center top;';}
		.t-r img{font-family:'object-fit:cover;object-position:right top;';}

		.c-l img{font-family:'object-fit:cover;object-position:left center;';}
		.c-r img{font-family:'object-fit:cover;object-position:right center;';}

		.b-l img{font-family:'object-fit:cover;object-position:left bottom;';}
		.b-c img{font-family:'object-fit:cover;object-position:center bottom;';}
		.b-r img{font-family:'object-fit:cover;object-position:right bottom;';}
	}

.c-o{display: none;}
