/*
 Theme Name: original_child
 Template: original
 Version:4.1.4
 */
/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
:root {
   --color-main: #2196F3;   /* ビビッドな青 */
  --color-sub: #B3E5FC;    /* 明るめの水色 */
  --color-accent: #FFB300; /* はっきりした黄色（ややオレンジ寄り） */
  --color-text: #000000;   /* テキスト色 */
  --color-bg: #FFFFFF;     /* 背景色（白） */
}

.base_color{
  color: #2d2d2d;

}
.sub_color{
  color: #f8f8f8;
}
.sub_color2{
  color: #e5e5e5;
}
.ac_color{
color:#4caf50

}
.l-inner{
  width: 88.8%;
  max-width:1450px;
  margin: 0 auto;
  display: block;
}
.rich_font_type2{
  position: relative;
  display: inline-block;

  /* もし背景画像やグラデーションにしたい場合は以下を参考に */
  /* background: linear-gradient(135deg, #f06, #4a90e2); */
}
section{
  margin-top: 4rem;

}
.rich_font_type1::before,
.rich_font_type1::after,
.rich_font_type2::before,
.rich_font_type2::after{
  content: "";
  position: absolute;
  
  width: 40px;
  height: 2px;
  background: #f06;
  transform: translateY(-50%);
}
.rich_font_type1::before,
.rich_font_type2::before{
  left: -50px;   /* テキスト左側からの距離 */
}
.rich_font_type1::after,
.rich_font_type2::after{
  right: -50px;   /* テキスト左側からの距離 */
}
.rich_font_type1::after,
.rich_font_type2::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -200%;         /* 日本語見出しからの距離 */
  width: 100%;
  font-size: 6rem;
  color: rgba(168, 0, 0, 0.8);
  text-align: center;
  background: none;       /* 背景は不要なら消す */
  height: auto;
  line-height: 1;  
  z-index: -10;          /* 親文字(.rich_font_type2)の背面 */
}
@media screen and (max-width: 650px){

    .rich_font_type1::after,
.rich_font_type2::after{
 font-size: 40px !important; 
}
}
.post_content h2 {
  font-size: 60px !important;
}
@media screen and (max-width: 650px){
  .post_content h2 {
    font-size: 24px !important;
  }
}

.mt60{
  margin-top: 60px;
}
#\#top_image > div > h2::after {
  content: "A new style of living where freedom and comfort coexist";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: rgba(168, 0, 0, 0.8);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
}
#top_kiji > div > h2::after{
  content: "New Topics";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: rgba(168, 0, 0, 0.8);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;

}
#cb_content_6 > div > h2::after{
  content: "Plan";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: rgba(168, 0, 0, 0.8);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
}
#top_slick > div > h2::after{
  content: "gallery";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: rgba(168, 0, 0, 0.8);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
}
#top_faq > div > h2::after{
  content: "FAQ";
  display: block;
  text-align: center;
  font-size: 1rem;
  color: rgba(168, 0, 0, 0.8);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
}
.animate-item {
  opacity: 0;
  transform: translateY(20px);
}
.slider {
  max-width: 100%;
  overflow: hidden;
}

/* スライダー画像の16:9トリミング設定 */
#slider {
  width: 100%;
  position: relative;
  overflow: visible;
}

#slider .slick-track {
  overflow: visible !important;
}

#slider .slick-slide {
  overflow: visible !important;
}

#slider div {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
  position: relative;
  overflow: hidden;
}

#slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
/* サイドバー */

/* Sidebar Design */
#secondary.widget-area {
    background-color: #f9f9f9;
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 40px;
}

#secondary .widget {
    margin-bottom: 30px;
}

#secondary .widget-title {
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 4px solid var(--color-main);
    padding-left: 10px;
    margin-bottom: 15px;
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    padding-left: 0;
}

#secondary .widget ul li {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

#secondary .widget ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

#secondary .widget ul li a:hover {
    color: var(--color-main);
}
/* Sidebar Design */
#secondary.widget-area {
    background-color: #f9f9f9;
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 40px;
}
#secondary .widget ul {
    list-style: none;
    padding-left: 0;
}

#secondary .widget ul li {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

#secondary .widget ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

#secondary .widget ul li a:hover {
    color: var(--color-main);
}
#secondary .widget-title {
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 4px solid var(--color-main);
    padding-left: 10px;
    margin-bottom: 15px;
    color: #333;
}