@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mincho {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.crimson {
  font-family: "Crimson Pro", serif;
}

.outerWidth {
  width: 86.6%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .outerWidth {
    width: 86.6%;
  }
}
main,
header,
footer,
section {
  display: block;
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Sawarabi Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  text-align: justify;
  color: #333;
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.85;
  word-break: break-all;
  font-weight: normal;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

*:not(.button) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:not(.button):before, *:not(.button):after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a {
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/*# sourceMappingURL=common.css.map */