@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	background: url(../image/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Zen Kaku Gothic New', sans-serif;*/
	font-weight: 400;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}


/*  */
@media screen and (max-width: 768px) {
	.u_pc {
	  display: none;
	}
}

@media screen and (min-width: 769px) {
	.u_sp {
	  display: none;
	}
}


/* CONTAINER */
.container-s, .container, .container-l {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .container-s {
    width: 760px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    width: 1180px;
	padding: 0 50px;
  }
}

@media screen and (min-width: 769px) {
	.container-l {
	  width: 1200px;
	  padding: 0 50px;
	}
}


/* HEADER */
.header {
	background-color: #FFF;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 30;
	border-bottom: solid 1px #DDD;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo {
	width: 140px;
	padding: 10px 0;
}
.header_nav {
	display: none;
}
.header-hm-icon {
	z-index: 10;
	width: 36px;
}

@media only screen and (min-width: 769px) {
	.header {
		min-width: 1200px;
		height: 80px;
	}
	.header_wrap {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.header_wrap h1 {
		font-size: 13px;
		font-weight: 400;
		text-align: right;
		position: absolute;
		top: 5px;
		right: 0px;
	}
	.header_logo {
		width: 180px;
	}
	.header_nav {
		display: flex;
		margin: 0 0 0 50px;
	}
	.header-hm-icon {
		display: none;
	}

	.header_nav nav ul {
		display: flex;
	}
	.header_nav nav ul li {
		font-size: 16px;
		margin: 20px 0 0 30px;
	}
	.header_nav nav ul li a {
		color: #111;
		text-decoration: none;
		padding: 0 0 3px;
	}
}



/* MODAL */
.header-hm-icon {
	z-index: 40;
	width: 32px;
}
#modal ul {
	width: 90%;
	margin: 0 auto 30px;
}
#modal ul li {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
	text-align: center;
}
#modal ul li a {
	color: #26564a;
	background-color: #FFF;
	padding: 10px 15px;
	border-radius: 40px;
	text-decoration: none;
	display: block;
	border: solid 1px #FFF;
}
#modal ul li a:hover {
	background-color: #26564a;
	color: #FFF;
	border: solid 1px #FFF;
	transition: .5s;
}




/* MV */
.mv {
	position: relative;
	margin: 60px 0 0;
}
.mv h1 {
	position: absolute;
	bottom: 19%;
	right: 5%;
	font-size: 20px;
	line-height: 1.4em;
	color: #FFF;
	text-align: right;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
	.mv {
		margin: 80px 0 0;
	}
	.mv h1 {
		position: absolute;
		bottom: 19%;
		right: 7%;
		font-size: 36px;
	}

}




/* COLOR */
.bg_yellow {
	background-color: #eecb48;
}
.bg_gray {
	background-color: #F1F1F1;
}




/* TTL */
.main_ttl {
	text-align: center;
	margin: 0 0 20px;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 700;
	color: #26564a;
}
.main_ttl span:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #26564a;
	border-radius: 10px;
}

.sub_ttl {
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px 0;
}
.sub_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #26564a;
}
.sub_ttl span::before,
.sub_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 660%;
	height: 1px;
	background-color: #26564a;
}
.sub_ttl span::before {
	right: 100%;
}
.sub_ttl span::after {
	left: 100%;
}

.entry {
	width: 300px;
	margin: 0 auto 20px;
	font-size: 16px;
	text-align: center;
}
.entry a {
	text-decoration: none;
	color: #0b6b4f;
	background-color: #FFF;
	border: solid 1px #0b6b4f;
	border-radius: 30px;
	padding: 10px 20px;
	display: block;
}
.entry a:hover {
	transition: .5s;
	color: #FFF;
	background-color: #0b6b4f;
	border: solid 1px #0b6b4f;
}

@media only screen and (min-width: 769px) {
	.main_ttl span {
		font-size: 28px;
	}

	.sub_ttl span {
		font-size: 20px;
	}
	
	.entry {
		width: 240px;
		margin: 0 auto 30px;
	}
}



/* ABOUT */
.about {
	padding: 40px 0 60px;
}
.about .txt {
	font-size: 15px;
	margin: 0 0 50px;
}
.slogan, .vision, .value {
	position: relative;
	padding: 1rem 15px;
	border: solid 2px #eecb48;
	margin: 0 0 30px;
	color: #26564a;
	font-size: 18px;
}
.slogan:after {
	position: absolute;
	content: "SLOGAN";
	top: -15px;
	left: 5px;
	background: #fff;
	font-size: 15px;
	color: #eecb48;
	padding: 0 10px;
}
.vision:after {
	position: absolute;
	content: "VISION";
	top: -15px;
	left: 5px;
	background: #fff;
	font-size: 15px;
	color: #eecb48;
	padding: 0 10px;
}
.value:after {
	position: absolute;
	content: "VALUE";
	top: -15px;
	left: 5px;
	background: #fff;
	font-size: 15px;
	color: #eecb48;
	padding: 0 10px;
}

