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

body.-festa {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 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;
}

.outline_file a p.cover {
	border-radius: 45px;
}

.outline_file a p.cover span.close,
.live_bnr p.cover span.close {
	top: 0;
	font-size: 1.5em;
}

.live_head_cnt a figcaption.cover p span.close {
	top: 50%;
	font-size: 1.5em;
}

.hero {
	background-image: url(/fes2024/img/img-hero_bg.png);
	margin-bottom: 50px;
    height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    z-index: 1;
	position: relative;

}

.hero_logo {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-left: 148px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -80px;

}

.hero_logo figure {
	padding-top: 30px;
	/*position: relative;*/
	/*display: flex;
	justify-content: space-around;
	align-items: center;*/

}

.hero_logo figure:first-child,
.hero_logo figure:last-child {
	margin-bottom: -170px;
}

.hero_logo figure img {
	flex: none;
	width: 100%;
	height: 100%;
	/*align-self: flex-start;*/
	z-index: 100;
}

.end {
	padding: 20px 10px;
	text-align: center;
	max-width: 800px;
	/*width: 100%;*/
	border: 1px solid #B91111;
	margin: 110px auto 20px;
}

.end_text {
	font-weight: bold;
	margin-top: 10px;
}

.end_text em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.end_text>span {
	color: #B91111;
}

.end_text:first-child {
	margin-top: 0;
}

.intro {
	padding: 50px 0;
	overflow: hidden;
	background-color: #FFDB4F;
}

.fes_sec_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: 29px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
}

.fes_sec_ttl:before,
.fes_sec_ttl:after {
	/*flex: none;*/
	content: "";
	display: inline-block;
	background-image: url(/fes2024/img/img-bar.png);
	background-size: contain;
	background-repeat: repeat-x;
	width: 440px;
	height: 6px;
	
	/* border-top: dotted 3px #3C1D0F; */
	flex-grow: 1;
	/*width: 400px;*/
}

.fes_sec_ttl.-noline:before,
.fes_sec_ttl.-noline:after {
	content: none;
}

.fes_sec_ttl>span {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 300px;
}

.topics {
	padding: 50px 0;
	background-image: url(/fes2024/img/bg-topics.png);
	background-repeat: repeat;
	position: relative;
	/* z-index: 25; */
}
.topics_wrap {
	position: relative;
}
.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_popup{}
.tpc_pop_cnt_wrap{
	background-color: #fff;
	padding: 50px;
	width: 860px;
}
.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: -10%;
	right: -3%;
}
.cls_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#A36042;
	color: #FFF;
	padding: 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 2em;
}
.intro-day-c {
	margin-left: auto;
}

.about {
	padding: 90px 0 60px;
	position: relative;
	/* z-index: 50; */
}

.about_wrap {
	position: relative;
}

.about_day>em {
	font-style: normal;
	font-size: 57px;
}

.about_box {
	display: flex;
	gap: 5px;
	align-items: baseline;
	font-size: 25px;
}

.about_box span.-time {
	font-size: 25px;
}

.about_box span.-notice {
	font-size: 16px;
	font-weight: normal;
}

.outline_list {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	margin-top: 30px;
}

.outline_list>dt {
	font-weight: 500;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: none;
	width: 23%;
}

