@charset "utf-8";
body {
	background:none;
}
section {
	padding-bottom:80px;
}

#topbg {
	background:url(img/flower.png) no-repeat left center;
}

/* メッセージ */
#messe {
	margin-top:70px;
	margin-bottom:250px;
	display:flex;
	justify-content: center;
}

#messe div:first-child {
	padding-right:60px;
}

#messe div:first-child h1 {
	margin-bottom:10px;
	font-size:15px;
}

#messe div:first-child p {
	line-height:1.2;
	font-size:13px;
}

#messe div:last-child {
	margin-top:100px;
	padding-right:80px;
	padding-left:22px;
}

#messe div:last-child p {
	line-height:3.5;
}

/* NEWS */
#news .text_en {
	display:flex;
	margin-bottom:32px;
}

#news .text_en h1 {
	margin-right:32px;
	line-height:3em;
}

#news ul li {
	line-height:1.7;
}
#news ul li a {
	border-bottom:none;
}
#news ul li a:hover {
		border-bottom: dotted 1px rgba(128, 128, 128, 0.5);
}

#news ul li span:after {
	content:"/";
	margin:0 7px;
}

#news .more {
	margin-top:25px;
	font-size:12px;
}

#news .more .fa-chevron-right {
	font-size:9px;
	color:#999;
}

/* info */
#info ul,
#info ol {
	display:flex;
	flex-wrap:wrap;
}

#info ul {
	justify-content: center;
}

#info ol {
	margin-left:80px;
	margin-top:40%;
}

#info ol li {
	line-height:2em;
	border:solid 1px #3f352e;
	text-align:center;
	margin-right:18px;
}
#info ol li a {
	display:block;
	width:6em;
	border-bottom:none;
}

@media screen and (max-width: 900px) {
#messe {
	flex-wrap:wrap;
}
}

@media screen and (max-width: 800px) {
#news {
	margin-top:80px;
}
}

@media screen and (max-width: 740px) {
#topbg {
	background-size:70%;
}

#info ol {
	margin-left:0;
	margin-top:20%;
}
}

@media screen and (max-width: 600px) {
#messe {
	margin-bottom:100px;
}
#messe div:last-child {
	margin-top:35px;
	padding-right:0;
	padding-left: 0;
}
#messe div span {
	display:block;
}
#news ul li {
	margin-bottom:10px;
}
#news ul li span {
	display:block;
}
#news ul li span:after {
	content:"";
	margin:0;
}
}