@charset "UTF-8";
.conf-tel {
  display: none;
}

/*******************************************
 ***** Top ******************************
 *******************************************/
@media print, screen and (min-width: 768px) {
  /* -------------------- PC start -------------------- */
  /*#top-slide {
    position: relative;
  }
  #top-slide .main-copy {
    position: absolute;
    width: 580px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  #top-slide li img {
    width: 100%;
    height: auto;
  }*/
  #eventlab #content {
    padding-top: 90px;
  }
  #eventlab .h2-style01 {
    margin-bottom: 50px;
  }
  /*/////////////////////////////////////////
  // event-use
  /////////////////////////////////////////*/

#event-use{
    margin-top: 50px;    
    }

  #event-use li {
    width: 450px;
  }
  #event-use li .event-use-img {
    position: relative;
    top: -8px;
    z-index: -1;
  }
  #event-use li.last .event-use-img {
    top: -16px;
  }
  .number-ttl {
    margin-top: 12px;
    font-size: 22px;
    text-align: center;
  }
  #event-use li.last .number-ttl {
    margin-top: 8px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*/////////////////////////////////////////
  // event-virtual
  /////////////////////////////////////////*/
  #event-virtual {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  #event-virtual h3 {
    font-size: 32px;
    text-align: center;
  }
  #event-virtual table {
    width: 100%;
    margin: 30px 0;
  }
  #event-virtual table th {
    background: #273D54;
    padding: 20px;
    border: solid 1px #273D54;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
  }
  #event-virtual table td {
    padding: 0 25px;
    border: solid 1px #273D54;
    font-size: 24px;
    line-height: 1.75;
  }
  #event-virtual ul {
    margin-top: 30px;
    text-align: center
  }
  #event-virtual ul li {
    width: 320px;
    margin-right: 15px;
    display: inline-block;
  }
  #event-virtual ul li a {
    display: block;
    padding: 10px 0;
    border: solid 1px #000;
    font-size: 22px;

  }
  .arrow {
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 767px) {
  /* -------------------- SP start -------------------- */
  #top-slide {
    position: relative;
  }
  #top-slide .main-copy {
    position: absolute;
    width: 90%;
    height: auto;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  #top-slide li img {
    width: 100%;
    height: auto;
  }
  #eventlab #content {
    padding-top: 50px;
  }
  /*/////////////////////////////////////////
  // #event-use
  /////////////////////////////////////////*/

#event-use{
    margin-top: 50px;    
    }

  #event-use .flex_box03 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #event-use .flex_box03 li {
    width: 100%;
    margin-bottom: 50px;
  }
  #event-use .flex_box03 li:last-child {
    margin-bottom: 0;
  }
  .use_party {
    width: calc( 90 / 375 * 100% );
    margin-left: 3px;
  }
  .use_theater {
    width: calc( 130 / 375 * 100% );
    margin-left: 3px;
  }
  #event-use li .event-use-img {
    position: relative;
    top: -8px;
    z-index: -1;
  }
  #event-use li.large .event-use-img {
    top: -12px;
  }
  .number-ttl {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
  #event-use li.large .number-ttl {
    margin-top: 8px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*/////////////////////////////////////////
  // event-virtual
  /////////////////////////////////////////*/
  #event-virtual {
    margin-top: 90px;
  }
  #event-virtual .h2-style01 {
    margin-bottom: 0;
  }
  #event-virtual h3 {
    margin-top: 30px;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #event-virtual table {
    width: 100%;
    margin: 30px 0;
  }
  #event-virtual table th {
    display: block;
    width: 100%;
    background: #273D54;
    padding: 5px 0;
    border: solid 1px #273D54;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
  }
  .virtual-douga iframe {
    width: 100%;
  }
  #event-virtual table td {
    display: block;
    width: calc( 100% - 10px );
    padding: 20px 5px;
    border: solid 1px #273D54;
    font-size: 24px;
    line-height: 1.75;
  }
  #event-virtual ul {
    margin-top: 30px;
    text-align: center
  }
  #event-virtual ul li {
    width: 70%;
    margin-bottom: 20px;
    display: inline-block;
  }
  #event-virtual ul li a {
    display: block;
    padding: 10px 0;
    border: solid 1px #000;
    font-size: 22px;

  }
  .arrow {
    width: 25px;
    position: relative;
    top: -10px;
  }
}
