@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf::after {
	content: "";
	display: table;
	clear: both;
}
#contentsWrap {
	font-size: 1.3rem;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
	min-width: 1000px;
}
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
	min-width: 1000px;
	width: 100%;
	padding: 10px 30px 8px 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header.fixed_header {
	position: fixed;
	background: rgba(0, 172, 169, 0.8);
	display: none;
}
header h1 {
	width: 121px;
	height: 22px;
	vertical-align: bottom;
}
header h1 img {
	width: 100%;
}
header ul.icn {
	float: right;
	margin-top: -25px;
	display: table;
}
header ul.icn li {
	vertical-align: middle;
	padding-left: 7px;
	display: table-cell;
	width: 28px;
	height: 28px;
}
header ul.icn li.line span {
	background: #00b900;
	border-radius: 28px;
	position: relative;
	width: 28px;
	height: 28px;
	display: block;
	margin-top: -2px;
}
header ul.icn li.line span iframe {
	position: absolute !important;
	top: 4px;
	left: 4px;
}
header ul.icn li.btn_nav {
	width: 22px;
	height: 19px;
	cursor: pointer;
}
header ul.icn li.btn_nav img {
	width: 100%;
}
nav {
	padding-top: 10px;
	position: absolute;
	top: 0;
	background: #00aca9;
	z-index: 100;
	position: fixed;
}
nav .inner {
	overflow: auto;
}
nav p.btn_nav_close {
	width: 75%;
	text-align: right;
	margin: 20px auto 50px auto;
	color: white;
	font-size: 3rem;
	cursor: pointer;
}
nav h2 {
	width: 305px;
	height: 125px;
	margin: 0 auto 20px auto;
	padding:0 20px;
}
nav h2 img {
	width: 100%;
}
nav li {
	padding: 20px;
	font-size: 1.4rem;
	line-height: 2;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
nav li a {
	padding: 0 20px 0 30px;
	color: white;
	text-decoration: none;
	display: block;
	position: relative;
}
nav li a:before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-image: url(../images/icn_nav.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contentWrapper.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.wrap {
	width: 950px;
	margin: auto;
}
.effect {
	opacity: 0;
	transition: all 1500ms 0s ease;
}
.effect.show {
	opacity: 1;
}
a {
	opacity: 1;
	transition: all 500ms 0s ease;
}
a:hover {
	opacity: 0.7;
}
 @media (min-width: 671px) {
.contentWrapper .sp {
	display: none;
}
}
 @media (max-width: 670px) {
.contentWrapper .pc {
	display: none;
}
}
#keyvis {
	min-width: 1000px;
	background-image: url(../images/bg_keyvis.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
}
#keyvis .ttl {
	width: 556px;
	height: 228px;
	position: relative;
	top: 13%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
#keyvis h1 img {
	width: 100%;
}
#keyvis .wrap {
	position: absolute;
	z-index: 1;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#keyvis .img_map {
	position: absolute;
	left: 0;
	bottom: 30px;
	height: 380px;
}
#keyvis .img_map img {
	height: 100%;
}
#keyvis p.btn {
	width: 224px;
	height: 122px;
	margin: auto;
	position: relative;
	top: 17%;
}
#keyvis p.btn img {
	width: 100%;
}
#keyvis .location {
	position: absolute;
	right: 20px;
	bottom: 50px;
	background: rgba(0, 172, 169, 0.4);
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
}
.mintyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
#section01 {
	position: relative;
	background: #00aca9;
}
#section01 .wrap {
	margin: 0 auto;
	padding: 20px 0 100px;
	z-index: 1;
	position: relative;
}
#section01:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 64px;
	background: url("../images/section01_top.png") no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	top: -64px;
}
#section01 .left {
	position: relative;
	width: 50%;
	z-index: 2;
}
#section01 .left h1 img {
	width: 100%;
}
#section01 .left .txt {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 15px;
}
#section01 .right {
	width: 59%;
	letter-spacing: 2px;
	z-index: 1;
	background: url("../images/section01_map.png") no-repeat;
	background-size: contain;
	background-position: right center;
	position: absolute;
	top: -50px;
	bottom: 20px;
	right: 0;
}
#section01 .right img {
	width: 100%;
}
#section02 {
	background: #ffffff;
	position: relative;
}
#section02:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 64px;
	background: url("../images/section02_top.png") no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	top: -64px;
}
#section02 ul {
	clear: both;
	overflow: hidden;
	padding: 0 30px;
	display: flex;
}
#section02 ul li {
	width: 25%;
	padding: 10px;
}
#section02 ul li:nth-of-type(even) {
	margin-top: 25px;
}
#section02 ul li a {
	display: inline-block;
	width: 213px;
	height: 213px;
}
#section02 ul li a img {
	width: 100%;
	opacity: 0;
	transition: all 500ms ease;
}
#section02 ul li a:hover {
	opacity: 1;
}
#section02 ul li a:hover img {
	opacity: 1;
}
#section02 .effect .anc_e01 {
	opacity: 0;
	transition: all 1500ms 0ms ease;
}
#section02 .effect .anc_e02 {
	opacity: 0;
	transition: all 1500ms 400ms ease;
}
#section02 .effect .anc_e03 {
	opacity: 0;
	transition: all 1500ms 800ms ease;
}
#section02 .effect .anc_e04 {
	opacity: 0;
	transition: all 1500ms 1200ms ease;
}
#section02 .effect.show .anc_e01 {
	opacity: 1;
}
#section02 .effect.show .anc_e02 {
	opacity: 1;
}
#section02 .effect.show .anc_e03 {
	opacity: 1;
}
#section02 .effect.show .anc_e04 {
	opacity: 1;
}
#section02 .anc01 {
	background: url("../images/anc01.png") no-repeat;
	background-size: contain;
}
#section02 .anc02 {
	background: url("../images/anc02.png") no-repeat;
	background-size: contain;
}
#section02 .anc03 {
	background: url("../images/anc03.png") no-repeat;
	background-size: contain;
}
#section02 .anc04 {
	background: url("../images/anc04.png") no-repeat;
	background-size: contain;
}
#section03 {
	background: #ffffff;
	padding-top: 110px;
}
#section03 h1 {
	text-align: center;
}
#section03 h1 img {
	width: 293px;
}
#section03 h1 + p.txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 35px;
}
#section03 .sec_child .img img {
	width: 100%;
	vertical-align: top;
}
#section03 .sec_child .bg {
	background: #00aca9;
	position: relative;
	z-index: 1;
}
#section03 .sec_child .bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	background: url("../images/section03_wave.png");
	background-size: 100% 44px;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
}
#section03 .sec_child .bg .wrap {
	overflow: hidden;
	clear: both;
	top: -25px;
	position: relative;
	z-index: 2;
}
#section03 .sec_child .left {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
#section03 .sec_child h2 img {
	width: 100%;
	margin-top: 10px
}
#section03 .sec_child .num img {
	height: 100%;
	width: auto;
}
#section03 .sec_child .num {
	height: 60px;
	width: auto;
}
#section03 .sec_child .right {
	color: #ffffff;
	font-size: 14px;
	width: 50%;
	float: right;
	padding: 45px 20px 0;
	box-sizing: border-box;
}
#section03 .sec_child .right .ttl_direction {
	margin-top: 10px;
}
#section03 .sec_child .right .ttl_direction:before {
	content: "";
	width: 12px;
	height: 16px;
	background: url("../images/ico_pin.png") no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