.outline_list>dt:before {
	content: "●";
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.outline_list>dd {
	font-size: 28px;
	font-weight: 500;
}

.outline_list>dd span.-youbi {
	font-size: 26px;
	background-color: #3C1D0F;
	color: #FFF;
	display: inline-block;
	padding: 10px;
	margin: 0 0.5em;
	border-radius: 25px;
	line-height: 1;
	vertical-align: middle;
}

.outline_list>dd span.ol-second {
	display: inline-block;
	/*text-align: right;*/
	/*padding-right:4.2em;*/
	font-size: 16px;
	font-weight: normal;
}

.ol-bold {
	font-weight: bold;
}

.outline_list>dd.-date {
	display: flex;
	align-items: flex-end;
}

.outline_list>dd>span {
	display: inline-block;
}

/*.outline_list > dd > span.-wareki {
	font-size: 20px;
}*/
.outline_list>dd>span.-time {
	font-size: 28px;
}

.outline_list>dd>span.-wareki>em {
	display: block;
	line-height: 1.5;
}

.outline_list>dd>span.-num {
	font-size: 55px;
	padding: 0 10px;
	line-height: 1;
}

.outline_list>dd>span.-week {
	font-size: 26px;
	color: #FFF;
	border-radius: 50%;
	padding: 10px;
	line-height: 1;
	margin: 0 10px;
}

.outline_list>dd>span.-week.-sat {
	background-color: #0599CB;
}

.outline_list>dd>span.-week.-sun {
	background-color: #C90000;
}

.outline_list.-addr {
	align-items: baseline;
}

.outline_list.-addr>dd>p {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.outline_list.-addr>dd>p:first-child {
	margin-top: 0;
}

.outline_list>dd>.about_box>p>span.-post {
	font-size: 20px;
	margin-left: 10px;
}

.outline_list>dd .about_links>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: #DB5200;
	margin-left: 10px;
	text-align: center;
	transition: opacity .3s;
}

.outline_list>dd .about_links>a:hover {
	opacity: .7;
}

.outline_list>dd .about_links>a>span {
	margin-right: 5px;
}

.about_links {
	display: flex;
	flex-direction: column;
	gap: 10px;

}

.outline_list>dd.-adm {
	color: #C90000;
	font-size: 30px;
}

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

.outline_list.-org>dd {
	font-size: 20px;
	width: 85%;
}

.outline_list.-org>dd>span.-note {
	font-size: 16px;
	font-weight: normal;
}

.ol-dd {
	font-size: 16px;
	font-weight: normal;
}

.outline_file {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3em;
	margin-top: 5em;
}

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

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

a.-panfu {
	margin-left: 1em;
	background-color: #2F882D;
	border: 1px solid #2F882D;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	padding: 8px 12px;
	text-align: center;
	font-weight: 500;
}
a.-panfu span {
	margin-left: 0.4em;
	border: 2px solid #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 0px 8px;
}
.ggl_maps{
	display: flex;
	justify-content: center;
}
a.maps_btn {
	margin: 20px auto;
	background-color: #2F882D;
	border: 1px solid #2F882D;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
	padding: 8px 24px;
	text-align: center;
	font-weight: 500;
}




.outline_file>a p.-map {}

.outline_file>a p.-map:before {
	/*align-items: baseline;*/
	flex: none;
	content: "";
	background-image: url("/assets/img/festa2022/icn-map.svg");
	background-repeat: no-repeat;
	background-size: contain;
	/*position: absolute;*/
	display: inline-block;
	vertical-align: baseline;
	/*bottom: 0;*/
	/*left:2.5em;*/
	margin-right: 0.5em;
	height: 1.5em;
	width: 1.5em;
	z-index: 5;
}


.outline_panfu {
	margin-top: 70px;
	text-align: center;
}

.outline_panfu>a {
	transition: opacity .3s;
}

.outline_panfu>a:hover {
	opacity: .7;
}

.outline_info {
	padding: 20px 10px;
	text-align: center;
	max-width: 750px;
	/*width: 100%;*/
	border: 5px solid #11A84D;
	background-color: #FFF;
	margin: 30px auto 10px auto;
	color: #333;
	border-radius: 15px;
}

.outline_info>ul {
	display: inline-block;

}

.outline_info>ul>li {
	text-align: left;
	align-items: baseline;
	color: #333;
	font-weight: bold;
	font-size: 22px;

}

.outline_info>ul>li:before {
	content: "★";
	margin-right: 5px;
}


.event_map {
	text-align: center;
	padding-top: 20px;
}

.mybag {
	box-sizing: border-box;
	background-color: #F0EAE1;
	width: 100%;
	max-width: 960px;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
}


.event {
	padding: 50px 0 70px;
	position: relative;
}

/* .event_cnt_wrap {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
} */

.event_cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.event_img {
	width: 30%;
}
.event_img img{
	width: 100%;
	height: 100%;
	max-height: 227px;
}
.event_img.-cnt img{
	/* width: 100%; */
	/* height: auto; */
	object-fit: contain;
}

.event_img figcaption {}

.event_img_cap {
	margin-top: 10px;
}

.event_img_ttl {
	background-color: #DE8F4C;
	color: #FFF;
	border-radius: 25px;
	text-align: center;
}

.event_img_ttl.-grn {
	background-color: #639648;
}

.event_zip {
	position: relative;
}

.event_zip .-check {
	position: absolute;
	top: -10%;
	right: 1%;
}

.zip_img {}

.zip_img_cap {
	display: inline;
	background: linear-gradient(transparent 60%, #F0C81D 60%);
	font-size: 22px;
	font-weight: 500;
}



.request {
	padding: 80px 0 210px;
	background-color: #FFDB4F;
}

.request_ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/*.request_ttl:after {
	content: "";
    display: block;
    width: 107px;
    height: 3px;
    background-color: #ff3301;
    margin: 10px auto 0;
    }*/

.request_lead {
	font-size: 18px;
	text-align: center;
	margin: 40px auto 0;

}

.request_notes {
	box-sizing: border-box;
	margin-top: 15px;
	padding: 20px 70px;
	background-color: #FFF;
	border-radius: 15px;
}

.request_notes_lead {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.request_notes_list {}

.request_notes_list>li {
	padding-left: 1em;
	text-indent: -1em;
}

.request_notes_list>li:before {
	content: "・";
	font-size: 30px;
	display: inline-block;
	line-height: 1;
	color: #333;
	vertical-align: middle;
}

.request_list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.request_list>li {
	width: 49%;
	margin-top: 50px;
}

.request_list>li:nth-child(-n + 2) {
	margin-top: 0;
}

.request_list_item {
	display: flex;
}

.request_list_item_img {
	width: 86px;
}

.request_list_item_cnt {
	margin-left: 30px;
	flex: 1;
}

.request_list_item_ttl {
	font-size: 20px;
	font-weight: bold;
}

.request_list_item_text {
	font-size: 16px;
	margin-right: 10px;
}

.request_list_item_inst {
	display: flex;
	margin-top: 10px;
}

.request_list_item_inst>a {
	margin-left: 20px;
}

.request_list_item_inst>a:first-child {
	margin-left: 0;
}

.info {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 0 0 90px;
	overflow: hidden;
}

.info_top {
	margin-top: -100px;
	background: #fff;
	border-top-left-radius: 5% 40%;
	border-top-right-radius: 5% 40%;
	height: 100px;
}

.info_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: 16px;
}

.info_catch:before,
.info_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 400px;*/
}

.info_catch>em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.shops {
	padding: 90px 0;
	background-image: url(/fes2024/img/bg-topics.png);
	background-repeat: repeat;
	position: relative;
}

.shops_wrap {
	position: relative;
}

.shop_list {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 63px 21px;
	align-items: stretch;
	margin-top: 70px;

}

.shop_list li {
	width: 32%;
}

.shop_list li.-takeout {
	position: relative;
}

.shop_list li.-takeout>figure.-to_item {
	position: absolute;
	right: -15px;
	top: -15px;
}

.shop_item {
	box-sizing: border-box;
	border: solid 2px #A36042;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 17px;
	padding: 20px;
	height: 300px;
	position: relative;
}

.shop_item h5 {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color: #AC071F;
}

.shop_num {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}

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


.info_nav {
	display: flex;
}

.info_nav>li {
	max-width: 270px;
	width: 100%;
	margin-left: 10px;
	background-color: #ff3301;
	border-radius: 25px;
}

.info_nav>li:first-child {
	margin-left: 0;
}

.info_nav>li>a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	padding: 15px 20px;
	position: relative;
}

