@charset "UTF-8";

/*******************************
Top 
*******************************/
#event{
	margin: 20px 0;
	/*background-color: #fff;*/
	padding: 20px 0;
}
#event .bnr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
#event .bnr a {
	border-radius: 10px;
	/*border: solid 4px #fff;*/
    overflow: hidden;
	box-shadow: 3px 3px 4px #B5B5B5;
	margin-bottom: 20px;
}
#event .bnr a.pink{border-color: #E33062;}
#event .bnr a.blue{border-color: #2665d6;}
#event .bnr a.orange{border-color: #ffa417;}
#event .bnr a:hover {
	box-shadow: none;
}
#event .info{
	padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 4px #E15D3F;
    margin-bottom: 60px;
	
}
#event .info .title{
	font-size: 28px;
    font-weight: bold;
    color: #E15D3F;
    border-bottom: dashed 2px #E15D3F;
    margin: 10px 0 30px;
    padding-bottom: 20px;
}
#event .info-inner{
	font-size: 16px;
	text-align: left;
	padding: 0 5%;
}
#event .info-inner .name{
	text-align: center;
    font-weight: bold;
    padding: 20px 0;
    font-size: 18px;
    background-color: #e5e5e5;
}
#past{
	width: 80%;
    margin: 0 auto 80px;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 30px 30px;
    border: solid 4px #E15D3F;
}
#past .ttl{
	font-size: 24px;
    font-weight: bold;
    color: #E15D3F;
}
#past .flex .item{
	width: 33.3333%;
	padding-right: 20px;
}
#past a.btn{
	font-size: 18px;
    font-weight: bold;
	border: solid 2px;
}
#past a.btn:before{
	content: none;
}
.bg-hamamatsu{background-color: #7fbe33; border-color: #7fbe33;}
.bg-toyohashi{background-color: #2665d6; border-color: #2665d6;}
.bg-shizuoka{background-color: #ffa417; border-color: #ffa417;}
.bg-other{background-color: #7f5dc0; border-color: #7f5dc0;}

.bg-hamamatsu:hover{background-color: #fff; color: #7fbe33;}
.bg-toyohashi:hover{background-color: #fff; color: #2665d6;}
.bg-shizuoka:hover{background-color: #fff; color: #ffa417;}
.bg-other:hover{background-color: #fff; color: #7f5dc0;}


#sdgs{
	background-color: #fff;
    padding: 80px 0;
}
#sdgs .ttl{
	width: 70%;
    margin: 0 auto 50px;
}
#sdgs .txt{
	font-size: 16px;
    text-align: left;
    padding: 0 10%;
}
#sdgs .main-icon{
	padding: 30px 0 80px;
}
#sdgs .main-icon .flex-center{
	justify-content: center;
	align-items: center;
}
#sdgs .main-icon .icon, #sdgs .icon-txt{
	width: 50%;
}
#sdgs .main-icon .icon{
	justify-content: flex-end;
}
#sdgs .main-icon .icon-txt{
	text-align: left;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}
#sdgs .main-icon .icon .item{
	padding-left: 20px;
    width: 33.3333%;
}
#sdgs .icon-list{
	padding-top: 60px;
    border-top: solid 1px;
}
#sdgs .icon-list .logo{
	width: 70%;
	margin: 0 auto 40px;
}
#sdgs .icon-list .flex{
	margin-right: -10px;
}
#sdgs .icon-list .flex .item{
	width: 11.11111%;
    padding-right: 10px;
	margin-bottom: 10px;
}

/* タブレット ****************************************/
@media only screen and (min-width: 768px) {
		#event{
		margin: 50px 0;
		padding: 30px 0;
	}
	#event .bnr a {
		width: 48%;
	}
}
/* スマホ ************************************************/
@media screen and (max-width: 480px){
	#event {
		margin-top: 0;
	}
	#event .bnr {
		margin-bottom: 20px;
	}
	#event .info {
		padding: 10px;
		margin-bottom: 40px;
	}
	#event .info .title {
		font-size: 20px;
		margin: 10px 0 20px;
		padding-bottom: 20px;
	}
	#event .info-inner {
		font-size: 14px;
		padding: 0;
	}
	#event .info-inner .name {
		text-align: left;
		padding: 20px 1em 20px 2em;
		font-size: 14px;
		text-indent: -1em;
	}
	#event .info-inner .name li{
		margin-bottom: 10px;
	}
	.sec00 {
		padding-bottom: 0;
	}
	#past {
		width: 90%;
		padding: 10px 20px 20px;
		margin-bottom: 40px;
	}
	#past .ttl {
    	font-size: 20px;
	}
	#past .flex .item {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#sdgs {
		padding: 40px 0;
	}
	#sdgs .ttl {
		margin: 0 auto 30px;
	}
	#sdgs .txt {
		font-size: 14px;
		padding: 0 5%;
	}
	#sdgs .main-icon {
		padding: 20px 0 40px;
	}
	#sdgs .main-icon .icon, #sdgs .icon-txt {
		width: 100%;
		justify-content: center;
	}
	#sdgs .main-icon .icon .item {
    	padding: 0 10px;
		margin-bottom: 20px;
	}
	#sdgs .main-icon .icon-txt {
		text-align: center;
		padding-left: 0;
		font-size: 18px;
	}
	#sdgs .icon-list .logo {
    	width: 100%;
	}
	#sdgs .icon-list .flex {
		margin-right: -10px;
	}
	#sdgs .icon-list .flex .item {
		width: 16.6666%;
	}
}