@charset "UTF-8";
html body {
  font: normal normal normal 13px/2em "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Geneva, Arial, "ＭＳ ゴシック", sans-serif;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

label {
  display: block;
  max-width: unset;
  margin-bottom: 0;
  font-weight: 400;
}

.contact-form__agree {
  width: 100%;
  max-width: 550px;
}

.wrapper {
  width: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    padding: 0 15px;
  }
}

.static-first__info {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  max-width: 632px;
}

.static-first__text {
  padding: 0px 15px;
  margin-left: 0;
  margin-right: 0;
}

.page-title {
  padding-left: 0;
  padding-right: 0;
}

.simple-navi__type {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .footer-link {
    z-index: 999;
  }
}
.header__headline {
  line-height: 26px;
}

.header__infos {
  padding-left: 0;
  padding-right: 0;
}
.header__infos .header__logo {
  min-width: 145px;
  margin-right: 10px;
}
@media screen and (max-width: 780px) {
  .header__infos .header__logo {
    justify-content: flex-start;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__infos .header__logo {
    width: 100px;
    min-width: unset;
  }
}
@media screen and (max-width: 440px) {
  .header__infos .header__logo {
    width: 80px;
  }
}

.header__btns {
  display: flex;
}

.header__forms {
  justify-content: space-around;
}
@media screen and (max-width: 780px) {
  .header__forms {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .header__forms {
    padding-bottom: 5px;
  }
}
.header__forms .header__form {
  min-width: 310px;
  margin-right: 10px;
  width: auto;
  margin-left: 0;
  display: flex;
  padding: 5px 10px;
}
.header__forms .header__form > i {
  line-height: 26px;
  margin-right: 5px;
}
.header__forms .header__form .header__input {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .header__forms .header__form {
    display: none;
  }
}
.header__forms .header__btns .header__button {
  text-decoration: none;
  color: #666;
  min-height: 56px;
  margin: 0 5px;
  width: auto;
}
.header__forms .header__btns .header__button i {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .header__forms .header__btns .header__button i {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header__forms .header__btns .header__button {
    min-height: unset;
  }
}
.header__forms .header__btns .header__button.notification {
  text-align: center;
  text-decoration: none;
}
.header__forms .header__btns .header__button.notification i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
}
.header__forms .header__btns .header__button.notification i span {
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -18px 0 0 -14px;
  border: 2px solid #FFF;
  line-height: 18px;
}
.header__forms .header__btns .header__button.notification i span#num_save {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .header__forms .header__btns .header__button.notification i span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    border: none;
    top: 15px;
  }
}
.header__forms .header__btns .header__button p {
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__forms .header__btns .header__button p {
    font-size: 8px;
    line-height: 10px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1080px) {
  .footer .footer__right {
    padding: 10px 0;
  }
  .footer .footer__right .footer__navi {
    width: auto;
    padding: 10px 0;
  }
  .footer .footer__right .footer__right {
    padding: 10px;
    text-indent: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__left a {
    font-size: 3.8vw;
  }
  .footer .footer__right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .footer__right .footer__navi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer .footer__right .footer__navi a {
    width: 50%;
  }
  .footer .footer__right .footer__right {
    text-indent: 0;
  }
}

.footer-link li a:hover {
  text-decoration: none;
}
.footer-link li a.selected span {
  color: #fe5f95;
}

.modal .modal-body.change > div {
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal-body.change .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.modal .modal-body.change .close:after {
  content: "閉じる";
  position: absolute;
  text-align: right;
  right: 100%;
  top: 0;
  display: block;
  font-size: 20px;
  width: 200px;
}
.modal .modal-body.change .change__box {
  position: absolute;
  width: 96%;
  max-width: 1080px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .modal .modal-body.change {
    position: fixed;
  }
  .modal .modal-body.change .wrapper_btn_popup {
    margin-top: 30px;
  }
}

#thumbs .swiper-slide-active {
  opacity: 0.2;
}
#thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#slider .swiper-button-prev,
#slider .swiper-button-next {
  z-index: 999;
}

.swiper-container .caption {
  display: block;
  text-align: left;
  padding: 0 10px;
  min-height: 40px;
  line-height: 20px;
}
.swiper-container .swiper-img-wrap {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: none;
  max-width: unset;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contact-form .section-error.error dt {
    margin-bottom: 10px;
  }
  .contact-form .section-error.error dt strong {
    float: none;
  }
  .contact-form .section-error.error dd {
    width: auto;
    display: block;
    padding: 0 15px;
    line-height: normal;
  }
}

.error dl {
  width: 100%;
}
.error dt {
  width: 100%;
}
.error dt strong {
  width: 100%;
  height: 50px;
  display: block;
  float: left;
  clear: none;
  text-align: center;
  background: #FF523A;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  position: relative;
}
.error dt img {
  margin: 0px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .error dt strong {
    height: auto;
    padding: 10px 10px;
    line-height: 30px;
  }
}
.error dd {
  width: 100%;
  text-align: center;
  line-height: 80px;
}
.error dt strong::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top-color: #FF523A;
}

.shop-lists__lists .shop-lists__list {
  padding: 10px 10px;
  width: 49%;
}

