@charset "UTF-8";
/* Scss Document */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* HTML5 display definitions */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
  margin: 0;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* border-box */
*, *:before, *:after {
  /*	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;*/
}

/* The root element */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Sections */
body {
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul, dl {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

li {
  list-style: none;
}

li img {
  vertical-align: bottom;
}

/* Text-level semantics */
a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 文字間の指定をしているときのIEのでのバグ回避　br */
br {
  letter-spacing: 0 !important;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  /*    vertical-align: baseline;*/
  padding: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  /*    font-family: inherit;*/
  font-size: 16px;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  /*    background-color: inherit;*/
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    background: none;
    -webkit-text-size-adjust: none;
  }
  a {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a img {
    line-height: 100%;
    vertical-align: middle;
  }
  input, button, select, textarea {
    max-width: 100%;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #000;
  background-color: #fbfbf0;
  min-width: 1500px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: min(4,16px);
  }
  body .pc {
    display: block;
  }
}

/*PC 767px*/
a,
a:link,
a:visited {
  color: #ed6300;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a *,
a:link *,
a:visited * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a :hover,
a:link :hover,
a:visited :hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body {
  counter-reset: section;
}
body h1 {
  position: absolute;
  top: 0;
  left: -9999px;
}

.h3_ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #ed6300;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .h3_ttl {
    font-size: 2.2rem;
  }
}
.h3_ttl::after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #ed6300;
  display: block;
  margin: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  .h3_ttl::after {
    margin: 2rem auto;
  }
}

#header .headerTop {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header .headerTop .sub_ttl {
  font-size: 1.4rem;
  color: #ed6300;
  font-weight: bold;
  text-align: left;
}
#header .headerTop .sub_ttl .address {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .headerTop .sub_ttl .address p {
  margin-right: 0.5rem;
}


/*-------「若松支店」追加時のヘッダーアドレスとフッターアクセス---------*/
.address {
	flex-direction: column;
}

.access {
	flex-wrap: wrap;
}

.access li {
	margin-bottom: 25px;
}


/*-------「若松支店」追加時のヘッダーアドレスとフッターアクセス---------*/

#header .headerTop .tel {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .headerTop .tel > div {
  margin-left: 2rem;
  background-color: #ed6300;
  border-radius: 0 0 20px 20px;
  padding: 2rem 2.5rem 1rem;
  position: relative;
}
#header .headerTop .tel > div:before {
  background: url(../../common/img/border_w.png) no-repeat;
  content: "";
  background-size: auto;
  height: 20px;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
#header .headerTop .tel > div p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#header .headerTop .tel > div p div {
  margin-left: 2rem;
}
#header .headerTop .tel > div p .tel_ttl {
  display: block;
}
#header .headerTop .tel > div p .tel_num {
  font-size: 1.8rem;
  display: block;
  line-height: 1.3;
}
#header .headerTop .tel > div p .tel_num::before {
  content: "";
  background: url(../img/ico_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  top: 2px;
}
#header .headerTop .tel > div p .tel_time {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #header .headerTop {
    display: none;
  }
}
#header .headerIn .logo_sp {
  display: none;
}
#header .headerIn .gnavi {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .headerIn .gnavi li {
  border-right: dotted 2px #ccc;
  padding: 0 1.3rem; /*元々0 2.2rem*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header .headerIn .gnavi li:first-child {
  border-left: dotted 2px #ccc;
}
#header .headerIn .gnavi li .logo {
  width: 233px;
}
#header .headerIn .gnavi li a {
  display: inline-block;
  text-align: center;
  width: 105px;
}
#header .headerIn .gnavi li a .ttl {
  font-weight: bold;
}
#header .headerIn .gnavi li a .ttl::before {
  content: "";
  background-size: contain;
  display: block;
  margin: 0 auto 0.8rem;
  width: 3rem;
  height: 2.8rem;
}
#header .headerIn .gnavi li a .service {
  color: #f45d64;
}
#header .headerIn .gnavi li a .service::before {
  background: url(../img/icon_01.png) no-repeat;
}
#header .headerIn .gnavi li a .schedule {
  color: #c99530;
}
#header .headerIn .gnavi li a .schedule::before {
  background: url(../img/icon_02.png) no-repeat;
}
#header .headerIn .gnavi li a .price {
  color: #9eb561;
}
#header .headerIn .gnavi li a .price::before {
  background: url(../img/icon_03.png) no-repeat;
}
#header .headerIn .gnavi li a .about {
  color: #5281b0;
}
#header .headerIn .gnavi li a .about::before {
  background: url(../img/icon_04.png) no-repeat;
}
#header .headerIn .gnavi li a .flow {
  color: #8352b0;
}
#header .headerIn .gnavi li a .flow::before {
  background: url(../img/icon_05.png) no-repeat;
}
#header .headerIn .gnavi li a .contact {
  color: #e03692;
}
#header .headerIn .gnavi li a .contact::before {
  background: url(../img/icon_06.png) no-repeat;
  /*margin-bottom: 0;*/
}
#header .headerIn .gnavi li a .recruit {
  color: #C80000;
}
#header .headerIn .gnavi li a .recruit::before {
  background: url(../img/icon_07.png) no-repeat;
  /*margin-bottom: 0;*/
}
#header .headerIn .gnavi li a .en {
  font-size: 1.1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #header .headerIn .gnavi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header .headerIn nav {
    display: none;
  }
  #header .headerIn .logo_sp {
    display: block;
    padding-top: 1rem;
    margin: 0 auto 2rem;
    text-align: center;
  }
  #header .headerIn .logo_sp a {
    display: inline-block;
  }
  #header .headerIn .logo_sp img {
    width: 150px;
  }
  #header .headerIn .logo_sp .txt {
    margin-top: 0.7rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ed6300;
    display: block;
  }
  #header .headerIn .logo_sp .txt span {
    display: block;
    line-height: 1.5;
  }
}

