@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

body.-festa {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;

}

body.-festa * {
	box-sizing: border-box;

}

.-overpass {
	font-family: "Overpass", sans-serif;
}

.lity {
	background: rgba(0, 0, 0, 0.3) !important;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	transition: opacity .3s;
}

a:hover {
	opacity: .7;
}

body.-festa .u-inner {
	max-width: 1220px;
}

body.-festa main {
	/* background-color: #F0DDBF;
	color: #3C1D0F; */
	overflow: hidden;
}

.u-inner.-large {
	max-width: 1135px;
}

.-pos_re {
	position: relative;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
	/*display: none;*/
	pointer-events: none;
}

.close {
	text-align: center;
	left: 0;
	width: 100%;
	top: 100px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 5%;
	z-index: 110;
	box-sizing: border-box;
	font-size: 2em;
	color: #333;
	/*display: none;*/
}

.-link_none {
	pointer-events: none;
}

.hero {

	background: linear-gradient(90deg, #77A7CF 0%, #77A7CF 50%, #DF654E 50%, #DF654E 100%);
}

.hero_img img {
	width: 100%;
	height: auto;
}

.about {
	background-color: #F1E15D;
	padding: 100px 0 120px;
}

.about dl {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.about dl dt {
	background-color: #00A65A;
	border-radius: 20px 0 0 20px;
	color: #fff;
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
}

.about dl dd {
	background-color: #fff;
	border-radius: 0 20px 20px 0;
	color: #00A65A;
	flex-grow: 1;
	padding: 50px;
}

.about dl dd div {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.about dl dd div:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.date_wrap {
	display: flex;
	align-items: baseline;
	font-family: "Overpass", sans-serif;
	font-size: 40px;
	font-weight: 900;
}

.date {
	display: flex;
	align-items: baseline;
	font-family: "Overpass", sans-serif;
	font-size: 40px;
	font-weight: 900;
}

.date em {
	font-size: 80px;
	font-style: normal;
}

.date span.-youbi {
	font-size: 22px;
	font-weight: bold;
	background-color: #0392DE;
	color: #FFF;
	display: inline-block;
	padding: 10px;
	margin: 0 0.5em;
	border-radius: 25px;
	line-height: 1;
	vertical-align: middle;
}

.date span.-youbi.-sun {
	background-color: #E60013;
}

.date_txt {
	font-weight: bold;
	font-size: 30px;
	color: #333;
}

.about_txt {
	font-weight: bold;
	font-size: 20px;
	color: #333;

}

.about_txt>a,
.acc_maps>a {
	display: inline-block;
	line-height: 1;
	padding: 10px 0;
	width: 206px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-radius: 25px;
	background-color: #F08200;
	margin-left: 10px;
	text-align: center;
	transition: opacity .3s;
}

.about_txt>a span,
.acc_maps>a span {
	margin-right: 5px;
}

a.-panfu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: #FFF;
	border-radius: 45px;
	background-color: #F08200;
	width: 100%;
	max-width: 460px;
	height: 100%;
	min-height: 70px;
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;
	margin: 30px auto 0;
}

a.-panfu>span {
	border: 1px solid #FFF;
	border-radius: 25px;
	padding: 0 15px;
	font-size: 16px;
}

.cnt_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
	color: #00A65A;
	font-size: 20px;
	margin-bottom: 50px;
}

.cnt_ttl span {
	font-size: 60px;
	margin-bottom: -28px;
}

.jyunbi {
	width: 100%;
	background-color: #E3EDD3;
	color: #00A65A;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 10px;
	font-weight: bold;
	font-size: 20px;
}

.topics {
	padding: 80px 0;
}

.events {
	padding: 80px 0;
	background-color: #F7F4D9;
}

.exhibitors {
	padding: 80px 0;
}

.ex_cnt {
	margin-bottom: 50px;
}

.ex_cnt h3 {
	background-color: #00A65A;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.access {
	padding: 80px 0;
	background-color: #F7F4D9;
}

.access section {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 20px;
	margin-bottom: 25px;
}

.access section.acc_maps,
.access section.access_bus {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}

.access section.acc_maps p {
	margin-bottom: 15px;
}

.acc_ttl,
.access_bus_ttl {
	color: #00A65A;
	font-size: 30px;
}



.access_bus_row {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 55px;
}

.access_bus_lead {
	text-align: center;
}

.inquiry {
	padding: 50px 0;
}

.inq_wrap {
	display: flex;
	gap: 50px;
	width: 100%;
}

.contact {
	width: 25%;
	flex: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	font-weight: bold;
	position: relative;
}

.contact::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	right: -25px;
}

