@charset "UTF-8";

/* map
============================================================================ */

.title {
  background-size: 100% 100%;
  height: 210px;
}

.list_text h1 {
  font-size: 40px;
  line-height: 32px;
  color: white;
  padding-top: 120px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.list_text p {
  color: white;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.inner {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.venuePage img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.venuePage .main_content {
  font-size: 14px;
  padding: 22px 0 100px;
  position: relative;
}

.venuePage .main_content::before {
  content: "";
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 513px;
  z-index: 0;
}

.venuePage .main_content h2 {
  color: white;
  position: relative;
}

.venuePage .main_content h2 a {
  color: white;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 22px;
  text-decoration: underline;
}

.venuePage .main_content h2 span {
  color: white;
}

.venuePage .main_content .register {
  text-align: center;
  padding: 40px 0;
  background: white;
  position: relative;
  z-index: 1;
}

.venuePage .main_content .register p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #2C3E50;
  margin-bottom: 30px;
}

.venuePage .main_content .register a {
  font-size: 20px;
  line-height: 24px;
  background: #E74C3C;
  color: white;
  border-radius: 100px;
  padding: 18px 160px;
  display: inline-block;
  transition: all 0.3s ease;
}

.venuePage .main_content .list_tab {
  margin-top: 0px;
}

.venuePage .main_content .list_tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  grid-gap: 5px;
}

.venuePage .main_content .list_tab ul li {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
  border-radius: 5px;
  position: relative;
}

.venuePage .main_content .list_tab ul li a {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #293955;
  width: 100%;
}

.venuePage .main_content .list_tab ul li img {
  position: absolute;
  bottom: 7px;
}

.venuePage .main_content .info_place {
  background: white;
  margin-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}

.venuePage .main_content .info_place h2 {
  position: relative;
  text-align: center;
  color: #0D3D62;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}

.venuePage .main_content .info_place h2::after {
  position: absolute;
  content: "";
  width: 320px;
  left: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .info_place h2::before {
  position: absolute;
  content: "";
  width: 320px;
  right: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .info_place .table_if {
  width: 100%;
}

.venuePage .main_content .info_place .table_if tbody tr th {
  padding: 30px 25px;
  text-align: left;
  border: 1px solid #D9D9D9;
  border-left: none;
  font-size: 16px;
  color: #293955;
  line-height: 22px;
  background: #fff;
}

.venuePage .main_content .info_place .table_if tbody tr .left {
  width: 240px;
  background: #F5F8FC;
  border: 1px solid #D9D9D9;
  border-right: none;
}

.venuePage .main_content .info_place .main_map {
  margin: 30px 0;
}

.venuePage .main_content .info_place .main_map a {
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}

.venuePage .main_content .info_place .main_map .pdf {
  vertical-align: top;
  margin-top: 25px;
  margin-left: 6px;
}

.venuePage .main_content .info_place .list_place {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}

.venuePage .main_content .info_place .list_place a {
  background: #0D3D62;
}

.venuePage .main_content .seminar_venue {
  margin: 0 auto;
  width: 930px;
  position: relative;
  margin-top: 35px;
}

.venuePage .main_content .seminar_venue .info_seminar_venue {
  position: absolute;
  top: 29%;
  right: 13%;
  text-align: center;
}

.venuePage .main_content .seminar_venue .info_seminar_venue h3 {
  font-size: 36px;
  line-height: 43px;
  color: white;
}

.venuePage .main_content .seminar_venue .info_seminar_venue a {
  background: white;
  padding: 10px 100px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 20px;
  position: relative;
  border: 1px solid #0D3D62;
  transition: .5s;
  z-index: 1;
}

.venuePage .main_content .seminar_venue .info_seminar_venue a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0D3D62;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .5s;
}

.venuePage .main_content .seminar_venue .info_seminar_venue a:hover {
  color: #fff;
  border: 1px solid white;
}

.venuePage .main_content .seminar_venue .info_seminar_venue a:hover svg #Path_540 {
  fill: white;
}

.venuePage .main_content .seminar_venue .info_seminar_venue a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 4px;
}

.venuePage .main_content .seminar_venue .info_seminar_venue a svg {
  position: absolute;
  right: 10px;
  transition: all 0.7s ease;
}

.venuePage .main_content .about {
  background: white;
  margin-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}

.venuePage .main_content .about h2 {
  position: relative;
  text-align: center;
  color: #0D3D62;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}

.venuePage .main_content .about h2::after {
  position: absolute;
  content: "";
  width: 240px;
  left: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .about h2::before {
  position: absolute;
  content: "";
  width: 240px;
  right: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .about .about_ct {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 50px;
}

.venuePage .main_content .about .about_ct p {
  font-size: 16px;
  line-height: 30px;
  color: #293955;
  text-align: justify;
}

.venuePage .main_content .about .about_ct a {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 100px;
  background: #0D3D62;
  color: white;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.venuePage .main_content .about .about_ct a img {
  margin-right: 10px;
}

.venuePage .main_content .project_venue {
  background: white;
  margin-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}

.venuePage .main_content .project_venue h2 {
  position: relative;
  text-align: center;
  color: #0D3D62;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}

.venuePage .main_content .project_venue h2::after {
  position: absolute;
  content: "";
  width: 265px;
  left: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .project_venue h2::before {
  position: absolute;
  content: "";
  width: 265px;
  right: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .project_venue .project_ct {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 30px;
  border-bottom: 1px dashed #D3D3D3;
  padding: 20px 0 20px 0;
}

.venuePage .main_content .project_venue .project_ct:last-child {
  border: none;
}

.venuePage .main_content .project_venue .project_ct .project_left .project_img {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECF0F1;
}

.venuePage .main_content .project_venue .project_ct .project_left .project_txt p {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 25px;
}

.venuePage .main_content .project_venue .project_ct .project_left .project_txt a {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 100px;
  background: #0D3D62;
  color: white;
  transition: all 0.3s ease;
  text-align: center;
}

.venuePage .main_content .project_venue .project_ct .project_left .project_txt a img {
  margin-right: 10px;
}

.venuePage .main_content .project_venue .project_ct .project_right .table_project {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}

.venuePage .main_content .project_venue .project_ct .project_right .table_project tbody tr th {
  padding: 15px 5px 10px 20px;
  text-align: left;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #293955;
  line-height: 24px;
}

.venuePage .main_content .project_venue .project_ct .project_right .table_project tbody tr .left {
  width: 143px;
  background: #6aafdd2b;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-right: none;
  padding: 0;
  font-weight: bold;
  vertical-align: middle;
}

.venuePage .main_content .corona {
  background: white;
  margin-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}

.venuePage .main_content .corona h2 {
  position: relative;
  text-align: center;
  color: #0D3D62;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}

.venuePage .main_content .corona h2::after {
  position: absolute;
  content: "";
  width: 230px;
  left: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .corona h2::before {
  position: absolute;
  content: "";
  width: 230px;
  right: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .corona .corona_ct {
  padding: 4px 0 4px 0;
  border: 1px solid #BAB7B7;
  position: relative;
}

.venuePage .main_content .corona .corona_ct::after {
  position: absolute;
  content: "";
  height: 97%;
  width: 5px;
  border-radius: 3px;
  background: #DEDEDE;
  right: 8px;
  top: 4px;
}

.venuePage .main_content .corona .corona_ct p {
  padding: 20px 35px;
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  height: 250px;
  overflow-y: scroll;
}

.venuePage .main_content .movie {
  background: white;
  margin-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}

.venuePage .main_content .movie h2 {
  position: relative;
  text-align: center;
  color: #0D3D62;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}

.venuePage .main_content .movie h2::after {
  position: absolute;
  content: "";
  width: 320px;
  left: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .movie h2::before {
  position: absolute;
  content: "";
  width: 320px;
  right: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .map {
  background: white;
  margin-top: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}

.venuePage .main_content .map h2 {
  position: relative;
  text-align: center;
  color: #0D3D62;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}

.venuePage .main_content .map h2::after {
  position: absolute;
  content: "";
  width: 300px;
  left: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .map h2::before {
  position: absolute;
  content: "";
  width: 300px;
  right: 0;
  background: #D3D3D3;
  height: 1px;
  top: 50%;
}

.venuePage .main_content .map .map_ct {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 55px;
}

.venuePage .main_content .map .map_ct .map_if p {
  font-size: 14px;
  line-height: 28px;
  color: #293955;
}

.venuePage .main_content .map .map_ct .map_if a {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 100px;
  background: #0D3D62;
  color: white;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.venuePage .main_content .map .map_ct .map_if a img {
  margin-right: 10px;
}

.venuePage .main_content #button {
  height: 60px;
  width: 60px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 40px;
  bottom: 100px;
  color: #0D3D62;
  font-size: 30px;
  box-shadow: 0px 0px 2px 0px #ffffff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.5s ease;
}

.venuePage .main_content #button.show {
  opacity: 1;
  visibility: visible;
}

.venuePage .main_content .inner_plus {
  padding: 55px 95px;
  position: relative;
  z-index: 1;
}

.coming-soon-map {
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 160px 0;
  color: #707070;
}
.coming-soon-map-01 {
  width: 100%;
  text-align: center;
  font-size: 30px;
}
.coming-soon-map-02 {
  width: 100%;
  text-align: center;
}
.coming-soon-map-03 {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.heisai-top-img {
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  background: #fff;
}
.heisai-top-img-ol {
  height: 200px;
  vertical-align: middle;
  background: #fff;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
.heisai-top-img-ol img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
.map_iframe {
  max-height: 300px;
}
.map-access-ttl {
  border-bottom: 4px solid #eee;
  margin-top: 30px;
}
.map-access-ttl.mgt0 {
  margin-top: 0;
}
.access-ttl-line {
  font-size: 16px;
  font-weight: bold;
  color: #0D3D62;
}
.access-ttl-howto {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.adress {
  margin: 30px 0 0 0;
}
.adress-btn {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 100px;
  background: #0D3D62;
  color: white;
  margin-top: 40px;
  transition: all 0.3s ease;
}
.adress-btn:hover {
  text-decoration: underline;
}
.heisai-anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 2%;
}
.heisai-anc li {
  width: 23%;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.heisai-anc li a {
  height: 32px;
  background-color: #0E7ABC;
  border: 1px solid #0E7ABC;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 4px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 8%);
}
.heisai-anc li a:hover {
  text-decoration: none;
  border: 1px solid #A9C3CE;
  background: #FFF;
  color: #0B3569;
}
.heisai-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 2%;
}
.heisai-block {
  margin: 60px 0 0 0;
}
.heisai-inr {
  background: #F3F8FC;
  padding: 30px;
}
.heisai-item {
  width: 49%;
}
.heisai-item.full-w {
  width: 100%;
}
.heisai-obi {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #0D3D62;
}
.heisai-item-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0D3D62;
  text-align: center;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heisai-item-subttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #2980B9;
  margin: 10px 0 0 0;
}
.heisai-item-thirdttl {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: -1px 0;
  font-weight: normal;
}
table th {
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
}
table td {
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.heisai-item-cnt-ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  color: #2980B9;
  background: #F3F8FC;
  margin: -1px 0;
}
.heisai-item-cnt-txt {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: -1px 0;
  font-weight: normal;
}
.heisai-item-cnt-txt span {
  display: block;
}
.heisai-item-cnt-txt-ttl {
  color: #0D3D62;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.heisai-item table th {
  background: #F5F8FC;
  width: 80px;
  color: #0B3569;
}
.table-btn-outline {
  margin: 15px auto 0;
  text-align: center;
}
.table-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  background: #0E7ABC;
  color: white;
  transition: all 0.3s ease;
}
.tb {

}
.tb-ttl {
  color: #fff;
  background: #2980B9;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DDDDDD;
  margin: -1px 0;
  padding: 6px;
}
.tb-subttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  color: #2980B9;
  background: #F3F8FC;
  margin: -1px 0;
  padding: 4px;
}
.tb-day {
  color: #2980B9;
  text-align: center;
  padding: 4px;
}
.tb-am {
  color: #2980B9;
  text-align: center;
  padding: 4px;
}
.tb-am-ex {
  padding: 4px;
  text-align: center;
}
.tb-pm {
  color: #2980B9;
  text-align: center;
  padding: 4px;
  background: #F3F8FC;
}
.tb-pm-ex {
  padding: 4px;
  text-align: center;
  background: #F3F8FC;
}
.full-w-obi {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #2980B9;
  margin: 15px auto 0;
}
.full-w-table {
  margin: 20px auto 0;
  width: calc(70% + 20px);
}
.heisai-item-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 2%;
}
.heisai-item-lt-i {
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px dashed #2980B9;
}
.heisai-item-lt-i:last-child {
  border-bottom: none;
}
.heisai-item-lt-i-ttl {
  font-size: 18px;
  color: #2980B9;
}
.lt-i-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 10px 0 0 0;
}
.lt-i-2col-txt {width: calc(100% - 220px);font-size: 16px;}
.lt-i-2col-note {
  display: block;
  font-size: 12px;
}
.lt-i-2col-img {width: 200px;}
.lt-i-2col-img img {
  
}
.lt-i-1col {font-size: 16px;}
.corona-pc {
  display: block;
}
.corona-sp {
  display: none;
}
.movie-rp {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-rp iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-txt {
  text-align: center;
  margin: 30px 0;
  font-size: 16px;
}
/*----------------------------------------------------------------------------*/


/* SP */


/*----------------------------------------------------------------------------*/

@media screen and (max-width: 1050px) {
  .venuePage .main_content .info_place h2::before {
    width: 20%;
  }
  .venuePage .main_content .about h2::before {
    width: 20%;
  }
  .venuePage .main_content .project_venue h2::before {
    width: 20%;
  }
  .venuePage .main_content .movie h2::before {
    width: 20%;
  }
  .venuePage .main_content .corona h2::before {
    width: 20%;
  }
  .venuePage .main_content .map h2::before {
    width: 20%;
  }
  .venuePage .main_content .info_place h2::after {
    width: 20%;
  }
  .venuePage .main_content .about h2::after {
    width: 20%;
  }
  .venuePage .main_content .project_venue h2::after {
    width: 20%;
  }
  .venuePage .main_content .corona h2::after {
    width: 20%;
  }
  .venuePage .main_content .map h2::after {
    width: 20%;
  }
  .venuePage .main_content .about h2::before {
    width: 20%;
  }
  .venuePage .main_content .about h2::after {
    width: 20%;
  }
}

@media screen and (max-width: 1008px) {
  .venuePage .main_content .inner_plus {
    padding: 55px 32px;
  }
  .venuePage .main_content .project_venue .project_ct {
    display: block;
  }
  .venuePage .main_content .project_venue .project_ct .project_left .project_txt a {
    display: block;
    width: 50%;
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 1000px) {
  .venuePage {
    padding-top: 80px;
  }
}
@media screen and (max-width: 930px) {
  .venuePage .main_content .info_place h2::before {
    width: 16%;
  }
  .venuePage .main_content .about h2::before {
    width: 16%;
  }
  .venuePage .main_content .project_venue h2::before {
    width: 16%;
  }
  .venuePage .main_content .corona h2::before {
    width: 13%;
  }
  .venuePage .main_content .map h2::before {
    width: 16%;
  }
  .venuePage .main_content .info_place h2::after {
    width: 16%;
  }
  .venuePage .main_content .about h2::after {
    width: 16%;
  }
  .venuePage .main_content .project_venue h2::after {
    width: 16%;
  }
  .venuePage .main_content .corona h2::after {
    width: 13%;
  }
  .venuePage .main_content .map h2::after {
    width: 16%;
  }
}

@media screen and (max-width: 850px) {
  .venuePage .main_content .info_place h2::before {
    width: 13%;
  }
  .venuePage .main_content .about h2::before {
    width: 13%;
  }
  .venuePage .main_content .project_venue h2::before {
    width: 13%;
  }
  .venuePage .main_content .corona h2::before {
    width: 8%;
  }
  .venuePage .main_content .map h2::before {
    width: 13%;
  }
  .venuePage .main_content .info_place h2::after {
    width: 13%;
  }
  .venuePage .main_content .about h2::after {
    width: 13%;
  }
  .venuePage .main_content .project_venue h2::after {
    width: 13%;
  }
  .venuePage .main_content .corona h2::after {
    width: 8%;
  }
  .venuePage .main_content .map h2::after {
    width: 13%;
  }
}

@media screen and (max-width: 767px) {
  .venuePage .main_content .list_tab ul {
    display: block;
  }
  .venuePage .main_content .list_tab ul li {
    margin-bottom: 5px;
  }
  .venuePage .main_content .corona h2::before {
    height: 0px;
  }
  .venuePage .main_content .corona h2::after {
    height: 0px;
  }
  .venuePage .main_content .movie h2::before {
    height: 0px;
  }
  .venuePage .main_content .movie h2::after {
    height: 0px;
  }
  .venuePage .main_content .info_place h2::before {
    height: 0px;
  }
  .venuePage .main_content .info_place h2::after {
    height: 0px;
  }
  .venuePage .main_content .inner_plus {
    padding: 55px 10px;
  }
  .venuePage .main_content .info_place .table_if tbody tr .left {
    width: 35%;
  }
  .venuePage .main_content .register a {
    padding: 18px 30px;
  }
  .venuePage .main_content .seminar_venue {
    width: 100%;
  }
  .venuePage .main_content .seminar_venue .info_seminar_venue {
    right: 0%;
  }
  .venuePage .main_content .seminar_venue .info_seminar_venue h3 {
    font-size: 16px;
  }
  .venuePage .main_content .seminar_venue .info_seminar_venue a {}
  .venuePage .main_content .about {
    margin-top: 90px;
  }
  .venuePage .main_content .about h2::before {
    width: 20%;
    height: 0px;
  }
  .venuePage .main_content .about h2::after {
    width: 20%;
    height: 0px;
  }
  .venuePage .main_content .about .about_ct {
    display: block;
    text-align: center;
  }
  .venuePage .main_content .about .about_ct>img {
    margin: 0 0 32px 0;
  }
  .venuePage .main_content .about .about_ct a {
    width: calc(100% - 40px);
    text-align: center;
  }
  .venuePage .main_content .project_venue h2::before {
    height: 0px;
  }
  .venuePage .main_content .project_venue h2::after {
    height: 0px;
  }
  .venuePage .main_content .project_venue .project_ct {
    display: block;
  }
  .venuePage .main_content .project_venue .project_ct .project_left .project_txt a {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .venuePage .main_content .project_venue .project_ct .project_right .table_project tbody tr .left {
    width: 30%;
  }
  .venuePage .main_content .map h2::before {
    height: 0px;
  }
  .venuePage .main_content .map h2::after {
    height: 0px;
  }
  .venuePage .main_content .map .map_ct {
    display: block;
  }
  .venuePage .main_content .map .map_ct .map_if a {
    width: 100%;
    text-align: center;
  }
  .heisai-anc li {
    width: 49%;
  }
  .heisai-item {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .map_iframe {
    max-height: none;
  }
  .map_iframe iframe {
    height: 300px !important;
  }
  .map-if {
    margin: 30px 0 0 0;
  }
  .full-w-table {
    width: 100%;
  }
  .lt-i-2col-txt {
    width: 100%;
  }
  .lt-i-2col-img {
    width: 100%;
  }
  .corona-pc {
    display: none;
  }
  .corona-sp {
    display: block;
  }
  .heisai-inr {
    padding: 30px 15px;
  }
  .heisai-inr {
    gap: 40px 2%;
  }
}