#form .inner {
  max-width: 850px;
  width: auto;
}
#form .contact-form__list dt {
  padding: 20px 30px 10px;
}
@media screen and (max-width: 767px) {
  #form .contact-form__list dt {
    padding: 10px 5px;
  }
}
#form .contact-form__list dd {
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}
#form .contact-form__list dd input[type=checkbox].error,
#form .contact-form__list dd input[type=radio].error {
  width: auto;
  margin: 0 5px 0 0;
}
#form .contact-form__list dd label {
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #form .contact-form__list dd {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#form .contact-form__list dd dd {
  padding-top: 0;
  padding-bottom: 0;
}
#form .satei dt {
  padding: 7px 0;
}
#form .satei dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #form .satei dd {
    width: 100%;
  }
}
#form .satei dd input[type=text],
#form .satei dd input[type=email] {
  margin-right: 0;
  margin-bottom: 0;
}
#form .satei dd.land-wrap label {
  line-height: 40px;
}
#form dd .satei {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#form dd .satei:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#form dd .satei dd input[type=text],
#form dd .satei dd input[type=email] {
  margin-top: 15px;
}
#form dd .satei dd input[type=text] + span,
#form dd .satei dd input[type=email] + span {
  margin-left: 10px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  #form dd .satei dd input[type=text] + span,
#form dd .satei dd input[type=email] + span {
    width: 80px;
    margin-top: 0;
    margin-left: 5px;
    line-height: 40px;
    text-align: center;
  }
}
#form dd .satei dd input[type=text]:first-child,
#form dd .satei dd input[type=email]:first-child {
  margin-top: 0;
}
#form .selectbox {
  border: none;
  background: none;
  border-radius: 0;
}
#form .selectbox select {
  border: 1px solid #ccc;
  background: #f1f1f2;
  border-radius: 0;
  width: 100%;
}
#form .selectbox select.error {
  border: 1px solid #FF523A;
  background-color: #FABFB7;
}
#form .cp_ipselect.cp_sl01 {
  border: none;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}
#form .cp_ipselect.cp_sl01:before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #form .cp_ipselect.cp_sl01:before {
    right: 5px;
  }
}
#form .cp_ipselect.cp_sl01.error {
  border: 1px solid #FF523A;
  background-color: #FABFB7;
}
#form .cp_ipselect.cp_sl01 select {
  border: 1px solid #ccc;
  background: none;
  border-radius: 0;
  width: 100%;
  padding: 10px;
}
#form .cp_ipselect.cp_sl01 select.error {
  border: 1px solid #FF523A;
  background-color: #FABFB7;
}
#form input[type=text] {
  border: 1px solid #ccc;
  background: #f1f1f2;
  border-radius: 0;
}
#form input[type=text].error {
  border: 1px solid #FF523A;
  background-color: #FABFB7;
}

