.concept-message {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-top: 7.6rem;
}
.concept-message__title {
  margin-bottom: 1em;
  text-align: center;
}

.brand {
  display: flex;
  justify-content: space-between;
}
.brand-wrap {
  margin-top: 7.5rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .brand-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .brand-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.brand > * {
  width: 49%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .brand {
    flex-direction: column;
    align-items: center;
  }
  .brand > * {
    width: 100%;
  }
  .brand > *:first-child {
    margin-bottom: 2rem;
  }
}
.brand__name {
  line-height: 1.5em;
  display: flex;
  align-items: center;
  font-size: clamp(1.3rem, 1.4545454545vw, 1.5rem);
  margin-bottom: 0.8em;
  justify-content: center;
}
.brand__name > span {
  background: #fea500;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.5em;
  font-size: 0.68em;
  border-radius: 50px;
  margin-left: 0.5em;
  font-weight: normal;
}

.access {
  display: flex;
  justify-content: space-between;
}
.access-wrap {
  padding-top: 6rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .access {
    flex-direction: column;
    align-items: center;
  }
}
.access__map {
  width: 63.63636%;
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
  }
}
.access__map > iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.access__data {
  width: 36.36364%;
  padding-left: 2rem;
  box-sizing: border-box;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .access__data {
    width: 100%;
    padding-right: 2rem;
    margin-top: 3em;
  }
}
.access__data-list {
  border-bottom: 1px solid #aca9a9;
  padding: 0.5em 1em;
  box-sizing: border-box;
}

.contact-wrap {
  padding-top: 6rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.contact-action {
  display: flex;
  justify-content: center;
  margin-top: 4.3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-action {
    flex-direction: column;
  }
}
.contact-action__tel {
  font-weight: bold;
}
.contact-action__mail {
  margin-left: 3em;
}
.contact-action__mail a {
  display: block;
  padding: 1em;
  font-weight: bold;
  border: 1px solid #323232;
  color: #323232;
  position: relative;
}
.contact-action__mail a::after {
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .contact-action__mail {
    margin-left: 0;
    margin-top: 2em;
  }
}

.time-info {
  margin-top: 4.3rem;
}
.time-info__title {
  font-size: 1.375rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.time-info__title::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("/assets/images/index/icon-watch.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.time-info__open, .time-info__holiday {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
}
.time-info__open:first-child, .time-info__holiday:first-child {
  text-align: right;
}
.time-info__open {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.time-info__holiday {
  border-bottom: 1px solid #323232;
}
.time-info__list {
  text-align: right;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .time-info__list {
    text-align: center;
  }
}
.time-info__list > span {
  line-height: 1em;
  background: #fea500;
  color: #fff;
  padding: 0.3em 0.5em;
  display: inline-block;
  margin-left: 0.5em;
  border-radius: 50px;
  min-width: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .time-info__list > span {
    margin-bottom: 0.5em;
  }
}
.time-info__list > span.sat {
  background: #0142e8;
}
.time-info__list > span.sun {
  background: #e80c01;
}
.time-info__time {
  margin-left: 2em;
  width: 40%;
}

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