@charset "UTF-8";

/* shop-top */

.shop-top_container {
	width: 100%;
	margin: 0 auto;
}
.shop-splide {
	overflow: hidden;
}
.shop-splide .splide__track {
	height: clamp(320px, 55vh, 640px);
}

.shop-splide .splide__slide {
	height: 100%;
}

.shop-splide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.shop-splide .splide__slide.is-active img {
	transform: scale(1.04);
}

@media screen and (min-width: 1620px) {
	.shop-splide .splide__track {
		height: clamp(700px, 78vh, 1000px);
	}
	.shop-splide .splide__slide.is-active img {
		transform: scale(1.03);
	}
}
@media screen and (min-width: 1025px) {
	.shop-splide .splide__track {
		height: clamp(520px, 78vh, 1000px);
	}
	.shop-splide .splide__slide.is-active img {
		transform: scale(1.05);
	}
}

@media screen and (max-width: 1024px) {
	.shop-top_container {
		width: 100%;
	}
	.shop-splide {
		border-radius: 0;
	}
	.shop-top {
		margin-top: 0;
	}
}

/* shop-sns */
.shop-sns_bg {
	background-color: var(--akamaru-color-navy_main);
}

.shop-sns_container {
	width: 90%;
	margin: 0 auto;
	padding-top: clamp(180px, 26.38vw, 380px);
	padding-bottom: var(--space-xl);
	position: relative;
}

.shop-logo {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: clamp(180px, 34.7vw, 500px);
}
.shop-logo img {
	width: 100%;
	height: auto;
}

.shop-title {
	font-size: clamp(40px, 6vw, 90px);
	color: var(--akamaru-color-white);
	text-align: center;
	line-height: 1;
	font-family: var(--font-shop-en);
	font-weight: 600;
}

.shop-sns_content {
	background-color: var(--akamaru-color-white);
	padding: var(--space-sm);
	border-radius: 60px;
	text-align: center;
	font-family: var(--font-shop-ja);
	font-weight: 600;
}

.shop-sns_btn {
	margin: 0 auto;
	border-radius: 20px;
	border: 1px solid #275faf;
	background-color: #275faf;
	color: #fff;
}

.shop-sns_btn::before {
	background-color: #fff;
}

.shop-sns_btn:hover {
	color: #275faf;
}

@media screen and (max-width: 1024px) {
	.shop-sns_content {
		border-radius: 10px;
	}
}

/* shop-point */

.shop-point {
	background-color: #e9e9e9;
	padding-top: var(--space-xl);
	padding-bottom: var(--space-xl);
}

.shop-point .section-title {
	margin-bottom: var(--space-lg);
}

.shop-point .section-title .en-title {
	font-family: var(--font-shop-en);
	font-weight: 600;
	letter-spacing: 0.5em;
	position: relative;
	flex-direction: column;
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 10px;
	margin-bottom: 20px;
}

.shop-point .section-title .en-title .decoration {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 120px;
	padding-right: 10px;
}

.shop-point .section-title .ja-title {
	font-size: clamp(20px, 2.7777vw, 40px);
	font-family: var(--font-shop-ja);
	font-weight: 600;
}

.shop-point_container {
	width: min(1180px, 90%);
	margin: 0 auto;
}

.shop-point_wrapper {
	margin-bottom: var(--space-xl);
	position: relative;
	align-items: center;
	gap: clamp(30px, 5vw, 90px);
	min-height: 420px;
	flex-wrap: nowrap;
	margin-bottom: clamp(170px, 23.61111vw, 340px);
}

.shop-point_wrapper:nth-of-type(even) {
	flex-direction: row-reverse;
}

.shop-point_thumbnail {
	flex: 1 1 55%;
	max-width: 660px;
}

.shop-point_thumbnail img {
	width: 100%;
	border-radius: 40px;
	box-shadow: 0 25px 50px rgba(15, 37, 64, 0.15);
}

.shop-point_content {
	flex: 1 1 45%;
	background-color: var(--akamaru-color-white);
	padding: clamp(40px, 5.5vw, 80px);
	max-width: 660px;
	border-radius: 20px;
	box-shadow: 0 35px 60px rgba(15, 37, 64, 0.12);
	position: absolute;
	right: 0;
	bottom: -220px;
	z-index: 2;
}

