@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article dd {
    margin-left: 0;
}
.faq_block .faq_q::before,
.faq_block .faq_a::before {
    color: #fff;
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: .75em;
    left: 0;
    display: block;
    width: 2em;
    line-height: 2;
    text-align: center;
    font-family: Arial,sans-serif;
}
.faq_block .faq_q::before {
    font-weight: 400;
    content: "Q";
    background-color: #d55656;
}
.faq_block .faq_a::before {
    content: "A";
    background-color: #6599b7;
}
.faq_block .faq_q,
.faq_block .faq_a {
    position: relative;
    padding: 0.75em 1em 1em 3em;
    line-height: 1.8;
}
.faq_block .faq_q {
    font-weight: 700;
}
.faq_block .faq_a:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 2em;
    border-bottom: solid 1px rgba(200,200,200,.5);
}
.faq_block .faq_q {
    font-weight: 700;
}

.pricecards p{
	margin-bottom: 0px;
}
.pricecards .con {
	font-size: 100%;
}

.article h1 {
color: #5c6b80;
font-weight: 800;
font-size: 1.5rem;
line-height: 1.3;
}

.article h2 {
border: none; 
position: relative;
padding: .7em .75em;
margin-bottom: 1.5em;
background-color: #00afcc;
color: #fff;
border-radius: 6px;
border-bottom: 0px
}
.article h2::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #00afcc;
border-bottom: 0px
}

.article h3 {
border: none; 
padding: 0.7em;/*文字周りの余白*/
color: #2d5056;/*文字色*/
background: #effafc;/*背景色*/
border-left: solid 10px #00afcc;/*左線（実線 太さ 色）*/
}

.article h4,
#comment-area h4,
#related-entries h4{
border: none; 
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #ccc;
}
.article h4::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: #69B560;
}

.article h5 {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
border: none; 
padding:0px 30px 10px;
margin-top: 30px !important;
color: #69B560;/*文字色*/
}
.article h5:before {
font-family: FontAwesome;/*アイコンフォント*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対配置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #69B560; /*アイコン色*/
}

.article h6{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}
h6:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ Check';
background: #80c8d1;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 959px){
  /*必要ならばここにコードを書く*/
.article ul, .article ol {
    padding-left: 0px;
}
	#appeal-in {background-image: url("https://izm-paint.com/wp-content/uploads/2022/07/イズミ塗装トップページ塗装経験10年以上の経験豊富な職人が伺います！モバイル.jpg"); /*画像の指定*/		
	min-height:700px; /* 最低の高さを300pxに指定 */
	min-width:300px; /* 最低の高さを300pxに指定 */
	background-size: cover;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
		
  /*必要ならばここにコードを書く*/
}
/* 記事一覧ぼかしフェードイン */
a.entry-card-wrap figure.entry-card-thumb{
overflow: hidden;
}
a.entry-card-wrap:hover img.entry-card-thumb-image{
-webkit-filter: blur(2px) brightness(60%);
filter: blur(2px) brightness(60%);
-webkit-transform: scale(1.03);
transform: scale(1.03);
opacity: 1;
transition: 0.3s;
}
a.entry-card-wrap figure.entry-card-thumb::before{
z-index: 1;
font-family: sans-serif;
font-weight: bold;
content: "READ MORE";
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
position: absolute;
font-size: 100%;
width: 100%;
height: 100%;
color: #fff;
top: 0;
left: 0;
opacity: 0;
transition: .25s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-ms-transition: .4s ease;
}
a.entry-card-wrap:hover figure.entry-card-thumb::before{
opacity: 0.9;
font-size: 150%;
}
.entry-card-snippet{
font-size: 72%;
line-height: 1.6;
color: gray;
text-align: justify;
text-justify: inter-ideograph;
}



/* ウィジェットタイトルにFAアイコン */
.widget h3::before { font-family: FontAwesome; font-size: 80%; vertical-align: middle; font-weight: normal; margin-right: 5px; } /* 共通設定 */
.widget_links h3::before { content: '\f0c1'; } /* リンク */
.widget_popular_entries h3::before { content: '\f135'; } /* 人気記事 */
.widget_new_entries h3::before { content: '\f005'; } /* 新着記事 */
.widget_categories h3::before { content: '\f115'; } /* カテゴリー */
.widget_rss h3::before { content: '\f143'; } .widget_rss h3 img { display: none; } /* RSSフィード */
.widget_tag_cloud h3::before { content: '\f292'; } /* タグクラウド */
.widget_search h3::before { content: '\f002'; } /* 検索 */
.widget_meta h3::before { content: '\f085'; } /* メタ */
.widget_fb_like_box h3::before { content: '\f082'; } /* Faceboxボックス */
.widget_facebook_page_like h3::before { content: '\f082'; } /* Faceboxバルーン */
.widget_item_ranking h3::before { content: '\f091'; } /* ランキング */
.widget_calendar h3::before { content: '\f073'; } /* カレンダー */
.widget_recent_comments h3::before { content: '\f0e6'; } /* 新着コメント */


