@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* トップ------------------------ */
html {
    overflow-x: hidden;
}

/* ファーストビュー */
.firstview{
	position:relative;
}
        .firstview p {
            position: absolute;
            font-size: 4em;
            top: 57%;
            left: 15%; /* 右側に固定 */
            z-index: 2;
            text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
            opacity: 0; /* 初期状態を透明に */
            animation: fadeInFromLeft 2s ease forwards; /* フェードインアニメーションを追加 */
            animation-delay: 1s; /* アニメーションの開始を遅らせる */
        }

        @keyframes fadeInFromLeft {
            0% {
                transform: translateX(-20%); /* 左から少しずつ現れるように */
                opacity: 0; /* 初期の透明度 */
            }
            100% {
                transform: translateX(0); /* 元の位置に戻る */
                opacity: 1; /* 最終の透明度 */
            }
        }

.firstview .catchcopy{
	position: absolute;
	font-size: 1.6rem;
	max-width: 700px;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
}
.firstview p{
	color: #1a4572;
}
/* .fv-midasi{
	font-size: 5rem;
} */
/* 各テキスト要素の初期設定 */
.firstview .fv-text1,
.firstview .fv-text2,
.firstview .fv-text3 {
    position: absolute;
    opacity: 0; /* 初期状態を透明に */
    font-size: 4em;
    z-index: 2;
    text-shadow: 0 0 3px #333, 0 0 3px #333, 0 0 3px #333;
	color: #f9f9f9;
	
	 
}
.fv-text-img{
	width: 100%;
}
.fv-text2.sp-fv-text{
	display: none;
}

/* テキスト1: 左からフェードイン */
.firstview .fv-text1 {
    top: 17%;
    left: 10%; /* 初期位置を画面外に */
    animation: fadeInFromLeft 0.8s ease forwards;
    animation-delay: 0.3s;
}

/* テキスト2: 右からフェードイン */
.firstview .fv-text2 {
    top: 60%;
    left: 10%; /* 初期位置を画面外に */
    animation: fadeInFromRight 0.8s ease forwards;
    animation-delay: 0.5s;
}

/* テキスト3: 左からフェードイン */
.firstview .fv-text3 {
	display: none;
    top: 103%;
    left: 10%; /* 初期位置を画面外に */
    animation: fadeInFromLeft 0.8s ease forwards;
    animation-delay: 0.8s;
}

/* 左からフェードインするアニメーション */
@keyframes fadeInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.firstview .fv-midasi1{
		font-size: 2.7rem;
	}
.firstview .midasi{
		font-size: 4.9rem!important;
		line-height: 1.3;
	}
.firstview .catchcopy2{
	top: 25%;
}

/* 右からフェードインするアニメーション */
@keyframes fadeInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/* ======ファーストビュー　ここまで ===========*/


.main-top{
	grid-row: main;
	height: 70vh;
	width: 100%;
	margin:0;
}
.swiper-container{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.swiper-wrapper,
.swiper-slide>div{
	height: 100%;
	/* 	max-width: 600px; */
}

.swiper-slide.sw-1>div{
	background: url("https://carwash-indigo.com/wp-content/uploads/2024/07/img_test.png") center center / cover repeat;
}
/* 
.swiper-slide.sw-2>div{
	background: url("https://carwash-indigo.com/wp-content/uploads/2024/07/img_test.png") center center / cover no-repeat;
}
.swiper-slide.sw-3>div{
	background: url("https://carwash-indigo.com/wp-content/uploads/2024/07/img_test.png") center center / cover no-repeat;
}
*/

@keyframes zoomUp {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.25);
	}
}
.swiper-slide-active>div, .swiper-slide-duplicate-active>div, .swiper-slide-prev>div{
	animation: zoomUp 10s linear 0s 1 normal both;
}


@media screen and (max-width: 480px){
.swiper-slide.sw-1>div{
	background: url("https://carwash-indigo.com/wp-content/uploads/2024/07/slider_sp2.jpg") center center / cover repeat;
}
	
	.firstview p {
font-size: 2em;
    left: 9%;
    top: 78%;
	}	
}





/*グーグルフォント*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.menu-midasi h3,
.page-id-1182 .menu-midasi h3{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 900!important;
	font-style: normal;
}
.menu-midasi h3,
.page-id-1182 .menu-midasi h3{
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
/* *{
	outline: 1px solid red;
} */
/************************************
** 全体共通
************************************/
.tel-button a img:hover {
    opacity: 60%;
}

/* ヘッダーモバイルボタン　メニュー */
.logo-menu-button img{
margin-left: 30px;
}
.mobile-header-menu-buttons li.menu-button:nth-of-type(2){
background: #f17225;
}
.mobile-header-menu-buttons li.menu-button:nth-of-type(3){
background: #1a4572;
}
.mobile-menu-buttons .menu-caption,
.menu-icon{
color: #fff;
}
.top-menu-content a:hover .link-text ,
.wp-block-button__link:hover{
	color: #e53900!important;
}
/* a:hover {
  color: #e53900!important;
} */

