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

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

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

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

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




/*以下書き換え2025/08/19より*/


/*更新日を非表示ここから*/
/*フロント固定ページのタイトルを非表示*/
.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;
}
/*更新日を非表示ここまで*/






.content {
  margin-top: 0px;
}


/*1023px以下でロゴを消す*/
@media screen and (max-width: 1023px){
	img.image wp-image-63{
		visibility: hidden;
	}
}

/*1023px以下でモバイル用のロゴ表示*/
@media screen and (max-width: 1023px){
	.logo-menu-button.menu-button{
		background-image: url(https://coharubi.conohawing.com/atha/wp-content/uploads/2023/09/logo_mobile.png);
		background-size: auto 30px;
		background-position: center;
		background-repeat: no-repeat;
}
}






/* main背景色*/
.main, 
.sidebar {
  background-color: #f7f7f7;
}




/************************************
** 固定ページだけタイトルを非表示にする
************************************/
.entry-title {
  display: none;
}


/* ナビゲーションメニュー　ホバー時色変更 */
#navi .navi-in a:hover {
  background-color: #f7f7f7;
  transition: all 0.3s ease-in-out;
  color: #AABBA2;
}

/*見出し初期化*/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6
{

background:none;
 padding: 6px 0;
    margin: 0;
    font-size: 16px; /* medium */
	
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
}


/* 見出し1 カスタマイズ　*/
.article h1 {
　　font-size: 32px;
　　font-weight: normal;
	height: 20px;  
	padding:20px;
}


/* 見出し2 カスタマイズ*/

.article h2 {
  padding: 1.2em 0;/*上下の余白*/
  font-size: 1.6rem;
  letter-spacing: 2px;/*文字間隔*/
 font-weight: lighter;
}

/* 見出し3 カスタマイズ*/

.article h3 {
  position: relative;
    padding: 15px;
    border: 1px solid #333;
    background-color: white;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

.article h3:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 15px;
    width: 10px;
    border-right: 1px solid #333;
    background-color: white;
    content: "";
}



/* 見出し4 カスタマイズ*/

.article h4 {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #777;
  padding-bottom: 0.5em;
}

/*.heading08 {
	font-size: 30px;
}*/

.heading08 span {
	display: flex;
	align-items: center;
	color: #7F7F7F;
	font-size: 12px;
/*text-transform: uppercase;
	transform: scaleX(1.5);*/
  letter-spacing: 5px;/*文字間隔*/
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 30px;
	height: 1px;
	background-color: #ADADAD;
}



/* 見出し5 カスタマイズ*/
.article h5 {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #777;
    background-color: #fff;
    color: #333;
    font-weight: normal;
    font-size: 21px;
    text-align: center;
}

.article h5:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 1px;
    background-color: #777;
    content: "";
}




/* 見出し6 カスタマイズ　上下下線*/

.article h6{
  color: #222;/*文字色*/
  font-weight: lighter;
  padding: 0.5em;/*上下左右の余白*/
  margin:0 0 18px 0;
  border-top: solid 1px #777;/*上線*/
  border-bottom: solid 1px #777;/*下線*/
}


/* 見出しがわりのBox*/

.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 1px solid #777;
	  font-weight: normal;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #777;
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #777;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}








/* サイドバーの見出しデザイン*/
.sidebar h3 {
background: none;/*背景色を解除*/
font-size: 14px;letter-spacing: 2px;/*文字サイズ*/
font-weight: lighter;
display: inline-block;
position: relative;
width: 100%;
padding: 0;/*余白をなしに*/

text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
content: '';
position: absolute;
top: 50%;
width: 21%; /*ラインの長さ*/
border-top: 1px solid #777; /*ラインの色*/
}


.sidebar h3::before {
left: 0;
}
.sidebar h3::after {
right: 0;
}



/*サイドバーメニュー マウスオーバーでアンダーライン*/
 .widget_nav_menu ul li  {}
 .widget_nav_menu ul li a{
	 
  display: inline-block;
  color:#7F7F7F;
  font-size:100%;
  text-decoration:none;
  position: relative;
  transition: .3s;
}
 .widget_nav_menu ul li  a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #939393;
	transition: .3s;
	transform: translateX(-50%);
}
 .widget_nav_menu ul li  a:hover::after{
	width: 100%;
}







