@charset "utf-8";

.mainContentWrap {
	padding-bottom: 100px;
}
section.lowerLayerContent {
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 30px 0;
}
section.lowerLayerContent + section.lowerLayerContent {
	padding-top: 50px;
}
@media (max-width: 768px) {
	.mainContentWrap {
		padding-bottom: 0;
	}
	section.lowerLayerContent {
		padding: 0;
		margin: 0 -4vw;
	}
	section.lowerLayerContent + section.lowerLayerContent {
		padding-top: 0;
	}
}

.lowerLayer .innerBox {
	background: var(--whiteColor);
	margin-top: 40px;
	padding: 60px;
	border-radius: 20px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.07);
}
@media (max-width: 768px) {
	.lowerLayer .innerBox {
		padding: 30px 4vw;
		margin-top: 6.667vw;
		border-radius: 0;
		box-shadow: none;
	}
}


/* serviceListWrap */
.lowerLayer .serviceListWrap {
	display: flex;
	flex-wrap: wrap;
}
.lowerLayer .serviceListWrap .serviceList {
	display: flex;
	flex-wrap: wrap;
	gap: 4.761905%;
	line-height: 1.7;
	width: 100%;
}
.lowerLayer .serviceListWrap .serviceList + .serviceList {
	border-top: 1px solid var(--grayBorderColor);
	margin-top: 30px;
	padding-top: 30px;
}
.lowerLayer .serviceListWrap .serviceList .txtWrap {
	width: 71.428571%;
}
.lowerLayer .serviceListWrap .serviceList .pic {
	width: 23.809524%;
	display: flex;
	align-items: center;
	justify-content: right;
}
.lowerLayer .serviceListWrap .serviceList h2 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 14px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.lowerLayer .serviceListWrap .serviceList h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1px;
	width: 3px;
	height: 27px;
	background: var(--greenColor);
}
.lowerLayer .serviceListWrap .serviceList .txt {
	font-size: 15px;
	margin-top: 10px;
}
.lowerLayer .serviceListWrap .serviceList .note {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.5;
}
.lowerLayer .serviceListWrap .serviceList .note li {
	text-indent: -1em;
	padding-left: 1em;
}
.lowerLayer .serviceListWrap .serviceList .note li + li {
	margin-top: 2px;
}
@media (max-width: 768px) {
	.lowerLayer .serviceListWrap .serviceList {
		gap: 15px;
	}
	.lowerLayer .serviceListWrap .serviceList + .serviceList {
		margin-top: 25px;
		padding-top: 20px;
	}
	.lowerLayer .serviceListWrap .serviceList .txtWrap {
		width: 100%;
	}
	.lowerLayer .serviceListWrap .serviceList .pic {
		width: 57.971014%;
		margin: 0 auto;
		justify-content: center;
	}
	.lowerLayer .serviceListWrap .serviceList h2 {
		font-size: 15px;
		padding-left: 14px;
		margin-bottom: 15px;
	}
	.lowerLayer .serviceListWrap .serviceList h2::before {
		width: 3px;
		height: 23px;
	}
	.lowerLayer .serviceListWrap .serviceList .txt {
		font-size: 13px;
		margin-top: 10px;
	}
	.lowerLayer .serviceListWrap .serviceList .note {
		font-size: 12px;
		margin-top: 10px;
	}
}


/* flexNone */
.lowerLayer .serviceListWrap .serviceList.flexNone {
	display: block;
}


/* 営業時間 */
.lowerLayer .serviceListWrap .serviceList .txtBold {
	font-size: 18px;
	font-weight: 600;
}
.lowerLayer .serviceListWrap .serviceList .hours {
	display: flex;
	margin-top: 10px;
	font-size: 15px;
}
.lowerLayer .serviceListWrap .serviceList .hours + .hours {
	margin-top: 0;
}
.lowerLayer .serviceListWrap .serviceList .hours dt {
	width: 7em;
}
.lowerLayer .serviceListWrap .serviceList .hours dd {
	width: calc(100% - 7em);
}
@media (max-width: 768px) {
	.lowerLayer .serviceListWrap .serviceList .txtBold {
		font-size: 15px;
	}
	.lowerLayer .serviceListWrap .serviceList .hours {
		margin-top: 10px;
		font-size: 13px;
	}
}


