@charset "UTF-8";
/* -------------------------------------------------
  events
  ------------------------------------------------- */
.h-style2 {
  margin: 3rem 0 2rem;
}

.h-style4 {
  /* font-size: 20px;*/
}

.youtube figure {
  position: relative;
}

.youtube:hover img {
  opacity: 0.9;
}

.youtube .icon {
  position: absolute;
  width: 50px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.dl-style {
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

.dl-style dt,
.dl-style dd {
  padding: 0.3rem 0.8rem;
  margin-bottom: 0.4rem;
}

.dl-style dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0096cf;
  color: #ffffff;
  border-radius: 0.5rem 0 0 0.5rem;
}

.dl-style dd {
  background-color: #f0f0f0;
  border-radius: 0 0.5rem 0.5rem 0;
}

@counter-style ol-style {
  system: extends decimal;
  prefix: "(";
  suffix: ")";
}
.ol-style {
  list-style-type: ol-style;
}

.hr {
  margin-bottom: 0.8rem;
}

.text-large strong {
  font-size: 1.4rem;
}

.sp_event_family {
  margin-bottom: 2rem;
  border: 2px solid #69b9d9;
  border-radius: 1rem;
  background-color: #f9f9ec;
  padding: 2rem;
}
.sp_event_family .h-style8 {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0;
  border: none;
  padding: 0;
  font-size: 1.75rem;
  background-color: transparent;
  font-weight: bold;
  color: #555555;
}
.sp_event_family .h-style8 small {
  font-weight: normal;
}

.sns-box img {
  width: 100%;
  height: auto;
}

.sns-box .h-style4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.sns-box .text {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .h-style4 {
    font-size: 20px;
  }
  .dl-style {
    margin-right: 0;
    margin-left: 0;
  }
  .dl-style dt {
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: 0;
  }
  .dl-style dd {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .text-large strong {
    font-size: 1.2rem;
  }
  #sp_event_family {
    margin-bottom: 2rem;
    border: 2px solid #69b9d9;
    border-radius: 1rem;
    background-color: #f9f9ec;
    padding: 1rem;
  }
  #sp_event_family .h-style8 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 4.7vw;
  }
}
/*イベント*/
.h-style3 {
  padding-bottom: 0.3rem;
  border-width: 4px;
}

.event-lead + .h-style3 {
  margin-top: 0.2rem;
}

.eventbox {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 4px dotted #f0f0f0;
}

.eventbox .badge {
  font-size: 0.8rem;
  border-radius: 0.2rem;
  color: #444444;
  background-color: #f5f5f5;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.4rem;
  border: 1px solid #f0f0f0;
}

.eventbox-top {
  padding-top: 3rem;
  border-top: 4px dotted #f0f0f0;
}

.lower-layout-area .eventbox .event-lead {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.eventbox > h4 {
  margin-top: 0;
}

.eventbox > h4:after {
  border: none;
}

.event-lead {
  margin-top: 2rem;
  margin-bottom: 0.3rem;
}

.family-obi {
  background-color: #eef9ff;
  padding: 1rem;
}

/*時刻表*/
.event_table,
.event_table th,
.event_table td {
  border-collapse: collapse;
  border-color: #ddd;
}

.event_table {
  border-bottom: 1px solid #ccc;
}

.event_table table {
  width: 100%;
}

.event_table th {
  border-top: none;
  border-bottom: none;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #4798dc;
}

.event_table td {
  border-top: none;
  border-bottom: none;
  text-align: left;
  padding: 10px 5px;
  line-height: 1.8;
  vertical-align: top;
}

/* 	table-cruise  */
.table-cruise {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #cacaca;
}

.table-cruise tr:not(:first-child) th {
  background-color: #edf1f5;
  font-weight: bold;
  color: #333366;
  text-align: center;
  font-size: 1rem;
}

.table-cruise tr:nth-child(2n+1) {
  background-color: #fcfcfc;
}

.table-cruise th,
.table-cruise td {
  text-align: center;
  border-top: 1px solid #cccccc;
}

.table-cruise th:nth-child(1) {
  color: #333;
  font-weight: bold;
  white-space: unset;
  width: 15%;
}

.table-cruise td:nth-child(2),
.table-cruise td:nth-child(3),
.table-cruise td:nth-child(4),
.table-cruise td:nth-child(5) {
  width: 21%;
}

@media screen and (max-width: 767px) {
  .table-cruise th {
    font-size: 0.8rem;
  }
  .table-cruise td {
    font-size: 16px;
  }
}
/* 海ゼミ */
/*seminar-table*/
.lower-layout-area .pc-main .seminar-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #cacaca;
}

