@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{color:#fff;}
span.hissu{color:#FF0004;}
.ark-block-accordion__title{color:#333333;}
.contactform{color:#333333;background:#fff;}
.wpcf7-response-output{color:#fff;}
h2.wp-block-heading{font-size:36px;border:0px!important;text-align:center;background:none!important;margin:30px 5px;}
h3.wp-block-heading{font-size:32px;border:0px!important;text-align:center;margin:20px 5px;}
h4.wp-block-heading{font-size:24px;border:0px!important;text-align:center;margin:20px 5px;}
.linelink a{
display:block;
	background:#06c755;
border-radius:10px;
	text-align:center!important;
margin:30px;
	padding:20px;
}
.linelink a img{margin:0 auto;}
.linelink a:hover{opacity:70%;}

.webyoyakulink a{
display:block;
	background:#2195d6;
border-radius:10px;
	text-align:center!important;
margin:30px;
	padding:20px;
}
.webyoyakulink a img{margin:0 auto;}
.webyoyakulink a:hover{opacity:70%;}
/*cat_itemlist*/
.itemlist_cat_list{
}
.itemlist_cat_list ul{
}
.itemlist_cat_list ul li{
display:inline-block;
width:200px;
height:260px;
vertical-align:top;
margin:5px;
}
.itemlist_cat_list_img{
width:200px;
height:120px;
overflow:hidden;
border-radius: 6px;
text-align:center;
}
.itemlist_cat_list_img img{
border-radius: 6px;
border:1px solid #F0F0F0;
}
.itemlist_cat_list_ttl{
margin-top:10px;
line-height: normal;
font-size:14px;
}
.itemlist_cat_list_ttl a{color:#fff;text-decoration:none;}
.itemlist_cat_list_ttl a:hover{text-decoration:underline;}
#content_kakou h1{text-align:center;}
#content_kakou h2{
padding:5px;
background:#1D1D1D;
}
#content_kakou h2 a{color:#fff;text-decoration:none;}
#content_kakou h2 a:hover{text-decoration:underline;}
/* ==============================================

	con_05

================================================= */
.con05_area {
	margin: 0 auto;
	text-align: center;
}
.con05_box {
	width: 330px;
	display: inline-block;
	vertical-align: top;
	padding: 60px 20px 50px;
	position: relative;
	margin-top: 100px;
}
.con05_box:nth-child(1),
.con05_box:nth-child(6),
.con05_box:nth-child(8) {
	background: #142841;
}
.con05_box:nth-child(2),
.con05_box:nth-child(4),
.con05_box:nth-child(9) {
	background: #272729;
}
.con05_box:nth-child(3),
.con05_box:nth-child(5),
.con05_box:nth-child(7) {
	background: #7A6B58;
}
.con05_box:nth-child(3n-1) {
	margin: 100px 1px 0;
}
.con05_no {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.con05_box p {
	font-size: 18px;
	color: #fff;
	line-height: 140%;
	text-align: left;
	margin-top: 20px;
}
@media screen and (max-width:768px){
	#con_05 {
		padding: 60px 0;
	}
	.con05_box{width:100%;}	
	.con05_txt {
		padding: 0 15px;
		font-size: 20px;
		line-height: 130%;
	}
	.con05_area {
		width: 100%;
		padding: 0 15px;
	}
	.con05_box {
		width: 49%;
		padding: 60px 20px 30px;
	}
	.con05_img {
		max-width: 290px;
		width: 100%;
		height: auto;
	}
	.con05_box:nth-child(1),
	.con05_box:nth-child(4),
	.con05_box:nth-child(7) {
		background: #142841;
	}
	.con05_box:nth-child(2),
	.con05_box:nth-child(5),
	.con05_box:nth-child(8) {
		background: #272729;
	}
	.con05_box:nth-child(3),
	.con05_box:nth-child(6),
	.con05_box:nth-child(9) {
		background: #7A6B58;
	}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/************************************
** 固定ページだけタイトルを非表示にする
************************************/
.page .entry-title {
display: none;
}
/************************************
** トップページだけタイトルを非表示にする
************************************/
.site-name-text {
display: none;
}

/************************************
** 背景を黒に
************************************/
#main {
	background: #000000;
}

// Code from https://shuhu-marketing.com/web-marketing/google-analytics/tracking-contactform7-ga4/
add_action( 'wp_footer', function () { //<footer>内で実行します
?>
<script>
    document.addEventListener( 'wpcf7mailsent', function( event ) {
      if ( '6' == event.detail.contactFormId ) { //contactform7のidが1の場合のみ
        window.dataLayer = window.dataLayer || [];
        window.dataLayer.push({ 'event': 'wpcf7_submission', 'wpcf7_type': 'お問い合わせ' });
      }
      else { //上記以外のフォームの場合
        window.dataLayer = window.dataLayer || [];
        window.dataLayer.push({ 'event': 'wpcf7_submission', 'wpcf7_type': 'その他のフォーム' });
      }      
    });
</script>
<?php
}, 10, 0 );

/*=== konan-format footer start ===*/
#footer{font-size:15px}
#footer .footer-in{padding-top:44px}
#footer .footer-widgets{display:flex;flex-wrap:wrap}
#footer .footer-left{flex:1.2 1 0;padding:0 24px}
#footer .footer-center{flex:.8 1 0;padding:0 24px}
#footer .footer-right{flex:1.7 1 0;padding:0 24px}
#footer .widget{margin-bottom:26px}
#footer .footer-widget-title{display:none}
#footer .textwidget b{display:block;font-size:15px;font-weight:700;line-height:1.5;letter-spacing:.06em;padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.28)}
#footer .textwidget b+br{display:none}
#footer .textwidget{font-size:14px;line-height:1.9;color:rgba(255,255,255,.85)}
#footer .textwidget a{color:#fff;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.55)}
#footer .textwidget a:hover{border-bottom-color:#fff}
#footer .menu{margin:10px 0 0;padding:0;list-style:none}
#footer .menu li{line-height:1.6;margin:0}
#footer .menu li a{display:block;padding:6px 0;font-size:14px;line-height:1.6;color:rgba(255,255,255,.88);text-decoration:none;border-bottom:0;transition:color .2s}
#footer .menu li a:hover{color:#fff;text-decoration:underline}
#footer .sub-menu{margin:2px 0 6px;padding-left:12px;border-left:1px solid rgba(255,255,255,.25);list-style:none}
#footer .sub-menu li a{padding:4px 0;font-size:13px;color:rgba(255,255,255,.75)}
#footer .footer-right .sub-menu{column-count:2;column-gap:28px;padding-left:0;border-left:0;margin-top:4px}
#footer .footer-right .sub-menu>li{break-inside:avoid}
#footer .footer-right .sub-menu>li>a{position:relative;padding-left:13px}
#footer .footer-right .sub-menu>li>a::before{content:"";position:absolute;left:0;top:50%;width:6px;height:1px;background:rgba(255,255,255,.55)}
#footer .footer-bottom{margin-top:32px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}
#footer .copyright{font-size:12px;line-height:1.8;color:rgba(255,255,255,.7);letter-spacing:.02em}
@media screen and (max-width:834px){
#footer{font-size:14px}
#footer .footer-in{padding-top:28px}
#footer .footer-in .footer-widgets{display:none!important}
#footer .footer-in .footer-widgets-mobile{display:block!important;padding:4px 18px 0}
}
.fmob{color:rgba(255,255,255,.88)}
.fmob-company{margin:0 0 18px;font-size:13px;line-height:1.9}
.fmob-company b{display:block;font-size:14px;letter-spacing:.04em;margin-bottom:4px}
.fmob-links{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px;margin:0 0 18px;padding:0;list-style:none}
.fmob-links li{margin:0}
.fmob-links a{display:block;padding:9px 0;font-size:13px;line-height:1.5;color:rgba(255,255,255,.88);text-decoration:none}
.fmob-areas{border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);margin-bottom:8px}
.fmob-areas>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:13px 2px;font-size:13px;font-weight:700;color:#fff}
.fmob-areas>summary::-webkit-details-marker{display:none}
.fmob-areas>summary::after{content:"＋";font-size:14px;opacity:.85}
.fmob-areas[open]>summary::after{content:"−"}
.fmob-areas-top{margin:0 0 6px}
.fmob-areas ul{margin:0 0 14px;padding:0;list-style:none}
.fmob-areas li{margin:0}
.fmob-areas ul a{display:block;padding:9px 0;font-size:12.5px;line-height:1.5;color:rgba(255,255,255,.8);text-decoration:none}
#footer .fmob a{border-bottom:0}
#footer .fmob-company a{border-bottom:1px dotted rgba(255,255,255,.55)}
#footer .fmob-links a{border-bottom:1px solid rgba(255,255,255,.15)}
#footer .fmob-areas-top a{font-size:13px;color:#fff;border-bottom:1px dotted rgba(255,255,255,.5)}
#footer .fmob-areas ul a{border-bottom:1px solid rgba(255,255,255,.12)}
#footer .fmob-areas li:last-child a{border-bottom:0}
/*=== konan-format footer end ===*/


/* ============================================================
   [TAG-FOOTER-2026] フッター刷新：PC3カラム／スマホ専用ブロック
   ============================================================ */
#footer .footer-in{padding-top:44px}
#footer .footer-widgets{display:flex!important;margin:10px auto}
#footer .footer-left{flex:1.15 1 0!important;width:auto!important;padding:0 24px}
#footer .footer-center{flex:.75 1 0!important;width:auto!important;padding:0 24px}
#footer .footer-right{flex:1.8 1 0!important;width:auto!important;padding:0 24px}
#footer .widget{margin-bottom:26px}
#footer .widget_text,#footer .widget_custom_html{margin-bottom:14px}
#footer .textwidget{font-size:14px;line-height:1.9;color:rgba(255,255,255,.85)}
#footer .textwidget > b:first-child{display:block;font-size:15px;font-weight:700;line-height:1.5;letter-spacing:.06em;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.28);color:#fff}
#footer .textwidget a{color:#fff!important;text-decoration:none}
#footer .textwidget a:hover{color:#ffdd57!important}
#footer .widget ul.menu{margin:14px 0 0;padding:0;list-style:none}
#footer .widget ul.menu li{margin:0;padding:0;line-height:1.6;font-size:14px}
#footer .widget ul.menu li a{display:block;padding:6px 0;font-size:14px;line-height:1.6;color:rgba(255,255,255,.9)!important;text-decoration:none;transition:color .2s}
#footer .widget ul.menu li a:hover{color:#ffdd57!important;text-decoration:underline}
#footer .widget ul.sub-menu{margin:2px 0 6px;padding-left:12px;border-left:1px solid rgba(255,255,255,.25);list-style:none}
#footer .widget ul.sub-menu li a{padding:4px 0;font-size:13px;color:rgba(255,255,255,.78)!important}
#footer .footer-right ul.sub-menu{column-count:2;column-gap:28px;padding-left:0;border-left:0;margin-top:4px}
#footer .footer-right ul.sub-menu > li{break-inside:avoid}
#footer .footer-right ul.sub-menu > li > a{position:relative;padding-left:13px}
#footer .footer-right ul.sub-menu > li > a::before{content:"";position:absolute;left:0;top:50%;width:6px;height:1px;background:rgba(255,255,255,.55)}
#footer .footer-bottom{margin-top:32px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18)}
#footer .copyright{font-size:12px;line-height:1.8;color:rgba(255,255,255,.7);letter-spacing:.02em}
#footer .fmob{color:rgba(255,255,255,.88)}
#footer .fmob-company{margin:0 0 18px;font-size:13px;line-height:1.9}
#footer .fmob-company b{display:block;font-size:14px;letter-spacing:.04em;margin-bottom:4px;color:#fff}
#footer .fmob-company a{color:#fff!important;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.55)}
#footer .fmob-links{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px;margin:0 0 18px;padding:0;list-style:none}
#footer .fmob-links li{margin:0;padding:0;font-size:13px}
#footer .fmob-links a{display:block;padding:9px 0;font-size:13px;line-height:1.5;color:rgba(255,255,255,.9)!important;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.15)}
#footer .fmob-areas{border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);margin-bottom:8px}
#footer .fmob-areas > summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:13px 2px;font-size:13px;font-weight:700;color:#fff}
#footer .fmob-areas > summary::-webkit-details-marker{display:none}
#footer .fmob-areas > summary::after{content:"＋";font-size:14px;opacity:.85}
#footer .fmob-areas[open] > summary::after{content:"−"}
#footer .fmob-areas-top{margin:0 0 6px}
#footer .fmob-areas-top a{font-size:13px;color:#fff!important;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.5)}
#footer .fmob-areas ul{display:grid;grid-template-columns:1fr;gap:0;margin:0 0 14px;padding:0;list-style:none}
#footer .fmob-areas li{margin:0;padding:0;font-size:13px}
#footer .fmob-areas ul a{display:block;padding:9px 0;font-size:12.5px;line-height:1.5;color:rgba(255,255,255,.82)!important;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.12)}
#footer .fmob-areas li:last-child a{border-bottom:0}
@media screen and (max-width:834px){
#footer{font-size:14px}
#footer .footer-in{padding-top:28px}
#footer .footer-widgets{display:none!important}
#footer .footer-widgets-mobile{display:block!important;padding:4px 18px 0;margin:0}
#footer .footer-bottom{margin-top:18px;padding-top:16px;padding-bottom:90px}
}


/* ===== [TAG-HUBNAV-2026] 記事内ハブリンク（自動挿入分のフォールバック） ===== */
.hub-inline{margin:22px 0;padding:14px 16px;border-left:4px solid #ffd700;background:rgba(255,255,255,.06);border-radius:4px}
.hub-inline p{margin:0;font-size:.95em;line-height:1.8}
.hub-inline-label{display:inline-block;margin-right:8px;padding:2px 8px;border-radius:3px;background:#ffd700;color:#102040;font-size:.8em;font-weight:700;vertical-align:2px}
.hub-nav{margin:40px 0 8px;padding:18px 20px;border:1px solid rgba(255,255,255,.25);border-radius:6px;background:rgba(255,255,255,.05)}
.hub-nav-ttl{margin:0 0 10px;padding-bottom:8px;font-weight:700;font-size:1.02em;letter-spacing:.04em;border-bottom:1px solid rgba(255,255,255,.2)}
.hub-nav ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:2px 20px}
.hub-nav li{margin:0;padding:0}
.hub-nav li a{display:block;position:relative;padding:8px 0 8px 16px;line-height:1.6;text-decoration:none}
.hub-nav li a::before{content:"\25B6";position:absolute;left:0;top:9px;font-size:.68em;opacity:.75}
.hub-nav li a:hover{text-decoration:underline}
@media screen and (max-width:834px){.hub-nav{padding:14px 16px}.hub-nav ul{grid-template-columns:1fr}}
