@charset "utf-8";
#title {
	background: url("../img/title03.webp") no-repeat center center / cover;
}
h4 {
	border-bottom: solid 2px var(--sub);
	color: var(--main);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f28);
	font-weight: 700;
	margin: 2em auto 1em;
	padding: 0 1em;
	text-align: center;
	width: fit-content;
}
p.txt span {
	color: var(--main);
	font-size: 1.1em;
	font-weight: 700;
	display: inline-block;
}
h5 {
	color: var(--main);
	font-size: var(--f28);
	font-weight: 700;
}
#rent p.caution {
	color: #ED1C24;
	border: solid 2px #ED1C24;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f24);
	font-weight: 700;
	margin-top: 1.5em;
	padding: 1em 1em 1em 2.5em;
	position: relative;
}
#rent p.caution:before {
	content: '';
	display: block;
	width: 1.1em;
	height: 1.3em;
	background: url("../img/icon/caution.svg") no-repeat left bottom/ contain;
	position: absolute;
	left: 1em;
	top: 1em;
}
#rent p.caution span {
	display: inline-block;
}

#rent .sougei, #rent .haisha {
	padding: 1em;
	margin-bottom: 1em;
}
#rent  h5 {
	text-align: center;
}
#rent ul {
	font-weight: 700;
	margin-top: 1em;
}
#rent .sougei ul li:first-child {
	margin-bottom: 1em;
}
#rent .haisha ul li:last-child {
	padding-bottom: 1em;
}
#rent ul li > div {
	margin: auto;
	position: relative;
	width: 11em;
}
#rent .sougei ul li > div {
	padding: 1em 0 1em 1.3em;
}
#rent .haisha ul li > div {
	padding: 1em 0 0 1.3em;
}
#rent .area:before {
	content: '';
	display: block;
	width: 1.1em;
	height: 1.4em;
	background: url("../img/icon/place.svg") no-repeat left top / contain;
	position: absolute;
	left: 0;
	top: 1em;
}
#rent .haisha p.area:before {
	top: 0.5em;
}
#rent .sougei ul li span, #rent .haisha p.area span {
	font-weight: 400;
}
#rent .haisha p {
	text-align: center;
}
#rent .haisha p.area {
	font-weight: 700;
	margin: 0 auto !important;
	padding: 0.5em 0 0 1.3em;
	width: 11em;
	position: relative;
	text-align: left;
}
#rent .haisha p a {
	color: #06C755;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#rent .haisha .bl {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 0.5em 3em;
}
#rent .haisha p.price {
	background-color: #FFF;
	color: #ED1C24;
	font-size: var(--f48);
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.8em;
	margin-bottom: 0.5em !important;
	padding: 0.3em 0;
}
#rent .haisha p span {
	color: #1A1A1A;
	font-size: var(--f18);
}
#return .ye {
	margin: 0 auto 1em;
	padding: 2em;
	width: calc(100% - 4em);
	max-width: 800px;
}
#return .ye ul {
	margin: auto;
	width: fit-content;
	
}
#return .ye h4 {
	border: none;
	color: #ED1C24;
	margin: 0 auto 1em;
	
}
#return .ye ul li{
	margin-bottom: 1em;
	position: relative;
	padding-left: 1.5em;
}
#return .ye ul li:last-child {
	margin-bottom: 0;
}

#return .ye ul li:before {
	background: url("../img/icon/check_red.svg") no-repeat left center/ contain;
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: 0;
	top: 0.2em;
}
#return .ye ul li dt {
	font-size: var(--f24);
	font-weight: 700;
	line-height: 1.4;
}
#return .ye ul li dd span {
	color: #ED1C24;
	font-size: 1.2em;
	font-weight: 700;
}
.flow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}
.flow ul {
	padding-left: 0;
}
.flow ul > li {
	list-style-type: none;
	position: relative;
	padding-left: 3.5em;
}
.flow ul > li:not(:last-child) {
	padding-bottom: 10px;
}
.flow ul > li .icon {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 100vh;
	display: inline-block;
	background: var(--grad);
	color: #fff;
	position: absolute;
	left: 0;
}
.flow ul > li:not(:last-child)::before {
	content: '';
	background: #c3c3c3;
	width: 4px;
	height: 100%;
	position: absolute;
	top: calc(50% - -2em);
	left: 1.2em;
	transform: translateY(-50%);
}
.flow ul > li dl dt {
	font-size: 1.3em;
	font-weight: 700;
	color: var(--sub);
}
.flow ul > li dl dd {
	margin-left: 0;
	margin-bottom: 1.5em;
}
#contact {
	padding-left: 1rem;
	padding-right: 1rem;
}
#contact h3 {
	margin-bottom: 1em;
}
#contact p {
	font-size: var(--f24);
	text-align: center;
}
#contact p span {
	display: inline-block;
}
@media screen and (min-width: 768px) {
	#rent p.txt {
		text-align: center;
	}
	#rent p.caution {
		text-align: center;
		padding: 1em;
	}
	#rent p.caution:before {
		display: inline-block;
		margin-right: 0.5em;
		position: static;
	}
	#rent .sougei, #rent .haisha {
		width: 50%;
		margin: auto;
		padding: 2em;
	margin-bottom: 1em;
	}
	#rent .sougei ul, #rent .haisha ul{
		display: flex;
		justify-content: space-between;
	}
	#rent .sougei ul {
	}
	#rent .sougei ul li {
		width: calc(50% - 1em);
	}
	#rent .sougei ul li:first-child {
		margin-bottom: 0;
	}
	#rent .haisha ul li > div {
		padding: 1em 0 1em 1.3em;
	}
}
@media screen and (min-width: 960px) {
	#return .ye {
		padding: 2em;
		margin-bottom: 2em;
		width: calc(70% - 2em);
	}
}