@charset "UTF-8";
/* =============================================================================


  workshop


============================================================================= */
.workshop-img {
  border: 1px solid #1e1e1e;
  margin: auto;
  width: 80%;
}

.btn-contents {
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  margin-top: 60px;
  max-width: 600px;
}

.btn-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3dc3ea;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 0.5em;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50%;
}

.btn-link:hover {
  opacity: 0.7;
}

.workshop-contents {
  margin-top: 60px;
}

.workshop-sec {
  border-top: 1px solid #1e1e1e;
  margin-top: 60px;
  padding: 60px 0;
}

.workshop-sec + .workshop-sec {
  border-top: none;
}

.am_pm-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.am_pm-ttl:before {
  border-bottom: 3px solid #3dc3ea;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
}

.workshop-list {
  margin-top: 60px;
}

.info-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-icon-cat {
  background: #3dc3ea;
  color: #fff;
  font-size: 2.2rem;
  margin-left: auto;
  padding: 0.25em 0.75em;
}

.info-icon-cat._cat {
  background: #000;
  font-size: 1.8rem;
  margin: 0;
}

.info-category {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 16px;
}

.workshop-item-number {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: #f5aa6a;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.2rem;
  padding: 0.25em 0.75em;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.workshop-item-number span {
  font-size: 2.8rem;
  line-height: 1;
  margin-left: 0.25em;
}

.workshop-head {
  background: #f5aa6a;
  font-size: 3rem;
  margin-bottom: 20px;
  padding: 0.25em;
  text-align: center;
}

.workshop-item {
  border-bottom: 1px solid #1e1e1e;
}

.workshop-item-link {
  display: inline-block;
  padding: 40px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.workshop-item-link:hover {
  opacity: 0.7;
}

.workshop-box {
  gap: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

.workshop-link {
  gap: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.workshop-link:hover {
  opacity: 0.7;
}

.workshop-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.workshop-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #f5aa6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 260px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.workshop-item-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.workshop-item-img img {
  display: block;
  font-family: "object-fit:cover";
  height: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.workshop-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: justify;
  width: calc(100% - 260px);
}

.workshop-box-ttl {
  border-bottom: 3px solid #f5aa6a;
  font-size: 2.8rem;
}

.workshop-box-txt {
  /*   margin-bottom: 24px; */
  line-height: 1.875;
  margin-top: 24px;
}

.workshop-reserve-ttl {
  font-size: 2.6rem;
  text-align: center;
}

.workshop-btnbox {
  margin-left: auto;
  margin-top: 24px;
  max-width: 200px;
}

.workshop-btnbox .index-btn {
  display: inline-block;
  text-align: center;
}

.workshop-list-calendar {
  margin-top: 28px;
}

.workshop-list-calendar._sin {
  margin-top: 48px;
}

.workshop-list-calendar table {
  width: 100% !important;
}

.workshop-list-calendar .list-monthly-calendar th,
.workshop-list-calendar .list-calendar th {
  font-size: 1.8rem;
}

.workshop-list-calendar .list-monthly-calendar td,
.workshop-list-calendar .list-calendar td {
  font-size: 1.8rem;
}

.workshop-list-calendar .calendar-time-mark,
.workshop-list-calendar .calendar-mark {
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: bold;
}

.workshop-list-calendar .calendar-time-mark a,
.workshop-list-calendar .calendar-mark a {
  color: #3dc3ea;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.workshop-list-calendar .calendar-time-mark a:hover,
.workshop-list-calendar .calendar-mark a:hover {
  opacity: 0.7;
}

.workshop-list-calendar .list-header.timetable-time {
  background: #f5aa6a;
}

.calendar-time-mark,
.calendar-mark {
  color: #1e1e1e !important;
}

.list-monthly-calendar th,
.list-monthly-calendar td,
.list-calendar th,
.list-calendar td {
  border: 1px solid #1e1e1e !important;
}

/* =============================================================================


     single


============================================================================= */
.single-conatiner {
  margin: auto;
  max-width: 900px;
}

.single-content {
  background: #f2f2f2;
  margin: auto;
  padding: 40px 24px;
  position: relative;
}

.single-ttl {
  border-bottom: 6px solid #f5aa6a;
  font-size: 2.8rem;
  margin-top: 20px;
  padding-bottom: 0.25em;
}

.workshop-area,
.workshop-group,
.single-area,
.single-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 18px;
}

.workshop-area + .workshop-group,
.workshop-group + .workshop-group,
.single-area + .workshop-group,
.single-group + .workshop-group {
  margin-top: 8px;
}

.workshop-area span:nth-child(1),
.workshop-group span:nth-child(1),
.single-area span:nth-child(1),
.single-group span:nth-child(1) {
  background: #f5aa6a;
  min-width: 6em;
  text-align: center;
  width: 6em;
}

.workshop-area span,
.workshop-group span,
.single-area span,
.single-group span {
  padding: 0.25em 0.5em;
}

.single-box {
  gap: 0 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}

.single-img {
  border: 5px solid #f5aa6a;
  max-width: 360px;
  position: relative;
  width: 100%;
}

.single-img:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */
}

.single-img img {
  font-family: "object-fit:cover";
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.single-box-content {
  line-height: 1.875;
  width: calc(100% - 400px);
}

.sin_workshop-info {
  background: #fff;
  margin: 40px auto 0;
  max-width: 800px;
  padding: 20px 20px;
}

.sin_workshop-item {
  border: 2px solid #f5aa6a;
  font-size: 1.6rem;
}

.sin_workshop-item th,
.sin_workshop-item td {
  border-bottom: 2px solid #f5aa6a;
  padding: 0.5em 0.75em;
}

.sin_workshop-item th {
  background: #f5aa6a;
  min-width: 8em;
  text-align: center;
  width: 8em;
  /*     border-bottom: 2px solid #fff; */
}

.sin_workshop-btnbox {
  margin: 60px auto 0;
  max-width: 600px;
}

/* =============================================================================


     booking-thanks


============================================================================= */
.info-message.booking-completed {
  font-size: 2rem;
  text-align: center;
}

.booking-btn-list {
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.booking-btn-item {
  border: 1px solid #1e1e1e;
  font-size: 2rem;
}

.booking-btn-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffd34d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  padding: 0.5em;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.booking-btn-item a:hover {
  background: #3dc3ea;
  color: #fff;
}

/* =============================================================================


     lost


============================================================================= */
.lost button {
  background: #000;
  margin: 20px auto 0;
}

.lost input {
  border: 1px solid #1e1e1e;
  max-width: 500px;
  width: calc(100% - 8em);
}

.tml.tml-lostpassword {
  margin: auto;
  max-width: 600px;
}

/* =============================================================================


     user


============================================================================= */

.mtssb-users .pagenation-content {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.mtssb-users .pagenation-content span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
}

.mtssb-users .pagenation-content span.now {
  background: #000;
  color: #fff;
}

.mtssb-users .pagenation-content a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.mtssb-users .pagenation-content a:hover {
  background: #000;
  color: #fff;
}

.list-calendar tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-calendar tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 750px) {
  .btn-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
  }
  .btn-link {
    font-size: 2rem;
    width: 80%;
  }
  .am_pm-ttl {
    font-size: 2rem;
  }
  .info-icon-cat {
    font-size: 1.6rem;
  }
  .info-icon-cat._cat {
    font-size: 1.4rem;
  }
  .workshop-item-number {
    font-size: 1.6rem;
  }
  .workshop-item-number span {
    font-size: 2rem;
  }
  .workshop-head {
    font-size: 2rem;
  }
  .workshop-box {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .workshop-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .workshop-item-img {
    margin: auto;
    width: 100%;
  }
  .workshop-ttl-box {
    width: 100%;
  }
  .workshop-box-ttl {
    font-size: 2.2rem;
  }
  .workshop-box-txt {
    font-size: 1.4rem;
  }
  .workshop-reserve-ttl {
    font-size: 1.8rem;
  }
  .workshop-list-calendar .list-monthly-calendar th,
  .workshop-list-calendar .list-calendar th {
    font-size: 1.4rem;
  }
  .workshop-list-calendar .list-monthly-calendar td,
  .workshop-list-calendar .list-calendar td {
    font-size: 1.4rem;
  }
  .workshop-list-calendar .calendar-time-mark,
  .workshop-list-calendar .calendar-mark {
    font-size: 1.4rem !important;
  }
  .single-ttl {
    font-size: 2rem;
  }
  .workshop-area,
  .workshop-group,
  .single-area,
  .single-group {
    font-size: 1.4rem;
  }
  .single-box {
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
  .single-img {
    margin: auto;
    max-width: 360px;
    width: 80%;
  }
  .single-box-content {
    width: 100%;
  }
  .sin_workshop-item {
    font-size: 1.4rem;
  }
  .info-message.booking-completed {
    font-size: 1.6rem;
  }
  .booking-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .booking-btn-item {
    margin: auto;
    max-width: 480px;
    width: 90%;
  }
  .booking-btn-item a {
    margin: auto;
  }
  .lost input {
    font-size: 1.4rem;
  }
  .mtssb-users td,
  .mtssb-users th {
    font-size: 1rem;
  }
}

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