#section03 .sec_child .right .btn {
	margin-top: 10px;
	;
}
#section04 {
	background: #ffffff;
	padding-top: 110px;
}
#section04 h1 {
	text-align: center;
}
#section04 h1 img {
	width: 294px;
}
#section04 h1 + p.txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 35px;
}
#section04 .sec_child .img img {
	width: 100%;
	vertical-align: top;
}
#section04 .sec_child .bg {
	background: #315ca8;
	position: relative;
	z-index: 1;
}
#section04 .sec_child .bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	background: url("../images/section04_wave.png");
	background-size: 100% 44px;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
}
#section04 .sec_child .bg .wrap {
	overflow: hidden;
	clear: both;
	top: -25px;
	position: relative;
	z-index: 2;
}
#section04 .sec_child .left {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
#section04 .sec_child h2 img {
	width: 100%;
	margin-top: 10px
}
#section04 .sec_child .num img {
	height: 100%;
	width: auto;
}
#section04 .sec_child .num {
	height: 60px;
	width: auto;
}
#section04 .sec_child .right {
	color: #ffffff;
	font-size: 14px;
	width: 50%;
	float: right;
	padding: 45px 20px 0;
	box-sizing: border-box;
}
#section04 .sec_child .right .ttl_direction {
	margin-top: 10px;
}
#section04 .sec_child .right .ttl_direction:before {
	content: "";
	width: 12px;
	height: 16px;
	background: url("../images/ico_pin.png") no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
#section04 .sec_child .right .btn {
	margin-top: 10px;
	;
}
/*
#section04 .child04 .img {
     background: #000000;
    padding-bottom:44px;
}
*/

