@charset "UTF-8";
/* SCSS設定
 * *********************************** */

/* Responsive
 * *********************************** */
.-sp-inner {
  width: 92%;
  margin: 0 auto;
}

.-pc {
  display: none;
}

@media (min-width: 768px) {
  .-sp {
    display: none;
  }
  .-sp-inner {
    width: 100%;
  }
  .-pc {
    display: block;
  }
  .pc-inner {
    width: 1040px;
    margin: 0 auto;
  }
}

.-red {
  color: #1E8E7C;
}

/* tag
 * *********************************** */
.header__line {
  background-color: #E63631;
  height: 5px;
}

.header__nav01 {
  display: none;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  margin-right: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 166px;
  padding-left: 1.5rem;
}

.header__logo img {
  width: 100%;
}

.header__humberger {
  background-color: #a02219;
  width: 90px;
}

.header__humberger img {
  width: 100%;
}

@media (min-width: 768px) {
  .header {
    width: 100%;
    margin-bottom: 30px;
  }
  .header__line {
    color: #fff;
    font-size: 1.3rem;
    height: 30px;
  }
  .header__inner {
    width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 30px;
  }
  .header__main {
    width: 1040px;
    margin: 0 auto;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .header__logo {
    width: 257px;
    padding-left: 0;
  }
  .header-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-utility__item {
    margin-left: 1.5rem;
  }
  .header-utility__item::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3rem;
  }
  .header-utility__item a {
    text-decoration: none;
  }
  .pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
  }
  .pc-nav__item--regist {
    margin: 0 10px 0 20px;
  }
  .pc-nav__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #eee;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    width: 100%;
    color: #333 !important;
    -webkit-box-shadow: 0 3px #b3b3b3;
            box-shadow: 0 3px #b3b3b3;
    margin-bottom: 3px;
  }
  .pc-nav__btn--inquiry {
    padding-left: 10px;
    padding-right: 30px;
    border: 1px solid #d2d2d2;
  }
  .pc-nav__btn--inquiry::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  .pc-nav__btn--regist {
    background-color: #e78f00;
    -webkit-box-shadow: 0 3px #c57a00;
            box-shadow: 0 3px #c57a00;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pc-nav__btn--login {
    background-color: #1E8E7C;
    -webkit-box-shadow: 0 3px #9c0c04;
            box-shadow: 0 3px #9c0c04;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-nav__item {
  border-left: 1px solid #dbdbdb;
  text-align: center;
}

.sp-nav__item--login {
  width: 60px;
}

.sp-nav__item--store {
  width: 55px;
}

.sp-nav__item a {
  text-decoration: none;
  height: 44px;
  display: block;
  font-size: 1rem;
}

.sp-nav__icon {
  font-size: 1.5rem;
  padding: 0.6rem 0 .6rem;
}

@media (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.activity-list {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.activity-list__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activity-list__icon {
  font-size: 1.35rem;
  margin: 0 .2rem;
}

.activity-list__number {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1E8E7C;
}

.activity-list__unit {
  display: none;
}

.pc-activity {
  display: none;
}

@media (min-width: 768px) {
  .activity-list {
    display: none;
  }
  .pc-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e4e4e4;
    height: 100px;
  }
  .pc-activity__item {
    position: relative;
  }
  .pc-activity__link {
    text-decoration: none;
    width: 76px;
    font-size: 1.2rem;
    border-left: 1px solid #e4e4e4;
    height: 100px;
    display: block;
    text-align: center;
  }
  .pc-activity__icon {
    font-size: 2.4rem;
    margin: 1rem 0 .4rem;
    color: #535353;
  }
  .pc-activity__number {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    color: #1E8E7C;
  }
  .pc-activity__unit {
    font-size: 1.4rem;
  }
  .pc-activity__title {
    margin-top: 0.5rem;
    display: block;
  }
  .pc-activity__title--favorite {
    margin-top: 1rem;
  }
}

.release-property {
  margin-top: 2rem;
}

.release-property__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.release-property__item {
  width: 48.5%;
  text-align: center;
}

.release-property__title {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  background: #FFF;
  border: solid 1px #555;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

.release-property__title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7px;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 2;
}

.release-property__title:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -7px;
  border: 8px solid transparent;
  border-top: 8px solid #555;
  z-index: 1;
}

.release-property__title--member {
  border: solid 1px #c51b10;
  background-color: #c51b10;
  color: #fff;
}

.release-property__title--member:before {
  border-top: 8px solid #c51b10;
}

.release-property__number {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3rem;
}

.release-property__number--member {
  color: #e62b1f;
  font-size: 3.5rem;
}

.release-property__unit {
  font-size: 1.5rem;
  color: #303030;
}

.release-property__copy {
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
}

