@charset "utf-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import "./fonts.css?";
@import "./reset.css?";
@import "./loader.css";
@import "./parts.css?";
@import "./menu_trigger.css";
@import "./fadein.css";
/* CSS Document */
/* =Layout
-------------------------------------------------------------- */
.sp {
	display: none !important;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color: #000;
	background: #FFF4DA;
}
.inside {
	width: 768px;
	margin: 0 auto;
	position: relative;
}
.inside::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#header {
	width: 100%;
	z-index: 9999;
	background: #a1c90f;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	color: #fff;
}
#header .inside {
	padding: 20px;
	overflow: hidden;
	transition: ease-in 0.2s;
	height: auto;
	width: auto;
}
.shlink #header .inside {
	padding: 0;
	height: 0;
}
#header h1 {
	float: left;
	width: auto;
	transition: ease-in 0.2s;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.shlink #header h1 {
	-webkit-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}
#header h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#header .shoulder {
	float: right;
	width: auto;
	transition: ease-in 0.2s;
}
#header .shoulder p {
	margin: 0;
}
.shlink #header .shoulder {
	-webkit-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
}
#header .shoulder .bt {
	margin: 0;
}
#header .shoulder .bt a {
	margin: 0;
	padding: 10px 0;
}
#header #menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	display: none;
}
#header nav {
	background: #000;
}
#header nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
#header nav li {
	width: 20%;
}
#header nav li a {
	padding: 15px 0;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	background: #000;
	color: #fff;
	position: relative;
}
#header nav li a::after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 0px;
	height: 1px;
	background: #000;
	display: block;
	transition: ease-in 0.4s;
}
#header nav li a:hover {
	color: #000;
	background: #fff;
}
#header nav li a:hover {
	color: #000;
	background: #fff;
}
#header nav li a:hover::after {
	width: 80%;
}
#main {
	padding: 40px 0 77px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background: #a1c90f;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	color: #fff;
}
#footer nav {
	margin: 0 0 40px;
}
#footer nav li {
	margin: 0 20px;
	display: inline-block;
}
#footer nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
}
#footer nav.other_links li a {
	font-size: 13px;
}
#footer nav li a::before {
	content: "\f105";
	font-family: fontAwesome;
	margin: 0 5px 0 0;
}
#footer p {
	margin: 0;
	font-size: 11px;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#to_top a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 40px;
	border-radius: 50%;
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	z-index: 998;
	transition: ease-in 0.5s;
	overflow: hidden;
}
.active #drawer {
	height: 100vh;
}
#visual {
	overflow: hidden;
	background: #000;
}
#visual .flexslider {
	max-width: 980px;
	margin: 0 auto;
}
#visual .flexslider .flex-viewport {
	overflow: visible !important;
}
.breadcrumb {
	margin: 10px 0;
	font-size: 14px;
}
.breadcrumb a {
	color: #000;
}
/* Parts */
#content section {
	padding: 30px 0;
}
#content section#answers {
	background: #E4FFEC;
	padding: 70px 0 30px;
}
#contents section h2 {
	font-size: 28px;
	margin: 0 0 40px;
	padding: 0 0 30px;
	position: relative;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#contents section h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	background: #000;
}
#contents p {
	font-size: 16px;
	margin: 0 0 32px;
}
#contents p:last-child {
	margin: 0;
}
.block {
	position: relative;
	margin: 0 0 40px;
}
.block:last-child {
	margin: 0;
}
.block::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.block .info {
	float: left;
	width: 470px;
}
.block .img {
	float: right;
	width: 470px;
}
.block.opposite .info {
	float: right;
}
.block.opposite .img {
	float: left;
}
.dl_block {
	margin: 30px 0;
	border: 6px solid #FFF688;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.dl_block dt {
	font-weight: bold;
	font-size: 15px;
	background: #FFF688;
	margin: 0 0 10px;
	padding: 10px;
}
.dl_block dd {
	margin: 0 20px 20px;
	font-size: 16px;
	padding: 20px;
	border-bottom: 1px solid #000;
}
.dl_block dd h5 {
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #00c7b3;
	display: table;
	padding: 5px 20px;
	border-radius: 20px;
	color: #fff;
}
.dl_block dd h6 {
	margin: 0 0px 20px;
	font-size: 18px;
	font-weight: bold;
}
.dl_block dd:last-child {
	margin: 0 20px 0px;
	border-bottom: none;
}
.impact {
	border-bottom: 2px solid #00c7b3;
	display: inline-block;
}
.box_text {
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	background: #F2FFFB;
	border: 2px solid #37D8A9;
	border-radius: 10px;
	margin: 40px 0;
}
#enq_area {}
#enq_area dl {
	margin: 0 0 40px;
}
#enq_area dl dt {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	background: #FFF688;
	position: relative;
	border-radius: 6px;
}
#enq_area dl dd {
	font-size: 18px;
}
#enq_area dl dd .wrap {
	margin: 0 20px 0 0;
}
#enq_area dl dd h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #000;
}
#enq_area dl dd p {
	font-size: 18px;
	margin: 0;
}
#enq_area dl dd .return {
	margin: 0 0 10px;
}
#enq_area dl dd.and {
	padding: 20px;
	background: #FFEDCD;
	margin: 10px 0 0;
}
#enq_area dl dd table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#enq_area dl dd table th, #enq_area dl dd table td {
	padding: 10px;
	border: 1px solid #ccc;
}
#enq_area dl dd table th {
	background: #F9EDEC;
}
#enq_area dl dd.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#enq_area dl dd p.dd_p {
	margin: 10px 0 0px;
	font-size: 14px;
}
#enq_area dl dd.flex_box .box {
	width: calc(50% - 20px);
	margin: 0 0 40px;
}
#enq_area dl dd input[type="text"], #enq_area dl dd textarea, #enq_area dl dd select {
	border: 2px solid #aaa;
	border-radius: 5px;
	box-shadow: none !important;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	min-width: 380px;
	box-sizing: border-box;
	outline: #7e90dd;
}
#enq_area dl dd .return input[type="text"] {
	width: 200px;
	min-width: 1px;
	display: inline-block;
	padding: 8px;
	margin: 0 0 5px;
}
#main #enq_area dl dd select {
	display: inline-block;
	padding: 8px;
	margin: 0 0 5px;
	width: auto;
	text-align: right;
	min-width: 80px;
}
#form_area.confirm .ans, #form_area.confirm textarea {
	/*background: #e7ffe6;*/
	color: #2196f3;
	font-weight: bold;
	font-family: "Noto Sans Japanese";
}
#form_area.confirm .ans {
	display: inline-block;
	padding: 5px;
}
/* Each */
#main h2 {
	margin: 0 0 40px;
	font-size: 28px;
	padding: 0 0 5px;
	border-bottom: 3px solid #a1c90f;
	text-align: center;
	font-weight: 800;
	line-height: 1.4;
}
#main h2 small{
	font-size: 19px;
	font-weight: 700;
}
#main h3 {
	margin: 60px 0 30px;
	font-size: 20px;
	font-weight: 900;
	padding: 0 0 10px;
	text-align: center;
}
#main p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 2;
}
.dot {
	display: inline-block;
	position: relative;
}
.dot::after {
	content: "・";
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}
table {
	margin: 0 auto 40px;
	width: 100%;
}
table th, table td {
	padding: 20px 0;
	text-align: left;
}
table th {
	color: #00c7b3;
	width: 200px;
}
table th::before {
	content: "\f105";
	font-family: fontAwesome;
	margin: 0 5px 0 0;
	color: #00c7b3;
}
table td input[type="text"], table td textarea, table td select {
	border: 2px solid #aaa;
	border-radius: 5px;
	box-shadow: none !important;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	min-width: 480px;
	box-sizing: border-box;
}
#main table td .half, #main #enq_area dl dd .half {
	width: 47%;
	min-width: 200px;
	display: inline-block;
	margin: 0 6% 0 0;
}
#main table td .half:last-child {
	margin: 0;
}
.agree {
	text-align: center;
}
#main .agree p {
	text-align: left;
	padding: 20px;
	border: 2px solid #e3007f;
	margin: 20px auto;
	display: table;
	font-size: 14px;
	border-radius: 6px;
}
#wrapper .organizer {
	font-size: 14px;
	margin: 0 0 60px;
	line-height: 1.4;
}
#contact_cont h5 {
	font-size: 19px;
	font-weight: bold;
	color: #000;
}
#contact_cont .lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
#contact_cont .lead strong {
	display: inline-block;
	padding: 3px 10px;
	width: 110px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #a16aa9;
	margin: 0 10px 0 0;
	border-radius: 5px;
}
.error_items {
	color: #00c7b3;
}
.poster {
	margin: 60px auto;
	background: #8185ad;
	background: rgb(99, 104, 150);
	background: linear-gradient(299deg, rgba(99, 104, 150, 1) 0%, rgba(169, 172, 208, 1) 100%);
}
.poster a {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.poster a img, .poster a span {
	margin: 0 10px;
	font-size: 16px;
}
.poster a img {
	width: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.poster a span {
	text-decoration: underline;
	color: #fff;
}
.video {
box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
video {
max-width: 100%;
display: block;
}

.center {
	text-align: center;
}
.mb40 {
	margin-bottom: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb0 {
	margin-bottom: 0px;
}
.yellow {
	color: #FFF688;
}

@media screen and (max-width: 640px) {
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	body {
		font-size: 26px;
	}
	.inside {
		width: auto;
		margin: 0 30px;
	}
	#header {}
	#header .inside {
		padding: 30px 0;
	}
	#header h1 {
		font-size: 23px;
		font-weight: bold;
		line-height: 1.3;
		margin: 0 0 5px;
	}
	#header .shoulder {}
	#header .shoulder p {
		font-size: 18px;
	}
	#footer {
		position: relative;
		bottom: auto;
		left: atuo;
		padding: 30px 0;
	}
	#footer p {
		margin: 0;
		font-size: 16px;
	}
	#main {
		padding: 50px 0 0;
		min-height: calc(100vh - 175px);
		box-sizing: border-box;
	}
	#footer {}
	#contents section {
		padding: 60px 0;
	}
	#contents section h2 {
		font-size: 28px;
		margin: 0 0 40px;
		padding: 0 0 30px;
		letter-spacing: 0.08em;
	}
	#contents p {
		font-size: 26px;
		margin: 0 0 32px;
	}
	#contents p:last-child {
		margin: 0;
	}
	/* Each */
	#main h2 {
		margin: 0 0 40px;
		font-size: 31px;
		padding: 0 0 15px;
		border-bottom: 2px solid #9BA1DC;
	}
	#main h3 {
		margin: 0 0 30px;
		font-size: 28px;
		padding: 0 0 5px;
	}
	#main p {
		margin: 0 0 40px;
		font-size: 26px;
		line-height: 2;
	}
	table {
		margin: 0 auto 40px;
	}
	table th, table td {
		padding: 20px 0;
		text-align: left;
		display: list-item;
		list-style: none;
	}
	table th {
		width: 100%;
		padding: 20px 0 0;
	}
	table th::before {
		margin: 0 5px 0 0;
	}
	table td input[type="text"], table td textarea, table td select {
		padding: 15px;
		font-size: 28px;
		width: 100%;
		min-width: 1px;
		box-sizing: border-box;
	}
	.agree {
		text-align: center;
	}
	#main .agree p {
		margin: 20px auto;
		font-size: 24px;
		border-radius: 6px;
	}
	#main .agree p br {
		display: none;
	}
	#wrapper .organizer {
		font-size: 21px;
		margin: 0 0 60px;
	}
	.dl_block {}
	.dl_block dt {
		font-size: 26px;
	}
	.dl_block dd h5 {
		font-size: 26px;
		padding: 10px 30px;
		border-radius: 30px;
	}
	.dl_block dd h6 {
		font-size: 26px;
	}
	.dl_block dd p {
		font-size: 26px;
	}
	.impact {
		border-bottom: 2px solid #00c7b3;
		display: inline-block;
	}
	#contact_cont h5 {
		font-size: 22px;
	}
	#contact_cont .lead {
		font-size: 24px;
	}
	#contact_cont .lead strong {
		padding: 6px 10px;
		width: auto;
		display: block;
		line-height: 1.5;
		font-size: 20px;
		margin: 10px 0 0;
	}
	.video video {
		width: 100%;
	}
	.poster {
		margin: 60px auto;
	}
	.poster a {
		padding: 40px 0;
		display: block;
		text-align: center;
	}
	.poster a img, .poster a span {
		margin: 0 auto 20px;
		font-size: 26px;
		display: block;
	}
	.poster a img {
		width: 25%;
	}
	.poster a span {
		margin: 0;
	}
	.box_text {
		padding: 20px;
		font-size: 24px;
		margin: 40px 0;
	}
	#enq_area dl {
		margin: 0 0 60px;
	}
	#enq_area dl dt {
		margin: 0 0 10px;
		font-size: 26px;
		padding: 20px;
		line-height: 1.4;
	}
	#enq_area dl dt em {}
	#enq_area dl dd {
		font-size: 26px;
	}
	#enq_area dl dd .wrap {
		margin: 0 20px 0 0;
	}
	#enq_area dl dd h4 {
		font-size: 26px;
		border-bottom: 2px solid #000;
	}
	#enq_area dl dd p {
		font-size: 26px;
		line-height: 1.4;
		margin: 10px 0 20px;
	}
	#enq_area dl dd p.dd_p {
		margin: 20px 0 20px;
		font-size: 24px;
	}
	#enq_area dl dd.flex_box {
		display: block;
	}
	#enq_area dl dd.flex_box .box {
		width: auto;
		margin: 0 0 40px;
	}
	#enq_area dl dd.flex_box .box h4 {
		font-size: 26px;
		padding: 0 0 5px;
	}
	#enq_area dl dd.and {
		padding: 20px;
		margin: 10px 0 0;
	}
	#enq_area dl dd table {
		border: 1px solid #ccc;
	}
	#enq_area dl dd table th, #enq_area dl dd table td {
		padding: 20px;
		border: 1px solid #ccc;
	}
	#enq_area dl dd table th {}
	#enq_area dl dd input[type="text"], #enq_area dl dd textarea, #enq_area dl dd select {
		border: 2px solid #aaa;
		border-radius: 5px;
		padding: 15px;
		font-size: 26px;
	}
	#form_area.confirm .ans, #form_area.confirm textarea {}
	#form_area.confirm .ans {
		display: inline-block;
		padding: 5px;
	}

}