@charset "UTF-8";

/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

:focus {
  outline: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7;
  margin: 0 auto;
  width: 100%;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}
a:hover {
  color: #8dc21f;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

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

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.iframe-map {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.inner {
  margin: auto;
  width: 1100px;
}

.wrap-footer {
  position: relative;
}
.wrap-footer .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#copyright {
  display: block;
  position: absolute;
  top: 800px;
  left: 0;
}
#privacy {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
}
#wrapping {
  display: block;
  position: absolute;
  top: 390px;
  left: 0;
}