/*==============================================================*/
/* drawernav */
/*==============================================================*/
#drawernav .logo {
  margin: 10px;
  text-align: center;
}
#drawernav .logo a {
  display: inline-block;
}
#drawernav .spnavi {
  margin-top: 1.5rem;
  border-top: 2px dotted #ccc;
}
#drawernav .spnavi li a {
  padding: 1rem 0.5rem;
  border-bottom: 2px dotted #ccc;
  font-weight: bold;
}
#drawernav .spnavi li a .ttl {
  font-weight: bold;
}
#drawernav .spnavi li a .ttl::before {
  content: "";
  display: inline-block;
  margin: 0 1rem;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 6px;
}
#drawernav .spnavi li a .service {
  color: #f45d64;
}
#drawernav .spnavi li a .service::before {
  background: url(../img/icon_01.png) no-repeat;
  background-size: contain;
}
#drawernav .spnavi li a .schedule {
  color: #c99530;
}
#drawernav .spnavi li a .schedule::before {
  background: url(../img/icon_02.png) no-repeat;
  background-size: contain;
}
#drawernav .spnavi li a .price {
  color: #9eb561;
}
#drawernav .spnavi li a .price::before {
  background: url(../img/icon_03.png) no-repeat;
  background-size: contain;
}
#drawernav .spnavi li a .about {
  color: #5281b0;
}
#drawernav .spnavi li a .about::before {
  background: url(../img/icon_04.png) no-repeat;
  background-size: contain;
}
#drawernav .spnavi li a .flow {
  color: #8352b0;
}
#drawernav .spnavi li a .flow::before {
  background: url(../img/icon_05.png) no-repeat;
  background-size: contain;
}
#drawernav .spnavi li a .contact {
  color: #e03692;
}
#drawernav .spnavi li a .contact::before {
  background: url(../img/icon_06.png) no-repeat;
  margin-bottom: 0;
  background-size: contain;
}
#drawernav .spnavi li a .recruit {
  color: #C80000;
}
#drawernav .spnavi li a .recruit::before {
  background: url(../img/icon_07.png) no-repeat;
  background-size: contain;
}
#drawernav .spinfo {
  margin-top: 1rem;
}
#drawernav .spinfo li a {
  background-color: #ed6300;
  padding: 2rem 2rem 2rem 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  margin-bottom: 1rem;
  margin-right: 1rem;
  text-align: center;
  position: relative;
}
#drawernav .spinfo li a::before {
  content: "";
  background: url(../../common/img/border_w.png) no-repeat;
  background-size: auto;
  width: 100%;
  height: 6px;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  /*transform: rotate(90deg);*/
  position: absolute;
}
#drawernav .spinfo li a span {
  display: block;
}
#drawernav .spinfo li a .tel_num {
  font-size: 1.8rem;
}
#drawernav .spinfo li a .tel_num::before {
  content: "";
  background: url(../img/ico_tel.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
  display: inline-block;
  margin-right: 0.4rem;
}
#drawernav .spinfo li a .tel_time {
  font-size: 1.2rem;
}
#drawernav .sp_footer li a {
  padding: 1rem 0.5rem 1rem 2rem;
  border-bottom: 2px dotted #ccc;
  font-weight: bold;
}

