@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

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

a:hover img {
opacity: .9;
position: relative; top: 1px; left: 1px; 
}
/*文字サイズ11px～*/
.ketunoana {
line-height: 17px;
font-size: 11px;
}
/* ～文字サイズ11px */
/* 内部ブログカードのURLを非表示 */
.internal-blogcard-site {
    display: none;
}
/* 外部ブログカードのURLを非表示 */
.external-blogcard-site {
    display: none;
}
/*タグの一覧ページへのボタン～*/
a.chikubi {
	display: flex;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	width: 20em;
	height: 4em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
}
a.chikubi:hover {
	transform: rotateX(-90deg);
}
a.chikubi .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 20em;
	text-align: center;
	padding: 1.2rem 4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
a.chikubi .top {
	background: #F39800;
	color: #fff;
	transform: rotateX(90deg) translate3d(0, 0, 2em);
}
a.chikubi .front {
	background: #9B7B6C;
	color: #fff;
	transform: translate3d(0, 0, 2em);
}
/*～タグの一覧ページへのボタン*/
/*詳細ページへのボタン～*/
a.oshiri {
	display: flex;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	width: 20em;
	height: 4em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
}
a.oshiri:hover {
	transform: rotateX(-90deg);
}
a.oshiri .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 20em;
	text-align: center;
	padding: 1.2rem 4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
a.oshiri .top {
	background: #FF90C8;
	color: #fff;
	transform: rotateX(90deg) translate3d(0, 0, 2em);
}
a.oshiri .front {
	background: #9B7B6C;
	color: #fff;
	transform: translate3d(0, 0, 2em);
}
/*～詳細ページへのボタン*/
/* メインメニュー～ */
.oppai-menu h2 {
	text-align: center;
}
.oppai-menu .momimomi {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	margin: 2px auto;
}
.oppai-menu article {
	flex: 1 1 200px;
	display: flex;
}
.oppai-menu a {
	position: relative;
	flex: 1;
	margin: 2px;
	display: block;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	background-color: currentColor;
	color: inherit;
	text-decoration: none;
}
.oppai-menu a:hover {
	opacity: 0.8;
}
.oppai-menu .photo {
	min-height: 150px;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
}
.oppai-menu .text {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 10px;
	color: #fff;
	color: var(--text-bright-color);
}
.oppai-menu h3 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.oppai-menu p {
	margin: 0;
	font-size: 13px;
	opacity: 0.8;
	color: #fff;
}
@media (min-width: 768px) {
	.oppai-menu article {
		flex: 1 1 25%;
	}
}
/* ～メインメニュー */

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

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

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

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