@charset "utf-8";

html {
	color: #3c3c3c;
	background-image: url(bg.png);
	border-top: 15px solid #D25546;
	border-bottom: 15px solid #D25546;
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
}

#top {
	text-align: center;
}

section {
	margin: 100px 0;
}

.akeome, h2 {
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 35px;
}

h2:before {
	content: "● ";
	color: #D25546;
	font-size: 35px;
}

.message {
	overflow: hidden;
}
.photo {
	width: 400px;
}
.photo img {
	border-radius: 20px 20px 0 0;
}
.photo p {
	text-align: center;
	color: #fff;
	background: #D25546;
	margin-top: -5px;
	padding: 10px;
	border-radius: 0 0 20px 20px;
}

footer {
	text-align: center;
}

@media screen and (min-width:1000px){
	#content {
		width: 940px;
		margin: 70px auto;
	}
	.photo {
		float: left;
	}
	.text {
		float: right;
		width: 500px;
	}
}

@media screen and (max-width:999px){
	h2 {
		font-size: 30px;
	}
	#content {
		margin: 70px 15px;
	}
	.photo {
		margin: 0 auto 30px auto;	
		max-width: 100%;
	}
	.photo img {
		max-width: 100%;
	}
}

@media screen and (max-width:725px) {
	.akeome {
		font-size: 5vw;
	}
}