@charset "UTF-8";

.brandpage-content .section-title,
.overseas-content .section-title {
	text-align: center;
}

.brandpage.sctbox {
	padding-bottom: 0;
}

.brand-card-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5rem 4rem;
}
@media screen and (max-width: 767.98px) {
	.brand-card-list {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

.brand-card {
	padding: 3rem;
	background: #F5F5F5;
	border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
	.brand-card {
		padding: 2rem 1.5rem;
		border-radius: 2rem;
	}
}

.brand-card__head {
	display: grid;
	grid-template-columns: 1fr 14rem;
	gap: 2rem;
	align-items: center;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767.98px) {
	.brand-card__head {
		grid-template-columns: 1fr 10rem;
		gap: 1.5rem;
	}
}

.brand-card__head figure {
	border-radius: 1.5rem;
	overflow: hidden;
}
@media screen and (max-width: 767.98px) {
	.brand-card__head figure {
		border-radius: 1rem;
	}
}

.brand-card__head figure img {
	display: block;
	width: 100%;
	height: 18.5rem;
	object-fit: cover;
}
@media screen and (max-width: 767.98px) {
	.brand-card__head figure img {
		height: 12rem;
	}
}

.brand-card h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 500;
}

@media screen and (max-width: 767.98px) {
	.brand-card h3 {
		font-size: 1.5rem;
		text-align: center;
	}
}

.brand-card__text {
	font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
	.brand-card__text {
		font-size: 1.3rem;
	}
}

.brand-card__btns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
	.brand-card__btns {
		display: block;
		margin-top: 1rem;
	}
}

.brand-card__btns .btn {
	min-width: 50%;
	height: 5.4rem;
	font-size: 1.6rem;
	font-weight: 500;
}
@media screen and (max-width: 767.98px) {
	.brand-card__btns .btn {
		width: 100%;
		height: 4.5rem;
		margin-top: 1rem;
		font-size: 1.3rem;
	}
}

.overseas-content {
	padding: 9rem;
	background:
		url("../img/brands/bg_overseas.png")
		center center / cover no-repeat;
	border-radius: 10rem;
}

@media screen and (max-width: 767.98px) {
	.overseas-content {
		padding: 5rem 2rem;
		border-radius: 3rem;
	}
}

.overseas-content h2,
.overseas-content h2 > span {
	color: #FFF;
}

.overseas-layout {
	display: flex;
	align-items: flex-start;
	gap: 6rem;
}
@media screen and (max-width: 767.98px) {
	.overseas-layout {
		display: block;
	}
}

.overseas-image {
	width: 48%;
	margin: 0;
	border-radius: 3rem;
	overflow: hidden;
	flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
	.overseas-image {
		width: 100%;
		margin-bottom: 2rem;
		border-radius: 2rem;
	}
}

.overseas-text {
	width: 52%;
	color: #FFF;
}
@media screen and (max-width: 767.98px) {
	.overseas-text {
		width: 100%;
	}
}

.overseas-text h3 {
	margin-bottom: 2rem;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 500;
}

@media screen and (max-width: 767.98px) {
	.overseas-text h3 {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
}

.overseas-text p + p {
	margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
	.overseas-text p + p {
		margin-top: 1rem;
	}
}

/* =========================================
shop detail
========================================= */

.shop-detail__main {
	margin-bottom: 8rem;
	border-radius: 5rem;
	overflow: hidden;
}

@media screen and (max-width: 767.98px) {
	.shop-detail__main {
		margin-bottom: 4rem;
		border-radius: 2rem;
	}
}

.shop-detail__logo {
	margin: 0 auto 6rem;
}
@media screen and (max-width: 767.98px) {
	.shop-detail__logo {
		margin-bottom: 3rem;
	}
}
.shop-detail__logo.logo-kirinoshita {
	width: 16rem;
}
@media screen and (max-width: 767.98px) {
	.shop-detail__logo.logo-kirinoshita {
		width: 10rem;
	}
}

.shop-detail__logo.logo-ezora {
	width: 20rem;
}
@media screen and (max-width: 767.98px) {
	.shop-detail__logo.logo-ezora {
		width: 10rem;
	}
}

.shop-detail__logo.logo-mero {
	width: 14rem;
}
@media screen and (max-width: 767.98px) {
	.shop-detail__logo.logo-mero {
		width: 10rem;
	}
}

.shop-detail__logo.logo-yamazen {
	width: 18rem;
}
@media screen and (max-width: 767.98px) {
	.shop-detail__logo.logo-yamazen {
		width: 8rem;
	}
}

.shop-detail__lead {
	margin-bottom: 8rem;
}

@media screen and (max-width: 767.98px) {
	.shop-detail__lead {
		margin-bottom: 4rem;
	}
}

/* shop table */
.shop-info-block {
	margin-bottom: 6rem;
}

@media screen and (max-width: 767.98px) {
	.shop-info-block {
		margin-bottom: 4rem;
	}
}

.shop-info-table {
	width: 100%;
	text-align: left;
}

.shop-info-table tr {
	border-bottom: 1px solid #C9C9C9;
}

.shop-info-table th,
.shop-info-table td {
	padding: 1.5rem 0;
	vertical-align: top;
}

@media screen and (max-width: 767.98px) {
	.shop-info-table th,
	.shop-info-table td {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.shop-info-table th {
	width: 14rem;
	font-weight: 400;
}

@media screen and (max-width: 767.98px) {
	.shop-info-table th {
		width: 100%;
		padding-top: 1.4rem;
		margin-bottom: .4rem;
	}
}

.shop-info-table td {
	padding-left: 3rem;
}

@media screen and (max-width: 767.98px) {
	.shop-info-table td {
		padding-left: 0;
		padding-bottom: 1.4rem;
	}
}

.shop-info-table a {
	display: inline;
	color: #005491;
	text-decoration: underline;
	text-underline-offset: .3rem;
}

/* feature */
.shop-feature {
	display: flex;
	align-items: flex-start;
	gap: 6rem;
	margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
	.shop-feature {
		flex-wrap: wrap;
		margin-top: 5rem;
		gap: 2rem;
	}
}

.shop-feature__text,
.shop-feature__image {
	width: 50%;
}
@media screen and (max-width: 767.98px) {
	.shop-feature__text,
	.shop-feature__image {
		width: 100%;
	}
	.shop-feature__text {
		order: 2;
	}
	.shop-feature__image {
		order: 1;
	}
}

.shop-feature__text h3 {
	margin-bottom: 2rem;
	font-size: 2.8rem;
	font-weight: 500;
}

@media screen and (max-width: 767.98px) {
	.shop-feature__text h3 {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
}

.shop-feature__image {
	border-radius: 5rem;
	overflow: hidden;
}

@media screen and (max-width: 767.98px) {
	.shop-feature__image {
		border-radius: 2rem;
	}
}

.shop-detail .btnbox {
	margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
	.shop-detail .btnbox {
		margin-top: 5rem;
	}
}