@charset "UTF-8";

#main {padding-bottom: 0!important;}
/*
@media (max-width: 991px) {
  #toplast {
    display: block;
    height: 100px;
    margin-top: -100px;
    content: "";
  }
}
@media (min-width: 992px) and (max-width: 1188px) {
  #toplast {
    display: block;
    height: 105px;
    margin-top: -105px;
    content: "";
  }
}
@media (min-width: 1189px) and (max-width: 1286px) {
  #toplast {
    display: block;
    height: 100px;
    margin-top: -100px;
    content: "";
  }
}
@media (min-width: 1283px) {
  #toplast {
    display: block;
    height: 55px;
    margin-top: -55px;
    content: "";
  }
}*/

.cancel {
  position: absolute;
  margin: 0 10%;
  top: 130px;
  border: 2px solid #FF4000;
  border-radius: 5px;
  z-index: 999;
  background: #fff;
  padding: 25px 15px 30px;
  box-shadow: 0 0 10px;
  font-size: 1.8rem;
}
.cancel .cxl {
  font-size: 2.0rem;
  color: #FF4000;
  text-align: center;
  margin: 5px 0 25px;
  font-weight: bold;
}
.cancel h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.cancel h2 span { display: inline-block;}
@media (min-width: 768px) {
  .cancel { padding: 30px;}
  .cancel .cxl { margin: 15px 0 25px;}
}

ul.navbar-nav li.current_page_item a {
  color: #ccc;
}

@media (min-width: 768px) {
  .top .row {
    width: 100%;
  }
}

ul.navbar-nav li.active a {
  color: #ccc !important;
  background-color: transparent !important;
}
.block {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width: 767px) {
  .block {
    top: 100px;
  }
  .block-1 p.skip img, .block-2 p.skip img, .block-3 p.skip img, .block-4 p.skip img {
    width: 7vw;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 2vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block {
    top: 100px;
  }
  .block-1 p.skip img, .block-2 p.skip img, .block-3 p.skip img, .block-4 p.skip img {
    width: 5vw;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 3vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block {
    top: 105px;
  }
  .block-1 p.skip img, .block-2 p.skip img, .block-3 p.skip img, .block-4 p.skip img {
    width: 3vw;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 4vh;
  }
}
@media (min-width: 1200px) {
  .block {
    top: 55px;
  }
  .block-1 p.skip img, .block-2 p.skip img, .block-3 p.skip img, .block-4 p.skip img {
    width: 2vw;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 5vh;
  }
}
@media (min-width: 768px) {}
.block-1 p.skip, .block-2 p.skip, .block-3 p.skip, .block-4 p.skip {}
.block-1 {
  z-index: 100;
  width: 100%;
  height: 0;
  padding-top: 47.5%;
  background-image: url("../img/index/index_S01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-2 {
  z-index: 200;
  width: 100%;
  height: 0;
  padding-top: 47.5520%;
  background-image: url("../img/index/index_S02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-3 {
  z-index: 300;
  width: 100%;
  height: 0;
  padding-top: 47.34375%;
  background-image: url("../img/index/index_S03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-4 {
  z-index: 400;
  width: 100%;
  height: 0;
  padding-top: 47.4479167%;
  background-image: url("../img/index/index_S04.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#toplast {
  z-index: 500;
  position: relative;
  margin-top: -20px;
}
/*main*/
.info {
  padding: 40px 0;
}
.gray {
  background: #E8F1F7;
}
section {
  padding: 100px 0;
}
h3 {
  text-align: center;
  font-size: 4.2rem;
  padding-bottom: 70px;
}
h3 span {
  color: #B6B6B6;
  font-size: 1.4rem;
  line-height: 60px;
  vertical-align: top;
}
/*info*/
.info h3 {
  text-align: left;
  font-size: 1.8rem;
  padding-bottom: 0;
}
.info p {
  font-size: 1.8rem;
}
/*news*/
#news ul {
  list-style: none;
  float: right;
  padding-left: 15px;
  padding-top: 10px;
  margin: 0 -15px 5px 0;
}
#news ul li {
  display: inline;
  font-size: 2.1rem;
  padding-left: 10px;
}
#news ul li a {
  color: #333;
}
#news ul li a:visited {
  color: #666;
}
#news ul li a:hover {
  color: #999;
}
#news h3 {
  text-align: left;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 1rem;
}
.news_box {
  border: solid 1px #333;
  padding: 20px 25px;
}
#news p.news_list {
  margin: 0;
}
#news p.news_list a {
  color: #333;
  padding: 0 10px;
  text-align: center;
  margin: 0;
  display: block;
}
#news p.news_list a:hover {
  color: #23527c;
}
#news dl {
  padding: 0;
  margin-bottom: 0;
}
#news dt, #news dd {
  font-size: 1.6rem;
}
#news dt {
  font-weight: normal;
}
@media (max-width: 991px) {
  section#news {
    padding: 80px 15px 20px;
  }
  #news h3, #news p.news_list {
    text-align: center;
  }
  #news dl {
    padding: 10px 15px 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
  }
  #news dt {
    float: none;
    padding-top: 10px;
  }
  #news dt {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /*section#news { padding: 100px 0 20px;}*/
  #news dl {
    border-right: #333 solid 1px;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    border-spacing: 0;
    line-height: 2;
  }
  #news dt {
    float: left;
    padding-right: 2em;
  }
  #news dd {
    padding-left: 8em;
    margin: 0 15px 0 0;
  }
}
section#box {
  padding: 30px 0;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 10px 0;
}
.video iframe, .video object .video embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 340px) {
  iframe.gallerybox {
    width: 100%;
  }
}
/*outline*/
@media (max-width: 767px) {
  #outline h3 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #outline h3 {
    text-align: left;
  }
}
table {
  font-size: 1.8rem;
}
tr {
  border-bottom: 1px solid #C4D3E3;
}
tr:last-child {
  border-bottom: none;
}
th {
  text-align: justify;
  width: 130px;
  vertical-align: top;
  padding: 40px 0 40px 15px;
}
td {
  padding: 40px 15px;
}
/*message*/
#message { position: relative;}
@media (max-width: 499px) {
  #message h3 {
    text-align: center;
    padding-bottom: 20px;
  }
  #message .picR { 
    position: relative;
    padding-top: 35%;
  }
  #message .picR img {
    position: absolute;
    right: -30px;
    z-index: 2;
    top: 0;
    width: 90%;
  }
  #message .picL {
    position: relative;
    padding-top: 35%;
  }
  #message .picL img {
    width: 90%;
    position: absolute;
    left: -30px;
    z-index: 2;
    top: 0;
  }
  #message .messageBox1, #message .messageBox2 {
    border: 1px solid #79BEE4;
    padding: 15vh 20px 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #message h3 {
    text-align: center;
    padding-bottom: 20px;
  }
  #message .picR { 
    position: relative;
    padding-top: 35%;
  }
  #message .picR img {
    position: absolute;
    right: -30px;
    z-index: 2;
    top: 0;
    width: 90%;
  }
  #message .picL {
    position: relative;
    padding-top: 35%;
  }
  #message .picL img {
    width: 90%;
    position: absolute;
    left: -30px;
    z-index: 2;
    top: 0;
  }
  #message .messageBox1, #message .messageBox2 {
    border: 1px solid #79BEE4;
    padding: 20vh 20px 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #message h3 {
    text-align: left;
    padding-bottom: 0;
  }
  #message .message1{
    background: url("../img/index/message01.png") no-repeat;
    background-position: bottom 90px right 10%;
    background-size: 20%;
  }
  #message .picR {
    width: 40%;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  #message .messageBox1 {
    border: 1px solid #79BEE4;
    padding: 50px 100px 50px 50px;
    width: 65%;
    z-index: 1;
    margin: 70px 0 50px;
  }
  #message .message2{
    background: url("../img/index/message02.png") no-repeat;
    background-position: bottom 90px left 10%;
    background-size: 25%;
  }
  #message .picL {
    width: 40%;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  #message .messageBox2 {
    border: 1px solid #79BEE4;
    padding: 50px 50px 50px 100px;
    width: 65%;
    z-index: 1;
    margin: 70px 0 50px 35%;
  }
}
#message h4 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#message h4 .name {
  font-size: 2.5rem;
  padding-left: 20px;
  line-height: 1.5;
}
#message p {
  font-size: 1.8rem;
}

