/* orange: #f60 */
/* navy:   #38A */

/********************************************************************/
/********************************************************************/
/* Home */
/********************************************************************/
/********************************************************************/

#Home .top-message-area {
	height: 610px;
	padding: 70px 0;
	text-align: center;
	background: url(../img/sec02_bg.png) no-repeat center center;
	/*background-size: cover;*/
	color: #fff;
}
#Home .top-message {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#Home .top-message h2 {
	display: inline-block;
	padding-bottom: 25px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px dotted #fff;
}
/*------------------------------------------------------------------*/
#Home .top-message p {
	margin-top: 30px;
	font-size: 1.2rem;
	line-height: 1.6;
}
#Home .top-message p:nth-of-type(1) {
    margin-top: 50px;
}
#Home .top-message p.yellow-text {
	color: #f1d021;
}
/*------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#Home .top-message-area {
		height: auto;
		padding: 30px;
		background: url(../img/sec02_bg_sp.png) no-repeat center center;
	}
	#Home .top-message h2 {
		padding-bottom: 20px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#Home .top-message p {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	br.sp {
		display: none !important;
	}
}
/*------------------------------------------------------------------*/
#Home .top-photo-area {
	margin: 10px auto 30px auto;
	/*background-color: #ddd;*/
	text-align: center;
}
#Home img.top-photo {
	/*width: 1000px;*/
	height: 750px;
}
@media screen and (max-width: 768px) {
	#Home img.top-photo {
		width: 100%;
		height: auto;
	}
}

/********************************************************************/
/********************************************************************/
/* Whatis */
/********************************************************************/
/********************************************************************/
#Whatis #contents p.description {
	margin: 0px auto 30px 0px;
}
@media screen and (max-width: 768px) {
	#Whatis #contents p.description {
		margin: 0px auto 10px 0px;
	}
}
#Whatis #contents p.description strong {
	/*font-size: 120%;*/
}

/********************************************************************/
/********************************************************************/
/* About */
/********************************************************************/
/********************************************************************/
#About .flow-box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0px 80px 0px;
	padding: 20px 10px;
	background-color: #f8f8f8;
}
/*------------------------------------------------------------------*/
#About .flow-box .item {
	width: 180px;
	/*height: 140px;*/
	border: 2px solid #004898;
	background-color: #fff;
}
#About .flow-box .item .step {
	padding: 5px 0;
	background-color: #004898;
	color: #fff;
	text-align: center;
	/*font-size: 1.4rem;*/
}
#About .flow-box .item .title {
	padding: 15px 0 0;
	/*font-size: 1.6rem;*/
	font-weight: bold;
	color: #004898;
	text-align: center;
	line-height: 1.2;
}
#About .flow-box .item .description {
	height: 80px;
	padding: 10px 15px 0;
	font-size: 0.9rem;
	line-height: 1.4;
}
/*------------------------------------------------------------------*/
#About .flow-box .arrow.arrow-text {
	padding-top: 25px;
}
#About .flow-box .arrow {
	width: 80px;
	min-height: 22px;
	text-align: center;
	background: url(../img/sec04_arrow.png) no-repeat left top;
}
#About .flow-box .item .cup {
	height: 100px;
	margin-top: 5px;
	text-align: center;
}
/*------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#About .flow-box {
		display: block;
		margin-top: 30px;
		padding: 0 20px;
	}
	/*------------------------------------------------------------------*/
	#About .flow-box .item {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
		width: 100%;
		height: auto;
	}
	#About .flow-box .item .step {
		position: relative;
		flex-shrink: 0;
		width: 80px;
	}
	#About .flow-box .item .inner {
		padding: 10px;
	}
	#About .flow-box .item .title {
		padding: 0;
		text-align: left;
		/*font-size: 1.4rem;*/
	}
	#About .flow-box .item .description {
		margin-top: 8px;
		padding: 0;
	}
	/*------------------------------------------------------------------*/
	#About .flow-box .arrow.arrow-text {
		padding-top: 0;
		margin: 15px 0 10px;
	}
	#About .flow-box .arrow {
		width: 100%;
		padding-bottom: 20px;
		min-height: auto;
		margin: 10px 0;
		background: url(../img/sec04_arrow02.png) no-repeat center bottom;
		background-size: 35px auto;
	}
	#About .flow-box .item {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
		width: 100%;
		height: auto;
	}
	#About.flow-box .item .inner {
		padding: 10px;
	}
	/*------------------------------------------------------------------*/
	#About .flow-box .item .inner-cup {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
	}
	#About .flow-box .item .inner-cup .cup {
		margin-left: 10px;
	}
}
/*------------------------------------------------------------------*/
#About #contents .contents-inner dl {
	
}
#About #contents .contents-inner dl {
	margin-top: 30px;
	/*font-size: 1.4rem;*/
	line-height: 1.6;
}
#About #contents .contents-inner dt {
	margin-left: 20px;
	float: left;
}
#About #contents .contents-inner dd {
	margin-left: 128px;
}

