@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローディング画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loading_wrap .img {
	width: 180px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb .inner {
    background: rgba(0,0,0,.85);
    border-radius: 0;
	padding-top: 40px;
}
	
div#tel_lb .msg {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
	
div#tel_lb .num {
    font-weight: normal;
    font-size: 37px;
	line-height: 1.2;
}

div#tel_lb .open {
    margin-bottom: 20px;
}
	
div#tel_lb .btn a {
	border-radius: 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP　＞　Recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes txt-slider {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2650px 0;
	}
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ロゴ */
nav#mobile-header .site-logo a img {
    height: 40px;
}
	
/* 背景色 */
nav#mobile-header {
    background: rgba(0,0,0,.5);
	border-bottom: 1px solid #5c5c5c;
}
nav#mobile-header.is_stuck {
	background: rgba(0,0,0,.9);
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニュー内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu li.menu-item a {
    border-top: 1px solid #4b4b4b;
}
#generate-slideout-menu li.menu-item[class*="home"] a {
    border-top: none;
}
	
#generate-slideout-menu li.menu-item a{
	position:relative;
}
	
#generate-slideout-menu li.menu-item[class*="current-menu-"] > a::before,
body[class*='works'] .main-nav ul:not(.sub-menu) > li.works > a::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 40%;
	background-color: var(--accent);
	top: 50%;
	left:0;
	transform: translate3d(0px, -50%, 0px);
}
	
#generate-slideout-menu.main-navigation .main-nav ul ul.sub-menu li > a::before {
    content: '';
}

#generate-slideout-menu li.menu-item .sub-menu a {
    padding: 5px 10px 5px 20px;
	margin-left:60px;
}
	
/* お問い合わせ*/
#generate-slideout-menu li.contact a {
	text-align: center;
	background: var(--accent);
	color: #fff;
	border-top: 0;
	margin-top: 15px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニューのカスタマイズ(2023-03-13mk)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.openbtn{
	position: relative;
	background:transparent;
	cursor: pointer;
	width: 50px;
	height:50px;
	border-radius: 5px;
}
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	background: #fff;
	width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px; 
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通　＞　ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h_child_navi ul.child_navi {
    border-radius: 0;
}

.h_child_navi ul.child_navi li:first-child a,.h_child_navi ul.child_navi li:last-child a {
    border-radius: 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工実績」＞　アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h_child_navi ul.child_navi.works::-webkit-scrollbar {
    display: none;
}
	
.h_child_navi ul.child_navi.works {
    gap: 7px;
	background: #fff;
}
	
.h_child_navi ul.child_navi.works a {
    font-size: 15px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工実績」＞　詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper_box .gallery-top {
	height: 160px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.swiper_box .gallery-top .swiper-slide a::after {
	font-size: 18px;
	width: 30px;
	height: 30px;
	border-top-left-radius: 3px;
}

.swiper_box .gallery-thumbs .swiper-slide {
	width: 55px!important;
	margin-right: 10px!important;
	border-radius: 2px;
}

.swiper_box :is(.swiper-button-next,.swiper-button-prev) {
	width: 30px;
	height: 30px;
	border: 1px solid var(--main);
	top: 70px;
}

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

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

.swiper_box :is(.swiper-button-next,.swiper-button-prev):after {
	font-size: 12px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　表
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */	
/*フォントサイズ調整*/
.table_sp_small,
.table_sp_small span{
    font-size: 14px !important;
}
	
}/*メディアクエリ終了*/