.cl-main {
  color: var(--cl-main);
}

.cl-main2 {
  color: var(--cl-main2);
}

.cl-text {
  color: var(--cl-text);
}

.cl-white {
  color: var(--cl-white);
}

#key {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: calc(133.33vw + 7.5px);
  padding: 7.5px;
  padding-bottom: 0;
}
#key .img {
  height: 100%;
}
#key .img img {
  -o-object-position: 60% center;
     object-position: 60% center;
}
@media screen and (min-width: 768px) {
  #key {
    padding: 15px 15px 0;
    height: calc(100vh - 15px);
  }
}

.nav-fixed {
  background: transparent;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0 356px 0 0;
  background: url("../img/shared/bg.jpg");
}
.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}
.nav-fixed.fixed + .btn-fixed {
  opacity: 1;
  visibility: visible;
}
.nav-fixed .nav {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 356px);
  box-sizing: border-box;
  padding: 0 52px 0 0;
  gap: 32px;
  font-size: 17px;
  line-height: 1.5;
  background: url("../img/shared/bg.jpg");
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .nav-fixed .nav {
    padding-right: 20px;
    gap: 20px;
    font-size: 16px;
  }
  .nav-fixed .nav > li > a {
    letter-spacing: 0;
  }
}
.nav-fixed .nav > li > a {
  height: 80px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
}
.nav-fixed .nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--cl-main);
  opacity: 0;
  transition: all 0.4s;
}
.nav-fixed .nav > li > a.active::before, .nav-fixed .nav > li > a:hover::before {
  opacity: 1;
}
.nav-fixed .nav > li.fnt-pt > a {
  font-size: 11px;
  gap: 5px;
}
.nav-fixed .nav > li.fnt-pt > a img {
  opacity: 1 !important;
  width: 26px;
}
.nav-fixed .nav > li.has-sub {
  position: relative;
}
.nav-fixed .nav > li.has-sub .sub-nav {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  background: var(--cl-main);
  color: #f2f1eb;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 38px 20px 22px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav-fixed .nav > li.has-sub .sub-nav li + li {
  margin-top: 13px;
}
@media (hover: hover) {
  .nav-fixed .nav > li.has-sub:hover .sub-nav {
    opacity: 1;
    visibility: visible;
  }
}
.nav-fixed .group-tel-btn {
  display: flex;
  background: url("../img/shared/bg2.jpg");
  position: absolute;
  top: 0;
  right: 0;
}
.nav-fixed .group-tel-btn .group-tel {
  width: 236px;
  color: var(--cl-main2);
}
.nav-fixed .group-tel-btn .group-tel .note {
  color: var(--cl-text);
}

.btn-fixed {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  top: 183px;
  z-index: 99;
}
.btn-fixed a {
  background: url("../img/shared/bg2.jpg");
  color: #270900;
  height: 310px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  position: relative;
  gap: 9px;
  padding: 33px 0 0;
  box-sizing: border-box;
  width: 70px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.btn-fixed a::before {
  content: "";
  background: url("../img/shared/icon_mail_bl.png") no-repeat center/100% auto;
  width: 19px;
  height: 14px;
}
.btn-fixed a:after {
  content: "";
  position: absolute;
  right: 18px;
  background: url("../img/shared/arrow_bl.png") no-repeat bottom center/100% auto;
  width: 30px;
  height: 7px;
  bottom: 21px;
  transition: all 0.5s;
}
@media (hover: hover) {
  .btn-fixed a:hover:after {
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .btn-web2 {
    width: 120px;
  }
  .btn-web2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--cl-main);
    color: #fff;
    text-align: center;
    height: 135px;
    font-size: 17px;
    line-height: 1.5;
    gap: 10px;
    transition: all 0.5s;
  }
  .btn-web2 a::before {
    content: "";
    background: url("../img/shared/icon_web.png") no-repeat center/100% auto;
    width: 21px;
    height: 19px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-web2 a:hover {
    background: var(--cl-main3);
  }
}

.group-tel {
  text-align: center;
  color: #333;
  width: 274px;
  padding: 19px 0;
  background: url("../img/shared/bg2.jpg");
}
.group-tel .inner-tel {
  display: inline-block;
  text-align: right;
}
.group-tel .tel, .group-tel .fax {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
.group-tel .tel span, .group-tel .fax span {
  letter-spacing: 0;
}
.group-tel .tel a, .group-tel .fax a {
  letter-spacing: 0.04em;
}
.group-tel .tel small, .group-tel .fax small {
  font-size: 13px;
  letter-spacing: 0.04em;
}
.group-tel .fax {
  margin-top: 5px;
}
.group-tel .note {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 5px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .group-tel {
    padding: 15px 0 9px;
  }
  .group-tel .tel, .group-tel .fax {
    font-size: 26px;
  }
  .group-tel .tel small, .group-tel .fax small {
    font-size: 11px;
  }
  .group-tel .fax {
    margin-top: 6px;
  }
  .group-tel .note {
    font-size: 13px;
    line-height: 18px;
    margin: 9px 0 0;
  }
}

#header {
  position: relative;
  z-index: 2;
  background: transparent;
  height: calc(133.33vw + 7.5px);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #header {
    height: calc(100vh - 15px);
  }
}

