@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローディング画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loading_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100003;
	background-color: var(--main);
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading_wrap .img {
	display: none;
	width: 250px;
	margin-bottom: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_wbr {
	word-break: keep-all;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:is(.single-post, .category, .tag) .inside-navigation ul:not(.sub-menu) li.news a {
	color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP　＞　Works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
	--slick_side_margin: 25px;/*slik内の要素の左右の余白。*/
}

.cmn_carousel_2col :is(.slick-prev,.slick-next):before {
    font-size: 25px;
    color: var(--accent)!important;
}
.cmn_carousel_2col .slick-dots li button:before {
    font-size: 6px;
    color: #aaa;
}
.cmn_carousel_2col .slick-dots li.slick-active button:before {
    color: var(--accent);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP　＞　Recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_recruit .flow_txt {
    animation: txt-slider 70s linear infinite;
}

@keyframes txt-slider {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2650px 0;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通　＞　ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h_child_navi ul.child_navi {
    border-radius: 0;
}

.h_child_navi ul.child_navi a {
    color: #848484;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工実績」＞　アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h_child_navi ul.child_navi.works {
    gap: 12px;
	justify-content: flex-start;
}

.h_child_navi ul.child_navi.works li {
	flex-grow: 0;
}

.h_child_navi ul.child_navi.works a {
    border-radius: 50px!important;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 25px;
    min-width: auto;
    font-size: 17px;
    letter-spacing: 0.05em;
}

.h_child_navi ul.child_navi.works a:hover,
.h_child_navi ul.child_navi.works li.current_page_item a {
    background: var(--accent);
    border: 1px solid var(--accent);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工実績」＞　詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper_box {
	position: relative;
}

.swiper_box .gallery-top {
	height: 456px;
	margin-bottom: 20px;
}

.gallery-top .img_container img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.swiper_box .gallery-top .swiper-slide a::after {
	content: "\e905";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-family: "icomoon";
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: rgb(0 0 0 / 50%);
}

.swiper_box .gallery-thumbs .swiper-slide {
	width: 120px!important;
	margin-right: 20px!important;
	overflow: hidden;
}

.swiper_box :is(.swiper-button-next,.swiper-button-prev) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-image: none;
	border-radius: 50%;
	border: 1px solid #808080;
	top: 200px;
	margin-top: 0;
	z-index: 1;
}

.swiper_box .swiper-button-next {
	right: -80px;
}

.swiper_box .swiper-button-prev {
	left: -80px;
}

.swiper_box :is(.swiper-button-next,.swiper-button-prev):after {
	content: '\e91b';
	font-size: 18px;
	font-family: "icomoon";
	color: #808080;
}

.swiper_box .swiper-button-prev:after {
	transform: scaleX(-1);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　模様・質感塗装
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ギャラリー*/
body.page-pattern-painting .wp-block-gallery a {
    position: relative;
}

body.page-pattern-painting .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    position: unset;
    color: var(--main);
    background: none;
    text-shadow: none;
    flex-basis: unset;
	padding: 5px;
}

body.page-pattern-painting .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    backdrop-filter: none;
}

body.page-pattern-painting .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption) a {
	height:120px!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:is(.page-contact, .page-about, .page-download) .site-content {
    padding: 0px 110px;
}