.info_nav>li>a span {
	padding: 0 5px;
}

.info_nav>li>a span.icon-arrowRight {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -0.5em;
	line-height: 1;
	transform: rotate(90deg);
}

.info_cnt {
	margin-top: 70px;
}

.info_cnt_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.info_cnt_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #ff3301;
	margin: 10px auto 0;
}

.info_cnt_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.info_cnt_item>li {
	width: 49%;
	border: 2px solid #ff3301;
	margin-top: 15px;
}

.info_cnt_item>li:nth-child(-n + 2) {
	margin-top: 0;
}

.info_cnt_item>li>a {
	display: block;
	color: #333;
	transition: opacity .3s;
}

.info_cnt_item>li>a:hover {
	opacity: .7;
}

.info_cnt_item_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	background-color: #ff3301;
	padding: 20px;
}

.info_cnt_item_img {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}

.info_cnt_item_img>figcaption {
	margin-right: 15px;
}

.info_cnt_item_img>div {
	text-align: center;
}

.info_cnt_item_img>div>img {
	max-width: inherit;
}

.map {
	padding: 90px 0;
	background-color: #F5F5F5;
}

.map_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.map_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #50B848;
	margin: 10px auto 0;
}

.access {
	padding: 90px 0;
}

.access_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: 16px;
}

