/* CSS Document */
.section_inner {
  width: 96%;
  margin: 0 auto;
}
.cust_voice ul {
  padding: 10px 20px;
}
.cust_voice p {
  width: 86%;
}
.slides img {
  width: 94%;
  height: auto;
  margin: 10px auto 0;
  max-width: 514px;
}
.kobetsu_menu a, .kobetsu_menu a:visited, .voice_more p a, .voice_more p a:visited {
  color: #e68414;
  display: block;
  text-decoration: none;
}
.t_aria {
  border: 1px dotted #999;
  font-size: 14px;
  text-align: center;
  width: 80%;
  border-radius: 10px;
  padding: 6px;
  line-height: 1.6;
  margin: -10px auto 0;
  background-color: #FFF;
}
.kensaku_banner {
  clear: both;
  margin: 10px auto 30px;
  width: 94%;
  max-width: 760px;
}
.kensaku_banner img {
  width: 100%;
  height: auto;
}
.insta_bukken {
  clear: both;
  margin: 40px auto 30px;
  width: 90%;
  max-width: 1080px;
}
.insta_bukken img {
  width: 100%;
  height: auto;
}
.kensaku_banner a, .insta_bukken a {
  display: inline-block;
  position: relative;
  transition: transform .25s ease;
}
.kensaku_banner a:hover, .insta_bukken a:hover {
  transform: translateY(-2px);
}
.new_topmenu_wrap {
  margin-top: 30px;
  background-color: #e68414;
  text-align: center;
  border-radius: 12px;
  padding: 10px 0 20px;
}
.annai_title {
  width: 450px;
  margin: 15px auto 5px;
}
.annai_title img {
  width: 100%;
  height: auto;
}
.banner_wrap {
  background-color: #FFF;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 5px;
  border-radius: 12px;
}
.banner_a {
  width: 98%;
  margin: 5px auto;
}
.banner_a img {
  width: 100%;
  height: auto;
}
.banner_a a {
  display: inline-block;
  position: relative;
  transition: transform .25s ease;
}
.banner_a a:hover {
  transform: translateY(-2px);
}
.company-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  margin: 5px auto 10px;
  padding: 16px 20px 16px 28px;
  border: 3px solid #e68414;
  border-radius: 16px;
  color: #e68414;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/* 文字 */