/*box_list*/
#box_list a.box {
  text-decoration: none;
  color: #333;
  display: block;
  position: relative;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 499px) {
  #box_list a.box .boxTitle {
    position: absolute;
    bottom: 8%;
    width: 100%;
    padding: 0 15%;
  }
  #box_list a.box .boxTitle p {
    font-size: 1.4rem;
    margin: 0;
  }
  #box_list a .boxTitle h3 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0 15%;  
  }
  #box_list a img {
    padding:0 15%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #box_list a.box .boxTitle {
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding: 0 25%;
  }
  #box_list a.box .boxTitle p {
    font-size: 1.4rem;
    margin: 0;
  }
  #box_list a .boxTitle h3 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0 10%;  
  }
  #box_list a img {
    padding:0 25%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #box_list a.box .boxTitle {
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0 10%;
  }
  #box_list a.box .boxTitle p {
    font-size: 1.4rem;
    margin: 0;
  }
  #box_list a .boxTitle h3 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0;  
  }
  #box_list a img {
    padding:0 10%;
  }
}
@media (min-width: 991px) {
  #box_list a.box .boxTitle {
    position: absolute;
    bottom: 9%;
    width: 100%;
    padding: 0 15%;
  }
  #box_list a.box .boxTitle p {
    font-size: 1.4rem;
    margin: 0;
  }
  #box_list a .boxTitle h3 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0;  
  }
  #box_list a img {
    padding:0 15%;
  }
}
a.animated:hover {
  animation-name: swing;
  animation-duration: 1s;
}
/*btm*/
section.button { 
  background: #4AA7D9;
}
#btm a {
  border: solid #A2D2EC 1px;
  padding: 35px 0 30px;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  display: block;
  background: #76BCE2;
  margin: 20px 0;
}
#btm a:hover {
  text-decoration: none;
}
#btm a ul {
  margin: 0;
}
#btm a ul li {
  line-height: 1.0;
}
#btm a ul li i {
  font-size: 5.0rem;
  padding-right: 20px;
}
#btm a:hover ul li i {
  font-size: 6.0rem;
}
#btm a ul li p {margin: 0;}
#btm a ul li p.ja {
  font-size: 1.6rem;
  margin-bottom: 10px;  
}
/* page_top */
.page_top {
  line-height: 70px;
  margin-top: 10px;
  width: 70px;
  background: #4B4B4B;
  display: table;
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.page_top a {
  color: #fff;
  font-size: 3.0rem;
  display: table-cell;
  text-align: center;
}
.page_top a:hover {
  background: #666;
}

/* 来場者人数追加分 */
.topVA { position: relative;}
.count {
  position: absolute;
  width: calc((204 / 1920) * 100%);
  left: calc((917 / 1920) * 100%);
  bottom: calc((42 / 879) * 100%);
  z-index: 999;
}
.count img {
  width: 95%;
  height: auto;
}
@media (max-width: 767px) {
  .count {
    width: calc((120 / 640) * 100%);
    left: calc((485 / 640) * 100%);
    bottom: calc((11 / 670) * 100%);
  }
  .count img {
    width: 95%;
  }
}