.shop-point_wrapper:nth-of-type(even) .shop-point_content {
	right: 520px;
}

.shop-point_content .title {
	font-size: var(--fz-32);
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-bottom: clamp(15px, 2vw, 25px);
	font-family: var(--font-shop-ja);
	font-weight: 500;
}

.shop-point_content .text {
	font-size: var(--fz-16);
	font-family: var(--font-shop-ja);
	letter-spacing: 0.05em;
}

.shop-point_content::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 220px;
	height: clamp(120px, 14vw, 220px);
	z-index: 1;
	opacity: 0.5;
}

.shop-point_content:before {
	background-image: url('../../images/shop-point_decoration01.svg');
	right: 0;
	top: -90px;
}

.shop-point_content::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-height: 280px;
	z-index: 1;
	opacity: 0.5;
}

.shop-point_content::after {
	background-image: url('../../images/shop-point_decoration02.svg');
	right: 120px;
	top: 180px;
}

.shop-point_wrapper:nth-of-type(even) .shop-point_content:before {
	left: 0;
	top: -90px;
}

.shop-point_wrapper:nth-of-type(even) .shop-point_content:after {
	right: -620px;
	top: 180px;
	background-image: url('../../images/shop-point_decoration03.svg');
}

@media (max-width: 1024px) {
	.shop-point_wrapper {
		flex-wrap: wrap;
		gap: var(--space-lg);
		gap: 0;
		min-height: auto;
		margin-bottom: var(--space-xl);
	}
	.shop-point_wrapper:last-child {
		margin-bottom: 0;
	}

	.shop-point_wrapper:nth-of-type(even) {
		flex-direction: row;
	}

	.shop-point_thumbnail,
	.shop-point_content {
		position: static;
		max-width: none;
		flex: 1 1 100%;
	}

	.shop-point_thumbnail img {
		border-radius: 10px 10px 0 0;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	.shop-point_content {
		padding: clamp(32px, 5vw, 48px);
		box-shadow: 0 25px 45px rgba(15, 37, 64, 0.12);
		border-radius: 0 0 10px 10px;
	}
	.shop-point_content::before,
	.shop-point_content::after {
		display: none;
	}
}
@media (max-width: 500px) {
	.shop-point {
		padding-top: var(--space-lg);
		padding-bottom: var(--space-lg);
	}

	.shop-point .section-title {
		margin-bottom: var(--space-md);
	}

	.shop-point_content {
		padding: 25px 15px;
	}

	.shop-point_content .title {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.shop-point_content .text {
		font-size: 13px;
		line-height: 1.7;
	}
	.shop-point_wrapper {
		margin-bottom: 30px;
	}
}

/* shop-menu */

.shop-menu {
	background-color: #e9e9e9;
	padding-bottom: var(--space-xl);
}

.shop-between-thumbnail {
	position: relative;
	margin-bottom: var(--space-xl);
}

.shop-between-thumbnail img {
	max-height: 950px;
	object-fit: cover;
}

.shop-between-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../../images/shop-decoration-curve_top.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 3.472vw;
	background-position: bottom;
}

.shop-between-thumbnail:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../../images/shop-decoration-curve_bottom.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 3.472vw;
}

.shop-menu-container {
	background-color: var(--akamaru-color-navy_main);
	width: 85%;
	margin: 0 auto;
	border-radius: 60px;
	padding: var(--space-md) 3em;
	max-width: 1620px;
	margin: 0 auto;
}

.shop-menu_header {
	margin-bottom: var(--space-lg);
}

.shop-menu_header-wrapper {
	color: var(--akamaru-color-white);
	align-items: center;
	justify-content: center;
}

.shop-menu_header-wrapper .title {
	font-size: clamp(35px, 4.8611vw, 70px);
	line-height: 1;
	font-family: var(--font-shop-en);
	font-weight: 600;
	flex: 1 1 35%;
}
.shop-menu_header-wrapper .title span {
	font-size: clamp(80px, 8.5vw, 120px);
}

.shop-menu_header-wrapper .text-wrapper {
	flex: 1 1 53%;
}

.shop-menu_header-wrapper .text-wrapper .text {
	font-size: var(--fz-18);
	font-family: var(--font-shop-ja);
	font-weight: 600;
}

