/* 全体修正用CSS 各ページこのCSSが最後に読み込まれるように */
@charset "UTF-8";
/* ------------------------------
 260630 add
------------------------------ */
@media screen and (min-width: 835px) {
	.location-flex__box {
		padding: 4.5rem 6rem 6rem;
	}
}
@media screen and (max-width: 834px) {
	.location-flex__box {
		max-width: 100%;
	}
}
.location-add__wrap {
	width: 100%;
}
.location-add__hg {
	margin-bottom: 2rem;
}
.location-add__txt {
	width: fit-content;
	margin: 0 auto 1rem;
	padding: 0.6rem 1.4rem 0;
	font-size: 1.8rem;
	color: #7ccdce;
	display: flex;
	justify-content: center;
	aspect-ratio: 569 / 108;
	background: url(../img/index/location-add__ttl_bg.webp) no-repeat top center / cover;
}
@media screen and (max-width: 834px) {
	.location-add__txt {
		font-size: 1.6rem;
	}
}
.location-add__ttl {
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.location-add__ttl {
		font-size: 2.4rem;
	}
}
.location-add__head {
	position: relative;
	padding-bottom: 4rem;
	text-align: center;
}
.location-add__head::before {
	position: absolute;
	content: '';
	width: 14.6rem;
	aspect-ratio: 146 / 21;
	bottom: 0;
	left: calc(50% - 7.3rem);
	z-index: 1;
	background: url(../img/index/location-add__txt_bg.webp) no-repeat center center / cover;
}
.location-add__flex {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 3rem;
}
@media screen and (max-width: 834px) {
	.location-add__head {
		text-align: left;
	}
	.location-add__flex {
		flex-direction: column;
	}
}
.location-add__flex-cont {
	max-width: 53rem;
}
.location-add__flex-hg {
	margin-bottom: 3rem;
}
.location-add__flex-txt {
	font-family: Libre Caslon Display,serif;
	font-size: 1.6rem;
	color: #64c4c5;
}
.location-add__flex-ttl {
	margin-top: 1rem;
	font-size: 2.4rem;
	font-weight: normal;
}
@media screen and (max-width: 834px) {
	.location-add__flex-ttl {
		font-size: 2.2rem;
	}
}
.location-add__flex-ttl span {
	color: #64c4c5;
	text-decoration: underline;
}
.location-flex__box-img {
	max-width: 37.5rem;
	aspect-ratio: 375 / 270;
	width: 40%;
	overflow: hidden;
}
@media screen and (max-width: 834px) {
	.location-flex__box-img {
		width: 100%;
	}
}
.location-flex__box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}
.location-flex__box-ttl {
	margin-bottom: 2rem;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
	font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
	.location-flex__box-ttl {
		font-size: 1.9rem;
	}
}
.location-flex__box-ttl span {
	position: relative;
	top: auto;
	left: 0;
}
p.location-flex__box-ttl {
	margin-right: 4rem;
	margin-bottom: 0;
}
.location-flex__box-price {
	margin-top: 3.5rem;
	display: flex;
	gap: 0;
}
@media screen and (max-width: 834px) {
	p.location-flex__box-ttl {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.location-flex__box-price {
		padding-top: 2.5rem;
		flex-direction: column;
	}
}
.location-flex__box-price-rht {
	padding-left: 4rem;
	max-width: calc(32.5rem + 4rem);
}
@media screen and (max-width: 834px) {
	.location-flex__box-price-rht {
		padding-left: 0;
		padding-top: 3rem;
		max-width: 100%;
	}
}
.location-flex__box-price-rht .location-flex__box-price-btn {
	max-width: 32.5rem;
}
.location-flex__box-price-main {
	align-items: start;
}
.location-flex__box-price-main dd p:nth-child(2) {
	margin-left: 0;
	padding-left: 0;
}
.location-flex__box-price-main dd p:nth-child(2):before {
	display: none;
}

.location-flex__box-ct {
	max-width: 35rem;
	padding-right: 3rem;
	border-right: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
	.location-flex__box-ct {
		max-width: 100%;
		margin-top: -3rem;
		padding-bottom: 3rem;
		padding-right: 0;
		border-right-width: 0;
		border-bottom: 1px solid #ddd;
	}
}
@media screen and (max-width: 500px) {
	.location-flex__box-ct {
		margin-top: 0rem;
	}
}

.location-flex__box-ct .c-txt__01 {
	margin-bottom: 0;
	font-size: 1.5rem;
	letter-spacing: 0;
}
.location-flex__box-price-main dd {
	flex-direction: column;
}

.location-add__kick {
	margin-top: 5rem;
	padding-top: 5rem;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
	.location-add__kick {
		flex-wrap: wrap;
		gap: 4rem 2rem;
	}
}
@media screen and (max-width: 500px) {
	.location-add__kick {
		justify-content: center;
		gap: 4rem 2rem;
	}
}

.location-add__kick-cont {
	max-width: 47.2rem;
}
@media screen and (max-width: 834px) {
	.location-add__kick-cont {
		max-width: 100%;
		order: 1;
	}
	.location-add__kick-logo {
		order: 2;
	}
	.location-add__kick-img {
		order: 3;
		max-width: calc(100% - (7.9rem + 4rem));
	}
}
.location-add__kick .location-add__flex-ttl span {
	text-decoration: none;
}

.location-caps {
	margin-top: 5rem;
	padding: 4.5rem 7rem 3rem 6.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	background-color: #cfe9e7;
}
@media screen and (max-width: 500px) {
	.location-caps {
		justify-content: center;
		gap: 2rem 3rem;
	}
}
.location-caps__cont {
	max-width: 60.2rem;
}
.location-caps__txt {
	padding: 0.5rem 1rem;
	width: fit-content;
	font-size: 1.6rem;
	background-color: #fff;
}
.location-caps__ttl {
	margin: 2rem 0 1rem;
	font-size: 2rem;
}
@media screen and (max-width: 834px) {
	.location-caps {
		padding: 3rem 1.5rem;
		flex-wrap: wrap;
	}
	.location-caps__cont {
		max-width: 100%;
		order: 1;
	}
	.location-caps__txt {
		font-size: 1.4rem;
	}
	.location-caps__ttl {
		font-size: 1.8rem;
	}
	.location-caps__logo {
		max-width: 40%;
		order: 2;
	}
	.location-caps__img {
		max-width: 42%;
		order: 3;
	}
}