@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){
  /*必要ならばここにコードを書く*/
}
/*-------------------------
　全体設定
-------------------------*/
@media(min-width:800px){
	.post,.type-page,
	.under-entry-content,
	.banner-flex{
		max-width:800px;
		margin:0 auto;
	}
}

/*-------------------------
　背景設定
-------------------------*/
#container{
	background:#fff;
}

/*-------------------------
　リンク設定
-------------------------*/
a{
	color: #66c5a2;
	text-decoration:none;
}
/*-------------------------
  リンクボタン（外部・内部）
-------------------------*/
/*外部・内部共通*/
.btn,
.btn.linkarrow,
.btn2{
 	display: block;
	position: relative;
	margin: 5px auto 8px;
	padding: 8px 10px 8px 0;
	max-width:600px;
	font-weight: 600;
	text-align: center;
	font-size:1.2em;
	overflow: hidden;
}
/*外部リンクボタン*/
.btn{
	background: #66c5a2;
	color: #fff;
	border: none;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	line-height: 1.7;
}
/*内部リンクボタン*/
.btn2 {
	background: #fff;
	color: #66c5a2;
	border: solid 1px;
	text-decoration: none;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
/*ボタン丸み共通*/
.btn, .btn2, #bottomranking td a.btn {
	border-radius: 10px;
}

