@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
*/
/*-----comon-----*/
body {
  font-family: YakuHanJPs, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
p {
	text-align: justify;
}
.kaigyo {
	display: inline-block;
}
.fwn {
	font-weight: normal;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.fs16 {
	font-size: 16px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mr20 {
	margin-right: 20px !important; 
}
.mr1em {
	margin-right: 1em !important;
}
.mb-10 {
	margin-bottom: -10px !important;
}
.mb-20 {
	margin-bottom: -20px !important;
}
.mb-40 {
	margin-bottom: -40px !important;
}
.p1em {
	padding: 1em !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.p1-2 {
	padding: 1.2em !important;
}
.pl-06 {
	padding-left: 0.6em !important;
}
.pl-2_2em {
	padding-left: 2.2em !important;
}
.bo-r14 {
	border-radius: 14px !important;
}
.mw250c {
	max-width: 250px;
	margin: 0 auto;
}
.mw500c {
	max-width: 500px;
	margin: 0 auto;
}
.mw800c {
	max-width: 800px;
	margin: 0 auto;
}
.mw900c {
	max-width: 900px;
	margin: 0 auto;
}
.lst-none {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.vatb {
	vertical-align: text-bottom;
}
.border-g {
	border: solid 2px #85c124;
	border-radius: 20px;
}
.border-o {
	border: solid 2px #ff9000;
	border-radius: 20px;
}
.border-b {
	border: solid 2px #3d79d5;
	border-radius: 20px;
}

/*--h2--*/
.post_content h2::before {
	background: repeating-linear-gradient(#b71300 0%, #b71300 20%, #fec800 20%, #fec800 40%, #c9d365 40%, #c9d365 60%, #86cfca 60%, #86cfca 80%, #b974c6 80%, #b974c6 100%);
	opacity: 0.5;
	width: 12px;
	left: 6px;
}
.post_content h2 {
	padding: .5em 0px .5em 30px;
}
/*--h4--*/
.post_content h4 {
	padding: 0.2em 0 0.3em 0.6em;
    border-left: 6px solid #abd26b;
    border-bottom: 1px solid #abd26b;
}
[class*=is-style-btn_] a {
	border: 2px solid;
	border-radius: 15px;
}
@media (max-width: 959px) {
	.sp-none {
		display: none;
	}
}
/*--フルワイドの幅調整--*/
@media (min-width: 1200px){
	.prl-2em {
		padding-right: 2.0em;
		padding-left: 2.0em;
	}
	.ml-40 {
		margin-left: -40px;
	}
}
/*--画像重なりの表示順調整--*/
.img-x {
    z-index: 10;
    position: relative;
}
/*-----tel link-----*/
@media (min-width: 600px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
/*--入力エリアの枠線（アウトライン）調整--*/
.post_content form input:focus, 
.post_content form textarea:focus {
    outline: 2px solid #eeeeee;
    outline-offset: 0; 
}
/*--page title--*/
.c-pageTitle {
    font-size: 2.0em;
	font-family: "Zen Maru Gothic", sans-serif;
}
.c-pageTitle__inner {
    position: relative; /* 画像を配置する基準にする */
    display: inline-block; /* 左端を文字の開始位置に合わせるため */
    padding-left: 0.9em;  /* 画像の横幅 + 余白（お好みで調整） */
    padding-top: .5em;   /* 元の設定を維持 */
}
.c-pageTitle__inner::before {
    content: "";
    position: absolute;
    left: 0;             /* 左端に固定 */
    top: 50%;            /* 上から50%の位置 */
    transform: translateY(-40%); /* 50%だとpadding-topのせいで下に見えるので微調整 */
    width: 2.5em;      
    height: 2.5em; 
    background-image: url('/kcs/wp-content/uploads/2025/12/title_back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	z-index: -1;
	opacity: 0.3;
}
/* 虹の背景を適用するクラス */
.rainbow-center-bg {
	position: relative !important;
    z-index: 1;
    overflow: visible !important; /* 円がはみ出しても隠さない */
}
/* 疑似要素 before で画像を表示 */
.rainbow-center-bg::before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.0em;  
    height: 4.0em; 
    background-image: url('/kcs/wp-content/uploads/2025/12/title_back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: -1;   /* 文字の背後に配置 */
    opacity: 0.3;  /* 文字の読みやすさに合わせて調整 */
}
/* 改行（.kaigyo）が入った時のための調整 */
.rainbow-center-bg span {
    position: relative;
    z-index: 2;
}

@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 2.0em;
    }
}
/*--follow-banner--*/
/*pc*/
.follow-banner {
  position: fixed;
  top: 160px;
  right: 1.2em;
  transform: translateY(-40%);
  z-index: 20;
}

/*-----header-----*/
/*neader logo--*/
.c-headLogo__img {
	min-width: 160px;
}
/*--g-nav--*/
.c-gnav>.menu-item {
	min-width: 100px;
}
.c-gnav>.menu-item>a {
    padding: 0 12px;
}
.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 17px;
}
.c-gnav > li:hover > a::after {
	height: 24px;
}
.c-gnav a::after {
	width: 100px;
	background: repeating-linear-gradient(90deg, #b71300 0px, #b71300 10px, transparent 10px, transparent 15px, /* 赤 */ #fec800 15px, #fec800 25px, transparent 25px, transparent 30px, /* 黄 */ #c9d365 30px, #c9d365 40px, transparent 40px, transparent 45px, /* 黄緑 */ #86cfca 45px, #86cfca 55px, transparent 55px, transparent 60px, /* 水色(浅) */ #77b0d3 60px, #77b0d3 70px, transparent 70px, transparent 75px, /* 水色(深) */ #b974c6 75px, #b974c6 85px, transparent 85px, transparent 90px, /* 紫 */ #fe97dd 90px, #fe97dd 100px, transparent 100px, transparent 105px /* ピンク */)
}
.c-gnav>.menu-item>a:after {
	left: 50%;
    transform: translateX(-50%);
}
.c-gnav > .-current > a::after {
    height: 10px;
}
@media (min-width: 960px) {
    .-parallel .l-header__gnav .c-gnav>li>a {
        padding: 16px 18px;
    }
}

/*-----SPメニュ*-----/
/*メニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*メニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}
/*マージン調整*/
.p-spMenu__bottom {
    margin-top: 0;
}

/*-----footer-----*/
/*--ウィジェットエリア--*/
.l-footer__widgetArea {
	padding-bottom: 2em;
    padding-top: 2em;
}
.widget-bana {
	max-width: 300px !important;
    min-width: 270px !important;
    width: 100%;
}
.w-beforeFooter {
	margin: 6em auto 0;
}
.c-widget__title {
	font-weight: normal;
	margin-bottom: 0.5em;
}
#media_image-6 {
	margin-top: 10px;
}
#media_image-3,#media_image-5 {
	text-align: center;
}
.c-widget+.c-widget {
    margin-top: 1em;
}
.c-listMenu a {
	font-size: 16px;
	border-bottom: 1px dotted #ffffff52;
}
.c-listMenu a:hover {
    background-color: transparent;
	padding-left: 1.5em;
    padding-right: .5em;
	opacity: 0.7; 
	transition: .25s;
}
.c-listMenu a:before {
	content: "\e93b";
	font-size: 12px;
}
@media (max-width: 959px){
	#nav_menu-5 {
		margin-top: -3em;
	}
}

/*-----ご利用案内-----*/
/*///check sheet///*/
.sheet {
	padding: 0.4em 0;
}
.sheet input[type="checkbox"] {
	display: none; /*デフォルトのチェックボックスを非表示にする*/
}
.sheet .checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 6px 40px;
    position: relative;
    width: 100%;
	margin-bottom: 14px;
	border-bottom: 1px dashed #abd26b;
}
.sheet .checkbox02::before {
    background: #fff;
    border: 2px solid #85c124;
    content: '';
    display: inline-block;
    height: 20px;
    left: 5px;
    margin-top: 6px;
    position: absolute;
    width: 20px;
}
.sheet .checkbox02::after {
    border-right: 6px solid #ff9000;
    border-bottom: 3px solid #ff9000;
    content: '';
    display: block;
    height: 26px;
    left: 13px;
    margin-top: 2px;
    opacity: 0;
    position: absolute;
    top: 0%;
    transform: rotate(45deg);
    width: 10px;
}
.sheet input[type="checkbox"]:checked +.checkbox02::before {
    border-color: #85c124;
}
.sheet input[type="checkbox"]:checked +.checkbox02::after {
    opacity: 1;
}

/*-----price-----*/
/*--料金表レイアウト--*/
/*基本レイアウト*/
.dlwrap {
    margin: 30px auto;
    border-top: 1px solid #abd26b;
}
.dlwrap dl {
    border-bottom: 1px solid #abd26b;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}
.dlwrap dt {
    display: table-cell;
    width: 30%;
    border-right: 1px dashed #abd26b;
    padding: 15px;
    box-sizing: border-box;
	vertical-align: middle;
    font-weight: normal;
	background-color: #fafff1;
}
.dlwrap dd {
    display: table-cell;
    width: 70%;
    padding: 15px;
    box-sizing: border-box;
    font-weight: normal;
}
/*その他料金表レイアウト*/
.dlwrap2 {
    margin: 30px auto;
    border-top: 1px solid #abd26b;
}
.dlwrap2 dl {
    border-bottom: 1px solid #abd26b;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}
.dlwrap2 dt {
    display: table-cell;
    width: 60%;
    border-right: 1px dashed #abd26b;
    padding: 15px;
    box-sizing: border-box;
	vertical-align: middle;
    font-weight: normal;
	background-color: #fafff1;
}
.dlwrap2 dd {
    display: table-cell;
    width: 40%;
    padding: 15px;
    box-sizing: border-box;
    font-weight: normal;
    text-align: right;
}

@media (max-width: 959px){
	/*///price///*/
	/*表組みスマホレイアウト*/
	.dlwrap {
		width: 100%;
	}
	.dlwrap dl {
		border-bottom: 0px;
		display: block;
		line-height: 1.5;
	}	
	.dlwrap dt {
		display: block;
		width: 100%;
		border-bottom: 1px dashed #abd26b;
		border-right: 0px;
		padding: 10px;
		text-align: center;
		margin-top: 0;
	}
	.dlwrap dd {
		display: block;
		width: 100%;
		border-bottom: 1px solid #abd26b;
		padding: 10px;
	}
	/*その他料金表スマホレイアウト*/
	.dlwrap2 {
		width: 100%;
	}
	.dlwrap2 dl {
		border-bottom: 0px;
		display: block;
		line-height: 1.5;
	}	
	.dlwrap2 dt {
		display: block;
		width: 100%;
		border-bottom: 1px dashed #abd26b;
		border-right: 0px;
		padding: 10px;
		text-align: center;
		margin-top: 0;
	}
	.dlwrap2 dd {
		display: block;
		width: 100%;
		border-bottom: 1px solid #abd26b;
		padding: 10px;
	}
}

/*-----company-----*/
/* simple-table */
#s-table {
	border: none;
	margin-top: 40px;
}
#s-table tr {
	border-bottom: 1px dotted #85c124;
}
#s-table th,
#s-table td {
	padding: 24px 10px;
	border: none;
}
#s-table th {
	width: 30%;
	font-weight: bold;
	color: #85c124;
	background-color: inherit;
}

