.sp-only {
  display: block;
}

@media (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

.ml-title {
  position: relative;
}

.ml-title a {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}

.ml-title a::before {
  content: '>>';
}

@media (min-width: 767px) {
  .ml-title a {
    position: absolute;
    top: 40px;
    right: 0;
  }
}

.ml-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

.ml-feature-box {
  border: 1px solid #4c4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ml-feature-box._openroom {
  background-color: #fcf5e6;
}

.ml-feature-box._renovation {
  background-color: #f7e8f9;
}

.ml-feature-box img {
  width: 35%;
}

.ml-feature-box p {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767px) {
  .ml-feature-box {
    width: 49%;
    margin-bottom: 15px;
  }
  .ml-feature-box img {
    width: 30%;
  }
  .ml-feature-box p {
    width: 70%;
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .ml-feature._small .ml-feature-box {
    width: 32.5%;
  }
  .ml-feature._small .ml-feature-box p {
    font-size: 1rem;
  }
}

.ml-keyvisual {
  margin-bottom: 30px;
}

.ml-keyvisual img {
  width: 100%;
}

.ml-select-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ml-select-nav li {
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
}

.ml-select-nav li:first-child {
  border-right: 0;
}

.ml-select-nav a {
  display: block;
  font-weight: bold;
  background: #ebfbdf;
  padding: 10px 0;
  width: 100px;
  text-align: center;
}

.ml-select .inner {
  border: 1px solid #ccc;
}

.ml-select input[type='checkbox'] {
  margin-right: 10px;
}

.ml-select-area {
  background-color: #8a8e8e;
  color: #fff;
  margin: 10px;
  padding: 3px 10px;
}

.ml-select-pref {
  border-bottom: 3px solid #8a8e8e;
  margin: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

.ml-select-city {
  margin: 10px;
  border-bottom: 1px solid #ccc;
}

.ml-select-city a {
  text-decoration: underline;
}

.ml-select-address {
  margin: 0 10px 10px 35px;
}

.ml-select-address li {
  border-bottom: 1px solid #ccc;
}

.ml-select-address a {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .ml-select-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ml-select-address li {
    width: 33%;
  }
}

.ml-select-footer {
  background-color: #7b7d7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

.ml-select-footer a {
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  background-color: #ef7f01;
  display: inline-block;
  padding: 3px 10px;
  margin: 0 3px;
  border-radius: 5px;
}

.ml-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
}

.ml-search-title {
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 767px) {
  .ml-search-title {
    width: auto;
  }
}

.ml-search-input input {
  padding: 10px;
  width: 220px;
  margin-right: 10px;
}

@media (min-width: 767px) {
  .ml-search-input {
    margin: 0 10px;
  }
  .ml-search-input input {
    width: 400px;
  }
}

.ml-search-button input {
  background: #fff;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  border-radius: 15px;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 5px 10px;
}

.ml-area-title {
  background: none;
  border: none;
  color: #5e5e5e;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 40px 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15rem;
  text-align: center;
}

.ml-area-title::before, .ml-area-title::after {
  content: '';
  margin: 0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}

.ml-area-title::before {
  margin-right: 1rem;
}

.ml-area-title::after {
  margin-left: 1rem;
}

.ml-area-subtitle {
  text-align: center;
  border: none;
}

.ml-area-text {
  text-align: center;
  font-size: 0.92rem;
}

.ml-linkbox {
  border: 1px solid #999;
  margin-bottom: 10px;
}

.ml-linkbox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ml-linkbox .inner div {
  width: 15%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
}

.ml-linkbox .inner p {
  width: 85%;
  font-size: 0.9rem;
  padding: 25px 10px 25px 0;
}

.ml-linkbox a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  font-size: 1.25rem;
  position: relative;
}

.ml-linkbox a::after {
  content: '';
  background-image: url(../img/mansion-library/img_arrow.png);
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}

.ml-linkbox._sell {
  border-color: #ef7f01;
}

.ml-linkbox._sell a {
  background-color: #ef7f01;
}

.ml-linkbox._sell .inner div {
  color: #ef7f01;
}

.ml-linkbox._buy {
  border-color: #1e8d7c;
}

.ml-linkbox._buy a {
  background-color: #1e8d7c;
}

.ml-linkbox._buy .inner div {
  color: #1e8d7c;
}

@media (min-width: 767px) {
  .ml-linkbox {
    width: 49%;
  }
  .ml-linkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}


.ml-linkbox-l {
  border: 1px solid #999;
  margin-bottom: 10px;
}

.ml-linkbox-l .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ml-linkbox-l .inner div {
  width: 15%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
}

.ml-linkbox-l .inner a {
  width: 85%;
  font-size: 0.9rem;
  padding: 25px 10px 25px 0;
}

.ml-linkbox-l a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  font-size: 1.25rem;
  position: relative;
}

.ml-linkbox-l a::after {
  content: '';
  background-image: url(../img/mansion-library/img_arrow.png);
  display: none;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}

.ml-linkbox._sell2 {
  border-color: #ef7f01;
  width: 100%;
}

.ml-linkbox._sell2 a {
  background-color: #ef7f01;
}

.ml-linkbox._sell2 .inner div {
  color: #ffffff;
}

.ml-linkbox._buy3 {
  border-color: #1e8d7c;
  width: 24%;
}

.ml-linkbox._buy3 a {
  background-color: #1e8d7c;
}

.ml-linkbox._buy3 .inner div {
  color: #1e8d7c;
}
.ml-linkbox._sell3 {
  border-color: #ef7f01;
  width: 24%;
}

.ml-linkbox._sell3 a {
  background-color: #ef7f01;
}

.ml-linkbox._sell3 .inner div {
  color: #ffffff;
}

@media (min-width: 767px) {
  .ml-linkbox-l {
    width: 100%;
  }
  .ml-linkbox-l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ml-list {
  margin: 20px 0;
  border-top: 3px solid #a8a8a8;
  padding-top: 20px;
}

.ml-list-title {
  font-size: 1.2rem;
}

.ml-list-search-parts {
  max-width: 920px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .ml-list-mansion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ml-list-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #5e5e5e;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ml-list-title::before {
  content: '';
  margin-right: 0;
}

@media (min-width: 767px) {
  .ml-list-image {
    width: 43%;
  }
}

.ml-list-image li {
  width: 38%;
  float: left;
  margin-bottom: 10px;
}

.ml-list-image li:first-child {
  width: 60%;
  margin-right: 2%;
}

.ml-list-image li img {
  width: 100%;
}

@media (min-width: 767px) {
  .ml-list-right {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

.ml-list-spec {
  width: 100%;
  border: 0;
  margin: 0;
}

.ml-list-spec th,
.ml-list-spec td {
  border: 0;
  padding: 0;
}

.ml-list-spec th {
  font-weight: normal;
  background: none;
  padding-right: 10px;
}

@media (min-width: 767px) {
  .ml-list-spec {
    width: 49%;
  }
}

.ml-list-button {
  text-align: center;
  width: 100%;
}

.ml-list-button a {
  width: 100%;
  display: inline-block;
  background-color: #ef7f01;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1;
  margin-bottom: 10px;
  cursor: pointer;
}

.ml-list-button a._sell {
  background-color: #ef7f01;
}

.ml-list-button a._buy {
  background-color: #1e8d7c;
}

@media (min-width: 767px) {
  .ml-list-button {
    width: 49%;
  }
}

.ml-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}

.ml-list-link a::before {
  content: '>>';
}

.ml-room-title {
  background: #1c8e7d;
  text-align: center;
  font-weight: normal;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 1;
  border: 0;
}

.ml-room-list {
  border-bottom: 1px solid #1c8e7d;
  padding: 20px 0;
}

@media (min-width: 767px) {
  .ml-room-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ml-room-list-image {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.ml-room-list-image li:first-child {
  margin-right: 5px;
}

.ml-room-list-image img {
  width: 100%;
}

@media (min-width: 767px) {
  .ml-room-list-image {
    width: 22%;
  }
}

.ml-room-list-spec {
  width: 58%;
  text-align: center;
  float: right;
}

@media (min-width: 767px) {
  .ml-room-list-spec {
    width: 20%;
  }
}

.ml-room-list-price {
  color: #e23333;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
}

.ml-room-list-price span {
  font-size: 1.25rem;
  font-weight: normal;
}

.ml-room-list-madori {
  width: 100%;
}

.ml-room-list-info {
  width: 100%;
  font-size: 0.9rem;
  clear: both;
  padding-top: 10px;
}

@media (min-width: 767px) {
  .ml-room-list-info {
    width: 38%;
  }
}

.ml-room-list-link {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .ml-room-list-link {
    width: 17%;
    margin-top: auto;
  }
}

.ml-room-list-link a {
  font-weight: bold;
}

.ml-room-list-link a::before {
  content: '>>';
}

@media (min-width: 767px) {
  .ml-detail-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ml-detail-property .image {
  width: 100%;
  margin-bottom: 20px;
}

/*.ml-detail-property .image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}*/

/*.ml-detail-property .image ul li {
  width: 32.5%;
}*/

.ml-detail-property .image ul li img {
  width: 100%;
}

/*.ml-detail-property .image ul li:first-child {
  width: 100%;
  margin-bottom: 10px;
}*/

@media (min-width: 767px) {
  .ml-detail-property .image {
    width: 50%;
  }
}

@media (min-width: 767px) {
  .ml-detail-property .info {
    width: 48%;
  }
}

.ml-detail-property .info-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #5e5e5e;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.25rem;
}

.ml-detail-property .info-title::before {
  content: '';
  margin: 0;
}

.ml-detail-property .info-text {
  margin-bottom: 20px;
}

.ml-detail-property .info-spec {
  background: #ebf9f2;
}

.ml-detail-property .info-spec h4 {
  border: none;
  margin: 0;
  padding: 15px 10px 5px;
  font-size: 1.25rem;
}

.ml-detail-property .info-spec table {
  background: inherit;
  border: none;
}

.ml-detail-property .info-spec table th,
.ml-detail-property .info-spec table td {
  border: none;
  vertical-align: top;
}

.ml-detail-property .info-spec table th {
  background: inherit;
  font-weight: normal;
  width: 30%;
}

.ml-detail-property .info-spec table td {
  width: 70%;
}

.ml-detail-footer {
  margin: 50px 0;
}

@media (min-width: 767px) {
  .ml-detail-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ml-detail-footer ul li {
  margin: 5px 0;
}

@media (min-width: 767px) {
  .ml-detail-footer ul li {
    margin: 0 5px;
  }
}

.ml-detail-footer ul a {
  display: block;
  color: #fff;
  padding: 15px 40px 15px 30px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

.ml-detail-footer ul a::after {
  content: '';
  background-image: url(../img/mansion-library/img_arrow.png);
  display: inline-block;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}

@media (min-width: 767px) {
  .ml-detail-footer ul a {
    font-size: 22px;
  }
  .ml-detail-footer ul a::after {
    width: 16px;
    height: 16px;
  }
}

.ml-detail-footer ul ._sell {
  background: #ef7f01;
}

.ml-detail-footer ul ._buy {
  background: #1e8d7c;
}

.ml-detail-footer .tel {
  background: #e8e8e8;
  padding: 10px 20px;
  margin: 15px auto 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media (min-width: 767px) {
  .ml-detail-footer .tel {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ml-detail-footer .tel-text {
  margin-right: 10px;
}

.ml-detail-footer .tel-number {
  color: #e80a4f;
  font-size: 20px;
  font-size: 28px;
}

.ml-detail-footer .tel-number::before {
  content: '';
  background-image: url(../img/mansion-library/icon_tel.png);
  display: inline-block;
  width: 28px;
  height: 21px;
  margin-right: 5px;
}

@media (min-width: 767px) {
  .ml-detail-footer .tel-number {
    font-size: 28px;
  }
}

.ml-recommend {
  margin-bottom: 20px;
}

.ml-recommend-image li {
  width: 38%;
  float: left;
  margin-bottom: 10px;
}

.ml-recommend-image li:first-child {
  width: 60%;
  margin-right: 2%;
}

.ml-recommend-image li img {
  width: 100%;
}

.ml-recommend-spec {
  width: 100%;
  margin-bottom: 20px;
}

.ml-recommend-spec th {
  background: #edeeee;
  width: 20%;
}

.ml-recommend-button {
  text-align: center;
}

.ml-recommend-button a {
  display: inline-block;
  background-color: #ef7f01;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1;
}

.ml-recommend-link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.ml-recommend-link a {
  text-align: right;
}

@media (min-width: 767px) {
  .ml-recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ml-recommend-image {
    width: 38%;
  }
  .ml-recommend-spec {
    width: 50%;
    margin: 0;
  }
  .ml-recommend-spec table {
    margin: 0;
  }
  .ml-recommend-button {
    margin-top: auto;
  }
  .ml-recommend-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.border-radius {
  width: 300px;
  height: 300px;
  line-height: 23px;
  background-color: #1ca791;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 15px 15px 15px;
  display:inline-block;
}
.border-radius2 {
  width: 300px;
  height: 300px;
  line-height: 23px;
  background-color: #1ca791;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 15px 15px 15px;
  display:inline-block;
}
.border-radius3 {
  width: 300px;
  height: 300px;
  line-height: 23px;
  background-color: #1ca791;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 15px 15px 15px;
  display:inline-block;
}
.L_side{
display:inline-block;
width:300px;
height:300px;
}
/*# sourceMappingURL=mansion-library.css.map */

.midashi {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 15px 25px 10px;
  font-size: 1.2rem;
  text-align: center;
  box-sizing: border-box;
}
.midashi2 {
  margin-bottom: 0.25em;
  color: #5F4029;
  font-size: 18px;
  font-weight: bold;
}
.bg_orange {
  background-color: #1e8e7c;  
}
.bg_green {
  background-color: #1ca791;
}
.border_orange {
  border: 1px solid #1e8e7c;
  padding: 25px;
  box-sizing: border-box;  
}
.border_green {
  border: 1px solid #1ca791;
  padding: 25px;
  box-sizing: border-box;
}
.w24 {
  width:24%; 
}
.w33 a {
  width:33%; 
}
.w100 {
  width:100%; 
}
.a-link {
  text-align: left;
}
.block a {
    display: block;
}
.inline-block a {
    display: inline-block;
}
.a-link a::before {
  content: "\0bb";
  display: inline-block;
  background-size: contain;
  margin: 0 5px 0 0;
}
.bg_beige {
  background: #FFF4EA;
  margin:50px auto;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
.bg_grey {
  background: #7A7B7B;
  text-align: center;
  color: #fff;
  font-size:1.2rem;
  font-weight:bold;
  padding: 15px;
  box-sizing: border-box;
}
a.bg_grey:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bg_orenge {
  background: #cb5130;
  text-align: center;
  color: #fff;
  font-size:1.2rem;
  font-weight:bold;
  padding: 15px;
  box-sizing: border-box;
}
a.bg_orenge:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bg_bn01 {
  background: #FFFFFF;
　background-image: url("https://www.a-cross.info/file/img/sell/banner01.jpg");
  text-align: center;
  color: #fff;
  font-size:1.2rem;
  font-weight:bold;
  padding: 15px;
  box-sizing: border-box;
}
a.bg_bn01:hover {
  opacity: 0.5;
  text-decoration: none;
}
@media (max-width: 768px) {
.w24 {
  width:100%; 
  display: block;
  margin: 0 0 25px;
}
.w33 a {
  width:100%; 
  display: block;
}
.bg_beige {
  padding: 20px 0 50px;
}
.border-radius,
.border-radius2,
.border-radius3 {
  margin: 0 auto 20px;      
}
}