
.soon {
	width: 100%;
	background-color: #fff2f7;
	padding: 280px 0;
	
	color: #565050;
	font-family: "sofia-pro-soft", sans-serif;
	font-weight: 500;
	font-style: normal;
	
	font-size: 21px;
	text-align: center;
}








.topimg {
	max-width: 300px;
	margin: 0 auto;
}
.intro_txt {
	font-size: 21px;
	line-height: 1.8;
	text-align: center;
	padding: 30px 0 60px 0;
}
@media screen and (max-width: 700px) {
.intro_txt {
	font-size: 16px;
}
}

.charas {
	max-width: 840px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
	font-size:16px;
	line-height: 1.5;
	text-align: left;
}
.charas .sam {
	width: 28%;
}
.charas .sam .pic {
	text-align: center;
}
.charas .sam h3 {
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.06em;
	padding: 16px 0;
}
@media screen and (max-width: 700px) {
.charas  {
	display: block;
}
.charas .sam {
	width: 100%;
	margin-bottom: 10%;
}
.charas .sam img {
	width: 55%;
}
.charas .sam h3 {
	font-size: 24px;
	text-align: center;
}
}



.gallery {
	width: 100%;
	padding: 80px 0;
}
.gallery h2 {
	color: #000;
}
.gallery .inner3,.gallery .inner4 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery .inner3 a {
	width: 31%;
}
.gallery .inner4 a {
	width: 23%;
}


.news {
	width: 100%;
	padding: 80px 0;
	background-color: #E9782A;
}
.news h2 {
	color: #FFF;
}
.news .inner {
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .inner a {
	width: 22%;
}
.name {
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 1.2;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 700px) {
.news .inner {
	width: 72%;
}
.news .inner a {
	width: 46%;
	margin-bottom: 5%;
}
.name {
	font-size: 16px;
}
}
.name img {
	width: 21px;
	height: 21px;
	margin-right: 0.5em;
}

.comm {
	width: 100%;
	padding: 80px 0;
}
.comm a {
	color: #000!important;
}
.comm .inner3,.comm .inner2 {
	max-width: 960px;
	width: 95%;
	margin: 0 auto 3% auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.comm .inner3 p,.comm .inner2 p {
	font-size: 24px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 3%;
}
@media screen and (max-width: 700px) {
.comm .inner3 p,.comm .inner2 p {
	font-size: 12px;
}
}
.comm .inner3 a {
	width: 31%;	
}
.comm .inner2 .fig {
	margin-right: 2%;
}


.event {
	width: 100%;
	padding: 80px 0;
}
.event h3 {
	max-width: 960px;
	width: 95%;
	margin: 0 auto 1% auto;
	padding: 0 10px;
}

.event a {
	color: #000!important;	
	margin: 0 10px;
}
.event img {
    width: auto!important;
	max-width: 100%;
	max-height: 500px;
}

.event .inner3,.event .inner2 {
	max-width: 960px;
	width: 95%;
	margin: 0 auto 3% auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.event .inner3 p,.event .inner2 p {
	font-size: 24px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 3%;
}
@media screen and (max-width: 700px) {
.event .inner3 p,.event .inner2 p {
	font-size: 12px;
}
}
.event .inner3 a {
	max-width: 100%;
	max-height: 500px;
}
.event .inner2 .fig {
	margin-right: 2%;
}

