@charset "UTF-8";

.jgf2022 {
	font-family: 'Noto Sans JP', sans-serif;
}

.jgf2022 .main-wrapper {
	padding-top: 0;
}
.jgf2022 .main-wrapper .sec-ttl {
	background-color: #00387f;
	border-bottom: 10px solid #e83434;
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	line-height: 48px;
	padding: 40px 5%;
	text-align: center;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.jgf2022 .main-wrapper .sec-ttl small {
	display: block;
	font-size: 28px;
	font-weight: 700;
}
@media screen and (max-width: 940px){
	.jgf2022 .main-wrapper .sec-ttl {
		font-size: 30px;
		line-height: 38px;
		padding: 40px 5% 30px;
	}
	.jgf2022 .main-wrapper .sec-ttl small {
		font-size: 25px;
	}
}
@media screen and (max-width: 767px){
	.jgf2022 .main-wrapper .sec-ttl {
		font-size: 22px;
		line-height: 30px;
		padding: 25px 5%;
	}
	.jgf2022 .main-wrapper .sec-ttl small {
		font-size: 17px;
		line-height: 20px;
		margin-top: 5px;
	}
}

.jgf2022 .main-wrapper .about {
	margin: auto;
	max-width: 1170px;
	width: 90%;
}
.jgf2022 .main-wrapper .about .wrapper .flex-box {
	justify-content: space-between;
	margin: 50px auto;
}
.jgf2022 .main-wrapper .about .wrapper .flex-box.reverse {
	flex-direction: row-reverse;
}
.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox {
	width: 49%;
}
.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox .ttl {
	color: #00387f;
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 10px !important;
}
.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox .txt {
	line-height: 2;
}
.jgf2022 .main-wrapper .about .wrapper .flex-box .imgBox {
	width: 49%;
}
@media screen and (max-width: 940px){
	.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox .ttl {
		font-size: 25px;
		line-height: 35px;
	}
	.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox .txt {
		font-size: 15px;
		line-height: 1.75;
	}
}
@media screen and (max-width: 767px){
	.jgf2022 .main-wrapper .about .wrapper .flex-box {
		display: block;
		margin: 30px auto 50px;
	}
	.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox {
		margin-bottom: 20px;
		width: 100%;
	}
	.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox .ttl {
		font-size: 22px;
		line-height: 30px;
		text-align: center;
	}
	.jgf2022 .main-wrapper .about .wrapper .flex-box .textBox .txt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.jgf2022 .main-wrapper .about .wrapper .flex-box .imgBox {
		width: 100%;
	}
}

.jgf2022 .main-wrapper .eventLink {
	background: #f2f2ee;
	box-sizing: border-box;
	margin: auto;
	max-width: 1170px;
	padding: 30px;
	width: 90%;
}
.jgf2022 .main-wrapper .eventLink .container {
	width: 100% !important;
}
.jgf2022 .main-wrapper .eventLink .flex-box {
	justify-content: space-between;
}
.jgf2022 .main-wrapper .eventLink .flex-box .text {
	width: 50%;
}
.jgf2022 .main-wrapper .eventLink .flex-box .text .title_02 {
	color: #00387f;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 10px !important;
}
.jgf2022 .main-wrapper .eventLink .flex-box .text .button {
	margin-top: 15px;
	width: 90%;
}
.jgf2022 .main-wrapper .eventLink .flex-box .text .button a {
	background: #00387f;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: .75em 0;
	text-align: center;
}
.jgf2022 .main-wrapper .eventLink .flex-box .text .button a:hover {
	text-decoration: none;
	opacity: .7;
}
.jgf2022 .main-wrapper .eventLink .flex-box .map  {
	width: 48%;
}
.jgf2022 .main-wrapper .eventLink .flex-box .map p {
	font-size: 22px;
	font-weight: bold;
}
.jgf2022 .main-wrapper .eventLink .flex-box .map img {
	width: 100% !important;
}
@media screen and (max-width: 940px){
	.jgf2022 .main-wrapper .eventLink {
		padding: 20px;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .text .title_02 {
		font-size: 25px;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .map p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.jgf2022 .main-wrapper .eventLink {
		padding: 5%;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box {
		display: block;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .text,
	.jgf2022 .main-wrapper .eventLink .flex-box .map {
		width: 100%;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .text .title_02 {
		font-size: 20px;
		line-height: 30px;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .text p {
		font-size: 15px;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .text .button {
		margin-bottom: 30px;
		width: 100%;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .text .button a {
		box-sizing: border-box;
		font-size: 16px;
		line-height: 20px;
		padding: .75em .5em;
	}
	.jgf2022 .main-wrapper .eventLink .flex-box .map p {
		font-size: 15px;
	}
}