@media (max-width: 959px){
	/* simple-table */
	#s-table th,
	#s-table td {
		display: block;
	}
	#s-table th {
		width: 100%;
		padding-bottom: 10px;
	}
	#s-table td {
		padding-top: 0;
	}
}

/*-----問い合わせフォーム-----*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea{
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 0;
	padding: 0 12px;
	border: 0;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: none;
	color: #333;
	font-size: 18px;
	vertical-align: middle;
	line-height: 45px;
}
textarea {
	max-width: 100%;
	min-height: 160px;
	line-height: 1.5em;
	padding: 0.8em;
	overflow: auto;
}
.wpcf7 input[type="email"]::placeholder {
	color: #aaa;
	font-size: 16px;
}
.wpcf7 input[type="tel"]::placeholder {
	color: #aaa;
	font-size: 16px;
}
.wpcf7 textarea::placeholder {
	color: #aaa;
	font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
    border-radius: 10px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dd2104 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #85c124 !important;
}
@media(max-width:599px) {
	.inquiry td,
	.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #ddd !important;
	}
}
.inquiry th {
	text-align: left;
	font-size: 17px;
	color: #333;
	padding-left: 1.0em;
	width: 30%;
	background: #fafff1;
	border: solid 1px #ddd;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.inquiry td {
	font-size: 14px;
	border: solid 1px #ddd;
	padding: 0.8em;
}
.req { /* 必須 */
	font-size: 12px;
	padding: 5px;
	background: #ff9000;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
}
.any { /* 任意 */
	font-size: 12px;
	padding: 5px;
	background: #85c124;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
}
.verticallist .wpcf7-list-item {
	display: block;
}
.wpcf7-list-item {
	display: block;
	font-size: 16px;
}
.wpcf7-list-item-label {
	margin-left: 5px;
}
th {
	font-weight: normal !important;
	padding: 13px;
}
td {
	border-top: 1px solid #ededed;
	padding: 12px;
}
input,
select,
textarea {
	margin: 0;
	max-width: 100%;
	resize: none;
}
.wpcf7-submit {
	display: block;
	width: 350px;
	margin: 25px auto 0;
	padding: 15px;
	cursor: pointer;
	font-size: 18px;
	background-color: #ff9000;
	border: 2px solid #ff9000;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	transition: .25s;
}
.wpcf7-submit:hover {
	background-color: #ffffff;
	border: 2px solid #ff9000;
	color: #ff9000;
}
/* チェックボックスとラジオボタンの選択時の色を共通で設定 */
input[type="checkbox"]:checked,
input[type="radio"]:checked {
	accent-color: #ef6c00;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 1em;
	border-radius: 0.25rem;
	border: 2px solid #00a0d2; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dd2104; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}
