a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

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

iframe {
  width: 100%;
  height: 100%;
}

.d-flex-all {
  display: flex;
}

@media screen and (min-width: 768px) {
  .d__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .d__flex.jus {
    justify-content: space-between;
  }
  section img {
    width: auto;
  }
}
.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

h1 {
  font-size: 11px;
  position: absolute;
  color: #fff;
  letter-spacing: 0.1em;
  top: 3vw;
  left: 4%;
  right: 4%;
  z-index: 2;
}
header .logo{
  width: 100px;
  position: absolute;
  top: 20vw;
  left: 4%;
  right: 4%;
  z-index: 2;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 12px;
    top: 10px;
    left: 41px;
    right: 0px;
    letter-spacing: 0.15em;
    width: 600px;
  }
  header .logo{
    top: 60px;
    left: 31px;
    right: auto;
    margin: 0px;
  }
}

.nav-header {
  opacity: 1;
  position: fixed;
  background: #f7f4f0;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 125;
  opacity: 0;
  visibility: hidden;
}
.nav-header .headerOpen__nav {
  padding-top: 15vw;
  padding-bottom: 10vw;
}
.nav-header .headerOpen__nav li {
  padding: 10px 0;
  text-align: center;
}
.nav-header .headerOpen__nav a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
.nav-header .headerOpen__nav a::before {
  content: "";
  height: 1px;
  background: #907c4b;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.nav-header .headerOpen__nav a.active::before, .nav-header .headerOpen__nav a:hover::before {
  opacity: 1;
}

.menu-open .nav-header {
  opacity: 1;
  visibility: visible;
}

.nav__box .nav__reserve p {
	line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    width: 90px;
    font-size: 11px;
}
.nav__box  .nav__reserve  {
margin-top: 6vw;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #a9a9a9;
    padding: 10px 15px;
    box-sizing: border-box;
}
#fixed-sp {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 123;
}
#fixed-sp ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #4d4d4d;
}
#fixed-sp ul li {
  position: relative;
  width: 33.333%;
}
#fixed-sp ul li::after {
  content: "";
  background: #4d4d4d;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#fixed-sp ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 24px;
  top: 10px;
}
#fixed-sp ul li a {
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
}
#fixed-sp ul li a:hover {
  text-decoration: none;
}
#fixed-sp ul li span {
  display: inline-block;
  font-size: 14px;
  padding: 35px 0 10px;
  text-align: center;
  color: #47413b;
}
#fixed-sp ul li.ft__map::before {
  background: url(../img/shared/icon_map.png) no-repeat center;
  background-size: 100% auto;
}
#fixed-sp ul li.ft__tel::before {
  background: url(../img/shared/icon_tel.png) no-repeat center;
  background-size: 100% auto;
}
#fixed-sp ul li.ft__web {
  background: url(../img/shared/bg02.jpg);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed-sp ul li.ft__web::after {
  display: none;
}
#fixed-sp ul li.ft__web::before {
  display: none;
}
#fixed-sp ul li.ft__web #bnr__lg {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
#fixed-sp ul li.ft__web #bnr__lg span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  /*font-weight: 600;*/
  padding: 0;
  letter-spacing: 0.22em;
}
#fixed-sp ul li.ft__web #bnr__lg small {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding-top: 6px;
  display: block;
}
#fixed-sp ul li.ft__web .bnr__lang {
  position: absolute;
  bottom: 100%;
  right: -105%;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #8d8276;
  border-left: 1px solid #8d8276;
}
#fixed-sp ul li.ft__web .bnr__lang a {
  display: block;
  text-align: center;
  background-color: #413730;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
}
#fixed-sp ul li.ft__web .bnr__lang a + a {
  border-top: 1px solid #8d8276;
}

.acv_open#fixed-sp ul li.ft__web .bnr__lang {
  right: 0;
}

