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

@import url('https://fonts.googleapis.com/css2?family=Miss+Fajardose&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Miss+Fajardose&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Miss+Fajardose&display=swap');



/************************************
** 子テーマ用のスタイルを書く
************************************/

/*** タイトルのフォントを Miss Fajardose に ***/
.home .site-name-text {
  font-family: "Miss Fajardose", cursive !important;
  font-weight: 400;
  font-style: normal;
  font-size: 150px !important;
  letter-spacing: -0.01em !important;
}



/*** サイト名「Arcturus」を表示しない ***/
.site-name-text {
	display: none;
}



.widget-sidebar .link {
  text-decoration: none !important;
}




h1 {
  font-size: 3em !important;
}
h2 {
	border-left-color: #5F9EA0 !important;
}



/*** ヘッダー画像をトップページに限定 ***/
.page:not(.home) .header, .archive .header, .single .header, .page-id-1973 .header {
	display: none !important;
}



/*** グローバルメニュー ***/
.sub-menu li:hover {
	background-color: #E6E6FA;
	/* border-bottom: solid 5px #fff; */
}



/*** 検索フィールド＆ボタン ***/
.wp-block-search__label {
	display: none;
}
.wp-block-search__button {
	background-color: #F1EAF7;
	color: #306;
	border-radius: 7px;
}
.wp-block-search__input, .wp-block-search__input, .search-edit {
	border-radius: 7px;
}
.wp-block-search__input:focus,  .wp-block-search__input:focus, .search-edit:focus {
    outline: #fcf 2px solid;
}



/*** ウィジェットのロゴ画像 ***/
.sidebar #media_image-2 {
	display: flex;
	margin: 0 20px !important;
}



