/* 静岡県が選ばれる理由 ページ専用CSS */


/* 目次タブ */
.reason-tab {
  flex-wrap: wrap;
  gap: 10px;
  max-width: 860px;
}
.reason-tab .yr-tab-btn {
  flex: 1;
  height: auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  border: 3px solid #ddd;
}
.reason-tab .yr-tab-btn {
  text-indent: 0;
}
.reason-tab .yr-tab-btn a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  padding: 10px;
}
.reason-tab .yr-tab-btn a .yr-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* ヒーローセクション */
.reason-hero {
  background: linear-gradient(135deg, #1a5ca8 0%, #3a8fd4 50%, #6bb8e8 100%);
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.reason-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/common/image/category/reason_hero_bg.jpg) center/cover no-repeat;
  opacity: 0.15;
}
.reason-hero__title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* 目次 */
.reason-toc {
  margin: 30px 0;
}
.reason-toc__title {
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #2066B6;
  padding-left: 10px;
  margin-bottom: 15px;
}
.reason-toc__list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}
.reason-toc__list li {
  width: 25%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.reason-toc__list li:nth-child(4n) {
  border-right: none;
}
.reason-toc__list li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.reason-toc__list li a:hover {
  background-color: #F3F7FD;
}

/* セクション共通 */
.reason-section {
  margin: 50px 0;
}
.reason-section__title {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  background: none;
  color: #333;
  position: relative;
  margin: 80px 0 40px;
  border: none;
  padding-bottom: 15px;
}
.reason-section__title:after {
  content: "";
  width: 100px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #0b97c4;
  display: block;
  position: absolute;
}

/* エリア紹介セクション */
.reason-area {
  display: flex;
  gap: 30px;
}
.reason-area__list {
  width: 50%;
}
.reason-area__item {
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.reason-area__item:last-child {
  margin-bottom: 0;
}
.reason-area__item--izu {
  background-color: #f5f8f2;
  border: solid 4px #cce0ba;
}
.reason-area__item--tobu {
  background-color: #f7f3e8;
  border: solid 4px #edd8ab;
}
.reason-area__item--chubu {
  background-color: #fcf6f5;
  border: solid 4px #f5d5d0;
}
.reason-area__item--seibu {
  background-color: #f1f7f9;
  border: solid 4px #c3dfe8;
}
.reason-area__item-name {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 80px;
  flex-shrink: 0;
}
.reason-area__item-body {
  flex: 1;
}
.reason-area__item--izu .reason-area__item-name {
  background-image: url(/common/new/pc/image-new/390/title_bg_izu.png);
}
.reason-area__item--tobu .reason-area__item-name {
  background-image: url(/common/new/pc/image-new/390/title_bg_tobu.png);
}
.reason-area__item--chubu .reason-area__item-name {
  background-image: url(/common/new/pc/image-new/390/title_bg_chubu.png);
}
.reason-area__item--seibu .reason-area__item-name {
  background-image: url(/common/new/pc/image-new/390/title_bg_seibu.png);
}
.reason-area__item-catch {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.reason-area__item-text {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0 !important;
}
.reason-area__map {
  width: 50%;
  background-image: url(/common/new/pc/image-new/section_bg_02.png);
  background-position: left top;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.reason-area__map .yr-map-warp {
  transform: scale(0.65);
  transform-origin: top left;
  width: 900px;
  height: 600px;
  position: relative;
  margin-bottom: -210px;
  margin-right: -315px;
}
.reason-area__map .yr-map-warp .yr-map-area-base,
.reason-area__map .yr-map-warp .yr-map-area-select,
.reason-area__map .yr-map-warp .yr-map-area-hover,
.reason-area__map .yr-map-warp .yr-map-area-other,
.reason-area__map .yr-map-warp .yr-map-text-default,
.reason-area__map .yr-map-warp .yr-map-text-hover,
.reason-area__map .yr-map-warp .yr-map-area-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 600px;
}
.reason-area__map .yr-map-warp .yr-map-area-hover {
  z-index: 20;
}
.reason-area__map .yr-map-warp .yr-map-area-hover > img {
  opacity: 0;
}
.reason-area__map .yr-map-warp .yr-map-text-hover {
  z-index: 50;
}
.reason-area__map .yr-map-warp .yr-map-text-hover > img {
  opacity: 0;
}
.reason-area__map .yr-map-warp .yr-active > img {
  opacity: 1;
}
.reason-area__map .yr-map-warp .yr-map-area-overlay {
  z-index: 60;
}
.reason-area__map img {
  width: 100%;
  height: auto;
}

/* 灰色背景ボックス */
.reason-graybox {
  background-color: #F3F7FD;
  border-radius: 8px;
  padding: 40px 30px;
}
.reason-graybox__title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: none;
  background-color: #2066B6;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  padding: 0;
  margin: 0 auto 30px;
  width: 80%;
}

/* 3カラムレイアウト */
.reason-cols3 {
  display: flex;
  gap: 20px;
}
.reason-cols3__item {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
}
.reason-cols3__num {
  font-size: 14px;
  font-weight: bold;
  color: #2066B6;
  text-align: center;
  margin: 0 0 20px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #2066B6;
}
.reason-cols3__img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}
.reason-cols3__heading {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}
.reason-cols3__text {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* 新幹線セクション */
.reason-shinkansen {
  display: flex;
  gap: 30px;
  align-items: center;
}
.reason-shinkansen__img {
  width: 50%;
  flex-shrink: 0;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.reason-shinkansen__img img {
  width: 100%;
  height: auto;
}
.reason-shinkansen__body {
  flex: 1;
}
.shinkansen-access {
  margin-bottom: 30px;
}
.shinkansen-access strong {
  color: #2066B6;
}
.shinkansen-access p {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.reason-shinkansen__diagram {
  margin: 30px auto;
  max-width: 700px;
}
.reason-shinkansen__diagram img {
  width: 100%;
  height: auto;
}
.reason-shinkansen__info {
  text-align: left;
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 2;
  color: #333;
}








.reason-section .info_bbg .info_caption {
  margin-top: 0;
}
.reason-section .info_bbg .info_blueText {
  margin-bottom: 10px;
}
.reason-btn-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.reason-section .yr-page-menu {
  display: flex;
}
.reason-section .yr-page-menu > li {
  float: none;
  flex: 1;
}
.reason-section .yr-page-menu > li > a.yr-page-menuBtn {
  height: 100%;
}

/* あるある 3カラム テキスト多め */
.reason-cols3__text-long {
  font-size: 12px;
  color: #666;
  line-height: 1.9;
  margin: 0;
}

/* お試し住宅 */
.main h3 {
  margin-bottom: 20px;
}
.main h5 {
  margin-bottom: 20px;
}

/* お試し住宅カード */
.trial-card {
  display: flex;
  gap: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.trial-card__img {
  width: 300px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.trial-card__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* スライダー */
.trial-card__slider {
  width: 100%;
}
.trial-card__slider .slick-prev,
.trial-card__slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.4);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.trial-card__slider .slick-prev {
  left: 8px;
}
.trial-card__slider .slick-next {
  right: 8px;
}
.trial-card__slider .slick-prev:hover,
.trial-card__slider .slick-next:hover {
  background: rgba(0,0,0,0.6);
}
.trial-card__slider .slick-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.trial-card__slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  text-indent: 0;
}
.trial-card__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.trial-card__slider .slick-dots li.slick-active button {
  background: #fff;
}
.trial-card__body {
  flex: 1;
}
.trial-card__tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.trial-card__tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e9695e;
  background-color: #ffebe9;
  border-radius: 6px;
}
.trial-card__name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.trial-card__desc {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 20px !important;
}
.trial-card__contact {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.trial-card__contact span {
  font-weight: bold;
}
.trial-card__btns {
  display: flex;
  gap: 15px;
}
.trial-card__btn {
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: #2066B6 1px solid;
  border-radius: 20px;
  color: #2066B6;
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}
