@charset "UTF-8";

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

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

body {
	border-top: 6px solid #ff9900;
	border-bottom: 6px solid #ff9900;
	line-height: 1;
}


.header-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1999;
}


/*ヘッダー見出し（電話番号など）の設定*/
.top_text{
	width: 100%;
	color: #ffffff;
	background-color: #ff9900;
} 

#top_text_in {
	align-items: center;
	max-width: 1250px;
	display: grid; /* グリッドレイアウト */
	grid-template-rows: 50px 30px;
	grid-template-columns: 50% 40% 120px;
}

#tt1 {
	grid-row: 1 / 3;
   grid-column: 1 / 2;
   color: #fff;
	font-size: 1em;
}

#tt2 {
   grid-row: 1 / 2;
   grid-column: 2 / 3;
   color: #fff;
	font-size: 2.5em;
	text-align: right;
}

#tt3 {
   grid-row: 1 / 2;
   grid-column: 3 / 4;
   color: #fff;
	font-size: 1.2em;
	text-align: right;
}

#tt3 p {
   padding: 0.3em 0.2em 0.1em 0.2em;
   margin-left: 0.3em;
   color: #f90;
   background: #fff;
   border-radius: 5px;
	text-align: center;
}

#tt4 {
   grid-row: 2 / 3;
   grid-column: 2 / 4;
   color: #fff;
	font-size: 1.2em;
	text-align: right;
}

#tt4 a{
	text-decoration:none;
	color: #fff;
} 


/*記事に枠線*/
#list a{
   border: 1px solid #ddd;
   border-radius: 4px;
}




/*---------------------------------
投稿日と更新日の表示に関するもの
--------------------------------*/
.new-entry-card-date {
	display: block;
	font-size: 125%;
}


.date-tags {
    line-height: .8;
    position: relative;
    color: #aaa; /* 文字色を薄くする */
    display: flex;
    flex-direction: row;  /* 左揃えにする */
}
/* 
.post-date {
    order: 1; ＜投稿日の表示順を1番目に＞
}
.post-update {
    order: 2; ＜更新日の表示順を2番目に＞
}
 */

.post-date {
    padding: 2px;
    display: inline;
    font-size: .8em; /* 少しだけ文字サイズを大きく */
}
.post-update .fa-history, .post-date .fa {
    display: none; /* Cocoon バージョン2以降のデフォルトアイコンを非表示に */
}
.post-date::before { /* 投稿日のアイコンの変更 */
    font-family: FontAwesome;
    content: "\f040";
    padding-right: 3px;
}
.post-update::before { /* 更新日のアイコンの変更 */
    font-family: FontAwesome;
    content: "\f021";
    padding-right: 3px;
}

.post-update {/* 更新日を非表示 */
    display:none;
}


/*---------------------------------
複数のページの日付と著者情報を非表示にする
--------------------------------*/

 .author-info {
    display: none;
} 



/*---------------------------------
投稿記事下部の余白調整
--------------------------------*/
.entry-card-content, .related-entry-card-content {
    padding-bottom: 0;
}


/*---------------------------------
見出しのストライプ装飾
--------------------------------*/
.article h3 {
    border: none;
    padding: 5;
}
.stripe3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #3f3f3f, #3f3f3f 3px, #202020 3px, #202020 6px);
}