.btn:active,
.btn2:active {
	/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translate(1px, 3px);
	box-shadow: none;
}
.btn:link,
.btn:visited,
.btn:hover{
	color: #fff;
}
/*ボタン右側に記号を追加（class="linkarrow"）*/
.btn:after,
.btn2:after,
.btn3:after,
#comment-bottom .linkarrow3:after {
	font-family: "Font Awesome 6 Free";
	margin-right:inherit;
	position: absolute;
	top: 50%;
	right: 5.5%;
	transform: translateY(-50%);
}
.btn:hover::after{
	right:5.5%;
}
.btn:after {
	content: '\f35d';
	font-size: .85em;
}
.btn2:after {
	content: '\f5ad';
}
.btn3:after {
	content: '\f101';
}
@media(max-width:360px) {
	.btn:after, .btn2:after {
		display: block;
		position: relative;
		top: 6px;
		right: 0;
		line-height: 10px;
	}
}
/*ボタンが光るアニメーション（外部ボタンのみ適用）*/
.btn:hover {
	text-decoration: none;
	color: #fff;
}
.btn::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: rgba(225, 225, 225, 0.7);
	animation: btn 3s ease-in-out infinite;
}
@-webkit-keyframes btn {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
a:hover,
a.btn2.linkarrow2:hover{
	color:#66c5a2;
	opacity:0.8;
}
/*-------------------------
  画像用設定
-------------------------*/
/*画像を丸く*/
.img-c {
	border-radius: 100%;
}
/*キャプション*/
.wp-caption{
	border:none;
	background-color:transparent;
	padding-top:inherit;
}
@media(max-width:480px){
	img.alignleft,
	img.alignright,
	.alignleft{
		float:inherit;
		display:block;
		margin:0 auto;
	}
}
.caption{
	display:block;
	margin-top:3px;
	text-align:center;
	font-size:12px;
}

/*-------------------------
  見出し設定
-------------------------*/
h1.entry-title{
	font-family:'M PLUS Rounded 1c', sans-serif;
}
.article h2,
.article h3,
.article h4{
	color: #59584e;
}
.article h2{
	margin-left:0;
	margin-right:0;
	padding: 0.5em 0 0.5em 0.5em;
	border: 2px solid #ffffff;
    box-shadow: 10px 8px #eee;
    background: #e2e0cb;
}
h2.homeh2,
h2.comment-title{
	font-family:'M PLUS Rounded 1c', sans-serif;
	display: block;
	margin-top:1.44em;
	padding:10px;
	background: rgba(148, 208, 191, 0.3);
	color: rgba(0, 0, 0, .8);
	text-align:center;
	text-shadow: 3px 3px 2px #ccc;
	border:none;
	box-shadow:none;
}
h2 .fas{
	color:#66c5a2;
	font-size:120%;
}
span.homeh2mark {
	font-size: 120%;
	color: #66c5a2;
}
.single h2{
	margin-left:-3px;
}

.article h3{
	border:inherit;
	border-bottom:4px double #c5c3ac;

}
h3.homeh3{
	margin-bottom:5px;
	padding:10px 5px 5px;
	border:none;
}
.article h4{
	border-left:7px dotted #c5c3ac;
	border-top:none;
	border-bottom:none;
}
.article h4,
.article h5,
.article h6{
	padding:6px 10px;
}
h4.h4em {
	background: #e4c1db45;
	border:none
}
.h4em:before{
	content:"●";
	color:#eea0d7;
	margin-right:5px;
}
/*-------------------------
  Fleurバナー設定
-------------------------*/
.fleur-banner{
	border:1px solid #ff9290;
	margin:1.5em auto 0;
	padding:5px;
	max-width:242px;
	margin-bottom:1em;
}
.fleur-banner p{
	text-align:center;
	margin:5px;
	font-size:13px;
	color:#ff9290;
	font-weight:600;
}
.fleur-banner figcaption{
	margin-top:5px;
	color:#ff9290;
}
.fleur-banner img{
	border-radius: 10px;
	box-shadow: 2px 2px 3px #ccc;
}
.fleur-banner .wp-block-image{
	margin-bottom:0
}
/*-------------------------
  PRタグ ラベル設定
-------------------------*/
.pr-label-s{
	margin-top: -12px;
	padding: 0 5px;
	background: #ffffff85;
	border: 1px solid #66c5a2;
	height:21px;
}
.pr-label-s:before{
	font-family:"Font Awesome 6 Free";
	content:"\f05a";
	font-weight:600;
	color:#9edac4;
	margin-right:4px;
}
.pr-label-s:hover:after{
	display:inline-block;
	content:"が含まれるページです。";
}
/*-------------------------
  breadcrumb パンくず設定
-------------------------*/
/*ホームを消す*/
.breadcrumb-home .breadcrumb-caption {
	display:none;
}
/*サイト名を追加*/
.breadcrumb-home a:before{
	content:"Lily";
}
.breadcrumb{
	max-width:800px;
	margin:0 auto;
	margin-bottom:1px;
}
/*-------------------------
  Flexbox設定
-------------------------*/
.flexbox{
	display:flex;
}
.grid{
	display:grid;
}
/*-------------------------
  文字装飾
-------------------------*/
/*  リストマーカー	*/
::marker{
	color:#66c5a2;
}
/*  ボーダーライン	*/
.pink-line {
	border-bottom: double 3px #ff8e97;
	line-height:26px;
}
.yellow-line, .fs16rem {
	background: linear-gradient(transparent 50%, #fcffae 50%);
}
.b-line {
	font-weight: 600;
	background: linear-gradient(transparent 60%, #E2E0CB 60%);/*ベージュ*/
}

/*	煽り文(赤太字)	*/
.aori {
	display: block;
	margin: 1em -10px 1px;
	color: #ef4550;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.6px;
}
/*点滅*/
.blink {
   animation: tikatika 1s step-end infinite;
}
@keyframes tikatika {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/*赤字*/
.moji-red, .futomoji-red, .otoku, .bold-red, .catch{
	color: #ff5b77;
}
.moji-gray {
	color: #969595;
}
/*大太文字*/
.big {
	font-size: 120%;
	font-weight: 600;
}
.mini{	
	font-size: 80%;
}
/*強調ドット*/
.dot {
	background-image: radial-gradient(circle at center, #aaa 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 15px 16px;
	padding-top: 10px;
}
.comment-content .dot{
	padding-top: 11px;
}
/*小さい文字*/
.small {
	font-size: 60%;
	letter-spacing: 0.3px;
	position: absolute;
	margin-top: -1.3em;
}
.push{
	color:#ff547f;
	font-weight:500;
}
/*狭く*/
.semaku{
	letter-spacing:-0.5px;
	font-size:90%;
}
rt.semaku{
	font-size:50%;
}
/*Font Awesome マージン*/
.fas,
.far,
.fa{
	margin-left:3px;
	margin-right:3px;
}
/*目次装飾*/
.toc.tnt-number-detail ol li:before{
	content:counters(toc, "-") ".";
	color:#66c5a2;
	font-weight:600;
	padding:0 5px;
}
.toc{
	border-color:#e2e0cb;
	border-radius:30px;
}
.toc-content .fas,
.toc-content  br{
	display:none;
}
.toc-content li .moji-red{
	color:var(--cocoon-text-color);
}

/*-------------------------
  BOX装飾
-------------------------*/
/*greenbox*/
.greenbox {
	background: rgba(148, 208, 191, 0.2);
	padding: 15px;
	margin-top: 10px;
	margin-bottom:10px;
}
.greenbox ul {
	margin: 8px 0 8px 5px;
	padding-left:15px;
}
.greenbox p:last-child{
	margin-bottom:0;
}
/*orangebox*/
.orangebox{
	border:3px double #721c24;
	border-color: #f5c6cb;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
}
/*二重線doublebox*/
.doublebox {
	border:double 3px #ddd;
	padding: 15px;
	margin-top: 1.5em;
	line-height:24px;
}
/*POINT box*/
.primary-box.point{
	margin-top:40px;
	background:#fff;
	border:3px solid #E4C1DB;
}
.primary-box.point:before{
	font-family:"Font Awesome 6 Free";
	content:"\f0eb"" POINT";
	position: absolute;
	margin-top: -40px;
	background: #E4C1DB;
	padding: 4px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight:600;
}
/*枠*/
.waku-red {
	border: solid 2px #cdc1c1;
	padding:10px 0 10px 30px;
	margin: 10px 0;
}
.waku-red a{
	color:#3c8167;
}
/*-------------------------
  モバイルヘッダーメニュー
-------------------------*/
@media (max-width: 1023px){
	.mobile-header-menu-buttons {
		background: #94d0bfb3;
	}
	.categoryid-62 .mobile-header-menu-buttons{
	background:	rgba(250,140,140,.4)
	}
}
@media (min-width: 1023px){
	#navi{
	}
}
.menu-close-button{
	margin:10px;
}
.menu-drawer li.menu-item-24045 {
	padding: 8px;
	text-align: center;
	font-size:87%;
	border-bottom:none;
}
.menu-drawer{
	text-align:center;
}
.menu-drawer li{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding:5px 0;
	border-bottom:1px dashed;
	font-weight:600;
}
.menu-drawer a:hover{
	background:#ddf2eb;
}
/*ヘッダーメニューPC表示用*/
#header-container .navi{
	background:transparent;
}
.item-label{
	font-family:'M PLUS Rounded 1c', sans-serif;
	color:#555;
	font-weight:600;
}
/*ヘッダーメニュー*/
.navi-in > ul li{
	width:150px;
}
@media (min-width: 834px) {
    .ect-vertical-card .entry-card-wrap {
        width: 24%;
    }
}

/*-------------------------
  トップページメニュー
-------------------------*/
.topmenu a img:hover, .topmenu a img:active {
	box-shadow: none;
}
.wp-image-9299:hover, .wp-image-9299:active {
	background: #fff80052;
}
.wp-image-9298:hover, .wp-image-9298:active {
	background: #9f58ff4d;
}
.wp-image-9295:hover, .wp-image-9295:active {
	background: #d88da54a;
}
.wp-image-9297:hover, .wp-image-9297:active {
	background: #ffb72157;
}
.taimen_ichiran_png:hover, .taimen_ichiran_png:active {
	background: #d7e9ff;
}
.topmenu{
	max-width:700px;
	margin:0 auto;
}
.topmenu section{
	margin:0 3px 0 0;
}
.topmenu section:last-child{
	margin-right:0;
}
.topmenu img{
	border:1px solid;
}

/*-------------------------
  もっと見る設定
-------------------------*/
.right_more,
.right_more2 {
	display: block;
	margin-top:10px;
	margin-bottom:10px;
	text-align: right;
}
.right_more a:after,
.right_more2 a:after {
	font-family: "Font Awesome 6 Free";
	content: "\f101";
	font-weight: 600;
	margin-left:3px;
}
.right_more a,
.home-tags a,
.home-box a{
	font-weight: 500;
	color:#3c8167;
}
/*-------------------------
  コメント・新着コメント設定
-------------------------*/
/*---枠組み---*/
.newrev dt {
	margin: 20px 0 0 18px;
}
.comment-body.article{
	margin-bottom:16px;
}
.comment-body,
.newrev dd
{
	display: block;
	position: relative;
	margin-left:10px;
	margin-bottom:10px;
	padding: 8px 5px 10px 10px;
	min-width: 120px;
	max-width: 100%;
	border:3px solid #f6f5ee;
	border-radius:10px;
	background:#f6f5ee;
	color: #555;
	text-align:left;
    box-shadow: 2px 2px 5px #ddd;
}
.comment-body:before,
.newrev dd:before
{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #f6f5ee;
}
.newrev dd p,
.circle .newrev dd p{
	margin:0 0 1em 0;
	text-align:left;
	min-height:40px;
}
.newrev dd p:last-child,
.circle .newrev dd p:last-child {
	margin-bottom: 0;
}
.comment-content,
.my_comments_content{
	display: block;
	margin: 5px 0 0;
	padding: 8px 0 0;
	/*border-top: dotted 3px rgba(148, 208, 191, 0.5);*/
	line-height:1.6;
}
.comment-content p:last-child{
    margin-bottom: 0;
}
.my_comments_content .blogcard{
	margin-top:16px;
}
/*返信*/
ul.children .comment-body:before{
	content:inherit;
}
ul.children li:before{
	content:"\f0d8";
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	position:absolute;
	margin-top:-29px;
	margin-left:30px;
	font-size:30px;
}
.commets-list ul.children li:before{
	color:#f6f5ee;
}
.commets-list ul.children li.comment-author-lily:before{
	color:#aedbce;
}

/*コメント欄ページナンバー*/
.page-numbers{
	border-radius:50%;
	background:#eee;
	border:none;
	line-height:46px;
}
.comment-page-link .current{
	background:#dff1ec;
	font-weight:600;
}
/*---ホーム新着コメント欄ここから---*/
/*コメントをflexboxで表示*/
.newrev2{
	display: flex;
	font-size:15px;
}
/*大枠*/
.test001{
	height: 315px;
	width: 100%;
	margin: -10px auto 0;
	overflow-y: hidden;
	overflow-x: auto;
}
/*一枠*/
.newrev2 dl{
	margin:0 2px;
	border-radius:5px;
	width: 210px;
	background: none;
	line-height: 18px;
}
.newrev2 dd {
	display: inline-block;
	position: relative;
	color: #555;
	margin: 5px;
	padding: 10px;
	background: #f6f5ee;
	border-radius: 5px;
}
/*コメント本文*/
.test001 .my_comments_content {
	width: 170px;
	word-break: break-word;
}
/*---投稿情報---*/

/*メタ情報*/
.newrev2 dt {
	display: inline-block;
	margin: 0 0 0 8px;
	background: transparent;
	border: none;
	height:54px;
}
.com-meta,
.comment-meta{
    display: block;
    font-size: 12px;
    /* background: #d5e8de; */
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    border-color: #66c5a2;
    padding: 2px 5px 2px 0;
    /* border-radius: 50px; */
    color: #333;
    margin: 3px 0;
}
.comment-meta a{
	color:#333;
}
.com-meta:before,
.comment-meta:before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 600;
	margin-right: 3px;
}

/*投稿者情報*/
.my_author {
	display: inline-block;
	width: 170px;
	height: 16px;
	margin-bottom: 0;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.my_author:before,
.comment-author:before{
	font-family: "Font Awesome 6 Free";
	content: "\f5ad";
	font-weight: 600;
	color: #66c5a2;
	margin-right:3px;
}
/*敬称略*/
.says{
	display:none;
}
/*コメント数*/
.com_count {
	color: #81a9d9;
	font-size: 12px;
	font-weight: 400;
}
.com_count:before{
	font-family: "Font Awesome 6 Free";
	content: '\f086';
	font-weight: 600;
	margin-right:3px;
}
/*トップ新着コメント欄ここまで*/

/*口コミ色変更*/
dd.good,
dd.normal,
dd.bad {
	padding-top: 15px;
	padding-bottom: 10px;
	z-index: 1;
}
dd.good {
	border-color: #fcdddd;
	background:#fff8f8;
}
dd.bad {
	border-color: #dee4ff;
	background:#f6f8ff;
}
dd.normal {
	border-color: #ece8cd;
}
.newrev dd.good:after,
.newrev dd.normal:after,
.newrev dd.bad:after {
	font-family: "Font Awesome 6 Free";
	font-size: 50px;
	background: transparent;
	border: none;
	right: 5px;
	bottom: 0;
	top: auto;
	left: auto;
	position: absolute;
	z-index: -1;
}
.newrev dd.good:after {
	content: "\f580";
	color: #fcddddba;
}
.newrev dd.bad:after {
	content: "\f567";
	color: #cbd4ffa1;
}
.newrev dd.normal:after {
	content: "\f11a";
	color: #e7e0af85;
}
.newrev.mar0 dd:before{
	content:none;
}
.newrev.mar0 dd{
	margin-left:0;
	min-height:75px;
}

/*新着コメントページ用*/
.my_comments_content a {
	color: #555;
	font-weight: 300;
}
.newrev .com-meta {
	display: inline-block;
}
.com-post {
	padding-right: 5px;;
}
@media(max-width:480px) {
	.newrevall .com_count {
		display: block;
	}
}
.newrev .my_comments_content {
	width: 175px;
	word-break: break-word;
}
.page-id-1286 .newrev .my_comments_content {
	width: inherit;
	word-break: break-word;
	border-top:1px solid #fff;
}
.page-id-1286  .my_author{
	overflow: inherit;
}

/*管理者コメントの枠色を変更*/

.comment-author-lily .comment-body  {
	border-color: rgba(148, 208, 191, 0.7);
	background: #eaf6f2;
}
.comment-author-lily .comment-body:before{
	content:none;
}
.comment-author-lily .fn {
	color: #008c58;
	font-weight:600;
}
.comment-author-lily p a {
	color: #66c5a2;
}
/*管理者コメントの枠色を変更ここまで*/

/*コメント投稿欄*/
#respond {
	margin: 30px 10px;
	padding: 20px 15px;
	border: solid 2px #c9e7df;
	border-radius:10px;
}
#reply-title {
	background: rgba(148, 208, 191, 0.5);
	padding: 5px 10px;
}
/*コメント投稿欄ここまで*/

/*削除掲示板のみ返信ボタン*/
.reply{
	display:none;
}
.postid-11518.logged-in .reply{
	display:block;
}
/*返信欄*/
.comment .depth-2 .comment-body{
}
/*-------------------------
　関連記事スライダー
-------------------------*/

.new-entry-card-content .card-title{
	font-size:14px;
}
/*youtube埋め込みセンタリング*/
.item-movie{
	text-align: -webkit-center;
}

/*-------------------------
  下部固定メニュー
-------------------------*/

@media screen and (min-width:480px) {
	.bottom-menu,
	.rev-bottom{
		display:none;
	}
}
@media screen and (max-width:480px) {
	.bottom-menu,
	.rev-bottom{
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		margin: 0;
		overflow: hidden;
		z-index: calc(infinity);
	}
	.bottom-menu a,
	.rev-bottom a{
		display: inline-block;
		margin: 0;
		width: calc(100%/5 );
		text-align: center;
		font-size: 10px;
		color: #555;
	}
	.bottom-menu a div,
	.rev-bottom a div{
		background: rgba(148, 208, 191, 0.9);
		border-radius:5px 5px 0 0;
		margin:0 1px;
		padding: 6px 0 0;
		height: 48px;
	}
	.bottom-menu .fas,
	.rev-bottom .fas{
		display:block;
		margin-bottom:3px;
		padding:0;
		font-size:20px;
		height:20px;
		width:auto;
	}
	.rev-bottom>a:nth-child(5){
		width: 40%;
	}
	.rev-bottom>a:nth-child(5)>div {
		background-color: #ffb42f;
	}
	.bottom-menu a:hover,
	.rev-bottom a:hover{
		color:#fff;
	}
}

/*-------------------------
  ブログカード
-------------------------*/
.blogcard{
	border:1px solid #E2E0CB;
}
/*抜粋、コメント欄表示時の日付非表示*/
.blogcard-snippet{
	display:none;
}
.internal-blogcard-date:before{
	font-family:"Font Awesome 6 Free";
	content:"\f044";
	font-weight:400;
	margin-right:3px;
}
.blogcard:before,.waku-kanren:before{
	font-family:"Font Awesome 6 Free";
	display:block;
	content:"\f0c6"" 関連記事";
	position:absolute;
	margin-top:-20px;
	font-size:13px;
	font-weight:600;
	color:#66c5a2;
	background:#fff;
	padding:1px 6px;
	border-radius:5px;
}
.external-blogcard:before{
	content:"\f35d"" 外部サイト";
	background:#66c5a2;
	color:#fff;
}
.blogcard-title{
	font-weight:500;
	font-size:inherit;
	margin-top:1em;
}
.blogcard figure{
	margin-top:10px;
	margin-bottom:0;
}
.blogcard img{
	object-fit:contain;
}
.blogcard-footer{
	font-size:13px;
	color:#777;
}
.blogcard-wrap{
	background:#ffffff9e;
	width:90%;
}
.newrev .blogcard-wrap{
	margin-top:15px;
	margin-bottom:15px;
}
/*-------------------------
　右下固定メニュー
-------------------------*/
/*位置設定*/
.rightmenu {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 110px;
	right: 6px;
	z-index: 10;
}
.rightmenu section {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	float: right;
	background: rgba(148, 208, 191, 0.6);
	margin:1px;
}
/*掲示板一覧用右固定メニュー*/
.ichiran{
	right: 3px;
}
.ichiran section{
	width:50px;
	height:50px;
	border-radius:20px;
	line-height:20px;
}
.ichiran section a{
	display:block;
	color:#fff;
	padding:5px;
}
/*総合ランキング用右固定メニュー*/
.rankmenu section{
	width:30px;
	height:30px;
	border-radius:100%;
}
.rankmenu section a{
	display:block;
	color:#fff;
	font-weight:600;
	font-size:16px;
	padding:3px;
}
@media(min-width:480px){
	.rankmenu{
		bottom: 150px;
	}
	.ichiran{
		bottom: 125px;
	}
}

/*-------------------------
  掲示板一覧(../denwauranai-list/)
-------------------------*/
.center-set{
	max-width:800px;
	margin:0 auto;
}
.denwa-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content:center;
}
.denwa-list li {
	display: block;
	text-align: center;
	width: calc(100%/3);
	padding: 0 7px 10px;
}
.denwa-list li p:last-child{
	margin-bottom:0;
}
.shop-close {
	background:#000;
}
.shop-close img{
	opacity:0.5;
}

