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

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

/*字間*/
p, body {
	letter-spacing: 2px;
}

/* 投稿ページのみ：本文の字間を少しだけ詰める */
body.single .entry-content p{
  letter-spacing: 0.08em;  /* ← 控えめで上品 */
	  line-height: 1.75;
}

/* トップ：お知らせリストのタイトル */
a.info-list-item-content-link{
  letter-spacing: 0.08em;
}

h1, h2, h3 {
	letter-spacing: 2px;
}

/*ヘッダーフッターまわり非表示*/
.breadcrumb,
.article-header,
.article-footer {
	display: none;
}

.header-container-in {
padding-top: 10px;
	padding-bottom: 10px;
}

/*セクションまわりの細々とした余白の調整*/
.main {

	padding-bottom:0!important;
	margin-bottom:0!important;
	margin-left:0!important;
	margin-right:0!important;
}


/*フルワイドと余白の調整*/



.wp-block-cover, .n2-section-smartslider {
	margin-bottom:0!important;
	margin-top:0!important;
	padding-bottom:0!important;
	
    bottom: 0;
}

.wp-block-columns
{
	margin-bottom:0!important;

}

.entry-content, .content {
	padding-top:0!important;
	padding-bottom:0!important;
	margin-top:0;!important;
	margin-bottom:0!important;
}

 .content-bottom {
	 margin:0;
}


.article {
 padding-bottom:0px!important;
 margin-bottom:0px!important;
}

.footer {
	margin-top:0px;
}

/*SNSシェア非表示*/
.page .sns-share,
.page .sns-follow {
    display: none;
}

/*水平スクロールバー非表示*/
body {
	overflow-x:clip;
	font-size: 12px;
}

/*フルワイド*/
.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

/*グローバルメニュー*/
/*メニュー項目の左右の余白*/
#navi .navi-in>ul>li>a{
padding: 0 0em;
}

/*ホバー時にメニューの色が薄くなるのをやめる*/
#navi .navi-in a:hover {
    background-color: rgb(255 255 255 / 0);
}


/*ホバー時にメニューにアンダーラインを出す*/
#navi .navi-in a:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
opacity: .5;
left: 0px;/*線の位置*/
bottom: 0;/*線の位置*/
height: 100%;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #dddddd;/*線の色*/
transform: scale(0,1);/*ホバー前は線を消す*/
transition: 0.3s;/*線が0→100%になるまでの秒数*/
}

#navi .navi-in a:hover:after{
transform: scale(1);/*マウスオーバー後、線を100%出す*/
}

/*フォントサイズ等変更*/
.navi-in .menu-header .item-label{
	letter-spacing: 2px;
font-size: 13px;
	font-weight: 600;
	padding-right: 10px;
	padding-left: 10px;
}

/*メニュー項目の幅*/
.menu-item {
	width: fit-content !important;
	margin-right: 20px;
}


/*グローバルメニュー終わり*/


/*キャンペーンブロック*/
p.campaigntext{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (max-width: 768px){
  .wp-block-column.is-vertically-aligned-top{
    padding-top: 0 !important;
  }
}
@media (min-width: 769px){
  .wp-elements-ea9c720bbf98c36797f5609787a30170{
    font-size: 22px !important;
    line-height: 1.5 !important;
  }
}
}

/*ブログ記事一覧のカスタマイズ*/

.new-entry-cards {
	width: 1000px;
}

.new-entry-card-thumb {
    transition-duration: 0.3s; /*アニメーションの時間*/
    box-shadow: 0px 10px 10px -5px rgba(85,85,85,0.75); /*通常時の画像の影*/
}
.new-entry-card-thumb:hover {
    transform: translateY(-6px); /*マウスホバーで上に移動*/
    box-shadow: 0px 5px 5px -5px rgba(85,85,85,0.75); /*マウスホバー時の画像の影*/
}
.new-entry-card-thumb img { /*画像下の隙間を消す*/
    vertical-align: bottom;
}

.new-entry-card-title {
    margin-top: 5px; /*上に余白を付ける*/
    line-height: 1; /*行間を広く*/
	font-size: 14px !important;
	padding-bottom: 0px!important;
}

.is-list-horizontal.large-thumb .card-title, .is-list-horizontal.large-thumb-on .card-title {
    height: 1.5em;
}
/*タイトルと日付の間の調整*/

.new-entry-card-title:hover {
    color: #85A4B5; /*マウスホバー時の色*/
}
@media screen and (max-width: 768px){
    .new-entry-card-title {
        font-size: 12px; /*スマホでの文字の大きさ*/
        line-height: 1.2; /*スマホでの行間*/
    }
}

.e-card-info {
  color: #666; /*色を薄く*/
}
@media screen and (max-width: 768px){
    .e-card-info {
  font-size: 11px; /*スマホでの文字サイズ*/
    }
}


/*記事一覧の投稿日表示カスタム*/
/*ウィジェット記事の投稿日・更新日を表示*/
.widget-entry-card-date {
	display:block;
	text-align: right;/*右寄せ*/
}

/*更新日を非表示にする*/
.widget-entry-card-update-date{
	display: none;
}

