@charset "UTF-8";

/* font-family: 'Kosugi Maru', sans-serif; */
@import url('//fonts.googleapis.com/css?family=Kosugi+Maru|Noto+Sans+JP&display=swap&subset=japanese');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	position: relative;
	background-color: #beeeff99;
    background-image:
	repeating-linear-gradient(-47deg,#f1ffff, #f1ffff 12px,transparent 0, transparent 30px);
}
img {
	display: block;
}

.sp {
	display: none;
}

/**
 * Clearings
 */
.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

/**
 * Decoration
 */
.underline-rd {
	background: #ffcdd2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffcdd2));
	background: linear-gradient(transparent 70%, #ffcdd2 0%);
}

/**
 * Header
 */
#header {
	padding: 10px;
	text-align: center;
}
#header .logo_area {
	background: #fff;
	position: fixed;
	z-index: 2;
	width: 100%;
	top:0;
	left: 0;
	padding: 1.2rem;
}
#header .logo_area img {
	width: 232px;
	margin: 0 auto;
}

#header p {
	color: #736357;
    background-color:#fff;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px auto 0;
    max-width: 650px;
    padding: 5px;
    text-align: center;
    width: 90%;
}
#header .main_title {
	display: block;
	margin: 5.0rem auto 2.0rem;
	width: 700px;
}
.organizer{
	text-align: center;
	margin-top: 20px;
	padding: 5px 30px;
	background-color: #fff;
	border-radius: 20px;
}
.organizer p{
}
#wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 700px;
	padding-top: 30px;
}
#lead_text p {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.5rem;
	color: #544843;
	text-align: center;
	line-height: 2.2;
	margin: 2.0rem 0 4.0rem;
}
#lead_text img {
	max-width: 688px;
	margin: 3.0rem auto 5.0rem;
}
#lead_text p span.gr_01 {
	color: #009245;
}
#lead_text p span.gr_02 {
	color: #39a44a;
}
#lead_text p span.or {
	color: #f7661e;
}
#lead_text p span.pi {
	color: #f76665;
}



/**
 * intro
 */
/* common */
#intro {
	margin: 0 0 50px;
	padding: 6% 6% 10%;
	background: #fff;
	border-radius: 15px;
}

.desc_wrap + .desc_wrap {
	margin-top: 3.5rem;
}

.desc_wrap h2 {
	text-align: center;
	font-size: 1.5rem;
	font-family: 'Kosugi Maru', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 1.8rem;
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}

.desc_wrap p {
	margin: 0;
}

.desc_wrap_flex {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}


.desc_wrap .main_text {
	width: 95%;
	margin:0 auto;
}

.desc_wrap .main_text .main {
	font-size: 3.5rem;
	line-height: 1.2;
	margin: 0.5rem 0 0.8rem;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}

.desc_wrap .main_text .main span {
	font-size: 2rem;
}

.desc_wrap .main_text .sub {
	font-size: 1.4rem;
	text-align: center;
}
.desc_wrap > p {
	font-size: 12px;
	text-align: center;
}
.desc_wrap ul.caution {
	font-size: 1.2rem;
	padding: 0 1% 1%;
	margin-top: 10px;
}

.desc_wrap ul.caution li{
	padding-left: 1em;
	position: relative;
}

.desc_wrap ul.caution li span{
	position: absolute;
	top: 0;
	left: 0;
}

.desc_wrap ul.caution li + li {
	margin-top: .5em;
}



/* イベント工程 */


.schedule_text {
	width: 50%;
}
.schedule_text img {
	width: 100%;
}

.desc_wrap .schedule_text p{
    margin-top: 30px;
    font-size: 11px;
}
.schedule_image {
	width: 48%;
}

.desc_wrap:nth-child(1) h2 {
	background-color: #f685a9;
}

/* 参加費 */
.desc_wrap:nth-child(2) h2 {
	background-color: #1E88E5;
}

.desc_wrap:nth-child(2) .main_text .main {
	color: #1E88E5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.desc_wrap:nth-child(2) .main_text .main span {
	font-weight: normal;
	letter-spacing: 0.1em;
}
.desc_wrap:nth-child(2) .main_text .sub {
	color: #1E88E5;
}

/* 参加資格 */
.desc_wrap:nth-child(3) h2 {
	background-color: #39B54A;
}

.desc_wrap:nth-child(3) .main_text .main {
	color: #39B54A;
	font-size: 3.0rem;
}
.desc_wrap:nth-child(3) .main_text .sub {
	color: #39B54A;
}

/* 定員・募集期間 */
.desc_wrap:nth-child(4) h2 {
	background-color: #f685a9;
}

.desc_wrap:nth-child(4) .main_text .main {
	color: #f55a8b;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.desc_wrap:nth-child(4) .main_text .main span {
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 0.5rem;
	font-size: 2.0rem;
}
.desc_wrap:nth-child(4) .main_text .sub {
	color: #f55a8b;
}
.desc_wrap:nth-child(4) .main_text .sub span {
	font-size: 1.4rem;
}


/* その他 */
.desc_wrap:nth-child(5) h2 {
	background-color: #FBB03B;
}
/* 注意事項 */
.desc_wrap:nth-child(6) h2 {
	background-color: #ED1C24;
}
/* イベントにおける新型コロナウイルス感染予防と対策について */
.desc_wrap:nth-child(7) h2 {
	background-color: #ED1C24;
}

.desc_wrap > .sub {
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
	margin-top: .5em;
}


#form h2 {
	text-align: center;
	font-size: 1.5rem;
	font-family: 'Kosugi Maru', sans-serif;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
	background: #1E88E5;
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}

.input-table th {
	width: 120px;
	max-width: inherit;
}

.attention_msg {
	font-size: 1.1rem;
	color: #444;
}

.thumb {
	position: relative;
	display: inline-block;
	width: 32%;
	max-width: 150px;
}
.thumb + .thumb {
	margin-left: 2%;
}
.thumb img {
	width: 100%;
	height: auto;
	margin-top: 5px;
	border-radius: 5px;
	transition: .25s;
	display: block;
}
.thumb:after {
	content: '';
	position: absolute;
	display: block;
	right: 2px;
	top: 7px;
	width: 24px;
	height: 24px;
	background-image: url(/evt/img/rokko_huyuyama/icon-zoom.png);
	background-size: contain;
}

.explain{
	display: block;
	margin: 10px auto 40px;
	width: 95%;
}

/**
 * Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (max-width: 460px) {
	.sp {
		display: block !important;
	}

	#lead_text img {
		max-width: 100%;
	}

	.desc_wrap_flex {
		display: block;
	}
	.schedule_text {
		width: 100%;
		margin-bottom: 1.8rem;
	}
	.schedule_image {
		width: 100%;
	}

	.input-table th {
		width: 100%;
	}

}


/**
 * 延期のお知らせ
 */
.noticetxt {
	margin: 1rem auto;
    border: 2px solid #FF4081;
    color: #FF4081;
	padding: 2rem;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #FFF;
    max-width: 650px;
}