.shop-menu_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(24px, 3vw, 40px);
	margin-bottom: var(--space-lg);
}
.shop-menu_item {
	width: 100%;
}
.shop-menu_item-wrapper {
	font-family: var(--font-shop-ja);
	color: var(--akamaru-color-white);
	padding: 0 1em;
	max-width: 400px;
	margin: 0 auto;
}

.shop-menu_title {
	font-size: var(--fz-24);
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

.shop-menu_text {
	margin-bottom: clamp(10px, 1.388vw, 20px);
}

.shop-menu_price {
	font-size: var(--fz-24);
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.shop-menu_price span {
	font-size: var(--fz-12);
	margin-left: -3px;
}
.shop-menu_text-caption {
	color: var(--akamaru-color-white);
	font-family: var(--font-shop-ja);
	font-weight: 600;
	text-align: center;
}

.shop-menu_text-caption .text {
	font-size: var(--fz-32);
}

@media screen and (min-width: 1620px) {
	.shop-menu_item img {
		max-width: 450px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.shop-between-thumbnail img {
		aspect-ratio: 4 / 3;
	}
	.shop-menu-container {
		width: 90%;
	}
	.shop-menu_header-wrapper {
		flex-direction: column;
		align-items: baseline;
		gap: 30px;
	}

	.shop-menu_header-wrapper .title span {
		font-size: clamp(45px, 11.71vw, 90px);
	}

	.shop-menu_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.shop-menu-container {
		padding: 90px 2em;
		width: 98%;
		border-radius: 15px;
	}
	.shop-between-thumbnail {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 500px) {
	.shop-menu {
		padding-bottom: 0;
	}
	.shop-menu-container {
		padding: 60px 1em;
		border-radius: 0;
		width: 100%;
	}
	.shop-menu_list {
		gap: 1em;
	}
	.shop-menu_title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.shop-menu_text {
		font-size: 13px;
	}
	.shop-menu_text-caption .text {
		font-size: 20px;
	}
	.shop-menu_header-wrapper .title {
		font-size: 55px;
	}
	.shop-menu_header-wrapper .title span {
		font-size: 60px;
	}
	.shop-menu_header-wrapper .text-wrapper .text {
		font-size: 14px;
	}
	.shop-menu_price span {
		margin-left: 0;
	}
	.shop-menu_item-wrapper {
		padding: 0;
	}
	.shop-menu_item .thumbnail img {
		height: 160px;
		object-fit: contain;
	}
}

/* shop-info */

.shop-info {
	position: relative;
	background-color: var(--akamaru-color-navy_main);
	padding-top: var(--space-lg);
	padding-bottom: var(--space-2xl);
	color: var(--akamaru-color-white);
}
.shop-info_container {
	width: 80%;
	margin: 0 auto;
}

.shop-info_header {
	text-align: center;
	margin-bottom: var(--space-md);
}

.shop-info_title {
	font-size: clamp(50px, 6.944vw, 100px);
	font-family: var(--font-shop-en);
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.shop-info_thumbnail {
	margin: 0 auto var(--space-xl);
}

.shop-info_thumbnail img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.shop-info_block {
	display: flex;
	gap: clamp(30px, 4vw, 80px);
	align-items: flex-start;
	font-family: var(--font-shop-ja);
}

.shop-info_contents {
	flex: 1 1 55%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.shop-info_contents dl {
	display: flex;
	gap: var(--space-xs);
	padding: var(--space-xs) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.shop-info_contents dt {
	flex: 0 0 120px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.shop-info_contents dd {
	flex: 1;
	margin: 0;
	letter-spacing: 0.04em;
}

.shop-info_contents .maplink:after {
	display: none;
}

.shop-info_contents .maplink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 260px;
	padding: 12px 16px;
	border: 0.5px solid var(--akamaru-color-white);
	color: var(--akamaru-color-white);
	text-decoration: none;
	transition: transform 0.25s ease;
	margin-top: 15px;
	font-size: var(--fz-12);
}

.shop-info_contents .maplink i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--akamaru-color-red_accent01);
	color: var(--akamaru-color-white);
	transition: transform 0.25s ease;
}

.shop-info_contents .maplink:hover i {
	transform: translateY(-2px) scale(1.05);
}

.shop-info_contents .note {
	display: inline-block;
	margin-top: 0.35em;
	padding-left: 1em;
	position: relative;
	font-size: 0.85em;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.shop-info_contents .note::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.6);
}

.shop-info_content-thumbnail {
	flex: 1 1 45%;
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 3vw, 40px);
}

.shop-info_content-thumbnail .thumbnail img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
}

.shop-info_content-thumbnail-wrapper {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-direction: row-reverse;
}

.shop-info_content-thumbnail_text {
	font-size: var(--fz-16);
	letter-spacing: 0.08em;
	line-height: 1.8;
	writing-mode: vertical-rl;
}

.shop-info_content-thumbnail_text span {
	writing-mode: horizontal-tb;
}

@media screen and (max-width: 1024px) {
	.shop-info_block {
		flex-direction: column;
	}
	.shop-info_content-thumbnail-wrapper {
		flex-direction: column;
	}
	.shop-info_container {
		width: 90%;
	}
	.shop-info_contents {
		flex: 1 1 100%;
		width: 100%;
	}
	.shop-info_content-thumbnail {
		flex-direction: row;
	}
	.shop-info_thumbnail {
		margin-bottom: var(--space-md);
	}
	.shop-info_thumbnail img {
		object-fit: cover;
		border-radius: 10px;
	}
}

@media screen and (max-width: 500px) {
	.shop-info {
		padding: 30px 0 60px;
	}
	.shop-info_header {
		margin-bottom: 20px;
	}
	.shop-info_title {
		font-size: 45px;
	}
	.shop-info_contents .maplink {
		width: 100%;
		padding: 0.5em;
	}
	.shop-info_contents dl {
		font-size: 13px;
	}
	.shop-info_content-thumbnail_text {
		writing-mode: inherit;
	}
}

/* shop-voice */

.shop-voice {
	padding-top: var(--space-lg);
	background-color: #e9e9e9;
	padding-bottom: var(--space-lg);
	font-family: var(--font-shop-en);
}
.shop-voice .section-title {
	margin-bottom: var(--space-lg);
}

.shop-voice .section-title .title {
	font-family: var(--font-shop-en);
	font-weight: 600;
	font-size: clamp(40px, 6vw, 90px);
	margin-bottom: var(--space-xs);
	line-height: 1;
}

.shop-voice .section-title .sub-title {
	font-size: var(--fz-40);
}
.shop-voice .section-title .sub-title .em {
	font-size: clamp(25px, 3.472vw, 50px);
}

.shop-voice_container {
	width: min(1120px, 90%);
	margin: 0 auto;
}
.shop-voice_list {
	display: grid;
	/* grid-template-columns: repeat(2, 1fr); */
	gap: clamp(24px, 4vw, 50px);
	grid-template-rows: masonry;
}
.shop-voice_item {
	background-color: var(--akamaru-color-white);
	padding: clamp(30px, 3.5vw, 60px);
	border-radius: 26px;
	position: relative;
	box-shadow: 0 20px 45px rgba(15, 37, 64, 0.12);
	font-family: var(--font-shop-ja);
}

.shop-voice_item img {
	position: absolute;
	top: -45px;
	left: -45px;
	width: clamp(80px, 10.416vw, 130px);
}

.shop-voice_item .text {
	margin: 0;
	line-height: 2.2;
	font-size: var(--fz-18);
	color: #333;
}

@media screen and (max-width: 1024px) {
	.shop-voice .section-title .title {
		font-size: clamp(36px, 6vw, 64px);
	}

	.shop-voice .section-title .sub-title {
		font-size: 28px;
	}

	.shop-voice_list {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.shop-voice_item {
		padding: clamp(28px, 4vw, 48px);
	}

	.shop-voice_item img {
		top: -40px;
		left: 20px;
		width: clamp(70px, 12vw, 110px);
	}
}

@media screen and (max-width: 900px) {
	.shop-voice_list {
		grid-template-columns: 1fr;
	}
	.shop-voice_item img {
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.shop-voice {
		padding-bottom: 30px;
	}
	.shop-voice .section-title .sub-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	.shop-voice_list {
		gap: 20px;
	}
	.shop-voice_item {
		padding: 30px 20px;
		position: relative;
	}

	.shop-voice_item img {
		display: block;
		position: absolute;
		top: -20px;
		left: auto;
		right: 12px;
		width: 64px;
		opacity: 0.15;
		pointer-events: none;
		filter: blur(0.5px);
	}
	.shop-voice .section-title .sub-title {
		font-size: 16px;
	}
	.shop-voice .section-title .sub-title .em {
		font-size: 18px;
	}
	.shop-voice_item .text {
		font-size: 13px;
		line-height: 2;
	}
	.shop-voice .section-title {
		margin-bottom: 20px;
	}
}

/* shop-faq */

.shop-faq {
	background-color: #e9e9e9;
	padding: clamp(60px, 10vw, 120px) 0;
}

.shop-faq_container {
	width: min(1200px, 92%);
	margin: 0 auto;
}

.shop-faq_thumbnail {
	width: 100%;
	margin-bottom: clamp(40px, 6vw, 80px);
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.shop-faq_thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	filter: brightness(0.9) saturate(0.9);
	display: block;
}

.shop-faq_thumbnail::after {
	content: '';
	position: absolute;
	inset: 0;
}

.shop-faq_wrapper {
	background-color: #f7f4e9;
	border-radius: 40px;
	padding: clamp(32px, 5vw, 64px);
}

.shop-faq_header {
	margin-bottom: clamp(32px, 5vw, 56px);
}

.shop-faq_header .title {
	font-size: clamp(36px, 6vw, 72px);
	font-family: var(--font-shop-en);
	font-weight: 600;
	letter-spacing: 0.1em;
	color: var(--akamaru-color-navy_main);
	line-height: 1;
	margin-bottom: 12px;
}

.shop-faq_header .text {
	font-family: var(--font-shop-ja);
	font-size: 16px;
	line-height: 1.8;
	color: var(--akamaru-color-navy_main);
}

.shop-faq_content dl {
	margin-bottom: clamp(14px, 2vw, 22px);
	font-weight: 600;
}

.shop-faq_content dt {
	background-color: #2f6fed;
	color: #fff;
	padding: 22px clamp(16px, 2vw, 28px);
	border-radius: 999px;
	font-family: var(--font-shop-ja);
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.shop-faq_content dt:hover {
	background-color: #255cd6;
}
.shop-faq_content dt::before {
	content: 'Q';
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #ffcf5b;
	color: var(--akamaru-color-navy_main);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	flex-shrink: 0;
}

.shop-faq_content dt::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: auto;
	transition: transform 0.35s ease;
}

.shop-faq_content dt.open::after {
	transform: rotate(225deg);
}

.shop-faq_content dd {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-4px);
	transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;

	background-color: #fff;
	border-radius: 20px;
	margin-top: 14px;
	padding: 0 28px;
	box-shadow: 0 10px 30px rgba(15, 37, 64, 0.08);

	font-family: var(--font-shop-ja);
	font-weight: 500;
	line-height: 1.9;
}

.shop-faq_content dt.open + dd {
	max-height: 1000px;
	opacity: 1;
	transform: translateY(0);
	padding: 22px 28px;
}

@media screen and (max-width: 1024px) {
	.shop-faq_container {
		width: 94%;
	}

	.shop-faq_wrapper {
		border-radius: 32px;
		padding: clamp(28px, 5vw, 48px);
	}

	.shop-faq_header .title {
		font-size: clamp(32px, 6vw, 56px);
	}

	.shop-faq_header .text {
		font-size: 15px;
	}

	.shop-faq_content dt {
		padding: 20px 20px;
		border-radius: 24px;
	}

	.shop-faq_content dt::before {
		width: 30px;
		height: 30px;
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 500px) {
	.shop-faq {
		padding: var(--space-lg) 0;
	}

	.shop-faq_container {
		width: 92%;
	}

	.shop-faq_thumbnail {
		border-radius: 20px;
		margin-bottom: var(--space-md);
	}

	.shop-faq_wrapper {
		border-radius: 24px;
		padding: 24px 15px;
	}

	.shop-faq_header .title {
		font-size: 32px;
	}

	.shop-faq_header .text {
		font-size: 14px;
	}

	.shop-faq_content dt {
		padding: 16px;
		border-radius: 16px;
		gap: 12px;
		font-size: 13px;
	}

	.shop-faq_content dt::after {
		width: 10px;
		height: 10px;
	}

	.shop-faq_content dd {
		padding: 0 16px;
		font-size: 14px;
		margin-top: 8px;
	}

	.shop-faq_content dt.open + dd {
		padding: 16px;
	}
	.shop-faq_content dl {
		margin-bottom: 8px;
	}
}
