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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/** フォント設定 **/
.ff-yu-gothic {
	font-family: "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#header-container-in {
padding-top:20px;
padding-bottom:20px;
	gap: 20px;

}

.article h2 {
background-color:#fff;
font-size:clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
text-align:center;
line-height: 1.5;
}


/* header */

.item-label:hover {
transition: .3s ease-in-out;
}
.item-label:hover {
color: #f0831e;
}



.metaslider .flexslider .flex-control-nav a {
width:8px;
height:8px
}

/* カテゴリ、タグアイコン非表示 */

.fa-folder-open::before {
display: none;
}

.fa-tags::before {
display: none;
}

.pagination .current {
	background-color: #d9d0ca ;
}

/* rabel */
.cat-label {
background-color:#a5968c;
}

#archive-title{
text-transform: uppercase;
font-size:24px;
font-weight:500;
letter-spacing: 0.1em;
margin-bottom:32px;
border-top: 1px  solid #d9d0ca;
border-bottom: 1px solid #d9d0ca;
padding: 8px 0;	
}

/*  記事　SNSボタン*/
.sns-buttons {

}

.bc-brand-color-white a {
    border: none;
    color: #fff;
    font-weight: 500;
	background-color: #4f2e19;
}

/* パンくずリスト */
.breadcrumb-home a,
.breadcrumb-home .fa-home,
.breadcrumb-item a {
	color: var(--cocoon-text-color);
}

.fa-fw:before {
color:var(--cocoon-text-color);
}

/* 区切り「＞」　*/
.breadcrumb .sp {
    margin: 0 10px;
	color: var(--cocoon-text-color);	
}

.related-entry-heading {
	text-transform: uppercase;
font-size:20px;
font-weight:500;
letter-spacing: 0.1em;
margin-bottom:32px;
border-top: 1px  solid #d9d0ca;
border-bottom: 1px solid #d9d0ca;
padding: 5px 0;	
}



/* footer */
.footer {
padding:24px;
}
.footer-title {
  font-weight: 500;
}

.list-item-caption {
font-size: 16px;
}

.snsicon-flex {
display:flex;
	gap:24px;
}
.widget_categories ul li a {
	padding :0;
}
.footer-left {
	width: 20%;
}
.footer-center {
	width: 25%;
}
.footer-right {
	width: 55%;
	display: flex;
}
.footer-right aside {
	width: 33.3333%;
}
.footer-right aside div {
	width: max-content;
}
.footer-right ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}
.footer-right ul li a {
	text-decoration: none;
   font-size: 14px;
}
/* footer mobile */
.footer-mobile .widget_categories ul {
	padding-left: 10px;
}
.footer-list-ul {
	list-style: none;
	padding-left: 10px;
}
.footer-list-a {
	text-decoration: none;
   font-size: small;
}
.footer-mobile aside:after {
   content: "";
   display: block;
   border-bottom: 1px solid;
	margin-top: 10px;
}

/* モバイルメニューのカラー */
.menu-caption,
.mobile-footer-menu-buttons,
.fa-home,
.fa-arrow-up
{
    color: #4f2e19;
}

.fa-chevron-circle-up:before,{
    color: #fff;
}

/* SNSシェアボタン */
.sns-share-buttons a .button-caption {
	display: none;
}
/* モバイルスライドインメニュー */
#navi-menu-content {
	background-color: antiquewhite;
}
#navi-menu-content .menu-close-button {
	text-align: left;
	font-size: 1.5em;
   margin-left: 20px;
   margin-bottom: 20px;
   margin-top: 20px;
}
#navi-menu-content .mobile-home-icon a i {
	padding-right: 5px;
	margin-left: -6px;
}
#navi-menu-content .mobile-home-icon::after,
#navi-menu-content .mobile-menu-shop::after,
#navi-menu-content .mobile-menu-category-lifestyle::after {
   border-bottom: solid 1px black;
   content: "";
   display: block;
   margin-top: 10px;
	margin-bottom: 10px;
}
#navi-menu-content .mobile-menu-journal::before {
	content: "MENU";
   font-weight: bold;
   font-size: 1.2em;
   color: #4f2e19;
   margin-bottom: 1em;
}
#navi-menu-content .mobile-menu-category-product::before {
	content: "CATEGORY";
   font-weight: bold;
   font-size: 1.2em;
   color: #4f2e19;
   margin-bottom: 1em;
}
#navi-menu-content ul.menu-drawer::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 100%;
    height: 100%;
    background-image: url("https://journal.beautylab.co.jp/wp-content/uploads/2024/05/beauty_lab_logo.png");
    background-position: left;
    opacity: 0.5;
    max-height: 100px;
    background-size: 120px;
    background-repeat: no-repeat;
    bottom: 0;
}

/** ウィジェット　カテゴリのhoverキャンセル **/
.widget_categories ul li a {
	display: inline;
}
.widget_categories ul li a:hover {
	background: none;
}
.widget_categories .list-item-caption {
	font-size: 14px;
}
.menu-drawer a:hover {
	background: none;
}

/** youtube **/
.video-container {
  margin: 0 auto;
  max-width: 1024px;
}


/** 記事画像のホバー時拡大 **/
.a-wrap:hover {
	background: none;
}
.a-wrap:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out !important;
}
.a-wrap figure {
	overflow: hidden;
}
.card-thumb img {
	display: block;
}

/** 404ページのスタイル **/
.widget-404-page-title {
	text-align: center;
   font-size: 24px;
   font-weight: 500;
   letter-spacing: 0.1em;
   margin-bottom: 32px;
   border-top: 1px solid #d9d0ca;
   border-bottom: 1px solid #d9d0ca;
   padding: 8px 0;
}
.new-entry-cards {
	display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.widget-entry-cards.card-large-image .a-wrap {
    max-width: 340px;
    padding: 32px 10px 40px;
}

/** 記事のスタイル **/
.article h1{
   border-bottom: 1px solid #d9d0ca;
	border-top: 1px solid #d9d0ca;
   padding: 10px 0;
}

.custom-html-widget .related-entry-heading {
	margin-top: 70px;
   text-align: center;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.1em;
   margin-bottom: 32px;
   border-top: 1px solid #d9d0ca;
   border-bottom: 1px solid #d9d0ca;
   padding: 8px 0;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.front-page-type-index .entry-card-content {
    margin: 0;
    height: 200px;
}
.front-page-type-index .entry-card-snippet {
  display: inherit;
}
.front-page-type-index .entry-card-wrap::after {
   border-bottom: 1px solid #d9d0ca;
   padding-bottom: 10px;
}

}

