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

 Base 
	#3399cc	rgba(51,153,204,1)

----------------------------------------------------*/
html {
	font-size: 62.5%;/*‰Šú’l16px‚Ì62.5%‚Åƒ‹[ƒg‚ª10px*/
}
body {
	color: #333;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	/*font-family:Meiryo,"ƒƒCƒŠƒI",Verdana,"Hiragino	Kaku	Gothic	Pro","ƒqƒ‰ƒMƒmŠpƒS	Pro	W3",	Osaka,	"‚l‚r	‚oƒSƒVƒbƒN",	sans-serif;
	font-family:	"Times	New	Roman","Ÿà–¾’©","YuMincho","ƒqƒ‰ƒMƒm–¾’©	ProN	W3","Hiragino	Mincho	ProN","HG–¾’©E","‚l‚r	‚o–¾’©","‚l‚r	–¾’©",Meiryo,serif;
	font-family:	'Hiragino	Kaku	Gothic	ProN',	'ƒqƒ‰ƒMƒmŠpƒS	ProN	W3',	Meiryo,	ƒƒCƒŠƒI,	Osaka,	'MS	PGothic',	arial,	helvetica,	sans-serif;*/
	font-family: ŸàƒSƒVƒbƒN‘Ì, 'Yu	Gothic', YuGothic, 'ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN	Pro', 'Hiragino	Kaku	Gothic	Pro', ƒƒCƒŠƒI, Meiryo, Osaka, '‚l‚r	‚oƒSƒVƒbƒN', 'MS	PGothic', sans-serif;
}
a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.sp	{}
.pc	{	display:none;}
article {}
.sec-box {
	padding: 30px 0;
}
.inner,
section {
	text-align: left;
	line-height:1.6;
	padding:0 10px;
}
.inner:after,
section:after	{
	clear:both;
	content:'';
	display:block;
}

@media screen and (min-width:	38.75em) {}
@media screen and (min-width:	46.25em) {
	.inner,
	section {
		padding:0 20px;
	}
	.sec-box {
		padding:60px 0;
	}
}
@media screen and (min-width:	62.5em) {
	.sp	{	display:none;}
	.pc	{	display:block;}
	.secBox {
		/*padding:100px 0;*/
	}
	#lower	article	.contTtl + .secBox {
		padding:60px 0 100px;
	}
	.inner,
	section {
		max-width: 1080px;
		margin: 0 auto;
	}
}
@media screen and (min-width:	1180px) {}





/* Header
----------------------------------------------------*/
#header	{
	background:url(../../img/main.jpg) no-repeat;
	background-size:cover;
	height:300px;
}
#header	header	{
	padding-top:20%;
}
#header	h1	{
	background:url(../../img/ttl-head.png) no-repeat;
	background-size:100% auto;
	width:100%;
	max-width:400px;
	margin:0 auto;
	height:0;
	overflow:hidden;
	padding-top:37.03%;
	line-height:1.5;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
#header	{
	height:400px;
}
#header	header	{
	padding-top:15%;
}
#header	h1	{
	width:400px;
	max-width:inherit;
}
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
#header	{
	height:500px;
}
#header	h1	{
	width:540px;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#header	{
	height:600px;
}
nav	{
	padding:20px 0;
}
nav	ul	{
	width:100%;
	display: flex;
	/*display:table;
	table-layout:fixed;*/
}
nav	li	{
	/*display:table-cell;*/
	width: 20%;
	display: flex;
	box-sizing: border-box;
	border-left:1px solid #ccc;
}
nav	li	a	{
	padding:10px 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	/*padding:20px 0;
	display:block;*/
	text-align:center;
	color:#333;
	text-decoration:none;
}
nav	li:last-child	a	{
	border-right:1px solid #ccc;
}
nav	li	a:hover	{
	color:rgba(51,153,204,1)
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}