/* 見出しリセット */
/* 見出し2 */
.article h2{
	background:none;
}
/* 見出し3 */
.article h3{
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

/* header 住所 */
#header-text-wrap{
	color: #000;
	position: absolute;
	display: flex;
	right: 2%;
}
/* Chrome用のスタイル */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header-text-wrap {
    /* Chrome用のスタイル */
        top: 12px;
}
}
/* Firefox用のスタイル */
@-moz-document url-prefix() {
#header-text-wrap {
    /* Firefox用のスタイル */
    top: 15px;
}
}

.logo-image {
	text-align: left;
}

.address-wrap a {
	color: #333;
	text-decoration: none;
	font-size: 2rem;
}
.logo-image {
	text-align: left;
}
.address-wrap a{
	color: #333;
	text-decoration: none;
	font-size: 2rem;
}
.line-qr{
	max-width: 130px;
	margin: 0 20px ;
}
.line-qr img{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.line-qr p{
	font-size: 12px;
	text-align: center;
}
/*スライダー */
#metaslider_51{
	display: none;
}

/*ページ幅 */
.back-1980{
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
}
#width-1200,
#width-1200-2{
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	height: 700px;
	margin: 0 auto;
}
.width-1000{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.width-750{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
/* トップページ・洗車・コーティングページ・施工予約・お問い合わせ　幅調整 ----------------*/
.page-id-11 .width-1000,
.page-id-16 .width-1000,
.page-id-136 .width-1000,
.page-id-22 .width-1000,
.page-id-24 .width-1000,
.post-28 .width-1000{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
/* header */
#menu-item-954{
	background: #C96127;
}

/*各見出し下　余白調整*/
.entry-title{
	margin-bottom: 6rem;
	font-size: 3rem;
	color: #fcfcfc;
	position: relative;
	z-index: 3;
}
.article h2{
	margin-bottom: 0!important;
	line-height: 1.5;
}

/* 不要物非表示 */
.ms-edit-frontend,
.author-info,
.date-tags,
.sb_instagram_header,
.rs-flex,
.br-sp{
	display: none;
}
.main{
	border: none;
}
.wrap{
max-width: 2560px; /*** 画面幅大きい物の対応 ***/
	width: 100%;
}
.content,
.entry-title{
	margin-top: 0;
}
/* footer */
#footer a:hover{
	color: #333;
	background-color: #fcfcfc;
}
/* fotter上　余白削除 */
#post-11,#post-136{
	margin-bottom: 0;
}
.footer{
	margin-top: 0;
}
.breadcrumb{
background: #FFF;
margin: 0;
padding: 0 0 10px 10px;
}
/************************************
** 各ページ　共通事項
************************************/
/*** 見出しデザイン ***/
.midasi{
	font-size: 3rem!important;
	font-family: aglet-slab, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.midasi,
.width-1000 p{
	margin-bottom: 2rem;
}
.h2-white{
	color: #fcfcfc!important;
	margin-bottom: 4rem;
}
/* h2見出し下 あしらい　h2タグ内にspan追加 */
.h2-bottom{
	display: block;
	font-size: 12px;
}
.serif{
	font-family: 'Noto Serif JP', serif;
}

/*** 各ページ　見出し背景画像 ***/
.page-id-14 .entry-title,
.page-id-16 .entry-title,
.page-id-136 .entry-title,
.page-id-20 .entry-title,
.page-id-24 .entry-title,
.page-id-22 .entry-title,
.page-id-26 .entry-title,
.page-id-28 .entry-title,
.page-id-1102 .entry-title,
.page-id-1182 .entry-title,
.page-id-1211 .entry-title{
	padding: 7rem;
	background-size: cover;
	background-position: 50% 90%;
	position: relative;
}
.page-id-14 .entry-title::after,
.page-id-16 .entry-title::after,
.page-id-136 .entry-title::after,
.page-id-20 .entry-title::after,
.page-id-24 .entry-title::after,
.page-id-22 .entry-title::after,
.page-id-26 .entry-title::after,
.page-id-28 .entry-title::after,
.page-id-1102 .entry-title::after,
.page-id-1182 .entry-title::after,
.page-id-1211 .entry-title::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}
/*** 各ページ日本語見出し　****/
.wash-content h2{
	font-size: 2rem;
}
/********* 
* 洗車・コーティングページ 共通事項
**********/
.tokutyou{
	display: flex;
	justify-content: space-evenly;
	max-width: 1200px;
	margin: 0 auto 4rem;
}
.wash-item h3{
	margin-bottom: 0;
}
.wash-item  .wp-block-image,
.wash-item .has-text-align-center{
	margin-bottom: 1rem;
}
.price-table1 h3,
.price-table2 h3{
	margin-bottom: 2rem;
}
.content-height{
	height: auto!important;
}
/* 各セクション 余白 */
.wash-title,
.price{
	padding-bottom: 6rem;
}
.contact-sec{
	text-align: center;
}
.contact-sec h3{
	font-size: 2.4rem;
	font-weight: 400;
	margin: 3rem 0 1rem;
}
.tyuui{
	display: block;
	text-align: left;
	/* 	margin-top: -30px; */
	font-size: 13px;
}
.service-button{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.tel-button-img{
	text-align: center;
}
.none{
	pointer-events: none;
	/* 	height: auto!important; */
}

.wp-block-video video{
	display: block;
	max-width: 400px;
	margin: 0 auto;
	box-shadow: 0px 5px 15px 0px rgba(26, 68, 114, 0.35);
}

/************************************
** トップページ
************************************/

.page-id-11 .article h1{
	display: none;
}
.no-sidebar .content .main {
    padding: 0;
}


/***top ファーストビュー上余白 打ち消し ***/
.page-id-11 .entry-content{
	margin-top: 0;
}
/*** 各セクション　余白調整 ***/
.menu{
	margin-top: 6rem!important;
}

.page-id-11 .flow,
.insta,
.qa,
.top-access{
	margin-top: 5rem!important;
}
.page-id-11 .midasi{
	margin-bottom: 2rem!important;
}
.top-midasi.midasi{
	margin-bottom: 0!important;
}

.title p{
	font-size: 1.5rem;
}

/* コンセプトの背景画像 */
.back-1,
.back-2{
	position: relative;
  /*レイアウト用のCSS*/
	width: 100%;
  	background-color: #1a4572;
	overflow: hidden;
}
.back-1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0; /* 右に変更 */
	width: 0;
	height: 0;
	border-style: solid;
  /* 左右反転: 上がりの台形に変更 */
	border-width: 100px 0 0 100vw; /* 右辺の幅を100pxに設定 */
    border-color: #fff transparent transparent transparent;
}
.back-1:before{
	content:"";
	position: absolute;
	width: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  	border-width: 0 0 50px 100vw;
  	border-color: transparent transparent #fff transparent;
}

