@charset "utf-8";
/*----------------------------------------------- PC -----------------------------------------------*/
@media all and (min-width:769px){
		.sp {
	display: none;
}
.pickup {
    background-color: #fae14e;
    color: #000;
    font-weight: 600;
    padding: 5px 14px;
    position: absolute;
    top: 0;
    left: 0;
}
#content {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
#content-body {
	width: 100%;
	margin: 0px auto;
}
/* -- mein -- */
#main-image {
	width: 100%;
	height: 44vw;
	min-height: 450px;
	max-height: 677px;
	text-align: center;
	margin: auto;
	background-color: rgba(66,169,189,0.65);
}
#main-image img {
	width: 100%;
	min-width: 1000px;
	max-width: 1500px;
	background-color: #F6EED8; 
}

/* -- program -- */
#program {
	width: 100%;
	min-width: 1000px;
	max-width: 1500px;
	margin: auto auto 50px;
	text-align: center;
}
#program img {
	width: 304px;
	margin: -108px auto auto;
}
#program p {
	font-size: 18px;
	margin: -60px auto auto;
}
#program-archive {
	width: 100%;
	min-width: 1000px;
	max-width: 1500px;
	margin: auto auto 50px;
	text-align: center;
}

#program-archive img {
	width: 200px;
	margin: -108px auto auto;
}
#program-archiv p {
	font-size: 18px;
	margin: -60px auto auto;
}


/* -- chart -- */
#chart {
	width: 1000px;
	margin: auto auto 67.5px;
}
.chart-list {
	width: 170px;
	margin: -90px 0px auto auto;
	text-align: center;
}
.chart-list p {
	font-size: 12px;
}
.chart-color {
	width: 100%;
	margin: 13.5px 0px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.color-item {
	width: 33px;
	margin: 0px 12.5px 8px 0px;
}
.color-itemR {
	width: 33px;
	margin: 0px 0px 8px 0px;	
}
.chart-list img {
	width: 100%;
}
/* -- event -- */
#event {
	width: 1000px;
	margin: 0 auto 220px;
}
.the2018 {
	width: 100%;
	max-width: 1000px;
	margin: auto auto 65px;
}
.event-list {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
.event-list:after {
	content:"";
	display: block;
	width: 312px;
}
.list-item a {
	color: #000000;
	text-decoration: none;
}
.list-item a:visit {
	color: #000000;
}
.list-item {
	width: 312px;
	margin-bottom: 46px;
	position: relative;
	clear: left;
}
.item-img {
	width: 100%;
	display: inline-block;
    position: relative;
}
.list-item img {
	width: 100%;
	height: auto;
}
.list-info {
	margin: 0px 0px 15px 0px;
}
.month-icon {
	width: 46px;
	margin-right: 10px;
	float: left;
}
.month-icon img {
	width: 100%;
}
.list-info p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
}
.list-info p span{
	display: block;
	font-size: 13px;
	font-feature-settings: 'palt';
}

.join-button {
	width: 265px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #006636;
	margin: 20px auto 20px;
font-family: "fot-tsukuardgothic-std" , sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 14px;
    }
.event-button {
	width: 265px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #006636;
	margin: 0px auto 90px;
}
}

/*----------------------------------------------- PC -----------------------------------------------*/
@media all and (max-width:768px){
.pc {
	display: none;
}
.pickup {
    background-color: #fae14e;
    color: #000;
    font-weight: 600;
    padding: 5px 14px;
    position: absolute;
    top: 0;
    left: 0;
}
#content {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
#content-body {
	width: 100%;
	margin: 0px auto;
}
/* -- mein -- */
#main-image {
	width: 100%;
	text-align: center;
	margin: auto;
	background-color: rgba(66,169,189,0.65);
}
#main-image img {
	width: 100%;
	background-color: #F6EED8; 
}

/* -- program -- */
#program {
	width: 90%;
	margin: auto auto 50px;
	text-align: center;
}
#program img {
	width: 150px;
	margin: -60px auto auto;
}
#program p {
	font-size: 16px;
	margin: -20px auto auto;
	font-weight: 600;
	letter-spacing: -0.1em;
}
#program-archive {
	width: 90%;
	margin: auto auto 50px;
	text-align: center;
}
#program-archive img {
	width: 150px;
	margin: -60px auto auto;
}
#program-archive p {
	font-size: 16px;
	margin: -20px auto auto;
	font-weight: 600;
	letter-spacing: -0.1em;
}

/* -- event -- */
#event {
	width: 90%;
	margin: 0 auto 120px;
}
.the2018 {
	width: 100%;
	margin: auto auto 30px;
}
.event-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
.list-item a {
	color: #000000;
	text-decoration: none;
}
.list-item a:visit {
	color: #000000;
}
.list-item {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	clear: left;
	position: relative;
}
.list-item img {
	width: 100%;
	height: auto;
}
.list-info {
	display: flex;
	margin: 0px 0px 15px 0px;
	text-align: left;
}
.month-icon {
	width: 45px;
	margin-right: 5px;
	float: left;
}
.month-icon img {
	width: 100%;
}
.list-info p {
	font-size: 17px;
	line-height: 1.5;
	padding-top: 3px;
	font-weight: 700;
}
.list-info p span{
	display: block;
	font-size: 11px;
	font-feature-settings: 'palt';
}
.join-button {
	width: 270px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #006636;
	margin: 20px auto 20px;
	font-weight: 600;
}
.event-button {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #006636;
	margin: 0px auto 60px;
	font-weight: 600;
}
.event-list-item {
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: solid 0.28px #000000;
}
.event-list-item a {
	width: 100%;
	color: #000000;
	text-decoration: none;
}
.event-list-item a:visit {
	color: #000000;
}
.event-list-item a:hover {
	color: #42B2C7;
}
.event-list-item p {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600
}
}