@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_location a {
  background-color: rgba(0, 0, 0, .1);
}

.contents_area .inner {
  width: 83.871%;
  max-width: 100%;
  margin-inline: auto;
}
.location_wrap {
  display: flex;
  column-gap: 24px;
}
.location_wrap.mt {
  margin-top: 40px;
}
.location_item.w_28 {
  width: 28%;
}
.location_item_cap {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  margin-top: 6px;
}

.info_section .contents_area {
  background-color: #f1f1f1;
}

@media only screen and (max-width:768px) {
  .contents_area .inner {
    width: calc(100% - 60px);
}
  .location_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .location_wrap.mt {
    margin-top: 20px;
  }
  .location_item.w_28 {
    width: 100%;
  }
  .location_item_cap {
    font-size: 10px;
    margin-top: 3px;
  }
}


/* ライフインフォ
--------------------------------- */
.wrap-tab{
  overflow: hidden;
}
.list-tab{
  display: flex;
  margin: 0 -1px;
  /* max-width: 725px; */
}
.list-tab > li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  border-right: #fff 1px solid;
  background-color: rgba(59,59,65,0.8);
  cursor: pointer;
}
.list-tab .active{
  background: #3b3b41;
  color: #80cdd1;
}
.wrap-tab-content {
  background-color: #3b3b41;
  padding: 40px 40px 60px;
}
.tab-content{
  display: none;
}
.lifeinfo_title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.tab-content.active{
  display: block;
}
.lifeinfo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lifeinfo_list {
  color: #fff;
  font-size: 14px;
  width: 48%;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  text-align: left;
}
.lifeinfo_list .shop {
  width: calc(100% - 140px);
}
.lifeinfo_list .times {
  width: 136px;
}
@media only screen and (max-width:768px) {
  .info_section {
    border-top: 1px solid #CCCCCC;
  }
  .wrap-tab{
    overflow: hidden;
  }
  .list-tab{
    display: block;
    margin: 0;
    max-width: 100%;
  }
  .list-tab > li{
    height: 40px;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px solid #3b3b41;
  }
  .wrap-tab-content {
    background-color: #3b3b41;
    padding: 20px 20px 40px;
  }
  .lifeinfo_title {
    font-size: 16px;
  }
  .tab-content.active{
    display: block;
  }
  .lifeinfo_wrap {
    display: block;
    height: 350px;
    overflow-y: scroll;
  }
  .lifeinfo_list {
    color: #fff;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    text-align: left;
  }
}

/* slider-location 
=================================== */
.slide_wrap {
  margin-top: 40px;
  margin-left: 8.0645%;
}
.slider-location .slick-list {
  padding-right: 20%;
}
.slider-location .slick-slide {
  display: block;
  margin-right: 20px;
}
.contents_group.pb_0 {
  padding-bottom: 0;
}
.slide_counter {
  max-width: 400px;
  margin-top: 20px;
}

@media only screen and (max-width:768px) {
  .slide_wrap {
    margin-top: 40px;
    margin-inline: auto;
    width: calc(100% - 60px);
    margin-bottom: 50px;
  }
  .slider-location .slick-list {
    padding-right: 20%;
  }
  .slider-location .slick-slide {
    display: block;
    margin-right: 20px;
  }
  .contents_group.pb_0 {
    padding-bottom: 0;
  }
  .slide_counter {
    max-width: 400px;
    margin-top: 20px;
  }
}

/* add
=================================== */
.loc-cap{
  font-size: 10px;
}