.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-banner__item {
  width: 48.5%;
}

@media (min-width: 768px) {
  .top-banner {
    display: none;
  }
}

.top-search {
  background-color: #f9f9f9;
  padding: 1.5rem 1.5rem .5rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}

.top-search__list {
  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;
}

.top-search__item {
  width: 48.5%;
  margin-bottom: 1rem;
}

.top-search__btn {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #333 !important;
  -webkit-box-shadow: 0 3px #b3b3b3;
          box-shadow: 0 3px #b3b3b3;
  margin-bottom: 3px;
  border: 1px solid #dbdbdb;
}

.top-search__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-search__icon {
  font-size: 1.7rem;
  color: #1E8E7C;
  height: 2rem;
  margin-right: 0.8rem;
}

.top-search__title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}

.top-search__sub {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .top-search {
    margin-bottom: 5rem;
  }
  .top-search__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-search__item {
    width: 130px;
  }
  .top-search__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-search__icon {
    font-size: 2.9rem;
    height: 33px;
  }
  .top-search__title {
    font-size: 2rem;
    line-height: 1;
  }
  .top-search__sub {
    font-size: 1.3rem;
  }
  .top-search__btn {
    padding: 2rem 0;
  }
}

.top-search-02__wrapper {
  border-bottom: 2px solid #f27b74;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

.top-search-02__title {
  font-size: 1.8rem;
  text-align: center;
}

.top-search-02__sub-title {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: .8rem;
  margin-bottom: 2.5rem;
}

.top-search-02__sub-title span {
  display: block;
  border-left: 4px solid #f27b74;
  border-radius: 1px;
  padding: .2rem 0 .5rem 1rem;
}

.top-search-02 h4 {
  border-bottom: 1px dashed #000;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.top-search-02__box {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  padding: 1.5rem;
  margin-bottom: 25px;
  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;
}

.top-search-02__select {
  font-size: 1.3rem;
  text-align: center;
  background-color: #fff;
  width: 48%;
}

.top-search-02__btn {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #f7461f;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #fff !important;
  -webkit-box-shadow: 0 3px #bf3416;
          box-shadow: 0 3px #bf3416;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 1.5rem;
}

.top-search-02__btn::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 0.4rem;
}

@media (min-width: 768px) {
  .top-search-02__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.5rem;
  }
  .top-search-02__title {
    font-size: 2.8rem;
    position: relative;
    margin-left: 1.5rem;
  }
  .top-search-02__sub-title {
    font-size: 2rem;
  }
  .top-search-02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-search-02__select {
    width: 220px;
    font-size: 1.4rem;
  }
  .top-search-02__btn {
    width: 220px;
    margin: 0;
  }
  .top-search-02__map {
    margin-bottom: 5rem;
  }
}

.ranking {
  margin-bottom: 3rem;
}