#section04 .child04 .youtube {
	width: 100%;
	height: 597px;
	margin: 0;
}
#section04 .child04 iframe {
	vertical-align: top;
}
#section03 .effect .left, #section04 .effect .left {
	opacity: 0;
	transition: all 1500ms 0ms ease;
}
#section03 .effect.show .left, #section04 .effect.show .left {
	opacity: 1;
}
#section03 .effect .right, #section04 .effect .right {
	opacity: 0;
	transition: all 1500ms 500ms ease;
}
#section03 .effect.show .right, #section04 .effect.show .right {
	opacity: 1;
}
.btn_more {
	display: block;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.btn_more:hover {
	background-color: rgba(255, 255, 255, 0.3)
}
#section05 {
	background: #ffffff;
	padding-top: 45px;
}
#section05 h1 {
	text-align: center;
}
#section05 h1 img {
	width: 294px;
}
#section05 h1 + p.txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 35px;
}
#section05 li {
	margin-bottom: 27px;
}
#section05 ul {
	padding: 0 25px;
}
#section05 ul li {
	width: 425px;
	float: left;
	margin-right: 50px;
	border-radius: 4px;
	position: relative;
}
#section05 ul li:nth-of-type(even) {
	margin-right: 0;
}
#section05 ul li dl dt {
	position: absolute;
	z-index: 1;
	left: -10px;
	top: -10px;
	background: #00aca9;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 13px;
}
#section05 ul li dl dd {
	font-size: 13px;
}
#section05 ul li .img img {
	width: 100%;
}
.btn_more2 {
	text-align: right;
	position: relative;
	display: block;
	line-height: 18px;
	color: #e83847;
	text-decoration: underline;
	padding-right: 23px;
	vertical-align: middle;
	font-size: 13px;
}
.btn_more2:after {
	content: "";
	display: block;
	background: url("../images/ico_more_r.png") no-repeat;
	background-size: contain;
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#section06 {
	background: #d9f3f2;
	padding-top: 45px;
	padding-bottom: 25px;
}
#section06 h1 {
	text-align: center;
}
#section06 h1 img {
	width: 138px;
}
#section06 h1 + p.txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 35px;
}
#section06 li {
	margin-bottom: 27px;
}
#section06 ul {
	font-size: 0;
	text-align: center;
}
#section06 ul.col2 {
	font-size: 0;
	text-align: center;
}
#section06 ul li {
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	width: 295px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 4px;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	padding: 5px 5px 10px;
	box-sizing: border-box;
	letter-spacing: 0.075em;
}
#section06 ul li:last-child {
	margin-right: 0;
}
#section06 ul li .city {
	position: absolute;
	z-index: 1;
	left: -5px;
	top: -5px;
	background: #00aca9;
	color: #ffffff;
	padding: 2px 5px;
}
#section06 ul li dl dt {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#section06 ul li dl dd {
	margin-bottom: 15px;
}
#section06 ul li .img {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
#section06 ul li .img img {
	width: 100%;
}
#section07 {
	background: #ffffff;
	padding-top: 45px;
	padding-bottom: 25px;
}
#section07 h1 {
	text-align: center;
}
#section07 h1 img {
	width: 138px;
}
#section07 h1 + p.txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 35px;
}
#section07 .ttl_bg p {
	font-weight: bold;
	color: #315ca8;
	font-size: 24px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	width: 75px;
}
#section07 .ttl_bg {
	position: relative;
}
#section07 .ttl_bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #315ca8;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
#section07 .eventlist .img {
	float: left;
	width: 200px;
}
#section07 .eventlist li {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid rgba(49, 92, 168, 0.2);
	padding: 20px 0;
}
#section07 .eventlist ul > li:last-child {
	border: 0;
}
#section07 .eventlist .img img {
	width: 100%;
	vertical-align: top;
}
#section07 .eventlist .txt {
	margin-left: 220px;
}
#section07 .eventlist .date {
	display: inline-block;
	background: #315ca8;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding: 0 5px;
}
#section07 .eventlist dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.075em;
	margin-top: 8px;
}
#section07 .eventlist dd {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	letter-spacing: 0.075em;
}
#section07 .eventlist .wrap {
	padding-top: 60px;
}
#section07 .eventlist .wrap:first-child {
	padding-top: 0;
}
#section07 .eventlist a {
	display: block;
	color: #000000;
}
#section08 {
	background: #ffffff;
	padding-top: 45px;
	padding-bottom: 25px;
	background: url("../images/section08_bg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
#section08 h1 {
	text-align: center;
}
#section08 h1 img {
	width: 485px;
	vertical-align: top;
}
#section08 .link {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
#section08 .link a {
	color: #010101;
	font-size: 18px;
	line-height: 18px;
	text-decoration: underline;
}
#section08 .sns li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 7px;
}
#section08 .sns {
	text-align: center;
}
#section08 .sns li img {
	width: 100%;
}
#section09 {
	background: #ffffff;
	padding-top: 45px;
	padding-bottom: 45px;
}
#section09 h1 {
	text-align: center;
}
#section09 h1 img {
	width: 276px;
}
#section09 .txt {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.075em;
	text-align: center;
}
#section09 .txt em {
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	background: url("../images/bg_line.png") repeat-x;
	background-size: 1px 18px;
	background-position: center;
}
#section09 .txt .lh {
	line-height: 2.5;
}
#section09 .center {
	text-align: center;
}
#section09 .period {
	background: #cceeee;
	border-radius: 25px;
	margin: auto;
	display: inline-block;
	padding: 2px 25px;
	margin-top: 27px;
}
#section09 .btn {
	margin-top: 27px;
}
#section09 .agree {
	margin-top: 27px;
	text-align: center;
	font-size: 14px;
}
#section09 .agree a {
	color: #000000;
	text-decoration: underline;
}
.btn_entry {
	display: block;
	background: #e83847;
	text-align: center;
	padding: 20px 0;
	width: 500px;
	margin: auto;
	color: #ffffff;
	font-size: 15px;
}
.footer_bg {
	width: 100%;
	padding: 20px 0;
	background: #00aca9;
	background-size: cover;
	background-position: center;
	text-align: center;
}
footer .license {
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
footer .inner {
	width: 960px;
	margin: 0 auto;
}
footer .inner h1 {
	width: 234px;
	height: 77px;
	margin: 0 auto 40px auto;
}
footer .inner h1 img {
	width: 100%;
}
footer .inner small {
	color: white;
	font-size: 12px;
}
footer .inner p.lgVeltra {
	width: 121px;
	height: 22px;
	margin: auto auto 10px;
}
footer .inner p.lgVeltra img {
	width: 100%;
}
 @media (max-width: 670px) {
html {
	font-size: 87.5%;
}
body {
	min-width: 320px;
}
header {
	min-width: 320px;
	padding: 2% 5% 1% 5%;
}
nav {
	width: 100%;
	padding-top: 0;
}
nav p.btn_nav_close {
	width: 95%;
	margin: 0 auto;
}
nav li {
	padding: 3%;
}
nav li a {
	font-size: 1.2rem;
}
#keyvis {
	width: 100%;
	min-width: 320px;
	background-image: url(../images/bg_keyvis_smp.jpg);
}
#keyvis .ttl {
	width: 80%;
}
#keyvis p.btn {
	margin-top: 15px;
	top: 0;
}
#keyvis .wrap {
	width: 100%;
}
#keyvis .img_map {
	width: 44%;
	height: auto;
	bottom: 0;
}
#keyvis .img_map img {
	width: 100%;
	height: auto;
}
#keyvis .location {
	bottom: 20px;
	right: 2.5%;
}
#contentsWrap {
	width: 100%;
	min-width: initial;
	min-width: auto;
}
.wrap {
	width: 95%;
}
#section01:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	background: url(../images/section01_top_sp.png) no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	top: -20px;
}
#section01 .wrap {
	width: 100%;
	padding-bottom: 0;
}
#section01 .left {
	float: none;
	width: 95%;
	margin: auto;
}
#section01 .right {
	width: 100%;
	letter-spacing: 2px;
	z-index: 1;
	background: none;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
}
#section02 {
}
#section02 ul {
	flex-wrap: wrap;
	padding: 0;
}
#section02 ul li {
	width: 50%;
	padding-top: 0;
}
#section02 ul li:nth-of-type(3) {
	margin-top: -30px;
}
#section02 ul li:nth-of-type(4) {
	margin-top: -5px;
}
#section02 ul li a {
	display: inline;
	background-image: none !important;
}
#section02:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	background: url(../images/section02_top_sp.png) no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	top: -20px;
}
#section02 .wrap {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}
#section02 ul li a img {
	opacity: 1;
}
#section03 {
	padding-top: 45px;
}
#section03 h1 + p.txt {
	text-align: left;
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
}
#section03 .sec_child .bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	background: url(../images/section03_wave_smp.png);
	background-size: 100% 14px;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
}
#section03 .sec_child .left {
	float: none;
	width: 100%;
	padding: 0;
}
#section03 .sec_child .right {
	width: 100%;
	padding: 0;
	padding-top: 15px;
}
#section04 {
	padding-top: 45px;
}
#section04 h1 + p.txt {
	text-align: left;
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
}
#section04 .sec_child .bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	background: url(../images/section04_wave_smp.png);
	background-size: 100% 14px;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
}
#section04 .sec_child .left {
	float: none;
	width: 100%;
	padding: 0;
}
#section04 .sec_child .right {
	width: 100%;
	padding: 0;
	padding-top: 15px;
}
/*
#section04 .child04 .img {
     background: #000000;
        padding-bottom: 14px;
}
*/
    
