/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", Verdana, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
	/*font-feature-settings: 'palt';*/
}
body {
	line-height: 1;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}





/* CommonStyles */
body {
	min-width: 980px;
}
.section {
	width: 980px;
	margin: 0 auto;
}

.sp-only {}
.pc-only {
    display: none;
}

@media screen and (min-width: 750px)
{
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}





.contact-btn-container {
	text-align: center;
}
.contact-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: inherit;
	margin: 22px 80px 22px 0;
}
.contact-btn-txt {
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	background-color: #003e6a;
	color: #fff;
	padding: 3px 16px 7px 10px;
	border: solid 4px #fff;
	border-width: 4px 0 4px 4px;
	border-radius: 6px;
	position: relative;
}
.contact-btn-txt::before {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% + 8px);
	background-color: #000;
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: -1;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	transition: .2s;
}
.contact-btn-icon {
	width: 88px;
	height: 88px;
	background-color: #fff;
	border: solid 4px #003e6a;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -76px;
	margin: auto 0;
}
.contact-btn-icon::before {
	content: "";
	display: block;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: -2;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	transition: .2s;
}
.contact-btn-icon img {
	width: 44px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: .2s;
}

.contact-btn:hover .contact-btn-txt::before,
.contact-btn:hover .contact-btn-icon::before {
	box-shadow: 0 0 12px 0 rgba(0,0,0,1.0);
}
.contact-btn:hover .contact-btn-icon img {
	transform: scale(1.1);
}
.contact-btn:active {
	transform: scale(0.99);
}

.aside {
	padding: 12px;
}
#contact-02 {
}
#contact-03 {
	padding-top: 16px;
	padding-bottom: 40px;
}
#contact-04 {
	padding-top: 26px;
	padding-bottom: 40px;
}
#contact-05 {
	padding-top: 48px;
	padding-bottom: 140px;
}





#header {
	max-width: 980px;
	min-height: 420px;
	background: url(img/header-bg.jpg) center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 0 30px;
}
#header-wrap {
	border: solid 3px #003e6a;
	border-width: 3px 0 0 3px;
	min-height: 390px;
	position: relative;
}
#header-title {
	display: flex;
	align-items: center;
}
#header-title-season {
	display: flex;
	align-items: center;
	height: 51px;
	margin-right: 36px;
	padding: 4px 8px 7px 14px;
	position: relative;
	background-color: #003e6a;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
}
#header-title-season::after {
	content: "";
	display: block;
	width: 30px;
	height: 51px;
	background: url(img/header-corner.svg) top left no-repeat;
	position: absolute;
	top: 0;
	right: -30px;
}
#header-title-season > span {
	display: block;
}
#header-title-season > span.num {
	font-size: 31px;
}
#header-title-main {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 4px;
}

#header-lead-txt {
	width: 860px;
	position: absolute;
	left: 30px;
	top: 90px;
}

#header-circle-info {
	display: flex;
	position: absolute;
	bottom: 26px;
	left: 24px;
}
#header-circle-info li {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	background-color: #e7383d;
	color: #fff;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}
#header-circle-info li:nth-child(2) {
	background-color: #e60012;
}

#header .contact-btn-container {
	position: absolute;
	right: 26px;
	bottom: 20px;
}





#schedule {
	padding-top: 36px;
}
#schedule-lead {
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 8px;
}

#venues {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	width: 960px;
	margin: 0 auto;
}
.venue {
	background-color: #003e6a;
	color: #fff;
	padding: 15px;
	max-width: 280px;
	margin: 15px;
	position: relative;
}
.venue-info {
	margin-bottom: 15px;
}
.venue-map {
	border: solid 10px #fff;
	background-color: #fff;
}
.venue-map iframe {
	width: 100%;
	border: none;
}

.venue.end .venue-info,
.venue.end .venue-map {
	opacity: 0.8;
}
.venue.end::before {
	content: "終了しました";
	font-size: 30px;
	font-weight: 700;
	color: #e60012;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
}





.about-row {
	padding: 30px 0;
}
.about-row-title {
	font-size: 30px;
	line-height: 46px;
	font-weight: 700;
	border-bottom: solid 3px #003e6a;
	position: relative;
	padding: 3px 0 9px 120px;
	font-feature-settings: 'palt';
}
.about-row-title::before,
.about-row-title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
}
.about-row-title::before {
	width: 34px;
	height: 35px;
	left: 28px;
	background: url(img/about-row-icon.svg) center bottom no-repeat;
	background-size: contain;
}
.about-row-title::after {
	width: 3px;
	height: 100%;
	background-color: #003e6a;
	left: 80px;
}
.about-row-body {
	margin: 0 80px;
	padding: 40px 0 20px 40px;
	border-left: solid 3px #003e6a;
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
}

