@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
html {
  font-size: 10px;
  margin: auto;
}
html.menuon {
  overscroll-behavior: none;
}

@media (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: auto;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
body.menuon {
  overscroll-behavior: none;
  overflow: hidden;
  height: 100vh;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, h3, th, td {
  font-size: 18px;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p, li, dt, dd, h3, th, td {
    line-height: 1.75;
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
}

ul, dl, dt, dd {
  padding-left: 0;
  margin: auto;
}

h3 {
  margin: auto;
}

figure {
  margin: 0;
}

strong {
  font-weight: bold;
}

.en {
  font-family: "EB Garamond", serif;
}

._ib {
  display: inline-block;
}

._nw {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
.registbtn {
  width: 100%;
  max-width: 35rem;
  width: 35rem;
  height: 5.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  background: #A50B5B;
  border-radius: 1.1rem;
  color: #fff;
  border: 2px solid #A50B5B;
  font-size: 1.6em;
  font-weight: bold;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.registbtn .txt {
  position: relative;
  top: -0.1em;
}
.registbtn .arrow {
  filter: invert(100%) brightness(200%) saturate(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.registbtn:hover {
  background: #fff;
  color: #A50B5B;
}
.registbtn:hover .arrow {
  filter: none;
}
@media (max-width: 767px) {
  .registbtn {
    max-width: 26rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}

dl.data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
dl.data div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
dl.data div dt {
  margin: 0;
}
dl.data div dt p {
  white-space: nowrap;
  line-height: 1;
  padding: 3px 8px 4px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: #A50B5B;
  border-radius: 3px;
  line-height: 1;
  position: relative;
  bottom: -0.05em;
}
dl.data div dd {
  margin: 0;
}
dl.data div dd p {
  padding-left: 0.8em;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  dl.data {
    gap: 20px;
    flex-direction: column;
  }
  dl.data div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  dl.data div dt {
    margin: 0;
  }
  dl.data div dt p {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    padding: 3px 8px 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #A50B5B;
    border-radius: 3px;
    line-height: 1;
    position: relative;
    bottom: -0.05em;
  }
  dl.data div dd {
    margin: 0;
    padding-top: 1px;
  }
  dl.data div dd p {
    padding-left: 0.8em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    white-space: wrap;
  }
}

.essential {
  display: inline-block;
  font-size: 80%;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 8rem;
  box-shadow: 0 3px 2.6rem rgba(108, 108, 108, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .logo {
  padding: 1.6rem 0 0 3.2rem;
}
#header .logo .white {
  display: none;
}
#header .logo img {
  width: 33rem;
}
#header #gnav {
  display: flex;
  height: 100%;
  gap: 4rem;
}
#header #gnav .innernav {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  gap: 4rem;
}
#header #gnav .innernav a {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  transition: color 0.25s ease-in-out;
}
#header #gnav .innernav a:hover {
  color: #A50B5B;
}
#header #gnav .btn {
  height: 100%;
}
#header #gnav .regist {
  height: 100%;
  background: #A50B5B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  gap: 1.2rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
#header #gnav .regist .txt {
  position: relative;
  top: -0.1em;
}
#header #gnav .regist .icon {
  filter: invert(100%) brightness(200%) saturate(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #gnav .regist:hover {
  background: #fff;
  color: #A50B5B;
}
#header #gnav .regist:hover .icon {
  filter: none;
}
@media (max-width: 767px) {
  #header {
    width: 100vw;
    height: 6rem;
    display: flex;
    transition: background-color 0.25s ease-in-out;
  }
  #header.menuon {
    background: #A50B5B;
  }
  #header.menuon .logo .black {
    display: none;
  }
  #header.menuon .logo .white {
    display: block;
  }
  #header .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 0 0 1rem;
  }
  #header .logo .white {
    display: none;
  }
  #header .logo img {
    width: 25rem;
  }
  #header:not(.menuon) #gnav {
    left: 100%;
    background: rgba(3, 77, 128, 0);
    opacity: 0;
    transform: scale(1);
    transition: left 0s 0.3s, transform 0.3s 0s ease, opacity 0.3s 0s ease, background-color 0.3s 0s ease;
  }
  #header #gnav {
    width: 100vw;
    background: #A50B5B;
    position: fixed;
    top: 6rem;
    left: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    gap: 4rem;
  }
  #header #gnav .innernav {
    padding: 0 3rem;
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5vw;
  }
  #header #gnav .innernav a {
    color: #fff;
  }
  #header #gnav .innernav a:hover {
    color: #fff;
  }
  #header #gnav .btn {
    margin: 0;
    height: 100px;
    background: #fff;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
  }
  #header #gnav .regist {
    border-radius: 8px;
    width: 100%;
  }
}