.ranking__title {
  text-align: center;
  line-height: 1.4;
  padding-top: 2.6rem;
  min-height: 86px;
  background: url(../images/ranking_head_bg_sp.jpg) no-repeat center bottom;
  background-size: contain;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.ranking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ranking__item {
  width: 48.5%;
}

.ranking__icon {
  display: block;
  margin: 0 auto;
}

.ranking__icon--area {
  width: 20px;
  margin-bottom: 1rem;
}

.ranking__icon--station {
  width: 15px;
  margin-bottom: 0.7rem;
}

.ranking__sub-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.ranking__sub-title strong {
  font-size: 1.7rem;
  color: #1E8E7C;
}

.ranking__list {
  border-bottom: 1px solid #d3d1d1;
  margin-bottom: 1.5rem;
}

.ranking__list-item {
  border: 1px solid #d3d1d1;
  border-width: 1px 1px 0 1px;
  padding: 8px 5px 8px 30px;
  font-size: 1.3rem;
}

.ranking__list-item--no1 {
  background: #fff7be url(../images/ranking_no01.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no2 {
  background: #e9eded url(../images/ranking_no02.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no3 {
  background: #f6e2d4 url(../images/ranking_no03.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no4 {
  background: url(../images/ranking_no04.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no5 {
  background: url(../images/ranking_no05.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no6 {
  background: url(../images/ranking_no06.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no7 {
  background: url(../images/ranking_no07.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no8 {
  background: url(../images/ranking_no08.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no9 {
  background: url(../images/ranking_no09.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__list-item--no10 {
  background: url(../images/ranking_no10.png) no-repeat 8px center;
  background-size: 16px;
}

.ranking__btn {
  display: block;
  padding: 1rem 1rem;
  background-color: #eee;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #333 !important;
  -webkit-box-shadow: 0 3px #b3b3b3;
          box-shadow: 0 3px #b3b3b3;
  margin-bottom: 3px;
}

.ranking__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #303030;
}

@media (min-width: 768px) {
  .ranking__title {
    font-size: 2.8rem;
    line-height: 1.4;
    padding-top: 9rem;
    height: 190px;
    background: url(../images/ranking_head_bg_pc.jpg) no-repeat center bottom;
    margin-bottom: 20px;
  }
  .ranking__icon {
    display: inline;
    margin: 0 .8rem 0 0;
  }
  .ranking__icon--area {
    width: 24px;
  }
  .ranking__icon--station {
    width: 18px;
  }
  .ranking__sub-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.8rem;
    text-align: left;
  }
  .ranking__sub-title strong {
    font-size: 2.4rem;
  }
  .ranking__list-item {
    font-size: 1.6rem;
    padding: 1.3rem 1rem 1.3rem 6rem;
    background-size: 30px;
  }
  .ranking__btn {
    text-align: center;
    width: 280px;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
}

.check-category {
  width: 100%;
  margin-bottom: 25px;
}

.check-category__title {
  text-align: center;
  line-height: 1.4;
  padding-top: 3.8rem;
  min-height: 100px;
  background: url(../images/check_category_bg_sp.jpg) no-repeat center bottom;
  background-size: cover;
  margin-bottom: 20px;
}

.check-category__list {
  font-weight: bold;
  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;
}

.check-category__item {
  width: 48.5%;
}

.check-category__btn {
  display: block;
  padding: 1rem 0;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #333 !important;
  -webkit-box-shadow: 0 3px #b3b3b3;
          box-shadow: 0 3px #b3b3b3;
  margin-bottom: 3px;
  border: 1px solid #d3d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.check-category__btn-02 {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #eee;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #333 !important;
  -webkit-box-shadow: 0 3px #b3b3b3;
          box-shadow: 0 3px #b3b3b3;
  margin-bottom: 3px;
  text-align: center;
  border: 1px solid #d3d1d1;
  margin-top: 1rem;
}

.check-category__btn-02::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #303030;
}

.check-category__icon {
  width: 28%;
  text-align: center;
}

.check-category__icon img {
  width: 60%;
}

.check-category__text {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.check-category .-large {
  font-size: 1.9rem;
}

.check-category .-orange {
  color: #d64827;
}

.check-category .-robot {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1E8E7C;
}

@media (min-width: 768px) {
  .check-category__title {
    font-size: 2.8rem;
    padding-top: 8.7rem;
    height: 184px;
    background: url(../images/check_category_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .check-category__item {
    width: 225px;
  }
  .check-category__text {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .check-category__btn {
    height: 100px;
  }
  .check-category .-large {
    font-size: 2.8rem;
  }
  .check-category .-robot {
    font-size: 3.2rem;
  }
  .check-category__btn-02 {
    width: 280px;
    margin: 30px auto 0;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}

.price-down {
  margin-bottom: 35px;
}

.price-down__title {
  text-align: center;
  padding-top: 5.2rem;
  min-height: 113px;
  background: url(../images/price_down_bg_sp.jpg) no-repeat center bottom;
  background-size: cover;
  margin-bottom: 20px;
}

.price-down__number {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.9rem;
  color: #1E8E7C;
}

.price-down__btn {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #eee;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #333 !important;
  -webkit-box-shadow: 0 3px #b3b3b3;
          box-shadow: 0 3px #b3b3b3;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 2rem;
}

.price-down__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #303030;
}

.info__btn {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #5396bc;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #fff !important;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 2rem;
}

.info__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #303030;
}

@media (min-width: 768px) {
  .price-down__title {
    height: 200px;
    background: url(../images/price_down_bg_pc.jpg) no-repeat center bottom;
    font-size: 2.2rem;
    padding-top: 11rem;
  }
  .price-down__title .-red {
    font-size: 2.8rem;
  }
  .price-down__number {
    font-size: 3.8rem;
  }
  .price-down__btn {
    width: 280px;
    margin: 30px auto 0;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
  .info__btn {
    margin: 30px auto 0;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}

.property-list {
  position: relative;
  overflow: hidden;
}

.property-list__item {
  border: 1px solid #d3d1d1;
  padding: 1rem;
  width: 48%;
}

.property-list__type {
  background-color: #528e44;
  color: #fff;
  padding: 0.5rem;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.property-list__price {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.5rem 0 1.5rem;
}

.property-list__price a {
  color: #1d39c7;
  text-decoration: none;
  border-bottom: 1px solid #1d39c7;
  padding-bottom: .3rem;
}

.property-list__address {
  font-size: 1.3rem;
  line-height: 1.4;
}

.property-list__floor {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.property-list__btn {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #eee;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #333 !important;
  -webkit-box-shadow: 0 3px #b3b3b3;
          box-shadow: 0 3px #b3b3b3;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 1.5rem;
}

.property-list__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #303030;
}

.swiper-button-next {
  border-radius: 50%;
  background-color: #1E8E7C;
  width: 75px;
  height: 75px;
  right: -33px;
  opacity: .85;
  background-image: none !important;
}

.swiper-button-next:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  color: #fff !important;
  font-weight: 900;
  left: 1.4rem;
  top: 30px;
  color: #fff !important;
  font-size: 1.7rem;
}

.swiper-button-prev {
  border-radius: 50%;
  background-color: #1E8E7C;
  width: 75px;
  height: 75px;
  left: -33px;
  opacity: .85;
  background-image: none !important;
}

.swiper-button-prev::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  color: #fff !important;
  font-weight: 900;
  left: 5rem;
  top: 30px;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .property-list {
    overflow: visible;
  }
  .property-list__address {
    font-size: 1.2rem;
  }
  .property-list__floor {
    font-size: 1.2rem;
  }
  .swiper-button-next {
    width: 47px !important;
    height: 47px;
    right: -23px;
  }
  .swiper-button-next::after {
    top: 10px;
    left: 15px;
    font-size: 1.3rem;
  }
  .swiper-button-prev {
    width: 47px !important;
    height: 47px;
    left: -23px;
  }
  .swiper-button-prev::after {
    top: 10px;
    left: 15px;
    font-size: 1.3rem;
  }
}

.top-banner-02__item {
  margin-bottom: 0.9rem;
}

.top-banner-02__item--openhouse {
  position: relative;
}

.top-banner-02__item--openhouse p {
  position: absolute;
  right: calc(100vw/ 10.5);
  bottom: calc(100vw/ 10.5);
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #f3ff00;
  font-size: calc(100vw/15);
}

.top-banner-02__item--openhouse span {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .top-banner-02 {
    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;
  }
  .top-banner-02__item {
    position: relative;
    margin-bottom: 2rem;
  }
  .top-banner-02__item--openhouse p {
    right: 3.8rem;
    bottom: 4rem;
    font-size: 4.4rem;
  }
  .top-banner-02__item--openhouse span {
    font-size: 1.7rem;
  }
  .top-banner-02__link {
    position: absolute;
    display: block;
    right: 11px;
    bottom: 11px;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 4px;
    padding: 7px;
  }
  .top-banner-02__link--visit {
    background-color: #fff;
    color: #f83c1e !important;
    border: 1px solid #f83c1e;
    font-size: 1.3rem;
    bottom: 15px;
  }
  .top-banner-02__link--openhouse {
    border: 1px solid #fff;
    color: #fff !important;
    padding: 5px;
    right: 7px;
  }
  .top-banner-02__link--customize {
    background-color: #434343;
    color: #fff !important;
    right: 40px;
    padding: 7px 17px;
  }
  .top-banner-02__link--sell {
    background-color: #118f3c;
    color: #fff !important;
    right: 15px;
    padding: 7px 17px;
  }
}

/* Sub
 * *********************************** */
.sub {
  /*width: 92%;*/
  margin: 0 auto;
}

.sub__banner {
  border-radius: 5px;
  overflow: hidden;
}

.sub__banner--sp {
  margin-bottom: 1rem;
}

.sub__banner--pc {
  margin-bottom: 2rem;
}

.sub__banner--openhouse {
  position: relative;
}

.sub__banner--openhouse p {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #f3ff00;
  font-size: calc(100vw/ 14);
  right: calc(100vw/ 30);
  top: calc(100vw/ 10.6);
}

.sub__banner--openhouse p span {
  font-size: calc(100vw/ 30);
}

.sp-sub-guide {
  position: relative;
}

.sp-sub-guide__list {
  position: absolute;
  width: calc(100vw/ 2.2);
  text-align: right;
  margin-top: calc(100vw/ 7.5);
}

.sp-sub-guide__item {
  margin-bottom: 1rem;
}

.sp-sub-guide__number {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1E8E7C;
  font-size: calc(100vw/ 15);
}

.sp-sub-guide__number--general {
  font-size: calc(100vw/ 16);
  color: #303030;
}

.sp-sub-guide__unit {
  font-size: calc(100vw/ 30);
  color: #303030;
  font-weight: bold;
}

.sub-new {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .open-house02 {
    background: url(../images/sub_bnr_openhouse_bg.jpg) no-repeat left bottom;
    border-radius: 5px;
    overflow: hidden;
    height: 280px;
    position: relative;
  }
  .open-house02__title {
    background-color: #1a6f7c;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
  }
  .open-house02__text {
    width: 53%;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
  }
  .open-house02__text::after {
    right: -1rem;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 4.6rem;
    height: .1rem;
    background-color: #333;
  }
  .open-house02__content {
    background-color: #1a6f7c;
    opacity: .8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1rem 0;
    color: #f6ff00;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .open-house02__number {
    font-family: 'Roboto', sans-serif;
    font-size: 4.4rem;
  }
  .open-house02__unit {
    font-size: 1.7rem;
  }
  .open-house02__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #f6ff00;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    color: #408c95 !important;
    -webkit-box-shadow: 0 3px #989d05;
            box-shadow: 0 3px #989d05;
    margin-bottom: 3px;
    width: 83%;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .open-house02__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #408c95;
  }
  .loan-simulation02 {
    background: url(../images/sub_bnr_simulation_bg.jpg) no-repeat left bottom;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    padding-bottom: 10px;
    height: 285px;
  }
  .loan-simulation02__title {
    background-color: #ededed;
    border-bottom: 2px solid #a92118;
    text-align: center;
    padding: 1rem 0;
  }
  .loan-simulation02__text {
    margin: 125px auto 15px;
    width: 83%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .loan-simulation02__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #eee;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    color: #333 !important;
    -webkit-box-shadow: 0 3px #b3b3b3;
            box-shadow: 0 3px #b3b3b3;
    margin-bottom: 3px;
    width: 83%;
    margin: 0 auto;
    text-align: center;
  }
  .loan-simulation02__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #303030;
  }
  .pc-sub-guide {
    border: 1px solid #dbdbdb;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    background: url(../images/sub_bnr_guide_bg.jpg) no-repeat right bottom;
  }
  .pc-sub-guide__inner {
    padding: 15px 0 10px 19px;
  }
  .pc-sub-guide__title {
    /*background-color: #e62b1f;
    padding: 1rem;
    text-align: center;
    color: #fff;*/
  }
  .pc-sub-guide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 255px;
  }
  .pc-sub-guide__item {
    border: 1px solid #868686;
    padding: 1rem;
    border-radius: 4px;
    width: 127px;
    text-align: center;
    position: relative;
  }
  .pc-sub-guide__item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    z-index: 2;
  }
  .pc-sub-guide__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-left: 9px solid #868686;
    z-index: 1;
  }
  .pc-sub-guide__item--member {
    background-color: #c51b10;
    color: #fff;
    border: 0;
  }
  .pc-sub-guide__item--member::before {
    border-left: 8px solid #c51b10;
  }
  .pc-sub-guide__item--member::after {
    border-left: 9px solid #c51b10;
  }
  .pc-sub-guide__number {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    color: #303030;
  }
  .pc-sub-guide__number--member {
    font-size: 3.8rem;
    margin-bottom: 1rem;
    color: #e62b1f;
  }
  .pc-sub-guide__unit {
    font-size: 1.6rem;
    color: #303030;
  }
  .pc-sub-guide__item {
    font-size: 1.4rem;
  }
  .pc-sub-guide__btn {
    display: block;
    padding: 0.7rem 1.2rem;
    background-color: #f45d0b;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 160px;
    color: #fff !important;
    -webkit-box-shadow: 0 3px #b64306;
            box-shadow: 0 3px #b64306;
    margin-bottom: 3px;
    line-height: 1.4;
    text-align: center;
    margin-top: 65px;
    width: 160px;
  }
  .pc-sub-guide__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #fff;
  }
  .sub-present {
    background-color: #f83c1e;
    text-align: center;
  }
  .pc-sub-present {
    background-color: #f83c1e;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .pc-sub-present__title {
    background-color: #cba446;
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem;
    margin-bottom: 1.7rem;
    position: relative;
    width: 295px;
  }
  .pc-sub-present__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #f83c1e transparent transparent;
    border-width: 19px 10px 19px 0;
  }
  .pc-sub-present__wrap {
    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;
    margin: 0 auto 1.5rem;
  }
  .pc-sub-present__ticket {
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0.4rem;
    margin-right: 0.5rem;
  }
  .pc-sub-present__yen {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 5.4rem;
    color: #fff;
  }
  .pc-sub-present__unit {
    font-size: 1.7rem;
  }
  .pc-sub-present__note {
    font-size: 1.1rem;
    margin: 7px 0 10px;
  }
  .pc-sub-present__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 90%;
    color: #f83c1e !important;
    -webkit-box-shadow: 0 3px #b02b16;
            box-shadow: 0 3px #b02b16;
    margin-bottom: 3px;
    text-align: center;
    margin: auto;
  }
  .pc-sub-present__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #f83c1e;
  }
  .pc-sub-new {
    background: url(../images/sub_bnr_new_pc.jpg) no-repeat center bottom;
    height: 258px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .pc-sub-new__title {
    padding-top: 1.5rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .pc-sub-new__title--large {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    color: #1E8E7C;
  }
  .pc-sub-new__text {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  .pc-sub-new__text--large {
    font-size: 1.6rem;
    color: #f93c1e;
  }
  .pc-sub-new__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #118f3c;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 250px;
    color: #fff !important;
    -webkit-box-shadow: 0 3px #0c5522;
            box-shadow: 0 3px #0c5522;
    margin-bottom: 3px;
    margin: 100px auto 0;
  }
  .pc-sub-new__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #fff;
  }
  .customers-voice02 {
    overflow: hidden;
    background: url(../images/sub_bnr_voice_pc.jpg) no-repeat center bottom;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    height: 273px;
    position: relative;
  }
  .customers-voice02__title {
    background-color: #118f3c;
    color: #fff;
    padding: 1.1rem;
    text-align: center;
  }
  .customers-voice02__text01 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #f3ff00;
  }
  .customers-voice02__text01--large {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 4.4rem;
    color: #f3ff00;
    display: inline-block;
  }
  .customers-voice02__text02 {
    background-color: #f3ff00;
    color: #007426;
    font-weight: bold;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 1.8rem;
    position: absolute;
    right: 10px;
  }
  .customers-voice02__number {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 4.4rem;
    color: #007528;
  }
  .customers-voice02__unit {
    font-size: 2.4rem;
  }
  .customers-voice02__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #f74620;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 250px;
    color: #fff !important;
    -webkit-box-shadow: 0 3px #bf3416;
            box-shadow: 0 3px #bf3416;
    margin-bottom: 3px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 24px;
  }
  .customers-voice02__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #fff;
  }
  .customize02 {
    position: relative;
  }
  .customize02__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #303030;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 250px;
    color: #fff !important;
    -webkit-box-shadow: 0 3px #9e9c9c;
            box-shadow: 0 3px #9e9c9c;
    margin-bottom: 3px;
    text-align: center;
    position: absolute;
    left: 24px;
    bottom: 8px;
  }
  .customize02__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #fff;
  }
  .sell02 {
    position: relative;
  }
  .sell02__btn {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #006d1a;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    width: 250px;
    color: #fff !important;
    -webkit-box-shadow: 0 3px #0d5522;
            box-shadow: 0 3px #0d5522;
    margin-bottom: 3px;
    text-align: center;
    position: absolute;
    left: 24px;
    bottom: 8px;
  }
  .sell02__btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    font-size: 1.3rem;
    color: #fff;
  }
}

.more-view {
  background-color: #f0f4fa;
  border: 1px solid #1E8E7C;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.more-view__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}

.more-view__title-img {
  width: 29%;
  margin-left: 1rem;
}

.more-view__title-img img {
  margin-top: -30px;
}

.more-view__title-text {
  width: 71%;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: calc(100vw/ 25);
}

.more-view__title-text img {
  height: calc(100vw/ 15);
}

.more-view__item {
  width: 91.5%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 2.5rem 1.5rem 1.5rem;
  position: relative;
}

.more-view__item--first {
  position: relative;
  margin-top: -94px;
  margin-bottom: 2rem;
  z-index: 10;
}

.more-view__sub-title {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #1E8E7C;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  width: 60%;
  padding: 0.6rem 0;
}

.more-view__text {
  position: relative;
  display: inline-block;
  padding: 0 3.6rem;
  line-height: 1.4;
}

.more-view__text:before, .more-view__text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3.6rem;
  height: .1rem;
  background-color: #333;
}

.more-view__text:before {
  left: 0;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.more-view__text:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.more-view__btn {
  margin-top: 1.5rem;
}

.more-view__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #fff;
}

.more-view__btn--regist {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #f45d0b;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #fff !important;
  -webkit-box-shadow: 0 3px #b34205;
          box-shadow: 0 3px #b34205;
  margin-bottom: 3px;
}

.more-view__btn--visit {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #528e44;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #fff !important;
  -webkit-box-shadow: 0 3px #095421;
          box-shadow: 0 3px #095421;
  margin-bottom: 3px;
}

.more-view__regist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.more-view__regist-text01 {
  background-color: #eee;
  font-size: 1.3rem;
  padding: 0.6rem;
  line-height: 1.4;
  margin-right: 0.8rem;
  margin-bottom: 1.5rem;
}

.more-view__regist-text01--red {
  color: #1E8E7C;
}

.more-view__regist-text02 {
  text-align: left;
}

.more-view__regist-text02--small {
  font-size: 1.3rem;
}

.more-view__regist-text02--large {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #1E8E7C;
}

.more-view__visit-text01 {
  font-weight: bold;
}

.more-view__visit-text01--small {
  font-size: 1.3rem;
}

.more-view__visit-text01--large {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #1E8E7C;
}

.more-view__visit-text02 {
  font-size: 1.5rem;
  font-weight: bold;
  border-top: 1px solid #1E8E7C;
  border-bottom: 1px solid #1E8E7C;
  padding: 0.5rem;
  margin: 1rem auto;
  width: 88%;
}

.more-view__visit-text02--red {
  color: #1E8E7C;
}

@media (min-width: 768px) {
  .more-view {
    border-width: 3px;
    position: relative;
    height: 410px;
  }
  .more-view__title-img {
    position: absolute;
    width: 172px;
    bottom: 0;
    left: -8px;
    z-index: 1020;
  }
  .more-view__title-img img {
    margin-top: -30px;
  }
  .more-view__title-text {
    font-size: 2rem;
    margin-left: 163px;
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }
  .more-view__title-text--large {
    font-size: 2.6rem;
    color: #1E8E7C;
  }
  .more-view__title-text img {
    height: 38px;
  }
  .more-view__sub-title {
    width: 210px;
    font-size: 1.4rem;
    padding: 0.8rem;
  }
  .more-view__pc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 520px;
    margin-left: 160px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .more-view__item {
    width: 255px;
    padding: 3rem 1rem 1.5rem;
  }
  .more-view__item--first {
    margin-top: 0;
    margin-bottom: 0;
  }
  .more-view__text {
    font-size: 1.3rem;
  }
  .more-view__regist {
    display: block;
  }
  .more-view__regist-text01 {
    font-size: 1.6rem;
    width: 196px;
    margin: 0 auto;
  }
  .more-view__regist-text02 {
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .more-view__regist-text02--large {
    font-size: 4rem;
    line-height: 1.3;
  }
  .more-view__visit-text01 {
    font-size: 2.4rem;
  }
  .more-view__visit-text01--large {
    font-size: 4rem;
    line-height: 1.2;
  }
  .more-view__visit-text02 {
    font-size: 1.4rem;
    width: 100%;
  }
  .more-view__btn {
    font-size: 1.4rem;
    width: 189px;
    margin: 1rem auto;
  }
}

.shop-list {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  padding-bottom: 10px;
}

.shop-list__title {
  background-color: #5396bc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 5px;
}

.shop-list__inner {
  padding: 0 10px;
}

.shop-list__item {
  padding: 15px 0;
  margin: 0 10px;
  border-bottom: 1px dotted #aab0b1;
}

.shop-list__item:last-child {
  border-bottom: none;
}

.shop-list__btn {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #aab0b1;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  color: #fff !important;
  -webkit-box-shadow: 0 3px #838c8e;
          box-shadow: 0 3px #838c8e;
  margin-bottom: 3px;
  text-align: center;
}

.shop-list__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1.3rem;
  color: #fff;
}

.shop-list__address {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 12px 0 15px;
}

.shop-list__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-blog__item {
  width: 48%;
}

.map-blog__btn {
  border: 1px solid #aab0b1;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  padding: 1rem 0;
  position: relative;
}

.map-blog__btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  font-size: 1.1rem;
  color: #303030;
}

