@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  background: #000;
  color: #fff;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}

a {
  color: #37afba;
  transition: all 0.5s;
}

a:hover {
  color: #60c8d2;
}

.h_logo {
  display: none;
  position: absolute;
  top: 21.7vw;
  left: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: crosshair;
}

#myParticles {
  display: block;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background: transparent;
}

#main_v {
  display: block;
  position: absolute;
  width: 100%;
  height: 88vw;
  top: 0;
  z-index: 2;
  background-image: url(../images/main_v.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
#main_v h1 {
  position: absolute;
  top: 33vw;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1.7rem 0 0;
  line-height: 1;
  text-align: center;
}
#main_v h1 span {
  display: block;
}
#main_v h1 span:first-of-type {
  font-size: 5vw;
  text-shadow: 5px 5px 1px #3678e4, -5px -5px 1px #3678e4;
}
#main_v h1 span:last-of-type {
  font-size: 9vw;
  text-shadow: 5px 5px 1px #3678e4, -5px -5px 1px #3678e4;
}

#lake {
  display: block;
  position: absolute;
  top: 48vw;
  z-index: 3;
  width: 100%;
  height: 51vw;
  margin: 0;
  background: transparent url(../images/lake.png);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.drop {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 7vw;
  height: 7vw;
  background: transparent url(../images/drop.gif) center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.contents {
  position: relative;
  top: 94vw;
  z-index: 5;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

article section h1 {
  position: relative;
  z-index: 5;
  margin: 5rem 0;
  letter-spacing: 0.8rem;
  font-size: 4rem;
  font-weight: 100;
  text-align: center;
}

table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 3rem;
  background-color: rgba(0, 0, 0, 0.45);
}
table tr + tr {
  border-top: 1px solid #333;
}
table th, table td {
  padding: 2rem 3rem 2rem 5rem;
}
table th {
  position: relative;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
table th::after {
  position: absolute;
  right: 0;
  color: #77edff;
  font-weight: 100;
  content: "→";
}

div.map {
  position: absolute;
  left: 10%;
  z-index: 7;
  width: 20%;
  padding: 1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
}
div.map h1 {
  margin: 1rem auto 2rem;
  font-size: 2rem;
}

div.guest {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 3rem auto;
}
div.guest div {
  padding: 3rem;
  vertical-align: middle;
}
div.guest div:first-of-type {
  width: 40%;
  border-right: 1px solid #333;
}
div.guest div:first-of-type h2 img {
  width: 100%;
  margin: 2.5rem 0;
}

div.gvocal {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 3rem auto;
}
div.gvocal div {
  width: 50%;
  padding: 3rem;
  vertical-align: middle;
}
div.gvocal div:first-of-type {
  border-right: 1px solid #333;
}

div.form {
  width: 100%;
  height: 450px;
}

.drop_down {
  display: block;
  position: relative;
  top: 125vw;
  left: 50%;
  z-index: 3;
  width: 100%;
  height: 34vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: transparent url(../images/lake02.png) center bottom no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.sns {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 10;
}
.sns a {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  padding: 0.5rem 0.78rem 1rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.sns a.sharetwitter {
  background-color: #54abee;
  transition: all 0.5s;
}
.sns a.sharefb {
  background-color: #3b60af;
  transition: all 0.5s;
}
.sns a.sharetwitter:hover {
  background-color: #37afba;
}
.sns a.sharefb:hover {
  background-color: #37afba;
}

footer {
  position: relative;
  top: 110vw;
  z-index: 5;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 3rem 0 7rem;
  text-align: center;
}
footer img {
  width: 30vw;
}

/* =============================================== */
/** detail */
/* =============================================== */
.small {
  margin: 2rem 0;
  font-size: 1.2rem;
}

.date {
  position: relative;
  margin: 5rem 0;
  font-size: 3rem;
  font-weight: 100;
}

.read {
  font-size: 1.8rem;
  font-weight: 200;
}

.centering {
  text-align: center;
}

/* =============================================== */
/** respond */
/* =============================================== */
@media screen and (max-width: 999px) {
  html {
    font-size: 50%;
  }

  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #main_v {
    height: 132vw;
    background-size: 150% auto;
  }

  .h_logo {
    top: 41vw;
    left: 50%;
    width: 88vw;
  }

  #lake {
    top: 65vw;
    height: 76vw;
    background-size: 150% auto;
  }

  .drop {
    width: 10.5vw;
    height: 10.5vw;
  }

  .contents {
    top: 127vw;
  }

  table {
    background-color: rgba(0, 0, 0, 0.15);
  }

  table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  table tr th, table tr td {
    display: list-item;
    padding: 1rem 1rem 1rem 3rem;
    border: none;
  }
  table tr th::after {
    bottom: -0.9rem;
    left: 3rem;
    content: "―";
  }

  div.map {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem;
    background: transparent;
  }
  div.map br {
    display: none;
  }

  div.guest {
    display: block;
  }
  div.guest div:first-of-type {
    width: 98%;
    margin: 0 auto;
    border-right: 0px solid #333;
    border-bottom: 1px solid #333;
  }
  div.guest div br {
    display: none;
  }
  .drop_down {
    top: 185vw;
  }
  footer {
    top: 160vw;
  }

}
