@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;
}
main, header, footer, section {
  display: block;
}
label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent;
}
input[type="text"], input[type="password"], textarea, select {
  outline: none;
}
.fw {
  font-weight: bold;
}
.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}
.abr {
  display: inline-block;
}
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}
.imgFull img {
  width: 100%;
}
a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------------- */
/*- footer_fix-- */
/* ------------- */

.footer_fix_box {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-animation: float 1s ease-in-out infinite alternate;
  animation: float 1s ease-in-out infinite alternate;
}

.footer_fix_box div {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.footer_fix_box div a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-content: center;
  border-radius: 50%;
}

.footer_fix_box div a p {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 7px;
}

.footer_fix_box div a img {
  margin: inherit;
  width: auto;
}

.footer_fix_box .footer_fix01 a {
  background-color: #1260b5;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_fix_box .footer_fix02 a {
  color: #1260b5;
  background: #ffff21;
  border: 1px solid #1260b5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_fix_box .footer_fix03 a {
  background-color: #06C755;
  border: 1px solid #fff;
  box-sizing: border-box;
}



@media only screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }

  #footer_fix {
    display: none;
  }
  .sp.side_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .sp.side_btn_area > div {
    background: #1260b5;
    width: 20%;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #fff;
  }
  .sp.side_btn_area > div:nth-child(2) {
    border-left: none;
  }
  .sp.side_btn_area > div:nth-child(2) img {
    max-width: 92%;
  }
  .sp.side_btn_area > div a {
    padding: 15px 0;
    display: block;
  }
  .sp.side_btn_area > div.side00 {
    width: 100%;
  }
  .sp.side_btn_area > div.side00 a {
    display: block;
    width: 100%;
    background: #25a5ec;
    color: #fff;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    z-index: 98;
    border: solid 2px #FFFF00;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .sp.side_btn_area > div.side00 a span {
    display: inline-block;
    background: url(/common/img/sp/icon_footer_fixed_sp.png) no-repeat left center/24px auto;
    padding: 0 0 0 34px;
  }
  .sp.side_btn_area > div#side01 {
    background: #ffff21;
    color: #1260b5;
  }
  .sp.side_btn_area > div#side02 {
    background: #ffff21;
    color: #1260b5;
    border-left: 1px solid #1260b5;
  }
  .sp.side_btn_area > div#side06 {
    background: #06C755;
    color: #FFF;
    border-left: 1px solid #06C755;
  }
  .sp.side_btn_area > div#side06 img {
    width: auto;
    height: 30px;
  }  




}
/*----------------------------------------
HEADER
-----------------------------------------*/
/*# sourceMappingURL=maps/common.css.map */