#About .flow-wrap {
	margin-left: 20px;
	margin-bottom: 50px;
}
/*------------------------------------------------------------------*/
/*
#About .flow-wrap .flow .item-title {
	margin-top: 10px;
	font-size: 2rem;
}
#About .flow-wrap .flow .item-contents {
	width: 750px;
}
@media screen and (max-width: 768px) {
	#About .flow-wrap .flow .item-contents {
		width: auto;
	}
}
#About .flow-wrap .flow .item-contents > img {
	margin: 10px 0px 10px 160px;
}
#About .flow-wrap .flow .item-contents .period {
	margin: 0px;
	padding: 10px;
	font-size: 1.6rem
}
#About .flow-wrap .flow .item-contents .item {
	width: 600px;
	margin-left: 50px;
	display: table;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	#About .flow-wrap .flow .item-contents .item {
		width: auto;
	}
}
#About .flow-wrap .flow .item-contents .local-prize {
	display: table;
	margin-left: 50px;
	padding-left: 80px;
}
#About .flow-wrap .flow .item-contents .local-prize p {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	padding-top: 20px;
	background-image: url("../img/local-prize.png");
	text-align: center;
	line-height: 1.95rem;
	font-size: 2rem;
	font-weight: bolder;
}
#About .flow-wrap .flow .item-contents .prize {
	display: table;
	margin-left: 50px;
	padding-left: 80px;
	padding-bottom: 50px;
}
#About .flow-wrap .flow .item-contents .prize p {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	padding-top: 20px;
	background-image: url("../img/prize.png");
	text-align: center;
	line-height: 1.95rem;
	font-size: 2rem;
	font-weight: bolder;
}

#About .flow-wrap .flow .item-contents .item p.box-title {
	display: table-cell;
	width: 170px;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
	font-weight: bolder;
}
#About .flow-wrap .flow .item-contents .item p.box-description {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
*/



/********************************************************************/
/********************************************************************/
/* Schedule */
/********************************************************************/
/********************************************************************/
#Schedule .top-message h2 {
	display: inline-block;
	padding-bottom: 25px;
	/*font-size: 3rem;*/
	font-weight: bold;
	border-bottom: 2px dotted #fff;
}
/*------------------------------------------------------------------*/
#Schedule div.sched-area {
	margin: 0px auto;
	text-align: center;
}
#Schedule div.sched-wrap {
	display: inline-block;
	width: 410px;
	margin: 0px;
	vertical-align: top;
	border: 1px solid rgb(192,192,192);
}
#Schedule div.sched-area div.sched-wrap h3 {
	font-size: 1.2rem;
	font-weight: bold;
}
#Schedule div.arrow-right {
	display: inline-block;
	height: 400px;
	padding-top: 140px;
	margin: 0px 30px;
}
@media screen and (max-width: 768px) {
	#Schedule div.arrow-right {
		display: none;
	}
}
/*------------------------------------------------------------------*/
#Schedule .sched-title {
	width: 100%;
	height: 50px;
	margin: 0px auto 20px auto;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6rem;
}
#Schedule .sched-title span {
	display: inline-block;
	margin: 0px auto;
}
/*------------------------------------------------------------------*/
#Schedule .sched-date {
	width: 100%;
	margin: 0px auto 15px auto;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;
}
#Schedule .sched-date p {
	margin: 0px auto;
}
#Schedule .sched-date p .time {
	font-size: 1.2rem;
}
/*------------------------------------------------------------------*/
#Schedule .sched-place {
	/*width: 100%;*/
	margin: 0px auto 40px 40px;
	text-align: left;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 1.1rem;
}
#Schedule .sched-place span {
	display: block;
	margin: 0px auto;
	text-align: left;
}
#Schedule .sched-place span.cap {
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	vertical-align: top;
}
#Schedule .sched-place span.desc {
	display: inline-block;
	margin: 10px auto;
	text-align: left;
	vertical-align: bottom;
	font-size: 0.6em;
}
/*------------------------------------------------------------------*/
#Schedule img.qr {
	width: 120px;
	border: solid 1px #000;
}

