/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
    font-family: "YakuHanJP", "IBM Plex Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}


/* 
a {
  color: inherit !important;
}
*/
/* ===========================================================
   家具Roomヨシダ Single Post スタイル
   対象: Elementor Single Post Template (class: elementor-element-6f157f8)
   =========================================================== */


/* 本文全体 */
.elementor-element-6f157f8 .elementor-widget-theme-post-content {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

/* 本文内の段落 */
.elementor-element-6f157f8 .elementor-widget-theme-post-content p {
  margin: 16px 0 36px;
}

/* コメントボックス */
.elementor-element-6f157f8 .elementor-widget-theme-post-content .comentbox {
    position: relative;
    margin: 3em 0;
    padding: 2em 1em 1.5em;
    border: solid 2px #cccccc;
    border-radius: 5px;
    letter-spacing: 0.05em;
    background: #fbfbfb;
}

.elementor-element-6f157f8 .elementor-widget-theme-post-content  .comentbox ul {
  list-style: none; /* デフォルトの小さな点を削除 */
  margin: 0;
  padding: 0 0 0 1em; /* 左側に少し余白を残す */
}

.elementor-element-6f157f8 .elementor-widget-theme-post-content  .comentbox li {
  padding-bottom:10px;
}

/* コメントボックスタイトル */
.elementor-element-6f157f8 .elementor-widget-theme-post-content .comentbox .box-title {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 20px;
    padding: 0 9px;
    background: #fff;
    color: #1E262D;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}

/* キャプション */
.elementor-element-6f157f8 .elementor-widget-theme-post-content figcaption {
	font-size:15px;
    color: #1E262D;
    font-style: normal;
}


/* 本文内の画像 */
.elementor-element-6f157f8 .elementor-widget-theme-post-content figure {
  margin: 2em 0;
  text-align: center;
}

.elementor-element-6f157f8 .elementor-widget-theme-post-content img {

	max-width: 100%;
  height: auto;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

/* 引用や強調 */
.elementor-element-6f157f8 .elementor-widget-theme-post-content blockquote {
  border-left: 4px solid #76bc06;
  background: #f9f9f9;
  padding: 15px 20px;
  font-style: italic;
  color: #555;
  margin: 2em 0;
}

/* スマホ対応 */
@media (max-width: 768px) {

}
/* ==========================================
   投稿本文内 H2デザイン（シンプルライン）
   ========================================== */

.elementor-widget-theme-post-content h2,
.post-content h2,
.single-post .elementor-widget-theme-post-content h2 {
  font-size: 28px;
  font-weight: 700;
 line-height: 1.5em
  color: #1E262D;
  margin: 2.5em 0 40px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #1E262D; /* 下線 */
  width: auto;
}

/* ==========================================
   投稿本文内 H3デザイン（グレー背景ボックス）
   ========================================== */

.elementor-widget-theme-post-content h3,
.post-content h3,
.single-post .elementor-widget-theme-post-content h3 {
  background-color: #f2f2f2; /* 背景グレー */
  color: #1E262D; /* 指定のフォントカラー */
  font-size: 22px;
  font-weight: 700;
  padding: 12px 18px;
  margin: 2em 0 1em;
  border-radius: 4px;
  line-height: 1.5;
}
/* ===========================================================
   📱 スマホ最適化（768px以下）
   =========================================================== */
@media (max-width: 768px) {

  /* 本文全体 */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 10px; /* 横に余白を確保 */
  }

  /* 段落間隔を少し詰める */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content p {
    margin: 12px 0 24px;
  }

  /* コメントボックス */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content .comentbox {
    margin: 2em 0;
    padding: 1.5em 0.8em 1.2em;
  }

  /* コメントタイトルを小さく中央寄せ気味に */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content .comentbox .box-title {
    font-size: 16px;
    left: 12px;
    top: -8px;
  }

  /* 画像の余白を調整 */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content figure {
    margin: 1.5em 0;
  }

  /* 引用ブロック */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content blockquote {
    padding: 12px 16px;
    font-size: 15px;
  }

  /* H2 */
  .elementor-widget-theme-post-content h2,
  .post-content h2,
  .single-post .elementor-widget-theme-post-content h2 {
    font-size: 22px;
    margin: 2em 0 24px;
  }

  /* H3 */
  .elementor-widget-theme-post-content h3,
  .post-content h3,
  .single-post .elementor-widget-theme-post-content h3 {
    font-size: 18px;
    padding: 10px 14px;
    margin: 1.5em 0 1em;
  }

  /* キャプション */
  .elementor-element-6f157f8 .elementor-widget-theme-post-content figcaption {
    font-size: 13px;
  }
}



/* ===========================================================
   マップエラー非表示
   =========================================================== */
.uc-map-error-message,
.ue-google-map__error-overlay {
    display: none !important;
} 