@charset "utf-8";


.sp  { display: none;   }
.pc  { display: block;  }


.headlines {
  color: #525252;
  font-size: 36px;
  text-align: center;
  padding: 60px 0 0;
}


.sublines {
  font-size: 20px;
  border: none;
  text-align: center;
  padding: 6px 0 4px 0;
}

#top {
	clear: both;
	position: relative;
	background-color: #fff;
	width: 100%;
	/*max-width: 1400px;*/
	min-width: 320px;
	margin: 0;
  margin-top: 100px;
	padding: 0;
	border-bottom: 1px solid #f3f3f3;
}
#top h1 img {
	width: 100%;
	max-width: 1280px;
	min-width: 320px;
	/*min-width: 320px;*/
	
	margin: 0 auto;
	padding: 0;
	vertical-align: bottom;
}

#top .topbanner {
	width: 100%;
	/*background-color: #f6f6f6;*/
}




















.share {
  background: #F6F6F6;
  padding: 10px 0 30px;
  margin: 50px auto 0;
}

.fwb {
  font-size: 18px;
  color: #525252;
  font-weight: bold;
  padding: 50px 0 30px;
}

.btn {
  width: 500px;
  margin: 40px auto 60px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.btn a {
  position: relative;
  display: block;
  background: #D7152A;
  background-size: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px 10px 45px;
}
.btn a .icon {
  position: absolute;
  top: 7px;
  left: 20px;
  display: inline-block;
}
.btn a span img {
  width: 64px;
  padding: 12px 0 0 10px;
}
.btn a .small {
  font-size: 18px;
  line-height: 2.2em;
}
.btn a .large {
  font-size: 34px;
}
.btn a:hover {
  opacity: 0.75;
}



/* ==================================================
Visit
================================================== */

/*Catch*/
#catch {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 540px;
  background: url(/assets/img/purchase/estatesale/catch.jpg) center top no-repeat;
  background-size: cover;
  padding: 90px 0 50px;
  margin: 0 0 60px;
}
#catch h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.4em;
  margin: 0 0 10px;
}
#catch h2 span {
  display: block;
  font-size: 40px;
  line-height: 2.0em;
}

#catch ul {
  position: relative;
  float: left;
  left: 50%;
}
#catch ul li {
  display: block;
  position: relative;
  float: left;
  left: -50%;
  width: 160px;
  height: 160px;
  background: #6583C7;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  padding: 45px 0 0;
  margin: 0 15px 25px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}
#catch ul li:first-child,
#catch ul li:last-child {
  /*padding: 38px 0 0;*/
}
#catch ul li strong {
  display: block;
  font-size: 22px;
  line-height: 1.7em;
}

#catch p {
  clear: both;
  margin: 0 auto;
}



.flow__list {
  float: left;
  width: 32.5%;
  height: 470px;
  background: #F6F6F6;
  text-align: center;
  padding: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.flow__list:last-child {
  margin-right: 0;
}
.flow__list dl {}
.flow__list dt {
  color: #535353;
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.flow__list dt span {
  display: block;
  width: 100px;
  background: #00AFE6;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  padding: 2px 0 0;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.flow__list dt img {
  width: 180px;
  display: block;
  margin: 30px auto 30px;
}
.flow__list dd {
  color: #535353;
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}
.flow__list dd span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.flow__list dd .tel {
  display: block;
  font-size: 24px;
  padding-top: 10px;
}
.flow__list dd .tel a {
  color: #555;
}
.flow__list dd .tel img {
  width: 40px;
}
.flow__list dd .reception {
  font-size: 11px;
  margin: 0;
  padding-top: 4px;
}


#cost .cost_inner {
  width: 70%;
  background: #F6F6F6;
  margin: 0 auto;
  padding: 30px;
}
#cost .bef-flex {
  background: #F6F6F6;
  margin: 0 auto;
}
#cost h5 {
	font-size: 24px;
  text-align: center;
  margin: 60px 0 20px 0;
}
#cost .flex-container {
	min-width: 320px;
  background: #F6F6F6;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	flex-wrap:wrap;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#cost .flex-item {
	width: 33%;
  background: #fff;
  box-shadow : 0 0 0 3px #f6f6f6;
  text-align: center;
  padding: 10px 30px;
  margin: 0 auto;
}
#cost .tabletitle {
  color: #fff;
  background-color: #00AFE6;
}
#cost .flex-item h5 {
	font-size: 24px;
  margin-bottom: 26px;
}
#cost .flex-item h6 {
	font-size: 26px;
  margin: 26px 0 50px 0;
  text-decoration: underline;
}
#cost .flex-item ul li {
	font-size: 18px;
  line-height: 1.5em;
}
#cost .cost_inner p {
  font-size: 14px;
  text-align: left;
  line-height: 1.6em;
  padding-top: 14px;
}
#cost img {
	width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#cost .flex-item02 {
	width: 49.5%;
}