.lower-layout-area .pc-main .seminar-table tr {
  /*display:flex;*/
}

.lower-layout-area .pc-main .seminar-table th,
.lower-layout-area .pc-main .seminar-table td {
  padding: 0rem;
  /* display: flex;*/
}

.lower-layout-area .pc-main .seminar-table th {
  background-color: #E5F1FC;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  color: #333366;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  justify-content: center;
  /* flex: 1;*/
}

.lower-layout-area .pc-main .seminar-table tr:nth-of-type(2n) th {
  /*background-color: #dbebfb;*/
}

.lower-layout-area .pc-main .seminar-table td {
  font-size: 1rem;
  vertical-align: top;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  height: 0;
}

.lower-layout-area .pc-main #eventstage .seminar-table td {
  font-size: 1.1rem;
}

#schedule .seminar-table td {
  border: none;
  height: 2rem;
  border-right: 1px solid #cccccc;
}

.lower-layout-area .pc-main .seminar-table tr:first-child th {
  border-top: 1px solid #ccc;
  justify-content: center;
}

.lower-layout-area .pc-main .seminar-table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.lower-layout-area .pc-main .seminar-table .th-area {
  background-color: #1D69B6;
  color: #ffffff;
  position: relative;
}

.lower-layout-area .pc-main .seminar-table .time {
  background-color: #8a97a4;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  width: 14rem;
}

.lower-layout-area .pc-main .seminar-table tr:nth-of-type(2n) .time {
  background-color: #828c96;
}

.lower-layout-area .pc-main .seminar-table th:nth-child(1) {
  /*color: #333;
  font-weight: bold;
  white-space: nowrap;
  font-size: .9rem;*/
}

.seminar-table .lecturer {
  color: #777;
  font-size: 0.75rem;
}

.lower-layout-area .pc-main .seminar-table tr:nth-of-type(2n) {
  /*background-color: #f9fdff;*/
}

.tabs {
  margin-bottom: 1rem;
}

.tab_content .seminar-table tr:first-child {
  border-top: 4px solid #0084ff;
}

.tab_content .seminar-table td {
  background-color: #fbfbf5;
  border: 1px solid #b4b4b4;
}

.tab_content .seminar-table tr:nth-of-type(2n) td {
  background-color: #f5f4e6;
}

.lower-layout-area .pc-main .seminar-table.timetable-live tr th {
  width: 20%;
  font-size: 0.9rem;
}

.lower-layout-area .pc-main .seminar-table.timetable-live tr td {
  font-size: 1rem;
}

.lower-layout-area .pc-main .seminar-table.timetable-live tr th:first-of-type {
  width: 5%;
}

.lower-layout-area .pc-main .seminar-table.timetable-live tr th:nth-of-type(2) {
  width: 5%;
}

.lower-layout-area .pc-main .seminar-table .tr-hour {
  border-top: 1px solid #cccccc;
}

#schedule .lower-layout-area .pc-main .seminar-table td.cel,
.timetable-live .cel {
  background-color: #fbfbf2;
  border: 1px solid #c2b588;
}

.timetable-live .cel-organizer {
  background-color: #e1f6f4;
}

.timetable-live .company {
  color: #555555;
  font-size: 0.8em;
}

.lower-layout-area a.td-btn {
  display: block;
  /*border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #22222222;
  background: linear-gradient(to bottom, #ffffff 90%, #f9f9f9 100%);
  border-radius: .2rem;*/
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.4;
  height: 100%;
}

.lower-layout-area a.td-btn:after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 2rem;
  background-color: #ee6f23;
  right: -0.5rem;
  bottom: -1rem;
  transform: rotate(45deg);
}

.lower-layout-area a.td-btn:hover {
  background: #f5f5f5;
}

.seminar-table .td-btn .td-btn-title {
  text-decoration: underline;
  font-weight: bold;
}

