@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/header_img_00_pc.webp");padding: 4em 0 4em;}


#page_header_01{background-image: url("../img/header_img_01_pc.webp");padding: 4em 0 4em;}
#page_header_01{background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 150px; padding: 7em 0 7em;}
#page_header_01 h2{text-align: left; font-size: 2.6em;color: #ffffff;line-height: 1.2;}
#page_header_01 h2 span{display: block;font-size: 0.85em;}

.page_ttl_center{font-size: 2.0em;text-align: center;}
.boxitem_02{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
/* 土地情報一覧のスタイル */
a.boxitem_02_estate {color: #000000;}
.boxitem_02_estate{position: relative; width: 48%;height: 600px;display: block;margin-bottom: 4em;}
.boxitem_02_estate img.estate_img{width: 100%;object-fit: cover;height: 350px;margin-bottom: 1em;}
.boxitem_02_estate span.new{color:#e60012;display: inline-block;padding: 0.2em 1em;border: solid 1px #e60012;font-weight: bold;line-height: 24px;}
.boxitem_02_estate .estate_ttl,.boxitem_02_estate .estate_sub,.boxitem_02_estate .estate_price{border-bottom: dotted 1px #000000;margin-top: 0.4em;padding-bottom: 0.3em;}
.boxitem_02_estate .estate_price{font-weight: bold;margin-bottom: 0.4em;border-bottom:none;}
.estate_more{position: absolute;bottom:0;}

.boxitem_02_estate span.nyukyo{color:#ffffff;background-color: #e60012; display: inline-block;padding: 0.2em 0.6em;border: solid 1px #e60012;font-weight: bold;margin-left: 0.2em;line-height: 24px;}
.tateuri_point{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.tateuri_sub{margin-top: 0.2em;}
.bg_tateuri{background-color: #efefef;height: 600px;}
.tateuri_wrap{padding: 0 1em 1em;}


/* 土地情報詳細ページのスタイル */
.estate_wrap span.new{color:#e60012;display: inline-block;padding: 0.2em 0.6em;border: solid 1px #e60012;font-weight: bold;margin-bottom: 0.3em;font-size: 1.2em;}
.estate_wrap .estate_ttl{font-size: 2.2em;border-bottom: dotted 1.5px #000000;margin-bottom: 0.2em;padding-bottom: 0.2em;}
.estate_wrap .estate_sub{font-size: 1.5em;font-weight: bold;margin-top: 0.2em;padding-left: 0.4em;margin-bottom: 1em;}
.estate_wrap img.estate_img{width: 100%;height: auto;margin-bottom: 1em;}
/* スライドショーのスタイル */
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 8);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* レイアウトのためのスタイル */
.swiper {
  max-width: 1000px;
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
	margin-bottom: 1em;
}
.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

/* 物件概要表
  ********************************************** */
.company_info{width: 1000px;margin: 5% auto 0;padding-bottom: 5em;}
.company_info h3{font-size: 1.6em;}
.company_info h3.border_h3{border-bottom: solid 1px #000000;margin-top:3em;margin-bottom: 0.6em;}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 3% 0 0%;
	padding: 0;
	border-top: solid 1px #979898;
}
.company_info dt {
  width: 20%;
  padding: 20px 2%;
 margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
	border-bottom: solid 1px #979898;
	font-size: 1em;
	font-weight: bold;
}
.company_info dt span{font-size: 0.84em;font-weight: normal;}
.company_info dd {
  width: 68%;
  padding: 20px 5% 20px 3%;
  margin: 0 0 0 0;
	border-bottom: solid 1px #979898;
	font-size: 1em;
	text-align: left;
	line-height: 1.8em;
}
ul.location li{line-height: 2em;}
.g-map iframe {
    display: block;
    width: 100%;
    height: 450px;
}



/* 建売詳細ページスタイル
  ********************************************** */
.mincyo{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.6em;margin-bottom: 0.6em;}


/* ====== Base ====== */
.tateuri {
  --label-bg: #e9e9e9;
  --text: #111;
  --muted: #444;
  --rule: #111;
  --gap: 10px;

  color: var(--text);
  max-width: 1000px;
  margin: 0 auto;
}

.tateuri__rows {
  margin: 0;
  padding: 0;
}

.tateuri__row {
  display: grid;
  grid-template-columns: 150px 1fr; /* PC: 左ラベル固定 / 右可変 */
  align-items: start;
  column-gap: 20px;
  row-gap: 5px;
  padding: 10px 0;
}

.tateuri__label {
  margin: 0;
  background: var(--label-bg);
  padding: 10px 10px;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0.02em;
text-align: center;
}

.tateuri__value {
  margin: 0;
  padding-top: 5px;
  font-size: 1.4em;
  line-height: 1.0;
  letter-spacing: 0.02em;
}



.tateuri__sub {
  font-size: 1.0em;
  color: var(--muted);
  white-space: nowrap;
}

.tateuri__value--price {
  font-size: 1.4em;
}

.tateuri__priceLine {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: baseline;
line-height: 1.4em;
}

.tateuri__priceLine + .tateuri__priceLine {
  margin-top: 5px;
}

.tateuri__arrow {
  font-weight: 700;
  margin-right: 2px;
}

.tateuri__priceLabel {
  color: var(--muted);
  font-size: 1.0em;
}

.tateuri__priceNum {
  font-size: 1.3em;
}



.tateuri__priceTax {
  color: var(--muted);
  font-size: 1.0em;
}

/* ====== Features ====== */
.tateuri__features {
  margin-top: 28px;
}

.tateuri__heading {
  margin: 0;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tateuri__rule {
  border: 0;
  border-top: 2px solid var(--rule);
  margin: 14px 0 22px;
}

.tateuri__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 5px;
  font-size: 1.2em;
  line-height: 1.45;
	margin-bottom: 2em;
}

/* ====== Responsive: <= 640px ====== */
@media (max-width: 640px) {
  .tateuri__row {
    grid-template-columns: 1fr; /* 縦積み */
    row-gap: 12px;
    padding: 14px 0;
  }

  .tateuri__label {
    font-size: 18px;
    padding: 10px 12px;
  }

  .tateuri__value {
    font-size: 24px;
    padding-top: 0;
  }

  .tateuri__sub {
    font-size: 18px;
    margin-left: 8px;
  }

  .tateuri__value--price {
    font-size: 18px;
  }

  .tateuri__priceLabel {
    font-size: 16px;
  }

  .tateuri__priceNum {
    font-size: 22px;
  }

  .tateuri__priceTax {
    font-size: 16px;
  }

  .tateuri__heading {
    font-size: 26px;
  }

  .tateuri__list {
    font-size: 20px;
  }
}
.mtb_3em{margin: 3em auto;}

.estate_wrap .new:empty
 {
    display: none;
}
.tateuri_wrap .new:empty
 {
    display: none;
}
.tateuri_wrap .nyukyo:empty
 {
    display: none;
}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {


	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_00_sp.webp");}

#page_header_01{background-image: url("../img/header_img_01_sp.webp");}
#page_header_01{background-repeat: no-repeat;background-position: center;background-size: cover; margin-top: 90px; padding: 4em 0 4em;}
#page_header_01 h2{text-align: left; font-size: 1.8em;color: #ffffff;}
#page_header_01 h2 span{display: block;font-size: 0.7em;}

.page_ttl_center{font-size: 1.6em;text-align: center;}
.boxitem_02_estate{width: 100%;margin-bottom: 3em;}
.boxitem_02_estate img.estate_img{object-fit: cover;height: 280px;margin-bottom: 1em;}

/* 物件概要表
  ********************************************** */
.company_info{
width: 100%;
  height: auto;
margin: 0 auto;
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 3% auto 0%;
	padding: 0;
	border-top:none;
}
.company_info dt {
  width: 96%;
  padding: 2% 2% 2% 3%;
  margin: 0 0 0px 0;
display: flex;
  align-items: center;
  justify-content: left;
border-bottom: none;
border-right: none;
	background-color: #e8f2f8;
}
.company_info dd {
  width: 96%;
  padding: 1% 2% 2%;
  margin: 0 0 0px 0;
border-bottom: none;
}
.g-map iframe {
    display: block;
    width: 100%;
    height: 350px;
}
/* 土地情報詳細ページのスタイル */
.estate_wrap span.new{color:#e60012;display: inline-block;padding: 0.2em 0.6em;border: solid 1px #e60012;font-weight: bold;margin-bottom: 0.3em;font-size: 1.0em;}
.estate_wrap .estate_ttl{font-size: 1.6em;line-height: 1.4em; border-bottom: dotted 1.5px #000000;margin-bottom: 0.2em;padding-bottom: 0.2em;}
.estate_wrap .estate_sub{font-size: 1.14em;font-weight: bold;margin-top: 0.2em;padding-left: 0.4em;margin-bottom: 1em;line-height: 1.2em;}
.company_info h3{font-size: 1.3em;}
}
