@charset "utf-8";

.logo{font-size: 3rem;}

.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;}}

.off{display: block;}
.scroll-down .off{display: none;}

.on{display: none;}
.scroll-down .on{display: block;}



.hd-call{
	font-size: 1.5rem;line-height: .75;font-weight: bold;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:#212121;}

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




.ax-hd,a.ax-hd:hover,a.ax-hd:active,a.ax-hd:focus{
	background-color: #458AC4;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: transparent;color:#FFF;text-align: center;border: 1px solid #FFF;border-radius:6rem;
	font-size: 1rem;line-height: 1;
	margin: 0;padding: 1rem;
	width: 10rem;height: 2.5rem;
	display: flex;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{background-color:rgba(255,255,255,.25);}

.scroll-down .ax-mail,.scroll-down a.ax-mail:hover,.scroll-down a.ax-mail:active,.scroll-down a.ax-mail:focus{
	color:#212121;border: 1px solid #212121;
	}
	@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;}}

	.scroll-down a.ax-mail:hover,.scroll-down a.ax-mail:active,.scroll-down a.ax-mail:focus{background-color:rgba(0,0,0,.1);}



.ax-mail:before{content:"\f0e0";font-family: 'Font Awesome\ 5 Pro';font-weight: 900;margin-right: .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:#212121;}
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:#212121;}



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:1;font-weight: bold;text-align:center;
	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:#212121;}
button[aria-expanded="true"] small{color:#212121;}

.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: bold;
	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: bold;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:#FFF;
	font-size:1rem;line-height:1;text-align:center;white-space:nowrap;
	padding:.66em 0;
	position:relative;
	display:block;
	transition:0s;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link{
			color:#212121;
			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;
			}}

.scroll-down .navbar-expand-lg .navbar-nav .nav-link{
	color:#212121;
	}
	@media only screen and (max-width:991px)	{
		.scroll-down .navbar-expand-lg .navbar-nav .nav-link{
			color:#212121;
			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)	{
		.scroll-down .navbar-expand-lg .navbar-nav .nav-link{
			padding:1.5625vw 2.5vw;
			}}
	@media only screen and (max-width:575px)	{
		.scroll-down .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;
	font-family: 'Shippori Mincho B1',serif;
	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:#FFF;
	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:#212121;color:#FFF;
		}}

.scroll-down .navbar-expand-lg .navbar-nav .nav-link:hover,
.scroll-down .navbar-expand-lg .navbar-nav .nav-link:active,
.scroll-down .navbar-expand-lg .navbar-nav .nav-link:focus,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus{
	color:#212121;
	}
	@media only screen and (max-width:991px)	{
		.scroll-down .navbar-expand-lg .navbar-nav .nav-link:hover,
		.scroll-down .navbar-expand-lg .navbar-nav .nav-link:active,
		.scroll-down .navbar-expand-lg .navbar-nav .nav-link:focus,
		.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link,
		.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover,
		.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active,
		.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus{
			background-color:#212121;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:2px 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:#FFF;
	left:0;right:0;
	transition:.3s;
	}

.scroll-down .navbar-expand-lg .navbar-nav .nav-link:hover:after,
.scroll-down .navbar-expand-lg .navbar-nav .nav-link:active:after,
.scroll-down .navbar-expand-lg .navbar-nav .nav-link:focus:after,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:after,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover:after,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active:after,
.scroll-down .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus:after{
	border-color:#212121;
	}
	

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

.dropdown-menu{
	background: #FFF;
	border-radius:0;
	margin: 0;padding:5px 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:#212121;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: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:#212121;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:#212121;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{}}
*/




/* .lead */
.lead,.lead-sm,.lead-md,.lead-lg{
	line-height: 2;
	margin: 1rem 0 .5rem;
	}
	@media only screen and (max-width:767px)	{.lead,.lead-sm,.lead-md,.lead-lg{line-height:1.5;}}

.lead{font-size:1.125em;}
.lead-sm{font-size:1.25em;}
.lead-md{font-size:1.5em;}
.lead-lg{font-size:1.75em;}
	@media only screen and (max-width:767px)	{
		.lead{font-size:1em;}
		.lead-sm{font-size:1.125em;}
		.lead-md{font-size:1.25em;}
		.lead-lg{font-size:1.5em;}
	}

.lead:first-child,.lead-sm:first-child,.lead-md:first-child,.lead-lg:first-child{margin-top: 0;}
.lead:last-child,.lead-sm:last-child,.lead-md:last-child,.lead-lg:last-child{margin-bottom: 0;}

[class*="alert"],[class*="well"]{width:100%;}

.alert,.well{margin:1rem 0;padding:1rem;}

.well{background-color:#F6F6F6;border:1px solid #ddd;border-radius:.4rem;}

.alert-sm,.well-sm{margin:1.5rem 0;padding:1.5rem;}
    @media only screen and (max-width:767px)    {.alert-sm,.well-sm{padding: 1rem;}}

.alert-md,.well-md{margin:2rem 0;padding:2rem;}
    @media only screen and (max-width:991px)    {.alert-md,.well-md{padding: 1.5rem;}}
    @media only screen and (max-width:767px)    {.alert-md,.well-md{padding: 1rem;}}

.alert-lg,.well-lg{margin: 3rem 0;padding: 3rem;}
    @media only screen and (max-width:991px)    {.alert-lg,.well-lg{padding:2rem;}}
    @media only screen and (max-width:767px)    {.alert-lg,.well-lg{padding:1rem;}}

.alert-xl,.well-xl{margin: 4rem 0;padding: 4rem;}
    @media only screen and (max-width:1199px)   {.alert-xl,.well-xl{padding:3rem;}}
    @media only screen and (max-width:991px)    {.alert-xl,.well-xl{padding:2rem;}}
    @media only screen and (max-width:767px)    {.alert-xl,.well-xl{padding:1rem;}}

[class*="alert"]:first-child,[class*="well"]:first-child{margin-top:0;}
[class*="alert"]:last-child,[class*="well"]:last-child{margin-bottom:0;}


.alert .img-landing,.well .img-landing{margin-bottom: -1rem;}

.alert-sm .img-landing,.well-sm .img-landing{margin-bottom: -1.5rem;}
    @media only screen and (max-width:767px)    {.alert-sm .img-landing,.well-sm .img-landing{margin-bottom: -1rem;}}

.alert-md .img-landing,.well-md .img-landing{margin-bottom: -2rem;}
    @media only screen and (max-width:991px)    {.alert-md .img-landing,.well-md .img-landing{margin-bottom: -1.5rem;}}
    @media only screen and (max-width:767px)    {.alert-md .img-landing,.well-md .img-landing{margin-bottom: -1rem;}}

.alert-lg .img-landing,.well-lg .img-landing{margin-bottom: -3rem;}
    @media only screen and (max-width:991px)    {.alert-lg .img-landing,.well-lg .img-landing{margin-bottom: -2rem;}}
    @media only screen and (max-width:767px)    {.alert-lg .img-landing,.well-lg .img-landing{margin-bottom: -1rem;}}

.alert-xl .img-landing,.well-xl .img-landing{margin-bottom: -4rem;}
    @media only screen and (max-width:1199px)   {.alert-xl .img-landing,.well-xl .img-landing{margin-bottom: -3rem;}}
    @media only screen and (max-width:991px)    {.alert-xl .img-landing,.well-xl .img-landing{margin-bottom: -2rem;}}
    @media only screen and (max-width:767px)    {.alert-xl .img-landing,.well-xl .img-landing{margin-bottom: -1rem;}}


/* list */
.disc{margin:0;padding:0;}
.disc li{margin-left:1.5em;}

.circle{margin:0;padding:0;list-style:none;}
.circle > li{padding-left:2em;display:flex;flex-flow:row wrap;}
.circle > li:before{content:"\f111";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:2em;margin-left:-2em;color:#99cad0;font-weight:bold;font-size:10px;line-height:32px;}
	@media only screen and (max-width:767px)	{.circle > li:before{line-height:24px;}}

.circle-inner{padding-left:2em;}

.circle-layer{margin:0;padding:0;list-style:none;}
.circle-layer > li{padding-left:2em;display:flex;flex-flow:row wrap;}
.circle-layer > li:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:2em;margin-left:-2em;color:#99cad0;font-weight:bold;line-height:32px;}

h3.circle{font-size:18px;line-height:2;padding-left:2em;display:flex;flex-flow:row wrap;align-items:center;}
h3.circle:before{content:"\f111";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:2em;margin-left:-2em;color:#99cad0;font-weight:bold;font-size:10px;line-height:36px;}


.minus{margin:0;padding:0;list-style:none;}
.minus > li{display:inline-block;}
.minus > li:before{content:"-";display:inline-block;width:1em;color:#333;font-weight:bold;}

.minus > li + li{margin-left:1em;}


.decimal{margin:0;padding:0;}
.decimal li{margin-left:1.5em;}

.decimal-bold{margin:0;padding:0;font-weight:bold;}
.decimal-bold li{margin-left:1.5em;}
.decimal-bold li span{font-weight:normal;display:block;}
.decimal-bold li + li{margin-top:5px;}


.roma-l{list-style:upper-roman;}
.roma-l li{margin-left:1.5em;}


ul.check{margin:0;padding:0;list-style:none;}
ul.check li{padding-left:2em;}
ul.check li:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:2em;margin-left:-2em;color:#458AC4;font-weight:bold;}

p.check,div.check{padding-left:2em;}
p.check:before,div.check:before{content:"\f14a";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:2em;margin-left:-2em;color:#458AC4;font-weight:bold;}


.check-large{margin:0;padding:0;list-style:none;}
.check-large li{padding-left:1.5em;font-size:21px;font-weight:bold;}
	@media only screen and (max-width:1199px)	{.check-large li{font-size:16px;}}
	@media only screen and (max-width:767px)	{.check-large li{font-size:14px;}}


.check-large li:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1.5em;margin-left:-1.5em;color:#333;font-weight:bold;}
.check-large li + li{}


.checklist{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;}
.checklist li{line-height:1;display:inline-block;font-weight:bold;background-color:#FFF;margin:2px;}
.checklist li:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1.5em;color:#0d81c3;font-weight:bold;text-align:left;}


li .kome{display:block;}


.policy-administrator{display:flex;justify-content:flex-end;margin-top:1rem;border-top:1px solid #ddd;padding-top:1rem;}


.policy-administrator dl{display:table;}
.policy-administrator dt,.policy-administrator dd{display:table-cell;vertical-align:top;}

.policy-administrator dt{width:5em;}







/* paging */
.paging	{
	margin-top: 4rem;
	display:flex;justify-content:center;
	}
	@media screen and (max-width:991px)	{.paging{margin-top: 3rem;}}
	@media screen and (max-width:991px)	{.paging{margin-top: 2rem;}}
	@media screen and (max-width:767px)	{.paging{margin-top: 1rem;}}


.paging .paging-text,.paging .current	{
	border:1px solid #ddd;
	font-size:1.125rem;font-weight: bold;text-decoration:none;
	margin:0 .125rem;padding:0;
	display:flex;justify-content:center;align-items:center;
	width:3rem;height: 3rem;
	}
	@media screen and (max-width:991px)	{.paging .paging-text,.paging .current	{font-size:1rem;width:2rem;height: 2rem;}}

.paging .paging-text					{
	background-color:#fff;color:#999;
	cursor:pointer;
	}
.paging .paging-text:hover				{
	background-color:#fff;color:#212121;border-color:#212121;
	opacity:1;
	}
.paging .current						{
	background-color:#212121;color:#fff;border-color:#212121;
	}




/* category-nav responsive-accordion */
.cat-title{
	background-color:#458AC4;color:#FFF;
	font-size: 1rem;line-height: 1.5;text-align:center;letter-spacing:.05em;text-indent:.05em;
	font-weight: bold;
	margin-bottom: 1px;padding:1rem;
	pointer-events: none;
	}
	@media only screen and (max-width:991px)	{.cat-title{pointer-events: all;display:block;}}

.cat-title .fa{display: none;}
	@media only screen and (max-width:991px)	{.cat-title .fa{display: inline-block;margin-left: 1rem;}}

.main-column .cat-title{display: none;}
	@media only screen and (max-width:991px)	{.main-column .cat-title{display:block;pointer-events: all;}}

.side-column .cat-title{display: block;}

.cat-title + input[type="checkbox"]{display: none;}

.cat-nav{
	list-style: none;
	display: flex;flex-flow:row wrap;
	}
	@media screen and (max-width: 991px){.cat-nav{flex:1 1 100%;max-width: 100%;}}

.main-column .cat-nav{margin: -0.5px;}
	@media screen and (max-width: 991px){.main-column .cat-nav{margin: 0;}}

.side-column .cat-nav{display: block;}

.cat-nav li{display: flex;}
	@media screen and (max-width: 991px){.cat-nav li{padding: 0;flex:1 1 100%;max-width: 100%;}}

	@media screen and (max-width: 991px){input:checked + .cat-nav,input:checked + .cat-nav li{max-height: 9999vh;}}
	@media screen and (max-width: 991px){.cat-nav,.cat-nav li,.cat-nav li a,input:checked + .cat-nav,input:checked + .cat-nav li,input:checked + .cat-nav li a{transition: padding .2s,line-height .2s,visibility .1s,opacity .1s;}}

.main-column .cat-nav li{border-bottom: none;padding:.5px;}
	@media screen and (max-width: 991px){.main-column .cat-nav li{padding: 0;}}

.side-column .cat-nav li{border-bottom: 1px solid #DDD;}


.cat-col1 li{flex:1 1 100%;max-width: 100%;}
.cat-col2 li{flex:1 1 50%;max-width: 50%;}
.cat-col3 li{flex:1 1 33.3333333333%;max-width: 33.3333333333%;}
.cat-col4 li{flex:1 1 25%;max-width: 25%;}
.cat-col5 li{flex:1 1 20%;max-width: 20%;}
.cat-col6 li{flex:1 1 16.6666666666%;max-width: 16.6666666666%;}
	@media screen and (max-width: 991px){
		[class*="cat-col"]{display: block;}
		[class*="cat-col"] li{flex:1 1 100%;max-width: 100%;}
	}

.cat-nav li a{
	width: 100%;
	}

.main-column .cat-nav li a{display: flex;justify-content:center;align-items:center;}

.cat-nav li a:hover,.cat-nav li a:active,.cat-nav li a:focus,.cat-nav li.active a{
	/*opacity:1;*/
	}

.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{
	background: #000;color:#fff;
	font-size: 16px;line-height: 1.5;
	margin: 0;padding:15px;
	display: flex;justify-content:space-between;width: 100%;
}
	@media only screen and (max-width:991px)	{.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{font-size: 2vw;padding: 2vw;}}
	@media only screen and (max-width:767px)	{.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{font-size: 2.25vw;padding: 2.5vw;}}
	@media only screen and (max-width:575px)	{.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{font-size: 4.5vw;padding: 5vw;}}

.cat-link.active a,.cat-link.active a:hover,.cat-link.active a:active,.cat-link.active a:focus{
	opacity:1;
	}

.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{
	background: #EFEFEF;color:#000;border: none;border-bottom: 1px solid #999;
	line-height: 1.5;font-weight: bold;
	margin: 0;padding:15px;
	display: flex;justify-content:space-between;width: 100%;
	opacity:1;
}
	@media only screen and (max-width:991px)	{.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{font-size: 1.75vw;padding: 2vw;background: #FFF;color:#212121;border: none;opacity:1;}}
	@media only screen and (max-width:767px)	{.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{font-size: 2.25vw;padding: 2.5vw;}}
	@media only screen and (max-width:575px)	{.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{font-size: 4.5vw;padding: 5vw;}}



.itm-link a:hover,.itm-link a:active,.itm-link a:focus{
	background: #DDD;color:#FFF;
	opacity:1;
	}

.itm-link.active a,.itm-link.active a:hover,.itm-link.active a:active,.itm-link.active a:focus{
	background: #999;color:#FFF;
	opacity:1;
	}

	@media screen and (max-width: 991px){
		.side-column .cat-nav li{border-bottom: none;}

		.cat-nav li a{
			line-height: 0;
			padding: 0 2vw;
			visibility: hidden;
			opacity: 0;
		}

		.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{font-size: 1.75vw;}
		.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{font-size: 1.75vw;}

		input:checked + .cat-nav{list-style: none;}

		input:checked + .cat-nav li{border-bottom: 1px solid #DDD;}

		input:checked + .cat-nav li a{line-height: 1.25;padding:1.5vw 2vw;visibility: visible;opacity: 1;}

	}
	@media screen and (max-width: 767px){
		.cat-nav li a{padding: 0 2.5vw;}

		.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{font-size: 2.25vw;}
		.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{font-size: 2.25vw;}

		input:checked + .cat-nav li a{padding:1.5vw 2.5vw;}

	}
	@media screen and (max-width: 575px){
		.cat-nav li a{padding: 0 5vw;}

		.cat-link a,.cat-link a:hover,.cat-link a:active,.cat-link a:focus{font-size: 4.5vw;}
		.itm-link a,.itm-link a:hover,.itm-link a:active,.itm-link a:focus{font-size: 4.5vw;}

		input:checked + .cat-nav li a{padding:3vw 5vw;}
	}


.category-collapse{
	background: #164786;color:#fff;border: none;border-bottom: 1px solid #DDD;
	font-size: 16px;line-height: 1.5;font-weight: normal;
	margin: 0;padding:15px;
	display: flex;justify-content:space-between;width: 100%;
	cursor:pointer;
}

.category-collapse:after{font-family: 'Font Awesome\ 5 Pro';font-weight: normal;}

button[aria-expanded="false"].category-collapse:after	{content: "\f067";}
button[aria-expanded="true"].category-collapse:after	{content: "\f068";}

	@media screen and (max-width: 991px){
		.category-collapse{
			font-size: 14px;line-height: 0;
			margin-bottom: 0;padding: 0 10px;
			visibility: hidden;
			opacity: 0;
		}
	}



.category-list{border: 2px solid #212121;background: #FFF;}

.category-list h3 a{display: block;font-size: 16px;line-height: 1.25;padding: 13px;position: relative;}
	@media only screen and (max-width:767px)	{.category-list h3 a{display: block;font-size: 14px;padding: 8px;}}

.category-list-icon{width: 16px;height: 16px;position: absolute;top: 50%;right: 13px;bottom: 50%;margin: -8px 0;display: flex;justify-content:center;align-items:center;}
	@media only screen and (max-width:767px)	{.category-list-icon{width: 14px;height: 14px;right: 8px;}}

.category-list-icon .hr,.category-list-icon .vt{background-color:#212121;display: block;position: absolute;}

.category-list-icon .hr{width: 16px;height: 2px;}
	@media only screen and (max-width:767px)	{.category-list-icon .hr{width: 14px;}}

.category-list-icon .vt{width: 2px;height: 16px;}
	@media only screen and (max-width:767px)	{.category-list-icon .vt{height: 14px;}}


.category-list h3 a[aria-expanded="false"] .category-list-icon .vt{animation-name:collapseClose;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards;}

.category-list h3 a[aria-expanded="true"] .category-list-icon .vt{animation-name:collapseOpen;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards;}



.category-list ul{list-style: none;}

.category-list li{border-top: 1px solid #212121;}

.category-list li a{display: block;font-size: 16px;padding: 13px;line-height: 1.25;}
	@media only screen and (max-width:767px)	{.category-list li a{font-size: 14px;padding:8px;}}

.category-list li a:hover{background: #EFEFEF;}


.footer-logo{
	margin-bottom:2rem;
	}
	@media only screen and (max-width:575px)	{.footer-logo{text-align:center;}}

.footer-logo img{vertical-align:top;width:auto;height:auto;}
	@media only screen and (max-width:767px)	{.footer-logo img{height:3rem;}}



.fadd{display:flex;flex-flow:row wrap;line-height:1.75;}
	@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:#FFF !important;}
.fadd a:hover,.fadd a:active,.fadd a:focus{opacity:1;}

.fadd + .fadd{margin-top:.75rem;}


.fadd p + p{margin:0;}

.fadd-name{white-space: nowrap;flex:1 1 100%;max-width: 100%;}
	@media only screen and (max-width:575px)	{.fadd-name{text-align: center;margin-bottom: 1rem;}}




.fadd-pzip{flex:1 1 100%;max-width: 100%;}
.fadd-pzip:before{content:"〒";}
	@media only screen and (max-width:595px)	{.fadd-pzip{text-align: center;}}


.fadd-add{margin-left:.5em;}
	@media only screen and (max-width:991px)	{.fadd-add{text-align: center;}}

.fadd-building{}
	@media only screen and (max-width:575px)	{.fadd-building{flex:1 1 100%;max-width:100%;padding-top:5px;text-align: center;margin-left: 0;}}


.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{text-align: center;}}

.fadd-tel{}
	@media only screen and (max-width:767px)	{.fadd-tel{}}

.fadd-tel .ico-tel{color:#458AC4;}



.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;}


#footer hr{margin:10px 0;}



/* #fnav */


.fnav-btn{
	display:none;
	position:fixed;left:0;right:0;bottom:0;z-index:999;
	}
	@media only screen and (max-width:991px)	{.fnav-btn{
		background-color:#FFF;
		margin:0;padding:1px;
		display:flex;
		height: 6vw;
		}}
	@media only screen and (max-width:767px)	{.fnav-btn{height: 7.5vw;}}
	@media only screen and (max-width:575px)	{.fnav-btn{height: 15vw;}}

.fnav-menu{
	font-size:.9rem;line-height:1;
	display: flex;align-items:center;
	}

.fnav-vt{flex-flow:column wrap;}
.fnav-hz{justify-content:center;align-items:center;margin: -2px 0;}
.fnav-fs{justify-content:flex-start;}
.fnav-fe{justify-content:flex-end;}

	@media only screen and (max-width:991px)	{.fnav-menu{display:none;}}


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

.fnav-item{white-space:nowrap;position: relative;list-style: none;}
	@media only screen and (max-width:991px)	{.fnav-item{flex:1 1 100%;max-width: 100%;display: flex;}}

.fnav-item + .fnav-item{margin-left: .5em;}
	@media only screen and (max-width:991px)	{.fnav-item + .fnav-item{border-left:none;margin:0;}}

.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{
	color:#FFF;
	font-family: 'Noto Sans JP',sans-serif;
	font-size:.9rem;line-height:1;white-space:nowrap;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{
		background-color:#FFF;color:#212121;border: 1px solid #FFF;
		font-size:1.25vw;line-height:1;
		margin:0;
		display:flex;flex-flow:column wrap;justify-content:center;align-items:center;
		position:relative;text-decoration:none;
		width: 100%;
		}}
	@media only screen and (max-width:767px)	{.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{font-size:1.5625vw;}}
	@media only screen and (max-width:575px)	{.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{font-size:3.125vw;}}

.fnav-hz .fnav-link{
	margin: 0 2.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: #FFF;color:#212121;border-radius:2px;
	}


.fnav-item:before{content:"◆";color:#FFF;font-weight: normal;width:1em;position: absolute;top: 0;left: 0;right: 0;text-align: center;}
	@media only screen and (max-width:991px)	{.fnav-item:before{display:none;}}

.fnav-hz .fnav-item:before{display: none;}


.fnav-link:before{
	color:#FFF;
	font-size:16px;line-height:1;text-align:center;
	font-family:'Font Awesome\ 5 Pro';
	width:1em;
	display: none;
	}
	@media only screen and (max-width:991px)	{.fnav-link:before{font-size: 2.5vw;margin:0 auto .1em !important;display: block;width: 100%;text-align: center;}}
	@media only screen and (max-width:767px)	{.fnav-link:before{font-size: 3.125vw;}}
	@media only screen and (max-width:575px)	{.fnav-link:before{font-size: 6.25vw;}}


.fnav-item > strong			{display:inline-block;vertical-align:middle;font-weight:normal;}
.fnav-item > strong > a		{color:#458AC4;}
.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;text-align: right;white-space: nowrap;}
	@media only screen and (max-width:575px)	{small#copyright{text-align: center;}}

	footer.copyright{line-height:30px;background-color:#458AC4;color:#FFF;padding: 0.5em 0;}

#copyright:before{
	content:"\f1f9";
	font-weight:100;
	font-family:'Font Awesome\ 5 Pro';
	display:inline-block;
	width:1.5em;
	}





.tracing-paper{padding: 4rem;background: rgba(255,255,255,.9);box-shadow:0 0 12px rgba(0,0,0,.1);}
	@media only screen and (max-width:1199px)	{.tracing-paper{padding:3rem;}}
	@media only screen and (max-width:991px)	{.tracing-paper{padding:4vw;}}
	@media only screen and (max-width:767px)	{.tracing-paper{padding:2.5vw;}}
	@media only screen and (max-width:575px)	{.tracing-paper{padding:5vw;}}

.floating-paper{padding: 4rem;background: rgba(255,255,255,1);}
	@media only screen and (max-width:1199px)	{.floating-paper{padding:3rem;}}
	@media only screen and (max-width:991px)	{.floating-paper{padding:4vw;}}
	@media only screen and (max-width:767px)	{.floating-paper{padding:2.5vw;}}
	@media only screen and (max-width:575px)	{.floating-paper{padding:5vw;}}

	@media only screen and (min-width:992px)	{
		.bg-float-left + .w-sl .floating-paper{padding-right: 0;}
		.bg-float-right + .w-sl .floating-paper{padding-left: 0;}
	}