@media(max-width:600px) {
	.denwa-list li {
		min-width: 80px;
		padding: 0 4px 7px;
		font-size: 14px;
		line-height: 1.3;
	}
}
@media (min-width:600px) {
	.denwa-list li{
		width: calc(100%/4);
		max-width:190px;
	}
	.denwa-list li br {
		display: none;
	}
	.denwa-list .com_count {
		display: block;
	}
	.denwa-list .com_count:after {
		content: "のコメント";
	}
}
.denwa-list li img {
	border: solid 1px #E2E0CB;
	max-height: 150px;
	margin-bottom: 5px;
}
/*-------------------------
  クーポン
-------------------------*/
.coupon_section {
	background: url(https://coralebilacus.com/wp-content/uploads/waku02-01.webp) top left no-repeat, url(https://coralebilacus.com/wp-content/uploads/waku02-04.webp) bottom right no-repeat;
	margin-bottom:4em;
}
.coupon-box{
	margin:1.5em 0;
}
.coupon-box img{
	margin:3px auto;
}
.coupon-box p{
	margin-bottom:0;
}

/*クーポン画像用*/
img[src*="coupon26-"]{
	max-width:300px;
	aspect-ratio:1 / 1;
	object-fit:contain;
}
.coupon-expire {
	text-align: center;
	color: #999;
	font-size:14px;
}
/*-------------------------
  バナー
-------------------------*/
.banner{
	text-align:center;
}
figure{
	margin-bottom:5px;
}
figcaption{
	font-size:13px;
	text-align:center;
}
/*バナー横並び*/
.banner-flex .flexbox{
	justify-content:space-around;
}
.banner-flex img{
	max-height:330px;
	object-fit:contain;
	padding:5px;
}
.banner-flex section{
	margin-bottom:1em;
}
@media(max-width:480px){
	.banner-flex .flexbox{
		flex-wrap:wrap;
	}
}
/*-------------------------
　フッター
-------------------------*/
/*位置修正*/
@media screen and (min-width: 1024px){
	.navi-footer-in{
		padding-bottom:30px;
	}
}
/*ロゴ*/
.footer-site-logo-image{
	background:#66c5a2;
	padding:3px;
	border-radius:5px;
}
/*-------------------------
　関連枠
-------------------------*/
.waku-kanren{
	margin-top:20px;
	padding:10px 10px;
	border:1px solid #E2E0CB;
	border-radius:5px;
}
.waku-kanren ul{
	margin:10px 0 10px -6px;
}
.waku-kanren ul a{
	color:#777;
}

/*-------------------------
  カテゴリー・タグ編集
-------------------------*/

/*tag-listタグ検索*/
.tag-list {
	display: flex;
	margin: 5px 0px 0;
}
.tag-list li {
	display: inline-flex;
	margin: 4px 3px;
}
 .tag-list ul {
	 margin-bottom: 10px;
	 padding:0;
}
.cat-link{
	background-color: #99b5e7;
}
.tag-link{
	border-color:#66c5a2;
}
.entry-tags .tag-icon{
	display:none;
}


.cat-pick .flexbox{
	justify-content:space-around;
}
.cat-pick .flexbox section{
	width:calc(100% / 2);
	padding:1px;
	text-align:center;
	max-width:300px;
}
.cat-pick .flexbox section img{
	border:1px solid #ddd;
	height:auto;
	aspect-ratio: 6 / 4;
	object-fit:cover;
}
.cat-pick.flexbox section:before{
	content:"Pickup!";
	color:#fd9090;
	font-weight:600;
	display:block;
}
.cat-pick .flexbox section p{
	margin:5px;
	font-size:13px;
	font-weight:600;
	color:#555;
}



/*-------------------------
  電話占いサイト詳細
-------------------------*/

/*枠組み*/

.all-content {
	display: flex;
	max-width:800px;
	margin:0 auto;
}
.left-content {
	width: 45%;
}
.right-content {
	width: 55%;
	padding-left: 5px;
}
.all-content h3,
.yakata-content h3{
	margin-top:10px;
	padding:5px 8px;
	margin-bottom:15px;
}
@media(max-width:600px){
	.right-content h3{
		margin-left:8px;
	}
}
.ratingbox{
	padding:15px 0;
	text-align:center;
}
.ratingbox h3{
	border:none;
}
/*掲示板口コミ数*/
.left-content .wccnum,
.yakata-content .wccnum{
	font-size:18px;
	font-weight:600;
}
.left-content a .wccnumdiv {
	display:inline;
	border-bottom:4px double #E2E0CB;
	padding-bottom:4px;
	font-size:13px;
}
.left-content a .wccnumdiv:before{
	font-family:"Font Awesome 6 Free";
	content:"\f086";
	display:inline;
	font-weight:600;
	color:#E2E0CB;
}

.yakata-content h3 {
	margin: 1.2em 0 0.6em;
}
.board-banner{
	text-align:center;
	padding:0 8px;
}
/*サイトトップ画像指定*/
.site-pic{
	padding:0 5px;
	margin-bottom:1em;
}
.site-pic img {
	display: block;
	width:auto;
	height: auto;
	margin:0 auto ;
	border: solid 1px #ddd;
	max-height:430px;
}

/*サイトトップ・バナー画像サイズ指定*/

.left-content figure{
	max-width:320px;
	object-fit:contain;
	text-align:center;
	margin:0 auto;
	padding:0 5px
}
/*right-content*/

.right-content .btn{
	margin-bottom:1.2em;
}
.right-content li a{
	color:inherit;
}
.right-content li a:after{
	font-family:"Font Awesome 6 Free";
	content:"\f35d";
	font-weight:600;
	margin-left:4px;
	color:#66c5a2;
}
/*サイト紹介文をたたむ*/
.grad-wrap {
	position: relative;
}
.grad-btn {
	z-index: 2;
	position: absolute;
	bottom: -25px;
	width: 100%;
	padding: .2em 0;
	background: rgba(148, 208, 191, 0.3);
	color: #000;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.grad-btn::before {
	content: "続きを読む"
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 100px;/*隠した状態の高さ*/
	margin: 5px 0 2em;
	padding: 0px 0 10px;
}
.grad-item p:last-child{
	margin-bottom:0;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;	/*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%, #fff 100%);
	content: "";
}
@media(min-width:600px){
	.grad-item{
		height:100%;
		margin-bottom:0;
	}
	.grad-btn{
		display: none;
	}
	.grad-item::before {
		display:none;
	}
}
.grad-trigger {
	display: none;	/*チェックボックスは常に非表示*/
}
.grad-trigger:checked~.grad-btn::before {
	content: "閉じる"/*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked~.grad-item {
	height: auto;
	/*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked~.grad-item::before {
	display: none;
	/*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*-------------------------
  対面占いカテゴリー
-------------------------*/
/*対面占い色変更*/
.categoryid-62 .pageup a {
	color: rgba(148, 208, 191, 0.6)
}
.categoryid-62 #header-container {
	background: rgba(250, 140, 140, 0.4);
}
.categoryid-62 .rev-bottom div{
	background:rgba(255, 235, 235, 0.9);
}
.yakata-content .btn,
.yakata-content .btn:visited {
	background: #fa9c9c;
	color: #fff;
}
.yakata-content a:hover {
	color: #e33b41;
}
.yakata-content li::marker,
.yakata_ad summary::marker{
	color: #f5c4bc;
}
.yakata-content a {
	color: #ff5e66;
}
.yakata-content .grad-btn {
	background: #f5c4bc66;
}
.categoryid-62 .revbottom li{
	background:rgba(255, 235, 235,0.9);
}
/*枠組み*/
.yakata-content{
	max-width:800px;
	margin:0 auto;
}
.yakata-content .wccnumdiv{
	padding-left:15px;
}
.yakata-content .grad-item{
	padding: 0 15px 5px;
}
/*住所欄*/
.yakata_ad summary{
	font-size:18px;
	font-weight:600;
	padding:5px 8px;
	border:1px solid #ddd;
}
.yakata_ad h4 {
	margin: 10px 0 5px 5px;
	color: #a17073;
	font-size:18px;
	border:none;
}
.yakata_ad .fas {
	color: #f5c4bc;
	width: 22px;
	text-align: center;
	font-weight: 600;
}
/*対面占いここまで*/

/*よく検索されているワード*/

.balloon1-top {
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	padding: 8px 5px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 14px;
	background: #e9f4ff;
}
.balloon1-top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 15%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e9f4ff;
}