.back-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* 左に変更 */
  width: 0;
  height: 0;
  border-style: solid;
  /* 左右反転: 上がりの台形に変更 */
  border-width: 50px 100vw 0 0; /* 左辺の幅を100pxに設定 */
  border-color: #fff transparent transparent transparent;
}

.back-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; /* 左に変更 */
  width: 0;
  height: 0;
  border-style: solid;
  /* 左右反転: 下がりの台形に変更 */
  border-width: 0 100vw 100px 0; /* 左辺の幅を100pxに設定 */
  border-color: transparent transparent #fff transparent;
}
.back-1,
.back-2{
	/*レイアウト用のCSS*/
  padding: 50px;
}
.text-back{
	background: #fcfcfc;
	padding: 3rem;
	max-width: 550px;
	width: 100%;
}
.text-back h3{
	padding-left: 0;
	margin-bottom: 14px;
}
/***トップページコンテント ***/
.top-content1,
.top-content2{
	position: relative;
}
.text-back1,
.text-back2{
	position: absolute;
}
.flow-wrap1,
.flow-wrap2{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.text-back1{
	top: 14%;
	left: 90%;
}
.text-back2{
	top: 20%;
	right: 93%;
}
.top-title{
	display: flex;
}
#width-1200-2{
	flex-direction: row-reverse;
}
.wp-image-63,
.wp-image-66{
	max-width: 700px!important;
}
.top-content4{
	margin-bottom: 3rem;
}
.top-sec-oil{
	max-width: 400px;
	width: 100%!important;
	margin: 0 auto;
	color: #fff!important;
}
/*** ワークフロー ----------------------------- ***/
.width-750.flow-wrap{
	max-width: 1500px;
}
.flow.width-1000{
	max-width: 1500px!important;
}
.flow-wrap{
	max-width: 800px;
}
.flow-wrap .flow-content not(:first-child){
	padding-left:20px;
}
.flow-wrap h3{
	font-size: 19px;
	margin-bottom: 14px;
}
.flow-wrap1{
	margin-bottom: 3rem!important;
}
.flow-wrap1,
.flow-wrap2{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.flow-number{
	color: #1A4472;
}
.flow-icon-container {
  display: flex;
  justify-content: center;
}

.flow-icon{
	max-width: 95px;
	width: 100%;
	margin: 1.5rem auto 0;
}

.flow-content{
	display: flex;
	flex-direction: column;
	align-items: center; /* 中央揃え */
	text-align: center; /* 中央揃え */
	padding: 20px; /* 適切なパディングを設定してください */
	box-sizing: border-box; /* ボックスモデルを適用 */
	background-color: #fcfcfc;
	width: 350px;
	height: auto; /* 高さを自動調整 */
	border-radius: 3px;
	box-shadow: 0px 5px 15px 0px rgba(26, 68, 114, 0.35);
	margin-bottom: 25px;
}
.flow-midasi{
	width: 350px;
	height: auto;
}
.flow-midasi p{
	text-align: justify;
	font-size: 16px;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

/*** メニュー ----------------------------- ***/
.menu-width-1980{
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/Group-50-3.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.menu-wrap{
	display: flex;
	justify-content: space-evenly;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
img.wp-image-262 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
.top-menu-content{
	background-color: #fcfcfc;
    width: 350px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(26, 68, 114, 0.35);
	margin-left: 20px;
	/* メニュー下△ */
	position: relative;
	overflow: hidden; /* 角丸を有効にするために追加 */
	box-sizing: border-box; /* これを追加 */
}
.top-menu-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px; /* ボーダーの角を丸める */
    padding: 4px; /* ボーダーの太さ */
    background: linear-gradient(-75deg, #1a4472, #7ebdf0); /* グラデーションの設定 */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.menu-img {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%; /* これを追加 */
    height: auto; /* これを追加 */
}

.top-menu-content2{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0 4rem;
}
.top-menu-content2 .width-1000{
	padding: 0 3rem;
}
.top-price2{
	margin-top: 6rem;
	padding-bottom: 0;
}
/* メニューホバー */
.menu-img {
  max-width: 350px;
  height:213px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.menu-img img {
  width: 100%;
  height: 100%;
}
/*ホバーエフェクト*/
.menu-img img {
  transform: scale(1);
  transition: .5s ease-in-out;
}
.top-menu-content:hover img {
  transform: scale(1.3);
}

.link-text{
	position: absolute;
    right: 11%;
    top: 85%;
	font-size: 16px;
	color: #456cb7;
}
.triangles {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 35px solid transparent;
	border-bottom: 35px solid #1A4572;
}

.top-menu-content a{
	color: inherit;
	text-decoration: none;
}
.menu-img{
	width: 100%;
}
.menu-img .wp-block-image{
	margin-bottom: 0;
}
.menu-title{
	color: #1A4472;
}
.menu-midasi{
	padding: 1rem;
}
.menu-midasi h3{
	padding-left: 0;
	text-align: left;
	margin-bottom: 0!important;
	font-size: 2rem;
}
/***トップページ　アクセス ***/
.access-wrap iframe{
	padding-left: 30px;
}
table tr:nth-of-type(2n+1){
	background-color: #fff!important;
}
table:not(.has-border-color) :where(th, td){
	border: none;
	padding: 1rem;
}
.color{
	color: #1A4572;
}
.top-botomm tr,
.store-botomm tr{
	border-bottom: 1px solid #333!important;
}
/*** よくある質問 ***/
.qa-8 .q,
.qa-8 .a{
	display: flex;
	align-items: center;
}
.qa-8 .q p,
.qa-8 .a p{
	margin-bottom: 0;
}
.qa-8 .q {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}
.qa-8 .q::before,
.qa-8 .a::before {
    margin-right: .4em;
	padding: 3px 18px;
	font-size: 2rem;
}
.qa-8 .q::before {
    content: "Q";
	border-radius: 50%;
	background: #1A4472;
	color: #fcfcfc;
}
.qa-8 .a {
    margin: 0 0 2.5em;
    color: #333333;
}
.qa-8 .a::before {
    content: "A";
	border-radius: 50%;
	background: #C96127;
	color: #fcfcfc;
}
dd{
	border-bottom: 1px dotted #333333;
	padding-bottom: 3rem;
}
/*** その他SNS ***/
.sns .wp-block-columns{
	max-width: 650px;
	margin: 0 auto;
}
.top-insta{
	margin-bottom: 10px!important;
}

/*** コンタクトセクション ***/
.mask{
	position: relative;
	z-index: 10;
	max-width: 930px!important;
}
.top-content7 .has-text-align-center{
	color: #fcfcfc;
}

.wp-block-button__link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	padding: 25px;
}
.wp-block-button__link .wp-image-101{
	width: 185px!important;
}
.wp-image-101{
	margin-right: 0!important;
}

.top-telbtn {
  padding: 0!important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
	margin-bottom: 2rem;
}
.wp-image-101,
.wp-image-102,
.wp-image-103{
	margin-right: 15px;
}
.contact{
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
	padding: 3rem;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/3095330_m.jpg);
	background-size: cover;
	background-position: 50% 90%;
	position: relative;
}
.contact::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.contact-button{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*** ハンバーガーメニュー ***/
.fa-close:before{
	color: #fcfcfc;
}
.menu-content {
    background: #1a4572;
}
.menu-drawer a {
	padding: 2rem;
    color: #FBFBFB;
}
.menu-drawer li {
    border-bottom: 1px solid #fff;
}
.menu-content .menu-drawer {
    padding: 3rem 0;
    text-align: center;
}

/* モバイル：スライドインを右側から */
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
/************************************
** 店舗情報
************************************/
.page-id-14 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/08/4.jpg);
	background-position: 50% 50%;
	background-size: 100%;
}
/* 挨拶部分 */
.serif .aisatu{
	padding: 0;
	margin-bottom:1rem;
	font-size: 2rem;
}
.rs-flex{
	position: relative;
}
.shinta-img{
	position: absolute;
	top: 50%;
	right: -10%;
}
/* 地図 */
.access-wrap{
	display: flex;
	justify-content: center;
}
.map{
	max-width: 420px;
	width: 100%;
}
.access-wrap .wp-block-columns{
		max-width: 460px;
		width: 100%;
		margin: 0 auto;
	}

/********************
** 洗車メニュー
**********************/
.page-id-16 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/23876732_m.jpg);
	background-position: 50% 60%!important;
}
.service-title{
	font-size: 1.2rem!important;
}
.service-text{
	font-size: 16px!important;
}
/********************
** コーティングページ
**********************/
.page-id-136 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/24692389_m.jpg);
	background-position: 50% 10%!important;
}
.price-table1{
	margin-bottom: 3rem;
}
@media screen and (max-width: 480px){
		.rs-coating-content h2{
			font-size: 1.2rem!important;
			margin-bottom: 12px!important;
		}
	}

