

@media only screen and (min-width: 767px){
.urichi_wrapper{
  width: 910px;
  margin: 0 auto;
}
.urichi_content{
  width: 910px;
  padding-top: 20px;
  margin: 0 auto;
}
.urichi_data_area{
	background-color:#FFF;
	padding:10px;
	margin-top:50px;
	}
.urichi_data01{
	font-family: 'Noto Serif JP', serif;
	width:435px;
	font-weight:300;
	}
.urichi_title{
	font-size:20px;
	}
.urichi_table01{
	width:425px;
	border-collapse:collapse;
	}
.urichi_table01 th{
	border-bottom:solid 1px #000;
	padding:6px 15px 6px 0;
	width:40px;
}
.urichi_table01 td{
	border-bottom:solid 1px #000;
	padding:6px 0;
	}
.urichi_table02{
		font-family: 'Noto Serif JP', serif;
		font-weight:300;
	width:860px;
	border-collapse:collapse;
	border:solid 1px #999;
	margin-top:35px;
	}
.urichi_table02 th{
background-color: #E8E8E8;
border: solid 1px #999;
width: 150px;
text-align: left;
padding:5px 0 5px 10px;
}
.urichi_table02 td{
	padding:5px 0 5px 10px;
		border:solid 1px #999;
	}

.detail_text{
font-family: 'Noto Serif JP', serif;
width: 910px;
margin:-25px auto 0 auto;
text-align: center;
top: 30px;
position: relative;
left: -10px;
	}

.line_box{
width: 910px;
margin: 20px auto;
top: 35px;
position: relative;
left: -11px;
	}

.left_line{
	width:440px;
	border-bottom:solid 1px #000;
	float:left;
	}
.right_line{
	width:440px;
	border-bottom:solid 1px #000;
	float:right;
	}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 910px;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {

}
.accordion-item:nth-of-type(2) .accordion-title {

}
.accordion-item:nth-of-type(3) .accordion-title {

}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {

}
.accordion-item:nth-of-type(2) .accordion-content {

}
.accordion-item:nth-of-type(3) .accordion-content {

}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 50%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 21px;
  top: 10px;
  margin-top: 5px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}


}


@media only screen and (max-width: 767px){
  .urichi_wrapper{
    width: 95%;
    margin: 0 auto;
  }
.urichi_content{
  padding-top: 20px;
  margin: 0 auto;
}  
  .urichi_data_area{
	background-color:#FFF;
	padding:10px;
	}
	
.urichi_data01{
	font-family: 'Noto Serif JP', serif;
	font-weight:300;
	}
.urichi_title{
	font-size:20px;
	}
.urichi_table01{
	width:100%;
	border-collapse:collapse;
	}
.urichi_table01 th{
	border-bottom:solid 1px #000;
	padding:6px 15px 6px 0;
	width:40px;
}
.urichi_table01 td{
	border-bottom:solid 1px #000;
	padding:6px 0;
	}
.urichi_table02{
		font-family: 'Noto Serif JP', serif;
		font-weight:300;
	border-collapse:collapse;
	border:solid 1px #999;
	margin-top:35px;
	}
.urichi_table02 th{
background-color: #E8E8E8;
border: solid 1px #999;
width: 80px;
text-align: center;
padding:5px;
}
.urichi_table02 td{
	padding:5px 0 5px 10px;
		border:solid 1px #999;
	}

.detail_text{
font-family: 'Noto Serif JP', serif;
width:100%;
margin:-25px auto 0 auto;
text-align: center;
top: 30px;
position: relative;
	}

.line_box{
width: 100%;
margin: 20px auto;
top: 35px;
position: relative;
	}

.left_line{
	width:47%;
	border-bottom:solid 1px #000;
	float:left;
	}
.right_line{
	width:47%;
	border-bottom:solid 1px #000;
	float:right;
	}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {

}
.accordion-item:nth-of-type(2) .accordion-title {

}
.accordion-item:nth-of-type(3) .accordion-title {

}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {

}
.accordion-item:nth-of-type(2) .accordion-content {

}
.accordion-item:nth-of-type(3) .accordion-content {

}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 47.5%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 18px;
  top: 11px;
  margin-top: 5px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
  
  
}



