@charset "utf-8";

@font-face{
	font-family:"あおぞら明朝 Bold";
	src:local("あおぞら明朝 Bold"), url("../../fonts/AozoraMincho-bold.ttf") format("truetype"), local("IPA P明朝");
}
@font-face{
	font-family:"あおぞら明朝 Medium";
	src:local("あおぞら明朝 Medium"), url("../../fonts/AozoraMinchoMedium.ttf") format("truetype"), local("IPA P明朝");
}
@font-face{
	font-family:"あおぞら明朝 Regular";
	src:local("あおぞら明朝 Regular"), url("../../fonts/AozoraMinchoRegular.ttf") format("truetype"), local("IPA P明朝");
}

#map01,#map02,#map03 {
    margin: 20px 0 0;
    height: 350px;
}

.access-block {
    margin: 40px auto 0;
}

article.song h2 {
	font-family: "あおぞら明朝 Regular";
}


article.song .lyrics {
	width: 100%;
	height: 392px;
	font-size: 82%;
	border: solid 1px #ccc;
	line-height: 1.3;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.song .lyrics .small {
	font-size: 90%;
}

article.song .lyrics strong {
	font-size: 14px;
}

article.song .lyrics p {
	line-height: 1.2;
	margin-top: 15px;
}

article.song .description + h2 {
	margin-top: 100px;
}

article.iso .copy {
	font-family: "あおぞら明朝 Regular";
	font-size: 180%;
	background: none;
	padding: 0;
	margin: 20px 0 0;
}

.border-grey img {
	border: solid 1px #ccc;
}

.house {
	margin: 20px 0;
	background: #f9f9f9;
    padding: 40px;
}

.house .layout-frame h3 {
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 190%;
}

.house .layout-frame h3 span {
	display: block;
	font-size: 14px;
	padding: 0;
	background: none;
}