/*
Theme Name:		Welcart Duo Child Theme
Template:		welcart_duo
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Welcart Duo Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, welcart-duo,
*/

:root {
	/* --base-font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif; */
	--general-text-color: #454545;
	--general-link-color: var(--primary-color);
	--general-link-hov-color: #008a3d;
	--general-link-visited-color: var(--primary-color);
}


a,
a * {
	text-decoration: none !important;
}

a:hover,
a:hover * {
	text-decoration: none !important;
}

.home .site-main {
	margin-top: 0;
}

.widget_welcart_duo_item_list .btn-primary {
	display: none;
}

#reviews {
	display: none;
}

.purchase-box .quantity {
	display: none;
}

.zaikostatus::before {
	content: "残席状況：";
}

.item-detail-gallery .caption {
	display: none;
}

.upbutton {
	display: none !important;
}

.widget.widget_text {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.site-header > .row {
	max-width: var(--layout-wide);
	margin-inline: auto;
	width: 100%;
}

.aas-site-notice {
	background-color: var(--primary-color);
	color: #fff;
	font-size: 12px;
	width: 100%;
}

.aas-site-notice-inner {
	max-width: var(--layout-wide);
	margin-inline: auto;
	padding-block: 0.2em;
}

.site-title-logo .site-logo img {
	height: 36px !important;
	width: auto !important;
	max-width: none !important;
}

@media (max-width: 768px) {
	.site-title-logo .site-logo img {
		height: 28px !important;
	}
}

.site-footer {
	background-color: #696969;
	color: #fff;
}

#toTop {
	background-color: rgba(255, 255, 255, 0.8) !important;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	flex-direction: column;
	gap: 0.35rem;
	width: 3.2rem !important;
	height: 3.2rem !important;
	overflow: visible;
	bottom: 2rem !important;
	right: 2rem !important;
	transition: background-color 0.3s ease;
}

#toTop:hover,
#toTop:focus {
	background-color: var(--primary-color) !important;
}

#toTop:hover::before,
#toTop:focus::before {
	border-top-color: #fff;
	border-right-color: #fff;
}

#toTop:hover::after,
#toTop:focus::after {
	color: #fff;
}

#toTop svg {
	display: none;
}

#toTop::before {
	content: "";
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	transform: rotate(-45deg);
	flex-shrink: 0;
	transition: border-color 0.3s ease;
}

#toTop::after {
	content: "トップへ";
	font-size: 9px;
	color: var(--primary-color);
	line-height: 1;
	transition: color 0.3s ease;
}

.site-footer .sns {
	display: none;
}

.site-footer .container {
	grid-template-columns: 1fr !important;
	gap: 0.25rem !important;
}

.site-footer .footer-nav,
.site-footer .checkout-nav {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}

.site-footer .footer-nav > li,
.site-footer .checkout-nav > li {
	position: relative;
	padding-inline: 1rem;
}

.site-footer .footer-nav > li::before,
.site-footer .footer-nav > li:last-child::after,
.site-footer .checkout-nav > li::before,
.site-footer .checkout-nav > li:last-child::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1em;
	border-left: 1px solid #fff;
}

.site-footer .footer-nav > li::before,
.site-footer .checkout-nav > li::before {
	left: 0;
}

.site-footer .footer-nav > li:last-child::after,
.site-footer .checkout-nav > li:last-child::after {
	right: 0;
	border-left: none;
	border-right: 1px solid #fff;
}

.site-footer .footer-nav a,
.site-footer .checkout-nav a {
	font-size: 13px !important;
}

.site-footer .container {
	padding-block: 1rem !important;
}

.site-footer .copyright {
	text-align: center !important;
	margin-block: 0.5rem 0 !important;
}

.site-footer a,
.site-footer .footer-nav a,
.site-footer .checkout-nav a {
	color: #fff !important;
}

.aas-mail-notice {
	background-color: #fff8e1;
	border-left: 4px solid #f0ad00;
	border-radius: 4px;
	padding: 12px 16px;
	margin-top: 1rem;
	font-size: 0.95em;
	line-height: 1.7;
}

