@charset "UTF-8";
/* body_back
================================================= */
body {
	background: #f4fbfe url(../image/back_body_sky.png) no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 140% auto;
}

@media print, screen and (min-width: 540px) {
body {background-size: 120% auto; background-position: center top;}
}

@media print, screen and (min-width: 1360px) {
body {background-size: 2050px auto; background-position: center top -160px; }
}

/* header
================================================= */
header { width: 100%; }
header h1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 4%;
	padding-bottom: 44%;
	background:
		url(../image/title_img1.png) no-repeat left 10% bottom , 
		url(../image/title_img2.png) no-repeat right 10% bottom;
	background-size:44% auto , 33% auto;
}

@media print, screen and (min-width: 540px) {
header h1 { padding-bottom: 46%; }
}

@media print, screen and (min-width: 960px) {
header h1 { 
	padding-bottom: 4%;
	background:
		url(../image/title_img1.png) no-repeat left bottom , 
		url(../image/title_img2.png) no-repeat right bottom;
	background-size:26% auto , 20% auto;}
}

/* main
================================================= */
main {}

.main_box {
	width: 96%;
	max-width: 1230px;
	margin: 0 auto 6%;
    padding: 1px 3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0 ,0.1) 0px 0px 3px 4px;
}

.main_box2 {
	width: 96%;
	max-width: 1230px;
	margin: 0 auto 0;
    padding: 1px 3%;
    background: #fff;
}
@media print, screen and (min-width: 640px) {
	.main_box { padding: 1px 2%; margin: 0.5% auto 4%; border-radius: 15px;
                  display: flex; flex-wrap: wrap; justify-content: space-between; }
	.main_box2 { padding: 1px 2%; margin: 0.5% auto 0%; border-radius: 15px;
                  display: flex; flex-wrap: wrap; justify-content: space-between; }
	.col { width: 48%; }
    .col_l { width: 100%; }
}

.main_box h1{
	margin-top: 4%;
	text-align: center;
}

.main_box h1 img{
	width: inherit;
	height: 40px;
	margin: auto;
}

