.life_info .tb_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (max-width: 1060px) {
  .life_info .tb_btn {
    flex-wrap: wrap;
  }
}
.life_info .tb_btn li {
  cursor: pointer;
  height: 40px;
  width: calc(147% / 9.16);
  text-align: center;
  background: #a69580;
  color: #fff;
  font-size: 1.54rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1060px) {
  .life_info .tb_btn li {
    width: 32%;
  }
  .life_info .tb_btn li:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 600px) {
  .life_info .tb_btn li {
    height: auto;
    padding: 0.5em 5px;
    font-size: 1rem;
  }
}
.life_info .tb_btn li.active,
.life_info .tb_btn li:hover {
  background: #401f20;
}
.life_info .tab_cnt_wrap .life_map {
  margin-bottom: 20px;
}
.life_info .tab_cnt_wrap .tab_cnt {
  display: none;
}
.life_info .tab_cnt_wrap .tab_cnt.active {
  display: block;
}
.life_info .tab_cnt_wrap .life_lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1060px) {
  .life_info .tab_cnt_wrap .life_lists {
    flex-direction: column;
    grid-gap: 15px 0;
  }
}
.life_info .tab_cnt_wrap .life_lists > div {
  width: calc(445% / 9.16);
  display: flex;
  flex-direction: column;
  grid-gap: 15px 0;
}
@media screen and (max-width: 1060px) {
  .life_info .tab_cnt_wrap .life_lists > div {
    width: 100%;
  }
}
.life_info .tab_cnt_wrap .life_lists dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
  /* align-items: center; */
}
.life_info .tab_cnt_wrap .life_lists dl dt {
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  color: #fff;
  background: #401f20;
}
@media screen and (max-width: 600px) {
  .life_info .tab_cnt_wrap .life_lists dl dt {
    font-size: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.life_info .tab_cnt_wrap .life_lists dl dt.map_out {
  background: none;
}
.life_info .tab_cnt_wrap .life_lists dl dd {
  font-size: 1.7rem;
  font-feature-settings: 'palt';
  /* line-height: 1; */
}
@media screen and (max-width: 600px) {
  .life_info .tab_cnt_wrap .life_lists dl dd {
    font-size: 3vw;
  }
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt1 {
  padding-left: 0.5em;
}
@media screen and (max-width: 600px) {
  .life_info .tab_cnt_wrap .life_lists dl dd.txt1 {
    padding-left: 0.2em;
  }
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt1.small {
  width: 15em;
  overflow: hidden;
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt1.small .small_txt {
  width: 21em;
  transform: scaleX(0.7);
  transform-origin: top left;
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt1.small .small_txt2 {
  width: 21em;
  transform: scaleX(0.8);
  transform-origin: top left;
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt1.small3 {
  width: 15.5em;
  overflow: hidden;
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt1.small3 .small_txt3 {
  width: 21em;
  transform: scaleX(0.79);
  transform-origin: top left;
}
.life_info .tab_cnt_wrap .life_lists dl dd.txt2 {
  align-self: flex-end;
  text-align: right;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .location_col3s_slide .tpl-stack {
    display: flex;
    max-width: 916px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .location_col3s_slide .tpl-stack > .tpl-card {
    width: calc(292% / 9.16);
  }
}

.in_slide_wrap {
  position: relative;
}
.in_slide_wrap .in_slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.in_slide_wrap .in_slide.slick-initialized {
  opacity: 1;
}
.in_slide_wrap .in_slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.in_slide_wrap .dots-class {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  display: flex;
  grid-gap: 0 10px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.in_slide_wrap .dots-class li {
  font-size: 0;
  background: #fff;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 4px;
  cursor: pointer;
  box-shadow: 0 0 3px #333333;
}
.in_slide_wrap .dots-class li.slick-active {
  background: #3f2021;
  color: #3f2021;
}
.in_slide_wrap .dots_wrap {
  margin: 5px auto 0;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 8px;
  display: flex;
  justify-content: center;
  grid-gap: 0 10px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .in_slide_wrap .dots_wrap {
    margin-bottom: 8px;
  }
}
.in_slide_wrap .dots_wrap li {
  font-size: 0;
  background: #fff;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 4px;
  cursor: pointer;
  box-shadow: 0 0 3px #333333;
}
.in_slide_wrap .dots_wrap li.slick-active {
  background: #3f2021;
  color: #3f2021;
}
.in_slide_wrap .arrow_box {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.in_slide_wrap .arrow_box .slide-arrow {
  display: block;
  width: 15px;
  height: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.in_slide_wrap .arrow_box .slide-arrow.prev-arrow {
  transform: rotate(180deg);
}
.in_slide_wrap .arrow_box .slide-arrow img {
  display: block;
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}

/*# sourceMappingURL=life_info.css.map */