/* 駐車場 */
.lowerLayer .serviceListWrap .serviceList .parking {
	display: flex;
	font-size: 15px;
}
.lowerLayer .serviceListWrap .serviceList .parking dt {
	width: 6.5em;
}
.lowerLayer .serviceListWrap .serviceList .parking dt::before {
	content: "・";
}
.lowerLayer .serviceListWrap .serviceList .parking dd {
	width: 2.5em;
	text-align: right;
}
@media (max-width: 768px) {
	.lowerLayer .serviceListWrap .serviceList .parking {
		font-size: 13px;
	}
}


/* 授乳室 */
.lowerLayer .serviceListWrap .serviceList .bnr {
	margin-top: 20px;
	width: 100%;
	max-width: 430px;
}
.lowerLayer .serviceListWrap .serviceList .bnr a {
	display: block;
	width: 100%;
}
@media (max-width: 768px) {
	.lowerLayer .serviceListWrap .serviceList .bnr {
		margin-top: 10px;
		width: 100%;
		max-width: 100%;
	}
}


/* half */
.lowerLayer .serviceListWrap .serviceList.halfLeft,
.lowerLayer .serviceListWrap .serviceList.halfRight {
	width: 50%;
}
.lowerLayer .serviceListWrap .serviceList.halfLeft {
	padding-right: 20px;
}
.lowerLayer .serviceListWrap .serviceList.halfRight {
	padding-left: 20px;
}
.lowerLayer .serviceListWrap .serviceList.halfLeft h2,
.lowerLayer .serviceListWrap .serviceList.halfRight h2 {
	margin-bottom: 0;
}
.lowerLayer .serviceListWrap .serviceList.halfLeft .txtWrap,
.lowerLayer .serviceListWrap .serviceList.halfRight .txtWrap {
	width: 45.238095%;
}
.lowerLayer .serviceListWrap .serviceList.halfLeft .pic,
.lowerLayer .serviceListWrap .serviceList.halfRight .pic {
	width: 50%;
}
@media (max-width: 768px) {
	.lowerLayer .serviceListWrap .serviceList.halfLeft,
	.lowerLayer .serviceListWrap .serviceList.halfRight {
		width: 100%;
	}
	.lowerLayer .serviceListWrap .serviceList.halfLeft {
		padding-right: 0;
	}
	.lowerLayer .serviceListWrap .serviceList.halfRight {
		padding-left: 0;
	}
	.lowerLayer .serviceListWrap .serviceList.halfLeft .txtWrap,
	.lowerLayer .serviceListWrap .serviceList.halfRight .txtWrap {
		width: 100%;
	}
	.lowerLayer .serviceListWrap .serviceList.halfLeft .pic,
	.lowerLayer .serviceListWrap .serviceList.halfRight .pic {
		width: 57.971014%;
	}
}

/* halfLeftFull */
.lowerLayer .serviceListWrap .serviceList.halfLeftFull {
	display: block;
}
.lowerLayer .serviceListWrap .serviceList.halfLeftFull .halfLeft {
	display: flex;
	flex-wrap: wrap;
	gap: 4.761905%;
	width: 50%;
	padding-right: 20px;
}
.lowerLayer .serviceListWrap .serviceList.halfLeftFull .halfLeft .txtWrap {
	width: 45.238095%;
}
.lowerLayer .serviceListWrap .serviceList.halfLeftFull .halfLeft .pic {
	width: 50%;
}
@media (max-width: 768px) {
	.lowerLayer .serviceListWrap .serviceList.halfLeftFull .halfLeft {
		width: 100%;
		padding-right: 0;
		gap: 0;
	}
	.lowerLayer .serviceListWrap .serviceList.halfLeftFull .halfLeft .txtWrap {
		width: 100%;
	}
	.lowerLayer .serviceListWrap .serviceList.halfLeftFull .halfLeft .pic {
		width: 57.971014%;
	}
}