/*--------------------------------------------------------------
menubutton
--------------------------------------------------------------*/
.menubutton {
  transition: 0.3s;
  z-index: 200;
  background: #A50B5B;
  transition: 0.3s ease-out;
  width: 6rem;
  aspect-ratio: 1/1;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.menubutton span {
  transition: top 0.2s 0.2s ease-out, bottom 0.2s 0.2s ease-out, transform 0.2s 0s ease-out;
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  left: 25%;
  top: calc(50% - 0.5rem + 1px);
}
.menubutton span:nth-child(2) {
  top: calc(50% + 0.5rem);
}

#header.menuon .menubutton span {
  transition: top 0.2s 0s ease-out, bottom 0.2s 0s ease-out, transform 0.2s 0.2s ease-out;
  transform: rotate(30deg);
  top: calc(50% - 0px);
  background: #fff;
}
#header.menuon .menubutton span:nth-child(2) {
  top: calc(50% + 0px);
  transform: rotate(-30deg);
}

/*--------------------------------------------------------------
main
--------------------------------------------------------------*/
main {
  position: unset;
  background: url(../images/mainart.jpg) right top no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
}
main .inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 767px) {
  main {
    background-position: 50% top;
    background-size: 240% auto;
  }
  main .inner {
    max-width: 100vw;
    padding: 0 15px;
    margin: auto;
  }
}

/*--------------------------------------------------------------
top
--------------------------------------------------------------*/
#top {
  height: 78rem;
}
#top .top_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8rem;
  padding-left: min(10rem, 5vw);
  flex-direction: column;
}
#top .top_inner .ttl {
  width: 57rem;
}
#top .top_inner .date {
  margin-top: 3rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-size: 4.8rem;
  font-weight: 500;
}
#top .top_inner .date .time {
  font-size: 2.9rem;
  display: inline-block;
  margin-left: 1.5rem;
}
#top .top_inner .place {
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.7rem;
  font-weight: bold;
}
#top .top_inner .btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #top {
    height: unset;
    aspect-ratio: 390/596;
  }
  #top .top_inner {
    padding-top: 6rem;
    padding-left: 0;
  }
  #top .top_inner > .txt {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.2rem;
  }
  #top .top_inner .ttl {
    width: 28rem;
  }
  #top .top_inner .date {
    margin-top: 2rem;
    font-size: 3.7rem;
  }
  #top .top_inner .date .time {
    font-size: 2.2rem;
    margin-left: 1.5rem;
  }
  #top .top_inner .place {
    font-size: 2.1rem;
  }
  #top .top_inner .btn {
    margin-top: 2rem;
    margin-left: 1.5rem;
  }
}

/*--------------------------------------------------------------
overview
--------------------------------------------------------------*/
#overview .top {
  background: url(../images/overview_top.svg) center top;
  height: 40px;
}
#overview .main {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 0 0;
}
#overview .main h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5em;
  font-weight: bold;
}
#overview .main .body {
  width: 700px;
  margin: auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8888888889;
  margin-top: 2em;
}
@media (max-width: 767px) {
  #overview .top {
    background: url(../images/overview_top.svg) center top;
    background-size: auto 100%;
    height: 23px;
  }
  #overview .main {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0 0px;
  }
  #overview .main h2 {
    font-size: 2.4rem;
  }
  #overview .main .body {
    width: auto;
    margin: 0 15px;
    font-size: 1.6rem;
    margin-top: 2em;
  }
}

