.index-news__heading {
  cursor: pointer;
  position: relative;
}

.index-news__item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}

.index-news__heading.is-open .index-news__button:after {
  content: none;
}

.index-news__heading.is-open .index-news2__button:after {
  content: none;
}

.index-news__button.active::after {
  content: none;
}

.index-news2__button.active::after {
  content: none;
}

.index-news__title {
  position: relative;
  width: 100%;
}

.index-news__button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 30px;
}

.index-news2__button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 30px;
}

.index-news__text {
  margin-top: 16px;
}

@media screen and (max-width: 1023px) {
  .index-news__item {
    padding: 16px 0;
  }

  .index-news__title {
    margin-top: 8px;
    padding-right: 80px;
  }

  .index-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-news__item {
    padding: 20px 0;
  }

  .index-news__date {
    min-width: 120px;
    width: 120px;
  }

  .index-news__title {
    margin-left: 24px;
    padding-right: 20px;
  }

  .index-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }
}

@media print {
  .index-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-news__item {
    padding: 20px 0;
  }

  .index-news__date {
    min-width: 120px;
    width: 120px;
  }

  .index-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }

  .index-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }
}

#description-detail .c-section-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #242424;
  text-decoration: none !important;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 120px;
  margin-bottom: initial;
  position: relative;
  text-align: left;
}
#description-detail .c-section-title::before {
  content: "";
  position: absolute;
  background: url(../img/common/title_icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 73px;
  top: -28px;
  left: 3%;
}
.p-title {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #ffebeb;
  width: calc(100% - 4rem);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.p-store {
  margin-top: initial !important;
  padding-top: 80px;
  padding-bottom: 50px;
  background: #fff;
}

.p-title__text {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  padding-bottom: initial !important;
  padding-left: 79px !important;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 79px;
  padding-right: 79px;
}

.p-store__text {
  color: #333;
  font-size: 14px;
  padding-left: initial !important;
  padding-right: initial !important;
  padding-bottom: initial !important;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.p-store__lists {
  max-width: 610px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 30px;
}

.p-store__list {
  width: 40%;
}

.p-store__img {
  width: 100%;
  position: relative;
}

.p-store__img::before {
  padding-top: 64%;
  display: block;
  content: "";
}

.p-store__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p-store__text-wrapper {
  margin-top: 15px;
}
.p-store__list:nth-child(2n) {
  position: relative;
}

.p-store__list:nth-child(2n)::before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow.png);
  background-size: cover;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 30px;
  top: 50%;
  left: -28%;
  transform: translateY(-50%);
}
.p-store__list:nth-child(n + 3) {
  margin-top: 40px;
}

.p-store__information {
  margin-top: 89px;
}


.p-information__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.p-information__img {
  width: 38%;
  position: relative;
}
.p-information__img::before {
  padding-top: 92.857%;
  display: block;
  content: "";
}
.p-information__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-information__dl {
  border: 1px solid #ccc;
  width: 55%;
  margin-block: auto;
  height: 100%;
}
.p-information__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.p-information__row > * {
  box-sizing: border-box;
}
.p-information__dt {
  background: #7a1811;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-information__ttl {
  color: #fff;
  padding: initial !important;
  font-size: 16px;
}
.p-information__dd {
  padding: 10px 15px;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-information__description {
  color: #333;
  padding: initial !important;
  font-size: 16px;
}

.p-google__iframe {
  position: relative;
  width: 75%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.p-store__google {
  margin-top: 50px;
}
.p-google__iframe::before {
  content: "";
  display: block;
  padding-top: 38.8888%;
}
.p-google__iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.l-link-store {
  margin-top: 50px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.list-store {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.list-store::before {
  display: none !important;
}
.l-link-store .list-store .store {
  background: #7a1811;
  width: 100%;
  padding: 10px 15px;
  border-radius: 500px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-link-store .list-store .store .store-name {
  font-size: 13px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-store__list {
    width: 100%;
  }
  .p-store__list + .p-store__list {
    margin-top: 40px;
  }
  .p-information__content {
    display: block;
  }
  .p-information__img {
    max-width: initial;
    width: 100%;
    position: relative;
  }

  .l-inner {
    /* max-width: 600px; */
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-information__dd {
    width: 97%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-information__dl {
    width: 100%;
    margin-top: 32px;
    border: none;
  }
  .p-information__row {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .p-information__dt {
    background: #7a1811;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    width: initial;
  }

  .p-google__iframe {
    width: 100%;
  }

  .list-store {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  #description-detail .c-section-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #242424;
    text-decoration: none !important;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 120px;
    margin-bottom: initial;
    position: relative;
    text-align: left;
  }

  #description-detail .c-section-title::before {
    content: "";
    position: absolute;
    background: url(../img/common/title_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 65px;
    height: 73px;
    top: -28px;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  #description-detail .c-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #242424;
    text-decoration: none !important;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 72px;
    margin-bottom: initial;
    position: relative;
  }
  #description-detail .c-section-title::before {
    content: "";
    position: absolute;
    background: url(../img/common/title_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 61px;
    top: -28px;
    left: 3%;
  }
}


/*# sourceMappingURL=maps/index.css.map */