.tel dl {
  line-height: 1;
}
.tel dl dt {
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.tel dl dd {
  font-size: 25px;
  letter-spacing: 0.08em;
}
.tel dl dd small {
  font-size: 18px;
  padding-right: 2px;
}
.tel .note {
  color: #848484;
  line-height: 1.25;
}

.tel.__white {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bnr__web {
  width: 200px;
}
.bnr__web a {
  display: block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 13px 0;
  line-height: 1;
}
.bnr__web a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .bnr__web {
    margin-left: 12px;
  }
}

.header-box {
  position: relative;
}
.header-box .header-left {
  position: absolute;
  bottom: 53px;
  left: 41px;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-box .header-left .tel {
  margin-right: 13px;
}
.header-box .header__pc {
  position: absolute;
  top: 54px;
  right: 0px;
  z-index: 2;
  width: 280px;
}
.header-box .header__pc ul {
  gap: 35px;
}
.header-box .header__pc ul li a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 5px;
  line-height: 1;
}
.header-box .header__pc ul li a::before {
  content: "";
  background: #fff;
  position: absolute;
  top: -55px;
  left: 0;
  bottom: -5px;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.header-box .header__pc ul li a.active::before, .header-box .header__pc ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.header-box .reserve {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 71px;
}
.header-box .reserve .ttl {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 31px;
  height: 205px;
  background: url(../img/shared/bg02.jpg);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 20px;
  position: relative;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
.header-box .reserve .ttl span,
.header-box .reserve .ttl strong {
  display: block;
  text-align: left;
}
.header-box .reserve .ttl span {
  font-size: 9px;
  padding-top: 5px;
  letter-spacing: 0.1em;
}
.header-box .reserve .ttl span span {
  padding-top: 0;
}
.header-box .reserve ul li {
  position: relative;
}
.header-box .reserve ul li::before {
  content: "";
  width: 43px;
  background: #867f7b;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  z-index: 1;
}
.header-box .reserve ul li:hover::before {
  background: #fff;
}
.header-box .reserve ul li a {
  display: block;
  position: relative;
  background: #413730;
  text-align: center;
  color: #fff;
  padding: 13px 0;
}
.header-box .reserve ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.header-box .reserve ul li a:hover, .header-box .reserve ul li a.active {
  z-index: 1;
  color: #322c28;
}
.header-box .reserve ul li a:hover:before, .header-box .reserve ul li a.active:before {
  opacity: 1;
}
.header-box .reserve ul li + li::before {
  display: none;
}

.fixed-btn .header-box .reserve {
  position: fixed;
}

#head-key {
  height: 146vw;
}
#head-key .ob-img {
  height: 146vw;
}
@media screen and (min-width: 768px) {
  #head-key {
    height: 810px;
  }
  #head-key .ob-img {
    height: 810px;
  }
}

#nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
#nav-fixed::before {
  content: "";
  background: url(../img/shared/bg03.jpg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.85;
}
#nav-fixed .wrap {
  padding: 0 18px;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: wrap;
}
#nav-fixed .wrap .col + .col {
  margin-left: auto;
}
#nav-fixed .col {
  align-items: center;
}
#nav-fixed .col .logo__s {
  width: 168px;
  margin-right: 10px;
}
#nav-fixed .col .row-sns .tel {
  white-space: nowrap;
}
#nav-fixed .col .row-sns .tel dl dt {
  padding-left: 0;
  letter-spacing: 1px;
}
#nav-fixed .col ul {
  gap: 24px;
}
#nav-fixed .col ul li a {
  position: relative;
  line-height: 1;
  white-space: nowrap;
}
#nav-fixed .col ul li a::before {
  content: "";
  width: 29px;
  height: 1px;
  background: #907c4b;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}
#nav-fixed .col ul li a.active::before, #nav-fixed .col ul li a:hover::before {
  opacity: 1;
}

.btn-eff {
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #8d8276;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 13px 25px;
}
.btn-eff:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  background-image: url(../img/shared/arrow.png);
  width: 27px;
  height: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.btn-eff:hover:before {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .btn-eff {
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.ttl-en {
  color: #707070;
  font-family: "Cormorant Garamond";
  font-size: 4vw;
  letter-spacing: 0.2em;
  line-height: 1;
}

.ttl-jp {
  font-size: 5.46vw;
  letter-spacing: 0.2em;
  line-height: 2.3;
}

.ttl-jp2 {
  font-size: 6vw;
  letter-spacing: 0.2em;
  line-height: 2;
}
.ttl-jp2 small {
  font-size: 4.53vw;
  display: block;
}

.pagetop {
  width: 75px;
  margin: 10vw auto 0px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.pagetop:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .ttl-en {
    font-size: 15px;
  }
  .ttl-jp {
    font-size: 26px;
  }
  .ttl-jp2 {
    font-size: 30px;
  }
  .ttl-jp2 small {
    font-size: 20px;
  }
  #pagetop {
    width: 14px;
    margin: 0;
    position: fixed;
    right: 90px;
    bottom: 20px;
  }
}
.fixed-btn #nav-fixed {
  opacity: 1;
  visibility: visible;
}