/*--------------------------------------------------------------
timetable
--------------------------------------------------------------*/
#timetable_area {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
#timetable_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#timetable_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
}
#timetable_area nav {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  transform: translateY(-100%);
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: flex-end;
  text-align: center;
}
#timetable_area nav .inner {
  height: 10rem;
  background: #fff;
  border-top-left-radius: 2.8rem;
  border-top-right-radius: 2.8rem;
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 3px 2.6rem rgba(108, 108, 108, 0.16);
  padding-top: 1rem;
}
#timetable_area nav h2 {
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  color: #A50B5B;
  margin-bottom: 1rem;
}
#timetable_area nav ul {
  position: relative;
  bottom: -1px;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
#timetable_area nav ul li {
  width: 20%;
}
#timetable_area nav ul li a {
  border: 1px solid #A50B5B;
  border-bottom: none;
  background: #A50B5B;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.3em;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media (min-width: 768px) {
  #timetable_area nav ul li a:hover {
    background: #fff;
    color: #A50B5B;
  }
}
#timetable_area hgroup {
  display: flex;
  justify-content: space-between;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
  align-items: flex-end;
  margin-bottom: 10px;
}
#timetable_area hgroup h3 {
  margin: 0;
  color: #A50B5B;
  font-size: 5.5rem;
  color: "EB Garamond", serif;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
#timetable_area hgroup h3 .en {
  font-size: 4rem;
}
#timetable_area hgroup h3 .num {
  font-size: 6rem;
  display: inline-block;
  margin-left: 0.1em;
}
#timetable_area hgroup .time {
  line-height: 1.3;
  margin: 0;
  font-size: 30px;
}
#timetable_area section {
  background: #fff;
  padding: 8rem 0;
}
#timetable_area section:nth-of-type(even) {
  background: #F8F8F8;
}
#timetable_area section.remark .main {
  background: rgba(232, 232, 232, 0.3);
  display: flex;
}
#timetable_area section.remark .main .photo {
  width: 250px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
