/*
Theme Name:     SWELL CHILD
Theme URI:      
Description:    Swell child theme.
Author:         Me
Author URI:     
Template:       swell
Version:        0.1.0
*/

header [class*=is-style-btn_]{
	margin: 0;
}


.p-postSlider {
	background-color: #fff;
}

.home .l-mainContent__inner {
	padding-top: clamp(32px, 5vw, 56px);
}

.p-topTagGuide {
	margin: 0 auto;
}

.paged{
	.p-topTagGuide {
		margin-top: 155px;
	}
}

.blog .p-topTagGuide__inner {
	margin-top: 155px;
}


.p-topTagGuide__inner {
	max-width: 1056px;
	margin: -100px auto 0;
	padding: clamp(24px, 4vw, 34px) clamp(20px, 4vw, 40px);
	border: 1px solid #426041;
	border-radius: 14px;
	background: #fff;
	position: relative;
	z-index: 100;
}

.p-topTagGuide__title, .p-postSlider__title {
	margin: 0 0 18px;
	color: #486d49;
	font-size: clamp(20px, 3.4vw, 20px);
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	padding: 0 0 0 30px;
	background: url(https://shop.slow-village.jp/Page/column/wp-content/themes/swell_child/img/icon_star.svg) no-repeat center left;
}

.p-topTagGuide__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-topTagGuide__item {
	margin: 0;
}

.p-topTagGuide__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 5px 0 24px;
	border-radius: 100px;
	border: #799078 1px solid;
	color: #3f6139;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
	background: url(https://shop.slow-village.jp/Page/column/wp-content/themes/swell_child/img/icon_tag.svg) no-repeat center left 6px #EDF4EE;
}

.p-topTagGuide__link:hover {
	color: #fff;
	background: url(https://shop.slow-village.jp/Page/column/wp-content/themes/swell_child/img/icon_tag_w.svg) no-repeat center left 6px #3f6139;
}

.l-sidebar {
	.tag-cloud-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 30px;
		padding: 0 5px 0 24px !important;
		border-radius: 100px;
		border: #799078 1px solid;
		color: #3f6139;
		font-size: 0.8rem;
		font-weight: 500;
		line-height: 1.2;
		text-decoration: none;
		transition: background-color .2s ease, transform .2s ease;
		background: url(https://shop.slow-village.jp/Page/column/wp-content/themes/swell_child/img/icon_tag.svg) no-repeat center left 6px #EDF4EE;
	}

	.tag-cloud-link:hover {
		color: #fff;
		background: url(https://shop.slow-village.jp/Page/column/wp-content/themes/swell_child/img/icon_tag_w.svg) no-repeat center left 6px #3f6139;
	}
}

.p-postSlider {
	padding-top: 150px;
	padding-bottom: 50px;
	margin-top: -100px;
}

.c-widget__title {
	color: #486d49;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	padding: .5rem 0 .5rem 30px !important;
	background: url(https://shop.slow-village.jp/Page/column/wp-content/themes/swell_child/img/icon_star.svg) no-repeat center left;
	border: none !important;
}

.l-mainContent__inner {
	background-color: #fff;
	padding: 40px;
	border-radius: 30px;
}

[class*=is-style-btn_] a {
	background-color: #3f6139;
}

.round {
	border-radius: 30px;
}

.post_content .is-style-check_list li{
	margin: .5em 0;
}


@media (max-width: 767px) {
	.p-topTagGuide__inner {
		padding: 24px 16px;
		width: 95%;
		margin: -100px auto 0;
	}

	.p-topTagGuide__title {
		margin-bottom: 18px;
		font-size: clamp(20px, 3.4vw, 20px);
	}

	.p-topTagGuide__list {
		gap: 8px;
		justify-content: flex-start;
	}

	.p-topTagGuide__link {
		min-height: 36px;
		font-size: .95rem;
	}

	.l-sidebar .tag-cloud-link {
		min-height: 36px;
		font-size: .95rem;
	}

	.l-mainContent__inner {
		padding: 10px;
	}

	.p-postSlider {
		padding-bottom: 0;
	}

	.p-postSlider__title {
		margin-left: .5rem;
	}
	.topTagGuide__title {
		font-size: 18px;
	}

}

.c-pageTitle__subTitle {
	display: none;
}
