@charset "UTF-8";
.flex {
	display: flex;
}
/*==================================================================
	Map setting
===================================================================*/
.sec_main .cap { 
	font-size: 1rem;
	text-align: right;
	padding-right: 10px;
}
.gallery {
	overflow: hidden;
	margin-left: -2px;
	margin-right: -2px;
}
.gallery .row_item {
	display: flex;
}
.gallery .col_item {
	display: flex;
	flex-direction: column;
}
.gallery .pic_cap {
	width: 100%;
	text-align: center;
	text-shadow: none;
	padding: 15px 4px 4px;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(35,31,32,0)),to(rgba(35,31,32,0.5)));
	background: -o-linear-gradient(top,  rgba(35,31,32,0) 0%,rgba(35,31,32,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(35,31,32,0) 0%,rgba(35,31,32,0.5) 100%);
}
.gallery .item {
	position: relative;
	padding: 2px;
	width: 100%;
	height: 100%;
}
.gallery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .item .ttl {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.gallery .item .ttl img {
	display: block;
	width: auto;
}
.gallery .item figure {
	width: 100%;
	height: 100%;
}
.gallery .row1 .col_item:nth-child(1) {
	width: 45%;
}
.gallery .row1 .col_item:nth-child(2) {
	width: 24.5%;
}
.gallery .row1 .col_item:nth-child(3) {
	width: 30.5%;
}
.gallery .row1 .col_item:nth-child(2) .item {
	height: 50%;
	width: 100%;
}
.gallery .row1 .col_item:nth-child(3) {
	width: 32.4%;
}
.gallery .row2 .col_item:nth-child(1) {
	width: 22%;
}
.gallery .row2 .col_item:nth-child(2) {
	width: 19.9%;
}
.gallery .row2 .col_item:nth-child(3) {
	width: 23.8%;
}
.gallery .row2 .col_item:nth-child(4) {
	width: 34.5%;
}
.mt100 {
	margin-top: 100px;
}
.mapCap {
	font-size: 16px;
    color: #000;
    padding-top: 15px;
}
@media only screen and (max-width: 767px) {
	.gallery .row_item {
		flex-wrap: wrap;
	}
	.gallery .row1 .col_item:nth-child(1) {
		width: 100%;
	}
	.gallery .row1 .col_item:nth-child(3),
	.gallery .row1 .col_item:nth-child(2) {
		width: 50%;
	}
	.gallery .row1 .col_item:nth-child(2) .item {
		height: 100%;
	}
	.gallery .row2 .col_item:nth-child(2),
	.gallery .row2 .col_item:nth-child(1) {
		width: 50%;
	}
	.gallery .row2 .col_item:nth-child(3) {
		width: 100%;
		flex-direction: row;
	}
	.gallery .row2 .col_item:nth-child(4) {
		width: 100%;
	}
}

/* sec_life */
.sec_life {
	padding: 100px 0;
}
.sec_life .box_head {
	color: #6E919A;
	margin-bottom: 60px;
	text-align: center;
}
.sec_life .box_head .ttl {
	margin-bottom: 20px;
}
.sec_life .box_head .ttl img {
	max-height: 72px;
	display: block;
	margin: 0 auto;
}
.sec_life .box_head .sub {
	font-size: 2rem;
	letter-spacing: 0.5em;
	font-weight: 600;
	margin-bottom: 20px;
}
.sec_life .box_head .txt {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.3em;
}
.sec_life .img {
	position: relative;
}
.sec_life .img .pic_cap {
	bottom: 9%;
    right: 9%;
	text-shadow: none;
	color: #5C5D60;
}
.text_note {
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.sec_life {
		padding: 50px 0;
	}
	.sec_life .box_head .ttl img {
		max-height: 50px;
	}
	.sec_life .box_head .sub {
		font-size: 1.6rem;
		letter-spacing: 0.4em;
	}
	.sec_life .box_head .txt {
		font-size: 1.4rem;
		text-align: left;
		letter-spacing: 0.2em;
		line-height: 1.8;
	}
	.sec_life .img .pic_cap {
		bottom: 0;
		right: 0;
	}
}

.sec_map {
	padding: 100px 0;
}
.sec_map .ttl {
	font-size: 2rem;
	letter-spacing: 0.25em;
	font-weight: 600;
	font-weight: bold;
	margin-bottom: 60px;
	padding: 0 15px;
	text-align: center;
}
.sec_map .mb80 { margin-bottom: 80px; }
.sec_map .pic_cap { color: #5C5D60; }
@media screen and (max-width: 767px) {
	.sec_map { padding: 50px 0; }
	.sec_map .ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.sec_map .mb80 { margin-bottom: 40px; }
}