html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1.5em;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

ol,
ul {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

table {
	width: 100%;
	margin-bottom: 1.5em;
	border-spacing: 0;
	border-collapse: collapse;
}

table th,
table td {
	padding: 0.5em;
	border: 1px solid #000;
}

table th {
	font-weight: bold;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body * {
	max-height: 99999em;
	word-break: break-word;
}

p {
	margin-bottom: 1.5em;
}

a:hover {
	text-decoration: none;
}

a:not([class]) {
	color: inherit;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

input,
label,
select,
button {
	line-height: inherit;
}

input,
label,
select,
button,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	word-break: normal;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;
}

button:focus {
	outline: 0;
}

input:focus,
textarea:focus,
select:focus {
	outline: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	display: none;
}

textarea {
	overflow: auto;
	line-height: 1.5;
	white-space: pre-line;
	resize: none;
}

button {
	color: inherit;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	html,
	body {
		width: 1600px;
		margin: 0;
	}
	@page {
		margin: 0;
		size: 11in 14.028in;
	}
	@page :left {
		margin: 0;
	}
	@page :right {
		margin: 0;
	}
	@page :first {
		margin-top: 0;
	}
}
html {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
	line-height: 1;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
html:not(.is-visible) {
	opacity: 0;
}

body {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #231815;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-weight: 400;
	line-height: 1.4285714286;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767.98px) {
	body::-webkit-scrollbar {
		width: 0;
		opacity: 0;
	}
}

.hidden {
	display: none !important;
}

.trans {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
	text-decoration: none;
}
.trans:hover {
	opacity: 0.8;
}

.container {
	overflow: hidden;
}

.load {
	opacity: 0;
}
html.is-visible .load {
	opacity: 1;
}

.image-common {
	display: block;
	width: 100%;
}

.object-common {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media print, (min-width: 768px) {
	html {
		font-size: 625%;
	}
	body {
		font-size: 0.24rem;
	}
	main {
		padding-top: 1.28rem;
	}
	.wrapper {
		width: calc(100% - 60px);
		max-width: 12rem;
		margin-right: auto;
		margin-left: auto;
	}
	.sm {
		display: none !important;
	}
}
@media (width >= 768px) and (width <= 1280px) {
	html {
		font-size: 7.8125vw;
	}
}
@media only screen and (max-width: 767.98px) {
	html {
		min-height: 100vh;
		font-size: 15.625vw;
	}
	body {
		font-size: 0.22rem;
	}
	main {
		padding-top: 0.5rem;
	}
	.container {
		min-width: 320px;
	}
	.wrapper {
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
	.md {
		display: none !important;
	}
}
.header-common {
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
}
.header-common .header-wrapper {
	background: rgba(255, 255, 255, 0.7);
}
.header-common .header-inner {
	display: flex;
	align-items: center;
	width: 100%;
}
.header-common .header-logo {
	position: relative;
	margin-bottom: 0;
}
.header-common .header-logo .logo-image {
	display: inline-block;
}
.header-common .header-navigation {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}
.header-common .navigation-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-common .navigation-item {
	color: #231815;
}
.header-common .header-button {
	display: block;
	border-radius: 0.5rem;
	background: #231815;
	color: #fff;
	text-align: center;
}
.header-common .header-info {
	display: flex;
	flex-direction: column;
	color: #231815;
}
.header-common .header-info .info-label {
	margin: 0;
	color: #6a9a5b;
}
.header-common .header-info .info-tel {
	display: inline-flex;
	align-items: center;
	color: #231815;
	font-weight: 700;
}
.header-common .header-info .tel-icon {
	display: inline-block;
	flex: 0 0 auto;
	color: #6a9a5b;
}
.header-common .header-info .info-hours {
	margin: 0;
	color: #231815;
}
@media print, (min-width: 768px) {
	.header-common {
		position: fixed;
	}
	.header-common .header-inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		max-width: 12.8rem;
		margin: 0 auto;
		padding: 0.12rem 0.15rem 0.08rem 0.4rem;
	}
	.header-common .header-logo {
		order: 1;
		top: 0;
		margin-right: 0.3rem;
	}
	.header-common .header-logo .logo-image {
		width: 2.1rem;
	}
	.header-common .header-navigation {
		display: block !important;
		align-items: center;
		height: auto !important;
		font-size: 0.18rem;
	}
	.header-common .navigation-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-common .navigation-list {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
	}
	.header-common .navigation-list > li {
		margin-right: 0.25rem;
	}
	.header-common .navigation-list > li:last-child {
		margin-right: 0;
	}
	.header-common .header-button {
		width: 1rem;
		min-height: 0.4rem;
		padding: 0.08rem 0.1rem;
		margin-left: 0.25rem;
	}
	.header-common .header-info {
		order: 2;
		margin-left: auto;
		text-align: right;
	}
	.header-common .header-info .info-label {
		font-size: 0.1rem;
		line-height: 1.4;
	}
	.header-common .header-info .info-tel {
		margin: 0.02rem 0;
		font-size: 0.26rem;
		line-height: 1.2;
	}
	.header-common .header-info .tel-icon {
		width: 0.19rem;
		height: 0.19rem;
		margin-right: 0.06rem;
	}
	.header-common .header-info .info-hours {
		font-size: 0.11rem;
		line-height: 1.4;
	}
	.header-common .header-menu {
		order: 3;
		flex: 0 0 100%;
		margin-top: 0.1rem;
		padding-top: 0.06rem;
		border-top: 0.01rem solid #dedede;
	}
	.header-common .nav-info {
		display: none;
	}
}
@media only screen and (max-width: 767.98px) {
	.header-common {
		position: fixed;
	}
	.header-common .header-inner {
		justify-content: center;
		min-height: 0.5rem;
		padding: 0.15rem 0.2rem 0.05rem;
	}
	.header-common .header-logo {
		top: -0.01rem;
	}
	.header-common .logo-image {
		width: 1.01rem;
		margin: 0 auto;
		text-align: center;
	}
	.header-common .header-info {
		position: absolute;
		top: 50%;
		left: 0.2rem;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.header-common .header-info .info-label,
	.header-common .header-info .info-hours {
		display: none;
	}
	.header-common .header-info .info-tel .tel-number {
		display: none;
	}
	.header-common .header-info .tel-icon {
		width: 0.26rem;
		height: 0.26rem;
	}
	.header-common .nav-info {
		margin-top: 0.1rem;
		text-align: center;
		color: #231815;
	}
	.header-common .nav-info .nav-info-label {
		margin: 0 0 0.08rem;
		font-size: 0.14rem;
		color: #6a9a5b;
	}
	.header-common .nav-info .nav-info-tel {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0.08rem;
		color: #231815;
		font-size: 0.3rem;
		font-weight: 700;
	}
	.header-common .nav-tel-icon {
		width: 0.24rem;
		height: 0.24rem;
		margin-right: 0.08rem;
		color: #6a9a5b;
	}
	.header-common .nav-info .nav-info-hours {
		margin: 0;
		font-size: 0.14rem;
		color: #231815;
	}
	.header-common .header-navigation {
		display: none;
		position: fixed;
		z-index: 1000;
		inset: 0;
		height: 100vh;
		min-height: 100%;
		overflow-y: auto;
		background: #fff;
		font-size: 0.22rem;
		text-align: center;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.header-common .header-navigation::-webkit-scrollbar {
		display: none;
	}
	.header-common .header-navigation .navigation-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: inherit;
		padding: 0.6rem 0;
	}
	.header-common .header-navigation .navigation-list {
		margin-bottom: 0.6rem;
	}
	.header-common .header-navigation .navigation-list > li:not(:last-child) {
		margin-bottom: 0.25rem;
	}
	.header-common .header-button {
		width: 2.4rem;
		min-height: 0.6rem;
		padding: 0.15rem 0.1rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.header-common .button-menu {
		position: absolute;
		z-index: 1010;
		top: 0;
		right: 0;
		width: 0.5rem;
		height: 0.5rem;
		cursor: pointer;
	}
	.header-common .button-menu span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0.3rem;
		margin-left: -0.25rem;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		border-bottom: 0.03rem solid #231815;
	}
	.header-common .button-menu span:nth-child(1) {
		margin-top: -0.1rem;
	}
	.header-common .button-menu span:nth-child(3) {
		margin-top: 0.1rem;
	}
	.header-common .button-menu.is-active {
		position: fixed;
	}
	.header-common .button-menu.is-active span {
		margin-top: 0;
		-webkit-transform: none;
		        transform: none;
	}
	.header-common .button-menu.is-active span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.header-common .button-menu.is-active span:nth-child(2) {
		opacity: 0;
	}
	.header-common .button-menu.is-active span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}

.footer-common {
	position: relative;
}
.footer-common .footer-inner {
	text-align: center;
}
.footer-common .footer-logo {
	display: block;
	margin: 0 auto;
}
.footer-common .footer-address {
	font-weight: 500;
}
.footer-common .footer-inquiry {
	display: flex;
	position: relative;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.footer-common .footer-inquiry::before, .footer-common .footer-inquiry::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	flex: 1 1 auto;
	width: 100%;
	height: 0.01rem;
	background-color: #231815;
}
.footer-common .inquiry-text {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	font-weight: 500;
}
.footer-common .contact-tel {
	display: inline-block;
	position: relative;
	color: #231815;
	font-weight: 700;
}
.footer-common .contact-tel::before {
	content: "";
	position: absolute;
	background: url("../img/common/icon_contact_01.svg") no-repeat;
}
.footer-common .tel-detail {
	color: inherit;
}
.footer-common .fax-detail {
	position: relative;
	font-weight: 500;
}
.footer-common .fax-detail::before {
	content: "";
	position: absolute;
	background: url("../img/common/icon_contact_02.svg") no-repeat;
}
.footer-common .footer-table {
	display: inline-block;
	font-weight: 500;
	text-align: left;
}
.footer-common .footer-table dl {
	display: flex;
}
.footer-common .footer-table dt {
	flex: 0 0 auto;
}
.footer-common .footer-table dd {
	flex: 1 1 auto;
	margin-left: 0.15rem;
}
.footer-common .footer-navigation {
	display: flex;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.6);
}
.footer-common .footer-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
	list-style: none;
}
.footer-common .footer-item {
	position: relative;
	color: #3e3a39;
	font-weight: 500;
}
@media print, (min-width: 768px) {
	.footer-common {
		padding: 2.7rem 0 1.15rem;
		background: #f1f1f1 url("../img/common/background_decor_02.png") no-repeat center top/auto 2.4rem;
	}
	.footer-common .footer-logo {
		width: 2.48rem;
		margin-bottom: 0.25rem;
	}
	.footer-common .footer-address {
		max-width: 10rem;
		margin: 0 auto 0.4rem;
		padding: 0 0.4rem;
		font-size: 0.26rem;
	}
	.footer-common .footer-inquiry {
		width: 6.47rem;
		margin-bottom: -0.05rem;
	}
	.footer-common .inquiry-text {
		padding: 0 0.15rem;
		font-size: 0.22rem;
	}
	.footer-common .footer-contact {
		margin-bottom: 0.2rem;
		padding: 0 0.4rem;
	}
	.footer-common .contact-tel {
		margin-bottom: -0.05rem;
		padding-left: 0.6rem;
		font-size: 0.6rem;
	}
	.footer-common .contact-tel::before {
		top: 0.24rem;
		left: 0;
		width: 0.4rem;
		height: 0.5rem;
	}
	.footer-common .fax-detail {
		padding-left: 0.65rem;
		font-size: 0.48rem;
	}
	.footer-common .fax-detail::before {
		top: 0.12rem;
		left: 0;
		width: 0.5rem;
		height: 0.51rem;
	}
	.footer-common .footer-table {
		margin-bottom: 0.5rem;
		font-size: 0.22rem;
		line-height: 1.7727272727;
	}
	.footer-common .footer-table dt {
		min-width: 1rem;
	}
	.footer-common .footer-list {
		margin: 0 -0.25rem 0 0;
	}
	.footer-common .footer-list > li:not(:last-child) {
		margin-right: 0.25rem;
	}
	.footer-common .footer-item {
		top: -0.02rem;
		font-size: 0.22rem;
		line-height: 1.75;
	}
}
@media only screen and (max-width: 767.98px) {
	.footer-common {
		padding: 2.3rem 0 1.05rem;
		background: #f1f1f1 url("../img/common/sp/background_decor_02.png") no-repeat center top/100% auto;
	}
	.footer-common .footer-logo {
		width: 1.81rem;
		margin-bottom: 0.8rem;
	}
	.footer-common .footer-address {
		margin-bottom: 0.45rem;
		padding: 0 0.2rem;
		font-size: 0.22rem;
	}
	.footer-common .footer-inquiry {
		margin-bottom: 0.25rem;
	}
	.footer-common .inquiry-text {
		padding: 0 0.2rem;
		font-size: 0.2rem;
	}
	.footer-common .footer-contact {
		margin-bottom: 0.25rem;
		padding: 0 0.4rem;
	}
	.footer-common .contact-tel {
		margin-bottom: 0.05rem;
		padding-left: 0.5rem;
		font-size: 0.5rem;
	}
	.footer-common .contact-tel::before {
		top: 0.2rem;
		left: -0.05rem;
		width: 0.35rem;
		height: 0.44rem;
	}
	.footer-common .fax-detail {
		padding-left: 0.5rem;
		font-size: 0.4rem;
	}
	.footer-common .fax-detail::before {
		top: 0.05rem;
		left: -0.11rem;
		width: 0.44rem;
		height: 0.44rem;
	}
	.footer-common .footer-table {
		margin-bottom: 0.2rem;
		font-size: 0.2rem;
		line-height: 1.95;
	}
	.footer-common .footer-table dt {
		min-width: 0.9rem;
	}
	.footer-common .footer-list {
		margin: 0 -0.25rem 0 0;
		padding: 0.1rem 0.9rem;
	}
	.is-ios .footer-common .footer-list {
		padding: 0.1rem 0.35rem 0.05rem;
	}
	.footer-common .footer-list > li:not(:last-child) {
		margin-right: 0.35rem;
	}
	.footer-common .footer-item {
		top: -0.02rem;
		font-size: 0.2rem;
		line-height: 1.75;
	}
}

.breadcrumb-common .item-wrapper {
	display: block;
	position: relative;
	color: #949595;
	font-weight: 400;
	text-decoration: none;
}
.breadcrumb-common .breadcrumb-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.breadcrumb-common .breadcrumb-item {
	position: relative;
}
.breadcrumb-common .breadcrumb-item::before {
	content: "";
	position: absolute;
}
.breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
	background: url("../img/common/icon_arrow_03.svg") no-repeat center center;
}
@media print, (min-width: 768px) {
	.breadcrumb-common .breadcrumb-item + .breadcrumb-item {
		padding-left: 0.35rem;
	}
	.breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
		top: 0.06rem;
		left: 0.15rem;
		width: 0.07rem;
		height: 0.1rem;
	}
	.breadcrumb-common .item-wrapper {
		font-size: 0.15rem;
	}
}
@media print, (min-width: 768px) and (max-width: 1024px) {
	.breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
		top: calc(50% + 0.02rem);
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@media only screen and (max-width: 767.98px) {
	.breadcrumb-common {
		padding-top: 0.09rem;
	}
	.breadcrumb-common .breadcrumb-item {
		padding-right: 0.12rem;
	}
	.breadcrumb-common .breadcrumb-item + .breadcrumb-item {
		padding-left: 0.35rem;
	}
	.breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
		top: 0.11rem;
		left: 0.08rem;
		width: 0.1rem;
		height: 0.1rem;
	}
	.breadcrumb-common .item-wrapper {
		font-size: 0.2rem;
	}
}

.section-products .products-title {
	color: #727171;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
}
.section-products .products-list .list-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.section-products .products-list li {
	text-align: center;
}
.section-products .products-list li .products-item {
	display: block;
	color: #595757;
}
.section-products .products-list li .products-item .item-thumbnail {
	display: block;
	position: relative;
}
.section-products .products-list li .products-item .item-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}
.section-products .item-title {
	margin: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
@media print, (min-width: 768px) {
	.section-products {
		padding: 0.65rem 0 1.9rem;
		background: url("../img/common/background_decor_01.png") center 0.6rem/auto 1.72rem no-repeat;
	}
	.section-products .products-title {
		margin-bottom: 1.95rem;
		font-size: 0.5rem;
	}
	.section-products .products-list {
		padding: 0.45rem 0.55rem 0.2rem;
	}
	.section-products .products-list .list-wrapper {
		margin: 0 -0.15rem;
	}
	.section-products .products-list li {
		width: 25%;
		margin-bottom: 0.5rem;
		padding: 0 0.075rem;
	}
	.section-products .products-list li .item-thumbnail {
		margin-bottom: 0.2rem;
		padding-top: 90.5660377358%;
	}
	.section-products .products-list li .item-thumbnail img {
		border-radius: 0.2rem;
		-webkit-box-shadow: 0 0.03rem 0.03rem rgba(148, 149, 149, 0.75);
		        box-shadow: 0 0.03rem 0.03rem rgba(148, 149, 149, 0.75);
	}
	.section-products .products-list li .item-title {
		min-height: 0.48rem;
		font-size: 0.24rem;
		line-height: 1;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-products {
		padding: 0.9rem 0 1.2rem;
		background: url("../img/common/sp/background_decor_01.png") center top/100% auto no-repeat;
	}
	.section-products .products-title {
		margin-bottom: 0.9rem;
		font-size: 0.35rem;
	}
	.section-products .products-list {
		padding: 1.05rem 0.8rem 1.1rem;
	}
	.section-products .products-list .list-wrapper {
		margin: 0 -0.15rem;
	}
	.section-products .products-list li {
		width: 50%;
		margin-bottom: 0.1rem;
		padding: 0 0.075rem;
	}
	.section-products .products-list .item-thumbnail {
		margin-bottom: 0.15rem;
		padding-top: 90.9090909091%;
	}
	.section-products .products-list .item-thumbnail img {
		border-radius: 0.17rem;
		-webkit-box-shadow: 0 0.0249rem 0.0249rem rgba(148, 149, 149, 0.75);
		        box-shadow: 0 0.0249rem 0.0249rem rgba(148, 149, 149, 0.75);
	}
	.section-products .products-list .item-title {
		min-height: 0.48rem;
		margin: 0 -0.05rem;
		font-size: 0.22rem;
		line-height: 0.9059090909;
	}
}
.section-products .products-detail {
	margin-top: 0.5rem;
}
.section-products .products-detail .detail-wrapper {
	margin: 0 auto;
	max-width: 900px;
}
.section-products .products-detail .item-thumbnail {
	display: block;
	position: relative;
	margin: 0 auto 0.6rem;
}
.section-products .products-detail .item-title {
	position: relative;
}
.section-products .products-detail .item-title.single {
	margin-bottom: 0.15rem;
	padding-left: 0.05rem;
	padding-bottom: 0.15rem;
	font-weight: 500;
}
@media print, (min-width: 768px) {
	.section-products .products-detail .item-title.single {
		font-size: 0.24rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-products .products-detail .item-title.single {
		font-size: 0.26rem;
	}
}
.section-products .products-detail .item-title.single::before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #E4E4E4;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
}
.section-products .products-detail .item-title.single::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 4px;
	background-color: #FF758B;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
}
.section-products .products-detail .item-desc {
	margin-bottom: 0.6rem;
	padding: 0 0.05rem;
	font-size: 0.2rem;
}
@media print, (min-width: 768px) {
	.section-products .products-detail .item-desc {
		font-size: 0.2rem;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-products .products-detail .item-desc {
		font-size: 0.24rem;
	}
}
.section-products .products-detail .item-desc a {
	background-color: #CFC;
}
.section-products .products-detail .btn_area {
	text-align: center;
}
.section-products .products-detail .btn_back {
	display: inline-block;
	margin: 0 auto;
	padding: 0.05rem;
	cursor: pointer;
}

.blog_paging {
	margin: 0 auto 0;
	text-align: center;
}
.blog_paging .nav-links {
	margin: 0 auto;
}
.blog_paging .nav-links .page-numbers {
	margin: 0 0.05rem 0;
	padding: 0.04rem 0.12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 0.24rem;
}
@media only screen and (max-width: 767.98px) {
	.blog_paging .nav-links .page-numbers {
		font-size: 0.34rem;
	}
}
.blog_paging .nav-links .page-numbers.prev, .blog_paging .nav-links .page-numbers.next {
	font-size: 0.3rem;
}
.blog_paging .nav-links .page-numbers.current {
	color: #FFF;
	background-color: #00803A;
}
.blog_paging .nav-links .page-numbers a {
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.blog_paging .nav-links .page-numbers a:hover {
	background-color: #E0E0E0;
}
.blog_paging .nav-links .return-list {
	display: inline-block;
}
/*# sourceMappingURL=products.css.map */