.bold {
  font-weight: bold;
}
.orange{
  color: #EB6D48;
}
.navbtn-wrap {
  padding: 40px;
  text-align: center;
  margin-bottom: 100px;
  background-color: #F9F9FF;
}
@media only screen and (max-width: 767px) {
  .navbtn-wrap {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
}
.navbtn-wrap a {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .navbtn-wrap a {
    margin: 0 1%;
    width: 47%;
    display: inline-block;
  }
}

.hero-area .hero-bg .hero-photo {
  background-size: cover;
  text-align: center;
}

/*タブボタン設定*/


.sale_title{
  display: flex;
  justify-content: space-between;
  width: 910px;
  height: 150px;
  margin: auto;
}
.sale_tab{
  display: flex;
  padding-top: 45px;
}
.sale_tab_button{
  display: flex;
  width: 148px;
  height: 52px;
  justify-content: center;
  align-items: center; 
  border: 1px solid #C1C1C1; 
  background-color: #C1C1C1;
}
.sale_tab_button.current{
  position: relative;
  border: 1px solid #676767;
  background-color: #FFFFFF;
}
.sale_tab_button.current::after{
  content: "";
  position: absolute;
  bottom: -23px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  
}
.sale_tab_button.current::before{
  content: "";
  position: absolute;
  bottom: -24px;
  border: 12px solid transparent;
  border-top: 12px solid #676767;
}
@media only screen and (max-width: 767px) {
  .sale_title{
    width: 355px;
    height: auto;
  }
  .sale_tab{
    padding-top: 25px;
    margin-bottom: 20px;
  } 
  .sale_tab_button {
    width: 92px;
    height: 37px;
  }
}


/*売地記事設定*/



.content_title{
  align-items: baseline;
}
.content_title.syoudan::before{
  content: "商談中";
    margin-right: 17px;
    flex-shrink: 0;
    background-color: #EB6D48;
    padding: 0px 10px;
    color: #FFFFFF;
}
.content_title.keiyakuzumi::before{
  content: "契約済";
    margin-right: 17px;
    flex-shrink: 0;
    background-color: #ff0000;
    padding: 0px 10px;
    color: #FFFFFF;
}
@media only screen and (max-width: 767px){
  .urichi_content{
    width: 100%;
  }
.content_title::before{
  display: block;
    width:60px;
}
}
@media only screen and (min-width: 768px){
.content_title{
  display: flex;
}

.urichi-slider-main .slick-slide{
  width: 432px;
  height: 324px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.urichi-slider-main{
  display: inline-block;
  width: 432px;
  height: 324px;
}

}
.tag{
  display: inline-block;
  padding: 5px 25px;
  border-radius: 20px;
  border: 1px solid;
  vertical-align: top;
  font-size: 15px;
  margin-left: 10px;
}

.tag-blue{
  border-color: #00698C;
  color: #00698C;
}

.tag-orange{
  border-color: #EB6D48;
  color: #EB6D48;
}
.primary-list li{
  display: flex;
  align-items: center;
  
}
.primary-list li:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
}
.list-label{
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-data{
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.primary-list li .list-label{
  width: 80px;
  height: 53px;
  border-right: 1px solid #DDDDDD;
}

.primary-list li .list-data{
  font-size: 14px;
  margin-left: 28px;
}
.catch-data{
  font-size: 21px !important;
}



@media only screen and (max-width: 767px){
  .content_data{
    order: 3;
  }
  .primary-list li .list-label{
    width: 72px;
    height: 38px;
    font-size: 11px;
  }
  .primary-list li .list-data{
    font-size: 11px;
    margin-left: 22px;
  }
  .catch-data{
    font-size: 19px !important;
  }
  .tag{
    margin-left: 0;
    margin-right: 7px;
  }
  
  .urichi-slider-main .slick-slide{
  width: 432px;
  height: 253px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}

.urichi-slider-main{
  display: inline-block;
  width: 432px;
  height: 253px;
}


}
.urichi-slider-main.slick-initialized{
  background-color: #EBEBEB;
}

.slick-list.draggable{
  width: 100%;
  height: 100%;
}


.urichi-slider-sub{
  width: 100%;
  /*height: 115px;*/
  height: 135px;
  margin-top: -15px;
}
.urichi-slider-sub .slick-slide{
  /*width: 133px;*/
  width: 162px;
  /*height: 105px;*/
  height: 100%;
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
}
.urichi-slider-main img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.urichi-slider-sub img{
  width: 100%;
  height: 100%;
}
.urichi-slider-sub .slick-slide{/*アクティブではないスライド*/
  opacity: .5;
  margin: 10px;
}
.urichi-slider-sub .slick-current{/*アクティブなスライド*/
  opacity: 1;
  outline: 2px solid #00698C;
  outline-offset: -2px;
}
.slick-prev::before{
  content:"";
  display: block;
  background-image: url("/urichi/img/arrow-left.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.slick-next::before{
  content:"";
  display: block;
  background-image: url("/urichi/img/arrow-right.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.slick-prev,
.slick-next{
  top: 75%;
  z-index: 2;
}
.slick-next{
  right: 0;
}
.slick-prev{
  left: -15px;
}

@media only screen and (max-width: 767px){
  .urichi-slider-main{
    width: 95%;
    margin: 10px auto 20px;
    order: 1;
  }
  .urichi-slider-main img{
  width: 100%;
  object-fit: contain;
}
  .urichi-slider-main .slick-slide{
  width: 95%;
}
  .urichi-slider-sub{
    width: 95%;
	margin:0 auto;
    height: 74px;
    display: block;
    order: 2;
  }
  .urichi-slider-sub .slick-slide{
  width: 80px;
  height: 64px;
  background-position: center;
  background-size: cover;
  margin: 10px 3px; 
}
  .slick-prev,
  .slick-next{
    top: 50%;
    z-index: 2;
  }
  .slick-prev{
    left: -5px;
  }
  .slick-next{
    right: -5px;
  }
}
.content_btn{
  position: relative;
  margin: 10px auto;
  width: 370px;
  height: 50px;
  border-radius: 30px;
  padding-top: 10px;
  border: 1px solid ;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.content-toggle{
  display: none;
  position: relative;
  padding: 0 30px;
}
.content-toggle::before{
  position: absolute;
  top: -30px;
  left: 48%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 21px 0 21px;
  border-color: #000000 transparent transparent transparent;
}
.toggle-icon-area{
  position: absolute;
  right: 20px;
  top: 11px;
}
.toggle-icon{
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #111111;
  cursor: pointer;
}

.toggle-icon span{
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 3px;
  left: 6px;
  top: 10px;
  transition: all 0.4s;
  background-color: #fff;
}
.toggle-icon span:nth-of-type(1){
  transform: rotate(90deg);
}

.toggle-icon span:nth-of-type(2){
  transform: rotate(-180deg);
}

.open .toggle-icon span:nth-of-type(1){
  transform: rotate(0deg);
}

.open .toggle-icon span:nth-of-type(2){
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px){
  .content_btn{
    width: 270px;
    margin-top: 165px;
    margin-bottom: 40px;
  }
  .content-toggle{
    padding: 0;
  }
  .content-toggle::before{
    position: absolute;
    top: -30px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 21px 0 21px;
    border-color: #000000 transparent transparent transparent;
  }
}
.content-toggle-list{
  border: 1px solid #DDDDDD;
}
.content-toggle-list li{
  display: flex;
  font-size: 14px;
}
@media only screen and (min-width: 768px){
  .half_li{
    width: 50%;
    display: inline-flex !important;
  }
}
.content-toggle-list li .list-label{
  justify-content: left;
  padding: 11px;
  background-color: #E8E8E8;
  width: 150px;
}
.content-toggle-list li .list-data{
  padding: 15px 90px 15px 15px;
}
.content-toggle-list li:not(:last-child){
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px){
  .content-toggle-list li .list-label{
    justify-content: left;
    align-items: baseline;
    padding: 7px;
    width: 110px;
    font-size: 11px;
    flex-shrink: 0;
  }
  .content-toggle-list li .list-data{
    font-size: 12px;
    padding: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta {
    height: 260px;
  }
  .cta .cta-photo {
    background: url(../sale/img/sale_cta_back.png) no-repeat center center;
    height: 248px;
  }

  .cta-title img {
    height: 75px;
    margin-top: 30px;
  }

  .cta-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 10px;
    margin-top: 28px;
  }

  .cta-tel img {
    max-width: 80%;
    margin-left: 7%;
  }

  .cta-form img {
    max-width: 80%;
    margin-right: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    height: 255px;
  }
  .cta .cta-photo {
    background: url(../sale/img/sale_cta_back_sp.png) no-repeat top center;
    max-height: 246px;
    background-size: contain;
    padding-bottom: 5%;
  }

  .cta-title img {
    height: 50px;
    margin-top: 5%;
  }

  .cta-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-top: 17px;
    max-width: 377px;
  }

  .cta-tel img {
    max-width: 75%;
    margin-left: 0%;
  }

  .cta-form img {
    max-width: 75%;
    margin-top: 18px;
    margin-right: 0%;
  }
}

.biz-meeting {
  color: #FD393C;
  font-size: 1.5em;
  font-weight: bold;
  width: 47.5%;
  text-align: center;
  margin-top: -20px;
  animation: flash 1s linear infinite;
}
@media print,screen and (max-width: 767px) {
  .biz-meeting {
    width: 100%;
  }
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.urichi-map {
  color: #f00;
}

/*イレギュラー対応*/
.lh09 {
  line-height: 0.9;
}
.lh12 {
  line-height: 1.2;
}
@media print,screen and (min-width: 768px) {
  .primary-list li .list-label.area-two-tiered {
    height: 55px;
  }
  .urichi-slider-sub.arrow-down {
    margin-top: -5px;
	clear:both;
  }
}
@media print,screen and (max-width: 767px) {
  .primary-list li .list-label.area-two-tiered {
    height: 45px;
  }
}

/**/
.new-arrivals {
  position: absolute;
  width: 130px;
  margin-left: -129px;
  margin-top: -2px;
  z-index: 100;
}
@media print,screen and (max-width: 767px) {
  .new-arrivals {
    width: 120px;
    margin-left: 236px;
    margin-top: 8px;
  }
}