/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2026 | 02:29:12 */
/* -------------
メインビジュアル
-----------------------------*/
.swiper-fade .swiper-slide {
    background: #fbfbfb;
}
.p-mainVisual {
	padding: 2rem 0 5rem;
}
.p-mainVisual::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: #f0f0f0;
	z-index: 0;
}
.p-mainVisual__inner {
	position: relative;
	z-index: 1;
}
.c-filterLayer:after, .c-filterLayer:before, .c-filterLayer__img {
	left: inherit;
	width: 66%;
	right: 0;
}
.illust-main {
	position: absolute;
	bottom: -79px;
	right: 0;
	z-index: 1;
}
@media (min-width: 960px) {
	.home .p-mainVisual__imgLayer img {
		border-radius: 20px 0px 0px 20px;
	}
}
@media (max-width: 700px) {
	.c-filterLayer:after, .c-filterLayer:before, .c-filterLayer__img {
		height: 60%;
	}
	.illust-main {
		bottom: 50px;
	}
	.p-mainVisual::after {
		height: 85%;
	}
	.p-mainVisual {
		padding: 1rem 0;
	}
	.top #content {
		padding-top: 0;
	}
}
.c-tabList__button {
	font-weight: bold;
	padding: 1.4em 0;
}
@media (max-width: 768px) {
	.horizontal-scroll .p-postList.-type-card {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 12px;
		padding-bottom: 10px;
	}
	.horizontal-scroll .p-postList.-type-card::-webkit-scrollbar {
		height: 14px;
	}
	.horizontal-scroll .p-postList.-type-card::-webkit-scrollbar-thumb {
		background: var(--color_main);
		border-radius: 7px;
	}
	.horizontal-scroll .p-postList.-type-card::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 7px;
	}
	.horizontal-scroll .p-postList.-type-card .p-postList__item {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.horizontal-scroll .p-postList.-type-card .p-postList__item:last-child {
		margin-right: 1em;
	}
}
.triangle-area {
	position: relative;
	z-index: 0;
	overflow: visible;
}
.triangle-area .triangle-bottom {
	position: relative;
	overflow: visible;
	z-index: 1;
}
.triangle-area .triangle-bottom::before {
	content: "";
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-bottom: 80px solid #fff;
	z-index: 0;
	pointer-events: none;
}
.triangle-area .triangle-bottom-gray::before {
	content: "";
	border-bottom: 80px solid #F6F6F6;
}
/* -------------
スライドショー
-----------------------------*/
.voice-slider {
	max-width: 800px;
}
.voice-slide__inner {
	padding: 2rem 1rem;
}
.voice-slide__border {
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 2rem 3rem 2rem;
	border: 2px solid #CBCBCB;
	border-radius: 10px;
	background: #fff;
}
.voice-slide__left {
	width: 80px;
	flex-shrink: 0;
	text-align: center;
}
.voice-icon {
	width: 60px;
	height: auto;
}
.voice-slide__right {
	flex: 1;
}
.voice-name {
	font-weight: 700;
	margin-bottom: 4px;
    border-bottom: 1px solid #dddd;
}
.voice-star {
	color: #f5a623;
	margin-bottom: 8px;
}
.voice-excerpt {
	font-size: 14px;
	line-height: 1.6;
}
.voice-slider {
	position: relative;
}
.voice-slider-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ededed;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease;
}
.voice-slider-button:hover {
	transform: translateY(-50%) scale(1.05);
}
.voice-slider-button-prev {
	left: 0;
}
.voice-slider-button-next {
	right: 0;
}
.voice-slider-button::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
.voice-slider-button-prev::before {
	transform: rotate(-135deg);
}
.voice-slider-button-next::before {
	transform: rotate(45deg);
}
/* -------------
 リフォームメニュー 
-----------------------------*/
.eight-deco {
	position: relative;
	overflow: hidden;
}
.eight-deco::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 60px;
	height: 60px;
	background: var(--color_main);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.eight-deco::after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
	background: var(--color_main);
	clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media (max-width: 768px) {
	.eight-deco::after {
		width: 20px;
		height: 20px;
	}
	.eight-deco::before {
		width: 20px;
		height: 20px;
	}
	.group-link-wrap .wp-block-group .eight-deco {
		padding: 0.7em;
	}
}
.wp-block-table td, .wp-block-table th {
	padding: 0.7em .75em;
}
/*-- アーカイブ　hover時に opacity--*/
.post-type-archive-construction .l-mainContent__inner .p-postList__item .p-postList__body:hover {
	opacity: 1;
}
.-ps-style-normal .p-postList__item:hover .p-postList__body, .-type-card .p-postList__item:hover .p-postList__body, .-type-list .p-postList__item:hover .p-postList__body {
	opacity: 1;
}
@media (min-width: 1020px) {
	.p-postList__more .-type-card.-pc-col3 .p-postList__item {
		position: relative;
	}
	.p-postList__more .-type-card.-pc-col3 .p-postList__item:not(:nth-child(3n+1))::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1px;
		height: 100%;
		background: #e5e5e5;
	}
}
.p-postList__link {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.p-postList__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.p-postList__meta {
	margin-top: auto;
}
/* -------------
投稿にボタンの追加.p-postList__more 
-----------------------------*/
.p-postList__meta {
	position: relative;
	gap: 10px;
}
.p-postList__meta::after {
	content: "詳細はこちら";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 0.8rem 1.2rem;
	background: transparent;
	font-size: 1.4em;
	letter-spacing: .05em;
	box-shadow: none;
	transition:
		background-color .3s ease,
		color .3s ease,
		box-shadow .3s ease,
		transform .3s ease;
	border: 2px solid var(--color_main);
    background: #fff;
}
.p-postList__meta::before {
	content: "";
	position: absolute;
	left: 47%;
	bottom: 1.25em;
	transform: translateX(-70px);
	width: 20px;
	height: 20px;
	background: url("http://20251224095786u3b5t7.conohawing.com/wp-content/uploads/2026/01/btn-icon.svg") no-repeat center / contain;
	color: #333;
	pointer-events: none;
	transition: filter .3s ease;
}
.p-postList__meta:hover::after {
	border: 2px solid var(--color_main);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
	background: none;
}
@media (max-width: 600px) {
	.c-tabBody__item .p-postList .p-postList__title, .-type-card .p-postList__excerpt {
		font-size: 0.8em;
	}
}
.p-postList__body {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.p-postList__excerpt {
	flex: 1;
}
/* -------------
投稿の詳細ページ
-----------------------------*/
@media (min-width: 600px) {
	.single-post .c-postTitle__ttl {
		margin: 0 0.4em 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0.3em 0;
	}
}
.c-postTitle__date {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: var(--color_main);
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	flex: none;
	margin: 0;
	padding: 0;
}
.c-postTitle__date .__y {
	font-size: 0.75rem;
	opacity: 0.8;
}
@media (min-width: 600px) {
	.c-postTitle__date .__y {
		font-size: 13px;
	}
}
@media (min-width: 600px) {
	.c-postTitle__date .__md {
		font-size: 13px;
	}
}
/* -------------
目次の設定
-----------------------------*/
.post_content .p-toc__list {
	background: #f5f9fc;
	border: 2px solid #d4e8f7;
	border-radius: 10px;
	padding: 1.2em 1.5em;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
ul.is-style-index li {
	position: relative;
	list-style: none;
	margin: 0.6em 0;
	padding-left: 1.8em;
	font-weight: 500;
}
ul.is-style-index li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f5bd";
	font-weight: 900;
	color: var(--color_main, #009fe8);
	position: absolute;
	left: 0;
	top: 0.1em;
}
.p-toc__link {
	position: relative;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	border-bottom: 1px dashed rgba(0, 159, 232, 0.3);
	padding-bottom: 2px;
}
.p-toc__link:hover {
	color: var(--color_main, #009fe8);
	border-bottom: 1px solid var(--color_main, #009fe8);
}
.p-toc__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: var(--color_main, #009fe8);
	transition: width 0.3s ease;
}
.p-toc__link:hover::after {
	width: 100%;
}
@media (max-width: 600px) {
	ul.is-style-index {
		padding: 1em;
	}
	ul.is-style-index li {
		margin: 0.4em 0;
	}
}