.company-btn__text {
  flex: 1;
  text-align: center;
}
/* 右の丸アイコン */
.company-btn__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #e68414;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
/* hover：色は変えない */
.company-btn:hover {
  transform: translateY(-2px);
  opacity: 90%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.voice_image {
  clear: both;
  width: 90%;
  margin: 0 auto 10px;
}
.voice_image img {
  clear: both;
  width: 90%;
  height: auto;
}
@media (min-width: 767px) {
  .section_inner {
    width: 100%;
    margin: 0;
  }
  .slides img {
    margin: 0 auto 0;
  }
}
@media (max-width: 766px) {
  .t_aria {
    margin: -10px 0 0 15px;
    text-align: left;
    width: 70%;
    padding-left: 10px;
  }
  .new_topmenu_wrap {
    padding: 10px 0 20px;
  }
  .annai_title {
    width: 90%;
    margin: 15px auto 5px;
  }
  .banner_wrap {
    width: 96%;
    padding: 10px 0 5px;
    border-radius: 6px;
  }
  .banner_a {
    width: 94%;
    margin: 5px auto;
  }
  .company-btn {
    width: 70%;
    margin: 10px auto 10px;
  }
}
/* ipad 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .section_inner {
    width: 96%;
    margin: 0 auto;
  }
  .top_aisatsu_r p {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .taio_eria p {
    line-height: 2.0;
  }
  .contact_left {
    width: 380px;
  }
  .footmenu li {
    font-size: 13px;
    letter-spacing: 0;
  }
  .footmenu ul li:last-child {
    display: none;
  }
  .top_aisatsu_l p {
    font-size: 28px;
  }
}
/* スライドインメニューの背景 */
.call-menu {
  position: fixed;
  width: 90%;
  left: 0;
  right: 0;
  bottom: -100%; /* 初期は非表示 */
  background: rgba(0, 0, 0, 0.6);
  transition: bottom 0.5s ease-in-out;
  z-index: 999;
}
.call-menu p {
  font-weight: bold;
  color: #333;
}
/* メニューの中身 */
.call-menu-content {
  border: 5px solid #DDD;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.call-menu-content a {
  display: block;
  padding: 12px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.call-menu-content button {
  margin-top: 15px;
  padding: 10px 20px;
  color: #FFF !important;
  background-color: #fff;
}
.footer_address li {
  border-bottom: none;
}
.toi_mail2 {
  clear: both;
  text-align: center;
  margin: 10px auto 10px;
}
.toi_mail2 img {
  width: 85% !important;
  height: auto;
}
.toi_tel img {
  margin: 2px 0 8px;
}
.contact_left {
  height: 300px;
}
.contact_left img {
  width: 100%;
  height: auto;
}
@media (max-width: 766px) {
  #eriabetsu {
    padding-top: 90px;
    margin-top: -90px;
  }
	
.insta_bukken {
  margin: 0 auto 30px;
}
}
.slide_01 {
  width: 600px;
}
.slide {
  position: relative; /* ←これ必須！ */
  width: 100%;
  height: auto;
}
/* 背景GIF */
.slide .bg {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.img1, .img2, .img3, .img4, .img5, .img6 {
  position: absolute;
}
.img1, .img2, .img3 {
  z-index: 3;
}
.img4, .img5, .img6 {
  z-index: 2;
}
.img1 {
  bottom: 43%;
  left: 12%;
  width: 14% !important;
  height: auto;
}
.img2 {
  bottom: 60%;
  right: 25%;
  width: 14% !important;
  height: auto;
  height: auto;
}
.img3 {
  bottom: 3%;
  left: 40%;
  width: 14% !important;
  height: auto;
}
.img4 {
  bottom: 53%;
  left: 22%;
  width: 20% !important;
  height: auto;
}
.img5 {
  bottom: 70%;
  right: 10%;
  width: 20% !important;
  height: auto;
}
.img6 {
  bottom: 3%;
  left: 53%;
  width: 20% !important;
  height: auto;
}
.img4, .img5, .img6 {
  transition: transform 0.3s ease;
}
.img4:hover, .img5:hover, .img6:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
@media (max-width: 766px) {
  .slide_01 {
    width: 94%;
    margin: 0 auto;
  }
}
/* スマホ横画面だけに適用するCSS */
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  #footer {
    display: none;
  }
  .contact_us {
    display: flex;
    justify-content: space-between; /* 左右に分ける */
  }
  .contact_left, .contact_right {
    margin: 0;
    padding: 0;
    height: auto;
    width: 48%; /* 好きな比率に調整 */
  }
  .contact_right {
    padding-top: 20px;
  }
  .contact_left img, .contact_right img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .top_menu_info_wrap {
    display: flex;
    justify-content: space-between; /* 左右に分ける */
  }
  .tmi_left, .tmi_right {
    margin: 0;
    padding: 0;
    height: auto;
    width: 48%; /* 好きな比率に調整 */
  }
  .aria_ichiran ul {
    display: flex;
    flex-wrap: wrap; /* 折り返しON */
    gap: 4px; /* 余白調整 */
    list-style: none; /* li の点を消す */
    padding: 0;
    margin: 0;
  }
  .aria_ichiran ul li {
    flex: 0 0 45%; /* 幅を2個で並ぶように調整 */
    box-sizing: border-box;
  }
  .newsarea2 {
    width: 30% !important;
  }
  .t_aria {
    text-align: left;
    margin: 0;
    padding-left: 20px;
  }
  .footer_upper img {
    width: 30%;
    height: auto;
  }
}
/* スマホ横：幅768px以下かつ横向き */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .img1 {
    bottom: 43%;
    left: 17%;
    width: 14% !important;
    height: auto;
  }
  .img2 {
    bottom: 55%;
    right: 25%;
    width: 14% !important;
    height: auto;
  }
  .img3 {
    bottom: 3%;
    left: 40%;
    width: 14% !important;
    height: auto;
  }
  .img4 {
    bottom: 53%;
    left: 30%;
    width: 15% !important;
    height: auto;
  }
  .img5 {
    bottom: 73%;
    right: 22%;
    width: 15% !important;
    height: auto;
  }
  .img6 {
    bottom: 3%;
    left: 53%;
    width: 15% !important;
    height: auto;
  }
}
/* スライドインメニューの背景 */
.call-menu {
  position: fixed;
  width: 80%;
  left: 11%;
  right: 7%;
  bottom: -100%; /* 初期は非表示 */
  background: rgba(0, 0, 0, 0.6);
  transition: bottom 0.5s ease-in-out;
  z-index: 999;
  margin-bottom: 20px;
}
.call-menu p {
  font-weight: bold;
  color: #333;
}
/* メニューの中身 */
.call-menu-content {
  border: 5px solid #DDD;
  background-color: #fff;
  border-radius: 2px;
  padding: 20px;
  text-align: center;
}
.call-menu-content a {
  display: block;
  padding: 12px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #e68414;
  border-radius: 10px;
}
.call-menu-content button {
  margin-top: 15px;
  padding: 10px 20px;
  color: #666 !important;
  background-color: #fff;
  font-weight: bold;
}
/* オーバーレイ初期状態 */
.call-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明黒 */
  z-index: 998; /* メニューより下 */
  display: none; /* 初期は非表示 */
}
.info_more {
  text-align: right;
  padding: 0;
  margin: 0;
}
.info_more img {
  padding: 10px 25px 10px 0;
  width: 210px;
  height: auto;
}
.info {
  height: 630px;
}
@media (max-width: 767px) {
  .info {
    height: 330px;
  }
  .info_more img {
    padding-top: 0;
    margin-top: 0;
  }
}
/* =========================
   レイアウト
========================= */
.mapUI {
  width: 1037px;
  margin: 10px auto;
  height: 591px;
  display: flex;
  gap: 24px;
  background-image: url("../imges/haikei_map.jpg");
  background-repeat: no-repeat;
  background-size: 1037px 591px;
}
.mapWrap {
  position: relative;
  width: 510px;
  margin-top: 0px;
  margin-left: 95px;
  padding-top: 30px;
}
.mapSvg {
  width: 100%;
  height: auto;
  display: block;
}
/* ラベルはクリックできるようにする */
.labels {
  position: absolute;
  inset: 0;
  pointer-events: none; /* ここは維持 */
}
.map-label {
  pointer-events: auto; /* ←これが重要（クリック・hover復活） */
}
/* =========================
   地名ラベル 共通
========================= */
.map-label {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  background: #fff;
  border: 3px solid #E67E00;
  border-radius: 12px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  z-index: 10;
}
/* 件数 */
.map-label .count {
  font-size: 16px;
  font-weight: 600;
  color: #E67E00;
}
/* hover（ラベル単体） */
.map-label:hover {}
/* =========================
   ▶ 右向き
========================= */
.map-label.dir-right {
  margin-right: 16px;
}
.map-label.dir-right::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #E67E00;
}
.map-label.dir-right::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #E67E00;
}
/* =========================
   ◀ 左向き
========================= */
.map-label.dir-left {
  margin-left: 16px;
}
.map-label.dir-left::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 18px solid #E67E00;
}
.map-label.dir-left::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 14px solid #E67E00;
}
/* =========================
   ▼ 下向き
========================= */
.map-label.dir-down {
  margin-bottom: 16px;
}
.map-label.dir-down::before {
  content: "";
  position: absolute;
  left: 83%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #E67E00;
}
.map-label.dir-down::after {
  content: "";
  position: absolute;
  left: 83%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #E67E00;
}
/* =========================
   hover同期（JSで付く）
========================= */
.map-label.is-hover {
  background: #fff78c;
  border-color: #e68414;
  color: #e68414;
}
.map-label.is-hover .count {
  color: #e68414;
}
/* 三角も同期 */
.map-label.dir-right.is-hover::before {
  border-left-color: #e68414;
}
.map-label.dir-right.is-hover::after {
  border-left-color: #e68414;
}
.map-label.dir-left.is-hover::before {
  border-right-color: #e68414;
}
.map-label.dir-left.is-hover::after {
  border-right-color: #e68414;
}
.map-label.dir-down.is-hover::before {
  border-top-color: #e68414;
}
.map-label.dir-down.is-hover::after {
  border-top-color: #e68414;
}
/* =========================
   SVG 側
========================= */
.mapSvg a {
  cursor: pointer;
}
.mapSvg g {
  pointer-events: visiblePainted;
}
/* SVG hover（エリア） */
.mapSvg a:hover path {
  fill: #e68414 !important;
  stroke: #CCC !important;
  stroke-width: 2 !important;
  opacity: 1 !important;
}
/* JSで付く hover（必要なら） */
.mapSvg a.is-hover path {
  fill: #e68414 !important;
  stroke: #CCC !important;
  stroke-width: 2 !important;
  opacity: 1 !important;
}
/* =========================
   左メニュー
========================= */
.mapMenu {
  width: 300px;
  padding: 30px 14px;
  background: #E68414;
  border-radius: 18px 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-sizing: border-box;
}
.mapMenu button {
  width: 100%;
  padding: 18px 16px;
  border: 2px solid rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: transform .08s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mapMenu button:hover {
  background: rgba(255, 255, 255, .28);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}
.mapMenu button.is-active {
  background: #fff;
  color: #E68414;
  border-color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}
.mapMenu button.is-active::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 10px;
  border-radius: 99px;
  background: #E68414;
  vertical-align: middle;
}
.mapMenu button:active {
  transform: translateY(0);
  box-shadow: none;
}
/* =========================
  PC/SP 出し分け
========================= */
.mapUI--pc {
  display: flex;
  gap: 24px;
}
.mapUI--sp {
  display: none;
}
@media (max-width:766px) {
  .mapUI {
    width: 100%;
    height: auto;
    background: none;
    display: block;
  }
  .mapUI--pc {
    display: none;
  }
  .mapUI--sp {
    display: block;
  }
}
/* =========================
  スマホ：上のカテゴリ（横並び）
========================= */
@media (max-width:766px) {
  .mapUI--sp {
    background: #E68414;
    border-radius: 8px;
    padding-bottom: 8px;
  }
  .mapUI--sp .spMenu {
    width: 100%;
    padding: 14px;
    background: #E68414;
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
  }
  .mapUI--sp .spMenu button {
    padding: 12px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 10px;
  }
}
/* =========================
  スマホ：地名ラベル（2列にキレイに並べる）
========================= */
@media (max-width:766px) {
  .spAreaList {
    margin: 6px auto;
    padding: 8px 8px;
    width: 94%;
    background: #FFF;
    border-radius: 3px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
  }
  .spArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1ch; /* “スペース1文字” 相当 */
    padding: 15px 4px;
    background: #fff;
    border: 3px solid #E67E00;
    border-radius: 8px;
    font-weight: 800;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
  }
  /* 10文字分固定（4文字＋1ch＋5文字想定） */
  .spArea .name {
    display: inline-block;
    width: 6ch;
    text-align: left;
  }
  .spArea .count {
    display: inline-block;
    width: 6ch;
    text-align: left;
    color: #E67E00;
    font-weight: 700;
  }
  /* 触ったときの見た目 */
  .spArea:active {
    transform: translateY(1px);
  }
}
/* 12件以降を「ヌルっと」隠す/出すためのアニメ */
.newsarea2.is-collapsed {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  transition: max-height .35s ease, opacity .25s ease;
}
/* 開く時（十分大きい値にしておく） */
.newsarea2.is-expanded {
  max-height: 500px; /* 1件の最大高さより大きければOK（必要なら増やす） */
  opacity: 1;
  overflow: hidden;
  transition: max-height .45s ease, opacity .3s ease;
}
/* もっと見る / 閉じる ボタン */
.newsMoreWrap {
  text-align: center;
  margin: 24px 0 32px;
}
.newsMoreBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background .25s ease, color .25s ease, box-shadow .25s ease, transform .15s ease;
}
/* ホバー */
.newsMoreBtn:hover {
  background: #f5f5f5;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  transform: translateY(-1px);
}
/* 押した瞬間 */
.newsMoreBtn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
}
/* ▼ アイコン */
.newsMoreBtn::after {
  content: "▼";
  font-size: 11px;
  transition: transform .35s ease;
}
/* 閉じる状態（JSでクラス付与） */
.newsMoreBtn.is-open {
  background: #333;
  color: #fff;
  border-color: #333;
}
/* ▲ に回転 */
.newsMoreBtn.is-open::after {
  transform: rotate(180deg);
}