#timetable_area section.remark .main .photo .note {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  color: #fff;
}
#timetable_area section.remark .main .txt {
  padding: 2rem 4rem;
}
#timetable_area section.remark .main .txt .name {
  font-size: 3.8rem;
  line-height: 1.5;
}
#timetable_area section.remark .main .txt .profile {
  margin-top: 10px;
}
#timetable_area section.remark .main .txt .profile li {
  font-size: 16px;
  line-height: 1.2;
}
#timetable_area section.remark .main .txt .profile li + li {
  margin-top: 8px;
}
#timetable_area section.session dl {
  background: #fff;
}
#timetable_area section.session dl div {
  display: flex;
  justify-content: flex-start;
}
#timetable_area section.session dl div dt {
  margin: 0;
  width: 310px;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1.25;
  padding: 2.1rem 2.5rem 2.6rem;
}
#timetable_area section.session dl div dt .name {
  font-size: 21px;
  line-height: 1.25;
  font-weight: bold;
}
#timetable_area section.session dl div dt .affiliation {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0.5em;
}
#timetable_area section.session dl div dd {
  margin: 0;
  border-left: 1px solid #E8E8E8;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8rem 2.5rem;
  font-size: 18px;
  line-height: 1.5555555556;
}
#timetable_area section.session dl div:nth-child(odd) {
  background: #e8e8e8;
}
#timetable_area section.session dl div:nth-child(odd) dd {
  border-left: 1px solid #fff;
}
#timetable_area section.session dl div.chair {
  background: #A50B5B;
  color: #fff;
}
#timetable_area section.session dl div.chair dt .chair {
  font-size: 18px;
  font-weight: 400;
}
#timetable_area section.session dl div.chair dt .name {
  font-size: 38px;
}
#timetable_area section.session dl div.chair dd {
  display: flex;
  justify-content: flex-start;
  padding: 3rem 0 3rem 0;
  border: none;
}
#timetable_area section.session dl div.chair dd ul {
  min-height: 106px;
  padding: 0 0 2px 3rem;
  margin: 0;
  border-left: 7px solid rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#timetable_area section.session dl div.chair dd ul li {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 200;
}
#timetable_area section.session dl div.chair dd ul li + li {
  margin-top: 0.4em;
}
#timetable_area #reception {
  padding-bottom: 180px;
}
#timetable_area #reception dl.data {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #timetable_area::before {
    height: 7.4rem;
    position: absolute;
    top: 0rem;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200;
    z-index: 1;
  }
  #timetable_area::after {
    content: "";
    display: block;
    width: 100%;
    height: 7.4rem;
  }
  #timetable_area nav {
    height: 7.4rem;
    text-align: center;
  }
  #timetable_area nav .inner {
    margin: 0;
    height: 7.4rem;
    background: #fff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    max-width: 100%;
    width: 100%;
    padding-top: unset;
    overflow: hidden;
  }
  #timetable_area nav h2 {
    font-size: 1.4rem;
    margin: 3px 0 0rem;
  }
  #timetable_area nav ul {
    margin: 0;
    position: relative;
    bottom: -4px;
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
  }
  #timetable_area nav ul li {
    margin: 0;
    width: 20%;
  }
  #timetable_area nav ul li a {
    font-size: 1.3rem;
    height: 5rem;
    line-height: 1;
    padding-top: 0.3em;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    flex-direction: column;
  }
  #timetable_area nav ul li a span {
    display: block;
    font-size: 20px;
  }
  #timetable_area hgroup {
    flex-wrap: wrap;
  }
  #timetable_area hgroup h3 {
    font-size: 3.2rem;
  }
  #timetable_area hgroup h3 .en {
    font-size: 2rem;
  }
  #timetable_area hgroup h3 .num {
    font-size: 3rem;
  }
  #timetable_area hgroup .time {
    font-size: 2.1rem;
    text-align: right;
    padding-right: 1.5rem;
  }
  #timetable_area hgroup .time.opening {
    width: 100%;
    text-align: right;
  }
  #timetable_area section {
    padding: 5rem 0;
  }
  #timetable_area section.remark .main {
    margin-top: 3rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #timetable_area section.remark .main .photo {
    width: 200px;
    height: 240px;
    position: relative;
    z-index: 1;
  }
  #timetable_area section.remark .main .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  #timetable_area section.remark .main .txt {
    width: 100%;
    padding: 2rem 4rem 4rem;
    text-align: center;
    background: rgba(232, 232, 232, 0.3);
    padding-top: 130px;
    margin-top: -120px;
  }
  #timetable_area section.remark .main .txt .name {
    font-size: 2.8rem;
  }
  #timetable_area section.remark .main .txt .profile {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
  #timetable_area section.remark .main .txt .profile li {
    font-size: 15px;
  }
  #timetable_area section.remark .main .txt .profile li + li {
    margin-top: 8px;
  }
  #timetable_area section.session .inner {
    padding-right: 0;
  }
  #timetable_area section.session dl div {
    padding: 0 15px;
    flex-direction: column;
  }
  #timetable_area section.session dl div dt {
    margin: 0;
    width: auto;
    padding: 1.5rem 0 1.2rem;
  }
  #timetable_area section.session dl div dt .name {
    font-size: 18px;
  }
  #timetable_area section.session dl div dt .affiliation {
    font-size: 13px;
  }
  #timetable_area section.session dl div dd {
    border-left: none;
    border-top: 1px solid #E8E8E8;
    justify-content: flex-start;
    align-items: center;
    padding: 1.2rem 0 1.5rem;
  }
  #timetable_area section.session dl div dd p {
    font-size: 16px;
    line-height: 1.6875;
    line-height: 1.5;
  }
  #timetable_area section.session dl div:nth-child(odd) dd {
    border-left: none;
    border-top: 1px solid #fff;
  }
  #timetable_area section.session dl div.chair dt .chair {
    font-size: 14px;
  }
  #timetable_area section.session dl div.chair dt .name {
    font-size: 29px;
  }
  #timetable_area section.session dl div.chair dd {
    display: flex;
    justify-content: flex-start;
    padding: 0rem 0 2rem 0;
    border: none;
  }
  #timetable_area section.session dl div.chair dd ul {
    min-height: unset;
    padding: 0 0 2px 1rem;
    margin: 0;
    border-left: 3px solid rgba(255, 255, 255, 0.7);
  }
  #timetable_area section.session dl div.chair dd ul li {
    font-size: 1.4rem;
    font-weight: 500;
  }
  #timetable_area section.session dl div.chair dd ul li + li {
    margin-top: 0.4em;
  }
  #timetable_area #reception {
    padding-bottom: 120px;
  }
  #timetable_area #reception dl.data {
    margin-top: 40px;
  }
  #timetable_area #reception dl.data dt {
    width: 60px;
  }
}
/*--------------------------------------------------------------
venuew, detail
--------------------------------------------------------------*/
hgroup.info {
  text-align: center;
}
hgroup.info .en {
  font-size: 5.5rem;
  line-height: 1;
}
hgroup.info .ja {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  hgroup.info .en {
    font-size: 3.2rem;
  }
  hgroup.info .ja {
    font-size: 1.8rem;
  }
}