#footer {
  position: relative;
  z-index: 2;
  background: url("../img/shared/bg2.jpg");
}

.block {
  background: url("../img/shared/bg.jpg");
  position: relative;
  z-index: 2;
}

.btn-link {
  width: 285px;
  max-width: 100%;
}
.btn-link a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: var(--cl-white);
  background: var(--cl-main);
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3em;
  line-height: 2;
  padding: 15px 0;
  text-align: center;
  transition: all 0.5s;
}
.btn-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.5s;
  right: 18px;
  background: url("../img/shared/arrow_wh.png") no-repeat center right/100% auto;
  width: 21.5px;
  height: 4.5px;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 380px;
  }
  .btn-link a {
    font-size: 20px;
    padding: 20px 0;
  }
  .btn-link a:after {
    width: 29px;
    height: 6px;
    right: 24px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link a:hover {
    background: var(--cl-main3);
  }
  .btn-link a:hover:after {
    right: 14px;
  }
}

#header {
  padding: 14px 0 0;
}
#header h1 {
  text-align: center;
  color: var(--cl-white);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  opacity: 0.3;
  margin: 0 20px;
}
#header .logo {
  width: 300px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #header {
    position: relative;
    z-index: 2;
    padding: 0;
  }
  #header h1 {
    position: absolute;
    top: 305px;
    bottom: 10px;
    font-size: 12px;
    right: 30px;
    text-align: left;
    margin: 0;
  }
  #header .logo {
    position: absolute;
    top: 43px;
    left: 41px;
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #header .logo {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  #header .right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    z-index: 3;
  }
  #header .right .nav {
    margin: 15px 0 0;
    display: flex;
    gap: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #header .right .nav {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  #header .right .nav > li {
    position: relative;
  }
  #header .right .nav > li > a {
    display: inline-block;
    width: 34px;
    font-size: 17px;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: var(--cl-white);
    position: relative;
    cursor: pointer;
    padding: 35px 0 0;
  }
  #header .right .nav > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    margin: 0 auto;
    height: 25px;
    background: var(--cl-white);
    opacity: 0;
    transition: all 0.4s;
  }
  #header .right .nav > li > a.active::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .right .nav > li > a:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #header .right .nav > li.fnt-pt a::before {
    content: "";
    background: url("../img/shared/icon_home.png") no-repeat center/100% auto;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin: 0 0 5px;
  }
  #header .right .nav > li.fnt-pt a span {
    letter-spacing: 0.2em;
    cursor: pointer;
  }
  #header .right .nav > li.has-sub .sub-nav {
    position: absolute;
    left: -15px;
    top: 113px;
    background: var(--cl-main);
    color: #f2f1eb;
    width: -moz-max-content;
    width: max-content;
    padding: 20px 38px 20px 22px;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  #header .right .nav > li.has-sub .sub-nav li + li {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .right .nav > li.has-sub:hover .sub-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  #header .right .group {
    margin: 0 0 0 34px;
    padding: 0 0 16px 19px;
    border-left: 1px solid #e8e7df;
  }
  #header .right .group .group-tel-btn {
    display: flex;
    align-items: flex-end;
  }
  #header .right .group .group-tel-btn .group-tel {
    background: transparent;
    color: var(--cl-white);
    padding: 0;
    width: auto;
    margin: 0 24px -9px 0;
  }
  #header .right .group .group-tel-btn .group-tel .note {
    color: var(--cl-white);
  }
  #header .right .group .group-tel-btn .btn-web2 a {
    height: 145px;
  }
  #header .right .group .btn-reserve {
    margin: 36px 0 0 16px;
  }
}

