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

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

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

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

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

.erowaku2{margin:10px 0px;text-align:center;}
	.erowaku2:after, .erowaku2:before {
	content: "";
	clear: both;
	display: block;
	}
	.erowaku2 ul{list-style-type: none;margin: 0;padding: 0;text-align:center;font-size: 0;}
	.erowaku2 li{float:left;width:32.5%;padding:5px;display: block;text-align: center;}
	.erowaku2 .link_button {
	position: relative;
	display: inline-block;
	padding: 0.25em 0px;
	text-decoration: none;
	color: #59a55f;
	background-color: #ffffff;
	border-radius: 4px;
	font-weight: bold;
	border: 1px solid #59a55f;
	margin: 0px auto;
	width: 98%;
	text-align: center;
	font-size: 80%;
	}
	.erowaku2 .link_button:hover {
	border-color: #59a55f;
	color:#ffffff;
	background-color:#59a55f;
	}
	.erowaku2 .link_button2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;
  color:  #59a55f;
  border: 1px solid #59a55f;	
  border-radius: 3px;
	}
	.erowaku2 .link_button2:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.erowaku2 .link_button2:hover {
	border-color: #59a55f;
	color:#ffffff;
	background-color:#59a55f;
	}






.eroterestPartsWrapperv2 .foot {
	display: none;
	}
	@media only screen and (max-width: 480px) {
	.erowaku2 li{font-size:20%;width:100%;float:none;}
        .erowaku2 .link_button {width:100%;padding:10px 0px;}
}
	@media only screen and (max-width: 690px) {
	.erowaku2 li{font-size:20%;width:100%;float:none;}
        .erowaku2 .link_button {width:100%;padding:10px 0px;}
}
.kabuse {
  position: relative;
  background-color: #000;
}
.kabuse img{
	background: rgba(45,45,45, 0.5);
}
.kabuse p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;
  font-size: 25px;
  text-align:center;
  font-family: 'Quicksand',sans-serif;
  }
.kabuse p .fa {
  display:block;
  padding-bottom:10px;
  font-size: 400%;
  color: rgba(255, 255, 255, 0.6);
  }




/* 基本設定（共通） */

.az a,.az div{
	display:block;
	overflow:hidden;
}

.az img{
	max-width:100%;
	height:auto;
	border:none;
}

/* 黒帯タイトル */
.az{
	display:inline-block;
	margin:2%;
	width:46%;
	position:relative;
}

.aztitle{
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgb(0, 0, 0);
	width:100%;
}

.aztitle a{
	color:#fff;
	padding:5px;
}

@charset "UTF-8";



/*--------------------------------
各フォント設定
---------------------------------*/


.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4 /* コメントタイトル */
 {
	font-size: 16px;
	line-height: 27px;
}

/* リンクの色 */
a {
	color: #4682b4;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #b22222;
}

img, 
video, 
object {
	height: auto;
	border: none;
	vertical-align: bottom;
}

.inline-img img {
	display: inline;
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}


