@charset "UTF-8";



/*********** 共通 *************/

h2 .en {
	text-shadow: 0 0 10px #000, 0 0 10px #000;

}

h2 .ja {
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}

/*********** ↑共通 *************/






/*********** station *************/

.station_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.station_01-wrap li:nth-child(1) {
	width: 100%;
	margin-bottom: 20px;
}

.station_01-wrap li:nth-child(2) {
	width: 79.4%;
}

.station_01-wrap li:nth-child(3) {
	width: 17.7%;
}

.station_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.station_02-wrap li:nth-child(1) {
	width: 100%;
	margin-bottom: 20px;
	order: 1;
}

.station_02-wrap li:nth-child(2) {
	width: 79.4%;
	order: 3;
}

.station_02-wrap li:nth-child(3) {
	width: 17.7%;
	order: 2;
}

.station_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.station_03-wrap li:nth-child(1) {
	width: 100%;
	margin-bottom: 20px;
}

.station_03-wrap li:nth-child(2) {
	width: 79.4%;
}

.station_03-wrap li:nth-child(3) {
	width: 17.7%;
}

.station_04-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.station_04-wrap li {
	width: 49%;
}

.station_04-wrap .cap-cover {
	color: #fff;
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

/*********** ↑station *************/





/*********** minami *************/

.minami-bg {
	color: #fff;
	background: #809ab4;
	margin-top: 160px;
}

.minami_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 80px;
}

.minami_02-wrap li {
	width: 47%;
	margin-top: 40px;
}

.minami_02-wrap dl {
	display: flex;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 5px;
}

.minami_02-wrap dt {
	display: inline-block;
	color: #809ab4;
	font-size: 1.6rem;
	text-align:center;
	line-height: 22px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	margin-right: 0.5em;
	margin-top: 1px;
}

.minami_02-wrap dd {
	font-size: 1.8rem;
	line-height: 1.4;
	width: calc(100% - 24px);
}

.minami_02-wrap dd .min {
	display: inline-block;
	font-size: 1.3rem;
}

/*********** ↑minami *************/




/*********** lifeinfo *************/

#contents #tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-top: 60px;
}

#contents #tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	background: #e6e6e6;
	width: 16.5%;
	text-align: center;
	padding: 20px 10px;
}

#contents #tab li:hover {
	color: #fff;
	background: #6e6865;
}

#contents #tab li.select {
	color: #fff;
	background: #6e6865;
}

#contents .content_wrap {

}

#contents .disnon {
    display: none;
}

.lifeinfo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.lifeinfo_list .list-l {
	width: 47%;
}

.lifeinfo_list .list-r {
	width: 47%;
}

.lifeinfo_list ul {
	display: flex;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0;
	padding-top: 15px;
}

.lifeinfo_list ul li:nth-child(1) {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4rem;
	margin-right: 1%;
	text-align: center;
	line-height: 20px;
}

.lifeinfo_list ul li:nth-child(2) {
	width: calc(99% - 22px);
}

.lifeinfo_list dl {
	display: flex;
	justify-content: space-between;
}

.lifeinfo_list dt {
	width: 65%;
}

.lifeinfo_list dd {
	text-align: right;
	width: 35%;
}

.lifeinfo_wrap.shopping .lifeinfo_list ul li:nth-child(1) {
	background: #c46c8b;
}

.lifeinfo_wrap.education .lifeinfo_list ul li:nth-child(1) {
	background: #c9702e;
}

.lifeinfo_wrap.park .lifeinfo_list ul li:nth-child(1) {
	background: #00784e;
}

.lifeinfo_wrap.culture .lifeinfo_list ul li:nth-child(1) {
	background: #7c5eb1;
}

.lifeinfo_wrap.public .lifeinfo_list ul li:nth-child(1) {
	background: #7f8000;
}

.lifeinfo_wrap.medical .lifeinfo_list ul li:nth-child(1) {
	background: #006baa;
}

/*********** ↑lifeinfo *************/







