@charset "UTF-8";
/*----------
	生活・暮らし エキナカ用CSS
----------*/
/*************************************************************
アコーディオン
*************************************************************/
.ekinaka-toggle {
  margin-top: 40px;
  border: 2px solid #DDDDDD;
  border-radius: 20px;
  overflow: hidden;
}
.ekinaka-toggle.is-active .ekinaka-toggle__btn::after {
  rotate: 180deg;
}
.ekinaka-toggle.is-active .ekinaka-toggle__content {
  height: auto;
  height: calc-size(auto, size);
  pointer-events: all;
}
.ekinaka-toggle .ekinaka-toggle__btn {
  display: block;
  width: 100%;
  padding: 12px 40px 12px 18px;
  background-color: #EEFBE2;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .ekinaka-toggle .ekinaka-toggle__btn {
    font-size: 2.1rem;
    padding: 20px 60px 20px 20px;
    text-align: center;
  }
}
.ekinaka-toggle .ekinaka-toggle__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  background: url(/assets/img/icon/chev-down.svg) no-repeat center/contain;
  transition: rotate 0.2s;
}
@media only screen and (min-width: 751px) {
  .ekinaka-toggle .ekinaka-toggle__btn::after {
    width: 14px;
    height: 14px;
    right: 26px;
  }
}
.ekinaka-toggle .ekinaka-toggle__content {
  height: 0;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  transition: height 0.4s;
}
.ekinaka-toggle .ekinaka-toggle__content .c-toggle__content__inner {
  padding: 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 751px) {
  .ekinaka-toggle .ekinaka-toggle__content .c-toggle__content__inner {
    padding: 25px 80px 45px;
  }
}