/* Container
----------------------------------------------------*/
article	{
}
.ctt	{
	padding-bottom:20px;
}
.ctt	h2	{
	text-align:center;
	font-weight:700;
	font-size:2rem;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
.ctt	h2	{
	font-size:2.4rem;
}
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
.ctt	h2	{
	font-size:2.8rem;
}
.ctt	{
	padding-bottom:30px;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
.ctt	h2	{
	font-size:3.2rem;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

/* Footer
----------------------------------------------------*/
footer	{
	color:#FFF;
	background:#3399cc;
	text-align:center;
	font-size:1.3rem;
}
footer	#footer	{
	padding:20px 0;
}
footer	ul	{
	text-align:center;
}
footer	li	{
	display:inline-block;
}
footer	li:first-child	{
	display:block;
}
footer	li	a	{
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	padding:2px 15px;
}
.copylight	{
	border-top:1px solid rgba(255,255,255,0.5);
	padding:20px 0;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
footer	#footer	{
	padding:40px 0 30px;
}
footer	li:first-child	{
	display:inline-block;
}
.copylight	{
	padding:30px 0;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}



/*====================================================
 bxslider
====================================================*/
/* RESET AND LAYOUT
----------------------------------------------------*/
.bx-wrapper {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {	list-style: none;}
.bx-viewport {
	-webkit-transform: translateZ(0);
}
/* THEME
----------------------------------------------------*/
.bx-wrapper {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url('images/bx_controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url('images/bx_controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	transition: none !important;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/bx_controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/bx_controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*====================================================
 meanmenu
====================================================*/
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	/*position: fixed;
	padding: 0;
	right: 0;
	top: 60px;*/
	position: absolute;
	min-height: 60px;
	z-index: 999999;
	margin-top: 60px;
}
.mean-container a.meanmenu-reveal {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: block;
	margin-top: -60px;
	padding: 15px;
	box-sizing: border-box;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 2px;
	width: 30px;
	position: absolute;
}
.mean-container a.meanmenu-reveal.meanclose span {
	background: #fff;
}
.mean-container a.meanmenu-reveal span:first-child {
	top: 20px;
}
.mean-container a.meanmenu-reveal span:nth-child(2) {
	top: 30px;
}
.mean-container a.meanmenu-reveal span:last-child {
	top: 40px;
}
.mean-container a.meanmenu-reveal.meanclose span:first-child {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: 20px;
	right: 15px;
}
.mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
	opacity: 0;
}
.mean-container a.meanmenu-reveal.meanclose span:last-child {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	top: 40px;
	right: 15px;
}
/*menu*/
.mean-container .mean-nav {
	margin: 0 auto;
	display: block;
	width: 100%;
	padding:0 20px;
}
/*clearfix*/
.mean-container .mean-nav ul:before,
.mean-container .mean-nav ul:after {
	content: " ";
	display: table;
}
.mean-container .mean-nav ul:after {
	clear: both;
}
.mean-container .mean-nav ul {
	*zoom: 1;
	background: rgba(255,255,255,0.85);
	padding:1em;
}
/*clearfix*/
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li:first-child	a {
	border-top:0
}
.mean-container .mean-nav ul li a {
	display: block;
	text-decoration:none;
	float: left;
	width: 100%;
	padding: 1em 2% 1em 5%;
	margin: 0;
	color: #333;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.4rem;
	border-top: 1px dotted #ccc;
	text-transform: uppercase;
	line-height: 1.4 !important;
	position: relative;
}
.mean-container .mean-nav ul li a:after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg)
}
.mean-container .mean-nav ul li.seiei-link a:after {
	transform: rotate(-45deg)
}
.mean-container .mean-nav ul li a br {
	display: none;
}
.mean-container .mean-nav ul li.mean-last a {
}
.mean-container .mean-nav ul li.mean-last a img {
	width: 24px;
}

/*====================================================
 Lity - v2.3.1 - 2018-04-20
 http://sorgalla.com/lity/
 Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT
====================================================*/
.lity {
	z-index: 9999990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0,0,0,0.8);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity.lity-opened {
	opacity: 1
}
.lity.lity-closed {
	opacity: 0
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity-loading .lity-loader {
	opacity: 1
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6)
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close::-moz-focus-inner {
 border:0;
 padding:0
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close:active {
	top: 1px
}
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000
}
.lity-hide {
	display: none
}