@charset "utf-8";
/* ------------------------------------------------------
RESET
------------------------------------------------------ */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
details,
menu,
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
html,
body,
button,
input,
optgroup,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
}
ul,
ol,
dl,
dd,
dt {
  list-style: none;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
canvas,
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* ------------------------------------------------------
FONTS
------------------------------------------------------ */
@font-face {
  font-family: "HaasMidium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HaasGrotDisp-65Medium.woff2") format("woff2");
}
@font-face {
  font-family: "HaasBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HaasGrotDisp-75Bold.woff2") format("woff2");
}
.font--haas-m {
  font-family: "HaasMidium", sans-serif !important;
  font-weight: 500 !important;
}
.font--haas-b {
  font-family: "HaasBold", sans-serif !important;
  font-weight: 700 !important;
}
/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.mfp-open,
body:has(.mfp-ready) {
  overflow: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  overflow: hidden;
}
.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1214px;
}
.container.--is-medium {
  max-width: 1000px;
}
.container.--is-large {
  max-width: 1350px;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mb0--sp {
    margin-bottom: 0 !important;
  }
  .mb5--sp {
    margin-bottom: 5px !important;
  }
  .mb10--sp {
    margin-bottom: 10px !important;
  }
  .pb2--sp {
    padding-bottom: 2px !important;
  }
  .pb8--sp {
    padding-bottom: 8px !important;
  }
  .pb10--sp {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pt3--pc {
    padding-top: 3px !important;
  }
  .pt10--pc {
    padding-top: 10px !important;
  }
  .mb20--pc {
    margin-bottom: 20px !important;
  }
  .mb24--pc {
    margin-bottom: 24px !important;
  }
  .pb10--pc {
    padding-bottom: 10px !important;
  }
  .pb20--pc {
    padding-bottom: 20px !important;
  }
}

/* ------------------------------------------------------
HEADER
------------------------------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #211815;
  z-index: 20;
}
#header .container {
  max-width: 100%;
  padding: 0 4.4vw;
}
.header__inner {
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#logo {
  font-size: 0;
  padding-top: 8px;
}
#logo img {
  width: 136px;
}
.mainmenu {
  display: flex;
  margin-left: 35px;
}
.mainmenu a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 36px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 15px;
}
.header__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 20px;
}
.header__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  background-color: #ff0000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 40px 10px;
  transition: opacity 0.3s ease;
}
.header__button a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .hamburger__button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #header .container {
    padding: 0 15px;
  }
  .header__inner {
    height: 43px;
  }
  #logo {
    padding-top: 6px;
    position: relative;
    z-index: 10;
  }
  #logo img {
    width: 110px;
  }
  .header__button {
    right: 48px;
    z-index: 3;
    gap: 10px;
  }
  .header__button a {
    font-size: 11px;
    padding: 5px 10px;
  }
  .hamburger__button {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .hamburger__button > div {
    position: relative;
    width: 28px;
    height: 24px;
  }
  .hamburger__button span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 3.5px;
    border-radius: 2px;
    position: absolute;
  }
  .hamburger__button span:nth-child(1) {
    left: 0;
    top: 7px;
  }
  .hamburger__button span:nth-child(2) {
    left: 0;
    top: 15px;
  }
  .nav--opened .hamburger__button span:nth-child(1) {
    transform: rotate(-45deg);
    top: 10px;
  }
  .nav--opened .hamburger__button span:nth-child(2) {
    transform: rotate(45deg);
    top: 10px;
  }
  #nav {
    background-color: #211815;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-110%);
    overflow: hidden;
    transition: all 0.6s ease;
    padding-top: 43px;
  }
  .nav__inner {
    height: 100%;
    border-top: 1px solid #000;
    padding: 20px 0;
    overflow-y: auto;
  }
  .mainmenu {
    margin: 0;
    display: block;
  }
  .mainmenu a {
    display: block;
    height: auto;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
  }
  .mainmenu a::after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/arrow.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainmenu li:nth-child(odd) a {
    background-color: #f8f8f8;
    color: #211815;
  }
  #nav .header__button {
    position: initial;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  #nav .header__button a {
    font-size: 15px;
    font-weight: 500;
    padding: 14px 22px;
  }
  .nav--opened {
    overflow: hidden;
  }
  .nav--opened #nav {
    opacity: 1;
    transform: translateY(0);
    z-index: 5;
  }
}

/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#footer {
  background-color: #f8f8f8;
  padding: 24px 0 24px;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  font-size: 0;
  padding-top: 6px;
}
.footer__logo img {
  width: 136px;
}
.copyright {
  font-size: 14px;
  padding: 0 10px;
  display: flex;
}
.copyright > li {
  margin: 0 0.5rem;
}
.footer__social {
  display: inline-flex;
  gap: 10px;
  font-size: 0;
  order: 12;
}
.footer__social a {
  text-decoration: none;
  display: inline-flex;
}
.footer__social img {
  height: 17px;
  width: auto;
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .copyright {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .copyright {
    font-size: 11px;
  }
}

/* ------------------------------------------------------
MAIN
------------------------------------------------------ */
#main {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #main {
    padding-top: 43px;
  }
}

