body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
}

header,
footer {
	position: relative;
	padding: 0 15px;
}
header > div {
	position: relative;
	/*max-width: 1200px;*/
	z-index: 997;
	margin: 0 auto;
/*
	position: absolute;
*/
}




footer {
	text-align: center;
	margin-top: 100px;
}
header logo,
footer logo {
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #00959F;
}
header logo a,
footer logo a {
	color: #00959F;
}
header #logo {
	margin: 0 auto;
	padding: 25px 0;
}

header img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


#headerImg img{
	max-width: 100%;
}


main { 
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 20px;


	font-size: 22px;
	line-height: 30px;
}
main a {
}
main h1 {
	font-size: 50px;
	line-height: 70px;
	margin: 130px 0 30px;
	color: #00959F;
	text-align: center;
}
main h2 {
	font-size: 30px;
	line-height: 50px;
	margin: 60px 0 10px;
	text-align: center;
}


main p {
	padding: 15px 0;
	line-height: 40px;
}
main p.small {
	line-height: 25px;
	font-size: 15px;
	padding: 50px 0 50px;
}
main div.small {
	line-height: 25px;
	font-size: 15px;
	padding: 0;
}

main li {
	padding: 10px 0;
}

.Wayfinder li {
	/*font-size: 22px;*/
	line-height: 32px;
}

main img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

@media screen and (max-width: 720px) {
	footer {
		font-size: 15px;
		margin-top: 50px;
	}
	main {
		margin-top: -20px;
		font-size: 15px;
		line-height: 20px;
	}
	p {
		font-size: 15px;
		line-height: 20px;
	}
	main h1 {
		font-size: 30px;
		line-height: 40px;
		margin: 40px 0 10px;
	}
	main h2 {
		font-size: 25px;
		line-height: 35px;
		margin: 40px 0 10px;
	}
	.Wayfinder li {
		font-size: 19px;
		line-height: 29px;
	}
	main p.small {
		padding: 20px 0 0;
	}
}


.button {
	font-size: 15px;
	line-height: 60px;
	background: #fff;
}
a.disable {
	color: #ddd;
}

main img, main video {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}


/* nav  --------------------------------------------------> */
.bodyFixed {
	position: fixed;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
}
#bodyCover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
	background-color: rgba( 0,0,0,0.5);
	display: none;
}

#nav-outer {
	position: fixed;
	top: 0px;
	right: -10px;
	z-index: 999;
	transition: all 0.2s;
	transform: translate(0px);
	height: 100%;
}
#nav-outer.open {
	transform: translate(-0px); 
}
nav#nav {
	width: 270px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(0px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px 10px 0;
	box-sizing: border-box;
}
nav#nav.open {
	transform: translate(-270px); 
	background: #00959F;
}

/*   ボタンタグ設定   */
#navBotton  {
	display: block;
	background: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 70px;
	height: 60px;
	width: 270px;

	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}
nav#nav.open #navBotton {
	right: 0;
	background: #00959F;
	color: #fff;
}
#navBotton button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 25px;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
	outline: none;
}
/*   ハンバーガーボタン3本線   */
#navBotton button span.bar {
	display: block;
	height: 1px;
	background-color: #00959F;
	margin: 7px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
#navBotton button .close {
	letter-spacing: 0.08em;
	display: none;
}
#navBotton button .menu {
	display: block;
}
/*  メニューアクティブ時  */
#navBotton button.active span.bar {
	background-color: #fff;
	width: 26px;
	margin: 8px 0;
}
#navBotton button.active .bar1 {
	transform: rotate(45deg);
}
#navBotton button.active .bar2 {
	opacity: 0;
}
#navBotton button.active .bar3 {
	transform: rotate(-45deg);
}
#navBotton button.active .menu {
	display: none;
}
#navBotton button.active .close {
	display: block;
}
nav#nav ul {
	width: 270px;
	padding-right: 35px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
nav#nav ul li a {
	color: #fff;
}
#nav ul{
	padding: 0;
}
#nav ul li {
	list-style: outside none;
	margin-left: 1rem;
	line-height: 20px;
	padding: 5px 0;
}
#nav li {
	margin-bottom: 1rem;
}
#nav li li {
	margin-bottom: 0;
}

	@media screen and (max-width: 720px) {
	#nav li ul {
		display: none;
	}

}

#particles-js,
.background {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

#particles-js{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


hr {
	border: 0;
	border-bottom: 1px solid #B2DFE2;
	margin: 100px 0;
}

.center {
	text-align: center;

}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 720px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

del {
	background-image: linear-gradient(#666666, #666666);
	background-position: 0 50%;
	background-size: 100% 1px;
	background-repeat: repeat-x;
	margin: 0 0.4em;
	text-decoration: none;
}


.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	width: 150px;
	padding: 5px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fefefe;
}
table td {
	padding: 5px;
	border: 1px solid #ddd;
}


.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}