@charset "UTF-8";
/* CSS Document */
:root {
  --main-color: #C9B274;
  --main-color-dark: #A89358;
  --main-color-light: #D9C47C;
  --main-color-pale: #E8DCBA;
  --brown: #7B6548;
  --brown-dark: #5C4A33;
  --beige: #F3EDE2;
  --warm-white: #FDFCF9;
}

body {
	font-size: 18px;
}
.entry-title, .archive-title {
	margin-bottom: 1em;
    font-size: 2rem;
	margin-top: 1em;
}
.related-entry-heading {
	font-size: 1.75rem;
	text-align: center;
}
.entry-content p {
	margin-bottom: 0!important;
}
.a-wrap {
	display: block;
	position: relative;
	padding: 1.5em 1em;
	border-bottom: 1px solid #eee;
}
.navi-in > ul li {
	padding:0 0.75em !important;
}
.copy-button span {
	color: #fff!important;
}
/**************************************************
フッター
***************************************************/
#footer {
	background: #5C4A33!important;
}
footer.nb-footer .copyright {
	color: #fff;
	background-color: #2A1F12!important;
}

#footer p,
#footer a {
	color: rgba(255,255,255,0.7)!important;
}
#footer .company-name {
	font-weight: bold;
	color: #fff!important;
}
footer .map {
	background: var(--main-color)!important;
	color: #fff!important;
}

#footer .copyright a,
#footer .copyright p {
	color: #fff!important;
}
/**************************************************
サイドバー
***************************************************/
.sidebar h2, .sidebar h3 {
	font-size: 0.9rem;
	font-weight: bold;
	background-color: var(--main-color)!important;
	color: #fff;
}
.sidebar li {
	font-size: 15px;
	border-bottom: 1px solid #eee;
}
.menu-item-has-children li::before {
	content: "▶";
	margin-right: 0.5em;
}
.menu-item-has-children li:last-child {
	border-bottom: none;
}
.sidebar .toc-list li {
	padding: 0.5em 0;
}
.author-box {
	border: none;
}
.widget_search .wp-block-search__label {
	display: none;
}
.nwa .author-box {
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.author-box p {
	font-size: 0.9rem;
	line-height: 1.5em;
}
.related-entry-card-content {
	padding:0 1em;
}
.related-entry-card-snippet, .entry-card-snippet {
	line-height: 1.5em;
	font-size: 0.75em;
}
.related-entry-card-title, .entry-card-title {
	margin-bottom: 0.5em;
}

/**************************************************
ショップ情報
***************************************************/
.shop-info {
	background: linear-gradient(135deg, var(--brown-dark, #5C4A33), var(--brown, #7B6548));
	border-radius: 10px;
	padding: 2rem;
	margin: 3rem 0 2rem;
}
.shop-info .inner {
	max-width: 100%;
}
.shop-info h3 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	margin: 0 auto 1.2em;
	color: #fff;
	font-weight: 600;
	border: none!important;
	background: none!important;
	letter-spacing: 0.1em;
	padding: 0;
}
.shop-info .menu {
	background: #fff;
	padding: 1.5em 1.2em;
	text-align: center;
	margin-bottom: 1.5rem;
	border-radius: 8px;
}
.shop-info .menu p {
	margin-bottom: 1em;
	color: var(--text-light, #6B5D4D);
	font-size: 0.9rem;
}
.shop-info .menu .contact {
	margin: 0 auto;
}
.shop-info .menu .contact .btn:hover {
	opacity: 0.85;
}
.shop-info dd {
	margin-left: 0!important;
}
.shop-info .detail {
	color: rgba(255,255,255,0.85);
}
.shop-info .detail .row {
	align-items: center;
}
.shop-info .detail img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 1rem;
}
.shop-info .detail table {
	width: 100%;
	border-collapse: collapse;
}
.shop-info .detail th,
.shop-info .detail td {
	padding: 0.5em 0.6em;
	text-align: left;
	font-weight: normal;
	border: none!important;
	border-bottom: 1px solid rgba(255,255,255,0.1)!important;
	font-size: 0.85rem;
	color: rgba(255,255,255,0.85);
	vertical-align: top;
}
.shop-info .detail th {
	background: none;
	color: var(--gold-pale, #E8D5A0);
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
	width: 5em;
}
.shop-info .hp-btn {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	margin: 1.5rem 0 0 0;
	padding: 0.6em 0;
	border-radius: 50px;
	text-align: center;
	text-decoration: none!important;
	display: block;
	transition: all 0.3s;
	border-bottom: none;
}
.shop-info .hp-btn:hover {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
}
table tr:nth-of-type(2n+1) {
	background: transparent!important;
}

@media screen and (max-width: 767px) {
	.shop-info {
		padding: 1.5rem;
	}
	.shop-info .hp-btn {
		font-size: 0.85rem;
		padding: 0.6em 0;
		margin: 1rem 0 0 0;
		width: 100%;
	}
	.shop-info .detail img {
		margin-bottom: 1.5rem;
	}
}
