body {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

.ff-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.recommend-area {
  padding: 70px;
}

@media (max-width: 1024px) {
  .recommend-area {
    padding: 18px 35px;
  }
}

.recommend-area .main-title {
  font-size: 20px;
  margin-bottom: 16px;
  padding: 0px 10px;
}

.recommend-area ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
}

.recommend-area ul li:last-child {
  margin-right: 0%;
}

.recommend-area ul li .img-box {
  width: 100%;
  height: 220px;
  border-radius: 50%;
}

.recommend-area ul li p {
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
}

.j_title {
  padding: 25px 50px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 2;
}

.j_value {
  margin: 0 20px 0 0;
  width: 160px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: normal
}

.j_box {
  line-height: 2;
  font-weight: bold;
  font-size: 2em;
}

.tag_name {
  margin: 20px 10px 10px 10px;
}

.recommend-area .slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: auto;
  text-indent: -9999px;
}

.recommend-area .slick-slider .slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #AB8D4B;
  border-right: 1px solid #AB8D4B;
  width: 15px;
  height: 15px;
  margin: auto;
  transform: rotate(45deg);
}

.recommend-area .slick-slider .slick-prev {
  left: -55px;
}

.recommend-area .slick-slider .slick-next {
  right: -55px;
}

@media (max-width: 1024px) {
  .recommend-area .slick-slider .slick-arrow::before {
    width: 9px;
    height: 9px;
  }

  .recommend-area .slick-slider .slick-prev {
    left: -40px;
  }

  .recommend-area .slick-slider .slick-next {
    right: -40px;
  }
}

.recommend-area .slick-slider .slick-slide {
  margin: 10px;
  float: left;
  height: auto;
  min-height: 1px;
}

.recommend-area .list_item {
  position: relative;
}

.recommend-area .list_item a {
  border-radius: 10px 10px;
  line-height: 1.4;
}

.recommend-area .list_item a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  line-height: 1;
}

a {
  color: #3e3e3b;
  text-decoration: none;
  transition: all .5s;
}

.recommend-area .list_item .overlay_wrap {
  position: relative;
}

.recommend-area .list_item .photo {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 303px;
  margin-bottom: 0;
}

.recommend-area .list_item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.recommend-area .list_item .overlay .kind_contents_title {
  line-height: 1.4;
  height: 3.3em;
  margin-bottom: 15px;
  font-size: 1.7rem;
  overflow: visible;
  white-space: normal;
  color: inherit;
  text-overflow: ellipsis;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.recommend-area .list_item .overlay .distance-area {
  font-size: 13px;
  font-weight: 400;
}

.life_tab_contents .photo_block .text_area {
  float: right;
  width: 50%;

}

@media (max-width: 1024px) {
  .life_tab_contents .photo_block .text_area {
    float: none;
    width: 100%;
  }
}

.life_tab_contents .photo_block img {
  position: relative;
  width: 45%;
  float: left;
  margin-right: 5%;
  z-index: 1
}

@media (max-width: 1024px) {
  .life_tab_contents .photo_block img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.life_tab_contents .photo_block.reverse .text_area {
  float: left;
}

@media (max-width: 1024px) {
  .life_tab_contents .photo_block .text_area {
    float: none;
  }
}

.life_tab_contents .photo_block.reverse img {
  float: right;
  margin-right: 0;
  margin-left: 80px;
}

@media (max-width: 1024px) {
  .life_tab_contents .photo_block.reverse img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.life_tab_contents .photo_block .text_en {
  font-size: 20px;
  color: #DC9FB4;
  margin-bottom: 20px;
  font-family: "PT Serif", serif;
  font-style: italic;
}

@media (max-width: 1024px) {
  .life_tab_contents .photo_block img {
    width: 100%;
    margin-right: 0;
  }
}

.life_tab_contents .photo_block .bg_gray {
  background: #EBEBEB;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px 0;
}

.life_tab_contents .photo_block .bg_gray h5 {
  font-weight: bold;
  color: #363634;
  margin-bottom: 10px;
}

.life_tab_contents .photo_block .bg_gray strong {
  font-weight: bold;
  color: #363634;
}

.life_tab_contents .photo_block_style01 {
  position: relative;
  width: 100%;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  margin: 60px 0;
  z-index: 1;
}

@media (max-width: 1024px) {
  .life_tab_contents .photo_block_style01 {
    margin: 30px 0;
  }
}

.life_tab_contents .photo_block_style01 img {
  width: 15%;
}

.life_tab_contents .photo_block_style01 .text_area {
  padding-left: 40px;
  width: 85%;
}

.life_tab_contents .photo_block_style01 .text_area p.photo_block_style01_title {
  font-weight: bold;
  color: #363634;
  margin-bottom: 20px;
}


.life_tab_contents .step_list {
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .life_tab_contents .step_list {
    display: block;
    margin-top: 40px;
  }
}

.life_tab_contents .step_list li {
  position: relative;
  width: 30%;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .life_tab_contents .step_list li {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.life_tab_contents .step_list li:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .life_tab_contents .step_list li:last-child {
    margin-bottom: 0;
  }
}

.life_tab_contents .step_list li::before {
  position: absolute;
  content: '01';
  left: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background: #DC9FB4;
  border-radius: 50%;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 20px;
}

.life_tab_contents .step_list li:nth-child(2)::before {
  content: '02';
}

.life_tab_contents .step_list li:nth-child(3)::before {
  content: '03';
}

.life_tab_contents .step_list li img {
  margin-bottom: 20px;
}

.life_tab_contents .step_list li small {
  font-size: 13px;
}



@media (max-width: 1024px) {

  .apartment-life-details .introduction .text-box {
    padding: 92px 0px 50px;
  }

  .apartment-life-details .introduction .text-box .life-title {
    font-size: 28px;
  }

  .apartment-life-details .introduction .text-box .life-sub {
    font-size: 16px;
  }

  .apartment-life-details .introduction .text-box .life-description {
    font-size: 14px;
    margin-top: 24px;
  }





}