#costdown .flex-container {
	/*max-width: 1300px;*/
  width: 90%;
	min-width: 320px;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	flex-wrap:wrap;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
#costdown .flex-item {
	width: 48%;
  background: #F6F6F6;
	border: 6px solid #fff;
  text-align: center;
  padding: 40px 40px;
  margin: 0 auto;
}
#costdown .flex-item h5 {
	font-size: 26px;
  color: #00AFE6;
  font-weight: 500;
  margin-bottom: 26px;
}
#costdown .flex-item h6 {
	font-size: 26px;
  margin: 26px 0 50px 0;
  text-decoration: underline;
}
#costdown .flex-item ul li {
	font-size: 18px;
  line-height: 1.5em;
}
#costdown .flex-item p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
}
#costdown img {
	width: 100%;
  max-width: 360px;
  image-rendering: -webkit-optimize-contrast;
}


#visit__heading {
  width: 1295px;
  text-align: center;
  margin: 40px auto 70px;
}
#visit__heading h4 {
  color: #11335E;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 1.5em;
}

.visit__heading--left {
  float: left;
  width: 50%;
  height: 300px;
  background: #fff url(/assets/img/purchase/local/bg_web.png) top 30px center no-repeat;
  background-size: 60px 60px;
  border-right: solid 1px #ddd;
  padding: 120px 0 0;
}
.visit__heading--right {
  /*loat: right;*/
  width: 50%;
  height: 300px;
  background: #fff /*url(/assets/img/purchase/local/bg_phone.png) top 30px center no-repeat*/;
  background-size: 60px 60px;
  margin: 0 auto;
  padding: 120px 0 0;
}
.visit__heading--right .fphone {
  color: #555;
  font-size: 42px;
  margin: 0;
}
.visit__heading--right .fphone strong img {
  width: 60px;
  margin: 0 5px 0 0;
}
.visit__heading--right .fphone span {
  display: block;
  font-size: 14px;
  margin: 15px 0 0;
}

.visit__map {
  height: 420px;
  background: transparent url(/assets/img/purchase/estatesale/bg_map.jpg) 15px top no-repeat;
  padding: 0 0 0 660px;
  margin: 30px 0 80px;
}
.visit__map dt {
  color: #535353;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 20px;
}
.visit__map dd {
  font-size: 15px;
  line-height: 2em;
}


.map {
  text-align: center;
}
.map img {
  width: 96%;
  max-width: 750px;
}




#visit05 .innerWrap,
#visit06 .innerWrap {
  width: 1000px !important;
  margin: 0 auto;
}



/*Search*/
.purchase__box {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 40px;
}
.purchase__box:after {
  content: "";
  display: block;
  clear: both;
}

.purchase__line {
  clear: both;
  width: 1000px;
  color: #525252;
  font-size: 18px;
  padding: 0 0 20px;
  margin: 0 auto;
}
.purchase__line span {
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding: 3px 0 3px 15px;
  margin: 0 20px 10px 0;
  border-left: solid 1px #525252;
}

