@charset "UTF-8";

/*　2014年版（PCのみ）を基に新規作成　（2019.02.28）*/


@import url(../../shared/css/style.css);
@import url(../../shared/css/elements_sp.css);


#wrapper {
	background-color:#fff;
	min-width: 375px;
}
body.index #wrapper {
	background-color: transparent;
}
body.index #indexWrapper {
	padding-bottom: 0;
	background-color: transparent;
	background-image: none;
}
body.index #mainArea,
#mainArea {
	background-color: #fff;
	background-image: none;
}

#bodyArea {
	width: 100%;
	position: relative;
}
#subMenu {
	display: none;
}

/*page title
------------------------------------------------*/
/*下層ページ用ページタイトル*/
#page_title {
	box-sizing: border-box;
	width:100%;
	height: 175px;
	background-image: url("../images/title_bg_sp.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	padding-top: 22px;
	padding-left: 22px;
}

#page_title h1 img {
	display: none;
}

#page_title h1 {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

.contents01 #page_title h1 {
	background-image: url("../images/title01_sp.svg");
	width: 129px;
	height: 40px;
}

.contents02 #page_title h1 {
	background-image: url("../images/title02_sp.svg");
	width: 129px;
	height: 40px;
}

.contents03 #page_title h1 {
	background-image: url("../images/title03_sp.svg");
	width: 128px;
	height: 40px;
}

.contents04 #page_title h1 {
	background-image: url("../images/title04_sp.svg");
	width: 129px;
	height: 40px;
}
.contents05 #page_title h1 {
	background-image: url("../images/title05_sp.svg");
	width: 127px;
	height: 40px;
}
.contents06 #page_title h1 {
	background-image: url("../images/title06_sp.svg");
	width: 127px;
	height: 40px;
}
.contents07 #page_title h1 {
	background-image: url("../images/title07_sp.svg");
	width: 127px;
	height: 40px;
}
.contents08 #page_title h1 {
	background-image: url("../images/title08_sp.svg");
	width: 70px;
	height: 40px;
}

/*扉ページ用ページタイトル*/
#page_title.index {
	height: 214px;
	background-image: url("../images/title00_sp.png");
	box-sizing: border-box;
	padding-top: 27px;
	padding-left: 27px;
}


#menu {
	width: 343px;
	margin: -30px auto 0;
}
#menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#menu ul li {
	list-style: none;
	display: block;
	width: 162px;
	margin-top: 45px;
}
#menu ul li a {
	display: block;
	width: 100%;
	min-height: 160px;
	color: #17793D;
	text-decoration: none;
}
#menu ul li a span {
	display: block;
	width: 100%;
	padding: 130px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#menu ul li a img {
	display: none;
}
#menu li {
	background-position: left top;
	background-size: 162px auto;
	background-repeat: no-repeat;
}
#menu .primitive {
	background-image: url(../images/illust01as_sp.jpg);
}
#menu .edo {
	background-image: url(../images/illust02s_sp.jpg);
}
#menu .meiji {
	background-image: url(../images/illust03s_sp.jpg);
}
#menu .taisho {
	background-image: url(../images/illust04s_sp.jpg);
}
#menu .eShowa {
	background-image: url(../images/illust05s_sp.jpg);
}
#menu .mShowa {
	background-image: url(../images/illust06s_sp.jpg);
}
#menu .lShowa {
	background-image: url(../images/illust07s_sp.jpg);
}
#menu .modern {
	background-image: url(../images/illust08s_sp.jpg);
}



/* navi（上下の紺バックのローカルナビ）
----------------------------------------*/

.navi {
	display: block;
	width: 100%;
	height: auto;
}
.navi .trigger {
	display: table;
	width: 100%;
	height: 48px;/*84px*/
	background-color: #444080;
	color: #fff;
	text-decoration: none;
}
.navi .trigger span {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 48px;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.navi .trigger span::after {
	content: "";
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../../01/images/plus.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.navi .trigger.open span::after {
	background-image: url("../../01/images/minus.svg");
}
.navi ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 384px;
	overflow: hidden;
	transition: height .3s ease;
}
.navi ol.close {
	height: 0px;
	overflow: hidden;
	transition: height .3s ease;
}
.navi ol li {
	display: table;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #c8c8c8;
	background-color: #fff;
}
.navi ol li a {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #0E7A3B;
}
.navi ol li a::after {
	content: "";
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 11px;
	height: 12px;
	background-image: url("../../shared/img/angle_right.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.navi ol li a.current {
	background-color: #E9F4EA;
}


#colPlate {
	padding-top: 30px;
}
.section {
	width: 343px;
	margin: 0 auto;
}
.section h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.41666667;
	color: #0e7a3b;
}
.section img {
	width: 100%;
	height: auto;
}
.section p a {
	color: #17793D;
}
.illust {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 4px solid #adc8b2;
}
.section + .section {
	margin-top: 60px;
}
figure {
	width: 250px;
	margin: 0 auto 1.25em;
}
figcaption {
	font-size: .8em;
	text-align: center;
}
.small {
	font-size: .8em;
}