/* Footer
  * *********************************** */
.footer {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  padding-top: 1.8rem;
  position: relative;
}

.footer__inner {
  width: 92%;
  margin: 0 auto;
}

.footer__address {
  font-size: 1.18rem;
  line-height: 1.7;
}

.footer__logo {
  width: 190px;
  margin-bottom: 1.5rem;
}

.footer__tel {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.footer__tel img {
  height: 2.1rem;
}

.footer__open {
  font-size: 1.18;
}

.footer__copyright {
  font-family: 'Roboto', sans-serif;
  background-color: #E01819;
  color: #fff;
  text-align: center;
  padding: 11px 0 9px;
  font-size: 1.3rem;
  margin-top: 27px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer__inner {
    width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__logo {
    width: 257px;
  }
  .footer__address {
    font-size: 1.3rem;
  }
  .footer__tel {
    font-size: 4rem;
  }
  .footer__tel img {
    height: 2.5rem;
  }
  .footer__copyright {
    margin-top: 0;
  }
  .footer-nav {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
  }
  .footer-nav__01 {
    width: 180px;
  }
  .footer-nav__02 {
    width: 133px;
    margin-right: 27px;
  }
  .footer-nav__03 {
    width: 133px;
  }
  .footer-nav__list {
    margin-bottom: 3.5rem;
  }
  .footer-nav__title {
    margin-bottom: 1.1rem;
    font-weight: bold;
  }
  .footer-nav__item {
    margin-bottom: 1.1rem;
  }
  .footer-nav__item::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .7rem;
    font-size: 1.3rem;
    color: #737171;
  }
  .footer-nav__item a {
    font-size: 1.4rem;
    text-decoration: none;
  }
}

.to-top {
  position: absolute;
  top: -20px;
  right: 15px;
}

.to-top a {
  background: #e11305 url(../images/to_top.png) no-repeat center center;
  background-size: 1rem auto;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .global-nav {
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    border-width: 1px 0;
  }
  .global-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
  }
  .global-nav__list {
    border-radius: 5px;
    border: 1px solid #d1cfcf;
    border-bottom: 4px solid #ccc8c8;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: hidden;
  }
  .global-nav__list--buy {
    width: 520px;
  }
  .global-nav__list--sell {
    width: 104px;
    margin: 0 10px;
  }
  .global-nav__list--comfortable {
    width: 166px;
    border-radius: 5px 0 0 5px;
  }
  .global-nav__list--learn {
    width: 126px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .global-nav__list--consultation {
    width: 105px;
    border-radius: 0 5px 5px 0;
  }
  .global-nav__title {
    text-align: center;
    color: #fff;
    padding: 0.2rem 0 .4rem;
    width: 100%;
  }
  .global-nav__title--buy {
    background-color: #138f3d;
  }
  .global-nav__title--sell {
    background-color: #ed7400;
  }
  .global-nav__title--comfortable {
    background-color: #34b5cc;
  }
  .global-nav__title--learn {
    background-color: #006fca;
  }
  .global-nav__title--consultation {
    background-color: #e0706e;
  }
  .global-nav__item--buy a {
    width: 102px;
    border-left: 1px solid #d1cfcf;
  }
  .global-nav__item--nobdr a {
    border-left: 0;
  }
  .global-nav__item a {
    padding: 2rem 0;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  /* Contents
   * *********************************** */
  .contents {
    background: url(../images/top_bg.jpg) no-repeat bottom center;
    background-size: contain;
  }
  .contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*width: 1040px;*/
    margin: 0 auto;
  }
  /* Main
   * *********************************** */
  .main {
    /*width: 710px;*/
  }
  /* Sub
   * *********************************** */
  .sub {
    /*width: 300px;*/
    margin: 0;
  }
    
}

.propertyImageArea {
  /*width: 100%;
  padding: 1.5rem;
  background-color: #f7f7f7;*/
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  background-color: #fff;
}

.gallery-top-wrapper {
  position: relative;
}

.gallery-top {
  width: 100%;
  margin-bottom: 10px;
}

.gallery-top .swiper-slide img {
  max-height: 280px;
  width: auto;
}

.gallery-top .swiper-caption {
  border-top: 5px solid #f7f7f7;
  padding: .8rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}

.gallery-thumbs {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.gallery-thumbs .swiper-slide {
  height: 52px;
  margin-right: 10px;
  margin-top: 10px;
  width: calc((100% - 30px) / 4) !important;
  background-size: cover;
  background-position: center;
}

.gallery-thumbs .swiper-slide:nth-child(4n) {
  margin-right: 0 !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #ee7375;
}

@media (min-width: 414px) {
  .gallery-thumbs .swiper-slide {
    height: 62px;
  }
}

@media (min-width: 514px) {
  .gallery-thumbs .swiper-slide {
    height: 72px;
  }
}

@media (min-width: 614px) {
  .gallery-thumbs .swiper-slide {
    height: 82px;
  }
}

@media (min-width: 768px) {
  .propertyImageArea {
    width: 100%;
    /*padding: 60px 120px;
    background-color: #f7f7f7;*/
  }
  .pricedown-slider .swiper-slide img {
    height: 83.5px;
  }
  .gallery-top {
    height: 540px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .gallery-top .swiper-slide img {
    max-height: 490px;
    width: auto;
  }
  .gallery-top .swiper-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 0;
    padding: 1.5rem 4rem;
    text-align: center;
    font-size: 1.3rem;
    width: 100%;
    box-sizing: border-box;
  }
  .gallery-thumbs {
    width: 100%;
  }
  .gallery-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0 0 0 20px;
  }
  .gallery-thumbs .swiper-slide {
    height: 100px;
    width: calc((100% - 0px) / 6) !important;
    background-size: cover;
    background-position: center;
    border: 3px solid #fff;
  }
  .gallery-thumbs .swiper-slide:nth-child(4n) {
    margin-right: 10px !important;
  }
  .gallery-thumbs .swiper-slide:nth-child(5n) {
    margin-right: 0 !important;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #ee7375;
  }
}

@media (max-width: 768px) {
.swiper-button-prev::after {
  left: 0.3rem !important;
  top: 10px !important;
  font-size: 1.2rem !important;
}
.swiper-button-next::after {
    left: 0.5rem !important;
    top: 10px !important;
    font-size: 1.2rem !important;
}
}
/*# sourceMappingURL=style.css.map */
