@charset "utf-8";
/* CSS Document */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li {
	padding: 0;
	font-size: 100%;
	margin: 0;
	font-weight: normal;
}
body {
	line-height: 1.5;
	color: #333;
}
#en {
	font-family: Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
}
#sc {
	font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	;
}
#tc {
	font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
}
#ko {
	font-family: "Noto Sans KR", "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif;
}
ul {
	list-style: none;
}
img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
}
a img {
	border: none;
}
#mainimage {
	height: 800px;
	background: url("images/mainimage.jpg") no-repeat center center / cover, url("images/mainimage2.jpg") no-repeat center center / cover;
}
#mainimage h1 {
	max-width: 1280px;
	margin: auto;
}
#mainimage h1 img {
	margin-left: auto;
}
#aboutwrap {
	max-width: 1200px;
	box-sizing: border-box;
	margin: -150px auto 0;
	padding: 0 5%;
}
#about {
	background: #FFF;
	display: flex;
	padding: 20px 30px;
	border-radius: 20px;
}
#about h2 {
	padding: 20px;
	text-align: center;
	font-size: 300%;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
#about h2 span {
	display: block;
	font-size: 50%;
	letter-spacing: 0;
}
#about div {
	padding: 30px;
	line-height: 1.1;
}
#schedule {
	padding: 0 5%;
	margin: 190px auto 10px;
	position: relative;
}
#schedule h2 {
	background: url("images/red.png");
	border-radius: 50%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 180%;
	width: 380px;
	height: 380px;
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
	right: 50%;
	top: -190px;
	margin: auto;
}
#schedule h2 div {
	text-align: center;
}
#schedule h2 span {
	text-align: center;
	display: block;
	font-size: 200%;
}
#schedule > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
#schedule li {
	width: 50%;
	border: 0;
	border-right: 4px solid;
	border-image: url("images/red.png") 4;
	box-sizing: border-box;
	position: relative;
	margin: 0 -2px 0 0;
	top: 300px;
}
#schedule li:nth-of-type(2n-1) {
	border-right: 0;
	border-left: 4px solid;
	margin: 0 0 0 -2px;
	top: 0;
}
#schedule li:first-child::before {
	display: block;
	content: "";
	border-top: 4px solid;
	border-image: url("images/red.png") 4;
	width: 50%;
	height: 0;
	position: absolute;
	top: 0;
	left: -50%;
	z-index: -1;
}
.day {
	background: url("images/red.png");
	padding: 15px 30px;
	font-size: 200%;
	color: #FFF;
}
.day span {
	display: inline-block;
	margin-left: 1em;
	font-size: 70%;
}
.schedulewrap {
	margin: 0 0 40px 20px;
}
.schedulewrap > div {
	height: 25vw;
	background: no-repeat center center / cover;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.schedulewrap > div > div {
	background: rgba(0,0,0,0.8);
	padding: 14px 30px;
	font-size: 250%;
	border: 2px solid #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 10px;
	color: #FFF;
	margin-bottom: 20px;
}
.schedulewrap h3 {
	background: #000;
	padding: 15px;
	font-size: 150%;
	text-align: center;
	color: #FFF;
	line-height: 1.25;
}
.schedulewrap p {
	background: #f4f4f4;
	padding: 15px 30px;
	line-height: 1.25;
}
.attention {
	font-size: 75%;
	margin-top: 1em;
	display: block;
}
#coursewrap {
	background: url("images/black.png");
	position: relative;
	overflow: hidden;
}
#coursewrap::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-bottom: 50px solid transparent;
	border-right: 50vw solid #FFF;
	border-top: 50px solid #FFF;
	position: absolute;
	left: 0;
	top: 0;
}
#coursewrap::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 50vw solid #FFF;
	border-bottom: 50px solid #FFF;
	border-right: 50vw solid transparent;
	border-top: 50px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
#course {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	display: flex;
	padding: 150px 30px;
	color: #FFF;
}
#course > div:first-child {
	width: 40%;
}
#course h2 {
	font-size: 300%;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
#course p {
	line-height: 1.75;
}
#course img {
	width: 100%;
}
#seat {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 200%;
	color: #FFF;
	padding: 20px;
	max-width: 1000px;
	text-align: center;
	transition: .3s;
	background-image: url(images/red.png);
	background-blend-mode: normal;
	transform: translateY(0px);
	border: 3px solid #FFF;
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4);
}
#seat:hover {
	transform: translateY(5px);
	transition: .3s;
	background-blend-mode: color-burn;
	background-color: #FFF;
	color: #A00B00;
	border: 3px solid #A00800;
}
#seat{
	color: #FFF;
	text-decoration: none;
}
.flex {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 30px auto 0;
	display: flex;
	padding: 30px;
}
.flex > div {
	padding: 20px;
	width: 50%;
}
.flex h2 {
	font-size: 200%;
	margin-bottom: 1em;
}
.flex p {
	line-height: 1.75;
}
#origin.flex, #master.flex {
	background: url("images/gray.png");
}
#origin > div:first-child {
	width: 80%;
}
#hayashi {
	background: url("images/black.png");
	color: #FFF;
	padding: 100px 0 50px;
	text-align: center;
	margin-top: 100px;
}
#hayashi h2 {
	font-size: 350%;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
