@charset "utf-8";
article,aside,dialog,div,figure,footer,header,hgroup,hr,nav,section{display:block}a,hr{border:0;padding:0}em,mark{font-style:italic}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}mark,strong{font-weight:700}ins,mark{background-color:#ff9;color:#000}body{line-height:1.6;overflow-y:scroll}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}.chu:before,.kome:before{content:"※"}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}.red,b{color:red}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:text-top}img{vertical-align:bottom}b{font-size:inherit}small{font-size:80%}.center{text-align:center}.border{border:1px solid}.blue{color:#00f}.chu{color:red}.kome{margin-left:1em;font-size:90%}blockquote p,q{quotes:"『" "』""「" "」"}blockquote p:before,q:before{content:open-quote}blockquote p:after,q:after{content:close-quote}

body{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: rgb(241,240,238);
	background: linear-gradient(90deg, rgba(241,240,238,1) 0%, rgba(255,255,255,1) 50%, rgba(241,240,238,1) 100%); 	
}

a{
	text-decoration: none;
}

h2{
	clear: both;
	text-align: left;
	font-size: 150%;
	padding: 0.3em 0.5em;
	margin: 1em 0.5em 1em 0;
	color: #FFF;
	background:#21193b;
}
h2:before{
	font-family: "Font Awesome 5 Free";
  content: "\f101";
  padding-right : 5px;
  color:#FFF;
}
h3{
	clear: both;
	font-size: 100%;
	font-weight: bold;
}

/* (1),(2)… */
.list_counter li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-left: 2em;
}
.list_counter li:before{
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2.5em;
	width: 2.5em;
	text-align: center;
}
.disc li{ 
	list-style: inside disc;
	margin-left: 1em;
	text-indent: -1em;
}
.decimal li{ 
	list-style: inside decimal;
	margin-left: 1em;
	text-indent: -1em;
}
.list li {
	list-style: none;
	margin-left: 1em;
}
.list li::before {
	content: "※";
	margin-left: -1em;
}
.no_mark li{
	list-style: none;
}
.disc li li,
.decimal li li,
.list li li {
	text-indent: 0em;
}


.res img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.center{ text-align: center; }
.right{ text-align: right; }
.left{ text-align: left; }
.att{
	font-weight: bold;
	color: red;
}
.blue{
	font-weight: bold;
	color: blue;
}
.t-large {
	font-size: 120%;
}

.wrap{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: white;
}

#sponsor{
	text-align: center;
}
#sponsor img{
	max-width: 729px;
}

#qa{
	width: 60%;
	margin: 0 auto;
}

.btn_area{
  margin-bottom: 40px;
  text-align: center;
}
.btn_area p{
	margin-bottom: 20px;
}
.btn_area img {
  width: 100%;
  max-width: 466px;
  margin: 0 auto;
}

#contents{
	width: 94%;
	padding: 3%;
}
.section{
	margin: 30px 0;
}
.box{
	margin: 20px 0;
}
.column{
	margin: 20px 0;
	padding: 10px 2%;
}

.video_message{
	margin: 10px auto;
	width: 90%;
	text-align: center;
}
.video_message video{
	width: 100%;
	height: auto;
}


#contents dt {
    margin-right: 1em;
    font-weight: bold;
    border-bottom: #ccc dotted 2px;
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-size: 120%;
}
#contents dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    padding-right: 1em;
}
#contents dd {
    margin: 20px;
}

#wi-fi figure.btn {
	float: left;
	width: 48%;
	margin-right: 1%;
	text-align: center;
}
#wi-fi figure.btn {
	text-align: center;
}
#wi-fi figure.btn img {
	width: 100%;
	max-width: 330px;
	height: auto;
}

#flow dt {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
    background: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 105%;
}
#flow dt::before {
	content: "";
    padding-right: 0;
}
#flow dd {
    width: 76%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 2%;
}

#mocopre{
	width: 60%;
	margin: 1em auto;
}
#mocopre p{
	text-align: center;
	background: #ff69b4;
	color: #fff;
	font-size: 110%;
	padding: 1em;
	font-weight: bold;
}

#moco {
	width: 60%;
	margin: 1em auto;
}
#moco p {
	text-align: center;
	background: #1D2284;
	color: #fff;
	font-size: 120%;
	padding: 1em;
	font-weight: bold;
}
#moco a {
	color: #FFF;
}
#moco p:hover{
	background: #F00;
}
#mocoend{
	width: 60%;
	margin: 1em auto;
}
#mocoend p{
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 120%;
	padding: 1em;
	font-weight: bold;
}


#bank {
	border: 1px solid #333;
	padding: 0.5em;
	width: 75%;
	margin: 1em;
}

#contact{
	padding: 0 3em;
}
#contact dt {
	clear: both;
    margin: 1.5em 1.5em 0.5em 1.5em;
    font-weight: bold;
    border-bottom: 2px double #6EBEFF;
    font-size: 110%;
    color: #272727;
}
#contact dd {
	margin: 0em 2.5em;
}
#kanri {
	border: 1px solid #000;
	padding: 1em;
	margin: 1em auto;
	width: 85%;
}
#logo_knt {
	float: right;
	width: 32%;
	margin-right: 1%;
}
@media screen and (max-width:640px){
	#logo_knt {
		float: none;
		width: 100%;
		max-width: 300px;
		height: auto;
		margin-right: 0;
	}
}



#main_footer li{
	display: inline;
}
#main_footer li::after{
	content: " | ";
}
#main_footer li:first-child::after,
#main_footer li:last-child::after{
	content: "";
}
#k_number{
	margin: 20px 0;
	text-align: center;
}

.border{
	border: 1px solid #ccc;
	width: 95%;
	margin: 5px auto;
	border-collapse: collapse;
}
.border th, .border td{
	border: 1px solid #ccc;
	padding: 5px;
}
.border th{
	background: #444;
	color: #FFF;
	text-align: center;
}

.schedule table{ width: 100%; }
.schedule table, .schedule table th{
	padding: 5px;
	border: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
.schedule table td{
	padding: 5px;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
.day_line{
	border-bottom: solid 1px #999;
}
.va_top{
	vertical-align: top!important;
}
.schedule table th{
	text-align: center;
	font-weight: 500;
	color: #333;
	background:#EFEAEA;
}
.schedule table td{
	vertical-align: top;
}

.flight table{ width: 100%; }
.flight table, .flight table th, .flight table td{
	padding: 5px;
	border:  solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
.flight table th{
	text-align: center;
	font-weight: 500;
	color: #333;
	background:#EFEAEA;
}
.flight td{
	text-align: center;
}

table.middle_table{	width: 75%; }
table.short_table{	width: 60%; }

.yn_box{
	margin: 20px 0;
	text-align: center;
	line-height: 2.0;
}
.yn_btn img{
	margin-bottom: 20px;
	margin-right: 1em;
}

.event_title{
	padding: 5px;
	color: #570312;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border: dotted 2px;
}

	#thanks{
		width: 80%;
		margin: 10px auto;
		padding: 20px 2%;
		line-height: 2.0;
		font-size: 120%;
		text-align: center;
		border: dotted 5px red;
	}