.hotel .name {
  font-size: 30px;
  display: inline-block;
  margin-right: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1;
}
.hotel .url {
  line-height: 1;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hotel .name {
    font-size: 28px;
    line-height: 1.5;
    display: block;
    margin-right: 1em;
  }
  .hotel .url {
    font-size: 16px;
    display: block;
  }
}

#venue {
  background: rgba(0, 0, 0, 0.5);
  margin-top: 2rem;
  padding-bottom: 8rem;
}
#venue hgroup {
  color: #fff;
  margin-top: -2rem;
  margin-bottom: 30px;
}
#venue .inner {
  padding: 0 10px;
  width: 100%;
}
#venue .inner_inner {
  background: #fff;
  padding: 4rem 5rem 5rem;
}
#venue dl.data {
  margin-top: 30px;
}
#venue .map {
  width: calc(100% + 10rem);
  margin: 4rem -5rem 4rem;
}
#venue .route .heading {
  color: #A50B5B;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1em;
}
#venue .route ul li {
  font-size: 19px;
  padding-left: 1em;
}
#venue .route ul li + li::before {
  content: "▼";
  font-size: 25px;
  opacity: 0.15;
  padding-left: 4em;
}
#venue .route ul li .main {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
#venue .route ul li .main::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
#venue .route ul li .sub {
  line-height: 1.5;
  margin-top: 0.1em;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #venue {
    padding-bottom: 5rem;
  }
  #venue hgroup {
    margin-top: -2rem;
  }
  #venue .inner {
    padding: 0 10px;
  }
  #venue .inner_inner {
    padding: 3rem 1.5rem 4rem;
  }
  #venue dl.data {
    margin-top: 2rem;
    gap: 1rem;
  }
  #venue dl.data div dt {
    width: 130px;
  }
  #venue .map {
    width: calc(100% + 3rem);
    height: auto;
    aspect-ratio: 1/1;
    margin: 4rem -1.5rem 4rem;
  }
  #venue .route .heading {
    font-size: 17px;
  }
  #venue .route ul li {
    font-size: 17px;
  }
  #venue .route ul li + li::before {
    content: "▼";
    font-size: 21px;
    opacity: 0.15;
    padding-left: 45%;
  }
  #venue .route ul li .main {
    font-size: 17px;
  }
  #venue .route ul li .sub {
    font-size: 16px;
  }
}