/*** ウィジェット index ボタン ***/
.widgets-index .btn {
  display: block;
  text-align:center;
  margin: 0 auto;
  background-color: #fffffd;
  text-decoration: none !important;
  color: #555;
  padding: 7px 15px;
  border: 1px solid #d8c0d0;
  border-radius: 7px;
  transition: all 0.5s;
  margin-bottom: 0.75em;
  width: 220px;
  height: 2.5em;
}
.widgets-index .btn:hover {
  background-color: #fcecef;
  color: #333;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}



/*** カテゴリーラベルを非表示 ***/
.cat-label {
	display: none;
}



/*** Home ***/
.sp-testimonial-free-wrapper {
	
}



/*** 「講座のご案内」ページ ***/
.level1, .level2, .level3, .level4 {
	transition: background-color 1.5s ease;
	background-color: #fff;
}
.level1:hover, .level2:hover, .level3:hover, .level4:hover {
	background-color: #F0F8FF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	.wp-block-heading { color:  #4169E1; }
}



/*** 「サロンのご案内」ページ ***/
.salon-menu-1, .salon-menu-2, .salon-menu-3, .salon-menu-4 {
	/* background-color: #fff; */
	color: #fff;
	img { opacity: 1; }
	transition: background-color 3s ease, color 3s ease, opacity 3s ease;
}
.salon-menu-1:hover, .salon-menu-2:hover, .salon-menu-3:hover, .salon-menu-4:hover {
	background-color: #F0E1EE;
	color: #606 !important;
	cursor: pointer;
	img { opacity: 0.25; }
}



/*** 「お問い合わせ」ページ ***/
.req-symbol {
	color: red;
}
.req-msg {
	font-size: 0.85em;	
}
.accordion_bar {
	background-color: #eee8aa;
}
.wpcf7 input[type="submit"] {
	color: #000;
	background-color: #F1EAF7;
}
.wpcf7 input[type="submit"]:hover {
	color: #fff;
	background-color: #000080;
}


/*** 「FAQ」ページ ***/
.faq_btn {
	width: 200px;
	padding: 5px;
	/* place-content: center !important; */ 
	text-align: center;
	font-size: 0.95em;
}
.faq_btn_line {
	color: #fff;
	background-color: #4caf50;
}
.faq_btn_salon, .faq_btn_course {
	color: #000;
	background-color: #fff;
	border: solid 2px #000;
}



/*** 「ブログ」と「お知らせ」ページのテンプレート ***/
/* アーカイブ記事のFlexレイアウト */
.custom-archive-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.post-flex {
    display: flex;
    gap: 25px;           /* サムネイルと右側の間隔 */
    align-items: flex-start;
}
.post-thumbnail {
    flex: 0 0 180px;     /* サムネイルの横幅（好みで調整） */
    max-width: 180px;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.post-content {
    flex: 1;
}
.entry-title {
    margin: 0 0 8px 0;
    font-size: 1.4rem;
    line-height: 1.4;
}
.entry-meta {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 12px;
}
.post-excerpt {
    margin-top: 15px;
    clear: both;         /* 念のため */
}
/* レスポンシブ対応（スマホでは縦並び） */
@media (max-width: 768px) {
    .post-flex {
        flex-direction: column;
    }
    .post-thumbnail {
        flex: 0 0 auto;
        max-width: 100%;
    }
}
.page-id-691 hr, .page-id-2577 hr, .page-id-2521 hr {
    border-top: 2px dotted blue;
    border-right: none;
    border-bottom: none;
    border-left: none;
	width: 50%;
	text-align: center;
	margin: 0.75em auto !important;
}
/*** 投稿本文ではアイキャッチ画像を表示しない ***/
.single .eye-catch-wrap {
	display: none;
}
/*** note へのリンクボタン ***/
.note_link {
	margin: 40px auto !important;
    clear: both !important;
	width: 200px;
}
.note_link .note_button {
	width: 200px;
	border: dotted 3px #0080FF;
	padding: 5px 10px;
	text-align: center !important;

}



/* ========================
   ページネーション
   ======================== */
.pagination-wrapper {
    margin: 10px 0 20px !important;
    text-align: center !important;
    clear: both !important;
}
.pagination-wrapper ul.page-numbers {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: fit-content !important;
    max-width: 100% !important;
}
.pagination-wrapper ul.page-numbers li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* 数字ボタン */
.pagination-wrapper .page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px;
    height: 42px;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    color: #555 !important;
    font-size: 1rem !important;
    background-color: #e0ffff  !important;
    transition: all 0.2s;
}
/* カレント（現在のページ） */
.pagination-wrapper .page-numbers.current {
    background-color: #00ced1 !important;
    color: #fff !important;
    border-color: #6EC1E5 !important;
    font-weight: bold !important;
}
/* 次へ・前へ */
.pagination-wrapper .next.page-numbers,
.pagination-wrapper .prev.page-numbers {
    width: auto !important;
    padding: 0 18px !important;
    border-radius: 30px !important;
}
.pagination-wrapper .page-numbers:hover:not(.current) {
    background-color: #f0f8ff !important;
    border-color: #6EC1E5 !important;
}
.pagination-next-link {
	display: none;
}



/*** 再利用ブロック ***/
.blog_link {
	display: flex;
	margin: 20px auto;
	width: 360px;
	height: 80px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
	.blog_link {
		display: flex;
		margin: 20px auto;
		width: 320px;
		height: 71px;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	}
}
/*** 著者情報 ***/
.author_info h6 {
	margin-bottom: 0;
}
.author_info {
	max-width: 280px;
	margin: 20px 0 0 10px;
 	padding: 15px 20px;
	background: #ffffff;
 	border: 2px solid #999;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
/*** レイキスクール＆サロン ***/
.reikischool_and_salon {
	font-family: "Old Standard TT", serif;
	font-weight: 400;
	font-style: normal;
	/* letter-spacing: -0.01em !important; */
	margin: 20px auto;
	color: #777 !important;
}
/*** Arcturus ***/
.shop-name-text {
	font-family: "Miss Fajardose" !important;
	font-size: 5em !important;
	font-weight: 400 !important;
	font-style: normal !important;
	letter-spacing: -0.01em !important;
	color: #da70d6 !important;
	line-height: 0.35;
}

/*** Cocoonテンプレート ***/
.blog_links {
	margin: 10px auto;
	width: 360px;
	height: 80px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}




/* SILKスキンのH2の数字を消す */
.skin-silk h2, .article h2, .sidebar h2 {
  counter-reset: none; /* カウンターをリセット */
  padding-left: 10px;  /* 必要に応じて余白を調整 */
}
.skin-silk h2::before, .article h2::before, .sidebar h2::before {
  content: none; /* 数字やアイコンを非表示 */
}



/*** SNSアイコン設置ショートコードのCSS ***/
.sns-icons {
    display: flex !important; /* テーマのスタイルをオーバーライド */
    gap: 15px; /* アイコン間の間隔 */
    flex-wrap: wrap; /* レスポンシブ対応 */
}
/* 配置 */
.sns-align-left {
    justify-content: flex-start !important;
}
.sns-align-center {
    justify-content: center !important;
}
.sns-align-right {
    justify-content: flex-end !important;
}
/* アイコンサイズ */
.sns-size-32 {
    width: 32px !important;
    height: 32px !important;
}
.sns-size-40 {
    width: 40px !important;
    height: 40px !important;
}
.sns-size-48 {
    width: 48px !important;
    height: 48px !important;
}
/* アイコン画像のスタイル */
.sns-icon {
    object-fit: contain;
    transition: opacity 0.3s ease;
    max-width: none !important; /* テーマのmax-width:100%を無効化 */
}
.sns-icon:hover {
    opacity: 0.8;
}
/* レスポンシブデザイン */
@media (max-width: 600px) {
    .sns-icons {
        gap: 10px;
    }
    .sns-size-48 {
        width: 40px !important;
        height: 40px !important;
    }
    .sns-size-40 {
        width: 32px !important;
        height: 32px !important;
    }
    .sns-size-32 {
        width: 28px !important;
        height: 28px !important;
    }
}



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

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

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