/*************************************************************
ekinaka-shop
*************************************************************/
.ekinaka-shop {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-shop {
    margin-top: 80px;
  }
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-shop .ekinaka-shop__touchdeekinka__chart {
    grid-template-columns: 242px 1fr;
    gap: 30px;
  }
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__txt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  place-items: center;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__txt__box {
  display: grid;
  place-items: center;
  gap: 10px;
  background-color: #D6EFD7;
  border-radius: 50%;
  width: 116px;
  height: 116px;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__txt__box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background-color: #ffffff;
  border-radius: 50%;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__txt__box__inner > p {
  color: #007903;
  font-weight: 600;
  line-height: 1.2;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__txt__box__inner > p.txt-small {
  font-size: 1.1rem;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-shop .ekinaka-shop__touchdeekinka__chart__image {
    gap: 25px;
  }
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__image__box {
  display: grid;
  gap: 10px;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__image__box > img {
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__chart__image__box > p {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__btn__txt {
  font-size: 1.7rem;
  font-weight: 600;
  color: #007903;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 27px;
  margin-bottom: 15px;
  position: relative;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__btn__txt::before, .ekinaka-shop .ekinaka-shop__touchdeekinka__btn__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 25px;
  background-color: #007903;
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__btn__txt::before {
  left: 16px;
  transform: rotate(-30deg);
}
.ekinaka-shop .ekinaka-shop__touchdeekinka__btn__txt::after {
  right: 16px;
  transform: rotate(30deg);
}
.ekinaka-shop .ekinaka-shop__anchor__btn .c-button__inner::after {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 21px;
  -webkit-mask: url(/assets/img/icon/anchor.svg) no-repeat center/contain;
  mask: url(/assets/img/icon/anchor.svg) no-repeat center/contain;
}

/*************************************************************
ekinaka-buy
*************************************************************/
.ekinaka-buy {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-buy {
    margin-top: 80px;
  }
}
.ekinaka-buy .ekinaka-buy__sec + .ekinaka-buy__sec {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #008803;
}
@media only screen and (min-width: 751px) {
  .ekinaka-buy .ekinaka-buy__sec + .ekinaka-buy__sec {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.ekinaka-buy .ekinaka-buy__sec .c-heading-lv3 {
  margin-bottom: 28px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-buy .ekinaka-buy__sec .c-heading-lv3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .ekinaka-buy .ekinaka-buy__sec .c-button-container--left {
    justify-content: center;
  }
}

/*************************************************************
ekinaka-eat
*************************************************************/
.ekinaka-eat {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-eat {
    margin-top: 80px;
  }
}
.ekinaka-eat .ekinaka-eat__sec + .ekinaka-eat__sec {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #008803;
}
@media only screen and (min-width: 751px) {
  .ekinaka-eat .ekinaka-eat__sec + .ekinaka-eat__sec {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.ekinaka-eat .ekinaka-eat__sec .c-heading-lv3 {
  margin-bottom: 28px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-eat .ekinaka-eat__sec .c-heading-lv3 {
    margin-bottom: 40px;
  }
}
.ekinaka-eat .ekinaka-eat__cross {
  padding: 24px 20px 34px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .ekinaka-eat .ekinaka-eat__cross {
    padding: 45px 50px 50px;
  }
}
.ekinaka-eat .ekinaka-eat__cross__ttl {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ekinaka-eat .ekinaka-eat__cross__ttl {
    margin-bottom: 40px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 750px) {
  .ekinaka-eat .ekinaka-eat__cross__bnr.c-slider {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .ekinaka-eat .ekinaka-eat__cross__bnr.c-slider .c-slider__ctl {
    justify-content: center;
    bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .ekinaka-eat .ekinaka-eat__cross__bnr.c-slider .c-slider__ctl .c-slider__pagination {
    width: 100% !important;
    margin: 0;
    bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .ekinaka-eat .ekinaka-eat__cross__bnr.c-slider .swiper-button-prev,
  .ekinaka-eat .ekinaka-eat__cross__bnr.c-slider .swiper-button-next,
  .ekinaka-eat .ekinaka-eat__cross__bnr.c-slider .c-slider__pause {
    bottom: -35px;
  }
}
.ekinaka-eat .ekinaka-eat__cross__bnr .swiper-wrapper {
  padding-bottom: 72px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-eat .ekinaka-eat__cross__bnr .swiper-slide {
    flex: 0 0 750px;
  }
}

/*************************************************************
ekinaka-work
*************************************************************/
.ekinaka-work {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-work {
    margin-top: 80px;
  }
}
.ekinaka-work .ekinaka-work__sec + .ekinaka-work__sec {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #008803;
}
@media only screen and (min-width: 751px) {
  .ekinaka-work .ekinaka-work__sec + .ekinaka-work__sec {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.ekinaka-work .ekinaka-work__sec .c-heading-lv3 {
  margin-bottom: 28px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-work .ekinaka-work__sec .c-heading-lv3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .ekinaka-work .life-logocard__link__image .logo_stationworks_l {
    max-width: 190px;
  }
}

/*************************************************************
ekinaka-care
*************************************************************/
.ekinaka-care {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-care {
    margin-top: 80px;
  }
}
.ekinaka-care .ekinaka-care__sec + .ekinaka-care__sec {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #008803;
}
@media only screen and (min-width: 751px) {
  .ekinaka-care .ekinaka-care__sec + .ekinaka-care__sec {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.ekinaka-care .ekinaka-care__sec .c-heading-lv3 {
  margin-bottom: 28px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-care .ekinaka-care__sec .c-heading-lv3 {
    margin-bottom: 40px;
  }
}

/*************************************************************
ekinaka-rent
*************************************************************/
.ekinaka-rent {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-rent {
    margin-top: 80px;
  }
}
.ekinaka-rent .ekinaka-rent__sec + .ekinaka-rent__sec {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #008803;
}
@media only screen and (min-width: 751px) {
  .ekinaka-rent .ekinaka-rent__sec + .ekinaka-rent__sec {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.ekinaka-rent .ekinaka-rent__sec .c-heading-lv3 {
  margin-bottom: 28px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-rent .ekinaka-rent__sec .c-heading-lv3 {
    margin-bottom: 40px;
  }
}
.ekinaka-rent .ekinaka-rent__content__detail .c-list > li + li {
  margin-top: 0.3em;
}
.ekinaka-rent .ekinaka-rent__content__img {
  display: grid;
  place-items: center;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 120px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-rent .ekinaka-rent__content__img {
    padding: 20px;
    min-height: 200px;
  }
}
.ekinaka-rent .ekinaka-rent__content__img > img {
  width: auto;
  max-width: 250px;
  max-width: 100%;
  max-height: 120px;
}

/*************************************************************
ekinaka-media
*************************************************************/
.ekinaka-media {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-media {
    margin-top: 80px;
  }
}

/*************************************************************
ekinaka-servicelist
*************************************************************/
.ekinaka-servicelist {
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-servicelist {
    margin-top: 80px;
  }
}

/*************************************************************
ekinaka-qa
*************************************************************/
.ekinaka-qa {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 751px) {
  .ekinaka-qa {
    margin-top: 90px;
    margin-bottom: 120px;
  }
}

/*----------
	生活・暮らし エキナカ駅別用CSS
----------*/
.ekibetsu-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  background-image: url(/life/ekinaka/img/mv_bg_ekinaka_station.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 751px) {
  .ekibetsu-mv {
    min-height: 350px;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  .ekibetsu-mv {
    background-size: cover;
  }
}
.ekibetsu-mv .ekibetsu-mv__ttlbox {
  max-width: 600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 15px 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 751px) {
  .ekibetsu-mv .ekibetsu-mv__ttlbox {
    padding: 40px 20px 20px;
    width: 100%;
  }
}
.ekibetsu-mv .ekibetsu-mv__ttl {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ekibetsu-mv .ekibetsu-mv__ttl {
    font-size: 4.4rem;
  }
}
.ekibetsu-mv .ekibetsu-mv__rubi {
  margin-top: 20px;
  padding: 2px 10px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background-color: #008803;
}
@media only screen and (min-width: 751px) {
  .ekibetsu-mv .ekibetsu-mv__rubi {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=life-ekinaka.css.map */