.seminar-table .td-btn .td-btn-sub {
  color: #222222;
}

.lower-layout-area .pc-main .seminar-table.kids-table th,
.lower-layout-area .pc-main .seminar-table.kids-table td {
  padding: 0.5rem;
}

.kids-table .col-time {
  width: 15%;
}

.kids-table .col-date {
  width: 17%;
}

.lower-layout-area .pc-main .seminar-table th,
.lower-layout-area .pc-main .seminar-table td {
  padding: 0.5rem;
}

.sustainable-table .col-time {
  width: 15%;
}

.sustainable-table .col-date {
  width: 21%;
}

/*.kids-table .col-org {width: 14%;}
.kids-table .col-max {width: 7%;}*/
@media screen and (max-width: 767px) {
  .table-scroll {
    overflow: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .lower-layout-area .pc-main .seminar-table {
    font-size: 1em;
    width: 740px;
  }
  .tabs tr.cell-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  .lower-layout-area .pc-main .seminar-table th:first-child {
    /*position: sticky;
    left:0;
    background-color: #E5F1FC;
    border: 1px solid #ccc;
    width: 5%;*/
  }
  .tabs tr:nth-of-type(2) th:before,
  .lower-layout-area .pc-main .seminar-table .cell-sticky th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #ccc;
  }
  .lower-layout-area .pc-main .seminar-table tr:first-child th:first-child {
    flex: 1.12;
  }
}
/**/
.lower-layout-area .seminar-item .date {
  margin-bottom: 0.5rem;
}

.seminar-item .h-style3 {
  margin-top: 0;
}

.seminar-item .h-style4 {
  margin-top: 0;
}

.seminar-item .h-style4:after {
  border: none;
}

.seminar-item .btn-fb img {
  margin: 0 0 1rem 0;
}

.seminar-img {
  margin-bottom: 0;
}

.seminar-item .lecturer {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.lower-layout-area .pc-main .seminar-item .lecturer + .lecturer {
  margin-top: -2rem;
}

.seminar-item .lecturer > div {
  padding-right: 1rem;
}

.seminar-item .lecturer > div:last-child {
  padding-right: 0;
}

.seminar-item dd {
  flex-grow: 1;
}

.reserve-end {
  color: #aa3333;
  font-weight: bold;
}

.reserve-end.bg {
  background-color: #f9f9f9;
  padding: 1rem;
}

@media print, screen and (max-width: 768px) {
  .seminar-item .lecturer > div {
    padding-right: 0;
  }
  .seminar-img_p {
    width: 50%;
  }
}
.h-style3 {
  padding-bottom: 0.3rem;
  border-bottom: 4px solid #8bb8ce;
}

.h-style8 {
  color: #115779;
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-top: 2px dotted #8bb8ce;
  padding: 0.4rem 0.6rem;
  font-size: 18px;
  background-color: #f2fbff;
}

.event-lead + .h-style3 {
  margin-top: 0.2rem;
}

.lecturer-info dl {
  margin-bottom: 1.5rem;
}

.lecturer-info dt {
  font-weight: bold;
  margin-right: 0.5rem;
  white-space: nowrap;
}

.btn-reserve {
  background-color: #f08822;
  border-color: #f5a643;
  min-width: 12rem;
}

.btn-reserve:hover {
  background-color: #f5a643;
  border-color: #f5a643;
}

.stagebox .date {
  margin-bottom: 1.5rem;
  text-align: center;
}

.stagebox .stage:after {
  content: " ▶︎";
  color: #8bb8ce;
}

.stagebox .date .badge {
  font-weight: normal;
  font-size: 1rem;
  border-radius: 0.2rem 0 0 0.2rem;
  padding: 0.4rem;
}

.stagebox .h-style3 {
  font-size: 18px;
  padding: 0.4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #8bb8ce;
  background-color: #eff5f7;
}

.stagebox .date .time {
  background-color: #8a97a4;
  color: #ffffff;
  border-radius: 0 0.2rem 0.2rem 0;
}

#stamp .banner {
  margin: 2rem auto 3rem;
}

#stamp .banner img {
  border: 1px solid #dddddd;
}

#stamp .banner a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=events.css.map */