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

/************************************
** 共通フォント
************************************/
body,
.ff-yu-gothic, 
.wp-admin-ff-yu-gothic .editor-styles-wrapper,
.wpcf7 input.wpcf7-form-control.wpcf7-text, 
.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/************************************
** 見出し
************************************/
h1, h2, h3, h4{
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
}

/************************************
** 横スクロール防止
************************************/
html,
body{
	overflow-x: hidden !important;
}

/************************************
** ヘッダー
************************************/
#header-container{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 99999 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#header,
#header-container.fixed_header-container,
#header .header-in,
#header .header-container-in,
.header-container-in{
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	position: relative !important;
}

/* ロゴ */
#header .logo-image{
	position: absolute !important;
	top: 28px !important;
	left: 30px !important;
	z-index: 100000 !important;
	width: 250px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#header .logo-image img{
	display: block !important;
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	filter: drop-shadow(0 6px 18px rgba(0,0,0,0.30));
}

/* 右上 */
.add-header-contents-in{
	position: absolute !important;
	top: 18px !important;
	right: 24px !important;
	z-index: 100001 !important;
}

.contactmenu{
	position: absolute !important;
	top: 12px !important;
	right: 100px !important;
	z-index: 100002 !important;
}

/************************************
** タイトル・パンくず非表示
************************************/
body.page .entry-title,
body.page .breadcrumb,
body.page .breadcrumbs,
body.page .article-header,
body.page .entry-header,
body.page .post-date,
body.page .date-tags{
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/************************************
** 全体余白リセット
************************************/
body.page .content,
body.page .main,
body.page .article,
body.page .article-body,
body.page .entry-content,
body.page #main,
body.page #contents,
body.page #content{
	margin: 0 !important;
	padding: 0 !important;
}

/* 先頭ブロック余白消し */
.home .entry-content > *:first-child,
.home .entry-content > p:first-child,
.home .entry-content > div:first-child,
.home .wp-block-shortcode,
.home .wp-block-shortcode p{
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* 空段落対策 */
body.page .entry-content > p:empty{
	display: none !important;
}

/************************************
** Smart Slider
** 持ち上げない
************************************/
.home .entry-content > .n2-section-smartslider:first-child,
.home .entry-content > .wp-block-shortcode:first-child .n2-section-smartslider,
.home .entry-content > div:first-child .n2-section-smartslider{
	position: relative !important;
	z-index: 1 !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

/* 内側には触らない */
.home .n2-section-smartslider .n2-ss-slider,
.home .n2-section-smartslider .n2-ss-align{
	margin: 0 !important;
	padding: 0 !important;
	top: auto !important;
	transform: none !important;
}

/************************************
** タブレット
************************************/
@media screen and (max-width: 1023px){
	.contactmenu{
		display: none !important;
	}

	.add-header-contents-in{
		top: 14px !important;
		right: 70px !important;
	}

	#header .logo-image{
		top: 14px !important;
		left: 14px !important;
		width: 180px !important;
	}
}

/************************************
** スマホ
************************************/
@media screen and (max-width: 640px){
	#header .logo-image{
		top: 10px !important;
		left: 0px !important;
		width: 180px !important;
	}

	.add-header-contents-in{
		top: 10px !important;
		right: 58px !important;
	}
}


/* =======================================
   Pink Sunset 見出しデザイン統一
======================================= */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: inherit;
  line-height: 1.5;
  color: #514448;
  margin-top: 2.2em;
  margin-bottom: 0.9em;
  font-weight: 600;
}

.entry-content h1 {
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
  position: relative;
}

.entry-content h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #f3adc0, #ee8fb1);
}

.entry-content h2 {
  font-size: 1.65rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding-bottom: 0.55em;
  margin-top: 2.6em;
}

.entry-content h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f7c2d1, #e996b2);
}

