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

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

/************************************
****　ヘッダーメニュー
************************************/
.navi-in > ul{/*メニューを中央に配置する場合は4～7行目を削除してください*/
justify-content:flex-start;
}
.navi-in>ul li {
line-height: 40px;
height: 40px;
}
.navi-in a{
font-size:15px;
}
#navi .navi-in a:hover {
transform: none!important;
}
.navi-in > ul .sub-menu a {
padding: 0;
}
.navi-in > ul .sub-menu{
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
.sub-menu .caption-wrap {
color:#333;/*サブメニューの文字色*/
border-top: dotted #dddddd;
background:#fff;/*サブメニューの背景色*/
padding:0 0 0 2em;
margin:0;
}
.navi-in > ul .sub-menu a:hover {
transform: none!important;
}
div#header-container {
box-shadow: none;
}
div.item-label{
font-weight:bold;
}

img.dugaimg {
        width:340px; height:228px;
        object-fit:scale-down;
}

/* 画像を等間隔に横並び */
.flex{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex > *{
  min-width: 8%;
  height:204px;
  background: #fff;
  font-size: 16px;
  text-align: center;
}
.flex,
.flex > *{
  border: none;
}

/* 画像を等間隔に横並び */
.dflex{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.dflex > *{
  min-width: 8%;
  height:214px;
  background: #fff;
  font-size: 16px;
  text-align: center;
}
.dflex,
.dflex > *{
  border: none;
}

/* FANZAセール品をもっと見る */
.more_fanza{
	font-size:12px;
	text-align:right;
	color:#5e5e5e;
}

.article h1 {
    font-size: 30px;
    font-weight: normal;
    border: none;
}

.article h2 {
    border: none;
	margin-left: 0.2rem;
	padding: 0 0 0 1.0rem;
	border-left: 7px solid #808080;
	font-size: 28px;
    font-weight: normal;
}

.article h3 {
    font-size: 22px;
    font-weight: normal;
    border: none;
}

body .wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
}

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

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

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