/* H4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}
.article h4 {
   background: #fff7ef;
   color: #555;
	padding: 0.5em 0.5em;
	border-top: solid 2px #ff9900;
	border-bottom: solid 2px #ff9900;
}


.staff{
	font-size: 14px;
	padding: 0 0.5em;
}


/*---------------------------------
「もっと見る」ボタンの装飾
--------------------------------*/
.p-button {
    max-width: 250px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:15px 0;
    padding: 0.4em 0.5em;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #ff9900;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}


/*サイドバーデザイン関連*/

/* サイド背景 */
div.sidebar {
	padding: 20px;
}


.sidebar h3 {
    background: none;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%; /*ラインの長さ*/
    border-top: 3px solid #ff9900; /*ラインの色*/
}
.sidebar h3::before {
    left: 0;
}
.sidebar h3::after {
    right: 0;
}


.widget h3,
.related-entry-heading,
.comment-title{
	font-family: "Muli", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* サイド行間とフォントサイズ */
.widget ul li a{
	line-height: 1.0;
	font-size: 16px;
}

/* カテゴリなどの下線の種類 */
.widget ul li a{ 
  border-bottom: 1px dashed #CCCCCC; 
}


/*記事左上のカテゴリー枠の装飾*/
/*.cat-label {
    top: 0;
    left: 10px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #ffa500;
    padding: 1px 5px;
    margin: -6px 0 0 0;
    overflow: visible;
}
.cat-label::after { 右上に小さな三角を作る
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #d2691e; /*小さな三角の色
    border-right: solid 6px transparent;
}*/


.entry-card-thumb {
   transition-duration: 0.3s; /*アニメーションの時間*/
}
.entry-card-thumb:hover {
   transform: translateY(-6px); /*マウスホバーで上に移動*/
   box-shadow: 0px 8px 18px -5px rgba(85,85,85,0.75); /*マウスホバー時の画像の影*/
}

/*記事左上のカテゴリーラベルの非表示*/
.cat-label {
display: none;
}





.home .page .new-entry-cards {
	display: flex;
	flex-wrap: wrap;
}

.home .page .new-entry-card-link {
	width: 50%;
}


/*ページのタイトルを消す */
.entry-title {
    display: none;
}

/*会社案内ページのタイトルを表示 */
#post-31 .entry-title {
   display: block;
	border: none;
   padding: 5;
	color: #ffffff;
	font-size: 26px;
　　　　margin:16px 0;
	line-height: 1.3;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #3f3f3f, #3f3f3f 3px, #202020 3px, #202020 6px);
}

/*お問い合わせページのタイトルを表示 */
#post-627 .entry-title {
   display: block;
	border: none;
   padding: 5;
	color: #ffffff;
	font-size: 26px;
　　　　margin:16px 0;
	line-height: 1.3;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #3f3f3f, #3f3f3f 3px, #202020 3px, #202020 6px);
}




/* カテゴリータイトルの装飾 */
.archive-title{
	border: none;
   padding: 5;
	color: #ffffff;
	font-size: 26px;
　　　　margin:16px 0;
	line-height: 1.3;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #3f3f3f, #3f3f3f 3px, #202020 3px, #202020 6px);
}



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

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

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

.header-textarea  {
    display:none;
}
}

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






/************************/
/*タブ切替表示*/
/************************/
.tab-wrap {
display: flex;
flex-wrap: wrap;
width:90%;
margin:0 auto;
margin-bottom:15px;
}
.tab-wrap:after {
content: '';
width: 100%;
height: 3px;
background: #ffc107; /*下線色*/
display: block;
order: -1;
}
.tab-body h3 { /*内容でのH3タイトル*/
width:95%;
margin:0 auto;
margin-bottom:15px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
position: relative;
padding: 10px;
background: #ffc107;
border:none;
box-shadow: 0 0 0 0 #ffc107, -10px 0 0 0 #ffc107, 0 3px 3px 0 #787878;
}
.tab-body h3:before { 
content: " ";
position: absolute;
top: 100%;
left: -10px;
width: 0;
height: 0;
border-width: 0 10px 10px 0;
border-style: solid;
border-color: transparent;
border-right-color: #003046;
}
.tab-label {
color: #fff;
background: #cacaca; /*非アクティブタブの色*/
font-weight: bold;
white-space: nowrap;
text-align: center;
padding: 10px .5em;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
border-radius: 5px 5px 0 0;
flex: 1;
}
.tab-label:not(:last-of-type) {
margin-right: 5px;
}
.tab-wrap label:hover { /*タブラベル ホバー色*/
background:rgba(255,193,7,0.5);
}
.tab-switch:checked+.tab-label { /*選択タブの色*/
background: #ffc107;
}
.tab-switch { /*ラジオボタン非表示*/
display: none;
}
.tab-wrap .tab-body > div {
display: none;
}
.tab-body { /*コンテンツ部分*/
width: 100%;
padding:10px;
border-left:2px solid #787878;
border-right:2px solid #787878;
border-bottom:2px solid #787878;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background:rgba(255,193,7,0.1);;
}
/*タブのコントロール*/
.tab-wrap #tab1:checked ~ .tab-body > .body1 {display: block;}
.tab-wrap #tab2:checked ~ .tab-body > .body2 {display: block;}
.tab-wrap #tab3:checked ~ .tab-body > .body3 {display: block;}
.tab-wrap #tab4:checked ~ .tab-body > .body4 {display: block;}
.tab-wrap #tab5:checked ~ .tab-body > .body5 {display: block;}





/*サイドバー・カテゴリー名非表示*/
.cat-item.cat-item-6,.cat-item-1{display:none;}




/************************************
** アコーディオンの見出しを左詰めにする
************************************/
.toggle-button {
	text-align: left;
}





