.global-nav-list>li{float:left}.global-nav-list>li:hover .global-nav-description,.global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)) .global-nav-description{opacity:1}.global-nav-list>li:hover:before,.global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before{width:100%}.global-nav-list>li:before{position:absolute;left:0;bottom:0;content:"";width:0;border-bottom:1px solid var(--vk-color-primary);transition:all .5s ease-out}.global-nav-list>li.menu-item-has-children::after{transition:all .2s ease-out;content:"";position:absolute;padding:0;bottom:-10px;left:50%;transform:translateX(-50%);border:10px solid transparent;z-index:1000;opacity:0;border-bottom-color:var(--vk-color-primary)}.device-pc .global-nav-list>li.menu-item-has-children:hover::after,.global-nav-list>li.acc-parent-open::after{opacity:1;bottom:1px}.global-nav-list>li.acc-parent-close::after{opacity:0}.global-nav-list>li>ul.sub-menu{margin-top:-1px}.global-nav-list ul li a:hover{background-color:var(--vk-color-primary)}body:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list>li:before{left:unset;bottom:unset;border-bottom:none;border-right:1px solid var(--vk-color-primary);top:14px;right:0;height:0}body:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list>li.acc-parent-open::after,body:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list>li.menu-item-has-children:hover::after{bottom:0}body:not(.header_scrolled).device-pc .global-nav--text-layout--vertical .global-nav-list>li:hover:before,body:not(.header_scrolled).device-pc .global-nav--text-layout--vertical .global-nav-list>li[class*=current]:before{height:calc(100% - 14px - 14px)}body:not(.header_scrolled).device-mobile .global-nav--text-layout--vertical .global-nav-list>li.acc-parent-open:before,body:not(.header_scrolled).device-mobile .global-nav--text-layout--vertical .global-nav-list>li[class*=current]:before{height:calc(100% - 14px - 3em)}body,html{font-family:Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}

