@charset "UTF-8";
.right {
  text-align: right;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, span {
  word-break: keep-all;
}

#front-page .post-inner {
  padding-top: 0;
}
#front-page .attention {
  padding: 50px;
  background-color: #fff;
  line-height: 1.7em;
}
@media (max-width: 782px) {
  #front-page .attention {
    padding: 1.5em;
  }
  #front-page .attention p {
    padding: 2em 0;
  }
}

body:not(.singular) main > article:first-of-type {
  padding: 0;
}

.bg-white {
  padding: 5rem;
  background-color: white !important;
}

#boothlist h1 {
  font-size: 1em;
}

#invited-list-top {
  /* 親要素(liveSassCompileコンテナ) */
  /* 子要素(アイテム) */
}
#invited-list-top ul {
  padding: 0.5em;
  margin: 0;
  background-color: #fff;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#invited-list-top li {
  width: 100%;
  padding: 0.5em;
  margin: 0;
  baskground-color: #fff;
  color: #333;
  border-bottom: 1px solid #bbb;
}
#invited-list-top li:last-child {
  border-bottom: 0;
}
#invited-list-top li h3 {
  width: 70%;
  float: left;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 0.5em;
  font-size: 1em;
}
#invited-list-top li h3 a {
  text-decoration: none;
}
#invited-list-top li p {
  width: 30%;
  float: right;
  text-align: right;
}

.singular .entry-header {
  padding: 2em;
}

.entry-header-inner .entry-title {
  font-size: 2em;
}

.bigbutton {
  width: 100%;
}
.bigbutton .wp-block-button__link {
  width: 100%;
  padding: 1em;
  font-size: 1.3em;
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  margin-bottom: 1rem;
}

.sponsorship {
  display: grid;
  grid-template-rows: 200px 200px;
  grid-template-columns: 50% 50%;
  place-items: center;
  align-items: center;
  text-align: center;
}

.invited-mark {
  display: inline-block;
  background-color: #f57a00;
  padding: 2px 4px;
  margin: 2px;
  color: #fff;
  font-weight: bold;
}

.p20 {
  padding: 20px;
}

.p10 {
  padding: 10px;
}

#program-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  list-style-type: none;
}
#program-nav ul li {
  background-color: #deb887;
  border-radius: 30px;
  padding: 2px 15px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#program-nav ul li a {
  text-decoration: none;
  font-size: 0.8em;
  color: white;
}
@media (max-width: 600px) {
  #program-nav ul li a {
    font-size: 0.6em;
  }
}
#program-nav ul li:hover {
  background-color: #ffd49c;
}
#program-nav ul li:hover a {
  color: black;
}
@media (max-width: 782px) {
  #program-nav ul {
    flex-wrap: wrap;
  }
  #program-nav ul li {
    margin: 5px;
  }
}

.invited .talk-day {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 0;
  font-family: sans-serif;
}
.invited .talk-day::after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 90%;
  height: 2px;
  margin: 5px;
  background-color: #999;
}
.invited .talk-day .day {
  font-family: sans-serif;
}
.invited .talk-day .weekday {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#invited-list-top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#invited-list-top .invited {
  width: 30%;
  justify-content: space-between;
  margin: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}
#invited-list-top .invited a {
  text-decoration: none;
}
#invited-list-top .invited .session_contents h3 {
  margin: 20px;
  font-size: 24px;
  text-decoration: none;
  min-height: 3em;
}
@media (max-width: 782px) {
  #invited-list-top .invited .session_contents h3 {
    height: auto;
  }
}
#invited-list-top .invited .session_contents .session_thumbnail {
  max-width: 100%;
}
#invited-list-top .invited .session_contents .session_thumbnail img {
  margin: 20px auto;
}
#invited-list-top .invited .session_contents .speakers {
  margin: 20px;
  color: black;
  text-decoration: none;
}
#invited-list-top .invited .todetail {
  text-align: right;
}
#invited-list-top .invited .todetail .button {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 20px;
}
@media (max-width: 782px) {
  #invited-list-top {
    display: block;
  }
  #invited-list-top .invited {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.front-link-block {
  margin: 2em auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.front-link-block .button {
  margin: 5px;
  padding: 5px;
  width: 45%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-link-block .button:hover {
  background-color: #f08080;
}
.front-link-block .button a {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
}

#obituary-notice {
  width: 100%;
  background-color: #ddd;
  padding: 80px;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 782px) {
  #obituary-notice {
    padding: 2em;
  }
}
#obituary-notice .block {
  max-width: 800px;
  text-align: left;
  display: block;
  padding: 50px;
  border: 10px solid #222;
}
@media (max-width: 782px) {
  #obituary-notice .block {
    padding: 1em;
  }
}
#obituary-notice .block h2 {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}