/*投稿欄までジャンプ(右下固定)-postsnippets-[post-review]*/
#post-review{
	display:none;
}
.categoryid-11 #post-review,
.categoryid-47 #post-review,
.categoryid-62 #post-review{
	display:block;
}
#post-review {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 40px;
	opacity: 0.6;
	z-index: 999;
}
#post-review a {
	position: relative;
	display: block;
	width: 40px;
	height: 37px;
}
#post-review a::before {
	content: url(https://coralebilacus.com/wp-content/uploads/logo-pen-e1544765406529.png);
	position: absolute;
	width: 5px;
	height: 5px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin: auto;
}
/*トップに戻る*/
.go-to-top{
	bottom:100px;
}
@media(max-width:480px) {
	.categoryid-11 #post-review,
	.categoryid-47 #post-review,
	.categoryid-62 #post-review{
		display: none;
	}
	.go-to-top{
		bottom:60px;
	}
}


/*-------------------------
  ランキングスライダーここから
-------------------------*/
.rank-teller,
.home-ranking{
		max-width:820px;
		margin:0 auto;
}
.rankflex {
	display: flex;
	justify-content:space-around;
	flex-shrink: 0;
	flex: 1 0 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	margin:0 auto;
}
.rankflex section{
	letter-spacing:0.8px;
	min-width:150px;
	margin: 7px 5px;
	position: relative;
}
.ranksiteimg {
	display: block;
	margin:0 auto;
	position: relative;
	width: 135px;
	max-height: 160px;
	object-fit: cover;
	object-position: 0 0;
	border: solid 1px #ddd;
}
.rankflex .btn,
.rankflex .btn2{
	padding: 8px 10px 8px 0;
	letter-spacing:0.5px;
	font-size:inherit;
}
.numimg{
	height: 30px;
	margin: -6px auto 0;
	text-align: left;
	display: block;
	position: relative;
	z-index: 1;
}
.ranksitename {
	display: block;
	margin: 6px 0;
	padding:0;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
.rankcol-4after .numimg, #comments .rankcol-4after .numimg  {
	height: 24px;
	margin-top: 0px;
}

