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


/* PC・スマホ共にグローバルナビを非表示 */
.c-gnav {
    display: none !important;
}

/*洗濯機の前でこぼれる「ため息」を*/
.home-label_a {
    font-size: 18px;
    letter-spacing: 0.5em;
}

/*リベールの代表、栄敏和です。*/
.home-label_b {
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 2;
}

.home-label_b .inner_a {
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 2;
    border: solid 1.5px #c09b30;
}

/*サービス内容　-service-*/
.home-label_c {
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 2;
}

/*パーソナルランドリー リベールのおすすめ 洗濯＆クリーニング品一例*/
.area_a {
    font-size: 17px!important;
    font-weight: bold;
    letter-spacing: 0.1em!important;
    border-radius: 50px!important;
    padding: 7px!important;
}

/*セーター・カーディガン・トレーナー類 各種のBOX*/
.is-style-clmn-shadow>.swell-block-columns__inner>.swell-block-column{
    border-radius: 10px;
}

/*実際にご利用いただいているお客様からのお声*/
.section-img1{
    border-bottom: 3px dashed #c09b30;
}

/*（代：女性）欄*/
.section-img1 .wp-element-caption{
    font-size: 16px;
    text-align: right;
    margin: 15px 0;
}

/*最下段の空白無へ*/
.l-content{
    margin:0 auto!important;
}

.footer-label_a{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

.footer-img2 .aligncenter{
    width: 180px;
    height: auto;
}

.wp-block-image .aligncenter{
    margin-left: auto;
    margin-right: 20px;
}


/* 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全体カスタマイズ */
.l-mainContent__inner>.post_content{
    margin:0;
}

/* 自動入力される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;
}
/*-----サンクスページ　送信後にフォームを非表示 ここまで-----*/


/* スマホ用　フローティングバナー */
#before_footer_widget{
  display: none;
}

@media not all and (min-width: 960px) {

  #before_footer_widget{
  display: block;
}

#footer-floating {
  visibility: hidden;
}

[data-scrolled=true] #footer-floating {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  visibility: visible;
}

#footer-floating .swell-block-column:first-child .swell-block-button a {
  background-color: #1784b5 !important; /* 左のカラム（青） */
  color: #fff !important; /* 文字色を白 */
}

#footer-floating .swell-block-column:last-child .swell-block-button a {
  background-color: #f79034 !important; /* 右のカラム（オレンジ） */
  color: #fff !important; /* 文字色を白 */
}

/* アイコンの色も白に統一 */
#footer-floating .swell-block-button a svg {
  fill: #fff !important;
}

#footer-floating .is-style-more_btn{
  padding:0;
}

/* 上に戻るボタンの下余白を調整 */
.p-fixBtnWrap {
  bottom: 4em;
}

.w-beforeFooter{
  margin: 0 auto 0;
}

#footer{
  margin:0 auto 3em;
}

}



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

.top #content{
    padding-top: 1em;
}

/*洗濯機の前でこぼれる「ため息」を*/
.home-label_a {
    font-size: 14px;
    letter-spacing: 0.2em;
}

/*リベールの代表、栄敏和です。*/
.home-label_b {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-feature-settings: "palt"; /* 文字詰め */
}

.Sigh-image .wp-block-media-text__media img{
    width:70px;
    
}

.Sigh-image{
    gap: 0;
    grid-template-columns:auto 20%!important;
}

.is-vertically-aligned-top>.wp-block-media-text__content{
    padding-top: 0;
    padding-bottom: 12px;
}

.home-label_b .inner_a {
    font-size: 12.5px;
    letter-spacing: 0.06em;
    line-height: 2;
    border: solid 1.5px #c09b30;
}

/*サービス内容　-service-*/
.title-label_a{
    font-size: 22px!important;
}

.home-label_c {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

/*パーソナルランドリー リベールのおすすめ 洗濯＆クリーニング品一例*/
.area_a {
    font-size: 14.5px!important;
    font-weight: bold;
    letter-spacing: 0.06em!important;
    border-radius: 50px!important;
    padding: 7px!important;
    line-height: 1.6!important;
}

.section-img1{
    border-bottom: 3px dashed #c09b30;
}

.section-img1 .wp-element-caption{
    font-size: 14px;
    text-align: right;
    margin: 15px 0;
}

.footer-label_a{
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.footer-img2 .aligncenter{
    width: 115px;
    height: auto;
}

.Footer-area

.wp-block-image .aligncenter{
    margin-left: auto;
    margin-right: auto;
}

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

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


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

/*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) {


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