/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.header__link-sell {
	color: #616161;
}
@media (max-width: 740px) {
	.header__link-sell {
	  color: #fff;
	}
}
.extra-header__link-index {
	color: #616161;
}

.yellow-back, .yellow--bread {
  background-color: #FCF7EA;
}
.grey-back--bread {
  background-color: #FCF7EA;
}
.grey-back{
  background-color: #F1F1F2;
  padding-bottom:50px;
}

@media (max-width: 740px) {
.grey-back p {
  width:95% !important;
  margin:0 0 0 2.5%;
  display:block;
  float:left; clear:none;
}
}

/*????*/

.MAP	{ width:1084px; height:450px;  margin:0px 0 0 0px; overflow:visible;border:2px solid #EDB35D;}
.MAP_BOX	{ width:540px; height:450px;border-top:0px solid #ccc;   border-right:1px solid #EDB35D;
position:relative;
float:left; clear:none;  }
.MAP img.MAPLAYER	{ width:540px; height:450px; position:absolute; top:0px; left:0px; display:block; border:none; margin:0 0 0 0px; z-index:100; }

.map {
  width:100%;
  background:#FCF7EA;
  padding-bottom:50px;
}

.map-search {
  width:100%;
  height:454px;
  border:2px solid #EDB35D;
  background:#fff;
  display:flex;
}
.map-search__left{
  width:539px;
  height:450px;
}
.map-search__right{
  width:540px;
  border-left:1px solid #EDB35D;
  float:right; clear:none;
  background:#fff;
}
.map-search__right .town{
  width:538px;
  height:90px;
  display:flex;
  border-bottom:1px solid #EDB35D;
}
.town .town-name {
  width:180px;
  height:90px;
  margin:15px 0 0 20px;
  display:flex;
}
@media (max-width: 740px) {
.town .town-name {
  width:95%;
  height:20px;
  margin:20px 0 0 5%;
}
}

.town .town-name dt{
  width:40%;
}
.town .town-name dd a{
  width:40%;
  font-size:12px;
}
.town .town-name dd a:hover {
  text-decoration:underline;
}
.town .town-name dt img{
  width:60px;
  margin-right:20px;
}
@media (max-width: 740px) {
  .town .town-name dt img{
    width:100px;
    margin-right:0px;
  }
}
.town .town-name dd{
  width:60%;
  font-size:12px;
  line-height:1.7em;
  margin-top:10px;
}
.town .town-name dd em {
  font-size:12px;
  font-style:normal;
  font-weight:normal;
}
.town .town-name dd br {
  display:none;
}
.town .town-bukken{
  width:339px;
  padding:20px 10px 15px 10px;
  display:flex;
  flex-wrap:wrap;
  border-left:1px solid #EDB35D;
align-content: flex-start;
}
@media (max-width: 740px) {
.town .town-bukken {
  width:60%;
  margin:0 0 0 40%;
}
}
.town .town-bukken a{
  width:50%;
  font-size:12px;
}
@media (max-width: 740px) {
  .town .town-bukken a{
    width:100%;
  }
}

.town .town-bukken a:hover{
  text-decoration:underline;
}
.town .town-bukken a .arrow{
  width: 5px;
    height: 5px;
    border: 1px solid;
    border-color:  transparent transparent #565656 #565656;
    transform: rotate(45deg);
}
@media (max-width: 740px) {
.MAP {
  width:100%;
  border:none;
}
.MAP_BOX{
  display:none;
}
.map {
  background:#fff;
}
.map .wrapper{
  width:100%;
}
.map-search__right{
  width:100%;
  border-left:0px solid #EDB35D;
  float:right; clear:none;
  background:#fff;
}
.map-search__right .town{
  width:95%;
  height:auto;
  display:block;
  border:1px solid #EDB35D;
  margin-bottom:20px;
  margin:0 0 20px 2.5%;
}
.town .town-bukken {
  border:none;
}
}

/*?????*/
.key	{ width:1084px; height:60px; display:block; background:#EDB35D; color:#fff; }
.key span	{ width:auto; float:left; margin:20px 0 0 126px; color:#fff;}
.key span img	{ width:16px; margin:0 10px 0 0; vertical-align:middle; }
.key form	{ width:370px; height:60px; float:left; margin:0; padding:0 20px; }
.key form input.INPUT	{ width:250px; height:30px; float:left; margin:15px 0 0 0; padding:0; border:1px solid #ccc; color:#999; font-size:13px; line-height:30px; }
.key form input.SUBMIT	{ width:70px; height:30px; float:right; margin:15px 0 0 0; background:#333333; border:none; color:#fff; font-size:13px; line-height:30px; cursor:pointer; }
.key form input.SUBMIT:hover	{ filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity:0.70; opacity:0.70; }
.key form input.SUBMIT:active	{ filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity:0.70; opacity:0.70; }


@media (max-width: 740px) {
.key { width:95%;
  margin:0 0 0 2.5%;
}
.key span {
  display:none;
}
.key form	{
  width:100%;
  margin:0;
  padding:0;
}
.key form input.INPUT	{
  width:77%;
}
.key form input.SUBMIT{
  width:20%;
}
}

.list-link {
  width:1080px;
  background-color: white;
  padding: 50px 0;
  margin: 0px auto 0 auto;
}
.list-search {
  width:1080px;
  list-style:none;
  display:flex;
  justify-content:space-between;
  margin:0;
  padding:0;
}

@media (max-width: 740px) {
.list-link {
width:95%;
margin:0 0 0 2.5%;
padding:0;
}
.list-search {
  width:100%;
  display:block;
}
}

.list-search li{
 width:340px;
 list-style:none;
 border:1px solid #cccccc;
 display:flex;
 justify-content: flex-end;
}
.list-search li a {
  width:100%;
  position:relative;
}
.list-search li a:hover {
  opacity:0.7;
}
.list-search li a figure {
  height:134px;
  margin:0;
  position:relative;
  overflow:hidden;
}
.list-search li a figure img {
	width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.list-search li a:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-search li a figcaption	{
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	width:100%;
	height: 100%;
	float:left;
	background: rgba(0,0,0,.3);
	color:#fff;
	text-align:center;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s; opacity: 0;
}
.list-search li a:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}
.list-search li a figcaption i	{
	font-size:30px;
	line-height:140px;
}
@media (max-width: 740px) {
.list-search li {
  width:100%;
  margin:0 0 30px 0;
}
}

.list-search li center {
width:80%;
margin:0 auto;
text-align:center;
color:#707070;
font-weight:normal;
padding:15px 0;
font-weight:bold;
letter-spacing:0.1em;
}
.list-search li center img{
  width:20px;
  margin-right:10px;
  vertical-align: middle;
}
.list-search li h2 {
margin:0;
}
.page-title {
  margin: 0;
  font-size: 25px;
  padding: 50px 0 0 0;
  font-weight:normal;
}
.page-title img {
width:25px;
margin:0 10px 0 20px;
vertical-align: middle;
}

.page-title strong {
  font-size:20px;
  line-height:27px;
}
.h2-center {
width:100%;
font-size:20px;
}
.h2-center img{
width:20px;
margin:0 10px 0 0;
}
.text-center {
  width:100%;
  text-align:center;
}
#theme center {
  font-size:22px;
}

h3.h3-favo { width:1080px;
  background:#E2F1F6;
  line-height:45px;
  padding-left:2%;
  margin:0 auto 20px auto;
}

.favo-list {
  width:1080px;
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin:0 auto 30px auto;
  padding:0;

}
.favo-list li{
  width:260px;
  margin:0 5px;
}
.favo-list li a{
  width:260px;
}
.favo-list li a:hover{
  opacity:0.7
}
.favo-list li a figure {
  height:103px;
  margin:0;
  position:relative;
  overflow:hidden;
}
.favo-list li a figure img {
	width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.favo-list li a:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.favo-list li a figcaption	{
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	width:100%;
	height: 100%;
	float:left;
	background: rgba(0,0,0,.3);
	color:#fff;
	text-align:center;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s; opacity: 0;
}
.favo-list li a:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}
.favo-list li a figcaption i	{
	font-size:30px;
	line-height:100px;
}
.favo-list li a h4 {
  margin:10px 0 30px 0;
}

.favo-list li img{
  width:100%;
}
.favo-list center{
  width:100%;
  color:#707070;
}
.favo-list center img {
  width:20px;
  margin:0px 10px 0 0;
  vertical-align: middle;
}
.favo-illust{
  width:220px;
}

.yellow-back{
  width: 100%;
  background: #FCF7EA;
  padding:50px 0;
}

@media (max-width: 740px) {
.h2-center {
  width:100%;
  font-size:20px;
  padding-left:5%;
  text-align:left;
  margin:50px 0 0 0;
  }
.h2-center center{
  text-align:left;
}
.favo-list {
  width:100%;
}
.favo-list li{
  width:48%;
  margin:0 1%;
}
.favo-list li a{
  width:100%;
}
.favo-list li a figure {
  height:auto;
}
.favo-list li a h4 {
  margin:0px 0 30px 0;
}
.favo-list center img {
  display:none;
}
h3.h3-favo {
width:100%;
padding-left:5%;}
.favo-illust {
  display:none;
}
.text-center {
  width:100%;
  text-align:left;
  padding-left:5%;
}
}

.area-circles {
  margin: 0px 0;
}
.area-circles .wrapper {
  position: relative;
}
.area-circles__one {
  text-align: center;
  width: 230px;
  margin: 0 20px 50px 20px;
}
.area-circles__one a{
  width:100%;
  height:auto;
}
.area-circles__image {
  width:100%;
  float:left; clear:none;
}
.area-circles__image img {
  width:100%;
}
.area-circles__one a:hover {
  opacity:0.7;
}
.area-circles__one a:hover img {
  opacity:0.7;
}
.area-circles__circles {
  margin: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.area-circles__name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.illust-sp  {
  display:none;
}
@media (max-width: 740px) {
.area-circles__name{
  width:50%;
  float:right; clear:none;
  text-align:left;
  margin:20px 0 0 0;
}
.area-circles__image {
  width:40%;
  float:left; clear:none;
}
.illust-sp {
  width:70%;
  margin:0 0 0 15%;
  display:block;

}
}
.area-circles__text {
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 1.5em;
  text-align:left;
}
@media (max-width: 740px) {
.area-circles__text{
  width:50%;
  float:right; clear:none;
}
}
.area-circles__family {
  width:280px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.area-circles__giraff {
  width:280px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 740px) {
.area-circles__circles {
  width:100%;
}
.area-circles__one {
  text-align: center;
  width: 100%;
  margin: 0 0px 50px 0px;
}
.area-circles__giraff {
  width:80%;
  position: relative;
  margin:0 0 0 10%;
  right: 0;
  bottom: 0;
  display:none;
}
.area-circles__family{
  display:none;
}
}

.area-new__links {
  width:1080px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.area-new__link {
  width: -webkit-calc(33.33% - 5px);
  width: calc(33.33% - 5px);
  border: 1px solid #C9C8C8;
  background:#fff;
}
.area-new__image img {
  width: 100%;
}
.area-new__name {
  font-weight: bold;
  text-align:left;
}
.area-new__infos {
  padding: 15px;
}
.area-new__info {
  font-size: 13px;
  margin: 10px 0 0 0;
  text-align:left;
}
.area-new__info i {
  margin: 0 5px 0 0;
  color: #C9C8C8;
}
.area-new__price {
  font-size: 13px;
  margin: 10px 0 0 0;
  color: #FF523A;
  font-weight: bold;
  text-align:left;
}
.area-new__price span {
  color: #FF523A;
  font-size: 22px;
}
.area-new__price i {
  margin: 0 5px 0 0;
  color: #C9C8C8;
}
.area-new__title { display:none; }

.recommend__title{
  width:100%;
  color: #EDB35D;
  text-align: center;
  font-size: 30px;
  font-weight: lighter;
  line-height:2em;
  letter-spacing: 10px;
  margin: 0;
  padding: 1em 0;
  position: relative;
  display:block;
}
.recommend__title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  content: "";
  background-color: #333333;
  height: 1px;
  width: 100px;
}
.recommend__list {
  width:1080px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position:relative;
}
@media (max-width: 740px) {
  .recommend__list {
    width:95%;
    margin:0 2.5%;
  }

}

.tag-new {
  background-color: #F67749;
  color: white;
  text-align: center;
  padding: 2px 10px;
  font-size: 12px;
  position:absolute;
  top:0;
  left:0
}
.recommend__component {
  background-color: white;
  display: block;
  width: 32%;
  margin: 0 0 30px 0;
  border:1px solid #cccccc
  ;
}
.recommend__component:hover{
  opacity:0.7;
}

.recommend__component figure {
  height:220px;
  margin:0;
  position:relative;
  overflow:hidden;
}
.recommend__component figure img {
	width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.recommend__component:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.recommend__component figcaption	{
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	width:100%;
	height: 100%;
	float:left;
	background: rgba(0,0,0,.3);
	color:#fff;
	text-align:center;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s; opacity: 0;
}
.recommend__component:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}
.recommend__component figcaption i	{
	font-size:30px;
	line-height:220px;
}
@media (max-width: 740px) {
  .recommend__component {
    width: 100%;
    padding: 20px 5% 0 5%;
  }
}
.recommend__info {
  padding: 5px 15px 15px 15px;
}
.recommend__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend__tag {
  font-size: 10px;
  line-height:1.2;
  background-color: #9D6498;
  color: white;
  padding: 5px 10px;
}
.recommend__name {
  margin: 5px 0;
  text-align:left;
}
.recommend__detail {
  margin: 5px 0;
  line-height:1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recommend__detail dt {
  margin: 0 10px 0 0;
  color:#ccc;
}
.recommend__detail dt.recommend__detail-pricedt {
  line-height:30px;
}
.recommend__detail dd {
  margin: 0;
}
.recommend__detail dd.recommend__detail-pricedd {
  color:#f00;
  font-weight:bold;
  font-size:14px;
  line-height:30px;
}
.recommend__detail dd.recommend__detail-pricedd strong {
  color:#f00;
  font-size:22px;
}
.recommend__view {
  text-align: right;
  font-size:12px;
}
.recommend__view i {
  margin: 0 0 0 10px;
}

.reform-overviews__link {
  width: 334px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #616161;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  font-weight: bold;
  margin: 50px 0 0 0;
  padding:0 0 0 50px;
  background:#fff;
}
.reform-overviews__link i {
  color: #ccc;
  margin-left:50px;
  vertical-align:middle;
}
.reform-overviews__link:hover {
  background-color: #333333;
  color: white;
}


.title__title {
  color: #EDB35D;
  text-align: center;
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: lighter;
  line-height:1.5em;
  letter-spacing: 10px;
  margin: 0;
  padding: 1em 0;
  position: relative;
}
.title__title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  content: "";
  background-color: #014180;
  height: 1px;
  width: 100px;
}


@media (max-width: 740px) {
  .grey-back--bread {
    background-color: transparent;
  }
  .recommend-overviews__link {
    margin:0;
  }
}

.page-title {
  margin: 0;
  font-size: 25px;
  padding: 20px 0;
}
.page-title em{
  font-size:25px;
  font-style: normal;
}
.page-title span {
  float:right; clear:none;
  margin:10px 0 0 0;
  font-size:13px;
}
@media (max-width: 740px) {
.page-title span {
  width:100%;
  margin:0 0 0 2.5%;
}
.page-title {
  margin: 0;
  font-size: 25px;
  padding: 0px 0;
}
.page-title em {
  width:97.5%;
  height:50px;
  background:#E89F32;
  padding:0 0 0 2.5%;
  margin:0 0 20px 0;
  color:#fff;
  font-style: normal;
  display:block;
  line-height:50px;
  letter-spacing:3px;
}
.page-title strong {
  margin:0 0 10px 0;
  float:left; clear:none;
}
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.two-column, .two-column--area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column--area {
  margin: 100px 0 0 0;
}
.two-column__side {
  width: 304px;
}
.two-column__side .side-sp{
	display:none;
}
@media (max-width: 740px) {
  .two-column__side {
    width: 100%;
  }
  .two-column__side .side-sp{
	display:block;
	width:100%;
	background:#E89F32;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	padding:10px 0;
	border-radius:5px;
  }
  .two-column__side .side-sp i{
  	margin-left:10px;
  }
}
.two-column__main {
  width: 756px;
}
@media (max-width: 740px) {
  .two-column__main {
    width: 100%;
  }
}
@media (max-width: 740px) {
  side-search	{
    display: none;
  }
}
.side-search__inputs {
  background-color: white;
  border: 1px solid #616161;
}
.side-search__wrapper {
  padding: 20px;
  border-bottom: 1px dotted #616161;
}
.side-search__title {
  border-bottom: 1px dotted #616161;
  color: #E89F32;
  font-size: 20px;
  padding: 20px;
  margin: 0;
}
.side-search__area-button {
  color: #E89F32;
  border: 1px solid #E89F32;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
}
.side-search__area-button:hover {
  color: white;
  background-color: #E89F32;
}
.side-search__current-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.side-search__city-button {
  color: #E89F32;
  border: 1px solid #E89F32;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
}
.side-search__city-button:hover {
  color: white;
  background-color: #E89F32;
}
.side-search__types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.side-search__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E89F32;
  border: 1px solid #E89F32;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  width: 125px;
  height: 56px;
  cursor: pointer;
  margin: 0 0 10px 0;
}
.side-search__type:hover {
  color: white;
  background-color: #EDB35D;
}
.side-search__check {
  display: none;
}
.side-search__check:checked + label {
  background-color: #E89F32;
  color: white;
}
.side-search__select {
  outline: none;
  border: none;
  width: 100%;
  background-color: #F1F1F2;
  padding: 10px;
  border-radius: 5px;
  margin:0 0 5px 0;
}
.side-search__mini-title {
  margin: 10px 0;
}
.side-search__tilde {
  margin: 5px 0;
  text-align: center;
}
.side-search__one {
  margin: 0 0 30px 0;
}
.side-search__result {
  text-align: center;
  margin: 30px 0;
}
.side-search__number span {
  font-size: 20px;
  font-weight: bold;
  color: #E89F32;
}
.side-search__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background-color: #FF523A;
  display: block;
  color: white;
  margin: 10px 0 0 0;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.side-search__button i {
  color: white;
}
.side-search__clear {
  color: #2B9FE1;
  margin: 10px 0 0 0;
}

.simple-navi {
  border: 3px solid #E89F32;
}
@media (max-width: 740px) {
  .simple-navi {
    display: none;
  }
}
.simple-navi__upper {
  background-color: #EDB35D;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.simple-navi__area {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-right: 1px dotted #616161;
  color: white;
}
.simple-navi__area:last-child {
  border: none;
}
.simple-navi__area i {
  color: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.simple-navi__area.selected {
  position: relative;
  color: #E89F32;
  z-index: 10;
}
.simple-navi__area.selected::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-color: white;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 5px;
  z-index: -1;
}
.simple-navi__area.selected i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.simple-navi__lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.simple-navi__type {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-right: 1px dotted #616161;
}
.simple-navi__type:last-child {
  border: none;
}
.simple-navi__type i {
  color: inherit;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.simple-navi__type.selected {
  font-weight: bold;
}
.simple-navi__type.selected i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.simple-detail {
  margin: 10px 0 0 0;
  border: 1px dotted #616161;
}
@media (max-width: 740px) {
  .simple-detail {
    display: none;
  }
}
.simple-detail__text {
  background-color: white;
  padding: 30px;
  line-height: 1.5em;
}
.simple-detail__title {
  margin: 0;
  color: #E89F32;
}
.simple-detail__paragraph {
  margin: 0;
}
.simple-detail__lower {
  background-color: #F3F2F1;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #616161;
}
.simple-detail__conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
.simple-detail__condition {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.simple-detail__condition dt::after {
  content: ":";
}
.simple-detail__condition dd {
  margin: 0 0 0 20px;
}
.simple-detail__save {
  color: #2B9FE1;
}
.simple-detail__save i {
  margin: 0 5px 0 0;
}

.list-option {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.list-option__radio, .list-option__radio--map {
  flex-grow: 1;
}
.list-option__radio.selected, .selected.list-option__radio--map {
  background-color: #E89F32;
  color: white;
}
@media (max-width: 740px) {
  .list-option__radio--map {
    display: none;
  }
}
.list-option__radio span, .list-option__radio--map span {
  font-size: inherit;
  color: inherit;
}
@media (max-width: 740px) {
  .list-option__radio span, .list-option__radio--map span {
    display: none;
  }
}
.list-option__style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E89F32;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.list-option__style div {
  padding: 10px 35px;
  color: #E89F32;
  font-size: 12px;
}
.list-option__style div:last-child {
  border: none;
}
.list-option__style div i {
  margin: 0 5px 0 0;
  font-size: 10px;
}
.list-option__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.list-option__sort dt {
  margin: 0;
}
.list-option__sort dt::after {
  content: ":";
}
@media (max-width: 740px) {
  .list-option__sort dt {
    display: none;
  }
}
.list-option__sort dd {
  margin: 0 0 0 10px;
}
.list-option__select {
  width: 150px;
  color: #E89F32;
  border: 1px solid #E89F32;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.pagenation__count span {
  font-size: 20px;
  color: #E89F32;
  font-weight: bold;
}
.pagenation__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.pagenation__pages dd {
  margin: 0;
}
.pagenation__pages dd a {
  color: #E89F32;
  margin: 0 0 0 30px;
}

.list-links {
  margin: 30px 0 0 0;
}
.list-links__box {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  margin: 30px 0 0 0;
  background-color: white;
}
.list-links__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
.list-links__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-links__icon {
  text-align: center;
  margin: 0 0 0 10px;
}
.list-links__icon i {
  font-size: 30px;
  color: #E89F32;
}
.list-links__icon div {
  margin: 10px 0 0 0;
  font-size: 10px;
}
.list-links__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.list-links__model {
  background-color: #FF523A;
  color: white;
  padding: 15px 0 15px 100px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.list-links__model::before {
  content: "OPEN";
  position: absolute;
  left: -40px;
  top: 7px;
  padding: 5px 0;
  width: 160px;
  text-align: center;
  background-color: white;
  color: #FF523A;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 740px) {
  .list-links__model {
    display: none;
  }
}
.list-links__copy {
  padding: 15px 30px;
  border-top: 1px dotted #616161;
}
.list-links__photo {
  width: 416px;
  position: relative;
}
.list-links__photo .list-option__style {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
}
@media (max-width: 740px) {
  .list-links__photo {
    width: 100%;
  }
  .list-links__photo img {
    width: 100%;
  }
}
.list-links__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.list-links__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #616161;
}
@media (max-width: 740px) {
  .list-links__details {
    flex-wrap: wrap;
  }
}
.list-links__detail {
  width: -webkit-calc(100% - 416px);
  width: calc(100% - 416px);
  padding: 20px;
  position: relative;
}
@media (max-width: 740px) {
  .list-links__detail {
    width: 100%;
  }
}
.list-links__price {
  color: #FF523A;
}
.list-links__price span {
  color: inherit;
  font-size: 25px;
}
.list-links__data {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.list-links__data dt {
  width: 25%;
  font-size: 11px;
}
.list-links__data dt i {
  margin: 0 5px 0 0;
  font-size: 11px;
}
.list-links__data dd {
  width: 75%;
  margin: 0;
  font-size: 12px;
}
.list-links__pieces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.list-links__piece {
  margin: 0 0 10px 0;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-links__piece dt {
  width: 35%;
  font-size: 11px;
}
.list-links__piece dd {
  width: 65%;
  margin: 0;
  font-size: 11px;
}
.list-links__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.list-links__pictures {
  font-size: 11px;
}
.list-links__pictures i {
  color: #E89F32;
  margin: 0 5px 0 0;
}
.list-links__watch {
  font-size: 11px;
}
.list-links__watch i {
  margin: 0 0 0 5px;
}
.list-links__tag-new {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F67749;
}
.list-links__tag-uhouse {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A8FD8;
}
.list-links__tag-nhouse {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A5080;
}
.list-links__tag-mansion {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #B58FD8;
}
.list-links__tag-land {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #42AD8D;
}
.list-links__tag-price {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #EB6C5C;
}
.list-links__tag-reform {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #666666;
}
.list-links__tag-own {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F59302;
}

.list-voice {
  background-color: white;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.list-voice__top {
  text-align: center;
}
@media (max-width: 740px) {
  .list-voice__top img {
    display: none;
  }
}
.list-voice__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 880px;
}
@media (max-width: 740px) {
  .list-voice__photos {
    width: 100%;
    flex-wrap: wrap;
  }
}

.link-to-detail {
  border: 1px solid #616161;
}
@media (max-width: 740px) {
  .link-to-detail {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.link-to-detail__img {
  position: relative;
  width: 285px;
  height: 180px;
}
.link-to-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
@media (max-width: 740px) {
  .link-to-detail__img {
    width: 100%;
    height: auto;
  }
}
.link-to-detail__details {
  padding: 10px;
}
.link-to-detail__date {
  font-size: 11px;
}
.link-to-detail__title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.link-to-detail__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}
.link-to-detail__detail dt {
  font-size: 12px;
}
.link-to-detail__detail dt::after {
  content: ":";
}
.link-to-detail__detail dd {
  font-size: 12px;
  margin: 0;
}
.link-to-detail__flow {
  font-size: 12px;
  text-align: end;
}
.link-to-detail__flow i {
  margin: 0 0 0 5px;
}
.link-to-detail__tag-buy {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #339AB9;
}
.link-to-detail__tag-sell {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #6EB56B;
}
.link-to-detail__tag-reform {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #C97DBD;
}

.buy-footer {
  padding: 100px 0;
}
@media (max-width: 740px) {
  .buy-footer {
    display: none;
  }
}
.buy-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 1.5em;
}
.buy-footer__title {
  font-size: 15px;
  font-weight: bold;
}
.buy-footer__separate {
  margin: 0 5px;
  color: #2B9FE1;
  font-size: 13px;
}
.buy-footer__separate:last-child {
  display: none;
}
.buy-footer__link a {
  color: #2B9FE1;
  font-size: 13px;
}
.buy-footer__one {
  margin: 0 0 50px 0;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icons__icon {
  text-align: center;
  margin: 0 0 0 10px;
}
.icons__icon i {
  font-size: 30px;
  color: #E89F32;
}
.icons__icon div {
  margin: 10px 0 0 0;
  font-size: 10px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.tags__tag-new {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 11px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F67749;
}
.tags__tag-uhouse {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing:0;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A8FD8;
}
.tags__tag-nhouse {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing:0;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #0A5080;
}
.tags__tag-mansion {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing:0;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #B58FD8;
}
.tags__tag-land {
  width: 100px;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing:0;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #42AD8D;
}
.tags__tag-price {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #EB6C5C;
}
.tags__tag-reform {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #666666;
}
.tags__tag-own {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background-color: #F59302;
}