/* SNSフォローボタン　ボタンカラーが「モノクロ」の場合*/
.bc-monochrome[class*="sns-"] a[class*="-button"] {
	background-color: #ffffff; /*背景の色*/
	border: 1px solid #C0C0C0;
	color: #555555; /*アイコン・キャプション等の色*/
}

  .sidebar .sns-follow-buttons {
      justify-content: center; /*ボタンを中央寄せにする*/
    }
  .sidebar .sns-follow {
      margin: 0 0 18px 0;
    }
  .sidebar .sns-follow-buttons a {
      border-radius: 42%;
      width: 36px; /*ボタンの横の大きさ*/
      height: 32px; /*ボタンの縦の大きさ*/
      font-size: 18px; /*アイコンのサイズ*/
      margin: 0 7px; /*ボタン同士の間隔*/
    }

   .sidebar .twitter-button:hover {
      background-color: #d6e9ca !important;
      color: #ffffff;
      border-color: #d6e9ca;
    }
 
  .sidebar .facebook-button:hover {
      background-color: #d6e9ca !important;
      color: #ffffff;
      border-color: #d6e9ca;
    }
  .sidebar .instagram-button:hover {
      background-color: #d6e9ca !important;
      color: #ffffff;
      border-color: #d6e9ca;
    }
 .sidebar .pinterest-button:hover {
      background-color: #d6e9ca !important;
      color: #ffffff;
      border-color: #d6e9ca;
    }





 

/*検索ボタン*/
/* ①ボックス部分 */
.search-edit, .search-box input[type="text"] {
	/* color: #fff;*/
	border-radius: 18px;
	border: 1px solid #C0C0C0;
	background: #FFF; 
	outline: none;
	padding-left: 15px;
   margin: 2px 0 2px 0; 
   line-height: 17px; /* ここの数値を変更*/
}

/* ②検索ボタン */
[type=submit].search-submit {
	top: 0;
	right: 0;
	height: 100%;
	padding: padding: 3px 1em 0 1em;
	/*background: #EEEDE9; */
	/*border: 1px solid #C0C0C0; */
	color: #C0C0C0; 
	font-size: 15px;
	font-weight: normal;
	border-radius: 0 18px 18px 0;
	transition:0.2s;
}
    .search-box input::placeholder {
      color: #bbb; /*プレースホルダーの色*/
    }

/* ③検索ボタン(hover) */
@media screen and (min-width: 980px) {
	[type=submit].search-submit:hover {
		color: #555;
		/* background: #EDEDD4;*/
	}
}



/* テーブル*/

table, th, td {
    border: none;
　 background: #f7f7f7/*#F2F0E9*/;
}

/** 表の枠の色（縦線なし） 2023-03-02*/
.wp-block-table table {
	border-width: 0px 0px;
   border-color: rgba(0,0,0,.5);
}

.wp-block-table td,.wp-block-table th {
  border-color: rgba(0,0,0,.4);
	border-width: 0px 0px;
	background-color: #f7f7f7/*#F2F0E9*/;
}

.wp-block-table table tr:nth-of-type(2n+1) {
	background-color: #f7f7f7/*#F2F0E9*/;	
}

.wp-block-table th {
	background-color: #f7f7f7/*#F2F0E9*/;
}







/* フッター*/
    .footer {
      margin-top: 40px; /*フッターとコンテンツの間に余白追加*/
      background: #f7f7f7; /*フッター背景色*/
      border-top: 1px solid #7c8080; /*上部にボーダー追加*/
    }
    .footer-bottom {
      margin-top: 14px; /*フッター内上部の余白を詰める*/
    }
    .footer-bottom-logo { /*ロゴの位置調整*/
      float: none;
      bottom: auto;
      position: static;
      margin-bottom: 10px;
    }
    .footer-bottom-logo .logo-image {
      padding: 0;
      max-width: 220px; /*ロゴ画像を少し大きく*/
      margin: 0 auto;
    }
    .footer-bottom-content { /*メニュー＆クレジットの位置調整*/
      float: none;
      text-align: center;
    }
    .navi-footer-in > .menu-footer { /*メニューの位置調整*/
      justify-content: center;
      margin-bottom: 1em;
    }
    .navi-footer-in a {
      color: #333333; /*メニューの文字色*/
	 font-size: 1em;
    }
    .navi-footer-in a:hover { /*メニューのマウスホバー時の指定*/
      color: #757199; /*文字色を通常時と同じに*/
      background: none; /*背景色をなしに*/
    }
    .footer-bottom.fnm-text-width .menu-footer li {
    /* border: none; メニューの区切りボーダー消す*/
    }
    .copyright {
      color: #555; /*クレジットの文字色*/
      font-size: 1em;
    }
    @media screen and (max-width: 834px) {
      .navi-footer-in > .menu-footer li.menu-item {
        border: none; /*モバイルでメニューのボーダーを消す*/
      }
    }
    @media screen and (max-width: 460px) {
      .navi-footer-in > .menu-footer li.menu-item { /*モバイルでメニューを1カラムにする*/
        width: 100%;
        display: block;
        flex: auto;
        padding: 0.3em 0;
      }
    }


.footer-widgets .widget_media_image {
  text-align: center;
}



