@charset "utf-8";
/* main image
------------------------------------------*/
.main-image {
	background-image: var(--bg-path,url(../images/bg-main-shape.png));
/*	background-color: rgba(0, 0, 0, 0.2);
	background-blend-mode: darken;*/
}
.com {
	color: grey;
}
.com h3,
.com h4 {
	color: #333;
}
.com p+p {
	margin-top: 25px;
}

/* 八幡平の歴史 ------------*/
.history .grid {
	gap: 20px;
}
.history .grid+.grid {
	margin-top: 30px;
}
.history .grid>* {
	margin-bottom: 20px;
}
.history .image {
	text-align: center;
}
.history .image p {
	background: #eee;
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
}

/* 再生可能エネルギーの先駆者 ------------*/
.energy .energy-ttl {
	display: none;
}
.energy .grid {
	gap: 20px;
}
.energy .grid+.grid {
	margin-top: 30px;
}
.energy .grid>* {
	margin-bottom: 20px;
}

.energy .com h3 {
	margin-bottom: 6px;
}
.energy .image {
	text-align: center;
}
.energy .image p {
	width: 100%;
	margin: 10px auto;
	padding: 5px;
	font-size: 0.9em;
}

.energy *+.image__fit {
	margin-top: 20px;
}

/* 松川地熱発電所の課題 ------------*/
.matsukawa .matsukawa-ttl {
	display: none;
}
.matsukawa .grid {
	gap: 0 20px;
}
.matsukawa .grid+.grid {
	margin-top: 30px;
}
.matsukawa .grid>* {
	margin-bottom: 20px;
}
.matsukawa .com h3 {
	margin-bottom: 6px;
}
.matsukawa .image {
	text-align: center;
}
.matsukawa .image p {
	width: 100%;
	margin: 10px auto;
	padding: 5px;
	font-size: 0.9em;
}

.matsukawa *+.image__fit {
	margin-top: 20px;
}
.matsukawa .accessmap {
	margin: 40px auto;
}
.matsukawa .accessmap .map {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding-top: 50%;
}
.matsukawa .accessmap .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

/* 松尾鉱山 ------------*/
.matsuo-mine .grid {
	gap: 0 20px;
}
.matsuo-mine .grid+.grid {
	margin-top: 30px;
}
.matsuo-mine .gallery {
	gap: 0 20px;
}
.matsuo-mine grid>* {
	margin-bottom: 20px;
}
.matsuo-mine .com h3 {
	margin-bottom: 6px;
}
.matsuo-mine .image {
	text-align: center;
}
.matsuo-mine .image p {
	width: 100%;
	margin: 5px auto;
	padding: 5px;
	font-size: 0.9em;
}


/* タブレット版
==============================================================================*/
@media screen and (max-width:800px) {
	.main-image__inner .main-image-text {
		font-size: 1.6em;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}


}


/* スマートフォン版
==============================================================================*/
@media screen and (max-width:500px) {
	.main-image__inner .main-image-text {
		font-size: 1.5em;
		line-height: 1.2;
		letter-spacing: 0;
	}



}