.entry-title--post-type--page/*,
h2:where(:not(.wp-block-post-title))*/{
	padding:.5em 0;
	border-top:2px solid var(--vk-color-primary);
	border-bottom:1px solid var(--vk-color-border-hr)
}
.sub-section-title,
h3:where(:not(.wp-block-post-title)){
	position:relative;
	border-bottom:1px solid var(--vk-color-border);
	background:0 0;
	padding:0 0 .5em;
	border-radius:0;
}
.sub-section-title:after,
h3:where(:not(.wp-block-post-title)):after{
	content:".";
	line-height:0;
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:-1px;
	width:30%;
	border-bottom:1px solid var(--vk-color-primary);
}
h4:where(:not(.wp-block-post-title)){
	padding:.5em;
	background-color:var(--vk-color-border-hr);
	border-radius:var(--vk-size-radius);
}
h5:where(:not(.wp-block-post-title)){
	padding-bottom:.5em;
	border-bottom:1px solid var(--vk-color-border-hr);
}
.wp-block-button__link{
	padding-top:calc(.6em + 2px);
	padding-bottom:calc(.6em + 2px);
}
.vk_button{margin-top:0}
.vk_button .vk_button_link.btn,
.wp-block-button.is-style-outline .wp-block-button__link{
	border-width:1px;
	padding-top:.6em;
	padding-bottom:.6em;
}
body,html{
	font-family:Lato,"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}
.site-header{
	background-color:#fff;}
.page-header{
	color:#fff;background-color:var(--vk-color-primary);}
.breadcrumb{
	border-top:1px solid var(--vk-color-border-hr);border-bottom:1px solid var(--vk-color-border-hr);
}

/*FV*/
.fv{
	background-image: url(http://habo.jp/wp-content/uploads/2026/02/2rMkQi6o.jpg);
	background-size: cover;
}
.fv span.over{
	background-color: transparent!important;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(26, 26, 26, 0.5));
}

@media (max-width:767.98px){
	.hero-features{
		display: block!important;
	}
	.hero-features .feature-item{
		display: flex;
    	justify-content: center;
		margin-bottom: 3%;
	}
}

/*TOP_h2見出し*/
h2.top-ttl {
    position: relative;
	padding: 0.5rem 0 1rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #353535;
}
h2.top-ttl::before {
    position: absolute;
    border-bottom: 4px solid #b8941f;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}

/*フッター*/
.site-footer{
	border-top:1px solid var(--vk-color-primary);
	background: #000;
	color: #fff;
	padding-bottom: 20px;
}
.site-footer-content{
	margin-bottom: 40px;
}
.footer-nav{
	border-bottom:1px solid var(--vk-color-border-hr);
}
.footer-nav-list li:first-child{
	border-left:1px solid var(--vk-color-border);
}
.footer-nav-list li{
	border-right:1px solid var(--vk-color-border);
}
@media (max-width:767.98px){
	.footer-nav{
		border-bottom:none;}
	.footer-nav-list li:first-child{
		border-left:none;
	}
	.footer-nav-list li{
		border-right:none;border-bottom:1px solid var(--vk-color-border-hr)
	}
}
.site-footer-title{
	color: #d4af37;
    font-size: 23px;
	margin-bottom: 0;
}
@media (max-width:767.98px){
	.site-footer-title{
		color: #d4af37;
		font-size: 20px;
	}
}
.footer-list{
	list-style: none;
}
.widget_nav_menu{
	margin-bottom: 0;
}
.footersupport{
	list-style: none;
}
@media (max-width:767.98px){
	.fotter_habo{
		width: 90%;
		margin: 0 auto;
	}
}
.fotter_habo h5{
	font-size: 26px;
    margin-bottom: 0;
}
.fotter_habo address{
	margin-bottom: 10px;
}
.fotter_habo .tel{
	font-size: 20px;
	margin-bottom: 10px;
}
.fotter_habo .tel .icon,
.fotter_habo .mail .icon{
	width: 15px;
}
.fotter_habo .mail{
	font-size: 20px;
}


/*SNS部分*/
.site-body-bottom{
	background-color: #000;
    margin: 0;
}
.site-body-bottom .sns{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 20px 0 20px;
}
.site-body-bottom .sns li{
	margin: 0 10px;
	width: 50px;
}

/*コピーライト部分*/
.site-footer-copyright p{
	margin: 0;
}


/*よくある質問部分*/
section.faq{
	margin-bottom: 70px;
}
@media screen and (max-width: 768px){
	section.faq{
		margin-bottom: 10%!important;
		width: 90%;
		margin: 0 auto;
	}
}
.question details {
  /* --------アコーディオンの中身のスタイル-------- */
  &::details-content {
    transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
  }

  /* --------アコーディオンの中身のスタイル（開いている時）-------- */
  &[open]::details-content {
    opacity: 1;
  }

  /* アコーディオンが開いた時のスタイル */
  &[open] .icon {
    transform: rotate(180deg);
  }
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  .question details[open]::details-content {
    height: auto;
  }
}

@supports not (interpolate-size: allow-keywords) {
  .question details[open]::details-content {
    height: 150px;
    overflow-y: scroll; /* 溢れる場合はスクロール可能にする */
  }
}

.question summary {
	display: grid;
	grid-template-columns:  1fr 24px;
	gap: 6px;
	align-items: center;
	padding: 30px 40px 30px 70px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: var(--shadow);
    border-radius: 20px;
	margin: 20px 0 10px 0;
	font-size: 18px;
	position: relative;

	/* Safariで表示されるデフォルトの三角形アイコンを消します */
	&::-webkit-details-marker {
		display: none;
	}
}
.question summary:before {
    content: "Q";
    color: #d4af37;
	font-weight: 500;
    left: 0;
    font-size: 22px;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    position: absolute;
	font-family: "Arial", sans-serif;
	margin-left: 30px;
}
.question details .icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.4s;

	/* アイコンのバーのスタイル */
	&::before,
	&::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #d4af37;
	}
	&::before {
	left: 0;
	transform: rotate(45deg);
	}
	&::after {
	right: 0;
	transform: rotate(-45deg);
	}
}
.question details .content {
	background-color: #f7f7f7;
	padding: 24px 48px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 20px;
}


/* ご注文の流れ */
.stepbar {
	padding: 48px 24px;
	margin: 48px 0;
	background-color: #f3f3f3;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
 }
.stepbar ol {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap: 24px;
}
.stepbar ol li {
	position: relative;
	z-index: 2;
	width: calc(100% / 4 - 24px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.stepbar ol li .step_number {
	background-color: #d4af37;
	color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	padding: 6px 4px;
	font-size: .725rem;
	text-transform: uppercase;
}
.stepbar ol li:not(:last-child)::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 24px;
	left: 60%;
	width: 100%;
	height: 1px;
	background-image : linear-gradient(to right, #d4af37, #d4af37 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 6px 2px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す  */
}
.stepbar ol li .step_number span {
	display: block;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	margin:  -6px 0 0 0;
}
.stepbar ol li .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
section.flow{
	margin: 80px 0 ;
}
@media screen and (max-width: 768px){
	section.flow{
		margin: 10% 0 ;
	}
	/* stepbar */
	.stepbar {
		flex-direction: row;
		gap: 16px;
		padding: 20px 24px;
		border-radius: 0;
		margin: 20px 0 30px;
	}
	.stepbar ol {
		flex-direction: column;
		padding-left: 0!important;
		margin-bottom: 0;
	}
	.stepbar ol li {
		flex-direction: row;
		width: 100%;
		gap: 16px;
		padding: 6px 4px;
		align-items: stretch;
	}
	.stepbar ol li .step_number {
		padding: 6px 10px;
		min-width: 45px;
    	min-height: 45px;
		height: 46px;
	}
	.stepbar ol li:not(:last-child)::after {
		content: "";
		position: absolute;
		z-index: -1;
		width: 1px;
		height: 100%;
		background-image: linear-gradient(to bottom, #d4af37, #d4af37 2px, transparent 2px, transparent 8px);
		background-size: 2px 6px;
		background-position: right bottom;
		background-repeat: repeat-y;
		left: 28px;
		top: 50%;
	}
	.stepbar ol li .step_number span {
		margin:  -2px 0 0 0;
	}
	.stepbar ol li .item {
		align-items: flex-start;
		width: 100%;
		margin-top: 0;
	}
	.stepbar ol li .item:last-child p {
		margin-bottom: 0;
	}
}

/* お問い合わせ・見積り依頼 */
section.contact{
	
}
@media screen and (max-width: 768px){
	section.contact{
		width: 90%;
		margin: 0 auto;
	}
}
.container .contact-methods{
	display: flex;
	justify-content: space-around;
}
.container .contact-methods .contact-card{
	width: calc(100% / 2 - 15px);
	border-radius: 15px;
	padding: 40px 30px;
	background: #fff;
	box-shadow: var(--shadow);
	text-align: center;
}
@media screen and (max-width: 768px){
	.container .contact-methods{
		display: block;
	}
	.container .contact-methods .contact-card{
		width: 100%;
	}
}
.container .contact-methods .contact-card .contact-icon .fab,
.container .contact-methods .contact-card .contact-icon .fas{
	font-size: 3rem!important;
    color: var(--primary-color)!important;
	margin: 0 0 10px;
}

/* サービス概要 */
section.overview{
	margin: 70px 0 0;
}
section.service{
	margin: 0 0 80px;
}
@media screen and (max-width: 768px){
	section.overview{
		width: 90%;
		margin: 5% auto;
	}
	section.service{
		width: 90%;
		margin: 0 auto 20%;
	}
}

/*NEWS*/
@media screen and (max-width: 768px){
	.news{
		width: 90%;
		margin: 0 auto;
	}
}


/* 商品ラインナップ */
section.item{
	margin: 0 auto 70px;
}
@media screen and (max-width: 768px){
	section.item{
		width: 90%;
		margin: 5% auto;
	}
}

/* ボタンデザイン */
.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #d4af37;
    z-index: 0;
	border-radius: 99em;
}
.button a:before, .button a:after {
	content: "";
	position: absolute;
	display: block;
	transition: all 0.3s;
}
.button a:before {
	opacity: 0;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 1.4rem;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	transform: translateY(-50%) rotate(45deg);
}
.button a:after {
	opacity: 0;
	right: -2px;
	bottom: -2px;
	background: #5e5a4d;
	z-index: -1;
	width: 0;
	height: 0;
	border-radius: 99em;
}
.button a:hover {
	padding: 10px 25px 10px 10px;
	color: #FFF;
}
.button a:hover:before {
	opacity: 1;
	border-color: #FFF;
}
.button a:hover:after {
	opacity: 1;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}