.contact h4 {
	color: #00A65A;
	font-size: 20px;
}

.contact p {
	line-height: 1.2;
	margin-bottom: 20px;
}

.organizer_list {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 30px;
}

.organizer_list.-org {
	align-items: baseline;
}

.organizer_list>dt {
	display: flex;
	align-items: center;
	font-weight: bold;
	width: 15%;
	flex: none;
}

.organizer_list>dt:before {
	content: "●";
	color: #00A65A;
	display: inline-block;
	vertical-align: middle;
	/* margin: 0 10px; */
	margin-right: 10px;
}

.inguiry-tel-btn {
	display: inline-block;
	box-sizing: border-box;
	max-width: 360px;
	width: 100%;
	font-size: 22px;
	color: #FFF;
	background: #F08200;
	padding: 10px 35px;
	/* margin: 0 15px; */
	border-radius: 35px;
	font-weight: bold;
	text-align: center;
}

.inguiry-tel-btn.-fax {
	background: #E69F00;
}

.topics_list_wrap {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.topics_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}

.topics_list li {
	/* width: 23%; */
}

.topics_list li.wp_noitem {
	grid-column: 2 / 4;
	text-align: center;
}

.tpc_cnt {
	color: #333;
	transition: .3s;
}

.tpc_cnt:hover {
	text-decoration: underline;
	transition: .3s;
	opacity: 0.7;
	cursor: pointer;
}

.tpc_img img {
	width: 100%;
	height: 195px;
	object-fit: cover;
}

.tpc_box {
	font-weight: bold;
}

.tpc_date {
	color: #00A65A;
}

.tpc_popup {
	position: relative;
}

.tpc_pop_cnt_wrap {
	background-color: #fff;
	padding: 50px;
	width: 1000px;
	max-height: 600px;
	overflow: scroll;
}

.tpc_pop_cnt {}

.tpc_pop_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

}

.tpc_pop_ttl {
	font-size: 25px;
	font-weight: 500;
}

.tpc_pop_img {
	flex: none;
	width: 40%;
}

.tpc_pop_img img {
	width: 100%;
	/* max-width: 300px; */
	height: auto;
}

.tpc_links {
	display: flex;
	justify-content: space-around;
	gap: 10px;
	margin-top: 30px;
}

.tpc_links a {
	box-sizing: border-box;
	background-color: #A36042;
	color: #FFF;
	padding: 20px;
	width: 100%;
	max-width: 450px;
	height: 75px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.cls_btn_wrap {
	position: absolute;
	top: -40px;
	right: -40px;
}

.cls_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00A65A;
	color: #FFF;
	padding: 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 2em;
}

.eve_cnt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 50px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 30px;
}

.eve_box {
	margin-top: 30px;
}

.eve_box_ttl {
	color: #00A65A;
	font-weight: bold;
	font-size: 30px;
}

.exhibitors_list_wrap {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.exhibitors_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
	width: 100%;
}

.exhibitors_list li {
	/* width: 23%; */
}

.exhibitors_list li.wp_noitem {
	grid-column: 2 / 4;
	text-align: center;
}

.exh_ttl {
	font-size: 24px;
}

.exh_cnt {
	color: #333;
	transition: .3s;
}

.exh_cnt:hover {
	text-decoration: underline;
	transition: .3s;
	opacity: 0.7;
	cursor: pointer;
}

.exh_img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.exh_box {
	font-weight: bold;
}

.exh_list {
	color: #00A65A;
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 1.35;
	font-size: 14px;
}