/********************
** ------洗車溶剤
**********************/
.page-id-26 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/1788903_m.jpg);
}



/********************
** オンライン相談
**********************/
.page-id-20 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/25017176_m.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 30%!important;
}
/* .flow{
	max-width: 34%;
	width: 100%;
	margin: 0 auto;
/* 	text-align: center; */
} */
li::marker {
    color: #1a4472;
	font-weight: bold;
}


/********************
** 施工予約
**********************/
.page-id-22 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/4643167_m.jpg);
	background-position: 50% 64%!important;
}
.page-id-22 .width-1000{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.reserve-content{
	margin-top: 6rem;
}
#sln-salon.sln-salon--m {
    max-width: 900px!important;
}
#sln-salon #sln_date .sln-salon-bs-wrap .table-condensed{
	background: #fff;
}
.sln-summary__reminder{
	display: none;
}
.calendar-text{
	margin-bottom: 0!important;
}
.calendar-wrap{
	margin-top: 4rem;
}
/********************
** LINE相談
**********************/
.line-flow{
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
}

.page-id-20 .article ul li, 
.page-id-20 .article ol li,
.page-id-24 .article ul li,
.page-id-24 .article ol li{
	text-align: left;
	padding-left: 2rem;
}

/********************
** お問い合わせ
**********************/
.page-id-24 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/01/27948288_m.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 5%!important;
}
.tel-text{
	margin: 3rem;
}
.tel-button{
	margin-bottom: 3rem!important;
}
.line-img-text{
	max-width: 152px;
	width: 100%;
	margin: 0 auto 1rem!important;
}

