@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 32px;
  background: url(../img/shared/pt1.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.2px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family:
    "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.fnt-gothic {
  font-family:
    "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-shippori {
  font-family: "Shippori Mincho";
}

.fnt-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.fnt-cor {
  font-family: "Cormorant Garamond", serif;
}

.fnt-ari {
  font-family: "Arimo", sans-serif;
}

/*=============================================
*************** mobie first header ************
*=============================================*/
header h1.h1-top {
  font-size: 12px;
  font-weight: 500;
  width: 70%;
  color: #bba981;
  position: absolute;
  left: 12px;
  top: 18px;
  line-height: 18px;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

header .logo {
  width: 60%;
  max-width: 220px;
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  z-index: 1;
}

.hamberger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #26231e;
}

.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.hamberger-btn span {
  width: 40px;
  height: 3px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
  border-radius: 50vw;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  border-radius: 50vw;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

.hamberger-btn span::after {
  top: -10px;
}

.hamberger-btn span::before {
  top: 10px;
}
.menu-open .hamberger-btn {
  background: transparent;
}
.menu-open .hamberger-btn span {
  transform: rotate(135deg) translateX(20px);
  top: 15px;
  left: 46%;
  background: #000;
  height: 2px;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-90deg) translateX(0px);
  top: 0;
  height: 2px;
  background: #000;
}

.menu-open .hamberger-btn::after {
  display: none;
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}

.nav-header .nav {
  height: auto;
  margin: 0 auto;
}
.nav-header .nav-1 {
  padding: 0 30px;
  width: 250px;
  padding-top: 20%;
  padding-bottom: 5%;
}
.nav-header .nav-1 a.nav-main {
  position: relative;
}
.nav-header .nav-1 a.nav-main.active::before {
  content: "";
  background: #333;
  height: 3px;
  width: 20px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.nav-header a.nav-main {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  color: #333;
}
.nav-header .nav-2 {
  width: 320px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 30px;
}
.nav-header .nav-2 li {
  position: relative;
}
.nav-header .nav-2 li:not(:last-child)::after {
  content: "";
  height: 18px;
  width: 1px;
  background: #b6b6b6;
  right: -20px;
  top: 7px;
  position: absolute;
}
.nav-header .nav-2 a.nav-main {
  font-size: 20px;
}
.nav-header .nav_logo {
  width: 200px;
  margin: 0 auto 40px;
}
.nav-header .tel-t3 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 28px;
  color: #333;
}
.nav-header .tel-t3 dt {
  font-size: 13px;
}
.nav-header .tel-t3 dd {
  font-size: 12px;
}
.nav-header .tel-t3 .tel-icon {
  display: block;
  width: 235px;
  margin: 0 auto 5px;
}
.nav-header .nav-btn {
  padding-bottom: 200px;
}
.nav-header .nav-btn a {
  display: block;
  width: 250px;
  background: url(../img/shared/shopinfo_pt1.jpg);
  text-align: center;
  padding: 10px;
  color: #fff;
  margin: 0 auto;
}
.nav-header .nav-social {
  position: absolute;
  right: 5%;
  top: 10%;
}
.nav-header .nav-social li {
  margin-bottom: 18px;
}
.nav-header .nav-social li:last-child {
  width: 22px;
  margin: 0 auto;
}
.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  padding: 80px 25px 0;
  box-sizing: border-box;
}
#key-box .keyvisual li {
  height: 500px;
}

#key-box .keyvisual li img {
  height: 500px;
  object-fit: cover;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #000;
  z-index: 98;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
}

#fixed-sp ul {
  display: flex;
  background: url(../img/shared/fixed_pt.jpg);
  width: 100%;
}

#fixed-sp ul li {
  width: calc(100% / 3);
  height: 50px;
  border-right: 1px solid #404040;
}

#fixed-sp ul li:nth-child(3) {
  background: url(../img/shared/fixed_pt2.jpg);
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

#fixed-sp ul li a span {
  width: 100%;
}

#fixed-sp ul li:first-child {
  position: relative;
}
#fixed-sp ul li:last-child {
  border-right: none;
}
#fixed-sp ul li a span:first-child {
  margin-bottom: -8px;
}