.purchase__list {
  position: relative;
  top: -1px;
  left: -1px;
  float: left;
  width: 33.3%;
  height: 410px;
  background: #fff;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.purchase__list:nth-child(3n) {
  border-right: none;
}
.purchase__list:last-child {
  border-right: none;
}
.purchase__list a {
  display: block;
  height: 410px;
  padding: 15px;
}
.purchase__list a:hover {
  opacity: 0.75;
}
.purchase__list h3 {
  background: #ddd;
  height: 220px;
  font-size: 0px;
  margin: 0 0 30px;
}
.purchase__list img {
  width: 100%;
}
.purchase__list dl {
  padding: 0 10px 0;
}
.purchase__list dt {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 15px;
}
.purchase__list dd {
  color: #333;
  line-height: 1.5em;
}



.search__line {
  color: #11335E;
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 0;
}
.search__line span {
  background: #11335E;
  color: #fff;
  padding: 5px 10px 5px;
  margin: 0 10px 0 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.search__txt {
  font-size: 12px;
  margin: 0 0 70px;
}

.search__list {
  margin: 20px 0;
}
.search__list:after {
  content: "";
  display: block;
  clear: both;
}
.search__list li {
  display: table;
  position: relative;
  float: left;
  width: 211px;
  height: 70px;
  background: #fff;
  border-bottom: solid 1px #FaFaFa;
  vertical-align: middle;
  margin-right: 3px;
}
.search__list li:nth-child(6n){
  width: 210px;
  margin: 0;
}
.search__list a {
  display: table-cell;
  color: #333;
  font-size: 14px;
  padding: 10px 0 10px 80px;
  vertical-align: middle;
}
.search__list a:hover {
  opacity: 0.75;
  /*background: #F6F6F6;*/
}
.search__list img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
}



.faq__list {
  margin: 30px auto 10px;
}
.faq__list dt {
  background: url(/assets/img/purchase/estatesale/ico_question.png) left top no-repeat;
  background-size: 40px;
  color: #525252;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: solid 1px #DDD;
  padding: 8px 10px 18px 60px;
  margin: 0 0 10px;
}
.faq__list dd {
  background: url(/assets/img/purchase/estatesale/ico_answer.png) left top no-repeat;
  background-size: 40px;
  color: #EB6D8F;
  font-weight: bold;
  line-height: 1.5em;
  padding: 8px 10px 18px 60px;
}



.caution__list {
  margin: 0 0 60px 1.2em;
}
.caution__list li {
  color: #555;
  list-style-type: disc;
  line-height: 1.75em;
}
.caution__list li ul li {
  list-style-type: none;
}


.visit__heading--right .fphone a {
    color: #545454;
}

a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"] {
    pointer-events: none;
}



.reason__list {
  float: left;
  width: 32.8%;
  height: 250px;
  background: #F6F6F6;
  text-align: center;
  padding: 40px;
  margin-right: 10px;
}
.reason__list:last-child {
  margin-right: 0;
}
.reason__list dl {}
.reason__list dt {
  color: #00AFE6;
  font-size: 28px;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.reason__list dd {
  color: #535353;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
}

#estatesale01 dl {
	background-size: 68% auto;
	background-position: center;
	background-repeat: no-repeat;
}
#reason01 {
	background-image:url(/assets/img/purchase/estatesale/bg_cycle.png);
}
#reason02 {
	background-image:url(/assets/img/purchase/estatesale/bg_clothes.png);
}
#reason03 {
	background-image:url(/assets/img/purchase/estatesale/bg_delicar.png);
}





#visit03 .flex-container {
  background-color: #f6f6f6;
	max-width: 1300px;
	min-width: 320px;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
#visit03 .flex-item {
	width: calc(100%/3);
	/*background-color: #f6f6f6;
	box-shadow : 0 0 0 3px #fff;*/
	margin: 0;
	padding: 40px 0 40px 0;
	position: relative;
  text-align: center;
}
#visit03 .flex-item img{
  background-color: #fff;
  border-radius: 10px;
	width: 80%;
	padding: 10px;
}
#visit03 h4 {
  font-size: 21px;
  padding: 20px 0 0 0;
}

