/*
Theme Name: LDash
Theme URI: http://media.zenei.jp/
Description: LDash
Author: DESIGNIST-LAB
Author URI: https://www.designist-lab.com
Template: xeory_base
Version: 1.0.0
*/

/* Import the parent theme's style */
@import url("../xeory_base/style.css");

body {
	/*	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif; */
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
	font-size: 16px;
	/*	line-height: 1.42857; */
	line-height: 1.8;
	background-color: #f7f6f6;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
	font-weight: 300;
	line-height: 1.2;
}

#logo{
	width: 100px !important;
	height: auto !important;
}
.wrap-logo {
	//	margin-right: 50px;
	width: 100% !important;
	height: auto !important;
}

.h1-design {
	background-color: #806f2a;
	color: #ffffff;
}

.type-page{
	border: 0 !important;
}

#gnav-container {
	display: flex;
	align-items: center;
}

.post-cat a {
	border-radius: var(--bs-border-radius-pill) !important;
	background-color: #e4c752;
	--bs-badge-font-size: 0.7em;
	font-size: var(--bs-badge-font-size);
	--bs-badge-padding-x: 0.85em;
	--bs-badge-padding-y: 0.35em;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	color: white;
}

.category-cat a {
	font-size: small;
	color: grey;
}

.index-h1 {
	padding: .15em 0 .15em;
}

.index-h1::before {
	background-color: #f4d557;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	width: 8px;
}

.category-h1 {
	padding: .15em 0 .15em;
}

.category-h1::before {
	background-color: #f4d557;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	width: 8px;
}

footer {
	font-size: small;
	color: white !important; /* !important 追加 */
	background-color: #404040;
}

footer a {
	color: white !important; /* !important 追加 */
}

.footer-01, .footer-02 {  /* 追加 */
	color: white !important;
	background-color: #404040;
}

******************************/
/** 機能紹介ページ装飾 **/
/******************************/
.top-btn-wrap {
	position: fixed;
	bottom: 3.25rem;
	right: 1.25rem;
	max-width: 5.75rem;
	width: 6.2777777778vw;
	max-height: 4.75rem;
	height: 6.2777777778vw;
	z-index: 1000;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 768px) {
	.top-btn-wrap {
		bottom: 0.625rem;
		right: 0.625rem;
		max-width: 9.5vw;
		width: 9.5vw;
		max-height: 9.5vw;
		height: 9.5vw;
	}
}
.top-btn-wrap.active {
	opacity: 1;
	visibility: visible;
}
<p>.top-btn:hover {
	opacity: 1;
}
.d{} /* なぜかこれがないとCSSが適応しない */
.card-header-style {
	padding-left: 50px;
	font-weight: 600;
	font-size: 1.5rem;
	color: 	#00B900;
}
.card-header-image {
	position: absolute;
	/*    top: -0.00rem; */
	top: 1rem;
	left: 1.5rem;
	width: 3rem;
	height: 3rem;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #333333;
	border-radius: 50%;
	object-fit: cover;
	background-color: #ffffff;
}
.taguyokosize {
	display:flex;
	flex-wrap:wrap;
	width: 75%;
	margin: 0 auto;
	@media screen and (max-width: 480px) {
		width: 95%;
	}
}
.yokosize {
	width: 100%;
	margin: 0 auto;
	@media screen and (max-width: 480px) {
		width: 100%;
	}
}
.shitamargin {
	padding: 0.8rem 1rem 0rem 1rem;
	margin: 0 auto;
	margin-bottom: 40px;
}
.tagu {
	color: #333;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	border-radius: 1rem;
	font-size: 0.8rem;
	display: flex;
	text-align: center;
	align-items: center;
	margin-right: 1rem;
}<br />
.tagu:hover {
	color: #fff;
	background-color: #00B900;
}

******************************/
/** ページネーション装飾 **/
/******************************/
.pagination .current {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #0f5474;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background-color: #00B900;
	border: 1px solid #00B900;
}
