/*
Theme Name: SOLPHA
Theme URI: https://solpha.co.jp/
Author: SOLPHA, INC.
Author URI: https://solpha.co.jp/
Description: Original WordPress theme developed by SOLPHA, INC.
Version: 0.1.0
Text Domain: solpha
*/

/* =========================
   SOLPHA Header
   ========================= */

.site-header {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
}

.site-header__inner {
	width: 100%;
}

.site-header__branding {
	gap: 16px;
}

.site-header__branding .wp-block-site-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header__branding .wp-block-site-title a {
	color: #111111;
	text-decoration: none;
}

.site-header__navigation {
	font-size: 15px;
	font-weight: 500;
}

.site-header__navigation .wp-block-navigation-item__content {
	color: #111111;
	text-decoration: none;
}

.site-header__navigation .wp-block-navigation-item__content:hover {
	opacity: 0.6;
}

/* =========================
   SOLPHA Product Layout　商品ページ（画像ギャラリーの左の余白）
   ========================= */

.solpha-product-main {
	width: calc(100% - 48px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* =========================
   SOLPHA Product Layout 2　商品ページ（商品説明文の左の余白）
   ========================= */

.solpha-product-section {
	width: calc(100% - 48px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* =========================
   SOLPHA Product Breadcrumb　商品ページ（URL階層の左の余白）
   ========================= */

.solpha-product-breadcrumb {
	width: calc(100% - 48px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}