@charset "utf-8";


/*------------------------------------------------------------------------------------------
*
*
    斑尾高原紫音ハープミュージアム公式サイト（about）
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------
    #contents_area
---------------------------------------- */
#contents_area {
padding: 100px 100px 35px;
}


/* --------------------------------------
    about
---------------------------------------- */

#contents_area h3{
	font-size: 24px;
	padding:20px;
	text-align: center;
	line-height: 1.2em;
	background-color: #fbf6fa;
	border-left: 20px #fbeaf9 solid;
}
#contents_area h3 span{
	font-size: 18px;
}
#contents_area h3 span.eng{
	font-size: 14px;
	line-height: 1em;
}
#contents_area h4{
	padding: 10px;
	text-align: center;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	margin-bottom: 40px;
}
#contents_area h4 span{
	font-size: 12px;
}
#contents_area h5{
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0 40px;
}


/* .intro */
.intro .eng{
	margin-top: 100px;
}
.intro table{
	width:285px;
	margin-left: 500px;
	line-height: 1.3em;
}

/* .overview */

.overview table{
	width: 700px;
	margin:0 0 60px 50px;
}
.overview table td{
	padding:15px 10px;
	line-height: 1.5em;
}
.overview table .waku span{
	display: inline-block;
	text-align: center;
	padding: 5px;
	border: 2px #959595 solid;
	width: 10em;
}
.overview table .column{
	display: block;
	padding:20px;
	text-align: center;
	background-color: #eee;
	line-height: 1.5em;
}

.overview table .caution{
	text-align: center;
	font-size: 14px;
}
.overview .map{
	text-align: center;
	font-size: 14px;
}
.overview .map img:first-child{
	margin-bottom: 40px;
}
.overview table.eng.access{
	width: 800px;
	margin:100px 0 60px 0;
}
.indTxt{
display:inline-block;
padding-left:1em;
text-indent:-1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*LINK*/

ul.link{
	background-color: #eee;
	padding: 30px 20px;
	margin-bottom: 40px;
	font-size: 14px;
	display: flex;
	justify-content: space-around;
}
ul.link li{
	text-align: center;
}
ul.link li img{
	margin-right: 10px;
}

/*bottom_img*/
.bottom_img{
	margin-bottom: 35px;
}

