@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
/* ==========================================================================
Foundation
========================================================================== */
/* 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,
l,
ul,
li,
fieldset,
form,
label,
legend,
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;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-root-container table,
.l-header table,
.l-content-container table,
.p-business-panel table,
.l-page-top table,
.l-footer table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}
a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-root-container input,
.l-header input,
.l-content-container input,
.p-business-panel input,
.l-page-top input,
.l-footer input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Base
----------------------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
}

body {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100%;
  font-size: 81%;
}
@media print, screen and (min-width: 61.25em) {
  body {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  body.is-plain {
    padding-left: 0;
  }
}
body.browser-is-safari {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  body.is-sliding {
    padding-left: 240px;
  }
}

a:link, a:visited, a:hover, a:active {
  color: #333;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media only screen and (max-width: 47.9375em) {
  a:link, a:visited, a:hover, a:active {
    word-break: break-all;
  }
}
@media print, screen and (min-width: 48em) {
  a:link, a:visited, a:hover, a:active {
    word-break: break-all;
  }
}
@media print, screen and (min-width: 61.25em) {
  a:link, a:visited, a:hover, a:active {
    word-break: inherit;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.l-root-container,
.l-header,
.l-content-container,
.p-business-panel,
.l-page-top,
.l-footer {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0.045em;
  -webkit-text-size-adjust: 100%;
}
.l-root-container a,
.l-header a,
.l-content-container a,
.p-business-panel a,
.l-page-top a,
.l-footer a {
  text-decoration: none;
}
@media print, screen and (min-width: 61.25em) {
  .l-root-container a:link[href^="tel"], .l-root-container a:visited[href^="tel"], .l-root-container a:hover[href^="tel"], .l-root-container a:active[href^="tel"],
  .l-header a:link[href^="tel"],
  .l-header a:visited[href^="tel"],
  .l-header a:hover[href^="tel"],
  .l-header a:active[href^="tel"],
  .l-content-container a:link[href^="tel"],
  .l-content-container a:visited[href^="tel"],
  .l-content-container a:hover[href^="tel"],
  .l-content-container a:active[href^="tel"],
  .p-business-panel a:link[href^="tel"],
  .p-business-panel a:visited[href^="tel"],
  .p-business-panel a:hover[href^="tel"],
  .p-business-panel a:active[href^="tel"],
  .l-page-top a:link[href^="tel"],
  .l-page-top a:visited[href^="tel"],
  .l-page-top a:hover[href^="tel"],
  .l-page-top a:active[href^="tel"],
  .l-footer a:link[href^="tel"],
  .l-footer a:visited[href^="tel"],
  .l-footer a:hover[href^="tel"],
  .l-footer a:active[href^="tel"] {
    pointer-events: none;
    cursor: text;
  }
}