#section04 .child04 .youtube {
	height: 300px;
}
#section03 .effect .left, #section04 .effect .left {
	opacity: 0;
	transition: all 1000ms 0ms ease;
}
#section03 .effect.show .left, #section04 .effect.show .left {
	opacity: 1;
}
#section03 .effect .right, #section04 .effect .right {
	opacity: 0;
	transition: all 1000ms 500ms ease;
}
#section03 .effect.show .right, #section04 .effect.show .right {
	opacity: 1;
}
#section05 h1 + p.txt {
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
}
#section05 ul {
	padding: 0;
}
#section05 ul li {
	width: 100%;
}
#section06 h1 + p.txt {
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
}
#section06 ul li {
	margin-right: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 10px;
	border-radius: 0;
}
#section06 ul li .btn {
	padding-right: 5px;
}
#section06 ul li .img {
	border-radius: 0;
}
#section06 ul li dl {
	padding: 0 5px;
}
#section06 ul li dl dt {
	font-size: 14px;
	line-height: 1.5;
}
#section07 h1 + p.txt {
	text-align: left;
	width: 95%;
	margin: auto;
}
#section07 .eventlist .wrap {
	width: 100%;
}
#section07 .ttl_bg {
	width: 95%;
	margin: auto;
}
#section07 .eventlist .img {
	float: none;
	width: 95%;
	margin: auto;
}
#section07 .eventlist .txt {
	margin-left: 0;
	position: relative;
	padding: 0;
}
#section07 .eventlist .date {
	position: absolute;
	left: 0;
	top: -15px;
}
#section07 .eventlist dl {
	padding-top: 10px;
	width: 95%;
	margin: auto;
}
#section07 .eventlist .wrap {
	padding-top: 0;
}
#section08 {
	background: url("../images/section08_bg_smp.jpg");
	background-size: cover;
}
#section08 h1 img {
	width: 249px;
}
#section09 {
	padding-top: 35px;
}
#section09 .txt {
	text-align: left;
	width: 95%;
	margin: auto;
}
#section09 .txt .lh {
	line-height: 1.8;
}
#section09 .period {
	width: 95%;
	margin: auto;
	border-radius: 0;
	padding: 5px 0;
	margin-top: 20px;
	font-size: 15px;
}
#section09 .btn {
	margin-top: 20px;
}
#section09 .agree {
	margin-top: 20px;
}
.btn_entry {
	width: 95%;
	margin: auto;
	padding: 10px 0;
}
footer .inner {
	width: 100%;
}
}