.icons .icons__icon span {
  margin: 0px 0 0 0;
  font-size: 10px;
  display: block;
}
.icons .icons__icon i.fa-heart {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icons .icons__icon i.fa-heart.pink {
  color: #fe5f95;
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes bounce {
  5% {
    transform: scale(1.1, 0.8);
  }
  10% {
    transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    transform: scale(1, 1);
  }
}
.list-links__box {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  margin: 30px 0 0 0;
  background-color: white;
  padding-bottom: 15px;
}
.list-links__box .row {
  width: 100%;
  margin: 0;
}

.list-links__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 30px;
  width: 100%;
  width: 100%;
}

@media (max-width: 740px) {
  .list-links__upper {
    padding: 10px 2.5%;
  }
}
.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 {
  width: 100%;
  width: 100%;
  background-color: #FF523A;
  color: white;
  padding: 10px 0 10px 100px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.list-links__model::before {
  content: "OPEN";
  position: absolute;
  left: -40px;
  top: 5px;
  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 {
    padding: 5px 2.5%;
    line-height: 1.2;
  }
  .list-links__model:before {
    display: none;
  }
}
#listItem .list-links__copy {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  height: auto;
  min-height: 50px;
  margin-left: 135px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 740px) {
  .list-links__copy {
    width: 75%;
    margin-left: 25%;
    padding: 10px 2.5% 10px 10px;
    height: auto;
  }
}
.list-links__photo {
  width: 135px;
  position: relative;
}
.list-links__photo .list-option__style {
  display: none;
}
.list-links__photo .list-option__style__grid {
  position: absolute;
  display: flex;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding-left: 0px;
  padding-right: 0px;
}
.list-links__photo .list-option__style__grid > .list-option__radio {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-links__photo .list-option__style__grid {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 270px;
  }
  .list-links__photo .list-option__style__grid > div {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

@media (max-width: 740px) {
  .list-links__photo {
    width: 25%;
  }
  .list-links__photo img {
    width: 100%;
  }
}
.list-links__img {
  width: 100%;
  height: auto;
  -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;
  margin: -50px 0 0 0;
  border-top: none;
}

@media (max-width: 740px) {
  .list-links__details {
    flex-wrap: wrap;
  }
}
.list-links__detail {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

@media (max-width: 740px) {
  .list-links__detail {
    width: 100%;
    padding: 5px 2.5% 15px 2.5%;
    margin: 0;
    position: relative;
  }
}
.list-links__price {
  color: #FF523A;
}
.list-links__price span {
  color: inherit;
  font-size: 25px;
}

.list-links__data {
  margin: 0 0 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}
.list-links__data dt {
  width: 20%;
  font-size: 11px;
  color: #999;
}
.list-links__data dt i {
  margin: 0 5px 0 0;
  font-size: 11px;
}
.list-links__data dd {
  width: 80%;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 740px) {
  .list-links__data {
    margin: 0 0 5px 0;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 740px) {
  .list-links__data dt {
    width: 25%;
  }
}
@media (max-width: 740px) {
  .list-links__data dd {
    width: 75%;
  }
}
.list-links__pieces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .list-links__pieces {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.list-links__piece {
  margin: 0 0 10px 0;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-links__piece dt {
  width: 35%;
  font-size: 11px;
  color: #999;
}
.list-links__piece dd {
  width: 65%;
  clear: none;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 740px) {
  .list-links__piece {
    margin: 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 740px) {
  .list-links__piece dt {
    float: left;
    clear: none;
  }
}
@media (max-width: 740px) {
  .list-links__piece dd {
    float: left;
    clear: none;
  }
}
.list-links__flow {
  display: block;
  width: 135px;
  margin: -60px 0 0 -155px;
  text-align: center;
}

@media (max-width: 740px) {
  .list-links__flow {
    width: auto;
    position: absolute;
    top: 0;
    right: 2.5%;
    margin: 0;
  }
}
.list-links__pictures {
  font-size: 11px;
}
.list-links__pictures i {
  color: #E89F32;
  margin: 0 5px 0 0;
}

.list-links__watch {
  Display: none;
}
.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;
}

.alert {
  padding: 0;
  margin: 0;
  bottom: 0;
}

.modal-backdrop.in {
  display: none;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  color: #777;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current {
  color: #222;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.list-links#listItemGrid.layout-row h3 {
  margin: 0;
}
.list-links#listItemGrid.layout-row h3 + .row {
  margin: 0;
}
.list-links#listItemGrid.layout-row .row:last-child .list-links__intro__slg {
  display: block;
  font-size: 12px;
  padding: 10px 0px;
}
.list-links#listItemGrid.layout-row .list-links__detail_new {
  margin-top: 0;
}
.list-links#listItemGrid.layout-row .list-links__details {
  position: relative;
}
.list-links#listItemGrid.layout-row .list-links__photo {
  flex: 0 0 20%;
}
.list-links#listItemGrid.layout-row .list-links__photo > img {
  width: 100%;
  height: auto;
}
.list-links#listItemGrid.layout-row .list-links__photo .list-option__style.list-option__style__grid {
  display: none;
}
@media screen and (max-width: 767px) {
  .list-links#listItemGrid.layout-row .list-links__photo {
    flex: 0 0 100%;
  }
}
.list-links#listItemGrid.layout-row .list-links__intro {
  flex: 0 0 80%;
  max-width: unset;
  position: static;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__data {
  font-size: 12px;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__data:first-child .new {
  color: #E33428;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__data:first-child span[data-price] {
  font-size: 25px;
  color: #E33428;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__data:first-child:first-child .new {
  color: inherit;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__slogan {
  display: none;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__table {
  display: flex;
  margin-top: 15px;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__table .list-links__data {
  width: 25%;
}
.list-links#listItemGrid.layout-row .list-links__intro .list-links__table .list-links__data dt,
.list-links#listItemGrid.layout-row .list-links__intro .list-links__table .list-links__data dd {
  font-size: 10px;
  width: auto;
  margin: 0 2px 0 0;
  padding-left: 0;
}
.list-links#listItemGrid.layout-row .list-links__more div {
  display: block;
  position: static;
}
.list-links#listItemGrid.layout-row .list-links__more div .list-links__pictures {
  font-size: 15px;
  padding-left: 0px;
  position: absolute;
  left: 0;
  width: 20%;
  text-align: center;
  bottom: 40px;
}
.list-links#listItemGrid.layout-row .list-links__more div + div {
  display: none;
}
.list-links#listItemGrid.layout-row .list-links__more div .list-links__pictures {
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .town .town-bukken a {
    text-align: left;
  }
}