.exh_box>.exh_list {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.exh_list span {
	color: #fff;
	background-color: #00A65A;
	padding: 2px 12px;
	display: inline-block;
	margin-bottom: 5px;
}

.exh_popup {
	position: relative;
}

.exh_pop_cnt_wrap {
	background-color: #fff;
	padding: 50px;
	width: 1000px;
	max-height: 600px;
	overflow: scroll;
}

.exh_pop_cnt {}

.exh_pop_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

}

.exh_pop_ttl {
	font-size: 25px;
	font-weight: 500;
}

.exh_pop_img {
	flex: none;
	width: 40%;
}

.exh_pop_img img {
	width: 100%;
	height: auto;
}

.exh_links {
	display: flex;
	justify-content: space-around;
	gap: 10px;
	margin-top: 30px;
}

.exh_links a {
	box-sizing: border-box;
	background-color: #00A65A;
	color: #FFF;
	padding: 20px;
	width: 100%;
	max-width: 450px;
	height: 75px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}




@media screen and (max-width:1199px) {}

@media screen and (max-width:1030px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.hero {
		padding: 0;

	}

	.hero_logo {
		padding-left: 55px;
	}




}

@media screen and (max-width:767px) {
	body.-festa {
		min-width: 375px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.end {
		max-width: 340px;
	}

	.end_text {
		font-size: 13px;
	}

	.end_text>em {
		font-size: 15px;
	}

	.end_text>span {}

	.end_text:first-child {}

	.hero>.u-inner {
		padding: 0;
	}

	.cnt_ttl {
		font-size: 15px;
	}

	.cnt_ttl span {
		font-size: 30px;
		margin-bottom: -15px;
	}

	.about,
	.topics,
	.events,
	.exhibitors,
	.access,
	.inquiry {
		padding: 40px 0;
	}

	.about dl {
		flex-direction: column;
	}

	.about dl dt {
		font-size: 20px;
		border-radius: 20px 20px 0 0;
		width: 100%;
	}

	.about dl dd {
		padding: 30px 20px;
		border-radius: 0 0 20px 20px;
	}

	.date_wrap {
		flex-direction: column;
		font-size: 17px;
	}

	.date {
		margin-top: -25px;
	}

	.date em {
		font-size: 35px;
	}

	.date span.-youbi {
		font-size: 9px;
		padding: 5px;
	}

	.date.-about {
		font-size: 20px;
		justify-content: center;
		padding-top: 20px;
	}

	.about_txt {
		font-size: 14px;
		text-align: center;
	}

	.date_txt {
		text-align: center;
		font-size: 20px;
	}

	.topics_list {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	.topics_list li {
		width: 100%;
		padding: 5px 20px;
	}

	.tpc_img img {
		height: auto;
	}

	.exhibitors_list {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	.exhibitors_list li {
		width: 100%;
		padding: 5px 20px;
	}

	.exh_img img {
		height: auto;
	}

	.tpc_pop_cnt_wrap,
	.exh_pop_cnt_wrap {
		width: 100%;
	}

	.tpc_pop_box,
	.exh_pop_box {
		flex-direction: column;
	}

	.tpc_pop_img,
	.exh_pop_img {
		width: 100%;
	}
	.tpc_links,
	.exh_links{
		flex-direction: column;
	}

	.cls_btn_wrap {
		position: absolute;
		top: 0;
		right: 0;
	}
	.cls_btn{
		width: 55px;
		height: 55px;
	}

	.eve_cnt {
		padding: 20px;
		flex-direction: column-reverse;
		gap: 10px;
	}

	.eve_box {
		margin-top: 0;
	}

	.eve_box_ttl {
		font-size: 20px;
	}

	.acc_ttl,
	.access_bus_ttl {
		font-size: 20px;
	}

	.access_bus_lead {
		line-height: 1.3;
		font-weight: normal;
	}

	.access_bus_row {
		flex-direction: column;
		gap: 10px;
	}

	.inq_wrap {
		flex-direction: column;
	}

	.contact {
		width: 100%;
		align-items: center;
	}

	.contact::after {
		right: auto;
		bottom: -25px;
		height: 1px;
		width: 100%;
	}

	.organizer_list {
		flex-direction: column;
		gap: 5px;
	}

	.organizer_list>dt {
		width: 100%;
	}

	.organizer_list>dd {
		font-size: 13px;
	}


}

@media print {}