/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
/* */
.mobile-menu-buttons{
box-shadow: 1px 1px 1px #ADADAD;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}



/*ヘッダーモバイルボタンの文字と背景の色*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #f7f7f7;
	color: #555;
	height: 50px;
	padding-top: 10px;
}

.logo-menu-button.menu-button{
	background-color: #f7f7f7;
	height: 50px;
}
}
/*ここまで*/

/*New ヘッダーモバイルボタンの文字と背景の色*/

.mobile-header-menu-buttons
.mobile-menu-buttons 
.menu-button {
  color: #555;
  background-color: #f7f7f7;
}


.mobile-menu-buttons .menu-button:hover{
background-color:#f7f7f7;
}
span.fas.fa-search::before{
color:#8C9C8A;/*検索マーク色変更*/
/*margin-left:1em;*/
font-size:1.1em;
}
span.fas.fa-bars::before{
color:#8C9C8A;/*ハンバーガーメニュー色変更*/
/*margin-right:1em;*/
font-size:1.1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}





/*スライドインメニュー*/

span.fas.fa-times::before{
	 font-family: "Font Awesome 5 Free";
    content: '\f101';  /* アイコンのコードを記載 */
    font-weight: 900;
color:#B9CBB0;/*矢印色変更はこちら*/
padding:5em;
}


.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transform: translateX(101%);
	text-align: left;
	color: #555;/*文字の色*/
    padding-top: 50px;
	padding-bottom:30px;
}

.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	color: #555;/*文字の色*/
	line-height:3em/*行の高さ*/
}

.menu-drawer a:hover{
	color: rgba(214, 232, 202, 0.7);
	background-color:  rgba(255, 255, 255, 0.8);
}



/*モバイルフッター画像*/
.footer-widgets-mobile .widget_media_image {
  text-align: center;
}




/*モバイル時サイドバーの一部非表示*/
@media screen and (max-width: 1023px) {
#media_image-3.widget.widget-sidebar.widget-sidebar-standard.widget_media_image{
    display: none;
}
   #media_image-4.widget.widget-sidebar.widget-sidebar-standard.widget_media_image{
    display: none;
}
	#nav_menu-3.widget.widget-sidebar.widget-sidebar-scroll.widget_nav_menu{
    display: none;
}
}










/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
 border: solid 1px #E0E5E1;
 /* background-color: #eff1f5; */
  box-shadow: none;
  color: #555;
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0.5em;
  overflow: auto;
}

@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
		 font-size: 1.2em;
		 text-align: left;
		padding-bottom: 0px;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}





.haveto {
  font-size: 12px;
    padding: 4px;
    color: #777;
    margin-right: 10px;
    position: relative;
    bottom: 1px;
	 /*background: #c97586;
	      border-radius: 3px;*/
}
.any {
   font-size: 12px;
    padding: 4px;
    color: #777;
    margin-right: 5px;
    position: relative;
	 bottom: 1px;
/* background: #97a791;
   border-radius: 3px;*/
}

.verticallist .wpcf7-list-item {
    display: block
}




#formbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    margin:0 auto;
    padding: .4em 2em;
    overflow: hidden;
    border: 1px solid #939393;
    border-radius: 25px;
    background-color: #fff;
    color: #777;
    font-size: 1em;

}
#formbtn:hover {
   background-color: transparent;
    color: #fff;
	background-color: #c5c3c1;
	 border: 1px solid #ADADAD;
}

#formbtn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #c5c3c1;
    content: '';
    /*transition: width .1s ease;*/
	transition: 0.3s; 
}

#formbtn:hover::before {
    width: 100%;
}

#formbtn::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #adadad;
    border-right: 2px solid #adadad;
    content: '';
}

#formbtn:hover::after {
    border-color: #fff;
}



th {
    font-weight: 100;
    text-transform: uppercase;
    padding: 13px ; 
	background: #fff;
	text-align:right;
}
td {
    border-top: 1px solid #dfdfdf;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

/************************************
** お問い合わせフォームの入力ここまで
************************************/



/************************************
** Goggle reCAPTCHAバッジ非表示
************************************/
.grecaptcha-badge { visibility: hidden; }




/*　ページ送り　*/
   .pagination-next-link{
      background-color: #F2F0E9;
      color: #333;
      border: none;
      border-radius: 30px;
      box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); /*「次のページ」部分の影*/
    }
    .pagination-next-link:hover {
      background-color: #F2F0E9;
      transition: all 0.5s ease;
      color: #fff;
    }
    .page-numbers {
      color: #333;
      border: 1px solid #a7a7a7;
      border-radius: 50%;
      box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1); /*数字部分の影*/
    }
    .pagination .current {
      background-color: #F2F0E9;
      color: #333;
    }
    .page-numbers.dots {
      opacity: 1;
      background: none;
    }
    .pagination a:hover {
      background-color: #F2F0E9;
      color: #777;
    }
    a.prev, a.next {
      display: none;
    }
    @media screen and (max-width: 480px) {
    .page-numbers {
      width: 36px;
      height: 36px;
      line-height: 36px;
    }
    }

   a.prev, a.next {
      display: none;
    }
    @media screen and (max-width: 480px) {
    .page-numbers {
      width: 36px;
      height: 36px;
      line-height: 36px;
    }
    }