.line-Qr .wp-element-caption{
	text-align: center;
	margin-bottom: 3rem;
}
.req,
.ninni{
    margin: 0 0 3rem 1rem;
    padding: 2px 5px 2px;
	color: #fbfbfb;
}
.req{
    background: #FD4343;
}
.ninni {
    background: #4395fd;
}
/* お問い合わせ　ボタン チェックで色変え optional外す */
.wpcf7 .wpcf7-submit:disabled{
	background:#fff;
	color:#707070;
	border:solid 1px #cfcfcf;
}

.wpcf7 .wpcf7-submit{
	background:#1A4472;
	border:solid 2px #1A4472;
	color:#fff;
	font-size:1.2rem;
	transition:0.3s;
	padding:10px;
	border-radius: 5px;
}
.wpcf7-form{
	margin-top: 5rem;
}
/********************
** プライバシーポリシー
**********************/
.page-id-28 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/02/28194349_l-scaled.jpg);
	background-position: 50% 64%!important;
}



/* 24/8/8　追加ページ制作---------------------------- */
.page-id-1102 .entry-title,
.page-id-1182 .entry-title,
.page-id-1211 .entry-title{
	text-align: center;
}
/********************
** 車内洗車
**********************/
.page-id-1102 .entry-title{
	text-align: center;
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/08/5-resize2-scaled.jpg);
	background-position: 60% 74%!important;
	background-size: 100%;
}
.shanai-sensya{
	margin-bottom: 3rem;
}
.capmargin .has-fixed-layout{
    margin-bottom: 10px!important;
}