/*日付にアイコン追加*/
.widget-entry-card-post-date::before,
.widget-entry-card-update-date::before{
	font-family: "Font Awesome 5 Free";
	padding-right: 3px; /*右余白*/
	font-size:10px;
}

/*投稿日アイコン*/
.widget-entry-card-post-date::before{
	font-weight:normal; 
	content: "\f017"; /*fa fa-clock-oアイコン*/
}

/*更新日アイコン*/
.widget-entry-card-update-date::before{
	font-weight:bold; 
	content: "\f1da"; /*fa-historyアイコン*/
}

/*記事一覧カスタマイズ終わり*/

/*ヘッダーインスタ*/
.header-insta {
	margin-bottom: 40px !important;
	padding-top: 45px;
	height: 30px;
	width: 30px;
	transition-property: opacity;
  transition-duration: 0.5s;
}
.header-insta:hover {
  opacity: 0.4; 
}


/*ヘッダーライン*/
.header-line {
 	margin-bottom: 40px !important;
	padding-top: 45px;
	margin-right: 20px;
	margin-left: 10px;
	height: 30px;
	width: 30px;
	  transition-property: opacity;
  transition-duration: 0.5s;
}
.header-line:hover {
  opacity: 0.4; 
}

/*お問い合わせボタン（ヘッダー）*/
/*ヘッダーロゴ(テキスト)の反対側に問い合わせボタン表示*/

div#header-in {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンを横並び */
  flex-direction: row;
}


.header-in .logo-header {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンの位置を両端にする */
  margin-right: auto;

}
.header-contact {
  /* 問い合わせボタン見た目を整える */
	  margin-top: 10px !important;
	padding-top: 38px;
  padding-right: 30px;
	height:50px;


}

.btn {
	color: #fff;
	border-color: #fd9864;;
	border-radius: 6px;
	height: 45px;
	font-size: 14px;
	padding-top: 10px;
		background-color: #fd9864;

}
 
  

}
/*お問い合わせボタン終わり*/

/*contact form7 カスタマイズ*/
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}

	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

	
	
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}
/*contact form 7*/

/*ボタンホバー色*/
.wp-block-button__link:hover {
opacity: 0.7;
}


/*TOPスライド*/
. {
	margin-left:0px !important;
	margin-right:0px !important;
}





/* 強制表示した「タイトル＋日付」の見た目 */
.force-post-head{
  margin: 0 0 22px !important;
}

.force-post-title{
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 8px !important;
  text-align: left;
}

.force-post-meta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: .75;
}

.force-post-meta i{
  font-size: 14px;
}

/* 記事タイトル：オレンジ下線（#F08200 / 50%） */
.force-post-title{
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* 文字と線の距離 */
}

.force-post-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;                 /* 線の太さ */
  background: rgba(240,130,0,.5); /* #F08200 / 50% */
}

/* タイトル左：ダイヤマーク */
.force-post-title{
  position: relative;
  padding-left: 22px; /* ダイヤ分の余白 */
}

.force-post-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;

  width: 10px;
  height: 10px;

  background: rgba(240,130,0,.5); /* #F08200 50% */
  transform: rotate(45deg);       /* ♦ にする */
  border-radius: 2px;             /* 少し丸めてやさしく */
}


/* サイドバー：ウィジェットタイトルを白文字に */
.sidebar h3.widget-title{
  color: #fff !important;
}

/* 記事タイトルと日付：必ず縦並び */
.force-post-title{
  display: block !important;
}

.force-post-meta{
  display: block !important;   /* ← 横並びを解除 */
  margin-top: 6px;             /* タイトルとの間隔 */
}




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


/* スマホ：記事タイトルを少しだけ小さく */
@media (max-width: 768px){
  .force-post-title{
    font-size: 23px;   /* ← おすすめ */
    line-height: 1.4;  /* 読みやすさUP */
	  letter-spacing: 0.05em !important;
  }
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	
	.wp-image-1257 {
position: absolute;
right: 2px;
top:55px;
z-index: -100;
}
	
	.site-logo-image.header-site-logo-image {
			margin-bottom:10px !important;
		width:230px;
		height:75px;
	}
	
	.site-name.site-name-text-link {
			margin-bottom:10px !important;
		width:230px;
		height:75px;
	}
	
	.logo.logo-header.logo-image {
		margin-bottom:10px !important;
		width:230px;
		height:75px;
	}

}

p, body {
	letter-spacing: 2.5px;
}

p {
padding-left: 15px !important;
padding-right: 15px !important;
}



.footer-bottom {
	margin-top: 0px !important
}

.source-org {
	margin-top: 0px !important
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
		.wp-image-1257 {
position: absolute;
right: 2px;
top:55px;
z-index: -100;
}
	
	.btn { 
	display:none;
	}
	
	.menu-footer {
		display:none !important;
	}
	
	.header-insta {
		padding-top: 35px;
		margin-top: 0px;
		height: 40px;
    	width: 40px;
	}
	
	.header-line {
				padding-top: 35px;
		margin-top: 0px;
		height: 40px;
	    width: 40px;
		margin-right: -5px;
}
	
	.menu-item {
		width: 300px;
	}
	
	.menu-drawer {
		opacity: 0.7;
		line-height: 2;
		margin-top: 30px !important;
	}
	
	.header-container-in {
		padding-top: 0px;
	}
}