.entry-content h3 {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  padding-left: 0.85em;
  border-left: 3px solid #e9a4bb;
  margin-top: 2.1em;
}

.entry-content h4 {
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  color: #6a5b60;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #f1d4de;
  display: inline-block;
}

.entry-content h5 {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #8a7b80;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .entry-content h1 {
    font-size: 1.55rem;
    letter-spacing: 0.08em;
  }

  .entry-content h2 {
    font-size: 1.35rem;
    letter-spacing: 0.08em;
  }

  .entry-content h3 {
    font-size: 1.15rem;
  }

  .entry-content h4 {
    font-size: 1rem;
  }

  .entry-content h5 {
    font-size: 0.9rem;
  }
}

/* =========================
   Pink Sunset CF7専用
========================= */
.page-id-97 {
  background: linear-gradient(180deg, #fff8fb 0%, #fffdfd 100%);
}

.page-id-97 .entry-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 16px 60px;
}

.page-id-97 .entry-title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #514448;
  margin-bottom: 10px;
}

.page-id-97 .contact-lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #7a6b70;
  margin-bottom: 28px;
}

.page-id-97 .wpcf7 {
  max-width: 760px;
  margin: 0 auto;
}

.page-id-97 .wpcf7 form {
  padding: 34px 28px;
  background: rgba(255,255,255,0.94);
  border-radius: 24px;
  border: 1px solid #f1c6d4;
  box-shadow: 0 14px 34px rgba(128, 92, 105, 0.10);
}

.page-id-97 .wpcf7 label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  color: #5d4d53;
}

.page-id-97 .required {
  color: #d96b8c;
  margin-left: 6px;
}

.page-id-97 .wpcf7 input[type="text"],
.page-id-97 .wpcf7 input[type="email"],
.page-id-97 .wpcf7 input[type="tel"],
.page-id-97 .wpcf7 input[type="url"],
.page-id-97 .wpcf7 textarea,
.page-id-97 .wpcf7 select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #efcbd7;
  padding: 14px 16px;
  font-size: 16px;
  margin-bottom: 18px;
  transition: 0.2s;
}

.page-id-97 .wpcf7 input:focus,
.page-id-97 .wpcf7 textarea:focus,
.page-id-97 .wpcf7 select:focus {
  border-color: #e69ab3;
  box-shadow: 0 0 0 4px rgba(230,154,179,0.17);
  outline: none;
}

.page-id-97 .wpcf7 textarea {
  min-height: 180px;
}

.page-id-97 .wpcf7-submit {
  width: 100%;
  border-radius: 999px;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border: none;
  background: linear-gradient(135deg, #f3adc0, #ee8fb1, #f6bfd0);
  box-shadow: 0 12px 24px rgba(238,143,177,0.28);
  cursor: pointer;
  transition: 0.2s;
}

.page-id-97 .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(238,143,177,0.34);
}

.page-id-97 .wpcf7-not-valid-tip {
  color: #d96b8c;
  font-size: 13px;
}

.page-id-97 .wpcf7-response-output {
  border-radius: 14px;
  padding: 14px;
  background: #fff8fb;
  border: 1px solid #efcbd7;
}

@media (max-width: 767px){
  .page-id-97 .wpcf7 form {
    padding: 22px 16px;
  }

  .page-id-97 .entry-title {
    font-size: 24px;
  }
}

.page-id-97 .contact-note {
  max-width: 720px;
  margin: 24px auto 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #7a6b70;
  text-align: center;
}

.page-id-97 .contact-note-small {
  max-width: 720px;
  margin: 6px auto 24px;
  font-size: 12px;
  color: #a89aa0;
  text-align: center;
}

.page-id-97 .privacy-box {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 22px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #f0d5de;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.page-id-97 .privacy-box h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #5d4d53;
  letter-spacing: 0.05em;
}

