@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

main {
  padding: 0 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.top {
  width: 100vw;
  height: 75vh;
}

.top img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading {
  width: 100%;
}

h2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  font-weight: bold;
}

ul {
  margin: 50px 0;
  margin-bottom: 100px;
  text-align: center;
}

@media (min-width: 768px) {
  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

ul li {
  margin-top: 70px;
  font-size: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  ul li {
    width: 45%;
    margin-top: 100px;
  }
}

ul li p {
  margin-bottom: 10px;
  font-weight: bold;
}

ul li video {
  width: 100%;
}

.gallery {
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.gallery img {
  width: 100%;
}

.gallery-box {
  width: 50%;
  height: auto;
}

@media (min-width: 992px) {
  .gallery-box {
    width: 33%;
  }
}

.gallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 1px;
}

.page_top_button {
  display: none;
  position: fixed;
  color: #fff;
  background-color: gray;
  font-size: 30px;
  z-index: 1000;
  padding: 15px 20px;
  bottom: 30px;
  right: 30px;
}
/*# sourceMappingURL=style.css.map */