@charset "utf-8";
/* 地域 */
#headWrap .ttl_h1  {
    margin-bottom: 10px;
    font-size: 12px;
}
.area_house_title .area_house_title_h2.ttl_h2 {
    margin: 0 !important;
    padding: 12px 10px 7px 66px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,.4)
}
.area_house_title .area_house_title_h2.ttl_h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 8px;
    width: 35px;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto
}
.area_house_title.area_house_icon .area_house_title_h2.ttl_h2:before {
    background: url(//www.yuzu-tosou.com/wp-content/themes/kobayashi130316/images/area/area_house_icon.png) 0 0 no-repeat;
    background-size: 100%
}

@media (max-width: 767px) {
	#headWrap .ttl_h1 {
		margin-left: 10px;
	}
	.area_house_title .area_house_title_h2.ttl_h2 {
        margin: 0 !important;
        padding: 20px 20px 20px 70px;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0,0,0,.4)
    }
    .rekka_check_r figure img {
        width: 80px;
    }
}

/* ====== ytz- 名前空間のQ&Aアコーディオン（CSSのみ）====== */
.ytz-faq {
    --ytz-radius: 12px;
    --ytz-bd: 1px solid #e5e7eb;
    --ytz-bg: #fff;
    --ytz-q-pad: 14px 44px 14px 16px;
    --ytz-a-pad: 0 16px 16px 16px;
    --ytz-shadow: 0 4px 12px rgba(0,0,0,.05);
    margin: 0 auto;
  }
  .ytz-faq h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
  }
  .ytz-faq > p {
    text-align: center;
    margin-bottom: 30px;
  }
  .ytz-faq .ytz-qa {
    background: var(--ytz-bg);
    border: var(--ytz-bd);
    border-radius: var(--ytz-radius);
    box-shadow: var(--ytz-shadow);
    overflow: clip;
    margin: 12px 0;
  }
  .ytz-faq .ytz-q {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: var(--ytz-q-pad);
    line-height: 1.5;
    user-select: none;
  }
  .ytz-faq .ytz-q::-webkit-details-marker { display: none; }
  .ytz-faq .ytz-q::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    translate: 0 -50%;
    font-weight: 700;
    font-size: 20px;
    transition: transform .25s ease, opacity .25s ease;
    opacity: .7;
  }
  .ytz-faq .ytz-qa[open] .ytz-q::after {
    content: "−";
    opacity: 1;
  }
  .ytz-faq .ytz-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
  }
  .ytz-faq .ytz-qa[open] .ytz-a { grid-template-rows: 1fr; }
  .ytz-faq .ytz-a > div {
    overflow: hidden;
    padding: var(--ytz-a-pad);
    padding-top: 20px;
  }
  .ytz-faq .ytz-q:hover { background: #fafafa; color: var(--mocha5);}
  .mb50 { margin-bottom: 50px; }
  .brown { color: #8b4513; }
  .ftw-b { font-weight: 700; }
  #area .ytz-q.obi_mocha {
    margin: 0;
  }

  /* ====== SPハンバーガー エリア====== */
  .area_head {
    margin-top: 20px;
  }
  .area_group_label {
    margin-top: 10px;
  }