.page-id-97 .privacy-box p {
  font-size: 13px;
  line-height: 1.8;
  color: #7a6b70;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-id-97 .privacy-box {
    padding: 18px 14px;
  }

  .page-id-97 .privacy-box p {
    font-size: 12px;
  }
}

.page-id-97 .privacy-title {
  text-align: center;
  margin-bottom: 18px;
}

.page-id-97 .privacy-title .en {
  display: block;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #d08aa2;
  margin-bottom: 6px;
}

.page-id-97 .privacy-title .jp {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #5d4d53;
}

.page-id-97 .contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-id-97 .contact-en {
  font-size: 12px;
  letter-spacing: 0.35em;
  color: #d08aa2;
  margin-bottom: 6px;
}

.page-id-97 .contact-description {
  font-size: 15px;
  line-height: 1.9;
  color: #7a6b70;
  margin-bottom: 26px;
}

.page-id-97 .contact-box {
  max-width: 680px;
  margin: 0 auto 26px;
  padding: 18px 18px;
  border-radius: 14px;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
}

.page-id-97 .contact-box p {
  font-size: 14px;
  line-height: 1.85;
  color: #6f6065;
  margin-bottom: 12px;
}

.page-id-97 .contact-note-top {
  font-size: 13px;
  line-height: 1.8;
  color: #8a7b80;
  margin-top: 10px;
}

.page-id-97 .privacy-box {
  max-width: 760px;
  margin: 40px auto 0;
  padding: 22px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #f0d5de;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.page-id-97 .privacy-title {
  text-align: center;
  margin-bottom: 18px;
}

.page-id-97 .privacy-title .en {
  display: block;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #d08aa2;
  margin-bottom: 6px;
}

.page-id-97 .privacy-title .jp {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #5d4d53;
  font-weight: 600;
}

.page-id-97 .privacy-box p {
  font-size: 13px;
  line-height: 1.85;
  color: #7a6b70;
  margin-bottom: 10px;
}

@media (max-width: 767px){
  .page-id-97 .contact-description {
    font-size: 14px;
  }

  .page-id-97 .contact-box {
    padding: 0;
  }

  .page-id-97 .privacy-box {
    padding: 18px 14px;
  }

  .page-id-97 .privacy-box p {
    font-size: 12px;
  }
}
/************************************
** Smart Slider 画像表示調整
************************************/

/* スライダー全体 */
.home .n2-section-smartslider,
body.page .n2-section-smartslider{
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* スライダーの各スライド領域 */
.home .n2-section-smartslider .n2-ss-slide,
body.page .n2-section-smartslider .n2-ss-slide{
	overflow: hidden !important;
}

/* 画像を全面表示しつつ、必要に応じてクロップ */
.home .n2-section-smartslider img,
body.page .n2-section-smartslider img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
}

/* ===== PC ===== */
@media screen and (min-width: 768px){
	.home .n2-section-smartslider,
	body.page .n2-section-smartslider{
		height: 80vh !important;
		min-height: 560px !important;
		max-height: 900px !important;
	}

	.home .n2-section-smartslider .n2-ss-slide,
	body.page .n2-section-smartslider .n2-ss-slide,
	.home .n2-section-smartslider .n2-ss-slider,
	body.page .n2-section-smartslider .n2-ss-slider,
	.home .n2-section-smartslider .n2-ss-align,
	body.page .n2-section-smartslider .n2-ss-align{
		height: 80vh !important;
		min-height: 560px !important;
		max-height: 900px !important;
	}
}

/* ===== スマホ ===== */
@media screen and (max-width: 767px){
	.home .n2-section-smartslider,
	body.page .n2-section-smartslider{
		height: 78vh !important;
		min-height: 520px !important;
	}

	.home .n2-section-smartslider .n2-ss-slide,
	body.page .n2-section-smartslider .n2-ss-slide,
	.home .n2-section-smartslider .n2-ss-slider,
	body.page .n2-section-smartslider .n2-ss-slider,
	.home .n2-section-smartslider .n2-ss-align,
	body.page .n2-section-smartslider .n2-ss-align{
		height: 78vh !important;
		min-height: 520px !important;
	}
}