/*注目占い師ランキング用*/
.rank-teller .ranksitename{
background: #dff1ec;
    border-bottom: 4px double #fff;
    border-top: 4px double #fff;
}
.rank-teller .btn p{
	color:#fff;
	margin:0;
}
.rank-teller .btn2:after{
	content:'\f0a5';
	font-weight:400;
	transform: rotate(32deg);
	top:inherit;
	font-size:1.1em;
}
.toprank-txt {
	margin: 0 0 5px 0;
	padding: 3px 5px;
	width: 155px;
	text-align:left;
	border-left:solid 1px #ddd;
}
.toprank-txt p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#777;
}
#comment-bottom .toprank-txt {
	margin: 0px 0px 5px 0px;   
	padding: 3px 5px;
	width: 160px;
	text-align: left;
	border-left: solid 1px #ddd;
}
#comment-bottom .toprank-txt p{
	font-size: 13.5px;
}
.toprank-txt p{
	margin:2px;
}
.rank-teller h3,#comment-bottom h3{
	margin:0 0 1.2em;
	padding-left:0.9em;
	font-weight:600;
}
.rank-teller h3:before,#comment-bottom h3:before{
	background-color:#8be8bf;
	border-radius: 0.13em;
	width: 0.3em;
	content: "";
	height: 1.6em;
	left: 0;
	margin-right: 0.6em;
	position: absolute;
}
#comment-bottom h3:before{
	left:inherit;
	margin-left:-1em;
}
 .rank-teller p{
	margin-top:0;
	font-size:13px;
}
.rank-teller .morerev{
	margin-bottom:6px 0;
}
.rank-teller .linkarrow{
	padding-right:12px;
}
.toprank-txt span.bold{
	font-weight:inherit;
}
.toprank-txt span.bold:after {
	font-family: 'Font Awesome 6 Free';
	display: inline-block;
	content: "\f0da";
	margin: 0 3px;
	color:#ccc;
	font-weight:600
}
/*キャッチフレーズ*/
.catch{
	height:40px;
	font-size:13px;
	font-weight:500;
	line-height:20px;
}
/*ホーム　ランキング表示rankingここまで*/