/********************
** オイル交換
**********************/
.page-id-1182 .entry-title{
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/09/7-2.png);
	background-position: center center!important;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-id-1182 .top-menu-content{
	width: 370px!important;
}
.page-id-1182 .menu-midasi{
	padding: 1rem;
}
.oil-text{
	margin: 2rem 0;
	font-size: 1.5rem;
}
.oil-img{
	width: 300px;
}
/********************
** 提携サービス
**********************/
.page-id-1211 .entry-title{
	background: url(https://carwash-indigo.com/wp-content/uploads/2024/08/h1-header-2-scaled.jpg);
	background-position: 60% 50%!important;
	background-size: cover;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1440px以下*/
@media screen and (max-width: 1440px){
	.flow-wrap1{
		flex-wrap: wrap;
		max-width: 1100px;
	}
}
/***トップページコンテント ***/
@media screen and (max-width: 1145px){
	.wp-image-63,
	.wp-image-66{
		max-width: 500px!important;
	}
}
/*1090px以下*/
@media screen and (max-width: 1090px){
	.flow-wrap1{
		max-width: 720px;
	}
	.top-menu-content{
		margin-bottom: 3rem;
		margin-left: 0;
	}
	.menu-wrap{
		max-width: 750px;
		flex-wrap: wrap;
	}
	/********* 
	 * * 洗車・コーティングページ 共通事項
	 * **********/
	.tokutyou{
		flex-wrap: wrap;
	}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.firstview .catchcopy{
		font-size: 1.3rem;
		left: 6%;
	}
	.header-container{
		display: none;
	}
	.width-1000{
        max-width: 750px;
    }
	/* トップページ・洗車・コーティングページ・施工予約・お問い合わせ　幅調整 ----------------*/
	.page-id-11 .width-1000,
	.page-id-16 .width-1000,
	.page-id-136 .width-1000,
	.page-id-22 .width-1000,
	.page-id-24 .width-1000,
	.post-28 .width-1000{
		max-width: 750px;
	}
	.top-menu-content2{
		padding: 2rem;
	}
	/*** よくある質問 ***/
	.qa-8 .a{
		padding-bottom: 2rem;
	}
	/*** コンタクトセクション ***/
	.wp-container-core-columns-layout-7.wp-container-core-columns-layout-7 {
		display: block;
	}
	.contact-button{
		max-width: 330px;
		width: 80%;
		margin: 0 auto;
		justify-content: center;
	}
	.wp-block-button{
		margin-bottom: 2rem;
	}
	/************************************
	** 店舗情報
	************************************/
	/* 地図 */
	.map{
		max-width: 900px;
	}
	.access-wrap iframe{
		padding-left: 0;
	}
	/*** 住所 ***/
	.access-wrap {
		display: block;
		max-width: 730px;
		width: 100%;
		margin: 0 auto;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.fv-text2-parts,
	.fv-text2.sp-fv-none{
		display: none;
	}
	
	.br-sp,
	.firstview .fv-text3,
	.fv-text2.sp-fv-text,
	.fv-text3.sp-fv-text{
		display: block;
	}
	.fv-text-img {
		width: 85%;
	}
	.firstview .catchcopy{
		font-size: 1.2rem;
		top: -5%;
		right: -15%;
	}
	.firstview .catchcopy2{
		top: 28%;
		left: 2%;
	}
	.firstview p{
		top: 60%;
	}
	.firstview .fv-text2{
		top: 55%;
	}
	.firstview .fv-text3{
		top: 96%;
	}
  /*必要ならばここにコードを書く*/
	.width-1000{
        max-width: 450px;
    }
    .page-id-14 .article h2{
        margin-bottom: 3rem!important;
    }
	.page-id-14 .entry-title,
	.page-id-16 .entry-title,
	.page-id-136 .entry-title,
	.page-id-20 .entry-title,
	.page-id-24 .entry-title,
	.page-id-22 .entry-title,
	.page-id-26 .entry-title,
	.page-id-28 .entry-title,
	.page-id-1102 .entry-title,
	.page-id-1182 .entry-title,
	.page-id-1211 .entry-title{
		font-size: 2rem;
	}
	/* トップページ・洗車・コーティングページ・施工予約・お問い合わせ　幅調整 ----------------*/
	.page-id-11 .width-1000,
	.page-id-16 .width-1000,
	.page-id-136 .width-1000,
	.page-id-22 .width-1000,
	.page-id-24 .width-1000,
	.post-28 .width-1000 {
		max-width: 450px;
	}
	.rs{
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
/* 		margin-bottom: 4rem; */
	}
	/************************************
	** 各ページ　共通事項
	************************************/
	/*** 見出しデザイン ***/
	.midasi{
		font-size: 2.3rem!important;
	}
	/************************************
	** トップページ
	************************************/
	/*** concept カラム位置調整 ***/
	.wp-container-core-columns-layout-1{
		flex-direction: column-reverse;
	}
	.page-id-11 .concept{
		margin-bottom: 5rem;
	}
	/* コンセプトの背景画像 */
	.back-1,
	.back-2{
	  padding: 130px;
	}
	.text-back p{
		font-size: 14px;
	}
	/*** 各ページ日本語見出し　****/
	.wash-content h2{
		font-size: 1.5rem;
		line-height: 1.5;
	}
	/*** 各セクション　****/
	.wash-title,
	.price{
		padding-bottom: 2rem;
	}
	.price2{
		margin-bottom: 0;
	}
	.contact-sec h3{
		font-size: 1.6rem;
	}
	/*** ワークフロー ----------- ***/
	.flow-wrap1{
		flex-wrap: wrap;
/* 		justify-content: center; */
		margin-bottom: 0!important;
	}
	.flow-content{
		margin-bottom: 3rem;
	}
	/***トップページコンテント ***/
	.text-back1,
	.text-back2{
		position: static;
	}
	.top-content1 h3,
	.top-content2 h3{
		text-align: left;
		margin-bottom: 1rem;
	}
	.wp-container-core-columns-layout-1{
		flex-direction: column-reverse;
	}
	.wp-container-core-columns-layout-1,
	.wp-container-core-columns-layout-2{
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}
	.concept{
		margin-bottom: 5rem;
	}
	.access-wrap iframe{
		padding-left: 0;
	}
	table:not(.has-border-color) :where(th, td){
		padding: 1rem 6px 10px;
	}
	/*** インスタ ***/
	.insta-sp{
		max-width: 750px!important;
		width: 100%;
		margin: 0 auto;
	}
	/*** よくある質問 ***/
	.qa-8 .q,
	.qa-8 .a{
		align-items: flex-start;
	}
	.qa-8 .q::before,
	.qa-8 .a::before {
		margin-right: .4em;
		padding: 3px 11px;
		font-size: 1rem;
	}
	.qa-8 .a p{
		padding-bottom: 1rem;
	}
	/************
	 * * 洗車ページ
	 * **********/
	.menu-wrap{
		flex-wrap: wrap;
		max-width: 750px;
	}
	.menu-width-1980{
		background: #f5f5f5;
	}
	/************************************
	** 店舗情報
	************************************/
	.serif .aisatu{
		font-size: 1.7rem;
		text-align: center;
	}
	.rs-flex,
	.shinta-img{
		position: static;
	}
	/* 地図 */
	.access-wrap iframe{
		height: 250px;
	}
	/*** concept カラム位置調整 ***/
	.page-id-14 .wp-container-core-columns-layout-1,
	.page-id-14 .wp-container-core-columns-layout-2{
		flex-direction: column;
	}
	.wp-container-core-columns-layout-2{
		display: block;
	}
	.rs-flex{
		display: flex;
	}
	.rs-flex3{
		max-width: 200px;
		width: 100%;
		margin: -3rem auto 0!important;	
	}
	.table:not(.has-border-color) :where(th, td) {
		width: 100px;
	}
	/*** 住所 ***/
	.access-wrap{
		flex-wrap: wrap;
	}
	.access-wrap .wp-block-columns{
		max-width: 750px;
		width: 100%;
		margin: 0 auto 2rem;
	}
}
@media screen and (max-width: 716px){
	/*** ワークフロー ------- ***/
	.flow-wrap1{
		justify-content: center;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/* 	*{
	outline: 1px solid red;
} */
/********************
 * ファーストビュー 
 ****************/
	.fv-text-img {
        width: 70%;
    }
	.fv-text-img-sp{
		width: 90%;
	}
/* 	.fv-text-img-sp3{
		width: 55%;
	} */
	.firstview .midasi{
		font-size: 3.6rem!important;
		line-height: 1.2;
		top: 65%;
		left: 8%;
	}
	.firstview .fv-midasi1{
		font-size: 2rem;
	}
	.firstview .catchcopy{
		font-size: 13px;
		width: 70%;
		height: 50%;
		top: -4%;
		left: 0;
}
	.firstview .catchcopy2{
		top: 31%;
	}
	.firstview .fv-text2{
		top: 47%;
	}
	.fv-text2-parts{
		display: none;
	}
	.firstview .fv-text3{
		top: 77%;
	}
	/************************************
	** 全体共通
	************************************/
	
	#metaslider_45{
		display: none;
	}
	#metaslider_51{
		display: block;
	}
	
	.wp-block-video video{
		max-width: 320px;
	}
	/* トップページ・洗車・コーティングページ・施工予約・お問い合わせ　幅調整 ----------------*/
	.tel-button a img:hover {
        opacity: 60%;
    }
    .width-1000{
        max-width: 320px;
    }
    .page-id-14 .article h2{
        margin-bottom: 10px!important;
    }
	
	.page-id-11 .width-1000,
	.page-id-16 .width-1000,
	.page-id-136 .width-1000,
	.page-id-22 .width-1000,
	.page-id-24 .width-1000,
	.post-28 .width-1000{
		max-width: 320px;
		margin-bottom: 3rem;
	}
	.link-text {
		position: absolute;
		right: 11%;
		top: 75%;
		font-size: 16px;
		color: #456cb7;
	}	
	.page-id-14 .entry-title,
	.page-id-16 .entry-title,
	.page-id-136 .entry-title,
	.page-id-20 .entry-title,
	.page-id-24 .entry-title,
	.page-id-22 .entry-title,
	.page-id-26 .entry-title,
	.page-id-28 .entry-title,
	.page-id-1102 .entry-title,
	.page-id-1182 .entry-title,
	.page-id-1211 .entry-title{
		padding: 3rem;
		font-size: 1.4rem;
		margin-bottom: 2rem!important;
	}
	.top-menu-content2 .width-1000{
		padding: 0 1rem;
	}
	/* 各セクション 余白 */
	.contact-sec h3{
		text-align: left;
	}
	
	/* お問い合わせページ	-------- */
	/* レスポンシブ時　ボーダーにて囲う */
	.tel-button{
		border: 2px solid #1a4572;
		border-radius: 5px;
		position: relative;
		padding: 20px;
	}
	.tel-button::before{
		position: absolute;
		content: ""; /* 追加 */
  		display: block; /* 追加 */
		top: 89%;
		left: 85%;
		width: 36px;
		height: 1px;
		background: #303030;
		display: none;
	}
	.tel-button::after{
		position: absolute;
		content: ""; /* 追加 */
  		display: block; /* 追加 */
		top: 85%;
		left: 295px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #303030;
		border-right: 1px solid #303030;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		display: none;
	}
	.tel-button.price{
		border: 2px solid #1a4572;
		padding: 1rem;
		margin-bottom: 2rem;
		border-radius: 5px;
	}
	.wp-block-button.price{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.tel-button.price img{
		text-align: center
	}
    /* オイル交換	 */
	.price .wash-content2 .width-1000 .midasi .oil-text{
		font-size: 1.4rem!important;
	}
	.article h2{
		padding: 0.6em;
	}
	/***トップページコンテント ***/
	.top-content1,
	.top-content2{
		max-width: 300px;
	}
	.wp-image-63,
	.wp-image-66{
		max-width: 300px!important;
	}
	.top-price2{
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	/* トップコンテンツ、フロー	 */
	.top-menu-content,
	.flow-content{
		max-width: 310px;
		width: 100%;
		height: auto;
	}
	.top-menu-content {
		min-height: 212px;
	}
	.top-menu-content2{
		padding: 0 1rem;
	}
	.top-menu-content2 .midasi{
		margin-bottom: 1rem!important;
	}
	.article h1{
		padding-top: 0;
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	/*** ワークフロー ----------------------------- ***/
	.flow-icon{
		padding-left: 10px;
	}
	.flow-midasi{
		width: 270px;
		margin: 0 auto;
	}
	.flow-midasi p{
		max-width: 240px;
	}
	/*** メニュー ----------------------------- ***/
	.menu-midasi h3{
		padding-top: 0;
		font-size: 1.6rem;
	}
	.menu-midasi p{
		font-size: 14px;
	}
	/*** 洗車サブスクの余白調整 ----------------------------- ***/
	.sp-margin-top{
		margin-top: 6rem!important;
	}
	.top-price2{
		padding-bottom: 0;
	}
	/*** 各セクション　余白調整 ***/
	.title p{
		font-size: 1.3rem;
	}
	/*** よくある質問 ***/
	.qa-8 .a{
		padding-bottom: 1rem;
	}
	.qa-8 .q::before,
	.qa-8 .a::before {
		margin-right: .4em;
		padding: 3px 11px;
		font-size: 1rem;
	}
/* 	.qa-8 .a p{
		padding-bottom: 1rem;
	} */
	/* コンセプトの背景画像 */
	.back-1,
	.back-2{
	  padding: 50px;
	}
	.text-back{
		padding: 1rem 3rem;
	}
	.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1{
		margin-top: 3rem;
	}
	
	/* Firefox用のスタイル */
	@-moz-document url-prefix() {
		#header-text-wrap {
			/* Firefox用のスタイル */
			margin-top: 0;
		}
	/* Chrome用のスタイル */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#metaslider_51 {
			/* Chrome用のスタイル */
				margin-top: 0;
		}
	}
	.reserve-content{
		margin-top: 2rem;
	}
}
/*** コンタクトセクション ***/
@media screen and (max-width: 430px){
	.rs-contact{
		text-align: left;
	}
	.wp-block-buttons{
		margin-bottom: 2rem;
	}
}

/************************************
** ここからaya記入
************************************/
	
    .flexin {
      display: flex;
      flex-direction: column;
    }

    .box {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
      margin: 20px 0; /* 確認しやすいようにマージンを追加 */
    }

    .box.show {
      opacity: 1;
      transform: translateY(0);
    }
	
	
	

