@charset "UTF-8";


/** common **/

body{
	margin:0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:100%;
	line-height:1.8em;
	color:#000;
	overflow: auto;
	background: rgb(255,122,84);
	background: linear-gradient(0deg, rgba(255,122,84,1) 0%, rgba(255,215,19,1) 54%, rgba(5,163,255,1) 100%);
}

a{
	color:#1D2088;
}

.center{
	text-align:center;
}

.middle{font-size:120%;}
.large{font-size:150%;}
.small{font-size:85%;}
.red{color:#f75c3d;}
.blue{color:#05a3ff;}
.green{color:#00913a;}
.white{color:#fff;}
.bold{font-weight:bold;}


p.link,
a.link{
	/*text-decoration:none;*/
	position: relative;
}

a.btn{
	display: block;
	margin:30px auto 10px auto;
	width: 280px;
	color: #ffffff;
	font-weight: bold;
	background-color: #f75c3d;
	padding: 10px 5px;
	border-radius: 30px;
	text-align: center;
	text-decoration:none;
}

a.btn:hover{
	background-color: #ffa07a;
}

i{
	padding-right:5px;
}
i.link{
	padding-right:0;
	padding-left:10px;
}

header{
	z-index:999;
}

header img{
	position: absolute;
	top: 10%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin:auto;
	padding:0;
	width:100%;
	max-width:800px;
}


.height25{
	line-height:2.5em;
}

div{
	display: block;
	width:100%;
	max-width:800px;
	margin:auto;
	margin-bottom:10%;
}

ul li  {
	list-style-type: none!important;
}


hr{
	border-style: none;
	border-top:solid 3px #000;
	margin:30px 0 ;
}

h1 img{
	display:block;
	margin:100px auto 120px auto ! important;
/**	padding-top:50px; **/
	width:90%;
	max-width:600px;
}

h2{
	width:100%;
	max-width:1200px;
	margin:auto;
}

h3{
	width:95%;
	max-width:1200px;
	margin:auto;
}
}

h2 img{
	margin:20px auto;
	display:block;
	width:100%;
	max-width:400px;
}

h3{
	font-size:120%;
	color:#45b035;
	margin:15px auto;
	line-height:4;
	text-align:center;
}


section{
	display: block;
	width:100%;
	max-width:700px;
	margin:auto;
	margin-bottom:20%;
	padding:30px 50px;
	background: #fff;
	box-sizing: border-box;
	border:5px #000 solid;
	border-radius:15px;
}

section p{
	padding:10px 0;
}

section p.title{
	font-size:150%;
	margin-bottom:-10px;
}

section p img{
	padding:10px 0;
	width:100%;
	max-width:300px;
}

section p.title img{
	margin:15px auto -10px auto;
	display:block;
	width:100%;
	max-width:500px;
}

section p img.sponsor{
	padding:4px 10px;
}


section.event{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width:100%;
	max-width:800px;
	margin:60px auto;
}

ul {
	width:100%;
	max-width:550px;
	margin:auto;
	margin-top:-20px ;
	padding-left: 0;
	display:block;
	text-align: center;
}

ul li  {
	line-height: 1.5;
	padding: 0.5em 5px;
	list-style-type: none!important;
	text-align:center;
	vertical-align:top;
	display: inline-block;
}

li img {
	width: 180px;
	margin:5px !important;
}

ul.guest li img {
	width: 350px;
	margin:5px !important;
}

.stroke{
	font-family: 'Leckerli One', cursive;
	font-size:350%;
	margin:0px auto;
	line-height:0.3em;
    color: #e0ffff;
    -webkit-text-stroke:10px #000;
    position: relative;
    margin: 0;
    text-align:center;
}
.fuchiue{
    -webkit-text-stroke: 0;
    position: absolute;
}

.gmap{
	display: block;
	margin: 20px auto;
	position: relative;
	width: 100%;
	max-width: 600px;
	padding-top: 75%;
	z-index:1 ! important;
}




/** SP **/
@media screen and (max-width:767px){
    body {
		font-size:90%;
    }
    
	a.btn{
		width: 240px;
    }
	    
    section{
    	margin-bottom:50%;
		padding:30px;
    }

	section p{
		padding:5px 0;
		padding-top:20px;
		margin-top:-5px;
		line-height:1.7em;
	}

	section p.title{
		font-size:130%;
		margin-top:-15px;
	}

	hr{
		border-style: none;
		border-top:solid 3px #000;
		margin:30px 0 20px 0 ;
	}

	h2{
		font-size:130%;
		margin:20px auto;
		text-align:center;
		line-height:1.2em;
		  color: #00913a;
	}

	h2 img{
		margin:20px auto;
		display:block;
		width:100%;
		max-width:400px;
	}

	h3{
		font-size:110%;
		color:#45b035;
		margin:15px auto;
		line-height:3;
		text-align:center;
	}

	li img {
		width: 110px;
		margin:2px !important;
	}

	ul.guest li img {
		width: 240px;
		margin:5px !important;
	}
	
	.stroke{
		font-size:280%;
	}

	footer{
		font-size:10px !important;
	}
}



footer{
	display: block;
	width:100%;
	max-width:700px;
	margin:auto;
	padding:15px 0 0 0;
	background: #fff;
	text-align:center;
	font-size:14px;
	border-top :5px #000 solid;
	border-right :5px #000 solid;
	border-left :5px #000 solid;
	border-bottom :0px #000 solid;
	border-radius:15px 15px 0 0;
	z-index:1 ! important;
}

footer a img{
	max-width:200px;
	width:55%;
	display:inline-block;
	margin:auto;
	padding:30px 0;
}

/** youtube **/

.movie{
	display:block;
	margin:10px auto;
	width: 100%;
	max-width:560;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
	height: 0;
	overflow: hidden;
	z-index:10;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width:560;
	max-height:315;
}



/** pageTop **/

#pageTop {
	position: fixed;
	bottom: 1px;
	right: 20px;
	z-index: 999;
}

#pageTop i {
	padding-top: 3px;
	padding-right: 7px;
}

#pageTop a {
	display: block;
	padding: 8px 0 0 8px;
	border-radius: 30px;
	width: 32px;
	height: 32px;
	background-color: #05a3ff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	background-color: #ffa07a;
}




/** menu **/

.wrapper {
	height: 100%;
	/*overflow-x: hidden;
	position: relative;*/
	position: fixed ! important;
	z-index:999 ! important;
}
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}
main {
	height: 100%;
	min-height: 100vh;
	padding: 0 50px;
	background-color: #eee;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main.open {
	transform: translateX(-250px);
}
main h1 {
	text-align: center;
	font-weight: 500;
}
main p {
	text-align: center;
}
.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 100;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ff7a54;
	transition: all .5s;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

nav {
	width: 100%;
	max-width: 300px;
	height: 100%;
	padding-top: 100px;
	background-color: rgb(255, 122, 84, 0.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(380px);
	transition: all .5s;
}
nav.open {
	transform: translateZ(0);
}

nav ul li:before{
	content: "";
}

nav li{
	padding: 10px 0px;
	margin: 10px 0px;
	text-align: left;
	list-style-type: none!important;
}

nav li a {
	color: #fff;
	font-size:130%;
	padding: 10px 20px;
	text-decoration:none;
}

nav li a:hover {
	color: #ff7a54;
	background-color: #fff;
}