#details {
  padding: 80px 0 180px;
  background: #fff;
}
#details table.detail {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-top: 20px;
}
#details table.detail > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#details table.detail > tbody > tr > th {
  padding: 3rem 3rem 3.5rem;
  font-size: 21px;
  font-weight: bold;
  color: #A50B5B;
  line-height: 1;
  width: 20rem;
}
#details table.detail > tbody > tr > td {
  padding: 3rem 3rem 3.5rem;
}
#details table.detail > tbody > tr > td .date {
  line-height: 1;
  font-size: 39px;
  font-family: "Zen Old Mincho", serif;
}
#details table.detail > tbody > tr > td .date .youbi {
  font-size: 65%;
}
#details table.detail > tbody > tr > td .date .reception {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 55%;
}
#details table.detail > tbody > tr > td .email {
  font-size: 85%;
}
#details table.detail > tbody > tr > td .note {
  font-size: 75%;
}
#details table.detail > tbody > tr > td .btn {
  padding: 12px 0 15px;
}
#details table.detail > tbody > tr > td .limitday {
  font-size: 28px;
  font-weight: bold;
}
#details table.detail > tbody > tr > td .limitday .youbi {
  font-size: 85%;
}
#details table.detail > tbody > tr > td table th {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
#details table.detail > tbody > tr > td table td {
  line-height: 1;
  font-size: 27px;
  padding-left: 20px;
  padding-top: 15px;
  display: flex;
  gap: 10px 0;
}
#details table.detail > tbody > tr > td ul li {
  position: relative;
  padding-left: 1.2em;
}
#details table.detail > tbody > tr > td ul li + li {
  margin-top: 0.3em;
}
#details table.detail > tbody > tr > td ul li::before {
  content: "・";
  opacity: 0.3;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#details table.detail > tbody > tr > td ul li .registbtn {
  font-size: 16px;
}
@media (max-width: 767px) {
  #details {
    padding: 50px 0 80px;
  }
  #details table.detail > tbody > tr {
    display: block;
  }
  #details table.detail > tbody > tr > th {
    display: block;
    padding: 3rem 0 1rem;
    font-size: 18px;
    width: auto;
  }
  #details table.detail > tbody > tr > td {
    display: block;
    padding: 0 0 3rem;
  }
  #details table.detail > tbody > tr > td .date {
    font-size: 32px;
    line-height: 1;
  }
  #details table.detail > tbody > tr > td .email {
    font-size: 95%;
  }
  #details table.detail > tbody > tr > td .note {
    font-size: 85%;
  }
  #details table.detail > tbody > tr > td .btn {
    padding: 12px 0 15px;
  }
  #details table.detail > tbody > tr > td .limitday {
    font-size: 26px;
  }
  #details table.detail > tbody > tr > td table {
    margin-top: 2rem;
  }
  #details table.detail > tbody > tr > td table th {
    font-size: 16px;
    position: relative;
    bottom: 0.15em;
  }
  #details table.detail > tbody > tr > td table td {
    font-size: 24px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    line-height: 1;
  }
  #details table.detail > tbody > tr > td ul li {
    position: relative;
    padding-left: 1em;
  }
  #details table.detail > tbody > tr > td ul li + li {
    margin-top: 0.3em;
  }
  #details table.detail > tbody > tr > td ul li .registbtn {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer {
  box-shadow: 0 3px 2.6rem rgba(108, 108, 108, 0.16);
  background: url(../images/footer_bg.jpg) right top/contain no-repeat;
}
footer .footer_inner {
  padding: 3rem 0 3rem 5rem;
}
footer .footer_inner h2 {
  width: 36rem;
}
footer .footer_inner nav .innernav {
  margin: 1rem 0 1rem;
  display: flex;
  gap: 3rem;
}
footer .footer_inner nav .innernav a {
  font-size: max(1.6rem, 14px);
}
footer .footer_inner .company {
  margin-top: 3rem;
}
footer .footer_inner .company .name {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin-right: 1em;
}
footer .footer_inner .company .upper {
  display: flex;
  gap: 20px;
  margin: 5px 0 10px;
}
footer .footer_inner .company .upper .site {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
footer .footer_inner .company .upper .site .arrow {
  display: inline-block;
  transform: scale(0.6, 0.8);
}
footer .footer_inner .company .address {
  margin-top: 0.2em;
  font-size: 15px;
  font-weight: 400;
}
footer .footer_inner .copyright {
  font-size: 12px;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  footer {
    background: none;
  }
  footer .footer_inner {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
  footer .footer_inner h2 {
    width: 28rem;
    max-width: 80vw;
  }
  footer .footer_inner nav .innernav {
    max-width: 28rem;
    margin: 1rem 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 3rem;
  }
  footer .footer_inner nav .innernav li {
    min-width: 45px;
  }
  footer .footer_inner nav .innernav a {
    font-size: max(1.6rem, 14px);
  }
  footer .footer_inner .company {
    margin-top: 5rem;
  }
  footer .footer_inner .company .upper .name {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin-right: 1em;
  }
  footer .footer_inner .company .upper .site {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
  }
  footer .footer_inner .company .upper .site .arrow {
    display: inline-block;
    transform: scale(0.6, 0.8);
  }
  footer .footer_inner .company .address {
    font-size: 15px;
  }
  footer .footer_inner .copyright {
    font-size: 12px;
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */