@charset "utf-8";
/*! style.css
----------------------------------------*/

.tsumagoi-wrapper {
	padding: 0 1em 1em;
	background-color: #063400;
}

.tsumagoi .hero {
	position: relative;
	margin: 0 -1em 3em;
	text-align: center;
}

.tsumagoi .hero-ttl {
	position: absolute;
	top: 0;
	left: 0;
}

.tsumagoi .mayor {
	padding: 0.4em 0.96em 0.8em;
	background-color: rgba(0, 0, 0, 0.36);
	border: 0 solid #030303;
	border-width: 0px 1px 1px 0;
	-webkit-border-radius: 0.24em;
	-moz-border-radius:    0.24em;
	border-radius:         0.24em;
	color: #ffffff;
}

.tsumagoi .mayor h2,
.tsumagoi .mayor .person {
	margin-bottom: 0;
	text-align: center;
}

.tsumagoi .hrimage {
	text-align: center;
}

.tsumagoi .affection {
	display: -webkit-flex;
	display:    -moz-flex;
	display:         flex;
	flex-wrap: wrap;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.tsumagoi .affection h2 {
	width: 100%;
	margin-top: 0;
	background-color: #ffffff;
	text-align: center;
}

.tsumagoi .affection h3 {
	margin-top: 0;
	text-align: center;
}

.tsumagoi .affection section {
	margin: 1em;
}
@media screen and (min-width: 768px), print {
	.tsumagoi .affection section {
		width: -webkit-calc(50% - 2em);
		width:    -moz-calc(50% - 2em);
		width:         calc(50% - 2em);
	}
}