/* ------------------------------------------------------
TOP
------------------------------------------------------ */
.info {
  background: #f0f0f0;
  padding: 60px 0 100px;
}
.lead__info {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6667;
  line-break: anywhere;
  padding: 60px 98px;
}
.title {
  text-align: center;
  font-size: 40px;
  margin: 0 0 40px;
}
.title span {
  display: inline-block;
  border-bottom: 5px solid #ff0000;
  padding: 0 0 5px;
}
.info__list {
  max-width: 710px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.info__list dl {
  margin: 0 0 20px;
}
.info__list p {
  line-height: 1.5;
  margin: -5px 0 20px;
}
.info__list p:last-child {
  margin-bottom: 0;
}
.info__list small {
  font-size: 12px;
}
.text-large {
  font-size: 25px;
}
.text-medium {
  font-size: 20px;
}
@media (min-width: 768px) {
  .info__list dl {
    display: flex;
    margin: 0 0 20px;
  }
  .info__list dt {
    width: 165px;
  }
  .info__list dd {
    width: calc(100% - 165px);
  }
}
@media (max-width: 767px) {
  .info {
    padding: 50px 0;
  }
  .lead__info {
    font-size: 15px;
    margin-bottom: 40px;
    padding: 30px 10px;
  }
  .info__cont h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .info__list {
    margin: 0 auto 45px;
    font-size: 14px;
  }
  .info__list dt {
    margin-left: -5px;
  }
  .info__list p {
    margin: 0 0 15px;
  }
  .info__list small {
    font-size: 12px;
  }
  .text-large {
    font-size: 20px;
  }
  .text-medium {
    font-size: 16px;
  }
  .title {
    font-size: 26px;
    margin: 0 0 30px;
  }
}

/* info__regist */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  height: 70px;
  background-color: #ff0000;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
}
.info__regist a span {
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .btn {
    height: 50px;
    font-size: 20px;
  }
  .info__regist a span {
    top: 1px;
  }
}
/* visual */
.visual {
  border-top: 4px solid #fff;
  position: relative;
}
.visual__cnt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 4.4vw;
}
.visual__title {
  max-width: calc(50% - 4.4vw);
  margin: 0 0 4vw;
}
.visual__title img,
.visual__image img {
  display: block;
  width: 100%;
}
.visual__list {
  color: #fff;
  line-height: 1;
  padding: 0 20px;
}
.visual__list li {
  margin: 2vw 0 0;
}
.visual__list p {
  font-size: 3.6vw;
}
.visual__list dl {
  display: flex;
  align-items: flex-end;
  gap: 1.8vw;
}
.visual__list dt {
  font-size: 2.6vw;
}
.visual__list dd {
  font-size: 1.5625vw;
  font-weight: 500;
  padding: 0 0 0.4vw;
}
.visual .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .visual {
    border-top-width: 2px;
  }
  .visual__title {
    max-width: 70%;
  }
  .visual__list {
    padding: 0;
  }
  .visual__list li {
    margin: 20px 0 0;
  }
  .visual__list p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .visual__list dl {
    gap: 10px;
  }
  .visual__list dt {
    font-size: 16px;
  }
  .visual__list dd {
    font-size: 14px;
    padding: 0 0 2px;
  }
}