.map .map__tab-wrap {
  max-width: 1080px;
  height: auto;
  width: auto;
}
.map .map__tab-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.map .map__tab-wrap .map__tab {
  display: inline-block;
  vertical-align: middle;
}
.map .map__tab-wrap span {
  display: inline-block;
  vertical-align: middle;
}
.map .map-search {
  max-width: 1080px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .map .map-search {
    display: block;
    height: auto;
  }
  .map .map-search .map-search__left {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .map .map-search .map-search__left .MAP {
    max-width: 1080px;
    width: auto;
  }
  .map .map-search .MAP_BOX {
    border-left: 1px solid #edb35c;
  }
  .map .map-search .map-search__right {
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #edb35c;
    border-right: 1px solid #edb35c;
  }
}
.map .key {
  width: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .map .key {
    display: none;
  }
}

#MAP.MAP {
  max-width: 1080px;
  width: auto;
  height: auto;
}
#MAP.MAP:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1080px) {
  .reason .reason__contents {
    width: auto;
    flex-wrap: wrap;
  }
  .reason .reason__contents:after {
    content: "";
    display: block;
    clear: both;
  }
  .reason .reason__contents dl {
    width: 50%;
    padding: 0px 15px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1024px) {
  .reason .reason__contents dl {
    padding: 20px 15px;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 540px) {
  .reason .reason__contents dl {
    padding: 15px 0px;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .reason .reason__contents dl dt {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1024px) {
  .reason .reason__contents dl dt {
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .reason .reason__contents dl dt span.num_sp {
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .reason .title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .reason .reason__contents {
    width: auto !important;
  }
}

.top__lists {
  width: auto;
  max-width: 900px;
}
@media screen and (max-width: 1080px) {
  .top__lists {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .top__lists .list {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .top__lists .list {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .service .service__column .service__image {
    width: 100%;
  }
  .service .title {
    margin-left: 0;
    margin-right: 0;
  }
  .service .service__column {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .recommend .title,
.recommend .recommend__list {
    margin-left: 0;
    margin-right: 0;
  }
  .recommend .service__column {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-form {
  padding: 0 15px;
}
.contact-form dl.satei-wrap {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .contact-form {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dl {
    padding: 10px 0;
    margin: 0 -10px;
  }
  .contact-form dl.satei-wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dl.satei.multi-slt label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dl.satei {
    display: block;
    margin: 0;
  }
  .contact-form dl.satei label {
    display: block;
    width: auto;
  }
  .contact-form dl.satei label input[type=checkbox],
.contact-form dl.satei label input[type=radio] {
    display: inline-block;
    vertical-align: middle;
  }
  .contact-form dl.satei label span {
    display: inline-block;
    vertical-align: middle;
  }
  .contact-form dl.satei span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dl textarea.textarea-short {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form dt {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dt {
    font-size: 12px;
    padding: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px) {
  .contact-form dt {
    padding: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form dd {
    padding: 10px 0px 10px 15px;
    width: 75%;
  }
  .contact-form dd input {
    margin-right: 0;
  }
  .contact-form dd label input[type=text] {
    border: 0;
    background-color: #F1F1F2;
    padding: 10px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 530px) {
  .contact-form dd label input[type=text] {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dd {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  .contact-form dd dd {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .contact-form dd .cp_ipselect {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form dd textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    max-height: 250px;
    resize: none;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form dd label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dd label {
    align-items: baseline;
  }
  .contact-form dd label.contact-form__label-check-long-final {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .contact-form dd label.contact-form__label-check ~ textarea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dd input {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 530px) {
  .contact-form dd input[type=text] {
    display: block;
    width: 100%;
  }
  .contact-form dd input[type=checkbox] {
    min-width: 16px;
    min-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dd .selectbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form dd dt {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
}
.contact-form .contact-form__privacy {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .contact-form .necessary {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
}

@media screen and (max-width: 1080px) {
  .contact-form__lists {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .visit_col-in {
    flex-wrap: wrap;
  }
  .visit_col-in .kibou {
    width: 100%;
  }
  .visit_col-in .datebox {
    width: 22%;
  }
}
@media screen and (max-width: 380px) {
  .visit_col-in .datebox {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__agree {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .grey-back .two-column__side {
    width: 30%;
    margin-left: 2%;
  }
  .grey-back .two-column__main {
    width: 68%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grey-back .contact-mini {
    width: auto;
    max-width: 696px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grey-back .detail-sheet .detail-sheet__title,
.grey-back .detail-sheet .detail-sheet__info,
.grey-back .detail-sheet .detail-sheet__address,
.grey-back .detail-sheet .detail-sheet__address,
.grey-back .detail-sheet .detail-sheet__outline,
.grey-back .detail-sheet .detail-sheet__copy,
.grey-back .detail-sheet #myCarousel,
.grey-back .detail-sheet .detail-sheet__points,
.grey-back .detail-sheet .detail-sheet__overviews {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .grey-back .comment-sheet__comment-more,
.grey-back .overview,
.grey-back .shisetsu,
.grey-back .detail-sheet__contact {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .grey-back .shop-lists__contacts__banner {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grey-back .detail-sheet__contact dl dd {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .grey-back .two-column__side {
    width: 30%;
  }
  .grey-back .two-column__side .side-search {
    display: block;
  }
  .grey-back .two-column__main {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .grey-back .wrapper .two-column {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grey-back .wrapper .two-column__side,
.grey-back .wrapper .two-column__main {
    width: 100%;
    margin: 0 0 10px;
    padding: 0px 15px;
  }
  .grey-back .wrapper .two-column__side {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .grey-back .wrapper .two-column__side .side-search {
    display: none;
  }
  .grey-back .wrapper .list-option .list-option__style {
    width: 100%;
    display: none;
  }
  .grey-back .wrapper .list-option .list-option__sort {
    padding: 0;
    margin: 15px 0 0;
    width: 100%;
  }
  .grey-back .wrapper .list-option .list-option__sort dd {
    margin-left: 0;
    width: 100%;
  }
  .grey-back .wrapper .list-option .list-option__sort .list-option__select {
    width: 100%;
  }
  .grey-back .wrapper .pagenation__pages {
    flex-wrap: wrap;
    width: 100%;
  }
  .grey-back .wrapper .pagenation__pages dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .grey-back .wrapper .pagenation__pages dd a {
    border: 1px solid #ccc;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 5px 0 0;
  }
  .grey-back .wrapper .list-links {
    margin: 0;
    padding: 10px 0 30px;
  }
  .grey-back .wrapper .list-option {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1080px) {
  #form .contact-form__list dd .contact-form__label-check-long {
    display: block;
    margin-right: 0;
  }
  #form .contact-form__list dd .contact-form__label-check-long input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
  }
  #form .contact-form__list dd textarea.textarea-short {
    width: 100%;
    display: block;
    margin: 5px 0 0;
  }
}

.list-option .list-option__select {
  height: 40px;
  line-height: 40px;
}

.side-search .side-search__title,
.side-search .side-search__wrapper,
.side-search .side-search__result {
  padding-left: 15px;
  padding-right: 15px;
}

.change__bar-count strong span#total {
  color: #f54;
}

#buy.grey-back {
  padding: 10px 0 30px;
}
#buy.grey-back .list-links__pictures {
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  #buy.grey-back .two-column__side {
    margin-right: 2%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  #buy.grey-back .two-column__side {
    width: 20%;
  }
  #buy.grey-back .two-column__main {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  #buy.grey-back .two-column__side,
#buy.grey-back .two-column__main {
    width: 100%;
    margin: 0 0 30px;
  }
  #buy.grey-back .two-column__side #listItem .list-links__copy,
#buy.grey-back .two-column__main #listItem .list-links__copy {
    width: 70%;
    padding: 10px 0px;
  }
  #buy.grey-back .two-column__side #listItemGrid .list-links__copy,
#buy.grey-back .two-column__main #listItemGrid .list-links__copy {
    width: 100%;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 360px) {
  #buy.grey-back .list-links__upper {
    flex-wrap: wrap;
  }
  #buy.grey-back .list-links__upper .list-links__infos,
#buy.grey-back .list-links__upper .icons {
    width: 100%;
  }
  #buy.grey-back .list-links__upper .icons {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header__nav .wrapper {
    padding: 0;
  }

  .header__link-wrapper .extra-header {
    position: relative;
    left: 0;
  }

  .extra-header__links {
    flex-wrap: wrap;
  }

  .extra-header__link {
    width: 100%;
    margin: 0;
  }
}
.list-links__box .list-links__detail_new {
  display: block;
  padding: 0px;
}
.list-links__box .list-links__more {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #listItemGrid {
    margin-left: 0;
    margin-right: 0;
  }
  #listItemGrid > .list-links__box {
    margin-left: 0;
    margin-right: 0;
  }
}
#listItemGrid .contact-form .inner {
  width: auto;
  display: block;
}
#listItemGrid #contact-box.contact .static-first__info {
  margin-top: 0;
}

#listItem .list-links__box .list-links__details,
#listItem .list-links__box .list-links__copy {
  opacity: 1;
}
#listItem .list-links__box:hover .list-links__details,
#listItem .list-links__box:hover .list-links__copy {
  opacity: 0.7;
}

#listItemGrid #form #error.error {
  margin: 20px 0 20px;
  width: 100%;
}
#listItemGrid #form #error.error dd {
  margin: 0;
  line-height: normal;
  padding: 10px 0 10px;
}
#listItemGrid #form dd label.contact-form__label-check-long, #listItemGrid #form dd label.contact-form__label-check {
  margin-right: 0;
}
#listItemGrid #form dd label.contact-form__label-check-long input.error, #listItemGrid #form dd label.contact-form__label-check input.error {
  width: auto;
  margin-right: 5px;
  margin-left: 0;
}
#listItemGrid .list-links__copy {
  width: 97%;
  margin: 10px auto;
  text-align: center;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
#listItemGrid .list-links__box:hover .list-links__copy {
  opacity: 1;
}
#listItemGrid .list-links__box .row:last-child {
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  padding: 0;
}
#listItemGrid .list-links__box .row:last-child .row:last-child {
  margin-left: 0;
  margin-right: 0;
}
#listItemGrid .list-links__box .row:last-child .row:last-child .float-right {
  text-align: right;
  margin-right: -15px;
}
@media screen and (max-width: 1080px) {
  #listItemGrid .list-links__box .row:last-child .row:last-child .float-right {
    font-size: 14px;
    margin-right: 0px;
  }
}
#listItemGrid .list-links__box .row:last-child .list-links__intro__slg {
  display: none;
}
#listItemGrid .list-links__box .row:last-child .list-links__photo {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1080px) {
  #listItemGrid .list-links__box .row:last-child .list-links__intro {
    padding-right: 0;
  }
}
#listItemGrid .list-links__box .row:last-child:hover .list-links__detail_new,
#listItemGrid .list-links__box .row:last-child:hover .list-links__copy,
#listItemGrid .list-links__box .row:last-child:hover .list-links__photo,
#listItemGrid .list-links__box .row:last-child:hover .list-links__pictures,
#listItemGrid .list-links__box .row:last-child:hover .float-right,
#listItemGrid .list-links__box .row:last-child:hover .list-links__intro__slg {
  opacity: 0.7;
}
#listItemGrid .list-links__box .row:last-child:hover .list-links__photo:hover {
  opacity: 1;
}
#listItemGrid .list-links__box .row:last-child:hover .list-links__photo:hover + div .list-links__detail_new, #listItemGrid .list-links__box .row:last-child:hover .list-links__photo:hover + div .list-links__pictures, #listItemGrid .list-links__box .row:last-child:hover .list-links__photo:hover + div .float-right {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #listItemGrid .list-links__box .row:last-child > div {
    padding-left: 0;
    padding-right: 0;
  }
  #listItemGrid .list-links__box .row:last-child .list-links__detail_new + .row:after {
    content: "";
    display: block;
    clear: both;
  }
  #listItemGrid .list-links__box .row:last-child .list-links__detail_new + .row > div {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #listItemGrid .list-links__box > .row:first-child:after {
    content: "";
    display: block;
    clear: both;
  }
  #listItemGrid .list-links__box > .row:first-child h3 {
    float: left;
  }
  #listItemGrid .list-links__box > .row:first-child h3 + .row {
    float: right;
    margin-top: 15px;
    margin-right: -15px;
  }
}

.wrapper__box .contact-form__lists {
  margin: 15px 0px;
}
.wrapper__box .contact-form__lists .contact-form__list {
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper__box .contact-form__lists input[type=number]#own {
  border: 1px solid #bbbbbb;
  padding: 0 5px;
  width: 100%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  max-width: 50%;
  margin-left: 0;
  line-height: 34px;
  height: 34px;
}
.wrapper__box .contact-form__lists input[type=text]#loan {
  line-height: 35px;
  height: 35px;
  width: 100%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  max-width: 50%;
}
.wrapper__box .contact-form__lists .hensai {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrapper__box .contact-form__lists .hensai dd.input {
  min-height: unset;
}
.wrapper__box .contact-form__lists .hensai dd.input input[type=text] {
  width: 40%;
}
.wrapper__box .contact-form__lists dt {
  line-height: normal;
  align-items: center;
  display: flex;
  line-height: 35px;
}
.wrapper__box .contact-form__lists dd {
  padding: 0px 10px;
  align-items: center;
  min-height: 60px;
}
.wrapper__box .contact-form__lists dd .price,
.wrapper__box .contact-form__lists dd .tani,
.wrapper__box .contact-form__lists dd .contact-form__list-price,
.wrapper__box .contact-form__lists dd input {
  margin-left: 0;
  line-height: normal;
  padding-left: 0;
}
.wrapper__box .contact-form__lists dd .price {
  margin: 0;
}
.wrapper__box .contact-form__lists dd .price:before {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.wrapper__box .contact-form__lists dd .price select {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .wrapper__box {
    padding: 20px 15px;
  }
  .wrapper__box > * {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper__box .contact-form__list-price {
    text-align: left;
  }
  .wrapper__box .contact-form__lists input[type=number]#own {
    width: 100%;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    max-width: 100%;
  }
  .wrapper__box .contact-form__lists .price {
    width: 100%;
  }
  .wrapper__box .contact-form__lists .price:before {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .wrapper__box .contact-form__lists .price select {
    margin: 5px 0px;
  }
  .wrapper__box .contact-form__lists .calk {
    width: 100%;
    display: block;
    margin: 30px 0 15px;
  }
  .wrapper__box .contact-form__lists .hensai {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper__box .contact-form__lists .hensai dd,
.wrapper__box .contact-form__lists .hensai dt {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
  }
  .wrapper__box .contact-form__lists .hensai dd .text1,
.wrapper__box .contact-form__lists .hensai dt .text1 {
    width: 100px;
    border: 1px solid #bbb;
  }
  .wrapper__box .contact-form__lists .hensai dd .text2,
.wrapper__box .contact-form__lists .hensai dt .text2 {
    border: 1px solid #bbb;
  }
  .wrapper__box .contact-form__lists .hensai dd.input {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .wrapper__box .contact-form__lists .hensai dd.input .text1,
.wrapper__box .contact-form__lists .hensai dd.input .text2 {
    width: 40%;
  }
  .wrapper__box .contact-form__lists .hensai dd.input span {
    width: 10%;
    text-align: center;
  }
  .wrapper__box .contact-form__lists .hensai .input_r {
    padding-top: 10px;
  }
  .wrapper__box .contact-form__lists input[type=text]#loan {
    max-width: 75%;
  }
}

@media screen and (max-width: 1080px) {
  .favorite-first .favorite-first__lists a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .favorite-first .favorite-first__lists {
    padding: 15px 15px;
  }
  .favorite-first .favorite-first__lists a {
    width: 49%;
  }
  .favorite-first .favorite-first__explain {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  .favorite-list {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 767px) {
  .favorite-list .list-links__infos {
    width: 100%;
  }
  .favorite-list .icons {
    width: 100%;
    margin: 15px 0 10px;
    justify-content: flex-start;
  }
  .favorite-list .tags {
    width: 100%;
  }
  .favorite-list .tags .tags__tag-new {
    width: auto;
    min-width: 80px;
    padding: 0px 5px;
    line-height: 32px;
  }
}
@media screen and (max-width: 360px) {
  .favorite-list .icons {
    justify-content: center;
  }
}

@media screen and (max-width: 1080px) {
  .save-list {
    padding: 80px 15px 35px;
    margin-top: -50px;
  }
  .save-list .save-list__lists {
    margin: 40px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .save-list .list-links__infos {
    width: 100%;
  }
  .save-list .icons {
    width: 100%;
    margin: 15px 0 10px;
    justify-content: center;
  }
  .save-list .save-list__links {
    justify-content: center;
  }
}

@media screen and (max-width: 1080px) {
  .sitemap .sitemap__outlines {
    padding: 30px 15px;
  }
  .sitemap .sitemap__outlines > * {
    margin-left: 0;
    margin-right: 0;
  }
  .sitemap .sitemap__outlines h2 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    width: auto;
    margin: 50px 0;
  }
}

@media screen and (max-width: 1080px) {
  .reform-examples {
    width: 100%;
    padding: 0 15px 30px;
    margin: 0px;
  }
  .reform-examples .reform-examples__two:nth-of-type(2n) .reform-examples__image {
    order: unset;
  }
  .reform-examples .reform-examples__image {
    width: 100%;
  }
  .reform-examples .reform-examples__info {
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reform-examples .reform-examples__two {
    margin-top: 30px;
  }
  .reform-examples .reform-examples__lists .reform-examples__list {
    width: 100%;
  }
  .reform-examples .reform-examples__lists .reform-examples__list dt {
    width: 30%;
  }
  .reform-examples .reform-examples__lists .reform-examples__list__long dt {
    width: 30%;
  }
}
@media screen and (max-width: 360px) {
  .reform-examples .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .reform-examples .reform-examples__two {
    margin-top: 15px;
  }
  .reform-examples .reform-examples__two:before {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .favorite-list .favorite-list__one {
    padding: 20px 15px;
  }
  .favorite-list .favorite-list__one .list-style__main-info {
    height: auto;
    border-bottom: none;
  }
  .favorite-list .favorite-list__one .list-style__points {
    margin-top: 10px;
    border-top: 1px dotted #616161;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .favorite-list .list-style__upper {
    height: auto;
  }
  .favorite-list .list-style__upper:after {
    content: "";
    display: block;
    clear: both;
  }
  .favorite-list .list-style__details {
    margin: 0;
    width: 100%;
    padding: 20px 15px;
  }
  .favorite-list .favorite-list__one .list-style__points {
    width: 100%;
  }
  .favorite-list .list-style__detail dt {
    width: 30%;
    margin: 0;
    padding: 0 5px;
  }
  .favorite-list .list-style__detail dd {
    width: 70%;
    margin: 0;
    padding: 0 5px;
  }
  .favorite-list .list-style__others {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .favorite-list .list-style__others dl dt {
    width: 30%;
    padding: 0 5px;
  }
  .favorite-list .list-style__others dl dd {
    width: 70%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .favorite-list .favorite-list__one .list-style__points {
    padding-left: 0;
    padding-right: 0;
  }
  .favorite-list .list-style__title {
    width: 100%;
  }
  .favorite-list .list-style__details {
    padding: 20px 0px;
  }
}
#page-history .inner {
  width: auto;
  max-width: 850px;
}
#page-history .list-style__upper {
  width: auto;
  height: auto;
}
#page-history .list-style__upper .list-style__main-info {
  width: 100%;
  padding: 10px 30px;
  height: auto;
  float: none;
}
#page-history .list-style__downer .list-style__details {
  padding-top: 15px;
  padding-bottom: 15px;
}
#page-history .list-style__downer .list-style__points {
  border: none;
  float: none;
  display: block;
  width: auto;
  padding: 0px 0 10px;
  height: auto;
}
#page-history .list-style__downer .list-style__image {
  height: auto;
  text-align: center;
}
#page-history .list-style__downer .list-style__camera {
  font-size: 12px;
}
#page-history .list-style__downer .list-style__camera i {
  margin: 0 5px 0 0;
  color: #EDB35D;
}

.history-list .list-links__details {
  margin-top: 0;
}
.history-list .list-links__detail {
  margin-top: 0;
  margin-bottom: 0;
}
.history-list .list-links__flow {
  margin: 0;
  position: absolute;
  right: 100%;
  top: 70%;
}

@media screen and (max-width: 1080px) {
  .reform-detail .reform-details__one {
    width: auto;
    max-width: 850px;
    padding: 0px 15px;
  }
  .reform-detail .static-first__info {
    background-color: #fff;
    margin: -100px auto 0 auto;
    padding: 50px 0 0 0;
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
  .reform-details .reform-details__one {
    width: auto;
    max-width: 850px;
    padding: 0px 15px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #buy.grey-back .line-box-name li span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #buy.grey-back .line-box-name li span input[type=checkbox] {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .shop-search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-search .wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 15px;
  }
  .shop-search .shop-search__lists {
    border-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .shop-lists .shop-lists__name {
    font-size: 14px;
  }
  .shop-lists .shop-lists__list {
    width: 100%;
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .static-first__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.shop-map {
  max-width: 850px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .shop-map .shop-map__img {
    display: none;
  }
}

.shop-lists__contacts {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .staff-menu .wrapper {
    width: auto;
    margin-left: 0;
  }
  .staff-menu .wrapper .staff-menu__lists {
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact-mini__favorite {
    padding: 10px 5px;
  }
  .contact-mini__favorite span {
    font-size: 13px;
  }

  .shop-lists__contacts__banner .contact-mini__favorite {
    padding: 10px 5px;
  }
}
.two-column__main .contact-mini__lower .contact-mini__favorite,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite {
  background: #fff;
  color: #E95E75;
}
@media screen and (min-width: 768px) {
  .two-column__main .contact-mini__lower .contact-mini__favorite:hover,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite:hover {
    color: #fff;
    background: #E95E75;
    text-decoration: underline;
  }
}
.two-column__main .contact-mini__lower .contact-mini__favorite:hover span,
.two-column__main .contact-mini__lower .contact-mini__favorite:hover i.far,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite:hover span,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite:hover i.far {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .two-column__main .contact-mini__lower .contact-mini__favorite:hover span,
.two-column__main .contact-mini__lower .contact-mini__favorite:hover i.far,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite:hover span,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite:hover i.far {
    color: #E95E75;
  }
}
.two-column__main .contact-mini__lower .contact-mini__favorite.selected,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite.selected {
  color: #fff;
  background: #E95E75;
}
@media screen and (min-width: 768px) {
  .two-column__main .contact-mini__lower .contact-mini__favorite.selected:hover,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite.selected:hover {
    color: #fff;
    background: #E95E75;
    text-decoration: underline;
  }
  .two-column__main .contact-mini__lower .contact-mini__favorite.selected:hover span,
.two-column__main .contact-mini__lower .contact-mini__favorite.selected:hover i.far,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite.selected:hover span,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite.selected:hover i.far {
    color: #fff;
  }
}
.two-column__main .contact-mini__lower .contact-mini__favorite.selected span,
.two-column__main .contact-mini__lower .contact-mini__favorite.selected i.far,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite.selected span,
.two-column__main .shop-lists__contacts__banner .contact-mini__favorite.selected i.far {
  color: #fff;
}

@media screen and (max-width: 1080px) {
  #MAP.MAP {
    border: none;
    text-align: center;
  }
}
#MAP.MAP > .MAP_BOX {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  #MAP.MAP > .MAP_BOX {
    display: none;
  }
}
#MAP.MAP .map-search__right {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  #MAP.MAP .map-search__right {
    float: none;
    display: inline-block;
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width: 780px) {
  #MAP.MAP .map-search__right {
    width: 100%;
  }
  #MAP.MAP .map-search__right .town {
    width: auto;
    margin: 0 0 20px;
  }
}

.list-link {
  max-width: 1080px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .list-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-link .list-search {
  width: auto;
}
@media screen and (max-width: 1080px) {
  .list-link .list-search li {
    width: 31.333%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 780px) {
  .list-link .list-search li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

h3.h3-favo {
  max-width: 1080px;
  width: auto;
}

.favo-list {
  max-width: 1080px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .favo-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .favo-list li {
    width: 31.333%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 780px) {
  .favo-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.recommend__list {
  max-width: 1080px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .recommend__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 780px) {
  .recommend__list {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.reform-overviews__link {
  width: 100%;
  max-width: 335px;
}

@media screen and (max-width: 1080px) {
  .recommend__center {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 15px;
  }
}

.sell-box__container {
  width: 100%;
}

.reform-showroom--contact {
  max-width: 960px;
  width: auto;
}

@media screen and (max-width: 1080px) {
  .reform-overviews .reform-overviews__link {
    margin-bottom: 20px;
  }
}

.company-outlines__outline {
  width: auto;
  max-width: 850px;
}

.change__box input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: auto;
  width: auto;
}

.btn-primary {
  display: inline-block;
  padding: 0px 10px;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.child-radio {
  padding: 0 0 0 10px;
  display: none;
}

.notification#favorite_top .number-notify {
  background: #fe5f95;
}
.notification .number-notify {
  line-height: 22px;
  background: #7EBC06;
  color: #fff;
  font-weight: 400;
  padding: 0;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .notification .number-notify {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8px;
  }
}

.notfaund-link__contact {
  margin-left: 10px;
  margin-left: 10px;
}

.footer-link li a span.en {
  width: auto;
}
.footer-link li a span.en i[class^=fa] {
  font-size: 25px;
}
.footer-link li a span.en i.fas.fa-heart {
  pointer-events: none;
}

.simple-detail__save.btn--clicked {
  opacity: 0.8;
  color: #ddd;
}
.simple-detail__save:hover {
  text-decoration: underline;
}

.alert.notify-bottom.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear, to bottom, #dff0d8 0, #c8e5bc 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.shop-lists__mail {
  width: auto;
  line-height: 35px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .shop-lists__mail {
    padding: 0 15px;
  }
}

.satei .satei {
  border-bottom: none;
}

.datebox {
  border: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .datebox:before {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.datebox select {
  border: 1px solid #ccc;
  background: #f1f1f2;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .datebox select {
    padding-right: 20px;
  }
}
.datebox select.error {
  border: 1px solid #FF523A;
  background-color: #FABFB7;
}

.static-first__info.d_normal {
  margin-top: 0;
}

.list-links__photo {
  opacity: 1;
}
.list-links__photo:hover {
  opacity: 1;
}

.privacy-contents .inner dl dd {
  width: auto;
}

.privacy-contents {
  padding-left: 15px;
  padding-right: 15px;
}

.sitemap__outlines > * {
  width: auto;
}

.sitemap .sitemap__outlines {
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .staff-menu__list {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .staff-menu__list {
    width: 100%;
  }
}

.d-wrap__child {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .sell-box__container .item {
    width: 32%;
  }
}

.sell-box {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1080px) {
  .shop-search__lists {
    padding: 15px;
  }
  .shop-search__lists .shop-search__list {
    margin-bottom: 10px;
  }
}

.map-search .map-search__left #MAP.MAP > .MAP_BOX {
  width: 101%;
}

@media screen and (max-width: 1080px) {
  .shop-lists .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .grey-back .detail-sheet__contact {
    width: 100%;
  }
}

.side-search__select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  appearance: none;
}

.detail-sheet__address span {
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 530px) {
  .no strong {
    padding: 15px 10px;
    line-height: normal;
    width: 100%;
    height: auto;
  }
  .no strong:after {
    top: 100%;
  }
}

.shop-lists {
  display: block;
}

@media screen and (max-width: 360px) {
  .grey-back--bread .wrapper {
    padding: 0;
  }

  .bread__link {
    font-size: 10px;
  }
}
#listItem.list-links {
  margin: 10px 0 120px;
}

@media screen and (max-width: 767px) {
  #buy.grey-back .two-column__main #listItem .list-links__copy {
    margin-left: 80px;
  }
}

/*# sourceMappingURL=core.css.map */