/* details */
.detailsBtn{
  cursor: pointer;
}
.detailsBg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.detailsBg.on{
  display: block;
}

.detailsPopup{
  display: none;
  flex-direction: column;
  position: fixed;
  width: 90%;
  height: 90%;
  max-width: 600px;
  max-height: 680px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 60px 20px;
  border-radius: 8px;
  background-color: white;
  z-index: 1001;
}
.detailsPopup.on{
  display: flex;
}

.detailsPopup p.title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #00aca9;
}

.detailsPopup .detailsInner{
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.detailsPopup .detailsInner .detailsList{
  font-size: 14px;
  line-height: 1.6;
}
.detailsPopup .detailsInner .detailsList dt{
  font-weight: bold;
  color: #00aca9;
}
.detailsPopup .detailsInner .detailsList dd{
  padding-left: 1em;
}

.detailsPopup .detailsInner .detailsNoticeList{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.detailsPopup .detailsInner .detailsNoticeList li{
  position: relative;
  padding-left: 1em;
}
.detailsPopup .detailsInner .detailsNoticeList li + li{
  margin-top: .25em;
}
.detailsPopup .detailsInner .detailsNoticeList li::before{
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: #00aca9;
}

.detailsPopup .closeBtn{
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: 20px;
  left: 0;
  right: 0;
  border: 1px solid #666;
  background-color: #f0f0f0;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
}