/*-------------------------
  ホーム 特集(article)欄
-------------------------*/
.home-box li::marker{
	content:none;
}
.home-box {
	margin-bottom: 20px;
}
.articles {
	display: flex;
	justify-content: space-around;
	margin: -10px 0 0 0; 
	border-bottom: 1px solid #eee;
}
.article_left, .article_right {
	display: block;
	width: 50%;
	margin: 0 5px 0 0;
}
.article_left li, .article_right li {
	text-align: left;
}

div.home-box > div.articles > div.article_right > div:nth-child(1) > div.top-article-entry > ul > li > a > span.top-article-entry-meta:after {
	content: "NEW!";
	margin: 0 5px;
	color: #ef4550;
}
div.home-box>div.articles>div.article_right>div:nth-child(1)>div.related-entry-thumb:before {
	content: url(https://coralebilacus.com/wp-content/uploads/tag-up.png);
	display: block;
	position: absolute;
	margin: -7px 0 0 -20px;
}
.top-article-entry ul {
	margin: 0 0 0 5px;;
	padding: 0;
}
@media(min-width:600px){
	.top-article-entry>ul{
		height:77px;
		overflow:hidden;
	}
}
.top-related-entry {
	display: flex;
	border-top: solid 1px #eee;
	padding:5px 0;
}
.top-related-entry li {
	margin: 0 0px 0 8px;
}
.top-related-entry:hover{
	background:#d8eee8a1;
}
.related-entry-thumb img {
	width: 90px;
	min-width: 90px;
	height: 70px;
	max-height: 70px;
	object-fit: cover;
	margin: 5px 0;
}
.top-article-entry li {
	line-height: 18px;
}
.top-article-entry li:before {
	content: none;
}
.top-article-entry-meta {
	font-size: 13px;
	display: block;
	text-align: left;
	line-height: 16px;
	color: #aaa;
}
.top-articlepick-entry-pickup {
	font-size: 13px;
	display: block;
	text-align: left;
	line-height: 15px;
	color: #ef4550;
	width: 100%;
}
.top-article-entry-meta, .top-articlepick-entry-pickup {
	margin: 3px 0;
}
.article_right p {
	color: rgba(0, 0, 0, 0);
}
@media(max-width:480px){
	.article_right  .top-related-entry:first-child{
	border-top:solid 1px #eee;
	}
}
.setsu {
	font-size: 12px;
}

/*スマホ用設定*/

@media screen and (max-width:600px) {
	.articles {
		flex-wrap: wrap;
	}
	.article_left, .article_right {
		width: 100%;
	}
	.uranaih3 {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		margin: 0;
		min-width: 150px;
	}
}
/*ホームarticle欄ここまで*/


/*-------------------------
  電話占いランキングページ設定
-------------------------*/

/*掲示板用ボタン*/
.post-2640 .sougouranking .btn2 {
	margin: 8px auto 5px;
	max-width: 200px;
}
/*総合ランキング用設定*/
/*枠*/
.sougouranking {
	border: solid 2px #E2E0CB;
	border-radius: 5px;
	margin: 1em 0 2.5em;
	padding: 7px 15px;
}
@media(max-width:480px) {
	.sougouranking {
		padding: 7px;
	}
	.sougouranking .rank-col-right ul {
		margin-bottom: 0;
	}
}
.rnk1 {
	border: dotted 5px #f1d578;
}
.rnk2 {
	border: dotted 5px #e0e0e0;
}
.rnk3 {
	border: dotted 5px #efc5a9;
}
.-rnk1, .-rnk2, .-rnk3 {
	background: rgba(228, 193, 219, 0.2)
}
.sougoubox {
	display: flex;
	margin: -20px 0 0 0;
	padding: 0;
}

/*ランキング店名・サイト名*/
h3.sougouname,
.sougouname {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: block;
	font-size:1.8em;
	font-weight: 700;
	text-align: center;
	color: #333;
	text-shadow: 2px 2px 2px #ccc;
	border:none;
	margin:10px 0 ;
}
/*ランキング評価欄枠*/
.rank-col-left {
	width: 50%;
	text-align: center;
	padding: 5px 8px;
}
.rank-col-right {
	width: 50%;
	margin-top: 15px;
}
/*サイトイメージ*/
.sougouimg {
	margin: 30px auto 16px;
	background: #fff;
	box-shadow: 1px 1px 3px #aaa;
	z-index: 1;
}
/**/
.sougoulist dt{
	font-weight: 600;
	margin: 15px 0 8px;
	padding: 0px 5px;
}
.sougoulist dt:before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	color: #b4ded2;
	margin-right: 5px;
}
.sougoulist dd {
	color: #555;
	margin: 0;
	padding: 0 5px 5px;
	letter-spacing: 0.8px;
}
.sougoulist dd.good {
	padding-top: 5px;
}
/*評価valu*/
.valu {
	font-size: 28px;
	font-weight: bold;
	text-shadow: 2px 1px 1px #ccc;
	margin-left:15px;
}
.valu-ss, .valu-s {
	color: #ff5151;
}
.valu-a {
	color: #4189ff;
}
.valu-b {
	color: #8f6aff;
}
/*総合ランキング順位ラベル用*/
/*順位マーク旗*/
.rank123:before {
	position: absolute;
	margin: -28px 0 0 -5px;
	z-index: 999;
}
/*順位マーク*/
.rank4-10:before {
	position: absolute;
	margin: -6px 0 0 5px;
	z-index: 999;
}
.rnk1:before, .kuchikomirank li:nth-child(1):before {
	content: url(https://coralebilacus.com/wp-content/uploads/rankflag1.png);
}
.rnk2:before, .kuchikomirank li:nth-child(2):before {
	content: url(https://coralebilacus.com/wp-content/uploads/rankflag2.png);
}
.rnk3:before, .kuchikomirank li:nth-child(3):before {
	content: url(https://coralebilacus.com/wp-content/uploads/rankflag3.png);
}
.rnk4:before, .kuchikomirank li:nth-child(4):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking04_03_03.png);
}
.rnk5:before, .kuchikomirank li:nth-child(5):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking05_03.png);
}
.rnk6:before, .kuchikomirank li:nth-child(6):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking06_05.png);
}
.rnk7:before, .kuchikomirank li:nth-child(7):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking07_07.png);
}
.rnk8:before, .kuchikomirank li:nth-child(8):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking08_09.png);
}
.rnk9:before, .kuchikomirank li:nth-child(9):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking09_12.png);
}
.rnk10:before, .kuchikomirank li:nth-child(10):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking10_14.png);
}
.rnk11:before, .kuchikomirank li:nth-child(11):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking11.png);
}
.rnk12:before, .kuchikomirank li:nth-child(12):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking12.png);
}
.rnk13:before, .kuchikomirank li:nth-child(13):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking13.png);
}
.rnk14:before, .kuchikomirank li:nth-child(14):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking14.png);
}
.rnk15:before, .kuchikomirank li:nth-child(15):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking15.png);
}
.rnk16:before, .kuchikomirank li:nth-child(16):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking16.png);
}
.rnk17:before, .kuchikomirank li:nth-child(17):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking17.png);
}
.rnk18:before, .kuchikomirank li:nth-child(18):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking18.png);
}
.rnk19:before, .kuchikomirank li:nth-child(19):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking19.png);
}
.rnk20:before, .kuchikomirank li:nth-child(20):before {
	content: url(https://coralebilacus.com/wp-content/uploads/ranking20.png);
}
/*総合ランキング順位ラベル用ここまで*/

/*--------------------
 * 総合ランキングタブ用
 *------------------- */

/* タブ全体を囲むコンテナの設定 */
.tab-switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 3px;/* タブ間の余白 */
}