/* ========================================
   Pink Sunset NEWSページ
======================================== */

/* 全体 */
.ps-news-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/* ヘッダー */
.ps-news-header {
  text-align: center;
  margin-bottom: 50px;
}

.ps-news-en {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #d9a3b3;
  font-weight: 500;
}

.ps-news-jp {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #4b4044;
  line-height: 1.4;
}

.ps-news-lead {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  color: #7a6b70;
}

/* 一覧全体 */
.ps-news-list-wrap ul,
.ps-news-list-wrap .lcp_catlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各記事 */
.ps-news-list-wrap li {
  list-style: none;
  border-bottom: 1px solid #f1e7eb;
  padding: 24px 0;
  margin: 0;
}

/* 日付 */
.ps-news-list-wrap .lcp_date {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #b08a96;
}

/* タイトル */
.ps-news-list-wrap li a {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.7;
  color: #4b4044;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.ps-news-list-wrap li a:hover {
  opacity: 0.7;
}

/* 抜粋 */
.ps-news-list-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #7b7175;
}

/* 一覧上部の余計なマークが出る場合の保険 */
.ps-news-list-wrap li::marker {
  content: "";
}

/* スマホ */
@media screen and (max-width: 767px) {
  .ps-news-page {
    padding: 30px 16px 60px;
  }

  .ps-news-header {
    margin-bottom: 35px;
  }

  .ps-news-en {
    font-size: 11px;
    letter-spacing: 0.32em;
  }

  .ps-news-jp {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .ps-news-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .ps-news-list-wrap li {
    padding: 18px 0;
  }

  .ps-news-list-wrap li a {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .ps-news-list-wrap p {
    font-size: 13px;
    line-height: 1.9;
  }
}

.ps-news {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.ps-news h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  color: #444;
}

.ps-news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ps-news li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.ps-news .catlist-date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}

.ps-news a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.ps-news a:hover {
  opacity: 0.6;
}

.news-more {
  margin-top: 20px;
  text-align: right;
}

.news-more a {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #d08aa2;
}

/* =========================
   Pink Sunset News
========================= */

.ps-news-section {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 20px;
}

.ps-news-header {
  text-align: center;
  margin-bottom: 36px;
}

.ps-news-subtitle {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #d7a3b6;
  text-transform: uppercase;
}

.ps-news-title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #514448;
  line-height: 1.4;
}

.ps-news-list {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(215,163,182,0.28);
  border-radius: 22px;
  backdrop-filter: blur(6px);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.ps-news-item {
  border-bottom: 1px solid rgba(215,163,182,0.18);
}

.ps-news-item:last-child {
  border-bottom: none;
}

.ps-news-link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.ps-news-link:hover {
  background: rgba(255, 244, 248, 0.88);
  text-decoration: none;
}

.ps-news-date {
  flex: 0 0 110px;
  font-size: 13px;
  color: #b78799;
  letter-spacing: 0.08em;
}

.ps-news-item-title {
  flex: 1;
  font-size: 16px;
  color: #514448;
  line-height: 1.8;
}

.ps-news-more-wrap {
  text-align: center;
  margin-top: 28px;
}

.ps-news-more {
  display: inline-block;
  min-width: 180px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6c7d6 0%, #efb6ca 100%);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 10px 22px rgba(239,182,202,0.28);
}

.ps-news-more:hover {
  color: #fff;
  opacity: 0.92;
  transform: translateY(-2px);
  text-decoration: none;
}

.ps-news-empty {
  text-align: center;
  font-size: 15px;
  color: #7a6b70;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ps-news-section {
    padding: 52px 16px;
  }

  .ps-news-title {
    font-size: 26px;
  }

  .ps-news-link {
    display: block;
    padding: 18px 18px;
  }

  .ps-news-date {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .ps-news-item-title {
    display: block;
    font-size: 15px;
    line-height: 1.7;
  }

  .ps-news-more {
    min-width: 160px;
    padding: 13px 22px;
    font-size: 12px;
  }
}
/* ========================================
   Pink Sunset 見出しデザイン 微調整
======================================== */

/* 共通見出し */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  background: none !important;
}