#fixed-sp ul li:nth-child(1) a img {
  width: 10px;
}

#fixed-sp ul li:nth-child(2) a img {
  width: 20px;
}

#fixed-sp ul li:nth-child(3) a img {
  width: 15px;
}

#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}
html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/*=============================================
*************** mobie first footer ************
*=============================================*/
footer .shopinfo {
  padding: 80px 0 20px;
  background:
    url(../img/shared/shopinfo_bg1.png) no-repeat right top/125%,
    #000;
  color: #fff;
}
footer .logo {
  width: 185px;
  margin: 0 auto 50px;
}
footer .tel-t1 {
  margin-bottom: 30px;
}
footer .shopinfo-btn a {
  display: block;
  background: url(../img/shared/shopinfo_pt1.jpg);
  width: 280px;
  margin: 0 auto 50px;
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
footer .row-info {
  margin-bottom: 50px;
}
footer .row-info dl {
  margin-bottom: 20px;
  line-height: 24px;
}
footer .row-info dl dd {
  padding-left: 22px;
}
footer .info-left a {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
  background: url(../img/shared/icon_map_w.png) no-repeat center left 10px / auto;
}
footer .info-left a::before {
  content: "";
  background: #fff;
  height: 15px;
  width: 1px;
  left: 0;
  top: 4px;
  position: absolute;
}
footer .google-map iframe {
  width: 100%;
  margin-bottom: 20px;
}
footer .btn-t1 {
  margin-bottom: 10px;
}
footer .ft-bot {
  padding: 30px 0 150px;
  background: #b6b6b6;
  color: #333;
}
footer .ft-row-1 .col-left {
  margin-bottom: 30px;
}

footer .ft-row-1 p {
  width: 250px;
  margin: 0 auto 10px;
}
footer .ft-row-1 .btn-right a {
  font-size: 16px;
  display: block;
  padding: 7px;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 600;
}
footer .btn-share a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .page-top {
  width: 250px;
  margin: 0 auto 20px;
}
footer .ft-row-2 address {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
}
/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    z-index: 9;
    top: 0;
    width: max-content;
    max-width: 100%;
  }

  header h1.h1-top {
    font-size: 14px;
    position: absolute;
    left: 70px;
    top: 400px;
    writing-mode: vertical-rl;
    height: max-content;
    width: max-content;
    transform: translateX(-50%);
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 1;
    visibility: visible;
    transition: none;
    height: auto;
    display: none;
  }

  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }

  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    padding-top: 0;
    width: auto;
    margin: auto;
  }

  .nav-header a.nav-main {
    position: relative;
    align-items: center;
    padding: 5px;
    margin: 0 12px;
  }

  .nav-header a.nav-main:hover {
    color: red;
  }

  .nav-header a.nav-main::after {
    width: 0%;
    height: 1px;
    background: red;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 5%;
    transition: all 0.4s ease;
    display: block;
  }

  .nav-header li a.nav-main.active::after,
  .nav-header li:hover a.nav-main::after {
    width: 90%;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
    z-index: 100;
  }

  .head-info {
    display: block;
  }
  .head-info .btn-spell a {
    position: absolute;
    right: calc(50% + 585px);
    font-size: 13px;
    top: 52px;
    letter-spacing: 0.7px;
    color: #333333;
    line-height: 32px;
  }
  .head-info .btn-spell a::after {
    content: "";
    background: #7b7b7b;
    width: 1px;
    height: 25px;
    right: -25px;
    top: 3px;
    position: absolute;
  }
  .head-info .nav-h {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    display: flex;
    justify-content: center;
    gap: 0 35px;
    z-index: 90;
    width: max-content;
  }
  .head-info .nav-h li a {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
  }
  .head-info .nav-h li a::after {
    content: "";
    background: #2c3d1c;
    width: 0;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    transition: 0.3s;
  }
  .head-info .nav-h li a:hover::after,
  .head-info .nav-h li.active a::after {
    width: 100%;
    transition: 0.3s;
  }
  .head-info .nav-h2 {
    position: absolute;
    left: calc(50% + 310px);
    top: 140px;
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .head-info .nav-h2 li a {
    text-transform: uppercase;
    font-size: 15px;
  }
  .head-info .nav-h2 li a:hover {
    opacity: 0.7;
  }
  .head-info .nav-h2 li:nth-child(1),
  .head-info .nav-h2 li:nth-child(2) {
    position: relative;
  }
  .head-info .nav-h2 li:nth-child(1)::after,
  .head-info .nav-h2 li:nth-child(2)::after {
    content: "";
    background: #b6b6b6;
    width: 1px;
    height: 16px;
    right: -15px;
    top: 8px;
    position: absolute;
  }
  .head-info .tel-t2 {
    position: absolute;
    left: calc(50% + 310px);
    top: 65px;
  }
  #feed .row .photo span:hover {
    opacity: 0.7;
  }

  #feed dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    position: relative;
    z-index: 99;
  }
  footer .wrap {
    max-width: 1200px !important;
  }
  footer .logo {
    width: max-content;
    margin: 0 auto 75px;
  }
  footer .shopinfo {
    padding: 270px 0 95px;
    background:
      url("../img/shared/shopinfo_bg1.png") no-repeat right top/calc(50% + 500px),
      #000;
  }
  footer .tel-t1 {
    margin-bottom: 20px;
  }
  footer .shopinfo-btn a {
    margin: 0 auto 95px;
  }
  footer .shopinfo-btn a:hover {
    opacity: 0.7;
  }
  footer .row-info {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 75px;
  }
  footer .row-info dl {
    display: flex;
    line-height: 27px;
    margin-bottom: 27px;
  }
  footer .row-info dl dt {
    width: 125px;
  }
  footer .row-info dl dd {
    width: calc(100% - 90px);
    padding-left: 0;
    text-align: left;
  }
  footer .row-info .info-left {
    width: 450px;
  }
  footer .info-left a:hover {
    opacity: 0.7;
  }
  footer .row-info .info-right {
    width: 470px;
  }
  footer .google-map iframe {
    height: 500px;
    margin-bottom: 55px;
  }
  footer .banner {
    width: 950px;
    margin: 0 auto;
  }
  footer .btn-share a {
    width: max-content;
    margin-right: calc(50% + 35px);
    letter-spacing: 1.5px;
    margin-left: auto;
    display: block;
  }
  footer .btn-share a:hover {
    text-decoration: none;
  }
  footer .ft-row-1 {
    margin-bottom: 55px;
  }
  footer .ft-row-1 p.btn-right {
    width: 225px;
    margin: 0;
  }
  footer .ft-row-1 .col-left {
    width: 905px;
    margin-bottom: 0;
    position: relative;
  }
  footer .ft-row-1 .col-left::after {
    content: "";
    background: #000;
    width: 1px;
    height: 45px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  footer .ft-bot {
    padding: 55px 0 80px;
  }
  footer .ft-row-1 p {
    width: max-content;
    margin: 0;
  }
  footer .ft-row-1 .btn-right a {
    padding: 10px;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    line-height: 27px;
  }
  footer .ft-row-1 .btn-right a:hover {
    text-decoration: none;
  }
  footer .ft-row-2 address {
    margin-bottom: 0;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #socialbuttons {
    max-width: 350px;
    margin: 0 !important;
  }

  address span {
    padding-left: 15px;
  }

  address a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  #pagetop:hover {
    opacity: 0.7;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #fff;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: "";
  color: #fff;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #b10505;
}

.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes slidein {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000vw 0;
  }
}

@keyframes rotate-loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .head-info .btn-spell a {
    left: 40px;
    right: auto;
  }
  .head-info .tel-t2 {
    left: auto;
    right: 10px;
  }
  .head-info .nav-h2 {
    left: auto;
    right: 20px;
  }
  footer .wrap {
    max-width: 1150px !important;
  }
  footer .ft-row-1 .col-left {
    width: 860px;
  }
  footer .ft-row-1 p {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  header .logo {
    top: 30px;
    width: 350px;
  }
}
.fix_box {
  top: 50%;
  text-orientation: upright;
}
.fix_box a:hover {
  opacity: 0.7;
}