/* ------------------------------------------------------
PROGRAM
------------------------------------------------------ */
.map {
  padding: 50px 0;
}
.map h2 {
  line-height: 1.5;
  text-align: center;
  color: #ff0000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.map__iframe {
  border: 1px solid #000;
  font-size: 0;
}
.map__iframe iframe {
  width: 100%;
  height: 480px;
}
.map__text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
.map__text strong {
  display: block;
  font-size: 21px;
}
@media (max-width: 767px) {
  .map h2 {
    font-size: 29px;
  }
  .map__text {
    font-size: 13px;
  }
  .map__text strong {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .map__iframe iframe {
    height: 47.466667vw;
  }
}

/* ------------------------------------------------------
FORM
------------------------------------------------------ */
.page__head {
  background: url(../img/bg_head.png) no-repeat center top;
  border-top: 4px solid #fff;
}
.page__head_logo {
  display: flex;
  align-items: center;
  height: 149px;
  font-size: 0;
}
.page__title {
  color: #ff0000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.inquiry {
  padding: 75px 0 80px;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
}
::-moz-placeholder {
  color: #c6c6c6;
}
:-ms-input-placeholder {
  color: #c6c6c6;
}
:-moz-placeholder {
  color: #c6c6c6;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="email"] {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  outline: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../img/bg_select.png) no-repeat right center;
  padding-right: 35px;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c6c6c6;
  padding: 30px 0;
}
.form__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 324px;
  padding-top: 13px;
}
.form__input {
  width: calc(100% - 324px);
  padding-left: 82px;
}
.form__required {
  margin-left: -82px;
  padding-left: 82px;
  position: relative;
}
.required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  width: 60px;
  height: 26px;
  padding-bottom: 1px;
}
.form__label_sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
}
.form__label_sub small {
  font-size: 12px;
}
.mwform-radio-field label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.mwform-radio-field input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.mwform-radio-field span {
  padding-left: 23px;
  display: inline-block;
  position: relative;
}
.mwform-radio-field span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.mwform-radio-field span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 7px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mwform-radio-field input:checked + span::before {
  opacity: 1;
}
.mwform-checkbox-field label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.mwform-checkbox-field input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.mwform-checkbox-field span {
  padding-left: 23px;
  display: inline-block;
  position: relative;
}
.mwform-checkbox-field span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
}
.mwform-checkbox-field span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  left: 2px;
  top: 7px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mwform-checkbox-field input:checked + span::before {
  opacity: 1;
}
.form__radio_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
.form__radio_list .mwform-radio-field {
  margin-right: 20px;
  margin-bottom: 15px;
  margin: 7px 18px 7px 0;
}
.form__radio_list .mwform-radio-field:last-child {
  margin-right: 0;
}
.form__input_name {
  display: flex;
  gap: 20px;
}
.form__input_name > div {
  width: calc(50% - 10px);
}
.form__checkbox_list {
  display: flex;
  flex-wrap: wrap;
}
.form__checkbox_list .mwform-checkbox-field {
  width: 33.333%;
  margin: 7px 0;
  letter-spacing: -0.02em;
}
.wfull {
  width: 100% !important;
}
.letter-half {
  letter-spacing: -0.07em !important;
}
.form__radio_input {
  display: flex;
  align-items: center;
}
.form__radio_input .mwform-radio-field {
  margin-right: 10px;
}
.form__radio_input input[type="text"] {
  height: 40px;
}
.space--nowrap {
  white-space: nowrap !important;
}
.form__button {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 80px;
}
.inquiry .btn-submit {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  background-color: #ff0000;
  border: none;
  transition: opacity 0.3s ease;
}
.inquiry .btn-submit:hover {
  opacity: 0.7;
}
.inquiry .btn-back {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  background-color: #616161;
  border: none;
  transition: opacity 0.3s ease;
}
.inquiry .btn-back:hover {
  opacity: 0.7;
}
.reservation {
  margin-top: 80px;
}
.reservation h2 {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #ff0000;
  margin-bottom: 35px;
}
.reservation__body {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}
.reservation__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.reservation__list li:not(:last-child) {
  margin-bottom: 20px;
}
.reservation__meta {
  width: 200px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
}
.reservation__meta .type {
  color: #fff;
  font-weight: 700;
  background-color: #ff0000;
  width: 65px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.reservation__list li p {
  width: calc(100% - 200px);
  font-size: 18px;
  font-weight: bold;
}
.lead__thanks {
  text-align: center;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 80px;
}
.contact__box {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3;
  margin-top: 50px;
}
.contact__box h3 {
  width: 244px;
  padding-right: 20px;
  text-align: center;
  font-size: 24px;
}
.contact__body {
  width: calc(100% - 244px);
  border-left: 1px solid #000;
  padding-left: 50px;
}
.contact__type {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact__mail {
  font-weight: 700;
  font-size: 20px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 13px;
}
.contact__mail a {
  text-decoration: none;
}
.contact__mail a:hover {
  text-decoration: underline;
}
.contact__mail::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/mail@2x.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact__phone {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-left: 35px;
  position: relative;
}
.contact__phone::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/phone@2x.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.contact__phone span {
  margin-right: 20px;
}
.contact__phone small {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 3px;
}
.button--default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  height: 40px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  background-color: #ff0000;
  border: none;
  padding: 0 25px;
  transition: opacity 0.3s ease;
}
.button--default:hover {
  opacity: 0.7;
}
.flex--center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ml10 {
  margin-left: 10px !important;
}
@media (min-width: 768px) {
  .page__head_logo img {
    width: 100%;
    max-width: 302px;
  }
  .form__required .required {
    position: absolute;
    left: 0;
    top: 11px;
  }
  .wfull--pc {
    width: 100% !important;
  }
  .form__radio_input .max--w283 {
    max-width: 283px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .inquiry:not(.--confirm) .form__row {
    display: block;
  }
  .inquiry:not(.--confirm) .form__label,
  .inquiry:not(.--confirm) .form__input {
    width: auto;
  }
  .inquiry:not(.--confirm) .form__label {
    margin-bottom: 10px;
  }
  .inquiry:not(.--confirm) .form__input {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .page__head {
    background-image: url(../img/bg_head_sp.png);
    background-position: left center;
    background-size: 100% auto;
    border-top: 2px solid #fff;
  }
  .page__head_logo {
    height: 130px;
  }
  .page__head_logo img {
    max-width: 221px;
  }
  .page__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .inquiry {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="email"] {
    height: 35px;
    font-size: 13px;
    border-radius: 7px;
  }
  .required {
    width: 40px;
    height: 18px;
    font-size: 11px;
  }
  .form__row {
    display: block;
    padding: 20px 0;
  }
  .form__label,
  .form__input {
    width: auto;
  }
  .form__label {
    font-size: 15px;
    padding-top: 0;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .form__label .required {
    margin-left: 10px;
  }
  .form__input {
    padding-left: 0;
    word-break: break-all;
  }
  .form__required {
    margin-left: 0;
    padding-left: 0;
  }
  .form__label_sub {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .form__label_sub .required {
    margin-left: 10px;
  }
  .form__label_sub small {
    font-size: 10px;
  }
  .form__radio_list .mwform-radio-field {
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 50%;
  }
  .mwform-checkbox-field label,
  .mwform-radio-field label {
    font-size: 13px;
  }
  .mwform-checkbox-field span::before,
  .mwform-radio-field span::before {
    top: 5px;
  }
  .mwform-checkbox-field span::after,
  .mwform-radio-field span::after {
    top: 3px;
  }
  .mwform-checkbox-field span {
    padding-left: 25px;
  }
  .form__checkbox_list .mwform-checkbox-field {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 50%;
    letter-spacing: 0.03em;
  }
  .form__radio_input {
    display: block;
  }
  .form__radio_input .mwform-radio-field {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .wfull--sp {
    width: 100% !important;
  }
  .form__button {
    gap: 18px;
    margin-top: 40px;
  }
  .reservation__list li {
    display: block;
  }
  .reservation__list li p,
  .reservation__meta {
    width: auto;
    padding-right: 0;
  }
  .reservation__meta {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .reservation__list li p {
    font-size: 14px;
  }
  .reservation__meta .type {
    width: 43px;
    height: 21px;
  }
  .inquiry.--thanks .page__title {
    font-size: 25px;
  }
  .lead__thanks {
    font-size: 13px;
    margin-bottom: 45px;
  }
  .contact__box {
    margin-top: 70px;
    display: block;
    padding: 25px 20px 30px;
  }
  .contact__box h3 {
    font-size: 18px;
    padding: 0;
    width: auto;
    margin-bottom: 20px;
  }
  .contact__body {
    width: auto;
    padding: 15px 0 0 0;
    border-top: 1px solid #000;
    border-left: none;
  }
  .contact__type {
    font-size: 13px;
  }
  .contact__mail {
    font-size: 15px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .contact__phone {
    font-size: 17px;
    padding-left: 25px;
  }
  .contact__phone small {
    font-size: 10px;
  }
  .contact__mail::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/mail_sp.png);
  }
  .contact__phone::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/phone_sp.png);
    top: 2px;
  }
}

/* session */
.session .title {
  color: #ff0000;
}

.session__box {
  background-color: #000;
  border-radius: 10px;
  position: relative;
  padding-left: 222px;
  padding-right: 25px;
}
.session__box::after {
  content: "";
  width: 104px;
  height: 104px;
  border-right: 22px solid #ff0000;
  border-bottom: 22px solid #ff0000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.session__box h2 {
  color: #ff0000;
  font-size: 40.6px;
  line-height: 1.1;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.session__box h2 span {
  display: inline-flex;
  border-bottom: 3.5px solid #ff0000;
  padding-left: 50px;
  padding-bottom: 6px;
}
.session__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.session__photo {
  font-size: 0;
  width: 240px;
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
}
.session__text {
  width: calc(100% - 240px);
  padding-left: 42px;
  padding-top: 60px;
  color: #fff;
}
.session__text p {
  font-size: 21px;
  font-weight: 500;
}
.session__text h3 {
  font-size: 47px;
  font-weight: 500;
  color: #ff0000;
  line-height: 1.3;
  margin-top: 0;
}
.session__text .session__text_title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.session__text .session__text_pos {
  font-size: 18px;
}
.session__text .session__text_name {
  font-size: 24px;
}
.session__tag {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  line-height: 1.2;
  z-index: 2;
}
.session__tag span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  padding: 1px 4px 3px;
}
.session__tag span img {
  width: 14px;
}
.session__status_red {
  background-color: #ff0000;
  color: #fff;
  height: 22px;
}
.session__tag .session__status_gray {
  background-color: #616161;
  color: #fff;
  padding-bottom: 2px;
  padding-top: 2px;
  height: 22px;
}
.session__tag .session__choice {
  border: 1px solid #dcdcdc;
  padding: 6px 10px;
  color: #fff;
}
.session__tag .session__choice input {
  margin-right: 5px;
}
.session__tag .session__status_code {
  border: 1px solid #fff;
  padding: 0 8px;
  color: #fff;
}
.session__status_time {
  color: #fff;
}

.session__box.isKeynote2 {
  padding-left: 200px;
}
.session__box.isKeynote2 .session__in {
  /* min-height: 250px; */
  align-items: inherit;
}
.session__box.isKeynote2 .session__photo {
  width: 360px;
}
.session__box.isKeynote2 .session__photo figure {
  width: 50%;
}
.session__box.isKeynote2 .session__photo figure.w-100 {
  width: 100%;
  text-align: center;
}
.session__box.isKeynote2 .session__text {
  display: block;
  width: calc(100% - 360px);
  padding-left: 25px;
  padding-top: 60px;
  padding-bottom: 25px;
}
.session__box.isKeynote2 .session__text_in {
  width: 100%;
}
.session__box.isKeynote2 .session__key_title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.session__box.isKeynote2 .session__key_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.session__box.isKeynote2 .session__key_item {
  width: calc(100% / 2 - (20px / 2 * 1));
}
.session__box.isKeynote2 .session__key_pos {
  font-size: 14px;
}
.session__box.isKeynote2 .session__key_name {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .session__text {
    padding-left: 20px;
  }
  .session__text h3 {
    font-size: 38px;
  }
}
@media (max-width: 860px) {
  .session__box {
    padding-left: 25px;
    padding-top: 25px;
  }
  .session__box h2 {
    position: initial;
    transform: translateY(0);
    margin-left: -25px;
    margin-bottom: 10px;
  }
  .session__box h2 br {
    display: none;
  }
  .session__box.isKeynote2 {
    padding-left: 25px;
  }
  .session__box.isKeynote2 .session__key_list {
    display: block;
  }
  .session__box.isKeynote2 .session__key_item {
    width: 100%;
  }
  .session__box.isKeynote2 .session__key_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .session__box {
    padding: 30px 20px 0;
  }
  .session__box::after {
    border-width: 10px;
    width: 53px;
    height: 53px;
  }
  .session__in {
    margin-left: -20px;
  }
  .session__box h2 {
    font-size: 29px;
    margin-left: -20px;
  }
  .session__box h2 span {
    padding-left: 20px;
  }
  .session__photo {
    width: 40%;
  }
  .session__text {
    padding-left: 10px;
    width: 60%;
  }
  .session__text p {
    font-size: 14px;
  }
  .session__text h3 {
    font-size: 22px;
    margin-top: 12px;
  }
  .session__tag {
    position: static;
    margin-bottom: 20px;
  }
  .session__box.isKeynote2 .session__in {
    padding-left: 25px;
    margin-left: -25px;
  }
  .session__box.isKeynote2 h2 {
    margin-left: -25px;
  }
}
@media (max-width: 639px) {
  .session__box.isKeynote2 .session__in {
    display: block;
  }
  .session__box.isKeynote2 .session__photo {
    width: auto;
    justify-content: center;
  }
  .session__box.isKeynote2 .session__text {
    width: auto;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.form__privacy_box {
  height: 150px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #c6c6c6;
  margin: 40px 0 15px;
}
.form__privacy_box p {
  margin-top: 15px;
}
.form__privacy_box p:first-child {
  margin-top: 0;
}
.form__privacy_check {
  text-align: center;
}
@media (max-width: 767px) {
  .form__privacy_box {
    font-size: 14px;
  }
}
/* season */
.room__wrap {
  margin-top: 55px;
}
.room__head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.room__head .room__th {
  width: calc((100% - 70px) / 4);
  padding-left: 10px;
}
.room__head .room__th:first-child {
  width: 70px;
  padding: 0;
  font-size: 0;
}
.room__title {
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  color: #fff;
  height: 60px;
  font-family: "HaasMidium", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.room__title strong {
  font-size: 30px;
  margin-left: 3px;
  font-weight: 500;
}
.room__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.room__row .room__th {
  width: 70px;
}
.room__date {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "HaasMidium", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  /* background-color: #ffb2b2; */
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .room__date::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffb2b2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
}
.room__row .room__td {
  width: calc((100% - 70px) / 4);
  padding-left: 10px;
}
.room__box {
  height: 100%;
  background-color: #f8f8f8;
  padding: 20px;
  min-height: 105px;
  position: relative;
}
.room__box.is__soon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
.room__lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 8px;
}
.room__card {
  margin-top: 15px;
}
.room__card li:not(:last-child) {
  margin-bottom: 10px;
}
.room__card_item {
  display: flex;
  flex-wrap: wrap;
}
.room__card_image {
  font-size: 0;
  width: 70px;
}
.room__card_text {
  width: calc(100% - 70px);
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.6667;
}
.room__card_author {
  font-size: 14px;
  font-weight: bold;
}
.room__button {
  margin-top: 13px;
}
.room__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  line-height: 1.3;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 5px;
  height: 35px;
  padding: 0 10px 1px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: opacity 0.3s ease;
}
.room__button a:hover {
  opacity: 0.7;
}
.room__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.room__status {
  width: calc(100% - 70px);
}
.room__choice {
  line-height: 1.2;
  width: 70px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  top: 20px;
}
.room__choice label {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
}
.room__choice label input[type="checkbox"] {
  margin-right: 3px;
}
.room__code {
  font-family: "HaasMidium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.room__code_text {
  font-size: 16px;
  border: 1px solid #000;
  margin-right: 5px;
  padding: 0 8px;
}
.room__info {
  margin-top: 10px;
}
.room__label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.2;
  margin-top: 8px;
}
.room__label span {
  display: inline-flex;
  line-height: 1.3;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}
.room__label span img {
  margin-right: 3px;
}
.room__status {
  line-height: 1.3;
}
.room__status span {
  line-height: 1.2;
  display: inline-flex;
  padding: 1px 4px 2px;
  background-color: #000;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.room__status .room__status_red {
  background-color: #ff0000;
}
.room__status .room__status_gray {
  background-color: #616161;
}
.program__note {
  text-align: center;
  margin-top: 15px;
}
.room__note {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .room__status {
    min-height: 20px;
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .room__head .room__th,
  .room__row .room__td {
    width: calc((100% - 140px) / 4);
    padding-left: 8px;
  }
  .room__head .room__th:first-child,
  .room__row .room__th {
    width: 140px;
    padding-left: 0;
  }
  .room__box {
    padding: 15px;
  }
  .room__choice {
    right: 15px;
    top: 15px;
  }
  .room__status {
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .room__card_text {
    width: 100%;
    padding-right: 0;
    order: 12;
  }
  .room__card_image {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .room__card_image img {
    max-width: 70px;
  }
  .room__lead {
    font-size: 15px;
  }
  .room__choice label,
  .room__status span,
  .room__label span {
    font-size: 12px;
  }
  .room__label span img {
    width: 12px;
  }
  .room__box {
    padding: 10px;
  }
  .room__choice {
    right: 10px;
    top: 10px;
  }
  .room__code {
    font-size: 15px;
  }
  .room__code_text {
    font-size: 14px;
  }
  .room__title {
    font-size: 18px;
  }
  .room__title strong {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .room__wrap {
    margin-top: 60px;
    position: relative;
  }
  .room__wrap::before {
    content: "";
    width: 2px;
    background-color: #ffb2b2;
    position: absolute;
    left: 5px;
    top: 4px;
    bottom: 0;
  }
  .room__head {
    display: none;
  }
  .room__row {
    display: block;
    margin-bottom: 140px;
  }
  .room__row:last-child {
    margin-bottom: 0;
  }
  .room__row .room__td {
    width: auto;
    padding-left: 26px;
    margin-bottom: 20px;
  }
  .room__row .room__th {
    width: auto;
    padding-left: 17px;
    position: relative;
  }
  .room__row .room__th::before {
    content: "";
    background-color: #ffb2b2;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .room__date {
    display: block;
    height: auto;
    color: #000;
    background: none;
    font-size: 15px;
    padding: 0;
    margin-bottom: 7px;
  }
  .room__title {
    height: 30px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .room__title strong {
    font-size: 20px;
  }
  .room__box {
    height: auto;
    padding: 10px;
    min-height: 145px;
  }
  .room__lead {
    font-size: 17px;
    margin-top: 6px;
  }
  .room__card_text {
    font-size: 11px;
    width: calc(100% - 90px);
  }
  .room__card_author {
    font-size: 13px;
  }
  .room__card_image {
    width: 90px;
  }
  .room__button {
    margin-top: 20px;
  }
  .room__button a {
    font-size: 15px;
    border-radius: 8px;
  }
  .room__code {
    font-weight: 500;
    font-size: 14px;
  }
  .room__code_text {
    font-size: 11px;
    margin-right: 10px;
    padding: 4px 9px 3px;
  }
  .room__label {
    margin-top: 10px;
  }
  .room__label span {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 5px 3px;
    border-radius: 3px;
  }
  .room__label span img {
    width: 10px;
  }
  .room__choice label {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px 5px 5px;
  }
  .room__choice label input[type="checkbox"] {
    margin-right: 8px;
  }
  .room__status {
    margin-bottom: 10px;
  }
  .room__info {
    width: calc(100% - 70px);
    margin-top: 0;
  }
  .room__choice {
    right: 10px;
    top: 10px;
  }
  .room__status {
    font-size: 0;
  }
  .room__status span {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
  }
}

/* modal */
.modal__box {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.modal__head {
  background-color: #000;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 0;
}
.modal__cont {
  padding: 30px 0 50px;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.modal__title {
  font-size: 24px;
  font-weight: bold;
  line-height: initial;
  margin-top: 16px;
  margin-bottom: 15px;
}
.modal__text {
  font-size: 16px;
  line-height: initial;
}
.modal__box .room__choice {
  width: 110px;
  right: 0;
  top: 40px;
}
.modal__box .room__choice label {
  font-size: 20px;
  font-weight: 500;
  border-width: 2px;
  padding: 6px 16px;
}
.modal__box .room__choice label input[type="checkbox"] {
  margin-right: 5px;
}
.modal__box .room__status span {
  font-size: 18px;
  padding: 4px 18px 5px;
  border-radius: 5px;
}
.modal__box .room__code {
  font-size: 20px;
  margin-right: 20px;
}
.modal__box .room__code_text {
  font-size: 18px;
  margin-right: 20px;
  padding: 2px 11px;
}
.modal__box .room__label {
  gap: 10px;
  margin: 0;
}
.modal__box .room__label span {
  font-size: 16px;
  padding: 4px 10px;
}
.modal__box .room__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.modal__speaker {
  margin: 50px 0 0;
}
.modal__speaker_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -15px;
}
.modal__speaker_col {
  /* width: 50%; */
  padding: 0 15px;
  margin-bottom: 15px;
}
.modal__speaker .room__card_text {
  order: 12;
  width: calc(100% - 150px);
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.625;
}
.modal__speaker .room__card_image {
  width: 150px;
}
.modal__speaker .room__card_author {
  font-size: 20px;
}
.modal__close {
  font-size: 0;
  width: 48px;
  height: 48px;
  background: url(../img/close.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: -57px;
  cursor: pointer;
}
.mfp-content {
  padding-top: 60px;
}
.mfp-close {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .modal__speaker .room__card_image img {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal__box .room__status span {
    font-size: 14px;
    padding: 4px 9px 5px;
  }
  .modal__box .room__choice {
    right: 20px;
    top: 20px;
  }
  .modal__box .room__choice label {
    font-size: 16px;
  }
  .modal__box .room__code {
    margin-right: 0;
    font-size: 16px;
  }
  .modal__box .room__code_text {
    font-size: 14px;
    margin-right: 10px;
  }
  .modal__box .room__info {
    display: block;
    margin-top: 20px;
  }
  .modal__box .room__label {
    margin-top: 10px;
  }
  .modal__box .room__label span {
    font-size: 13px;
  }
  .modal__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .modal__text {
    font-size: 14px;
    line-height: 1.57;
  }
  .modal__head {
    height: 50px;
    padding: 8px 0 0;
  }
  .modal__head img {
    width: 110px;
  }
  .modal__cont {
    padding: 10px 20px 20px;
  }
  .modal__box .room__choice {
    right: 20px;
    top: 20px;
  }
  .modal__speaker {
    margin: 35px -20px -20px -20px;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    padding-bottom: 40px;
  }
  .modal__speaker h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .modal__speaker_list {
    display: block;
    margin: 0;
    margin-bottom: -32px;
  }
  .modal__speaker_col {
    width: auto;
    padding: 0;
  }
  .modal__speaker_col {
    margin-bottom: 32px;
  }
  .modal__speaker .room__card_item {
    text-align: center;
  }
  .modal__speaker .room__card_text {
    width: 100%;
    padding: 0;
    order: 12;
    font-size: 14px;
    line-height: 1.4;
  }
  .modal__speaker .room__card_image {
    width: 100%;
    margin-bottom: 12px;
  }
  .modal__speaker .room__card_image img {
    max-width: 150px;
  }
  .modal__speaker .room__card_author {
    font-size: 17px;
  }
  .modal__close {
    width: 24px;
    height: 24px;
    top: -35px;
  }
  .mfp-content {
    padding-top: 45px;
  }
}

.qr {
  text-align: center;
  margin-bottom: 100px;
}
.qr h2 {
  font-size: 30px;
  color: #ff0000;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
.qr figure {
  max-width: 320px;
  margin: 0 auto;
  font-size: 0;
}
.inquiry a.btn-back,
.inquiry a.btn-submit {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mypage__title {
  font-size: 30px;
  color: #ff0000;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}
.mt40 {
  margin-top: 40px !important;
}
.inquiry__mypage {
  padding-bottom: 120px;
}
.inquiry__mypage .btn-back,
.inquiry__mypage .btn-submit {
  width: 180px;
}
.form__button_my {
  flex-wrap: wrap;
}
.mypage__program {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .reservation h2,
  .mypage__title,
  .qr h2 {
    font-size: 26px;
  }
}

/* login */
.login__box {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 27px;
  max-width: 720px;
  padding: 40px 60px;
  padding-left: 0;
}
.login__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.login__row:not(:last-child) {
  margin-bottom: 20px;
}
.login__label {
  width: 150px;
  text-align: right;
  font-size: 16px;
}
.login__input {
  width: calc(100% - 185px);
}
.login__title {
  text-align: center;
  line-height: 1.4;
  color: #ff0000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.login__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.login__check {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 30px;
}
.login__check input {
  margin-right: 10px;
}
.login__block {
  margin-top: 60px;
}
.login__block p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 45px;
  font-feature-settings: "palt";
}
.login__block p:last-child {
  margin-bottom: 0;
}
.login__block p a {
  color: #ff0000;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.login__block p a:hover {
  text-decoration: none;
}
.login__block h3 {
  text-align: center;
  line-height: 1.3;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}
.login__block h3 span {
  display: inline-block;
  border-bottom: 4px solid #ff0000;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .login__title {
    font-size: 26px;
  }
  .login__row {
    display: block;
  }
  .login__label {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  .login__input {
    width: auto;
  }
  .login__box {
    padding: 40px 20px;
  }
  .login__block h3 {
    font-size: 18px;
  }
  .login__block h3 span {
    padding-bottom: 8px;
  }
}

.date__title {
  line-height: 1.4;
  position: relative;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: -40px;
  margin-top: 50px;
}
.date__title::after {
  content: "";
  background-color: #ff0000;
  height: 2px;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.room__row .room__tdspan {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.room__row .room__tdwrap {
  width: calc(100% - 70px);
}
.room__row_in {
  display: flex;
  flex-wrap: wrap;
}
.room__row .room__tdwrap .room__td {
  width: 50%;
  padding-left: 10px;
}
.room__tdwrap .session__box {
  margin-left: 10px;
  margin-bottom: 10px;
}
.room__osaka .room__row .room__tdspan {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 767px) {
  .date__title {
    font-size: 35px;
    margin-bottom: -40px;
    margin-top: 50px;
  }
  .date__title::after {
    width: 60px;
  }
  .room__row .room__tdspan {
    width: auto;
    padding-left: 26px;
  }
  .session__tag {
    flex-wrap: wrap;
  }
  .room__row .room__tdwrap {
    width: auto;
  }
  .room__tdwrap .session__box {
    margin-left: 26px;
  }
  .room__row_in {
    display: block;
  }
  .room__row .room__tdwrap .room__td {
    padding-left: 26px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .room__row .room__tdspan {
    width: calc(100% - 140px);
    padding-left: 10px;
  }
}

/* 241024 */
.room__session_wrap {
  position: relative;
  background-color: #000;
}
.room__session_wrap.isRadius {
  border-radius: 10px;
}
.room__session_wrap .session__tag {
  transition: opacity 0.3s ease;
}
a.session__box,
a.link__keynote_modal {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
a.session__box:hover,
.room__session_wrap:hover {
  opacity: 0.7;
}
.session__box.isnotBg::after {
  display: none !important;
}
.isnotRadius {
  border-radius: 0 !important;
}
.session__box.isDicuss {
  padding-left: 25px;
}
.session__box.isDicuss .session__photo {
  gap: 0 8px;
  padding-bottom: 50px;
}
.session__box.isDicuss .discuss__title {
  font-size: 20px;
  top: 30px;
  transform: translateY(0);
}
.session__box.isDicuss .discuss__title span {
  padding-left: 15px;
}
.modal__box .room__label span.room__status_red {
  background-color: #ff0000;
}
@media (min-width: 768px) {
  .fs36--pc {
    font-size: 36px !important;
  }
}
@media (min-width: 861px) {
  .session__box.isDicuss .session__key_list.isItem3 .session__key_item {
    width: calc(100% / 3 - (20px / 3 * 2));
  }
}
@media (max-width: 767px) {
  .room__session_wrap .session__tag {
    padding: 25px 25px 0 25px;
  }
  .room__session_wrap .session__tag + .session__box {
    padding-top: 0;
  }
  .session__box.isDicuss .session__photo {
    padding-bottom: 0;
  }
  .room__session_wrap.isSpecial .session__text {
    padding-top: 10px;
  }
  .room__session_wrap.isSpecial .session__in {
    padding-bottom: 40px;
  }
}

/* 241025 */
.modal__key_title {
  line-height: 1.2;
  font-size: 40px;
  margin-top: 30px;
}
.modal__key_head {
  margin-top: 70px;
}
.modal__diss_title {
  line-height: 1.2;
  font-size: 28px;
}
@media (max-width: 767px) {
  .modal__key_head {
    margin-top: 55px;
  }
}

.display--block {
  display: block;
}
.button--default.--size-small {
  height: 35px;
  border-radius: 8px;
}
.mt5 {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .reservation__list.no--i-time .reservation__meta {
    width: 100px;
  }
  .reservation__list.no--i-time .reservation__meta .type {
    margin-right: 0;
  }
  .reservation__list.no--i-time li p {
    width: calc(100% - 100px);
  }
}
/*  */
.access {
  margin: 35px 0 85px;
}
.access h3 {
  font-size: 40px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .access {
    margin: 35px 0;
  }
  .access h3 {
    font-size: 29px;
    margin: 0 0 15px;
  }
}

/* sponsor */
.sponsor {
  padding: 80px 0 1px;
}
.sponsor .title {
  color: #ff0000;
}
.sponsor h3 {
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  margin: 0 0 28px;
}
.sponsor h3 span {
  display: inline-flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}
.logo__wrap,
.silver__wrap,
.gold__wrap,
.platinum__wrap,
.diamond__wrap {
  margin: 0 auto 75px;
}
.logo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 0;
}
.logo__list img {
  width: 100%;
}
.logo__list li {
  width: 170px;
}
.diamond__wrap .logo__list li {
  width: calc(50% - 10px);
}
.platinum__wrap .logo__list li {
  width: calc(33.3333% - 10px);
}
/* .gold__wrap .logo__list li {
  width: calc(25% - 10px);
}
.silver__wrap .logo__list li {
  width: 115px;
} */
@media (min-width: 800px) {
  .diamond__wrap .logo__list {
    max-width: 780px;
    margin: 0 auto;
  }
  .platinum__wrap .logo__list {
    max-width: 782px;
    margin: 0 auto;
  }
  .gold__wrap .logo__list {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sponsor {
    padding-top: 65px;
  }
  .sponsor h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .logo__list {
    gap: 8px;
    justify-content: space-between;
  }
  .logo__list li {
    width: calc(50% - 4px);
  }
  .platinum__wrap,
  .diamond__wrap {
    max-width: 240px;
  }
  .platinum__wrap .logo__list,
  .diamond__wrap .logo__list {
    justify-content: center;
  }
  .platinum__wrap .logo__list li,
  .diamond__wrap .logo__list li {
    width: 100%;
  }
  .gold__wrap .logo__list li {
    width: calc(50% - 4px);
  }
}
.expo {
  background-color: #ff0000;
  color: #fff;
  padding: 65px 0 100px;
  font-size: 20px;
  line-height: 1.5;
}
.subtitle {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 40px;
}
.expo .title span {
  border-color: #000;
}
.expo .btn {
  background-color: #000;
}
.expo__list {
  margin: 0 0 100px;
}
.expo__list li {
  margin: 0 0 20px;
}
.expo__cnt h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 20px;
}
.expo__cnt p:not(:last-child) {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .expo__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 0 0 20px;
  }
  .expo__list li:nth-child(2n-1) {
    flex-direction: row-reverse;
  }
  .expo .img {
    width: 490px;
  }
  .expo__cnt {
    width: calc(100% - 490px);
  }
}
@media (max-width: 767px) {
  .expo {
    padding: 40px 0 50px;
    font-size: 16px;
  }
  .subtitle {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .expo__list {
    margin: 0 0 35px;
  }
  .expo__cnt h3 {
    font-size: 20px;
    margin: 15px 0;
  }
}
/*  */
.theater {
  background-color: #000;
  color: #fff;
  padding: 65px 0;
  font-size: 20px;
  line-height: 1.5;
}
.theater__list li {
  padding: 30px 0;
  border-top: 1px dotted #fff;
}
@media (min-width: 768px) {
  .theater__top {
    display: flex;
    margin: 0 0 15px;
    font-size: 25px;
  }
  .theater__top dt {
    width: 175px;
  }
  .theater__top dd {
    width: calc(100% - 175px);
  }
  .theater__bottom {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
  .theater__bottom dt,
  .theater__bottom dd {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .theater {
    padding: 35px 0;
    font-size: 14px;
  }
  .theater__list li {
    padding: 20px 0;
  }
  .theater__top {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .theater__bottom {
    text-align: right;
  }
}
/* session */
.session {
  padding: 100px 0;
}
.session .btn {
  margin-top: 100px;
}
.special__list {
  margin: 0 0 50px;
}
.special__list li {
  margin: 0 0 20px;
}
.special__list li:last-child {
  margin-bottom: 0;
}
.special__list li a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 20px 130px 20px 260px;
  position: relative;
  text-decoration: none;
}
.special__list li a::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #ff0000 transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 0;
}
.special__label {
  color: #ff0000;
  font-size: 20px;
  padding: 0 0 0 20px;
  border-bottom: 4px solid #ff0000;
}
.special__cnt {
  display: flex;
  align-items: flex-end;
}
.special__cnt .img {
  width: 220px;
}
.special__cnt .text {
  width: calc(100% - 220px);
  padding: 0 0 10px 35px;
  font-size: 15px;
  line-height: 1.5;
}
.special__cnt p {
  margin: 20px 0 0;
}
.special__title,
.special__name {
  font-size: 20px;
  font-weight: bold;
}
.special__list .special__title {
  font-size: 32px;
  line-height: 1.2;
  color: #ff0000;
}
@media (min-width: 768px) {
  .special__label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .session {
    padding: 50px 0;
  }
  .session .btn {
    margin-top: 50px;
  }
  .special__list {
    margin: 0 0 30px;
  }
  .special__list li a {
    padding: 20px;
  }
  .special__list li a::after {
    border-width: 0 60px 60px 0;
  }
  .special__label {
    display: inline-block;
    font-size: 25px;
    padding-right: 5px;
    margin: 0 0 10px;
  }
  .special__cnt .img {
    width: 110px;
  }
  .special__cnt .text {
    width: calc(100% - 110px);
    flex: 1;
    padding: 0 0 5px 10px;
    font-size: 14px;
  }
  .special__cnt p {
    margin: 10px 0 0;
  }
  .special__title,
  .special__name {
    font-size: 15px;
  }
  .special__cnt p.special__name {
    margin: 5px 0 0;
    font-size: 18px;
  }
}
/* room__osaka */
@media (min-width: 768px) {
  .room__osaka .room__row {
    justify-content: space-between;
  }
  .room__osaka .room__row .room__td {
    /* width: calc((100% - 20px) / 3); */
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .room__osaka::before {
    display: none;
  }
  .room__osaka .room__row {
    margin-bottom: 20px;
  }
  .room__osaka .room__row .room__td {
    padding: 0;
  }
}
.special__list .room__session_wrap a {
  padding: 0;
}
.special__list .session__box::after {
  display: none;
}
.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .is-hide {
    display: none;
  }
  .align-items-center {
    align-items: center;
  }
}
.special__list a.bgf8,
.session__box.bgf8,
.bgf8 {
  background-color: #f8f8f8 !important;
  color: #000;
}
.session__box.bgf8 .session__text {
  color: #000;
}
.line-through {
  background-color: #ccc;
  height: 1px;
  border: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .modal__cont.pb-30 {
    padding-bottom: 30px;
  }
  a.link__keynote_modal:hover .room__session_wrap {
    opacity: 0.7;
  }
}
@media (min-width: 1300px) {
  .special__list .session__box.isKeynote2 .session__text {
    padding-left: 105px;
  }
}