/********************************************************************/
/********************************************************************/
/* Report */
/********************************************************************/
/********************************************************************/
#Report #contents .contents-box .contents-inner {
	display: flex;
	flex-wrap:wrap;
	margin: 0px auto 30px auto;
}
#Report #contents .contents-box .contents-inner .photo {
	width: 33%;
	margin: 0px;
	padding: 1%;
	background-color: #ddd;
	text-align: center;
}
#Report #contents .contents-box .contents-inner .photo img.photo {
	width: 100%;
	margin: 10px auto;
}
@media screen and (max-width: 768px) {
	Report #contents .contents-box .contents-inner {
		display: block;
		margin: 0px auto;
	}
	#Report #contents .contents-box .contents-inner .photo {
		width: 100%;
		margin: 0px;
		padding: 0px;
		background-color: #ddd;
		text-align: center;
	}
}
/*------------------------------------------------------------------*/
#Report #contents .contents-box .contents-inner .others {
	margin: 0px auto;
	padding: 10px 85px;
	background-color: #ddd;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#Report #contents .contents-box .contents-inner .others {
		margin: 0px auto;
		padding: 10px 5%;
		background-color: #ddd;
		text-align: center;
	}
}
/*------------------------------------------------------------------*/
/* for YOUTUBE */
/*#Report #contents .contents-box .contents-inner .others .movie {
	margin: 10px auto 40px auto;
}
#Report #contents .contents-box .contents-inner .others .movie .youtube {
	position: relative;
	width: 100%;
	margin: 10px auto;
	padding-top: 56.25%;
}
#Report #contents .contents-box .contents-inner .others .movie .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/*------------------------------------------------------------------*/
/* for Local Movie */
/*#Report #contents .contents-box .contents-inner .others .movie video {
	position: relative;
	width: 100%;
	margin: 10px auto;
}*/


/********************************************************************/
/********************************************************************/
/* Past */
/********************************************************************/
/********************************************************************/
/*------------------------------------------------------------------*/
#Past #contents .contents-box .contents-inner .past-grid {
	display: table;
	padding: 0px 30px;
	/*background-color: #ddd;*/
}
#Past #contents .contents-box .contents-inner .past-grid a,
#Past #contents .contents-box .contents-inner .past-grid p {
	display: table-cell;
	width: 45%;
	padding: 30px;
	border: 1px dotted #990;
	text-align: center;
	text-decoration: none;
}
#Past #contents .contents-box .contents-inner .past-grid a.past img {
	/*width: 48%;*/
	/*border: 2px solid #000;*/
	/*padding: 10px;*/
	vertical-align: middle;
}
#Past #contents .contents-box .contents-inner .past-grid a span {
	position: relative;
	top: -10px;
	left: 5px;
	color: #ec4;
	font-size: 28px;
	font-family: candal;
	font-weight: bolder;
	text-shadow: 1px 1px 0px #990, -1px -1px 0px #990,
				-1px 1px 0px #990,  1px -1px 0px #990,
				 0px 1px 0px #990,  0px -1px 0px #990,
				-1px 0px 0px #990,  1px  0px 0px #990;
}
#Past #contents h3.history {
	margin-top: 0px;
	margin-bottom: 10px;
}
#Past #contents div.history-area {
	width: 600px;
	margin: 20px auto 20px  auto;
}
@media screen and (max-width: 768px) {
	#Past #contents div.history-area {
		width: 100%;
		margin: 20px auto 20px  auto;
	}
}
#Past #contents div.history-area h4.history {
	margin-top: 20px;
	font-weight: bold;
}
#Past #contents div.history-area div.history {
	margin-left: 2em;
}
#Past #contents div.history-area div.history div.movie_link{
	margin-left: 40px;
}


/********************************************************************/
/********************************************************************/
/* Sponsor */
/********************************************************************/
/********************************************************************/
#Sponsor #contents .contents-box .contents-inner .sponsor_list {
	line-height: 2;
}
#Sponsor #contents .contents-box .contents-inner .sponsor_list a.hp {
	display: block;
	width: fit-content;
	margin-top: 10px;
	text-decoration: none;
}
#Sponsor #contents .contents-box .contents-inner .sponsor_list div.hp {
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
#Sponsor #contents .contents-box .contents-inner .sponsor_list .movie_link {
	margin-left: 20px;
}
#Sponsor #contents .contents-box .contents-inner .sponsor_list .movie_link video {
	border: 1px solid #000;
}
/********************************************************************/
/********************************************************************/
/* Contact */
/********************************************************************/
/********************************************************************/
#Contact #contents .contents-box .contents-inner form {
	margin-left: 24px;
}
#Contact #contents .contents-box .contents-inner form .formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#Contact #contents .contents-box .contents-inner p.note {
	/*margin: 5px 0px 10px 300px;*/
	text-align: right;
}
/*------------------------------------------------------------------*/
#Contact table.formTable tr, 
#Contact table.formTable th, 
#Contact table.formTable td {
	color: #333;
}
#Contact table.formTable th, 
#Contact table.formTable td {
	border: 1px solid #ccc;
	padding: 10px;
}
/*------------------------------------------------------------------*/
#Contact table.formTable th {
	/*width: 30%;*/
	font-weight: normal;
	background: #efefef;
	text-align: right;
	color: #333;
}
/*------------------------------------------------------------------*/
#Contact table.formTable input {
    color: #000;
}
/*------------------------------------------------------------------*/
#Contact table.formTable td textarea {
    vertical-align: top;
    padding: 5px;
    color: #333;
    line-height: 1.5em;
}
/*------------------------------------------------------------------*/
#Contact input[type="submit"], 
#Contact input[type="reset"], 
#Contact input[type="button"] {
	/* display: block; */
	margin: 8px 10px;
	color: #333;
}