.figure {
	float: right;
	margin: 8px 0 24px 30px;
}
#figure-01 {
	max-width: 136px;
	margin-top: 0;
	margin-bottom: 0;
}
#figure-02,
#figure-04,
#figure-05 {
	max-width: 350px;
}
#figure-03 {
	max-width: 306px;
}

#about-information {
	position: relative;
	padding: 0 40px 40px 40px;
}
#about-information::after {
	content: "";
	display: block;
	width: 141px;
	height: 226px;
	background: url(img/about-information-figure.png) center bottom no-repeat;
	background-size: contain;
	position: absolute;
	right: 56px;
	bottom: -24px;
}
#about-information-title {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 2px;
}
#about-information-list {
	background-color: #7ecef4;
	padding: 32px 42px;
}
#about-information-list li {
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	position: relative;
	padding-left: 28px;
}
#about-information-list li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 13px;
}





#instructors-wrapper {
	border: solid 3px #e60012;
	border-width: 3px 0 0 3px;
	margin-left: 40px;
	margin-bottom: 14px;
	padding-bottom: 40px;
}
#instructors-title {
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	padding: 8px 8px 12px 10px;
	background-color: #e60012;
	color: #fff;
	position: relative;
}
#instructors-title::after {
	content: "";
	display: block;
	width: 22px;
	height: 41px;
	background: url(img/instructors-corner.svg) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -22px;
}

.instructor {
	margin: 40px 40px 0 40px;
	display: flex;
}
.instructor+.instructor {
	border-top: solid 1px #ccc;
	padding-top: 40px;
}

.instructor-img {
	width: 200px;
	flex-shrink: 0;
}
.instructor-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 30px;
}

.instructor-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -4px;
	padding-bottom: 26px;
	font-weight: 700;
}
.instructor-name span {
	font-size: 28px;
	line-height: 1.2;
	display: block;
}
.instructor-name ruby {
	font-size: 12px;
	line-height: 1.2;
}
.instructor-schedule {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
}
.instructor-schedule-title {
	color: #e60012;
}
.instructor-schedule-list {
	display: flex;
	margin-right: -4px;
}
.instructor-schedule-list li {
	display: flex;
	align-items: center;
	margin: 4px;
}
.instructor-schedule-list li .area,
.instructor-schedule-list li .date {
	display: block;
	background-color: #e60012;
	color: #fff;
	padding: 2px 5px 4px 5px;
}
.instructor-schedule-list li .area {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 1px;
}
.instructor-schedule-list li .date {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	min-width: 80px;
	text-align: center;
}

.instructor-detail-body {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: -2px;
}





.information {
	width: 900px;
	margin: 0 auto;
}

#information-01 {
	background-color: #e7383d;
	color: #fff;
	position: relative;
}
#information-01::before {
	content: "";
	display: block;
	width: 180px;
	height: 293px;
	background: url(img/information-01-person.png) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -16px;
	left: 82px;
}
#information-01 .information-wrapper {
	padding: 100px;
	display: flex;
}
#information-01 .information-img {
	width: 210px;
	flex-shrink: 0;
}
#information-01 .information-body {
	padding-left: 50px;
}
#information-01-txt-01 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	margin: -6px 0 10px 0;
}
#information-01-txt-01-element-01 {
	display: inline-block;
	width: 444px;
	padding: 12px 0 20px 0;
}
#information-01-txt-01-element-02 {
	font-size: 29px;
	color: #fff799;
}
#information-01 .information-body-caption {
	font-size: 16px;
	line-height: 1.5;
}

#information-02 {
	background-color: #7ecef4;
	padding: 60px;
	margin-top: 50px;
}
#information-02 .information-wrapper {
	background-color: #fff;
	padding: 32px 40px;
	box-shadow: 4px 4px 6px 0 rgba(0,0,0,0.2);
}
.information-02-title {
	font-size: 22px;
	line-height: 2;
	text-align: center;
	font-weight: 700;
	margin: -2px 0 6px 0;
}
.information-02-txt {
	font-size: 18px;
	line-height: 2;
	font-weight: 700;
}
.information-02-measures {
	padding: 10px 0;
}
.information-02-measures-title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #003e6a;
}
.information-02-measures-description {
	font-size: 16px;
	line-height: 1.5;
}
