@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  ページタイトル
**************************************************
--------------------------------------------------*/
.sub_page_title_box p {
	margin-top: 32px;
	font-size: 2.9rem;
	color: var(--color-accent-1);
}


/*--------------------------------------------------
**************************************************
  store_box
**************************************************
--------------------------------------------------*/
.store_box {
	margin-top: 32px;
}

.store_box .store_item {
	display: flex;
	gap: 32px;
	padding-bottom: 64px;
}

.store_box .store_item + .store_item {
	padding-top: 64px;
	border-top: var(--color-light) 1px solid;
}

.store_box .store_item:last-child {
	padding-bottom: 0;
}

.store_box .store_item .text_box {
	width: calc(100% - 448px);
}

.store_box .store_item .store_name {
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.4;
}

.store_box .store_item .store_name_sub {
	font-size: 1.6rem;
	line-height: 1.7;
}

.store_box .store_item .store_address {
	margin-top: 16px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-accent-1);
}

.store_box .store_item .store_catch {
	margin-top: 16px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-accent-1);
}

.store_box .store_item .store_description {
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1.88;
}

.store_box .store_item .store_link {
	margin-top: 16px;
}

.store_box .store_item .image_box {
	width: min(100%, 448px);
}

/* SP */
@media (max-width: 767px) {
	.store_box .store_item {
		flex-direction: column;
		padding-bottom: 60px;
	}

	.store_box .store_item + .store_item {
		padding-top: 60px;
	}

	.store_box .store_item .text_box {
		width: 100%;
	}

	.store_box .store_item .store_name {
		text-align: center;
		font-size: 2.0rem;
	}

	.store_box .store_item .store_name_sub {
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.88;
	}

	.store_box .store_item .store_address {
		text-align: center;
	}

	.store_box .store_item .store_address a {
		color: var(--color-accent-1);
	}

	.store_box .store_item .store_catch {
		text-align: center;
		font-size: 1.8rem;
	}

	.store_box .store_item .image_box {
		width: 100%;
	}
}
