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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.copyright {
	color: #fff;
}
.page-title {
	font-size: 2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
.archive-title {
	text-align: center;
	margin-bottom: 3rem;
}
.navi-footer-in .menu-footer li {
	border-left: none;
	border-right: none;
}
.navi-footer-in .menu-footer li:last-child {
	border-right: none;
}
.navi-footer-in a:hover {
	background-color: #000;
	transition: all 0.3s ease-in-out;
  }
.copyright {
	margin-top: 30px;
}

table tr:nth-of-type(2n+1) {
	background-color: initial;
}
#sidebar .card-title {
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.click-btn {
background-color: orange;
border-radius: 30px;
}
.click-btn a {
display: block;
text-align: center;
text-decoration: none;
color: #fff;
padding: 10px 0;
}
.induction_btn {
	display: flex;
	justify-content: space-around;
	margin: 2rem 0;
}
.induction_btn .click-btn {
	width: 250px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	#search-menu-open {
		color: #fff;
	}
	#navi-menu-open {
		color: #fff;
	}
/************************************
**モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
background-color: #000;
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
span.fas.fa-search::before{
color: #fff;/*検索マーク色変更はこちら*/
margin-left:1em;
}
span.fas.fa-bars::before{
color: #fff;/*ハンバーガーメニュー色変更はこちら*/
margin-right: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;
}
.navi-menu-content{
	left: auto;
	right: 0;
	transform: translateX(101%);
	background-color: rgba(0, 0, 0, 0.7);
}
.menu-drawer a{
	color: #fff;
	padding: 15px;
}
.menu-close-button {
	color: #fff;
}
}

/*834px以上*/
@media screen and (min-width: 834px){
	/*必要ならばここにコードを書く*/
	.top-article figure img {
		min-width: 300px;
		}
	.top-article .widget-entry-card-content {
		margin-left: 306px;
		}
	.click-btn {
		width: 300px;
margin-left: auto;
margin-right: auto;
	}
	.click-btn:hover {
scale: 1.1;
transition: all 0.3s linear;
}
  }

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  	.navi-footer-in .menu-footer {
	flex-flow: column;
	align-items: center;
	}
	.archive-title {
	margin-top: 2rem;
	}
	.top-article .widget-entry-card-title {
	font-size: initial;
	}
	.top-article .widget-entry-card-snippet {
	font-size: initial;
	}
}

@media screen and (max-width: 600px){
	.induction_btn {
		flex-direction: column;
		align-items: center;
}
	.induction_btn .click-btn {
		width: 100%;
		margin-bottom: 2rem;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.breadcrumb span {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	.navi-footer-in > .menu-footer li.menu-item {
    width: 60%;
}
}
