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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* モバイルトップメニュー */
	ul.menu-mobile{
		overflow-x: auto;
		overflow-y: hidden;
		display: flex !important;
		flex-wrap: nowrap;
		font-size: 14px;
		justify-content: flex-start;
		padding: 0 1em;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	ul.menu-mobile > li{
		padding-right: 1em;
		white-space: nowrap;
	}
	ul.menu-mobile　.item-label{
		white-space: nowrap;
		font-size: 14px;
	}
}

/* トップメニューにアイコンを表示させる */
<link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css">

/* プロフィール欄のSNS非表示 */
/* Twitter
===================================*/
.author-follows .sns-follow .sns-follow-buttons .twitter-button{display: none;
}
/* Facebook
===================================*/
.author-follows .sns-follow .sns-follow-buttons .facebook-button{display: none; }
/* nstagram
===================================*/ .author-follows .sns-follow .sns-follow-buttons .instagram-button{display: none; }
/* eedly
===================================*/ .author-follows .sns-follow .sns-follow-buttons .feedly-button{display: none; }
/* RSS
===================================*/
.author-follows .sns-follow .sns-follow-buttons .rss-button{display: none;
}
/*ブログカードの続きを読むボタンを表示 */
.internal-blogcard-site{
float:none;
}
.internal-blogcard-date{
display:none;
}
.internal-blogcard-site:after{
font-family: "FontAwesome";
content: ">続きを読む";
font-weight: bold;
font-size: 80%;
color: #008000;
padding: .2em;
border-radius: 4px;
background-color: rgba(0,0,0,0);
border:1px solid #008000;
display: inline;
margin-left: auto;
}
.internal-blogcard-site:hover::after{
opacity: .7;
	
/*絞り込み検索用 */
.search {
    text-align: center;
}

.search::after {
    content: "";
    display: block;
    clear: both;
}

.search .checkbox {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.search .checkbox .condition-title {
    padding: 10px 10px;
    background-color: #828282;
    color: #fff;
}

.search .checkbox .condition {
    padding: 17px;
}

.search .checkbox .condition label {
    margin-right: 10px;
}

.search .submit-button {
    width: 200px;
    background-color: #FF4F50;
    border: none;
    color: #fff;
    display: block;
    margin: 10px auto 50px;
    outline: none;
}

.search .result {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .result .article {
    float: left;
    margin-right: 20px;
}