#hayashi p {
	line-height: 2;
	max-width: 800px;
	margin: auto;
}
#hayashi ul {
	display: flex;
	width: 96vw;
	margin: 20px auto;
}
#hayashi li {
	background: url("images/taiko.jpg") no-repeat center center / cover;
	width: 32vw;
	height: 32vw;
	box-sizing: border-box;
	text-align: center;
	font-size: 200%;
	padding-top: calc(32vw - 2em);
}
#hayashi li:nth-of-type(2) {
	background-image: url("images/fue.jpg");
	margin-top: 50px;
}
#hayashi li:nth-of-type(3) {
	background-image: url("images/teburigane.jpg");
	margin-top: 100px;
}
#haneto {
	width: 50%;
	margin-left: 50%;
	overflow: hidden;
}
#haneto div {
	width: 320px;
	box-sizing: border-box;
	margin: 200px auto;
	background: url("images/red.png");
	padding: 40px;
	color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#haneto h2 {
	text-align: center;
	font-size: 300%;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	line-height: 1;
}
#haneto p {
	line-height: 2;
}
#sanka {
	margin-bottom: 50px;
}
#sanka div:first-child {
	width: 30%;
}
#sanka div:first-child img {
	margin-left: auto;
}
#sanka li {
	margin-bottom: 2em;
}
.button {
	display: block;
	margin-top: 30px;
	background: url("images/red.png");
	color: #FFF;
	text-align: center;
	padding: 15px;
	font-size: 120%;
	text-decoration: none;
	line-height: 1.25;
}
#footer {
	padding: 0;
	margin-top: 10px;
	color: #FFF;
}
#footer > div:last-child {
	text-align: right;
}
#footer img {
	display: inline-block;
	width: 50px;
}
@media(min-width:750px) {
	#schedule li:nth-of-type(2n) .day, #schedule li:nth-of-type(2n) p {
		text-align: right;
	}
	#schedule li:nth-of-type(2n) .schedulewrap {
		margin: 0 20px 40px 0;
	}
	#hanetowrap {
		background: url("images/hanetoback.jpg") no-repeat center center / cover;
		position: relative;
		overflow: hidden;
	}
}
@media(max-width:1000px) {
	.schedulewrap > div > div {
		font-size: 150%;
	}
	#course {
		display: block;
		padding: 100px 30px;
	}
	#course > div {
		width: auto !important;
		margin-bottom: 30px;
	}
	.day {
		font-size: 125%;
	}
}
@media(max-width:750px) {
	#about, #schedule > ul, #course, .flex, #hayashi ul {
		display: block;
	}
	.flex > div, #course > div:first-child, #schedule li, #hayashi ul, #origin > div:first-child, #sanka div:first-child {
		width: auto;
	}
	#mainimage {
		height: 100vw;
	}
	#mainimage h1 img {
		width: 50vw;
	}
	#aboutwrap {
		margin-top: -50px;
	}
	#about div {
		padding: 0;
	}
	#schedule {
		margin: 0;
	}
	#schedule h2 {
		width: 320px;
		height: 320px;
		font-size: 150%;
		position: static;
		margin: 50px auto;
	}
	#schedule li {
		margin: 0 0 40px !important;
		border: none !important;
		top: 0;
	}
	#schedule li:first-child::before {
		content: none;
	}
	.schedulewrap {
		margin-left: 0;
	}
	.schedulewrap > div {
		height: 50vw;
	}
	.day {
		font-size: 115%;
	}
	#course {
		padding: 100px 0px;
	}
	#course > div:first-child {
		padding: 30px;
	}
	#course > div:last-child {
		padding: 0;
	}
	#hayashi h2 {
		line-height: 1.2;
		font-size: 250%;
	}
	#hayashi p {
		text-align: left;
		padding: 0 30px;
	}
	#hayashi li {
		width: 100%;
		height: 50vw;
		padding-top: calc(50vw - 2em);
		margin-top: 0 !important;
	}
	.flex {
		margin-top: 0;
		padding: 40px 30px 80px;
	}
	#origin, #master {
		margin-top: 50px;
	}
	.flex > div {
		padding: 0;
	}
	.flex > div img {
		margin: 20px 0;
	}
	.flex > div h2 {
		margin-top: 30px;
	}
	#haneto {
		width: auto;
		margin: 0;
	}
	#sphaneto {
		height: 100vw;
		background: url(images/hanetoback.jpg) no-repeat center center / cover;
	}
	#haneto div {
		width: auto;
		margin: 0;
		box-shadow: none;
	}
	#sanka img {
		margin: 20px auto !important;
	}
	#footer > div:first-child {
		padding: 30px 30px 0 30px;
	}
	#footer > div:last-child {
		text-align: center;
	}
}