.btn-reserve {
  width: 236px;
  max-width: 100%;
}
.btn-reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--cl-main2);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 6px;
  padding: 0 0 15px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  cursor: pointer;
}
.btn-reserve a::before {
  content: "";
  background: url("../img/shared/icon_mail_bl.png") no-repeat center/100% auto;
  width: 17px;
  height: 12.5px;
}
.btn-reserve a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: url("../img/shared/arrow_mail_bl.png") no-repeat bottom right/100% auto;
  height: 5px;
  transition: all 0.5s;
}
.btn-reserve.style-white a {
  color: var(--cl-white);
}
.btn-reserve.style-white a::before {
  background-image: url("../img/shared/icon_mail.png");
}
.btn-reserve.style-white a:after {
  background-image: url("../img/shared/arrow_mail.png");
}
.btn-reserve.btn-copy a::before {
  background-image: url("../img/shared/icon_url.png");
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .btn-reserve {
    width: 273px;
  }
  .btn-reserve a {
    font-size: 17px;
    gap: 7px;
    padding: 0 0 15px;
  }
  .btn-reserve a::before {
    width: 19px;
    height: 14px;
  }
  .btn-reserve a:after {
    height: 9px;
    background-image: url("../img/shared/arrow_mail_bl_pc.png");
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-reserve a:hover:after {
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .btn-reserve.btn-copy a {
    font-size: 15px;
  }
  .btn-reserve.btn-copy a::before {
    width: 18px;
    height: 18px;
  }
  .btn-reserve.btn-copy a.copied {
    cursor: context-menu;
  }
  .btn-reserve.btn-copy a.copied:after {
    right: 0 !important;
  }
}

#ft-fixed {
  background: var(--cl-main);
  z-index: 9999;
}
#ft-fixed .inner {
  padding: 8px 0 7px;
  display: flex;
  color: var(--cl-white);
}
#ft-fixed .tel {
  width: 67px;
  position: relative;
  padding: 3px 0 0;
}
#ft-fixed .tel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--cl-white);
  right: 0;
}
#ft-fixed .tel a {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#ft-fixed .tel a img {
  width: 19px;
}
#ft-fixed .mail {
  width: 68px;
  padding: 3px 0 0;
}
#ft-fixed .mail a {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#ft-fixed .mail a img {
  width: 22px;
}
#ft-fixed .flow {
  width: calc(100% - 212px);
}
#ft-fixed .flow a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 40px;
  background: #e8e7df;
  color: var(--cl-main);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.3em;
}
#ft-fixed .hamburger {
  width: 77px;
  position: relative;
  top: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ft-fixed .hamburger:after {
  display: none;
}
#ft-fixed .hamburger .hamburger-box {
  width: 31.5px;
  height: 21.5px;
}

#menu-toggle {
  background: url("../img/shared/bg.jpg");
  padding-top: 75px;
}
#menu-toggle .nav > li {
  text-align: center;
}
#menu-toggle .nav > li > a {
  display: inline-block;
  font-size: 16.5px;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.2em;
  border-bottom: 4px solid transparent;
  padding: 0 0 5px;
}
#menu-toggle .nav > li > a.active {
  border-color: var(--cl-main);
}
#menu-toggle .nav > li:first-child > a {
  font-size: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#menu-toggle .nav > li:first-child > a img {
  width: 24px;
}
#menu-toggle .nav > li + li {
  margin-top: 20px;
}
#menu-toggle .nav > li.has-sub .sub-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  gap: 0 25px;
  color: #585752;
  font-size: 15px;
  line-height: 2.3;
  height: 69px;
}
#menu-toggle .nav > li.has-sub .sub-nav li a {
  text-decoration: none;
}
#menu-toggle .btn-link {
  width: 235px;
  margin: 27px auto 0;
}
#menu-toggle .btn-link img {
  width: 16px;
}
#menu-toggle .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16.5px;
  padding: 9.5px 0;
  line-height: 2;
}
#menu-toggle .group-tel {
  margin: 37px auto 0;
}

#footer {
  padding: 80px 0 200px;
}
#footer .left .logo {
  width: 268px;
  margin: 0 auto;
  text-align: center;
}
#footer .left .name {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 20px 0 12px;
}
#footer .left .flex {
  display: block;
}
#footer .left .flex .group-tel {
  background: var(--cl-white);
  margin: 0 auto;
}
#footer .left .flex .group-address {
  text-align: center;
  margin: 20px 0 0;
}
#footer .left .flex .group-address .address {
  letter-spacing: 0.1em;
  line-height: 2;
}
#footer .left .flex .group-address .btn-reserve {
  margin: 22px auto 0;
}
#footer .left .group-btn {
  margin: 29px auto 0;
  width: 325px;
  max-width: 100%;
}
#footer .left .group-btn .btn-link {
  width: 100%;
}
#footer .left .group-btn .btn-link + .btn-link {
  margin-top: 13px;
}
#footer .left .group-btn .btn-link a {
  font-size: 14px;
  padding: 10.5px 0;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .left .group-btn .btn-link a img {
  width: 17px;
}
#footer .right {
  margin: 40px 0 0;
}
#footer .right .nav > li {
  line-height: 3;
  order: 1;
  text-align: center;
}
#footer .right .nav > li > a {
  letter-spacing: 0.1em;
  display: inline-block;
  color: var(--cl-main2);
}
#footer .right .nav > li > a img {
  width: 12.5px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}
