@charset "UTF-8";

/*!
Theme Name: coop-kango Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: tom
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

.logo-image {
    padding: 3px 0 0 0;
    font-size: inherit;
}

.tagline {
    text-align: center;
    font-size: 14px;
    margin: 0 1em 1em 1em;
}







/***** ブログカードカスタム*****/
.entry-card-footer {
  display: none;
}

div.entry-card-meta.card-meta.e-card-meta{
	display: none;
	position: relative;
}

div.entry-card-info.e-card-info{

}

.entry-card-content {
  min-height:150px;
  margin-left: 170px;
  padding-right: 0px;
}

.entry-card:after{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif ,Arial, メイリオ;
	color: #000;
	content: '続きを読む';
	font-size: 90%;
	letter-spacing: 1px;
	background-color: #ffd000 ;
  	padding: 0.5em 2em ;
	text-align: center ;
	border-radius: 20px;
	width: 15%;
	height: auto;
	}




.navi-in a {
 /* font-size: 13px;  ナビ文字大きさ */
 /*   font-weight: bold;*/
  position: relative;
  color: #fff; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
	background:  url('images/menuactiveitem.png')  no-repeat;
	color: #ffffff; /* ナビ文字色 */
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
/*  font-size: 12px; /* サブメニュー文字の大きさ */
  background: #fff4ba;
}
.navi-in > ul .sub-menu a:before {
  background: #fff; /* サブメニューマウスON時の下線色 */
}

.eye-catch {
  display: none;
}

/** 画像開始 **/
.card-thumb {
    overflow: hidden;
}
.card-thumb img {
    transition: all .3s ease-out 0.1s;
}
.card-thumb img:hover {
    transform: scale(1.1);
    transition: all .4s ease-out 0.1s;
}
/** 画像終了 **/

.vol{
float:right;
	color: #ffffff;
		background-color: #e09b24 ;
	padding: 0em 0.3em ;
	margin: 0.1em 0.5em 0.2em 3em;
	font-size: 14px;
	border-radius: 5px;
	}


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

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


@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	
	.entry-card:after{
width: auto;
		padding: 0em 2em ;
		bottom: 0px;
	}
.vol{
	position: static;
 text-align: right;	
float: right;	
	
	}

	
	
	
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-card:after{
	width: 50%;
			padding: 0.1em 1em ;
	}	
	.entry-card-thumb {
    width: 100%;
}
}