@media only screen and (min-width: 769px) {
	.about {
		padding: 60px 0 80px;
	}
	.about .txt {
		font-size: 16px;
		width: 800px;
		margin: 0 auto 40px;
	}
	.slogan, .vision, .value {
		width: 420px;
		margin: 0 auto 30px;
		padding: 1rem 20px;
		font-size: 24px;
	}
	.slogan:after, .vision:after, .value:after {
		top: -20px;
		left: 8px;
	}
}



/* PROGRAM */
.program {
	padding: 30px 0 50px;
}
.program_wrap {
	background-color: rgba(255,255,255,0.68);
	padding: 15px 15px 10px;
}
.program .ttl {
	padding: 10px;
	--x-gradient: linear-gradient(90deg, #0b6b4f 0 100%);
	--y-gradient: linear-gradient(#0b6b4f 0 15px, transparent 0 calc(100% - 15px), #0b6b4f calc(100% - 15px));
	background-image:var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
	background-position: top, right, bottom, left;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
}
.program .outline {
	font-size: 15px;
	margin: 0 0 20px;
}
.program .outline dt {
	border: solid 1px #0b6b4f;
	border-left: solid 3px #0b6b4f;
	padding: 5px;
}
.program .outline dd {
	margin: 0 0 15px;
	padding: 5px;
}
.program .contents {
	margin: 0 0 30px;
}
.program .contents .schedule {
	font-size: 15px;
}
.program .contents .schedule dt {
	color: #FFF;
	background-color: #0b6b4f;
	box-sizing: border-box;
	margin: 0 0 5px;
	padding: 5px;
}
.program .contents .schedule dd {
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0 5px 5px;
}
.program .contents .schedule dd .name {
	font-size: 0.8em;
}
.program .contents .schedule dd a {
	color: #0b6b4f;
}
.program .contents .schedule dd a i {
	color: #0b6b4f;
}
.program .contents .note {
	font-size: 14px;
	margin: 0 0 20px;
}
.program .contents .what {
	font-size: 15px;
	padding: 7px;
	background-color: rgba(255,255,255,0.7);
}
.program .contents .what dt {
	font-weight: 700;
	color: #0b6b4f;
}
.program .contents .what dd {
}
.program .contents .txt {
	font-size: 15px;
	font-weight: 700;
	margin: 0 10px 20px;
}
.arrow {
	width: 0;
	height: 0;
	border-left: 8px solid #0b6b4f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	margin: 0 0 0 10px;
}

@media only screen and (min-width: 769px) {
	.program {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		padding: 20px 0;
		box-sizing: border-box;
	}
	.program_wrap {
		margin: 0 0 80px;
		padding: 40px 40px 20px;
	}
	.program .ttl {
		margin-bottom: 20px;
		padding: 10px;
		font-size: 20px;
	}
	.program .ttl span {
		font-size: 16px;
		margin: 0 0 0 10px;
	}
	.program .outline {
		font-size: 16px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 0 20px;
	}
	.program .outline dt {
		width: 20%;
		box-sizing: border-box;
		text-align: center;
		margin: 0 0 15px;
	}
	.program .outline dd {
		width: 80%;
		box-sizing: border-box;
		margin: 0 0 20px;
		padding: 5px 5px 5px 20px;
	}
	.program .contents {
		margin: 0 0 50px;
	}
	.program .contents .schedule {
		display: flex;
		flex-wrap: wrap;
		/*align-items: center;*/
	}
	.program .contents .schedule dt {
		width: 25%;
		font-size: 18px;
		text-align: center;
		margin: 0 0 10px;
		padding: 10px;
	}
	.program .contents .schedule dd {
		width: 75%;
		font-size: 18px;
		box-sizing: border-box;
		margin: 0 0 10px;
		padding: 10px 10px 10px 20px;
	}
	.program .contents .schedule dd a:hover {
		transition: .5s;
		text-decoration: none;
	}
	.program .contents .note {
		font-size: 15px;
		margin: 0 0 20px;
	}
	.program .contents .what {
		font-size: 16px;
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}
	.program .contents .what dt {
		width: 18%;
	}
	.program .contents .what dd {
		width: 82%;
	}
	.program .contents .txt {
		font-size: 18px;
		font-weight: 700;
		margin: 0 10px 20px;
	}
}



/* OPERATION */
.operation {
	padding: 40px 0 60px;
}
.operation .txt {
	font-size: 14px;
	margin: 0 0 20px;
}
.operation ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.operation ul::after {
	display: block;
	content:"";
	width: 48%;
}
.operation ul li {
	width: 48%;
	margin: 0 0 20px;
}
.operation ul li .title {
	font-size: 13px;
	background-color: #eecb48;
	padding: 5px;
	margin: -15px 0 0 -5px;
	position: absolute;
	z-index: 2;
}
.operation ul li .name {
	font-size: 14px;
	margin: 20px 0 0;
}
.operation ul li .name span {
	font-size: 15px;
	font-weight: 700;
	display: block;
}

@media only screen and (min-width: 769px) {
	.operation {
		padding: 60px 0 80px;
	}
	.operation .txt {
		font-size: 16px;
		text-align: center;
		margin: 0 0 40px;
	}
	.operation ul::before{
		content:"";
		display: block;
		width: 23%;
		order: 1;
	}
	.operation ul::after {
		width: 23%;
	}
	.operation ul li {
		width: 23%;
		margin: 0 0 40px;
	}
	.operation ul li .title {
		font-size: 15px;
		margin: -20px 0 0 -10px;
	}
	.operation ul li .name {
		font-size: 15px;
	}
	.operation ul li .name span {
		font-size: 18px;
	}
}



/* SPONSOR */
.sponsor {
	padding: 40px 0 10px;
}
.sponsor .txt {
	font-size: 14px;
	margin: 0 0 30px;
}
.sponsor ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 40px;
}
.sponsor ul li {
	width: 46%;
	margin: 0 2% 20px;
	font-size: 13px;
	text-align: center;
}
.sponsor ul li span {
	display: inline-block;
	background: -webkit-linear-gradient(transparent 70%, #eecb48 70%);
	background: -o-linear-gradient(transparent 70%, #eecb48 70%);
	background: linear-gradient(transparent 70%, #eecb48 70%);
}
.sponsor ul li a {
	text-decoration: none;
	display: block;
}
.sponsor ul li a img {
	margin: 0 0 5px;
}
.sponsor .now {
	font-size: 13px;
	text-align: center;
	margin: -15px 0 15px;
}

@media only screen and (min-width: 769px) {
	.sponsor {
		padding: 20px 0 80px;
	}
	.sponsor .txt {
		font-size: 16px;
		text-align: center;
		margin: 0 0 40px;
	}
	.sponsor ul {
		margin: 0 0 60px;
	}
	.sponsor ul li {
		width: 18%;
		margin: 0 1% 30px;
		font-size: 14px;
	}
	.sponsor ul li a:hover {
		transition: .5s;
		opacity: 0.6;
	}
	.sponsor .now {
		font-size: 14px;
		margin: -20px 0 20px;
	}
}




/* FOOTER */
footer {
}
footer .footer {
	background-color: #26564a;
	padding: 30px 0 10px;
}
footer .footer_wrap .fb {
	width: 100%;
	margin: 0 0 20px;
}
footer .footer_wrap .footer_info {
	margin: 0 0 20px;
}
footer .footer_wrap .footer_info dl {
	margin: 0 0 20px;
	padding: 10px;
	border: solid 1px rgba(255,255,255,0.7);
}
footer .footer_wrap .footer_info dl dt {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
}
footer .footer_wrap .footer_info dl dd {
	font-size: 15px;
	color: #FFF;
}
footer .footer_wrap .footer_info dl dd span {
	font-size: 13px;
	color: #FFF;
}
footer .footer_wrap .footer_info ul {
	display: flex;
	justify-content: space-between
}
footer .footer_wrap .footer_info ul li {
	width: 48%;
}

footer .copy {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin: 10px;
}

@media only screen and (min-width: 769px) {
footer {
	margin: 100px 0 0;
}
footer .footer .footer_wrap {
	display: flex;
	justify-content: space-between;
}
footer .footer .footer_wrap .fb {
	width: 48%;
	height: auto;
	margin: -280px 0 20px;
}
footer .footer_wrap .footer_info {
	width: 46%;
	margin: 0 0 20px;
}
footer .footer_wrap .footer_info dl {
	font-size: 16px;
}
}



/* PAGETOP */
#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 6;
}

@media only screen and (min-width: 769px) {
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
}




/* ANCHOR */
#anc_top, #anc01, #anc02, #anc03, #anc04, #anc05 {
	padding-top: 50px;
	margin-top: -50px;
}
@media screen and (min-width: 769px) {
	#anc_top, #anc01, #anc02, #anc03, #anc04, #anc05 {
		padding-top: 70px;
		margin-top: -70px;
	}
}