.access_catch:before,
.access_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 100%;*/
}

.access_catch>em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.access_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.access_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #ff3301;
	margin: 10px auto 0;
}

.access_map {
	margin-top: 60px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.access_map>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access_addr {
	margin-top: 30px;
}

.access_bus {
	margin-top: 50px;
	padding: 50px 80px;
	background-color: #fff;

}

.access_bus_ttl {
	font-size: 1.4em;
}

.access_bus_lead {
	line-height: 1.5;
	margin-top: 10px;
}

.access_bus_row {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.access_bus_img {
	margin-left: 40px;
}

.access_bus_img:first-child {
	margin-left: 0;
}

.organizer {
	padding: 0 0 60px;
}

.organizer_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.organizer_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #ff3301;
	margin: 15px auto 0;
}

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

.organizer_list>dt {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 25px;
	width: 23%;
}

.organizer_list>dt:before {
	content: "●";
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

/* .organizer_list > dt:after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 1px;
	background-color: #707070;
	vertical-align: middle;
	margin: 0 10px;
} */
.organizer_list>dd {
	font-size: 18px;
	/*	font-weight: bold;
*/
}

.ol-second {
	text-align: right;
	padding-right: 4.2em;
	font-size: 11pt;
}

.ol-bold {
	font-weight: bold;
}


.outline_list>dd {
	font-size: 28px;
	font-weight: 500;
}

.organizer_list>dd.-date {
	display: flex;
	align-items: flex-end;
}

.organizer_list>dd>span {
	display: inline-block;
}

/*.organizer_list > dd > span.-wareki {
	font-size: 20px;
}*/
.organizer_list>dd>span.-time {
	font-size: 28px;
}


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

.organizer_list.-addr>dd>p {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.organizer_list.-addr>dd>p:first-child {
	margin-top: 0;
}

.organizer_list.-addr>dd>p>span.-post {
	font-size: 20px;
	margin-left: 10px;
}

.organizer_list.-addr>dd>p>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: #FF3301;
	margin-left: 10px;
	text-align: center;
	transition: opacity .3s;
}

.organizer_list.-addr>dd>p>a:hover {
	opacity: .7;
}

.organizer_list.-addr>dd>p>a>span {
	margin-right: 5px;
}

.organizer_list>dd.-adm {
	color: #C90000;
	font-size: 30px;
}

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

.organizer_list.-org>dd {
	font-size: 20px;
	width: 85%;
}

.organizer_list.-org>dd>span.-note {
	font-size: 16px;
	font-weight: normal;
}

.ol-dd {
	font-size: 16px;
	font-weight: normal;
}

.sameday_event {
	/* background-color: #fff; */
	padding: 50px 0;
}

.same_ttl {
	text-align: center;
	font-size: 29px;
	font-weight: 500;
	margin-bottom: 20px;
}

.same_cnt {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 80px;
	position: relative;
	flex-wrap: wrap;
}

.same_cnt::after {
	content: "";
	border-left: 2px dotted #3C1D0F;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	/* width: 1em; */
	height: 95%;
}

.same_box {
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	width: 100%;
	max-width: 550px;
}

.same_box_ttl {
	text-align: center;
	margin-bottom: 10px;
}

.same_box_txt {
	margin-bottom: 10px;
}

.same_date {}

.same_date_dtl {
	display: flex;

}

.same_date_dtl>dt {
	width: 120px;
	flex: none;
}

.same_date_dtl>dd {
	text-indent: -1em;
	padding-left: 1em;
}

.same_date_dtl>dd:before {
	content: "：";
}

a.soudan {
	position: relative;
	width: 100%;
	background-color: #2F882D;
	border: 1px solid #2F882D;
	color: #fff;
	border-radius: 50px;
	font-size: 25px;
	padding: 15px 26px;
	text-align: center;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.soudan_wrap {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.soudan_wrap .doujitsu {
	background-color: #DB5200;
	padding: 3px 10px;
	font-size: 22px;
}
.flyer_btn,
.soudan_wrap span {
	margin-left: 0.4em;
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 4px 12px;
	font-size: 22px;
}
.soudan_wrap span {
	padding: 0px 8px;
	font-size: 16px;
	border: 2px solid #fff;
}

a.soudan:before {
	/*align-items: baseline;*/
	flex: none;
	content: "";
	background-image: url(/fes2024/img/img-soudan_flyer.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	display: inline-block;
	vertical-align: baseline;
	transform: translateY(-50%);
	top: 50%;
	left: 1.8em;
	height: 167px;
	width: 127px;
	z-index: 5;
}





.links {
	padding: 90px 0;
}

.links_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.links_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #50B848;
	margin: 10px auto 0;
}

.links_list {
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}

.links_list>li {
	margin-left: 15px;
	display: inline-block;
}

.links_list>li:first-child {
	margin-left: 0;
}

.links_list>li>a {
	display: block;
	box-shadow: 3px 3px #D8D8D8;
	transition: transform .3s, box-shadow .3s, border .3s;
	color: #D8D8D8;
}

.links_list>li>a:hover {
	transform: translate(3px, 3px);
	box-shadow: none;
	border: 1px solid #D8D8D8;
}

.inquiry {
	padding: 80px 0;
	text-align: center;
	background-image: url(/fes2024/img/bg-topics.png);
	background-repeat: repeat;

}

.inq_wrap {
	/* background-color: #F0EAE1; */
	padding: 50px;
	border-radius: 5px;
	position: relative;
}

.inquiry p {
	padding: 70px 30px 30px;
	font-size: 20px;
	font-weight: bold;
}

.inquiry_catch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: 16px;
	margin-bottom: 20px;
}

.inquiry_catch:before,
.inquiry_catch:after {
	/*flex: none;*/
	content: "";
	border-top: dotted 3px #F0831E;
	flex-grow: 1;
	/*width: 100%;*/
}

.inquiry_catch>em {
	/*position: relative;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inquiry_ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-bottom: 30px;
}

.inquiry_ttl:after {
	content: "";
	display: block;
	width: 107px;
	height: 3px;
	background-color: #F0831E;
	margin: 10px auto 0;
}

.inguiry-tel-btn {
	display: inline-block;
	box-sizing: border-box;
	max-width: 360px;
	width: 100%;
	font-size: 22px;
	color: #FFF;
	background: #AC071F;
	padding: 10px 35px;
	margin: 0 15px;
	border-radius: 35px;
}
.inguiry-tel-btn.-fax{
	background: #2F882D;
}

.wp_noitem{
	text-align: center;
	margin-top: 10px;
}


@media screen and (max-width:1199px) {
	.same_cnt {
		flex-direction: column;
		align-items: center;
	}

	.same_cnt::after {
		border-left: none;
		border-bottom: 2px dotted #3C1D0F;
		width: 90%;
		height: 2px;
	}
}

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

	.hide-tb {
		display: none;
	}

	.hero {
		padding: 0 0 20px;
		
	}
	.hero_logo{
		padding-left: 55px;
	}

	.outline_list {
		display: flex;
		flex-direction: column;
		align-items: center;
		/*border-bottom: 1px solid #333;*/
		margin-top: 0;
		padding: 40px 0;
		gap: 10px;
	}

	.outline_list:first-of-type {
		margin-top: 40px;
		/*border-top: 1px solid #333;*/
	}

	.outline_list>dt:after {
		content: none;
	}

	.outline_list>dd {
		/*font-size: 18px;*/
		text-align: center;

	}

	.outline_list>dd.-date {
		display: block;
	}

	.outline_list>dd>span.-wareki {
		font-size: 20px;
	}

	.outline_list>dd>span.-wareki>em {
		display: inline-block;
	}

	.outline_list>dd>span.-num {
		font-size: 26px;
		padding: 0 5px;
	}

	.outline_list>dd>span.-week {
		font-size: 20px;
		margin: 0 3px;
	}

	.outline_list>dd>span.-time {
		display: none;
	}

	.outline_list.-addr>dd>p {
		display: block;
	}

	.outline_list>dd span.ol-second {
		display: none;
	}

	.outline_sp_txt {
		font-size: 15px;
		text-align: left;
	}

	.outline_list>dd>.about_box>p>span.-post {
		font-size: 16px;
		display: block;
	}

	.outline_list.-addr>dd>p>a {
		font-size: 14px;
		padding: 10px 0;
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.outline_list.-org>dd {
		font-size: 18px;
		width: 100%;
	}

	.outline_list.-org>dd>span.-note {
		font-size: 14px;
	}



	.info_nav {
		max-width: 550px;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.info_nav>li {
		margin: 20px 0 0 10px;
	}

	.info_nav>li:nth-child(2) {
		margin: 0 0 0 10px;
	}

	.info_nav>li:nth-child(2n + 1) {
		margin: 20px 0 0 0;
	}

	.info_nav>li:first-child {
		margin: 0 auto;
	}

	.info_cnt_item_ttl {
		font-size: 18px;
	}

	.event_cnt_wrap {
		flex-direction: column;
		gap: 35px;
		align-items: center;
	}

	.organizer_list {
		/* display: block; */
		/* border-bottom: 1px solid #333; */
		margin-top: 0;
		padding: 20px 0;
		flex-direction: column;
		gap: 10px;
	}

	.organizer_list:first-of-type {
		margin-top: 40px;
		/* border-top: 1px solid #333; */
	}

	.organizer_list>dt:after {
		content: none;
	}

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

	.organizer_list>dd.-date {
		display: block;
	}

	.organizer_list>dd>span.-num {
		font-size: 26px;
		padding: 0 5px;
	}

	.organizer_list>dd>span.-week {
		font-size: 20px;
		margin: 0 3px;
	}

	.organizer_list.-addr>dd>p {
		display: block;
	}

	.organizer_list.-addr>dd>p>span.-post {
		font-size: 16px;
		display: block;
	}

	.organizer_list.-addr>dd>p>a {
		font-size: 14px;
		padding: 10px 0;
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

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

	.organizer_list.-org>dd {
		font-size: 18px;
		width: 100%;
	}

	.organizer_list.-org>dd>span.-note {
		font-size: 14px;
	}


}

@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 {
		background-size: contain;
		height: 170px;
	}

	.hero_btn {
		margin-top: 20px;
	}

	.hero_logo {
		padding-left: 0;
	}

	.hero_logo img {
		width: 100%;
		height: auto;
	}
	.hero_logo img.-icn {
		width: 74px;
		height: auto;
	}

	.fes_sec_ttl {
		font-size: 26px;
	}

	.about_box {
		flex-direction: column;
		font-size: 20px;
		align-items: center;
	}

	.about_day>em {
		font-size: 42px;
	}

	.about_links {
		margin-top: 20px;
	}

	.intro {
		padding: 0 0 50px;
	}

	.intro_catch {
		/*width: 80%;*/
		margin: 0 auto;
	}

	.intro_catch>em {}

	.intro_catch>em:before {}

	.intro_catch>em:after {}

	.intro_catch>em:before,
	.intro_catch>em:after {}

	.outline {
		padding: 0 0 40px;
	}

	.outline_ttl {}

	.outline_ttl:after {}

	.outline_list {}

	.outline_list:first-of-type {}

	.outline_list>dt {
		max-width: 100%;
		width: 100%;
		height: 35px;
	}

	.outline_list>dt:after {}

	.outline_list>dd {}

	.outline_list>dd.-date {}

	.outline_list>dd>span {}

	.outline_list>dd span.-youbi {
		font-size: 18px;
		margin: 0 0.2em 10px;
	}

	.outline_list>dd>span.-num {}

	.outline_list>dd>span.-week {}

	.outline_list>dd>span.-week.-sat {}

	.outline_list>dd>span.-week.-sun {}

	.outline_list.-addr {
		align-items: center;
	}

	.outline_list.-addr>dd>p {}

	.outline_list>dd>.about_box>p>span.-post {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.outline_list.-addr>dd>p>a {
		margin: 0 auto;
	}

	.outline_list.-addr>dd>p>a>span {}

	.outline_list>dd.-adm>em {}

	.outline_list.-org {
		align-items: center;
	}

	.outline_list.-org>dd {}

	.outline_list.-org>dd>span.-note {}

	.outline_panfu {}

	.outline_file {
		flex-direction: column;
		gap: 1em;
		margin-top: 1em;
	}

	.outline_file>a {
		font-size: 16px;
	}

	.outline_file>a.-panfu {
		padding-left: 2em;
	}

	.outline_file>a.-panfu:before {
		height: 90px;
	}

	.outline_info>ul>li {
		font-size: 15px;
	}

	.event_cnt_wrap {
		flex-direction: column;
	}

	.event_cnt {
		flex-direction: column;
		align-items: center;
	}
	.event_img{
		width: 100%;
	}

	.event_zip .-check {
		top: -17%;
		right: -3%;
	}

	.zip_img_cap {
		font-size: 19px;
	}

	.shops {
		padding: 40px 0;
	}

	.shop_list {
		/* margin-top: 40px; */
	}
	/* .shop_num img{
		width: 60px;
		height: 60px;
	} */
	.topics_list{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.topics_list li{
		width: 100%;
		padding: 5px 20px;
	}
	.tpc_popup{
		height: 80vh;
		overflow: scroll;
	}
	.tpc_pop_cnt_wrap{
		width: auto;
		padding: 50px 20px ;
	}
	.tpc_pop_box{
		flex-direction: column;
		align-items: center;
	}
	.tpc_pop_img{
		width: 100%;
	}
	.tpc_pop_img img{
		max-width: none;
	}
	.tpc_img{
	}
	.tpc_img img{
		height: auto;
	}
	.tpc_links{
		flex-direction: column;
		align-items: center;
	}
	.cls_btn_wrap{
		top: 0%;
		right: 0;
	}
	.cls_btn{
		width: 45px;
		height: 45px;
	}


	.l-menu_li {
		font-size: 20px;
	}



	.request {
		padding: 40px 0 150px;
	}

	.request_ttl {}

	.request_lead {
		font-size: 15px;
	}

	.request_notes {
		padding: 20px 10px;
	}

	.request_notes_lead {
		font-size: 14px;
	}

	.request_notes_list {
		font-size: 14px;
	}

	.request_list {
		margin-top: 40px;
		display: block;
	}

	.request_list>li {
		width: 100%;
		max-width: 375px;
		margin: 20px auto 0;
	}

	.request_list>li:nth-child(-n + 2) {
		margin-top: 20px;
	}

	.request_list>li:first-child {
		margin-top: 0;
	}

	.request_list_item {
		display: block;
		text-align: center;
	}

	.request_list_item_img {
		width: 100%;
	}

	.request_list_item_cnt {
		margin-left: 0;
		text-align: left;
		margin-top: 10px;
	}

	.request_list_item_ttl {
		font-size: 18px;
		text-align: center;
	}

	.request_list_item_text {
		font-size: 14px;
	}

	.request_list_item_inst {}

	.shop_list li {
		width: 100%;
	}

	.shop_item {
		height: auto;
		padding: 50px 20px 20px;
	}

	.map {
		padding: 40px 0;
	}

	.map_ttl {}

	.access {
		padding: 40px 0;
	}

	/* .access>.u-inner {
		padding: 0;
	} */
	a.maps_btn{
		font-size: 16px;
	}
	.access>.fes_sec_ttl {
		padding: 0 20px;
	}

	.access_map_wrap {
		padding: 0 20px;
	}

	.access_ttl {}

	.access_addr {}

	.access_bus {
		padding: 40px 20px;
	}

	.access_bus_ttl {
		font-size: 17px;
	}

	.access_bus_lead {}

	.access_bus_row {
		display: block;
	}

	.access_bus_img {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.access_bus_img:first-child {
		margin-top: 0;
	}

	.links {
		padding: 40px 0;
	}

	.links_ttl {}

	.links_list {}

	.links_list>li {
		display: block;
		margin: 20px 0 0 0;
	}

	.links_list>li:first-child {
		margin: 0;
	}

	.same_cnt::after {
		top: 60%;
	}

	.same_date_dtl>dt {
		width: 100px;
	}

	.inq_wrap {
		padding: 30px 20px;
	}

	.inquiry p {
		font-size: 16px;
		padding: 20px 0;
	}

	.inguiry-tel-btn {
		margin: 0 auto;
	}
	.organizer_list>dt{
		width: 100%;
	}
	a.soudan{
		/* font-size: 18px; */
		/* padding-top: 80px; */
	}
	.soudan_wrap{
		flex-direction: column;
		align-items: center;
		/* padding-left: 65px; */
	}
	a.soudan:before{
		transform: translate(-50%,0%);
		left:50%;
		top: -20%;
		display: none;

	}
	.flyer_btn, .soudan_wrap span{
		/* font-size: 14px; */
	}
	.lity-close{
		display: none;
	}
	.lity-wrap {
		
		overflow: scroll;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lity-content > * {
		max-height: none !important;
	}
  .lity-image img {
		margin: 0 auto;
	}

}

@media print {}