.nav__box{
  max-width: 300px;
  margin: 0 auto 10vw;
}
.nav__box .logo{
  width: 28vw;
  max-width: 100px;
  margin: 0 auto 8vw;
}
.nav__box dl{
  border-top: 1px solid #9a9084;
  padding-top: 5vw;
  padding-bottom: 2vw;
  text-align: center;
}
.nav__box .note{
  line-height: 1.6;
  font-size: 13px;
  text-align: center;
  padding-bottom: 5vw;
  border-bottom: 1px solid #9a9084;
  margin-bottom: 5vw;
}

.nav__box {
  margin-bottom: 0;
}

.nav__reserve {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #a9a9a9;
  padding: 10px 30px;
  box-sizing: border-box;
}
.nav__reserve p{
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  width: 45%;
  font-size: 13px;
}
.nav__reserve p::after{
  /*content: "";
  background: #a9a9a9;
  width: 1px;
  top: 10px;
  bottom: 10px;
  right: 0;
  position: absolute;*/
  content: "";
    background: #a9a9a9;
    width: 1px;
    top: 0px;
    bottom: 0px;
    right: -10vw;
    position: absolute;
}
.nav__reserve ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}
.nav__reserve ul li a{
  font-size: 18px;
  text-transform: uppercase;
  color: #47413b;
}
.nav__reserve ul li:first-child a{
  color: #757575;
}
@media screen and (min-width: 768px) {
  .nav__reserve{
    padding: 6px 20px;
  }
  .nav__reserve p{
    width: 102px;
    font-size: 11px;
  }
  .nav__reserve p::after{
    width: 1px;
    top: 5px;
    bottom: 2px;
    right: -5px;
  }
  .nav__reserve ul{
    gap: 15px;
  }
  .nav__reserve ul li a{
    font-size: 15px;
    transition: all 0.4s ease;
  }
  .nav__reserve ul li a:hover{
    opacity: 0.6;
  }
}

