@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
/* bxslier reset
---------------------------------------- */
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

/* cmn
---------------------------------------- */
.pc-block {
  display: inline-block !important;
}

.sp-block {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc-block {
    display: none !important;
  }

  .sp-block {
    display: inline-block !important;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.weight-bold {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.inner {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.inner:before, .inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}

/* base
---------------------------------------- */
body {
  position: relative;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    padding: 0 0vw;
  }
}

/* header
---------------------------------------- */
.header {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.header .inner {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .header {
    padding: 1.5625vw 0 2.34375vw 0;
    border-top: none;
  }
  .header .inner {
    width: 100%;
    padding: 0 3.125vw !important;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  padding: 1.5625vw 0;
  z-index: 1000;
}
.header-main {
  display: inline-block;
  width: 340px;
  line-height: 1.0;
  padding-left: 10px;
}
.header-main small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}
.header-main img {
  display: block;
  width: 320px;
  margin: -5px 0 0 0;
}
@media screen and (max-width: 640px) {
  .header-main {
    float: left;
    width: 78.125vw;
    margin-top: 1.5625vw;
  }
  .header-main small {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
  .header-main img {
    width: 55vw;
    margin: -3.125vw 0 0 0;
  }
}
.header-sub {
  position: relative;
  float: right;
  line-height: 1.0;
  padding: 0 15px;
}
.header-sub .contact {
  margin-top: 10px;
  vertical-align: top;
}
.header-sub .contact .tel {
  font-size: 12px;
  font-size: 1.2rem;
  color: #010007;
}
.header-sub .contact .tel span {
  margin-left: 5px;
  padding-left: 1.19047619em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #010007;
  background: url("../images/icn_header_tel.png") left center no-repeat;
  background-size: auto 0.714285714em;
  letter-spacing: 0.05em;
}
.header-sub .contact .time {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  color: #010007;
  padding-right: 1.19047619em;
}
@media screen and (max-width: 640px) {
  .header-sub button {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.5vw;
    height: 12.5vw;
    text-indent: -9999px;
    background: url("../images/btn_gnav_open.png") center center no-repeat;
    background-size: 100% auto;
    z-index: 1200;
    border: none;
  }
  .header-sub button.active {
    background: url("../images/btn_gnav_close.png") center center no-repeat;
    background-size: 100% auto;
  }
}
.header-sub-hnav {
  float: right;
  margin: 12px 0 0 0;
  padding-right: 15px;
}
.header-sub-hnav li {
  float: left;
  width: 125px;
  height: 36px;
  margin-left: 10px;
  text-align: center;
  background: #f7cf30;
  border: #f7cf30 1px solid;
  transition: all .3s;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
.header-sub-hnav li {
  width: 120px;
}
}

.header-sub-hnav li:hover {
  background: transparent;
}
.header-sub-hnav li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #010007;
  line-height: 34px;
  letter-spacing: 0.1em;
}

/* nav
---------------------------------------- */
@media screen and (max-width: 640px) {
  .slidemenu {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 3.125vw;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
  }
  .slidemenu .sp-menu {
    margin-top: 15.625vw;
    border-top: #c8c8c8 1px solid;
  }
  .slidemenu .sp-menu li {
    height: 14.0625vw;
    padding: 0 3.125vw;
    border-bottom: #c8c8c8 1px solid;
  }
  .slidemenu .sp-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.6875vw;
    color: #666;
    line-height: 3.0;
    background: url("../images/icn_header_arw-sp.png") right center no-repeat;
    background-size: auto 0.733333333em;
  }
  .slidemenu .cta-panel {
    margin-top: 3.125vw;
    text-align: center;
  }
  .slidemenu .cta-panel .txt {
    width: 100%;
    padding: 0.625em 0 1.25em 0;
    font-size: 3.75vw;
    font-weight: bold;
    color: #fff;
    background: url("../images/bg_balloon-sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .slidemenu .cta-panel .tel {
    display: inline-block;
    margin-top: 1.09375vw;
    padding-left: 1.160714286em;
    font-size: 8.75vw;
    font-weight: bold;
    color: #f45656;
    background: url("../images/icn_sec02_tel.png") left center no-repeat;
    background-size: auto 0.9em;
  }
  .slidemenu .cta-panel .time {
    font-size: 2.8125vw;
  }
}
/* footer
---------------------------------------- */
footer {
  padding: 0.4em 0;
  text-align: center;
  background: #666666;
}
footer small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer small {
    font-size: 2.8125vw;
  }
}
