@charset "UTF-8";
/* =============================================================

    Base

* ============================================================= */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* foundation
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #000;
  background-color: #faf6f7;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}

a.js-tel {
  color: #000 !important;
  text-decoration: none !important;
}

a.js-tel._active {
  text-decoration: underline !important;
}

#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.l-wrapper-inner {
  min-width: 980px;
  max-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* for footer fix
=============================== */
#js-wrapper {
  overflow: hidden !important;
  position: relative;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#js-footer {
  position: absolute;
  bottom: 0;
}