/*==============================================================*/
/* footer */
/*==============================================================*/
footer {
  position: relative;
}
footer:before {
  content: "";
  background: url(../img/border-or.png) no-repeat;
  background-size: cover;
  display: block;
  height: 12px;
  width: 100%;
}
footer .footer_access {
  border-bottom: #ccc dotted 2px;
  margin-bottom: 0;
}
footer .footer_access h2 {
  text-align: left;
}
footer .footer_access .access {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_access .access > li {
  width: 555px;
}
footer .footer_access .access > li .address_txt {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
footer .footer_access .access > li .address_txt .ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #ed6300;
  margin-bottom: 1rem;
}
footer .footer_access .access > li .contact_btn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0;
}
footer .footer_access .access > li .contact_btn a {
  background-color: #ed6300;
  padding: 0.7rem 2rem 1.3rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  width: 220px;
  text-align: center;
}
footer .footer_access .access > li .contact_btn a::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
}
footer .footer_access .access > li .contact_btn a:hover {
  opacity: 0.7;
}
footer .footer_access .access > li .contact_btn .tel a::before {
  background: url(../img/tel.png) no-repeat;
  background-size: contain;
  left: -10px;
  top: 6px;
}
footer .footer_access .access > li .contact_btn .mail a::before {
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  left: -10px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  footer .footer_access {
    display: none;
  }
}
footer .footerIn {
  background: url(../img/bk_footer.png);
  background-size: contain;
}
footer .footerIn .fnavi {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
}
footer .footerIn .fnavi li {
  margin: 0 1.2rem;
}
footer .footerIn .fnavi li a {
  text-decoration: underline;
  color: #000;
}
footer .footerIn .fnavi .home {
  font-size: 10px;
}
footer .footerIn .fnavi .home a::before {
  content: "";
  display: block;
  background: url(../img/home.png) no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  footer .footerIn .fnavi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footerIn {
    background: url(../img/bk_footer_sp.png);
    background-size: cover;
    background-position: bottom;
  }
  footer .footerIn .sp_br {
    display: block;
  }
}

.sp_bottom {
  display: none;
}

.backtotop a {
  position: absolute;
  display: inline-block;
  right: 4rem;
  bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .backtotop a {
    display: none;
  }
}

.copyright {
  margin: 8rem auto 0;
  padding-bottom: 1.5rem;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin: auto 0;
    padding-top: 14rem;
  }
}
.copyright p {
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .copyright p {
    padding: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.link_btn {
  text-align: center;
}
.link_btn a {
  background-color: #ed6300;
  width: 630px;
  padding: 2.5rem;
  border-radius: 10px;
  margin-bottom: 4rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link_btn a {
    width: 100%;
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
  }
}
.link_btn a::after {
  content: "";
  background: url(../img/ico_allow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 3rem;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .link_btn a::after {
    top: 2rem;
    right: 2rem;
  }
}
.link_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb {
  display: none;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
    padding: 0 10px;
  }
  .breadcrumb a {
    display: inline-block;
  }
}
.breadcrumb a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-right: 2px solid #ed6300;
  border-top: 2px solid #ed6300;
  height: 0.5em;
  width: 0.5em;
  margin: 0 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}

.sidePad {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .sidePad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sideMar {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .sideMar {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.tbMar {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .tbMar {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.tbPad {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .tbPad {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#header{
  @include MQmax{
    position: sticky;
    top: 0;
   left: 0;
    right: 0;
 //   .drawer-opened &{
  // }
  }
}*/
.closeBtn {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #overlay, #humberger span, #humberger, #drawernav, #page, body {
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  body {
    right: 0;
    position: relative !important;
  }
  #page {
    position: relative;
    z-index: 0;
    left: 0;
    width: 100%;
  }
  #drawernav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    overflow: auto;
  }
  #humberger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 45px;
    height: 43px;
    padding: 10px 12px;
    cursor: pointer;
    background-color: #ed6300;
  }
  #humberger span {
    height: 2px;
    background: #FFF;
    display: block;
    margin-bottom: 5px;
  }
  #humberger .drawerName:before {
    content: "MENU";
    font-family: sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.07em;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .drawer-opened #humberger {
    right: 240px;
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    top: -10px;
    left: 0;
    bottom: -10px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.drawer-opened {
    right: 240px;
  }
  body.drawer-opened .closeBtn {
    position: fixed;
    top: 0;
    right: 240px;
    overflow: hidden;
    text-indent: -120px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 17px 10px 10px;
    cursor: pointer;
    z-index: 10001;
  }
  body.drawer-opened #drawernav {
    right: 0;
  }
  body.drawer-opened #humberger span {
    background: #fff;
  }
  body.drawer-opened #humberger span:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  body.drawer-opened #humberger span:nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  body.drawer-opened #humberger span:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  body.drawer-opened #overlay {
    z-index: 100;
    opacity: 0.3;
    left: -240px;
  }
}
/*# sourceMappingURL=base.css.map */