@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
*/

.dn{
	display:none;
}
.wpcf7-list-item.first{
	margin-left:0;
}

.w-header .p-blogParts{
position:static;
}



/* =========================================
   slick-theme.css 前提の上書き
   ドットの配置と整列のみ調整。見た目は theme 準拠。
   ========================================= */

.lp-2025-catch-slider-wrap {
	background-color: #fff;
}

/* スライド画像の幅制御（必要に応じて変更） */
.lp-2025-catch-slide picture,
.lp-2025-catch-slide img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0 auto;
}

/* 外部コンテナへ dots を出すため、位置指定を無効化して横並びに */
.lp-2025-catch-dots {
	margin-top: 12px;
	text-align: center;
}
.lp-2025-catch-dots .slick-dots {
	position: static;          /* slick-theme の absolute/bottom を無効化 */
	display: inline-flex;      /* 横並び */
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

/* slick-theme.css の「●」ドットをそのまま使う。
   色やサイズを変えたい場合は下記の通り上書き可（任意） */

/* 非アクティブ */
.lp-2025-catch-dots .slick-dots li button:before {
	color: #c8c8c8;           /* 既定: #aaa。薄めに */
	font-size: 10px;           /* 既定: 6px。少し大きく */
	opacity: 1;                /* 既定: .25 */
}
/* アクティブ */
.lp-2025-catch-dots .slick-dots li.slick-active button:before {
	color: #333;
	opacity: 1;
}

/* 矢印の最小調整（themeの見た目を基本維持） */
.lp-2025-catch-slide .slick-prev,
.lp-2025-catch-slide .slick-next {
	z-index: 2;
}
