@charset "UTF-8";
/* CSS Document */


:root {
  --main-2024-color-1: #FFBE98;
  --main-2024-color-2: #CF694A;
}


body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
        
}


h2 {
	font-size: 250%;
}

.main_discription {
	font-size: 180%;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.main_discription {
		font-size: 120%;
		line-height: 1.6;
	}
}
.main_event_list {
	padding: 100px 10px;
	background-color: #EDEDED;
}

 .main_event_list .event_discr {
	color: #000;
	font-size: 105%;
}
.main_event_list a:link,
.main_event_list a:visited {
	text-decoration: none;
	color: #000;
}
.sns_wrap {
	
}

.h3Sub {
	font-weight: bold;
	color: #CB7900;
}
h2,h3,h4,h5 {
    font-weight: 700;
}


.spec_wrap dl dt {
font-weight: bold;
}
.spec_wrap dt {
    font-weight: 700;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 0.7rem;
	border-radius: 10px;
	background-color: #EFEFEF;
	padding: 0.2rem 1rem;
}
.spec_wrap ul#sponsorship li {
	display: inline-block;
	margin-right: 1rem;
}