/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

/* ヘッダー */
header .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header .inner::before,
header .inner::after {
	content: none;
}

header .inner .site-description {
	flex-basis: 100%;
}

header .inner .site-title {
	display: flex;
	align-items: center;
	margin-left: 0.714286em;
	padding: 5px 0;
}

header .inner .site-title a {
	line-height: 0;
}

header .inner .site-title .logo {
	width: 42.1875vw;
	max-width: 270px;
	height: auto;
}

header .inner .site-title .title {
	display: none;
}

header .inner .snav {
	padding-top: 0;
}

/* 商品詳細　商品説明 */
.item-description table {
	table-layout: fixed;
	margin-bottom: 0;
}

.item-description table:has(+ *) {
	margin-bottom: 2rem;
}

.item-description table:has(+ p) {
	margin-bottom: 0.3rem;
}

.item-description table caption {
	padding: 0.8rem 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

/* 商品詳細カートボタン周辺 */
.usces_login_wrap {
	max-width: 280px;
	margin: 0 auto;
}

.usces_login_wrap p:has(+ a) {
	margin-bottom: 0.5em;
	text-align: center;
}
.usces_login_wrap a {
	display: block;
	padding: 0.714286em 2.142856em;
	font-family: FontAwesome;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	border: none;
	border-radius: 3px;
	background-color: #ff8c00;
	transition: 0.3s ease all;
}

/* SVG - logo */
#logo #text path {
	fill: #727171;
}

#logo #symbol path {
	fill: #72af43;
}

/* 注釈 */
.annotation {
	margin: 0 !important;
	font-size: 0.8em;
}

.annotation li {
	list-style: none !important;
}

.annotation li::before {
	content: '※';
	display: inline-block;
	margin-right: 0.5em;
}

/* スモールキャップ */
.small-cap {
	font-size: 0.5em;
}

@media screen and (min-width: 62.5em) {
	/* ヘッダー */
	header .inner .site-title {
		margin-left: 0;
	}

	/* フロントページのウィジェット */
	.one-column #secondary {
		display: flex;
		gap: 50px;
	}

	.one-column #secondary .column {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 0%;
		float: initial;
		width: auto;
		margin: 0;
	}

	.one-column #secondary .column:has(.widget_welcart_calendar) {
		flex-grow: 1.5;
	}

	/* 商品詳細カートボタン周辺 */
	.usces_login_wrap {
		margin: 0;
		margin-left: auto;
	}

	.usces_login_wrap a:hover {
		text-decoration: none;
		background-color: #ffa500;
	}

	/* フッターナビ */
	footer nav ul {
		display: flex;
		gap: 24px;
	}
	footer nav li {
		float: initial;
		width: initial;
		margin: 0;
		padding: 0;
	}
	footer nav li a {
		padding: 0 1em;
	}
}
