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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
	display: none;
}

/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{
	display: none;
}

/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow{
	display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
	display: none;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
	display: none;
}

/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
	display: none;
}

/*ヘッダーにボタンを設置*/
.header-in{
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header-in:after {
	content: none;
}

.logo-text {
	padding: 10px 0;
}

.my-header {
	align-items: center;
	display: flex;
	gap: 10px;
	padding-bottom:20px;
}

.my-header a {
	text-decoration: none;
}

.banner-tel a{
	background-color: #ff5482;
	border-radius: 10px;
	color: #fff;
	font-size: clamp(10px, 2vw, 16px);
	padding: 10px;
}
.banner-contact a {
	background-color: #5490ff;
	border-radius: 10px;
	color: #fff;
	font-size: clamp(10px, 2vw, 16px);
	padding: 10px;
}

.banner-line a {
	background-color: #00B900;
	border-radius: 10px;
	color: #fff;
	font-size: clamp(10px, 2vw, 16px);
	padding: 10px;
}

@media (width <=1023px) {
	.header-in {
	flex-direction: column;
  }
}

@media (width > 834px) {
	a[href*="tel:"] {
	pointer-events: none;
  }
}

/*リンクホバー明るく*/
.hov-bright {
transition: filter 0.5s ease;
}

.hov-bright:hover {
filter: brightness(1.2);
}

a img{
transition: filter 0.5s ease;
}

a img:hover {
filter: brightness(1.2);
}

/*ナビゲーションメニュー*/
.navi-in > ul{
	font-weight:bold;
}

.navi-in > ul .sub-menu li{
	background-color:#ffe78c;
}

/* ヘッダー固定時のサブメニュー表示対策 */
.fixed-header .has-sub {
    display: inline-block;
}
.fixed-header .navi-in > ul li:hover > ul  {
    display: block;
}

/*モバイルボタン*/
.menu-content{
	background-color:#ffde69;
}
.menu-drawer a{
	border-bottom:solid 2px #ffffff;
}

/*アピールエリア*/

.appeal{
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
}

	/*1023px以下*/
	@media screen and (max-width: 1023px){
		.appeal {
	height: calc(100vw * calc(631 / 1200));
		}
	}

	 /* 834px以下 */
	@media screen and (max-width: 834px) {
		.appeal {
    background-image: url(https://econicohimeji.com/econico/wp-content/uploads/2025/12/econico_top_sp-1.png); /* スマホ用画像 */
	height: calc(100vw * calc(1346 / 1200));
		}
	}

/*メインカラム*/
.main{
	padding-top:0px;
}

/*リンクボタン*/

.reverse-button a{
	display: block;
	width: 240px;
	box-sizing: border-box; /* 要素の幅と高さの計算にパディングとボーダーを含める */
	padding: 0.7rem 0.7rem;
	margin: 20px auto;
	background-color: #5490ff;
	border: 2px solid transparent; /* デフォルトで透明な境界線を設定 */
	color: #ffffff;
	font-weight: bold;
	border-radius:20px;
	text-align: center;
	transition: all 0.2s ease; /* 背景色と境界線の色の変化にアニメーションを設定 */
	text-decoration: none;
}

.reverse-button a:hover {
	background-color:  #ffffff; /* ホバー時の背景色 */
	border: 2px solid #5490ff; /* 細い境界線 */
	color: #5490ff; /* ホバー時のテキスト色 */
}

/*コンテンツ背景色*/
.header-container, .main, .sidebar, .footer {
background-color: rgba(255,255,255,0);
}

/*h1ページタイトル*/
.page .article h1{
	font-size:2.1em;
	padding:80px 25px;
	text-align:center;
	background-image: repeating-linear-gradient(-45deg, #ffde69, #ffde69 5px, #ffda54 5px, #ffda54 10px);
	color:#424242;
	text-shadow:none;
	margin:0 calc(50% - 50vw);
	margin-bottom:60px;
	width:100vw;

}

/*h2見出し*/
.page .article h2{
	font-size:1.8em;
	margin-top:50px;
	background-image: repeating-linear-gradient(-45deg, #ffc800, #ffc800 5px, #ffda54 5px, #ffda54 10px);
	color:#424242;
	text-shadow:none;
}

.page .article h2.topmargin{
	margin-top:0px;
}

/*h3見出し*/
.page .article h3{
	border:none;
	background-color:#ffde69;
}

/*固定ページ本文下ウィジェットタイトル*/
.widget-page-content-bottom-title{
	color:#424242;
	position: relative;
 	padding: 0.6em;
	background-image: repeating-linear-gradient(-45deg, #ffc800, #ffc800 5px, #ffda54 5px, #ffda54 10px);
 	border-radius: 7px;
}

/*コンテンツ下部ウィジェットテキスト*/
.ctu-text{
	text-align:center;
}

/*アーカイブタイトル*/
.archive-title {
	position: relative;
 	padding: 0.6em;
	background-image: repeating-linear-gradient(-45deg, #ffc800, #ffc800 5px, #ffda54 5px, #ffda54 10px);
 	border-radius: 7px;
}

.archive-title:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffc800;
	width: 0;
	height: 0;
}

/*サイドバーh3*/
.sidebar h3 {
	color:#424242;
	background-image: repeating-linear-gradient(-45deg, #ffc800, #ffc800 5px, #ffda54 5px, #ffda54 10px);	
 	border-radius: 7px;}

/*マージントップ50*/
.mgt50{
	margin-top:50px;
}

/*サイドバーカテゴリー*/
.widget_categories ul li a{
	border-bottom:dotted 5px #ffc800;	
}

/*サービスリスト*/
.svcbox h3{
	background-color:#ffde69;
	font-weight:bold;
	font-size:1.2em;
}

.svcbox p{
	line-height:1.4em;	
}

/*６つの理由*/
/*835px以上*/
@media screen and (min-width: 835px){
	.threebox{
	display: flex;
	}
}

.ye_box{
	background-color:#ffda54;
	border-radius:20px;
	border:solid 5px transparent;
	background-clip: padding-box;
	padding:10px;
}

.bttl{
	font-size:1.5em;
}

.body .wp-block-group:not(.is-content-justification-left, .is-content-justification-center, .is-content-justification-right, .is-content-justification-space-between) :last-child{
	margin-bottom:0px;
}
.body .wp-block-group{
	margin-bottom:0px;
}

.ye_box img{
	margin-bottom:0px;
}

.ye_box h3{
	border:none;
	border-radius:50%;
	background-color:#ffffff;
	padding:0px;
	width:32px;
	height:32px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	font-size:1.2em;
}

.ye_box p{
	margin-bottom:10px;
	line-height:1.4em;
}

/*作業の流れ*/


.flowinbox{
	border:solid 2px #ffc800;
	background-clip: padding-box;
	padding:10px;
	width:20%;
}

.flowinbox h3{
	border:none;
	border-radius:50%;
	background-color:#ffc800;
	padding:0px;
	width:32px;
	height:32px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	font-size:1.2em;
	text-align:center;
}

.flowinbox p{
	line-height:1.4em;
	
}

/*料金*/
.pricebox{
	display: flex;
}

.priceinbox{
	width:50%;
	border:solid 10px #ffc800;
	padding:10px;
	border-radius:15px;
}

.priceinbox h3{
	font-size:1.6em;
	margin-bottom:0.2em;
}

/*サービス*/
.page .article .svsbox h2{
	margin-top:0px;
	margin-bottom:10px;
	font-size:1.4em;
}

.svsbox{
	margin-top:50px;
	padding-bottom:50px;
	border-bottom:solid 3px #ffde69;
}

.pclist-in{
	border:solid 2px #ffde69;
	border-radius:15px;
	padding-bottom:20px;
}

.pclist-in h3{
	margin-bottom:0px;
}

 .pclist-in figure.wp-block-image.size-full{
	margin-bottom:0px;
}

/*map中央寄せ*/
.map-container{
	text-align: center;
	margin: 0 auto;
}

/*作業事例画像*/
.workbox img{
	object-fit:cover;
	width:500px;
	height:200px;
}

/*投稿*/
.cat-label{
	color:#424242
}

.cat-link{
	color:#424242	
}



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

}

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

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