/* 各タブボタンの設定 */
.tab-switch > label {
    flex: 1 1 auto;
    order: -1;
    position: relative;
    padding: 7px;
    background-color: #f2f3f4;
    color: #999;
    text-align: center;
    cursor: pointer;
}
.tab-switch label:hover,
.tab-switch label:has(:checked) {
	background-color: rgba(148, 208, 191, 1);
	color: #fff;
	font-weight:600;
}
/* ラジオボタン非表示 */
.tab-switch input {
	display: none;
}
/* タブコンテンツのスタイル */
.tab-content {
	display: none;
	width: 100%;
	padding:1em 0;
}

/* 選択されたタブのコンテンツを表示 */
.tab-switch label:has(:checked) + .tab-content {
    display: block;
}
.rankingpage .card-title{
	font-size:13px;
	font-weight:600;
	color:#555;
}
.rankingpage .popular-entry-card-pv{
	color:#aaa;
}
.rankingpage .popular-entry-card-pv:before{
	font-family:"Font Awesome 6 Free";
	content:"\f06e";
	margin-right:5px;
}
.rankingpage .card-thumb::before{
	border-radius:50px;
}
.widget-entry-cards.ranking-visible .card-thumb::before{
	background-color:rgba(148, 208, 191, 0.9);

}
.tab-switch label:has(:checked):before{
	font-family:"Font Awesome 6 Free";
	content:"\f521";
	color:#fff783;
}
/*口コミ頻出占い師欄 common (postsnipetでも使用)*/
.common li{
	 width: calc(98%/3);
	 text-align: center;
	 border-top: dotted 2px;
	 border-bottom: dotted 2px;
	 padding:5px 0 16px;
}
/*ランキング頻出占い師の枠線*/
.common li:nth-child(1){
	color: #fcde00;
	border-color: #fcde00a6;
}
.common li:nth-child(2){
	color: #999;
	border-color: #cececc;
}
.common li:nth-child(3){
	color: #c4723e;
	border-color: #c4723e91;
}
 .common li img {
	margin: 16px auto;
}
/*王冠マーク*/
.common li:before {
	font-family: "Font Awesome 6 Free";
	content: '\f521';
	font-weight: 600;
	font-size: 25px;
	background:#fff;
	position:absolute;
	margin-top:-30px;
	margin-left:-28px;
	width:50px;
}
/*占い師写真*/
.common img {
	border-radius: 100px;
	width: 100px;
}
@media(min-width:500px){
	.common img{
	width: 130px;
	}
}
/*占い師名前*/
.common li a{
	color: #555;
	font-size: 13px;
	font-weight: bold;
	border: none;
}
.common li a:after{
	display: block;
	content: '先生▶';
	line-height: 12px;
	font-weight: normal;
}
.sougoulist dd.common {
	margin: 25px 0 20px;
}
/*口コミ頻出占い師欄ここまで*/

/*shopinfo*/
.shopinfo th,
.shopinfo td{
	padding:5px 8px;
}
.shopinfo th{
	width:92px;
}
.shopinfo td{
	width:calc(100% - 80px);
}
.shopinfo .fas {
	color: #8cd4ba;
	width: 1em;
}
.shopinfo ul{
	margin:5px 0;
	padding-left:18px;
}
.shopinfo ul.no-dot{
	padding-left:3px;
}
.shopinfo ul.no-dot li::marker{
	content:none;
}
.shopinfo li::marker{
	color:#8cd4ba;
}
.shopinfo p:last-child{
	margin-bottom:0;
}

/*-------------------------
  占い師紹介枠
-------------------------*/
/*枠*/
.circle {
	display: block;
	margin: 3em auto 1.6em;
	padding: 5px 10px 5px;
	border: 2px solid #cdc1c1;
	border-radius: 10px;
	width:100%;
	max-width:800px;
}
.circle .col-001 {
	text-align:center
}
/*枠飾り*/
.circle:before {
	display: block;
	content: "";
	background: url(https://coralebilacus.com/wp-content/uploads/lily-line02.png)no-repeat;
	height: 35px;
	background-size: contain;
	background-position: center;
	margin-top: -25px;
}
.circle h5,
.circle h4,
.article .circle h4{
	border:none;
}
.uratit,
h4.uratit,
h5.uratit{
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: center;
	margin:10px 0 0;
	padding:5px 0;
	font-size: 18px;
	font-weight: 600;
	color: #524747;
}
.uratit .moji-red{
	font-size:85%;
}
h4 .furigana{
	font-size:11px;
	font-weight:400;
}
span.uratit:after{
	content:" 先生";
	font-size:85%;
	opacity:0.8;
}
.circle ul {
	margin-bottom: 0;
}
.circle ul li{
	margin-left:-18px;
}
.article .circle p:last-child{
	margin-bottom:5px;
}

/*占い師紹介枠-折りたたみ*/
.circle details{
	margin:10px 5px;
	border:1px solid #E2E0CB;
}
.circle details p{
	margin:10px 8px 14px;
	text-align:left;
}
.circle details:last-child{
	margin-bottom:1em;
}
.circle summary{
	border:1px solid #E2E0CB;
	border-color: #E2E0CB;
	color: #555;
	padding:6px 6px 6px 10px;
	text-align:left;
	font-weight:600;
}
.circle summary::marker{
	color:#b4ded2;
}
.circle details[open] summary{
	background: #f6f5ee;	
}
details .newrev.mar0{
	margin:10px 8px;
}
.col-001{
		padding-top:5px;
		padding-bottom:10px;
}
.col-001 img {
	margin: 0 auto;
	padding: 2px;
}
.col-001 img.img-c {
	width: 160px;
}
.col-001, .col-002 {
	width: 50%;
}
@media(min-width:480px){
	.col-001{
		padding-top:10px;
	}
	.col-001 img.img-c{
		width:170px;
	}
}

.col-002 h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #dbe0fa;
}
.col-002 h5:before {
	content: none;
}
.col-002 li:not(.icon-round), #random-list .col-002 li:not(.icon-round) {
	text-align: left;
}
@media(max-width:480px) {
	.col-002 li:not(.icon-round) {
		letter-spacing: 0.05rem;
	}
}