h1.event1 { background: #00893f; }
h1.event2 { background: #a35804; }

/* section */
section { margin: 6% 0; }

/* h2 & h3 */
h2:not(.event_subtitle) {
	width: 100%;
	margin-bottom: 3%;
	margin: 4px 0 3%;
	padding: 6px 12px;
	background: #00146E url("../image/h_back_blue.png") no-repeat right top;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	line-height: 1.5;
}
h2.event_subtitle {
	background: none;
}
section h3 {
	margin: 3% 0 8px;
	padding: 2px 10px;
	border-top: 2px solid #00146E;
    border-bottom: 2px dotted #00146E;
	color: #00146E;
	font-size: 1.6rem;
	font-weight: bold;
}
@media print, screen and (min-width: 960px) {
	.main_box h1 img {height: 50px;}
	section:not(.event_subtitle) h2 { margin-bottom: 2%; font-size: 1.8rem; }
}

/* text decoration */
em {
	font-style: normal;
	font-weight: inherit;
}
.text-small { font-size: 1.4rem; }
.text-large { font-size: 1.7rem; }
.text-largest { font-size: 2.0rem; }
.text-bold { font-weight: bold; }
.text-red { color: #CA0F2B; }
.text-underline {
	padding: 1px 5px;
	background: linear-gradient(transparent 60%, #FFD7DE 60%);
	line-height: 1.6;
}

/* ul & ol */
main ul, main ol {
	margin: 0 0 0 -1.7em;
}
main li {
	margin-left: 1.8rem;
	list-style: disc outside;
}
ul.attention li {
	margin-left: 1.2rem;
	list-style: none;
}
ul.attention li::before {
	content: '・';
	margin-left: -1.2rem;
	margin-right: 0.3rem;
}

/* catch */
p.catch {
	margin: 14px 0 3px;
	color: #0D9F3E;
	font-weight: bold;
	line-height: 1.8;
}

/* photo */
.photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.photo img {
	width: 44%;
	margin: 3%;
}

/* movie */
div.movie {
	width: 90%;
	margin: 3% auto;
	border: 4px solid #333;
	background: #333;
}
div.youtube {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 56.25% 0 0;
}
div.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* timetable */
table.timetable , table.timetable2 { font-size: 1.2rem;}

table.timetable th, table.timetable td,
table.timetable2 th, table.timetable2 td{
    font-weight: normal;
	line-height: 1.8;
   border: solid 1px #00146E;
}

table.timetable td:first-child ,table.timetable th:first-child { background: #b2d5e6; }
table.timetable td:nth-child(2n) ,table.timetable th:nth-child(2n) { background: #e8d5a6; }
table.timetable2 td:first-child ,table.timetable2 th:first-child { background: #ffeef2; }

table.timetable td:first-child ,table.timetable th:first-child,
table.timetable td:nth-child(2n) ,table.timetable th:nth-child(2n),
table.timetable2 td:first-child ,table.timetable2 th:first-child { text-align: center; width: 60px; padding: 5px 2px; }

table.timetable td:nth-child(3n) ,table.timetable th:nth-child(3n),
table.timetable2 td,table.timetable2 th { padding: 5px; }

@media print, screen and (min-width: 960px) {
    table.timetable , table.timetable2 { font-size: 1.4rem; }
    table.timetable td:first-child ,table.timetable th:first-child,
    table.timetable td:nth-child(2n) ,table.timetable th:nth-child(2n),
    table.timetable2 td:first-child ,table.timetable2 th:first-child { width: 70px; }
    
}
@media print, screen and (min-width: 1280px) {
    table.timetable , table.timetable2 { font-size: 1.6rem; }
    table.timetable td:first-child ,table.timetable th:first-child,
    table.timetable td:nth-child(2n) ,table.timetable th:nth-child(2n),
    table.timetable2 td:first-child ,table.timetable2 th:first-child { width: 80px; }
}

/* map */
.map {
	width: 50%;
  min-width: 230px;
	margin: 1% 0 2%;
  border: 3px solid #C8CED2;
}
.ggmap {
	position: relative;
	overflow: hidden;
	width: 95%;
	height: 0;
	margin: 1% auto 2%;
	padding-bottom: 60%;
	padding-top: 30px;
	border: 3px solid #C8CED2;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* additionally */
.add { /* 緑の縁付き枠（概要の追記など） */
	margin-top: 2%;
	padding: 2% 3%;
	border: 2px dashed #A5D0D8;
	border-radius: 5px;
	background: #E4F9FA;
}

/* dl */
dl.item1 dt { /* dtを強調したい場合（活動内容など） */
	display: inline-block;
	margin: 2% 0 0.5%;
	padding: 1px 10px 0 8px;
	border-radius: 2px;
	background: #D9F4F6;
	color: #005C91;
	font-size: 1.6rem;
	font-weight: bold;
}
dl.item2 dt { /* dtを目立たせたくない場合（アクセスなど） */
	display: inline-block;
	margin: 2% 0 1%;
	padding: 0 5px;
	border: 1px solid #181818;
	background: #F3F3F3;
	line-height: 1.8;
}
dl.item3 dt { /* dtを見出しにする場合（応募方法が複数あるときなど） */
	color: #149AD2;
	margin-top: 2%;
	font-weight: bold;
}
dl.item3 dt::before { /* dtを見出しにする場合（応募方法が複数あるときなど） */
	content: url('../image/point-triangle.svg');
	margin-right: 3px;
}

/* button */
a.btn {/* nomal */
	display: block;
	position: relative;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 20px 0;
	padding: 12px 0;
	border-radius: 100vw;
	background: #ea5d77;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-indent: 0.1em;
	text-align: center;
	text-decoration: none;
}

.btn::before{
	display: block;
	position: absolute;
	content: "▼";
	left: 1.8rem;
	transform: rotate(270deg);
}

a.btn span {/* subtxt */
	font-size: 1.2rem;
}
a.btn:hover, a.btn:active { background: #ff7474; }
a.btn.small {
	padding: 8px 6px;
	font-size: 1.5rem;
}
dt a.btn { margin-top: 0; }

a.btn_form {/* go_form */
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 240px;
	margin: 0 auto 4%;
	padding: 1.6rem 25px;
    font-size: 1.8rem;
	font-weight: bold;
	border-radius: 50px;
	color: #ffffff;
	border: 3px solid #00146E;
	box-shadow: 5px 5px #cccccc;
	transition: 0.3s ease-in-out;
    background: #27acd9;
}


@media print, screen and (min-width: 960px) { 
a.btn_form {
	width: 320px;
    padding: 1.6rem 45px;
}
}

a.btn_form:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
}