/* H1 */
.entry-content h1 {
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 0.8em;
  margin-bottom: 1.1em;
  color: #514448;
  font-weight: 500;
  line-height: 1.5;
}

.entry-content h1::before {
  display: none !important;
  content: none !important;
}

.entry-content h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #f3adc0, #ee8fb1);
}

/* H2 */
.entry-content h2 {
  font-size: 1.65rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding: 0 0 0.55em !important;
  margin-top: 2.6em;
  margin-bottom: 1em;
  color: #514448;
  font-weight: 500;
  line-height: 1.5;
  border: none !important;
}

.entry-content h2::before {
  display: none !important;
  content: none !important;
}

.entry-content h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f7c2d1, #e996b2);
}

/* H3 */
.entry-content h3 {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  padding-left: 0.85em;
  border-left: 3px solid #e9a4bb;
  border-bottom: none !important;
  margin-top: 2.1em;
  margin-bottom: 0.9em;
  color: #514448;
  font-weight: 600;
  line-height: 1.6;
}

.entry-content h3::before,
.entry-content h3::after {
  display: none !important;
  content: none !important;
}

/* H4 */
.entry-content h4 {
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  color: #6a5b60;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #f1d4de !important;
  display: inline-block;
  margin-bottom: 0.8em;
  font-weight: 600;
  line-height: 1.6;
}

.entry-content h4::before,
.entry-content h4::after {
  display: none !important;
  content: none !important;
}

/* H5 */
.entry-content h5 {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #8a7b80;
  font-weight: 600;
  line-height: 1.6;
}

.entry-content h5::before,
.entry-content h5::after {
  display: none !important;
  content: none !important;
}

/* ========================================
   NEWS見出しだけは完全に専用化
======================================== */
.ps-news-section .ps-news-header {
  text-align: center;
  margin-bottom: 36px;
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.ps-news-section h2,
.ps-news-section .ps-news-title {
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #514448;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.ps-news-section h2::before,
.ps-news-section h2::after,
.ps-news-section .ps-news-title::before,
.ps-news-section .ps-news-title::after {
  display: none !important;
  content: none !important;
}

.ps-news-subtitle {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #d7a3b6;
  text-transform: uppercase;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .entry-content h1 {
    font-size: 1.55rem;
    letter-spacing: 0.08em;
  }

  .entry-content h2 {
    font-size: 1.35rem;
    letter-spacing: 0.08em;
  }

  .entry-content h3 {
    font-size: 1.15rem;
  }

  .entry-content h4 {
    font-size: 1rem;
  }

  .entry-content h5 {
    font-size: 0.9rem;
  }

  .ps-news-section .ps-news-title,
  .ps-news-section h2 {
    font-size: 26px;
  }
}

/* =========================
   モバイルメニューボタン表示
========================= */

/* ハンバーガー表示強制 */
.mobile-menu-button,
.menu-toggle,
#navi-toggle {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 100002 !important;
}

/* 位置調整（ロゴの右） */
.mobile-menu-button,
.menu-toggle {
  position: absolute !important;
  top: 18px !important;
  right: 20px !important;
}

/* スマホ */
@media screen and (max-width: 767px){
  .mobile-menu-button,
  .menu-toggle {
    top: 10px !important;
    right: 12px !important;
  }
}

/* アイコンサイズ */
.menu-toggle .fa,
.menu-toggle .hamburger {
  font-size: 22px !important;
}
.menu-toggle {
  color: #fff !important;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}