@charset "utf-8";
/* version 1.0.1 */
html {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
/* font-family "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif */
/* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
/* font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO"; */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
div,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
input,
button,
figure,
figcaption,
p,
pre,
a,
time {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  color: inherit;
  line-height: inherit;
}
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: bolder;
}
ol,
ul {
  list-style: none;
}
time {
  display: block;
}
img {
  border-style: none;
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: auto;
}
img:not([src*="."]) {
  display: none;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: normal;
}
.img img {
  text-align: center;
}
.map {
  position: relative;
  overflow: hidden;
}
.map:after {
  display: block;
  padding-top: 50%;
  content: "";
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}
a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a:hover,
button:hover {
  opacity: 0.6;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a[href*="tel"],
button[href*="tel"] {
  pointer-events: none;
}
@media (max-width: 1024px) {
  a[href*="tel"],
  button[href*="tel"] {
    pointer-events: initial !important;
  }
}

html {
margin-top: 0 !important
}