@charset "UTF-8";
/* CSS Document */
:root {
  --main-color: #b5d72c;
/* 	  #7cbb38; */
}

body {
	font-size: 18px;
}
#header-container,
#navi{
	background: #b5d72c!important;
}
.entry-title, .archive-title {
	margin-bottom: 1em;
    font-size: 2rem;
	margin-top: 1em;
}
.related-entry-heading {
	font-size: 1.75rem;
	text-align: center;
}

.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: #fffcf2!important;
}
footer.nb-footer .copyright {
	color: #fff;
	background-color: var(--main-color)!important;
}

#footer p,
#footer a {
	color: #333!important;
}
#footer .company-name {
	font-weight: bold;
	color: #c1e522!important;
}
footer .map {
	background:#c1e522!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: "▶"; /* Add a triangle arrow before child categories */
	margin-right: 0.5em; /* Space between the arrow and the text */
}
.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: var(--main-color);
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 5vh;
	background-size: cover;
}
.shop-info h3 {
	text-align: center;
	width: 50%;
	margin: 0 auto 1em;
	color: #fff;
	font-weight: bold;
	border: none!important;
}
.shop-info .menu {
	background: #fff;
	padding: 2em 1em;
	text-align: center;
	margin-bottom: 3vh;
}
.shop-info .menu p {
	margin-bottom: 1em;
}
.shop-info .menu .contact {
	margin:0 auto;
}
.shop-info .menu .line_box {
	width: 100%;
	margin:3vh auto 0;
}
.shop-info .menu .contact .tel {
	padding: 0;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: none;
	text-align: center;
}
.shop-info .menu .contact .tel a {
	text-decoration: none;
	color: var(--main-color);
}
.shop-info dd {
	margin-left: 0!important;
}
.shop-info .menu .contact .btn-reva,
.hp-btn{
	background: var(--main-color);
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 0.5em 0;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
}
.shop-info .detail {color: #fff;}
.shop-info .detail table { width: 100%; }
.shop-info .detail .name {
	text-align: center;
}
.shop-info .detail .name span {display: inline;}
.shop-info .detail th,
.shop-info .detail td {
	display: block;
	padding: 0.5em;
	text-align: left;
	font-weight: normal;
	border: none!important;
	font-size: 1rem;
}
.shop-info .detail th {
	background: #fff none repeat scroll 0 0;
    color: var(--main-color);
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin: 0.5em 0;
	text-align: center;
	padding: 0.25em 0;
    position: relative;
	font-weight: bold;
}
.shop-info .detail td span {
	display: block;
	text-align: right;
}
.shop-info .detail td a {
	padding: 0.2em 0.5em;
	border-radius: 6px;
	background: #fff;
	color: var(--main-color);
	font-size: 0.8rem;
}
.shop-info .menu .line {
	text-align: center;
}
.shop-info .menu .line span {
	color: #4FCD2B;
}
.shop-info .menu .line-btn {
	background: #4FCD2B;
	text-align: center;
	width: 100%;
	margin: auto;
	color: #fff;
	padding: 0.5em 0;
	border-radius: 6px;
	text-decoration: none;
}
.shop-info .hp-btn {
	background: #fff;
	color: var(--main-color);
	font-size: 1.4rem;
	font-weight: bold;
	margin: 3vh 0 0 0;
	padding: 0.25em 0;
	border-radius: 10px;
	text-align: center;
	text-decoration: none!important;
	display: block;
	border-bottom: 5px solid #aaa;
	color: var(--main-color);
}
table tr:nth-of-type(2n+1) {
	background: transparent!important;
}

@media screen and (max-width: 767px) {
	.shop-info .hp-btn {
		font-size: 1.2rem;
		padding: 0.5em 0;
		margin: 2vh 0 0 0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.mobile-header-menu-buttons {
		background-color: var(--main-color)!important;
	}


}
