@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

body {
  -webkit-text-size-adjust: 100%;
  background: url("../img/bg_body.png") center top repeat;
  background-size: 1920px;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 900px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 900px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 900px) {
    .anc {
      margin-top: 0px;
      padding-top: 0px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 900px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 900px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_r {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_l {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* wrapper */
.wrapper {
  background-image: url("../img/bg_mv_left.png"), url("../img/bg_mv_right.png");
  background-size: 530px, 568px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 900px) {
    .wrapper {
      background: none; } }
  @media screen and (max-width: 900px) {
    .wrapper {
      min-width: 100%;
      overflow: hidden; } }

.inner {
  position: relative;
  margin: auto;
  max-width: 1180px;
  padding: 0 40px; }
  @media screen and (max-width: 900px) {
    .inner {
      padding: 0 20px; } }

.header {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 10; }
  @media screen and (max-width: 900px) {
    .header {
      top: 15px; } }
  .header__inner {
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .header__inner {
        padding: 0 15px; } }
  .header__snsList {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .header__snsLi {
    margin-right: 10px; }
    .header__snsLi:last-of-type {
      margin-right: 0px; }
  .header__snsLink {
    display: block;
    width: 48px; }
    @media screen and (max-width: 900px) {
      .header__snsLink {
        width: 35px; } }
  .header__logo {
    display: block;
    width: 170px;
    position: absolute;
    left: 20px; }
    @media screen and (max-width: 900px) {
      .header__logo {
        width: 70px;
        left: 10px; } }

.mv {
  position: relative;
  padding-top: 60px;
  margin-bottom: 200px; }
  @media screen and (max-width: 900px) {
    .mv {
      padding-top: 0;
      margin-bottom: 0; } }
  .mv__img {
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 900px) {
      .mv__img {
        max-width: 100%; } }
  .mv .inner {
    padding: 0; }

.course {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 100px;
  background-image: url("../img/bg_course_left.png"), url("../img/bg_course_right.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 377px, 377px;
  background-position: left 100px, right -80px bottom; }
  @media screen and (max-width: 900px) {
    .course {
      margin-top: 0px;
      margin-bottom: 50px;
      padding-bottom: 50px;
      background-image: url("../img/bg_course_left.png"), url("../img/bg_course_right.png");
      background-repeat: no-repeat, no-repeat;
      background-size: 0px, 170px;
      background-position: left 100px, right bottom; } }
  .course__img {
    position: relative; }
    @media screen and (max-width: 900px) {
      .course__img {
        margin: 0 -10px;
        width: calc(100% + 20px); } }
  .course__imgInner {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 450px; }
  .course__menu {
    border: 1px solid #FFF;
    padding: 10px;
    margin-top: 40px; }
    @media screen and (max-width: 900px) {
      .course__menu {
        padding: 5px;
        margin-top: 20px; } }
  .course__menuInner {
    border: 1px solid #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 30px; }
    @media screen and (max-width: 900px) {
      .course__menuInner {
        display: block;
        padding: 15px 10px; } }
  .course__left {
    width: 157px; }
    @media screen and (max-width: 900px) {
      .course__left {
        width: 100%; } }
  .course__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-top: 20px; }
    @media screen and (max-width: 900px) {
      .course__right {
        padding: 10px 0 0 0;
        width: 100%; } }
  .course__box {
    width: calc(100%/4);
    padding-right: 20px; }
    @media screen and (max-width: 900px) {
      .course__box {
        width: calc(100%/2);
        padding-right: 0; } }
  .course__li {
    color: #FFF;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 25px;
    line-height: 1.4; }
    @media screen and (max-width: 900px) {
      .course__li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 20px;
        letter-spacing: 0; } }
    .course__li:last-of-type {
      margin-bottom: 0; }
      @media screen and (max-width: 900px) {
        .course__li:last-of-type {
          margin-bottom: 10px; } }
  .course__liIcon:before {
    content: "◎";
    color: #CE3506;
    position: absolute;
    left: 0;
    top: 0; }
  .course .red {
    color: #CE3506; }
  .course__caution {
    text-align: right;
    margin-top: 15px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .course__caution {
        font-size: 12px;
        text-align: left; } }
  .course__spTtl {
    background: #FFF;
    padding: 3px 3px 5px;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 10px; }
    .course__spTtl span {
      font-size: 22px; }

.tokuten {
  background-image: url("../img/bg_tokuten_left.png"), url("../img/bg_tokuten_right.png");
  background-position: left top, right top 300px;
  background-repeat: no-repeat, no-repeat;
  background-size: 256px, 380px; }
  @media screen and (max-width: 900px) {
    .tokuten {
      background: none; } }
  .tokuten__box {
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 900px) {
      .tokuten__box {
        max-width: 100%; } }
  .tokuten__ttl {
    width: 580px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 900px) {
      .tokuten__ttl {
        width: 100%; } }
  .tokuten__img {
    margin-bottom: 70px; }
    @media screen and (max-width: 900px) {
      .tokuten__img {
        width: calc(100% + 20px);
        margin: 0 -10px 35px; } }
  .tokuten__caution {
    color: #FFF;
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 20px; }
    @media screen and (max-width: 900px) {
      .tokuten__caution {
        font-size: 12px;
        text-align: left;
        line-height: 1.4;
        text-indent: -1em;
        padding-left: 1em; } }

.commonBtn {
  max-width: 490px;
  margin: auto;
  display: block; }
  @media screen and (max-width: 900px) {
    .commonBtn {
      max-width: 320px; } }

.lead {
  background-image: url("../img/bg_lead_left.png"), url("../img/bg_lead_right.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 500px, 1000px;
  background-position: left top, right bottom 50px;
  margin-top: 180px;
  padding-top: 50px;
  padding-bottom: 180px; }
  @media screen and (max-width: 900px) {
    .lead {
      background-image: url("../img/bg_lead_left.png"), url("../img/bg_lead_right.png");
      background-repeat: no-repeat, no-repeat;
      background-size: 180px, 400px;
      background-position: left top, right -100px bottom -70px;
      margin-top: 70px;
      padding-top: 80px;
      padding-bottom: 100px; } }
  .lead__ttl {
    width: 150px;
    position: absolute;
    right: 40px;
    top: -50px; }
    @media screen and (max-width: 900px) {
      .lead__ttl {
        position: static;
        margin: auto;
        max-width: 25.4vw;
        margin: 0 auto 40px; } }
  .lead__box {
    position: relative;
    background: #000;
    padding: 10px;
    width: calc(100% - 190px); }
    @media screen and (max-width: 900px) {
      .lead__box {
        width: 100%; } }
  .lead__boxInner {
    border: 1px solid #EAD172;
    padding: 5px; }
  .lead__boxInner2 {
    border: 1px solid #EAD172;
    color: #FFF;
    text-align: center;
    padding: 100px 50px;
    font-weight: bold;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .lead__boxInner2 {
        padding: 20px; } }
  .lead__subTtl {
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 1.6; }
    @media screen and (max-width: 900px) {
      .lead__subTtl {
        font-size: 20px;
        margin-bottom: 20px; } }
  .lead__txt {
    font-weight: 600;
    margin: 0 0 40px;
    color: #FFF;
    line-height: 1.8;
    font-size: 20px; }
    @media screen and (max-width: 900px) {
      .lead__txt {
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: 400; } }
    .lead__txt:last-of-type {
      margin-left: 0; }

.other {
  background-image: url("../img/bg_other_left.png"), url("../img/bg_other_right.png"), url("../img/bg_masu.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 450px, 800px, 78px;
  background-position: left top, right bottom, left top;
  padding: 150px 0;
  background-color: #FFF; }
  @media screen and (max-width: 900px) {
    .other {
      padding: 75px 0;
      background-image: url("../img/bg_other_left.png"), url("../img/bg_other_right.png"), url("../img/bg_masu.png");
      background-repeat: no-repeat, no-repeat, repeat;
      background-size: 140px, 350px, 35px;
      background-position: left top, right bottom, left top; } }
  .other__bnr {
    max-width: 1000px;
    margin: 80px auto 50px; }
    @media screen and (max-width: 900px) {
      .other__bnr {
        margin: 0 auto 20px;
        padding: 0 20px; } }
  .other__ttl {
    margin: 0 auto 30px;
    max-width: 780px; }
    @media screen and (max-width: 900px) {
      .other__ttl {
        padding: 0 20px; } }
  .other__wrap {
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .other__wrap {
        display: block; } }
  .other__box {
    width: calc(100%/3 - 10px);
    display: flex;
    flex-direction: column;
    /* 内側を縦に伸ばせるように */ }
    @media screen and (max-width: 900px) {
      .other__box {
        width: 100%;
        margin-bottom: 40px; } }
  .other__boxInner {
    background: #FFF;
    margin: 20px 0 0 0;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    min-height: 0; }
  .other__txt {
    color: #CE3506;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px; }
    .other__txt:last-of-type {
      margin-bottom: 0; }

.stores {
  background-image: url("../img/bg_tenpo_left.png"), url("../img/bg_tenpo_right.png");
  background-repeat: no-repeat,no-repeat;
  background-size: 350px, 700px;
  background-position: left top, right bottom;
  padding: 150px 0;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  @media screen and (max-width: 900px) {
    .stores .inner {
      padding: 0; } }
  @media screen and (max-width: 900px) {
    .stores {
      background-image: url("../img/bg_tenpo_left.png"), url("../img/bg_tenpo_right.png");
      background-repeat: no-repeat,no-repeat;
      background-size: 150px, 300px;
      background-position: left top -50px, right bottom;
      padding: 70px 20px 50px; } }
  .stores__ttl {
    margin: 0 auto 30px;
    max-width: 780px; }
  .stores__txt {
    text-align: center;
    margin: 20px 0;
    line-height: 1.4;
    font-weight: 600;
    color: #FFF; }
  .stores__ttl {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: "source-han-serif-japanese";
    letter-spacing: 2px; }
    @media screen and (max-width: 900px) {
      .stores__ttl {
        font-size: 30px; } }
  .stores__wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .stores__wrap {
        margin-top: 20px; } }
  @media screen and (max-width: 900px) {
    .stores__box2 {
      display: none; } }
  .stores__box {
    background: #FFF;
    width: calc(100% / 3 - 15px);
    padding: 30px 30px 15px;
    margin-bottom: 30px;
    border-top: 1px solid #CF9D0F;
    border-bottom: 1px solid #CF9D0F; }
    @media screen and (max-width: 900px) {
      .stores__box {
        width: 100%;
        padding: 30px 20px;
        border-radius: 0px;
        background-repeat: repeat-x;
        background-size: 200px; } }
  .stores__subttl {
    font-size: 30px;
    margin: 0 0 20px;
    color: #B42B00;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .stores__subttl {
        font-size: 20px; } }
  .stores__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    font-size: 14px; }
    .stores__dl:nth-of-type(2) {
      margin: 10px 0; }
    .stores__dl:last-of-type {
      padding-bottom: 30px; }
      @media screen and (max-width: 900px) {
        .stores__dl:last-of-type {
          padding-bottom: 20px; } }
  .stores__dt {
    width: 70px; }
    @media screen and (max-width: 900px) {
      .stores__dt {
        width: 100%; } }
  .stores__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 900px) {
      .stores__dd {
        width: 100%; } }
  .stores .btns {
    margin-top: 0px; }
    .stores .btns__btn {
      height: 52px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #FFF;
      font-weight: 600;
      position: relative;
      font-size: 16px; }
      @media screen and (max-width: 900px) {
        .stores .btns__btn {
          font-size: 14px;
          letter-spacing: -1px; } }
      .stores .btns__btn img {
        display: none; }
    .stores .btns__btn1 {
      border-radius: 100px;
      overflow: hidden;
      background: #000;
      color: #FFF;
      letter-spacing: 1px;
      background: #531400;
      background: linear-gradient(180deg, #531400 0%, #9c2500 50%, #531400 100%); }
    .stores .btns__btn2 {
      border-radius: 100px;
      background: #D0111B;
      margin: 15px 0;
      overflow: hidden; }
    .stores .btns__btn3 {
      border-radius: 100px;
      background: #CE3506;
      margin: 15px 0;
      overflow: hidden;
      font-size: 16px;
      background: #531400;
      background: linear-gradient(180deg, #531400 0%, #9c2500 50%, #531400 100%); }
  .stores .tabs {
    margin: 50px auto 0;
    max-width: 1200px;
    padding: 0 50px; }
    @media screen and (max-width: 900px) {
      .stores .tabs {
        margin-top: 20px;
        padding: 0; } }
  .stores .tab_item {
    width: calc(100%/7 - 2px);
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px 20px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-right: 2px;
    color: #CF9D0F;
    text-decoration: underline; }
    @media screen and (max-width: 900px) {
      .stores .tab_item {
        width: calc(100%/2 - 6px);
        margin-right: 6px;
        margin-bottom: 6px;
        border-radius: 5px;
        font-size: 14px;
        background: #FFF;
        padding: 10px;
        border-radius: 3px; } }
  .stores input[name="tab_item"] {
    display: none; }
  .stores .tab_content {
    display: none;
    clear: both;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .stores .tab_content {
        position: relative;
        top: 10px; } }
  .stores #nagoya:checked ~ #nagoya_content,
  .stores #owari:checked ~ #owari_content,
  .stores #chita:checked ~ #chita_content,
  .stores #mikawa:checked ~ #mikawa_content,
  .stores #gihu:checked ~ #gihu_content,
  .stores #siga:checked ~ #siga_content,
  .stores #mie:checked ~ #mie_content {
    display: block; }
  .stores .tabs input:checked + .tab_item {
    background-color: #CF9D0F;
    color: #fff;
    text-decoration: none; }

.shops {
  background-image: url("../img/bg_other_left.png"), url("../img/bg_other_right.png"), url("../img/bg_masu.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 450px, 800px, 78px;
  background-position: left top, right bottom, left top;
  background-color: #FFF;
  padding: 150px 0; }
  @media screen and (max-width: 900px) {
    .shops {
      padding: 75px 0;
      background-image: url("../img/bg_other_left.png"), url("../img/bg_other_right.png"), url("../img/bg_masu.png");
      background-repeat: no-repeat, no-repeat, repeat;
      background-size: 140px, 350px, 35px;
      background-position: left top, right bottom, left top; } }
  .shops__ttl1 {
    margin: 0 auto 80px;
    max-width: 1088px; }
    @media screen and (max-width: 900px) {
      .shops__ttl1 {
        margin-bottom: 40px; } }
  .shops__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-end; }
  .shops__li {
    width: calc(100%/3 - 15px);
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .shops__li {
        width: 100%;
        padding: 0 20px; } }
  .shops__ttl {
    color: #FFF;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    margin: 0 0 20px;
    line-height: 1.4; }
  .shops__ttlInner {
    font-size: 16px;
    display: block; }

/* footer */
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 50px; }
  @media screen and (max-width: 900px) {
    .totop {
      width: 35px;
      bottom: 65px; } }

.storesBtn {
  position: fixed;
  right: -9px;
  top: calc(50% - 140px);
  display: block;
  width: 80px; }
  @media screen and (max-width: 900px) {
    .storesBtn {
      width: 100%;
      left: 0;
      bottom: 0;
      background: #CE3506;
      font-weight: bold;
      color: #FFF;
      right: auto;
      top: auto;
      height: 50px;
      border-top: 2px solid #FFF;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      letter-spacing: 2px; } }
  .storesBtn img {
    display: block;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .storesBtn img {
        display: inline-block;
        width: 20px;
        margin-right: 15px; } }

.footer {
  background: #CE3506;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: 1px; }
  @media screen and (max-width: 900px) {
    .footer {
      margin-bottom: 50px; } }
  .footer__copy {
    font-size: 12px;
    color: #FFF; }
