@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

/* Initialization */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
table,
caption,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  margin-right: auto;
  margin-left: auto;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* **-- a ---------------------------- */
a {
  color: #676149;
  text-decoration: none;
  transition: 0.3s;
}

a:link {
  color: #676149;
}

a:visited {
  color: #676149;
}

a:hover,
a:focus,
a:active {
  color: #676149;
  text-decoration: underline;
}

/* on mouseで薄いグレー */
a:hover {
  opacity: 0.7;
}

/* **-- img ---------------------------- */
img {
  border: 0;
  max-width: 100%;
  /* width: 100%; */
  height: auto;
  border-style: none;
  vertical-align: bottom;
}/*# sourceMappingURL=reset.css.map */