@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){
  /*必要ならばここにコードを書く*/
}
.sample-image-grid br {
  display: none !important;
}
.no1-fanza-samples {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 18px !important;
  justify-items: center !important;
  align-items: start !important;
}

.no1-fanza-samples a {
  display: block !important;
}

.no1-fanza-samples img {
  display: block !important;
  max-width: 200px !important;
  height: auto !important;
	border-radius:5px;
}


,no1-fanza-related-item a{

  display: inline-block !important;
}

.no1-fanza-cta a{ 
	
  display: inline-block !important;
	border:5px solid crimson;
	border-radius:5px;
	padding:10px;
	width:100%;
	text-align:center;
	background-color:#010101;	
	margin-top:20px;
}
.no1-fanza-cta a:hover{ 
	color:#FFeeFF;
	background-color:crimson;
}
.no1-fanza-related{
	font-size:16px;
	border:#ccc solid 1px;
	background-color:#fff;	
	border-radius:12px;
	margin:10px;
	padding:10px;
	color:#333;
}
.no1-fanza-related-item{
	font-size:14px;
	border:#eee solid 1px;
	border-radius:3px;
	background-color:#eee;
	color:#000;
	margin:6px;
	padding:6px;
	
}
.no1-fanza-related-item a{
	font-weight:600;
	color:crimson;
	padding:6px;
	text-decoration:none;
}
.no1-fanza-related-item a:hover{
	color:crimson;
	text-decoration:underline;
}