.archive .archive-header {
  padding-top: 2em;
}
.archive .entry-header .entry-header-inner .entry-categories .entry-categories-inner {
  justify-content: flex-end;
  margin-top: 25px;
}
.archive .entry-header .entry-title {
  text-align: left;
}
.archive .entry-header .entry-title a {
  font-size: 2.5rem;
}
.archive article:last-child {
  padding-bottom: 3em;
}
.archive .post-inner {
  max-width: 100rem;
  margin: 0 auto;
}
.archive .entry-content * {
  font-size: 2.1rem;
}
@media (max-width: 782px) {
  .archive .entry-content * {
    font-size: 1.5rem;
  }
}
.archive hr {
  margin: 4rem auto;
}
.archive .navigation.pagination {
  margin-bottom: 25px;
}
.archive .navigation.pagination .nav-links .page-numbers {
  font-size: 2rem;
}

.container h3 {
  text-align: center;
  margin: 20px auto;
}
.container .session-list {
  overflow-x: scroll;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.container .session-list h3 {
  font-size: 2em;
}
.container .session-list table.session {
  min-width: 800px;
  border: 0;
}
.container .session-list table.session tr {
  border-bottom: 1px solid #555;
}
.container .session-list table.session tr:first-child {
  border-top: 1px solid #555;
}
.container .session-list table.session td, .container .session-list table.session th {
  border: 0;
}
.container .session-list table.session td:nth-child(1), .container .session-list table.session th:nth-child(1) {
  width: 15%;
}
.container .session-list table.session td:nth-child(2), .container .session-list table.session th:nth-child(2) {
  width: 20%;
}
.container .session-list table.session td:nth-child(3), .container .session-list table.session th:nth-child(3) {
  width: 20%;
}
.container .session-list table.session td:nth-child(4), .container .session-list table.session th:nth-child(4) {
  width: 15%;
}
.container .session-list table.session td ul, .container .session-list table.session th ul {
  margin: 0;
}
.container .session-list table.session td ul li, .container .session-list table.session th ul li {
  margin: 0;
  list-style: none;
}
.container .booth-map {
  display: block;
  text-align: center;
}
.container .booth-map a {
  display: inline-block;
}
.container .booth-map img {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}
.container .booth-list {
  overflow-x: scroll;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1200px;
}
.container .booth-list .booth_name a {
  font-size: 1.5em;
  font-weight: bold;
}
.container .booth-list table.booth {
  border: 0;
  min-width: 800px;
}
.container .booth-list table.booth tr {
  border-bottom: 1px solid #555;
}
.container .booth-list table.booth tr:first-child {
  border-top: 1px solid #555;
}
.container .booth-list table.booth td, .container .booth-list table.booth th {
  border: 0;
}
.container .booth-list table.booth td:nth-child(1), .container .booth-list table.booth th:nth-child(1) {
  width: 5%;
  text-align: center;
}
.container .booth-list table.booth td:nth-child(2), .container .booth-list table.booth th:nth-child(2) {
  width: 30%;
}
.container .booth-list table.booth td:nth-child(3), .container .booth-list table.booth th:nth-child(3) {
  width: 30%;
}
.container .booth-list table.booth td:nth-child(4), .container .booth-list table.booth th:nth-child(4) {
  width: 35%;
}
.container .booth-list table.booth td ul, .container .booth-list table.booth th ul {
  margin: 0;
}
.container .booth-list table.booth td ul li, .container .booth-list table.booth th ul li {
  margin: 0;
  list-style: none;
}
@media (max-width: 782px) {
  .container .booth-list {
    padding: 0 10px;
  }
  .container .booth-list .session-list {
    padding: 0;
  }
  .container .booth-list table.booth {
    width: 100%;
    min-width: auto;
  }
  .container .booth-list table.booth tr {
    display: block;
    padding-top: 10px;
  }
  .container .booth-list table.booth thead {
    display: none;
  }
  .container .booth-list table.booth td {
    display: block;
    width: 100%;
  }
  .container .booth-list table.booth td:nth-child(1), .container .booth-list table.booth td:nth-child(2), .container .booth-list table.booth td:nth-child(3), .container .booth-list table.booth td:nth-child(4) {
    width: 100%;
  }
}
.container h3.session-weekday {
  display: block;
  max-width: 1200px;
  background-color: #deb887;
  margin: 60px auto 20px auto;
  padding: 15px;
}
.container .booth-zone {
  display: block;
  max-width: 1200px;
  background-color: #deb887;
  margin: 60px auto 20px auto;
  padding: 5px;
}

.single-session .featured-media img {
  max-width: 500px;
  max-height: 500px;
  width: auto;
  height: auto;
}

.booth_area_no {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  color: #fff;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
}
.booth_area_no::after {
  position: absolute;
  content: "";
  width: 1.7em;
  height: 1.7em;
  border-radius: 1.7em;
  background-color: #666;
  z-index: -1;
}

.booth_area_A::after {
  background-color: darkred;
}

.booth_area_B::after {
  background-color: darkblue;
}

.booth_area_C::after {
  background-color: darkgreen;
}

.single-booth .booth_area .booth_area_no {
  margin-top: 10px;
}

.session-empty, .session-reserve {
  text-align: center;
  min-height: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.session-empty span, .session-reserve span {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  margin: 5px;
  color: #ccc;
}

.session-reserve span {
  background-color: #ccc;
  color: #fff;
}

.container * {
  font-size: 12px;
}
.container #kof-time-table {
  margin: 0 10%;
}
.container #kof-time-table h2 {
  text-align: center;
  color: #b3946d;
  display: block;
  font-size: 2em;
  background-color: #fff;
  padding: 10px 0;
}
.container #kof-time-table h3 {
  margin-top: 20px;
  font-size: 2em;
}
.container #kof-time-table table {
  border: 0;
}
.container #kof-time-table table tr {
  border-bottom: 1px solid #555;
}
.container #kof-time-table table tr:first-child {
  border-top: 1px solid #555;
}
.container #kof-time-table table td, .container #kof-time-table table th {
  border: 0;
}
.container #kof-time-table table th {
  white-space: nowrap;
  text-align: center;
}
.container #kof-time-table table .schedule-time-rows {
  width: 100px;
}
.container #kof-time-table table td {
  display: table-cell;
  vertical-align: top;
  width: 22%;
}
.container #kof-time-table table td .session {
  display: block;
  width: 100%;
  min-height: 100px;
  min-width: 150px;
  background-color: #fff;
  padding: 5px;
  margin: 2px;
  border: 1px solid #999;
  padding: 10px;
}
.container #kof-time-table table td .session h4 {
  font-size: 1em;
  margin: 5px 0;
}
.container #kof-time-table table td .session .stage-time {
  font-size: 0.9em;
  color: darkred;
}
.container #kof-time-table table td .session .organization {
  display: block;
  padding: 1px;
  margin: 1px 0;
  border-bottom: 1px dashed #999;
}
.container #kof-time-table table td.intermission {
  vertical-align: middle;
}
.container #kof-time-table table td.intermission div {
  background-color: #fff;
  border: 1px solid #999;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.container #kof-time-table table td.intermission div span {
  letter-spacing: 100px;
  font-size: 2rem;
  margin-right: -80px;
}
.container #kof-time-table .friday table {
  margin: 0 auto;
  width: auto;
}
.container #kof-time-table .friday table th, .container #kof-time-table .friday table td {
  width: auto;
}
.container #kof-time-table .saturday table {
  padding: 0 20px;
}
.container #kof-time-table .please-scroll {
  text-align: center;
}
.container #kof-time-table .cover {
  position: relative;
  padding: 0 30px;
}
.container #kof-time-table button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  height: 100%;
  background-color: bisque;
  color: #333;
  z-index: 100;
}
.container #kof-time-table .left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container #kof-time-table .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container #kof-time-table .scroll-images {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.session .field, .booth .field {
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
}
.session .field .field-name, .booth .field .field-name {
  align-self: normal;
  width: 200px;
  font-weight: 700;
  color: #555;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #fff;
  padding: 8px 15px;
  margin-right: 20px;
  text-align: center;
}
.session .field .datetime, .booth .field .datetime {
  font-size: 1.3em;
  font-weight: bold;
}
.session .speakers .rows .item, .booth .speakers .rows .item {
  padding-left: 15% px;
  display: flex;
  flex: 0 1 50%;
  flex-wrap: wrap;
  justify-content: start;
}
.session .speakers .rows .item div, .booth .speakers .rows .item div {
  padding: 10px;
}
.session .speakers .day span, .booth .speakers .day span {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 16px;
}

.booth .field {
  display: block;
}
.booth .field .field-name {
  padding: 5px;
  margin: 10px 0;
  white-space: nowrap;
}

.container h3 {
  text-align: center;
}
.container .mypage {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1200px;
}

.widget .widget-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #bbb;
  background-color: #eee;
  padding: 5px 8px;
}
.widget .wp-block-columns .manyLogos .wp-block-image {
  margin: 0 !important;
}/*# sourceMappingURL=main.css.map */