/*占い師プロフィールテーブル*/
.proftable{
	padding: 2px 0;
	width: 100%;
	text-align: left;
	box-shadow: none;
	overflow: auto;
	border:none;
	font-size:15px;
}
.article table.proftable{
	margin-bottom:0;
}
table.proftable:not(.has-border-color) :where(th, td){
	border:none;
}
.proftable caption {
	display:table-caption;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdc1c1;
	font-size:16px;
	font-weight: bold;
	color: #cdc1c1;
	width:100%;
}
.proftable th {
	text-align: left;
	color:#555;
	font-weight:600;
	background:transparent;
	padding:4px;
}
.proftable th:before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	color: #b4ded2;
	margin-right: 5px;
}
.proftable td {
	background: #fff;
	padding: 5px 0 6px 4px;
	word-break: break-word;
	white-space: normal;
	min-width:110px;
	text-align: left;
}
@media screen and (max-width: 834px) {
	table th, table td {
		font-size:inherit;
	}
}

@media(max-width:600px) {
	.circle .flexbox {
		flex-direction: column;
	}
	.circle .flexbox .col-001, .circle .flexbox .col-002 {
		width: 100%;
	}
	.proftable {
		width: 100%
	}
	.proftable td br {
		display: none;
	}
	.proftable .semaku:before {
		content: "｜";
	}
}

/*-------------------------
  下部ランキング(bottom-ranking)
-------------------------*/

#bottomranking {
	width: 100%;
	max-width: 800px;
	margin: 1em auto;
	padding: 0 10px;
}
/*下部ランキング タイトル リボン*/

.ribbon3 {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 7px 0;
	background: #B4D78C;
	box-sizing: border-box;
	margin: 10px -5px;
}
.ribbon3 h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2em;
	font-weight: 600;
	color: #160000;
	margin: 0 auto;
	padding: 0px 30px;
	border-top: dashed 2px rgba(255, 255, 255, 0.5);
	border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
	line-height: 42px;
}
.ribbon3:before, .ribbon3:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
@media (max-width:500px) {
	.ribbon3 h3 {
		font-size: 1.3em;
		padding: 0;
		letter-spacing: 0.2px;
	}
}
h3:before {
	background: none;
}
.ribbon3:before {
	/*左の山形*/
	top: 0;
	left: 0;
	border-width: 30px 0px 30px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	background: transparent;
}
.ribbon3:after {
	/*右の山形*/
	top: 0;
	right: 0;
	border-width: 30px 15px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
/*下部ランキング タイトル リボンここまで*/

.bottomtable table {
	width: 100%;
	text-align: center;
	overflow-x: auto;
	border-collapse: collapse;
	border: solid 2px #F6BBA6;
	font-size: 14px;
	background: #fff;
	margin: 0;
}
.bottomtable .btn{
	padding: 8px 5px;
	margin:5px 3px;
}
.back-coral a:hover{
	color:#fff;
}
.bottomtable td {
	width: calc(100%/3);
	text-align: center;
	letter-spacing: 0px;
	border-right: solid 1px #E2E0CB;
	padding: 3px 1px;
	white-space: normal;
}
.bottomtable tr {
	border-bottom: solid 1px #E2E0CB;
}
.bottomtable td:last-child {
	border-right: 0px;
}
.bottomtable tr:last-child,
.bottomtable tr:first-child{
	border-bottom: 0px;
}
.bottomtable th {
	min-width: 40px;
	padding: 5px 1px;
	word-wrap: normal;
	white-space: normal;
	line-height: 18px;
	font-weight: 600;
}
.bottomtable ol{
	padding-left:unset;
}
.bottomtable img {
	margin: 5px auto;
	width: 95%;
}
.back-coral {
	background: #F6BBA6;
}
.back-yellow{
	background:#fff5a6;
}
.bottomtable img.ranknum {
	width: 35px;
	height: 50px;
	object-fit:contain;
}
.ranknum {
	max-width: 40px;
}
.bottomtable .moreofficial {
	white-space: normal;
	word-break: break-all;
	width: 90%;
}
.bottomtable th:empty {
	background-image: linear-gradient( to top right, transparent, transparent 50%, #E2E0CB 50%, #E2E0CB 51%, transparent 51%, transparent);
}
.bottomtable th.blank {
	border-right: solid 1px #E2E0CB;
	border-bottom: solid 1px #E2E0CB;
}

@media (max-width:480px) {
	.br-common li:before {
		display: block;
	}
}
.tablefooter {
	font-weight: bold;
	color: #fff;
	margin:0 10px;
}
.bd0055 {
	padding: 10px 0;
	text-shadow: 1px 1px 5px #e8612e;
	border-radius: 0px 0px 5px 5px;
	border: solid 1px #F6BBA6;
	text-align:center;
}
.bottomtable td a {
	border-bottom: dashed 1px #66c5a2;
}
.bottomtable td a br{
	display:none;
}
@media(max-width:480px){
	.bottomtable td a{
		font-size:14px;
	}
	.bottomtable td a br{
		display:block;
	}
	.bottomtable .btn::after{
		top:65%;
	}
}
.br-common li{
	margin:6px 0;
	line-height:1.2;
}
.br-common li a {
	color: #333;
}
.br-common li::marker{
	content:none;
}
.br-common li:before {
	font-family: "Font Awesome 6 Free";
	content: '\f521';
	font-weight: bold;
	margin: 0 3px 0 0;
}
.br-common li a:after {
	content: "先生";
	color: #333;
	font-size: 85%;
}
.br-common li:first-child:before {
	color: #fcde00;
}
.br-common li:nth-child(2):before {
	color: #999;
}
.br-common li:nth-child(3):before {
	color: #c4723e;
}
.bottomtable {
	border-radius: 5px 5px 0 0;
	border: solid 1px #F6BBA6;
}
/*bottom-table 下部ランキングここまで*/

/*引用欄*/
.inyou {
	margin: 5px;
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	color: #97947f;
}
/*コピーライト*/
@media(max-width:480px){
.copyright{
	margin-bottom:40px;
	}
}

.home-tags ul>li:before {
	display: none;
}
.home-tags {
	margin-top: auto;
}
.home-tags a {
	padding: 5px 8px;
	letter-spacing: 0.05em;
	background: #fff;
	border: solid 1px #66c5a2;
}
.home-tags a:hover {
	background: #66c5a2;
	color: #fff;
	box-shadow: 1px 1px 1px #ccc;
}
 .home-tags a:active {
	 transform: translate(2px, 2px);
}