#footer .right .nav > li.has-sub .sub-nav {
  color: var(--cl-main2);
  font-size: 12.5px;
}
@media screen and (max-width: 767px) {
  #footer .right .nav > li.has-sub .sub-nav {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
  }
}
#footer .right .nav > li:nth-child(6) > a img {
  width: 14px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#footer .right .btn-reserve {
  margin: 40px auto 25px;
  width: auto;
}
#footer .right .btn-reserve a {
  padding: 0 10px 12px;
}
@media screen and (max-width: 767px) {
  #footer .right .btn-reserve {
    text-align: center;
  }
  #footer .right .btn-reserve a {
    border-bottom: 1px solid;
    display: inline-flex;
  }
  #footer .right .btn-reserve a:after {
    display: none;
  }
}
#footer .right #socialbuttons {
  margin: 28px 0 40px;
}
#footer .right address, #footer .right .cookies-link {
  order: 4;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
}
#footer .right .cookies-link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 65px 0 130px;
  }
  #footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .left .logo {
    width: auto;
  }
  #footer .left .name {
    margin: 4px 0 25px;
  }
  #footer .left .flex {
    display: flex;
    gap: 26px;
    align-items: flex-start;
  }
  #footer .left .flex .group-tel {
    width: 236px;
    margin: 0;
  }
  #footer .left .flex .group-address {
    text-align: left;
    margin: 0;
  }
  #footer .left .flex .group-address .btn-reserve {
    margin: 22px 0 0;
  }
  #footer .left .group-btn {
    margin: 19px auto 0;
    width: 400px;
  }
  #footer .left .group-btn .btn-link a {
    font-size: 17px;
    padding: 13px 0;
    gap: 6px;
  }
  #footer .left .group-btn .btn-link a img {
    width: 21px;
    position: relative;
    top: 2px;
  }
  #footer .right {
    width: 373px;
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
  }
  #footer .right .nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 190px;
    gap: 1px 77px;
    order: 1;
  }
  #footer .right .nav > li {
    line-height: 2.125;
    order: 1;
    text-align: left;
  }
  #footer .right .nav > li > a img {
    width: 14px;
  }
  #footer .right .nav > li.has-sub {
    order: 6;
  }
  #footer .right .nav > li.has-sub .sub-nav {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }
  #footer .right .nav > li:nth-child(6) > a img {
    width: 17px;
  }
  #footer .right .btn-reserve {
    order: 3;
    margin: 0 auto 43px;
    width: auto;
  }
  #footer .right .btn-reserve a {
    padding: 0 10px 12px;
  }
  #footer .right #socialbuttons {
    order: 2;
    margin: 28px 0 26px;
  }
  #footer .right .cookies-link {
    order: 5;
  }
  #footer .right .cookies-link a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .right .cookies-link a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .right {
    margin-right: 50px;
    width: auto;
  }
  #footer .right .nav {
    gap: 1px 20px;
  }
}

.fs32 {
  font-size: 5.73vw;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .fs32 {
    font-size: 32px;
  }
}

.fs45 {
  font-size: 7.3vw;
}
@media screen and (min-width: 768px) {
  .fs45 {
    font-size: 45px;
  }
}

#header .key-ttl2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cl-white);
  text-align: center;
  font-size: 9vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  z-index: 2;
}
#header .btn-flow {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
}
#header .btn-flow a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#header .btn-flow a img {
  opacity: 1 !important;
  width: 20px;
}
#header .btn-flow a:after {
  background-image: url("../img/shared/arrow_down.png");
  width: 6px;
  height: 29px;
  right: 35px;
}
@media (hover: hover) {
  #header .btn-flow a:hover:after {
    right: 35px;
    bottom: -10px;
  }
}
@media screen and (min-width: 768px) {
  #header .key-ttl2 {
    font-size: 60px;
  }
  #header .btn-flow {
    right: 100px;
    bottom: 99px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .btn-flow a:hover:after {
    right: 35px;
    bottom: -10px;
  }
}