@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*--------------------
 * 築炉とは
 * --------------------*/
/* ページタイトル */
@media (min-width: 600px) {
	#top_title_area .c-pageTitle > span::before{
		background-image: url(/wp-content/uploads/2026/04/about-title_pc.png);
	}
}
@media not all and (min-width: 600px) {
	#top_title_area .c-pageTitle > span::before{
		background-image: url(/wp-content/uploads/2026/04/about-title_sp.png);
	}	
}

/* コンテンツ */
@media (min-width: 960px) {
	.what p{
		font-weight: bold;
	}
}

/* 現場 */
.spot-column .swell-block-column{
    padding: 0;
    background: #fff;
    border: 2px solid var(--color_main);
}
.spot-column .swell-block-column .wp-block-group{
    padding: 1rem 1.5rem;
}

@media (max-width: 959px) and (min-width: 600px) {
	.spot-column .swell-block-columns__inner{
		justify-content: center;
	}
}

/* 画像調整 */
@media not all and (min-width: 960px) {
	.wp-block-image.sp_only{
	    padding: 1.5rem 1rem;
	}
}

/* スライダー */
.service-slider{
    max-height: clamp(250px, 100vw, 540px);
    overflow-y: clip;
}
.service-slider .wp-block-gallery{
    flex-wrap: nowrap;
    transition-timing-function: linear;
    --wp--style--gallery-gap-default: 0;
    gap: 0px;
}