footer .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #9a9084;
}
footer .nav-ft {
  position: relative;
}
footer .nav-ft ul {
  gap: 20px;
}
footer .nav-ft ul li a {
  font-size: 14px;
  color: #47413b;
}
footer .nav-ft ul li a:hover, footer .nav-ft ul li a.active {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
footer .nav-ft .nav-ft2 {
  padding-left: 28px;
  margin-left: 25px;
  position: relative;
  gap: 22px;
}
footer .nav-ft .nav-ft2::before {
  content: "";
  background: #ada8a1;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
footer .ft-top {
  align-items: flex-start;
}
footer .tel {
  line-height: 1;
}
footer .tel dt {
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 0;
}
footer .tel .tel-num {
  font-size: 25px;
  letter-spacing: 0.08em;
}
footer .tel .tel-num small {
  font-size: 18px;
  padding-right: 2px;
}
footer .tel .note {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
footer .ft-reserve {
  margin-top: 6vw;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #a9a9a9;
  padding: 10px 15px;
  box-sizing: border-box;
}
footer .ft-reserve p {
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  width: 90px;
  font-size: 11px;
}
footer .ft-reserve p::after {
  content: "";
  background: #a9a9a9;
  width: 1px;
  top: 0px;
  bottom: 0px;
  right: -8vw;
  position: absolute;
}
footer .ft-reserve ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}
footer .ft-reserve ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #47413b;
}
footer .ft-reserve ul li:first-child a {
  color: #757575;
}
footer .ft-link a, footer .ft-link .copy {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
}
footer .ft-link a::before, footer .ft-link .copy::before {
  content: "";
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 2px;
}
footer .ft-link a::after, footer .ft-link .copy::after {
  content: "";
  background: #a0a0a0;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
footer .ft-link .ft-copy span::before {
  background-image: url(../img/shared/icon_url.png);
  width: 13px;
  height: 18px;
}
footer .ft-link .cookies-link a::before {
  background-image: url(../img/shared/icon_cookie.png);
  width: 14px;
  height: 14px;
}
footer address {
  font-size: 12px;
  margin-top: 4vw;
}
footer .nav-ft-child {
  justify-content: flex-end;
  border-bottom: 1px solid #9a9084;
  padding: 40px 70px 40px 0px;
  box-sizing: border-box;
}
footer .ft-vcard dl {
  font-size: 12px;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0px 0px calc(12vw + 74px);
  }
  footer .wrap:before {
    left: 4%;
    right: 4%;
  }
  footer .logo {
    width: 106px;
    margin: 0px auto;
  }
  footer .ft-top {
    padding-top: 12vw;
    margin: 0px auto;
    max-width: 270px;
  }
  footer .tel {
    margin-top: 10vw;
    border-top: 1px solid #9a9084;
    border-bottom: 1px solid #9a9084;
    padding: 5vw 0px;
    text-align: center;
  }
  footer .tel .note {
    line-height: 1.6;
  }
  footer .ft-bottom {
    margin-top: 10vw;
  }
  footer .nav-ft {
    display: none;
  }
  footer .ft-link {
    text-align: center;
  }
  footer .ft-link .cookies-link {
    margin-top: 3vw;
  }
  footer #socialbuttons {
    margin-top: 12vw;
  }
  .ft-vcard{
    margin-top: 10vw;
  }
  .ft-vcard dl + dl{
    margin-top: 3vw;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 58px;
  }
  footer .wrap {
    max-width: 1347px;
  }
  footer .ft-top {
    padding-top: 59px;
  }
  footer .ft-top .col-left {
    margin-left: 68px;
    align-items: flex-end;
  }
  footer .ft-top .inner-left {
    margin: 0px 0px 4px 26px;
  }
  footer .tel dt {
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  footer .ft-reserve {
    margin-top: 22px;
    width: 261px;
    padding: 6px 18px;
  }
  footer .ft-reserve p {
    width: 101px;
    font-size: 11px;
  }
  footer .ft-reserve p::after {
    width: 1px;
    top: 5px;
    bottom: 2px;
    right: -10px;
  }
  footer .ft-reserve ul {
    gap: 15px;
  }
  footer .ft-reserve ul li a {
    font-size: 15px;
    transition: all 0.4s ease;
  }
  footer .ft-reserve ul li a:hover {
    opacity: 0.6;
  }
  footer .ft-bottom {
    flex-direction: row-reverse;
  }
  footer .ft-bottom .col-right {
    flex-direction: column-reverse;
    margin: -27px 70px 0px 0px;
  }
  footer .ft-link a, footer .ft-link .copy {
    letter-spacing: 0.15em;
    font-size: 11px;
  }
  footer .ft-link a::before, footer .ft-link .copy::before {
    width: 15px;
    height: 20px;
    left: 6px;
  }
  footer .ft-link a::after, footer .ft-link .copy::after {
    bottom: 0;
    right: 0;
    left: 0;
  }
  footer .ft-link a:hover::after, footer .ft-link .copy:hover::after {
    display: none;
  }
  footer .ft-link .ft-copy {
    display: inline-block;
  }
  footer .ft-link .ft-copy span::before {
    width: 11px;
    height: 18px;
  }
  footer .ft-link .cookies-link {
    display: inline-block;
  }
  footer .ft-link .cookies-link a::before {
    width: 11px;
    height: 11px;
  }
  footer #socialbuttons {
    margin: 13px 0px 0px auto;
    text-align: right;
  }
  footer address {
    font-size: 13px;
    text-align: left;
    margin: 19px 0px 0px 74px;
  }
  footer .ft-vcard {
    width: 580px;
    margin: 39px 70px 0px 0px;
  }
  footer .ft-vcard dl {
    display: flex;
    font-size: 13px;
    letter-spacing: 0.28em;
    white-space: nowrap;
  }
  footer .ft-vcard dl dt {
    padding-right: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  footer .nav-ft-child {
    padding-right: 110px;
  }
  footer .ft-top .col-right {
    margin-right: 110px;
  }
  footer .ft-bottom .col-right {
    margin-right: 110px;
  }
}

.home footer .ft-top .col-right {
  margin: 10px 70px 0px 0px;
}
@media screen and (min-width: 768px) {
  .home footer {
    padding-bottom: 255px;
  }
  .home footer .ft-top {
    padding-top: 44px;
  }
  .home footer .ft-top .col-left {
    margin-left: 74px;
    width: 391px;
    align-items: flex-start;
  }
  .home footer .ft-top .inner-left {
    margin: 17px 0px 0px 29px;
  }
  .home footer .tel .tel-num {
    margin-top: 11px;
  }
  .home footer .ft-bottom .col-right {
    margin: -19px 70px 0px 0px;
  }
  .home footer .ft-link {
    margin-top: 6px;
    column-gap: 9px;
  }
  .home footer address {
    margin-top: 11px;
  }
  .home footer #socialbuttons {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .home footer .ft-top .col-left {
    margin-left: 14px;
  }
  .home footer .ft-top .inner-left {
    margin-left: 10px;
  }
  .home footer .ft-top .col-right {
    margin-right: 110px;
  }
  .home footer .ft-bottom .col-right {
    margin-right: 110px;
  }
  .home footer address {
    margin-left: 14px;
  }
}

/*=============================================
 * fadeUpBlur
 *=============================================*/
@-webkit-keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeUpBlur {
  -webkit-animation-name: fadeUpBlur;
  animation-name: fadeUpBlur;
  animation-duration: 2s;
  animation-delay: 0.3s;
}