@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  /*ゴシック*/
  /*明朝*/
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 84%;
  }
}

.global_menu li {
  width: 18%;
  float: left;
}

/* ページTOP */
#page-top {
  position: absolute;
  bottom: 50px;
  right: 70px;
}
@media screen and (max-width: 767px) {
  #page-top {
    right: 11%;
    bottom: 25px;
  }
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 60.5px;
  height: 44px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}/*# sourceMappingURL=common.css.map */