@charset "utf-8";
#nav{
  opacity: 1;
}
.l-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 16px;
}
.fumoto_logo {
  margin-bottom: 60px;
  text-align: center;
}
.page_ttl {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  background: url("../img/bg_green_s2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 0 0 30px;
  margin-bottom: 60px;
}
.page_ttl.page_ttl_tateuri {
  margin-top: 100px;
}
.anker {
  padding-top: 100px;
  margin-top: -100px;
}
/* 物件 */
.l-bukkenlist_set {
  display: flex;
  justify-content: space-between;
}
.l-bukkenlist_set + .l-bukkenlist_set {
  margin-top: 60px;
}
.l-bukkenlist_set > div {
  width: 33%;
}
.bukken_tbl {
  width: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.bukken_tbl th,
.bukken_tbl td {
  padding: 10px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.bukken_tbl th {
  background: #fff;
  width: 7em;
}
.btn_more {
  margin: 30px auto 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn_more a {
  display: block;
  background: url("../img/btn_bg_brown.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
.btn_more:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* 物件詳細 */
.detail_ttl01 {
  font-size: 30px;
  color: #612E18;
  margin-bottom: 30px;
}
.detail_ttl01::after {
  content: "";
  display: block;
  height: 8px;
  background-image:
	 repeating-linear-gradient(-45deg,#612E18, #612E18 3px,transparent 0, transparent 6px);
  margin-top: 10px;
}
.detail_box01 {
  display: flex;
  justify-content: space-between;
}
.detail01_col {
  width: 48%;
  position: relative;
}
.detail02_txt {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.detail_ttl_lv3 {
  margin-bottom: 10px;
}
.detail_ttl_lv3.mt{
  margin-top: 60px;
}
.l-photo {
  margin: 60px 0;
}
.l-staff_comment {
  background: #612E18;
  padding: 30px;
  color: #fff;
  margin-top: 60px;
}
.l-staff_comment h3 {
  margin-bottom: 10px;
}
.detail_map iframe{
  width: 100%;
  height: 660px;
  margin-top: 20px;
}
.btn_green {
  max-width: 447px;
  margin: 30px auto 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn_green a {
  display: block;
  background: url("../img/btn_bg_green.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
.btn_green:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.kukaku_tbl {
	width: 100%;
	margin: 2em 0 0;
}
.kukaku_tbl th {
	text-align: center;
	padding: .5em;
	background: rgba(187,212,157,0.70);
}
.kukaku_tbl td {
	text-align: center;
}
.kukaku_tbl tr {
	border-bottom: 1px solid #6E6E6E;
}
.c-jyunbi {
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width:834px){
  .l-page {
    padding: 30px 20px 60px;
    font-size: 14px;
  }
  .fumoto_logo {
    margin-bottom: 30px;
  }
  .fumoto_logo img {
    width: 120px;
    height: auto;
  }
  .page_ttl {
    font-size: 30px;
    background-size: 100%;
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
  
  /* 物件 SP */
  .l-bukkenlist_set {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .l-bukkenlist_set + .l-bukkenlist_set {
    margin-top: 60px;
  }
  .l-bukkenlist_set > div {
    width: 100%;
  }
  .bukken_tbl {
    width: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .bukken_tbl th,
  .bukken_tbl td {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .bukken_tbl th {
    background: #fff;
    width: 7em;
  }
  .btn_more {
    margin: 30px auto 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .btn_more a {
    display: block;
    background: url("../img/btn_bg_brown.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 55px;
    line-height: 55px;
  }
  .btn_more:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  /* 物件詳細 */
  .detail_ttl01 {
    font-size: 22px;
    color: #612E18;
    margin-bottom: 30px;
  }
  .detail_box01 {
    flex-direction: column;
  }
  .detail01_col {
    width: 100%;
    position: relative;
  }
  .detail02_txt {
    position: relative;
    left: 0;
    bottom: inherit;
    margin: 1em 0;
  }
  .detail_ttl_lv3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail_ttl_lv3.mt{
    margin-top: 30px;
  }
  .l-photo {
    margin: 30px 0;
  }
  .l-staff_comment {
    margin-top: 30px;
    padding: 20px;
  }
  .l-staff_comment h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail_map iframe{
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }
  .btn_green {
    width: 80%;
    margin: 30px auto 0;
  }
  .btn_green a {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  .anker {
    padding-top: 20px;
    margin-top: -20px;
  }
  .anker02 {
    margin-top: 60px;
    padding-top: 10px;
  }
  .page_ttl.page_ttl_tateuri {
    margin-top: 10px;
  }
}