@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	tanpopo
------------------------------------------------------------*/
#gHeader .tel a img {
	opacity: 0;
	visibility: hidden;
}
#conts .headLine01 {
	margin-bottom: 22px;
	padding-left: 15px;
}
#conts .sec01 {
	margin-bottom: 109px;
}
#conts .sec01 .txt {
	margin-bottom: 29px;
	font-size: 20px;
	font-weight: bold;
}
#conts .sec01 .imgtext01 {
	margin-bottom: 18px;
}
#conts .sec01 .imgList {
	margin: 0 auto 55px;
	max-width: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px 0;
}
#conts .sec01 .imgList li {
	box-sizing: border-box;
	width: 48%;
	text-align: center;
}
#conts .sec01 .imgList li .photo a {
	display: inline-block;
}
#conts .sec01 .imgList li .photo a:hover {
	opacity: 0.7;
}
#conts .sec01 .imgList li p {
	margin-top: -5px;
	position: relative;
	color: #666464;
	font-size: 13px;
	z-index: 1;
}
#conts .sec01 .imgList li .ttl {
	margin: 0 0 -9px;
	min-height: 20px;
	box-sizing: border-box;
	color: #157038;
	font-size: 13px;
}
#conts .sec01 .imgList .wid01 {
	padding-bottom: 12px;
	width: 100%;
}
#conts .sec01 .imgList .wid01 p {
	margin-top: -14px;
}
#conts .sec01 .printBtn {
	text-align: center;
}
#conts .sec01 .printBtn a {
	display: inline-block;
}
#conts .sec01 .printBtn a:hover {
	opacity: 0.7;
}
#conts .sec02 .headLine01 {
	margin-bottom: 38px;
	padding-left: 20px;
}
#conts .sec02 .innerBox {
	margin-bottom: 39px;
	padding: 35px 20px 42px;
	background: #ECF4DF;
}
#conts .sec02 .imgList {
	margin: 0 auto;
	width: 88%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}
#conts .sec02 .imgList li {
	width: 32%;
	text-align: center;
}
#conts .sec02 .imgList li .photo a,
#conts .sec02 .imgList li .imgtext a {
	display: inline-block;
}
#conts .sec02 .imgList li p {
	color: #231815;
	font-size: 12px;
}
#conts .sec02 .imgList li a:hover {
	opacity: 0.7;
}
#conts .sec02 .btn {
	text-align: center;
}
#conts .sec02 .btn a {
	display: inline-block;
}
#conts .sec02 .btn a:hover {
	opacity: 0.7;
}
.lightbox .lb-image {
	border-radius: 3px 3px 0 0;
}
.lb-dataContainer {
	padding-bottom: 5px;
	background: #fff;
}
.lb-data .lb-number {
	padding: 0.5em;
	color: #666;
}
.lb-data .lb-details {
	max-width: calc(100% - 35px);
}
@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader .tel a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	#conts img {
		max-width: 100%;
	}
	#conts .headLine01 {
		margin-bottom: 15px;
		padding-left: 3px;
	}
	#conts .sec01 {
		margin-bottom: 45px;
	}
	#conts .sec01 .txt {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#conts .sec01 .imgtext01 {
		margin-bottom: 10px;
	}
	#conts .sec01 .imgList {
		margin-bottom: 45px;
		max-width: initial;
		gap: 20px 0;
	}
	#conts .sec02 .headLine01 {
		margin-bottom: 15px;
		padding-left: 3px;
	}
	#conts .sec02 .innerBox {
		margin-bottom: 20px;
		padding: 20px 10px;
	}
	#conts .sec02 .imgList {
		width: 95%;
		justify-content: space-between;
		gap: 10px 0;
	}
	#conts .sec02 .imgList li {
		width: 48%;
	}
	.lb-data .lb-close {
		opacity: 1;
	}
	.lb-dataContainer {
		padding-bottom: 0;
	}
	.lb-data .lb-number {
		padding: 0 0.5em;
	}
}