/* カテゴリーの次のページボタン非表示 */
.pagination-next-link {
  display: none;
}

/* 改ページの次のページボタン非表示 */
.pager-prev-next a {
	 display: none;
}




/* カテゴリーラベル非表示 */
.entry-card .cat-label{
display: none;
}


/*カテゴリーやタグページの見出し*/
.archive-title {
  color: #555;
  font-weight: 100;
  text-align: left;
  font-family: 'Noto Serif JP';
  font-size: 18px !important;
  margin-left: -10px;
}

/* カテゴリータイトアイコン非表示*/
.archive-title :before {
  display: none;
} 



/* アイキャッチの高さ揃える */
.entry-card-thumb.card-thumb{
  position: relative;
  padding-top: 71.42%; /*1:1.414..（白銀比）*/
  margin-bottom:3px;
}

a.entry-card-wrap.a-wrap.border-element.cf{
	border: 1px solid white;
	padding: 27px; /*画像との間の枠*/
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 8px;
}

/* 関連記事 スニペット */
.ect-vertical-card .entry-card-wrap {
margin-bottom: 2px;
margin-right:2px;/*間隔をあけると１列になってしまうので０に*/
}

@media screen and (max-width: 480px) {/*縦１列のときの下の空き*/
.ect-vertical-card .entry-card-wrap {
margin-bottom: 2px;
}
}


.entry-card-title{ 
font-weight:100; 
color:#333333; 
font-size:0.9em; 
text-align:left;
margin-left: 2px;
}

/* エントリーカード　*/
.entry-card-thumb.card-thumb img {
  position: absolute;
  text-align: center;
  font-size: 0.6em; /* 0.8em */
  font-weight:100;
  top: 2px;
  left: 2px;
  width: 95%;
  height:95%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ect-3-columns {
  justify-content: flex-start;
}


/*Gallaryの戻るボタン*/



.button-029 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 120px;
    margin:0 auto;
    padding: .4em 2em;
    overflow: hidden;
    border: 1px solid #adadad;
    border-radius: 25px;
    background-color: #fff;
    color: #adadad;
    font-size: 1em;
}

.button-029:hover {
    background-color: transparent;
    color: #fff;
}

.button-029::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #c5c3c1;
    content: '';
    transition: width .1s ease;
	transition: 0.3s;  
}


.button-029:hover::before {
    width: 100%;
}

.button-029::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #adadad;
    border-right: 2px solid #adadad;
    content: '';
}

.button-029:hover::after {
    border-color: #fff;
}



a { 
	color:#939393; 
	text-decoration:none; 
}
a:hover {
	color:#fff; 
	/*background-color:#D1D0CE; 	リンクにマウスが乗ったら背景色を変更する*/
}


@media screen and (max-width: 1023px){
#media_image-13{
 display:none;
}
}










/*テーブルをレスポンシブ化する */ 
.agn-left {
  text-align: left;/*thはセンター揃えなので左揃えにしたいthセルに適用*/
}
.pc-tablehead th{
  white-space: nowrap;/*セル内で改行しない*/
}
/*スマホ表示用*/
  @media screen and (max-width: 480px) {
    .pc-tablehead{
      display: none;/*【1】PCで1行目に表示されているタイトルを非表示に*/
    }
    .vertical-table th{
      border-bottom: none;/*【2】上下の枠線が二重になるのを防止*/
      display: block;/*【3】PCの一列目を縦積みにする*/
      width: 100%;
    }
    .vertical-table td {
      border-bottom: none;/*【2】上下の枠線が二重になるのを防止*/
      display: block;/*【3】PCの2列目以降も縦積みにする*/
      width: 100%;
    }
      .last td:last-child {
        border-bottom: solid 1px #8a9992;/*【4】表の一番下になるセルだけ下線を引く*/
     }
    .vertical-table td:before {
      content: attr(aria-label);/*【5】aria-labelで指定した値を表示させる*/
      display: inline-block;
      font-weight: bold;
      float: left;
      text-align: left;
      padding-right: 1em;
      white-space: nowrap;
    }
    .label br {
      display: none;/*【6】PCでセル内改行した箇所を改行させない*/
    }
/*スマホ表示用ここまで*/
}
/*テーブルをレスポンシブ化するここまで */


.footer-widgets,
.footer-left, .footer-center, .footer-right, .footer-mobile {
 padding-bottom: 0px;
}