/*フッターホバー色変更*/
.navi-footer-in a:hover {
background-color: #a0dbdb;
transition: all 0.5s ease;
}
/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
display: none;
}
/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{
display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
display: none;
}
/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
display: none;
}
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
display: none;
}
.sidebar h3{/*サイドバー見出し*/
	background-color: #f7f7f7;/*背景色*/
	color: #333;
 border-radius: 7px;
}
.blogcard {
	padding: 1rem;
	color: #666;
	position: relative;
	border-color: #00afcc !important; /* 枠線の色を変更 */
}

a.blogcard-wrap:hover{
	background-color: transparent!important;
	opacity: 0.8;
}

a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
}

.blogcard-title{
	margin-bottom: .5rem;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
	}
	.blogcard-snipet{
		display: none;
	}
}

.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

.blogcard::before{
	content: 'あわせて読みたい'; /* タイトルの文言 */
	position: absolute;
	top: -.8rem;
	left: auto;
	font-size: 50%;
	background-color: #00afcc; /* タイトルの背景色 */
	padding: .6em 1em;
	font-weight: bold;
	color: #fff;  /* タイトルの文字色 */
	border-radius: 2px;
}

.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #00afcc; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa dt {
position: relative;
margin: 0 0 1.5em 0;
}
.cp_qa dd {
position: relative;
margin: 0 0 2em 0;
padding: 0 0 1.5em 2em;
border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
font-size: 1.2em;
margin: 0 0.5em 0 0;
color: #ffffff;
border-radius: 50%;
display: inline-block;
width: 1.3em;
height: 1.3em;
line-height: 1.2em;
}
.cp_qa dt::before {
padding: 0.1em 0.3em;
content: '\f128';
background: #f57c00;
}
.cp_qa dd::before {
padding: 0.12em 0.45em;
content: '\f12a';
background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
position: absolute;
top: 0.5em;
display: inline-block;
width: 0;
height: 0;
content: '';
border-width: 5px 0 5px 5px;
border-style: solid;
}
.cp_qa dt::after {
left: 1.5em;
border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
left: 3.5em;
border-color: transparent transparent transparent #0097a7;
}
.author-box {
	border: none !important;
	padding: 0 !important;
}

.pwa .author-box {
	text-align: left; /* 文字を左揃えに */
}
.author-box .author-widget-name{
	color: #666;
	background-color: #eaedf2;
	display: inline-block;
	margin: 0 auto 3px 1rem;
	padding: .4em;
	border-radius: 4px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	font-size: .9em;
}

.author-box .author-widget-name::before {
	content: '';
	position: absolute;
	left: 20%;
	bottom: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid #eaedf2;
	border-left: 15px solid transparent;
	z-index: 1;
}

