/*----------------------------------------------------------------------------
******************************************************************************
** color
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** config
******************************************************************************
----------------------------------------------------------------------------*/
/*-----------------------
/*----------------------------------------------------------------------------
******************************************************************************
** theme
******************************************************************************
----------------------------------------------------------------------------*/
.t-theme {
  position: relative;
}
.t-theme__button.--timeschedule {
  color: #333;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.t-theme__button.--timeschedule:hover {
  opacity: 0.6;
}
.t-theme__body.--form {
  width: calc(100% - 16rem);
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .t-theme__body.--editor {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .t-theme__body.--editor {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1025px) {
  .t-theme__body.--editor2 {
    width: calc(100% - 5rem);
  }
}
.t-theme__body.--editor3 {
  margin-top: 0.6rem;
}
@media screen and (min-width: 1025px) {
  .t-theme__body.--editor3 {
    width: calc(100% - 10rem);
  }
}
.t-theme__button.--reserve {
  border-radius: 10rem;
  background-color: #f46fa1;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.t-theme__heading.--default {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.t-theme__heading.--default::before, .t-theme__heading.--default::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 28px;
  background: #056939;
}
.t-theme__heading.--default::before {
  margin-right: 0.6em;
}
.t-theme__heading.--default::after {
  margin-left: 0.6em;
}
.t-theme__heading.--secondly {
  background-color: #fce4ed;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .t-theme__heading.--editor {
    width: 16rem;
  }
}
.t-theme__heading.--editor2 {
  font-size: 0.9rem;
  width: 5rem;
}
.t-theme__heading.--editor3 {
  font-size: 0.86rem;
  width: 10rem;
  margin-top: 0.6rem;
}
.t-theme__item.--selectCard {
  width: 20rem;
  background-color: #ccc;
}
.t-theme__item.--timeschedule {
  border-top: 1px dashed #e1c3ce;
  background-color: #fffcd1;
}
.t-theme__list.--calenderHeader {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.t-theme__list.--flow {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.t-theme__list.--flow li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  padding: 0.5em 0.5em 0.5em 25px;
  border-bottom: 1px dotted #777;
}
.t-theme__list.--flow li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #056939;
  color: white;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t-theme__list.--selectCard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.t-theme__list.--timeschedule {
  border-bottom: 1px dashed #e1c3ce;
}
.t-theme__list.--timeschedule > .--timeschedule:nth-child(even) {
  background-color: #f7ebea;
}
.t-theme__section.--flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem 2rem 10rem;
}
.t-theme__section.--bgMainColor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #056939;
  padding: 2rem;
}
.t-theme__section.--calendar {
  width: 960px;
  margin-top: 3rem;
}
.t-theme__section.--calendarHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.t-theme__section.--timeschedule {
  width: 960px;
  margin-top: 2rem;
}
.t-theme__section.--default {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem 2rem 10rem;
}
.t-theme__section.--subContainer {
  width: 60rem;
}
.t-theme__section.--bgWhite {
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
}
.t-theme__text.--currentYear {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 0.6rem;
  margin-bottom: 0.3rem;
}
.t-theme__text.--currentMonth {
  font-size: 2rem;
  font-weight: bold;
}
.t-theme__text.--availability {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}
.t-theme__text.--time {
  width: 5rem;
}
.t-theme__text.--maker {
  width: 24rem;
}
.t-theme__text.--slots {
  width: 7rem;
}
.t-theme__text.--benefits {
  width: calc(100% - 36rem);
}/*# sourceMappingURL=themes.css.map */