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


/* ヘッダーお知らせバー */
.c-infoBar__text{
	padding: 0.5px 0;
	font-size: 13px;
   font-weight: 600;
}

/* キャンペーン情報など */
.Post-design .p-postList .p-postList__title{
	background-color: #fff5f0;
	padding: 8px;
	border-radius: 5px;
}

/* ヘッダー、追従ヘッダー　タイトルを表示させる為にロゴはbackgroundで設定 */
.c-headLogo {
  padding: 14px 14px 14px 40px;
  background:url(https://clean-himawari.jp/wp/wp-content/uploads/2026/02/rogo634x915.png) no-repeat left center/auto 43px;
}

/* ヘッダータイトル文字サイズ */
.-txt .c-headLogo__link {
	font-size: 18px;
}

/* メインビジュアル */
.p-mainVisual{
/* 	background-color:rgba(244, 242, 220, 0.6); */
	background: linear-gradient(to bottom, rgba(244, 242, 220, 0), rgba(244, 242, 220, 0.6));
}

.p-mainVisual img{
	max-width:1600px;
	margin:0 auto;
}


/* LINE友達追加アイコン 左右中央 */
.wp-block-column.is-vertically-aligned-center{
	text-align:center;
}

/*テーブル装飾*/
figure.table-beige01>table {
/*  border-collapse:collapse;*/
  border:2px solid #ead7a4;
}/*テーブル線の色*/

figure.table-beige01>table th{
   background-color: #ead7a4;
   border:1px solid #ffffff;
}/*ヘッダー背景色、線の色*/

figure.table-beige02>table {
	border-collapse:collapse;
	border:2px solid #ead7a4;
}/*テーブル線の色*/

figure.table-beige02>table th{
	background-color: #ead7a4;
	border:1px solid #ffffff;
}/*ヘッダー背景色、線の色*/

figure.table-beige02>table tr:nth-child(odd){
	background-color: #f5f5f5;
}/*奇数行の背景色*/

figure.table-pink01>table {
	border-collapse:collapse;
	border:2px solid #f2a0a1;}

figure.table-pink01>table th{
	background-color: #f2a0a1;
	border:1px solid #ffffff;
}/*ヘッダー背景色*/

figure.table-pink01>table td{
	background-color: #fff9fc;
	border:1px solid #f2a0a1;
}/*背景色*/

/**/
.l-content{
	margin-bottom:0;
}

a.icon__fb {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
}

a.icon__idokaba {
	margin: 0 0 30px 0;
	padding: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: flex-end;
}


/* reCAPTCHA 非表示 */
.grecaptcha-badge { visibility: hidden; }

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* 営業時間の文字 */
.entry-content .contact-range-b{
	font-size: 15px;
	margin-top: -15px;
	}

/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){

/* Contact文字サイズ変更 */
.entry-content .contact-range{
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0px;
	}

.wp-block-contact-form-7-contact-form-selector{
	margin-top: 15px;
	}

.spdate{
   display: none;
}

/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
	background-color:#ffffff !important;
}

.inquiry td {
	background-color:#ffffff !important;
	}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444 !important;
   padding:1em 0.5em!important;
   width:0;
   background:#ebedf5 !important;/*ブルーグレー*/
   border:solid 1px #d7d7d7;
   white-space: nowrap;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#f79034;/*オレンジ*/
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#bdbdbd;/*グレー*/
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#fafafa;
	/*グレー#eff1f5*/
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto !important;
   padding:1em 0 !important;
   width:80%;
   background:#f79034;/*オレンジ*/
   color:#fff;
   font-size:18px;
   font-weight:bold;
   border-radius:4px !important;
   border: none !important;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}

/*-----サンクスページ　送信後にフォームを非表示　ここから-----*/
form.sent p{
display:none;
}

form.sent table.inquiry{
	display:none;
}

/*送信前はメッセージを非表示*/
form .form-message {
	display:none;
}

/*送信後にメッセージを表示*/
form.sent .form-message {
	display:block;
}
/*-----サンクスページ　送信後にフォームを非表示 ここまで-----*/






/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


/* ヘッダーお知らせバー */
.c-infoBar__text{
	padding: 0.5px 0;
	font-size: 12px;
}

/* ヘッダータイトル文字サイズ */
.-txt .c-headLogo__link {
	font-size: 15px;
	line-height: 1.3;
}



	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

/* メインビジュアル */
.p-mainVisual__inner{
  height: 28vh;
}



	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

/* メインビジュアル */
.p-mainVisual__inner{
  height: 17vh;
}
	
	/*-- ここまで --*/
}