.author-box figure.author-thumb{
	float: none;
	margin: 0 !important;
	text-align: center;
	width: 100% !important;
	background: url(https://～～.jpg) center no-repeat; /* カバー画像を指定 */
	background-size: cover;
	position: relative;
	height: 0;
	/* フル表示にしたい場合のpadding-topの値： 表示画像の高さ(px) ÷ 表示画像の幅(px) × 100(%) */
	padding-top: 40%;
	z-index: 0;
}

.author-box figure.author-thumb img{
	border: 3px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	height: auto;
	width: 30%;
	max-width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4.5em;
}

.author-box .author-content{
	margin-left: 0 !important;
	margin-top: 5.5em !important;
}

.author-box .author-content .author-name{
	text-align: center;
	font-size: 1.3rem;
}

.author-box .author-content .author-name a{
	color: #14171a;
	text-decoration: none;
}
.author-box .author-content .author-name a:hover{
	color: #14171a;
	text-decoration: underline;
}

.author-box .author-content .author-description p{
	margin: .5em auto;
	line-height: 1.5 !important;
	max-width: 500px;
	font-size: 90%;
	text-align: left;
}

.author-box .author-content .author-description p a{ text-decoration: none; }
.author-box .author-content .author-description p a:hover{ text-decoration: underline; }
.author-box .author-content .author-follows .sns-buttons{ justify-content: center; }

.author-box .author-content .author-follows .sns-buttons a.follow-button{
	border-radius: 50%;
	border: none;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-bottom: .5em;
	margin-right: .5em;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.author-box .bc-brand-color.sns-follow .website-button{ background-color: #6eb6fd !important; }
.author-box .bc-brand-color.sns-follow .twitter-button{ background-color: #7dcdf7 !important; }
.author-box .bc-brand-color.sns-follow .facebook-button{ background-color: #7c9dec !important; }
.author-box .bc-brand-color.sns-follow .hatebu-button{ background-color: #2c6ebd !important; }
.author-box .bc-brand-color.sns-follow .google-plus-button{ background-color: #dd4b39 !important; }
.author-box .bc-brand-color.sns-follow .instagram-button{ background: linear-gradient(135deg, #427eff 0%, #f13f79 80%) no-repeat !important;}
.author-box .bc-brand-color.sns-follow .youtube-button{ background-color: #cd201f !important; }
.author-box .bc-brand-color.sns-follow .flickr-button{ background-color: #111 !important; }
.author-box .bc-brand-color.sns-follow .pinterest-button{ background-color: #bd081c !important; }
.author-box .bc-brand-color.sns-follow .line-button{ background-color: #00c300 !important; }
.author-box .bc-brand-color.sns-follow .amazon-button{ background-color: #ff9900 !important; }
.author-box .bc-brand-color.sns-follow .github-button{ background-color: #4078c0 !important; }
.author-box .bc-brand-color.sns-follow .feedly-button{ background-color: #2bb24c !important; }
.author-box .bc-brand-color.sns-follow .rss-button{ background-color: #f26522 !important; }

.author-box .author-content .author-follows .sns-buttons a.follow-button span{ line-height: 40px; }
.author-box .author-content .author-follows .sns-buttons a.follow-button span::before{ font-size: 20px !important; }

main .author-box{
	max-width: 400px;
	margin: 0 auto;
	font-size: 80%;
}
.widget_author_box .feedly-button, .widget_author_box .rss-button{ display: none; }

.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #E86413;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
.table td {
       background: #fff;
}

/* === migrate from Additional CSS (production) ===
   date: 2025-08-23
   note: copied from Additional CSS
*/
/* ↓ここに追加CSSの中身をそのまま貼り付け */

.cta-box {
	background-color:#E86413;
}

.cta-button a {
	background-color:#fff;
	color:#333;
	border:3px solid #333;
}

.cta-button a:hover {
	background-color:#333;
	color:#fff;
	border:3px solid #333;
}

/*sidebar*/
#custom_html-5 img{
	width:100%;
}

/*pricing*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricecards{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
        }
.pricecard{
  flex: 0 0 32%;
  text-align: center;
  border: 1px solid #c5a05a;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin:0 auto 3em;
	border-radius: 8px;
        }
        .pricecard h3{
            border:none;
            background: #c5a05a;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .pricecard.premium{
            border: 3px solid #00afcc;
            padding-bottom: 3rem
        }
        .pricecard.premium h3{
            background: #00afcc;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .pricecard h4{
								 border: none;
								position: static;
            font-size: 300%;
            margin: 0 auto;
            padding: 1rem 0 0;
        }
	
					.pricecard.premium h4 {
								color:#00afcc;
        }

.pricecard h4:after {
	content:none;	
}
        
        .pricecard p{
            margin: 0;
            text-align: left;
        }
        .pricecard a{
								margin-top: 20px;
            padding: 10px 40px;
            background: #c5a05a;
            color: #fff;
								font-weight: 600;
            text-decoration: none;
					text-align: right;
            border-radius: 16px;
            display: inline-block;
        }
					.pricecard.premium a {
								background:#00afcc;
        }
.pricecard div {
	width:90%;
	margin:0 auto;
	text-align:right;
	border-bottom: 2px solid #c5a05a;
}

.pricecard.premium div {
	border-bottom: 3px solid #00afcc;
}

.pricecard p {
 text-align:center;
}
.tag {
 font-size:80%;
 padding-bottom:1px;
 padding-top:20px;
}
.con{
 font-size:120%;
font-weight:700;
}

@media screen and (max-width: 600px){
.profile_card, .pricecards, .profile_cards {
    flex-direction: column;
    -webkit-flex-direction: column;
}
  .pricecard, .card_photo {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
  .pricecard.premium {
    order: 1;
    -webkit-order: 1;
}
}

/* contact form "玄関ドア"のカスタマイズ */
/* ランマについての問い */
/* 選択肢1の画像 */
span.ranma .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
	content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8758.jpeg);
}
 
/* 選択肢2の画像 */
span.ranma .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
    content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8757.jpeg);
}
/* ドア種についての問い */
/* 片開きの画像 */
span.door-type .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
	content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8757.jpeg);
}
 
/* 片袖の画像 */
span.door-type .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
	content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8764.jpeg);
}
/* 親子の画像 */
span.door-type .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
	content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8759.jpeg);
}
/* 両袖の画像 */
span.door-type .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
	content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8766.jpeg);
}
/* 両開きの画像 */
span.door-type .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
	content: url(https://izm-paint.com/wp-content/uploads/2023/10/IMG_8762.jpeg);
}

/* =========================================================
  セクション画像（.secview）— 公開/プレビュー両対応・ヒーロー可
  ・769px以上：.pc-only 表示 / .sp-only 非表示
  ・768px以下：.sp-only 表示 / .pc-only 非表示
  ・対象： .home / .front-page / .page いずれでも有効
========================================================= */
:is(body.home, body.front-page, body.page) .secview{
  margin:0 !important;
  padding:0 !important;
  /* フルブリード（幅いっぱい） */
  position: relative;               /* ← ヒーロー時の絶対配置の基準になる */
  left:50%;
  right:50%;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  width:100vw !important;
  max-width:100vw !important;
  overflow:hidden;                  /* はみ出しを隠す（左寄り見え対策の一部） */
}

/* figure/画像ブロックの余白リセット & 行揃えの影響無効化 */
:is(body.home, body.front-page, body.page) .secview figure,
:is(body.home, body.front-page, body.page) .secview .wp-block-image{
  margin:0 !important;
  text-align: initial !important;
}
:is(body.home, body.front-page, body.page) .secview img{
  display:block;
  width:100% !important;
  max-width:100% !important;
  height:auto;
  vertical-align:top;
  margin:0 !important;
  border:0;
  float:none !important;            /* alignleft/right の影響を無効化 */
}

/* 表示切替（SP初期） */
:is(body.home, body.front-page, body.page) .secview .pc-only{ display:none; }
:is(body.home, body.front-page, body.page) .secview .sp-only{ display:block; }
@media (min-width:769px){
  :is(body.home, body.front-page, body.page) .secview .pc-only{ display:block; }
  :is(body.home, body.front-page, body.page) .secview .sp-only{ display:none; }
}

/* =========================================================
  ヒーロー化バリアント：.secview.secview--vh
  目的：画像を画面高いっぱいに敷き詰め、中央基準でトリミング
========================================================= */
/* 切替（現状維持） */
.secview .pc-only { display: none; }
.secview .sp-only { display: block; }
@media (min-width: 769px){
  .secview .pc-only { display: block; }
  .secview .sp-only { display: none; }
}

/* 画像ブロックの余白リセット（secview内のみ） */
.secview figure,
.secview .wp-block-image { margin: 0 !important; }

/* ── PCのみ：pc-only を 80% / 最大1280px・中央寄せ ── */
@media (min-width: 1024px){
  /* pc-only が figure.wp-block-image に付いているケース（今回これ） */
  .secview figure.wp-block-image.pc-only{
    width: min(80vw, 1280px) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;      /* 中央寄せ */
    float: none !important;
    text-align: initial !important;
  }
  .secview figure.wp-block-image.pc-only img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
  }

  /* 予防：pc-only を img に付けた場合も同様に効かせる */
  .secview img.pc-only{
    width: min(80vw, 1280px) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: block !important;
    height: auto !important;
    float: none !important;
  }
}

/**/
/*20250904　LP用*/
/**/
/* PC：全幅ブロックを1080pxに制御＆中央寄せ */
@media (min-width: 769px){
  .lpview.alignfull {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* 画像の余白をゼロに */
.lpview .wp-block-image,
.lpview figure,
.lpview img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  line-height: 0;
  vertical-align: bottom;
}

/*ヘッダーの問い合わせボタンを丸く*/
a.contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 40px;   /* 縦横の余白 */
  border-radius: 9999px; /* 完全な丸（カプセル型） */

  background-color: #ff2a2a; /* 現在の赤に合わせる */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

