@charset "UTF-8";

:root {
  --primary: #1e2f4b;
  --secondary: #9daa32;
  --menu-toggle-pb: 90px;
  --footer-pb: 30vw;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../font/ZenOldMincho-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../font/ZenOldMincho-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../font/ZenOldMincho-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hannari Mincho";
  src: url("../font/HannariMincho-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html.iphone {
  --menu-toggle-pb: 200px;
  --footer-pb: 40vw;
}

html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 4vw;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1);
  }
}

:root {
  --wood: url("../img/shared/wood_bg.jpg") repeat;
  --bg2: url("../img/shared/bg2.jpg") repeat;
}

/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg");
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.037037037;
  letter-spacing: 0.12em;
  color: #000;
}

@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }

  body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}

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

/*=============================================
 * 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-hanna {
  font-family: "Hannari Mincho";
  font-weight: 400;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  width: 1000px;
}

@media only screen and (max-width: 1080px) {
  html.responsive .wrap {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.bg-parallax {
  position: relative;
  z-index: -1;
}

.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.copy.copied {
  pointer-events: none;
  cursor: default;
}

@media all and (-ms-high-contrast: none) {

  p.btn a img,
  header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }

  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}

@media screen and (max-width: 767px) {
  html.responsive .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }

  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.ttl-default {
  font-weight: 400;
  font-size: 5vw;
  letter-spacing: 0.12em;
}

.btn-style-1 {
  width: 77vw;
  max-width: 100%;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.btn-style-1:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

.btn-style-1::before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 10px solid #000;
  border-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-1 img {
  margin: 0 10px 6px 0;
}

.btn-style-1.btn--blue {
  background: var(--primary);
  color: #fff;
}

.btn-style-1.btn--blue::before {
  border-right-color: #fff;
}

.btn-style-1.btn--green {
  background: var(--secondary);
  color: #fff;
}

.btn-style-1.btn--green::before {
  border-right-color: #fff;
}

.btn-style-1.btn--brown {
  background: url("../img/shared/wood_bg.jpg");
  color: #fff;
}

.btn-style-1.btn--brown::before {
  border-right-color: #fff;
}

@media screen and (min-width: 768px) {
  .btn-style-1 {
    width: 281px;
    min-height: 52px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }

  .btn-style-1.txt-vertical-pc {
    width: auto;
    min-width: 52px;
    height: 282px;
  }

  .btn-style-1.txt-vertical-pc::before {
    border: 5px solid transparent;
    border-bottom: 10px solid;
    border-top: 0;
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.btn-reserve a {
  width: 80vw;
  max-width: 100%;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: url("../img/shared/wood_bg.jpg");
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

.btn-reserve.has-border a {
  border: 1px solid;
  box-sizing: border-box;
}

.btn-reserve a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-reserve a>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.btn-reserve a>span::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/shared/icon_calendar.png") center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .btn-reserve a {
    width: 247px;
    min-height: 52px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  z-index: 102;
  padding-top: 119px;
}

header h1 {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 17.5px;
  top: 5px;
}

header .logo {
  width: 27%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

@media screen and (min-width: 768px) {
  header h1 {
    top: auto;
    bottom: 39px;
    text-align: right;
    right: 51px;
    font-size: 12px;
  }

  header .logo {
    width: 141px;
    margin-top: 49px;
  }

  header .nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 152px;
    left: 33px;
    z-index: 1;
  }

  header .nav-sns img {
    width: auto;
    max-height: 35px;
  }

  header .nav-sns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
  }

  header .nav-sns li+li {
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 0;
  }
}

.menu_toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu_toggle {
    width: 100% !important;
    height: 100vh;
    min-height: 100%;
    float: right;
    display: block;
    margin-top: 0;
    padding-top: 75px 0 var(--menu-toggle-pb);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/shared/bg.jpg) repeat;
    color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease, height 0s !important;
    transition: 0.5s ease, height 0s !important;
  }

  .menu_toggle nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 11.33vw;
    font-size: 4vw;
    padding-top: 20vw;
  }

  .menu_toggle nav a {
    display: block;
    min-width: 11.33vw;
    border-left: 1px solid #a3a3a3;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
  }

  .menu_toggle nav a:last-child {
    border-right: 1px solid #a3a3a3;
  }

  .menu_toggle nav a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 8px;
    background: #000;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0;
  }

  .menu_toggle nav a.active:before {
    opacity: 1;
  }

  .menu_toggle .sns {
    margin-top: 16.53vw;
  }

  .menu_toggle .sns img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.hamburger {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  padding-bottom: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hamburger:after {
  content: "MENU";
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  font-size: 10.5px;
  width: 100%;
}

.hamburger .hamburger-box {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger .hamburger-inner::before {
  top: -6px;
}

.hamburger .hamburger-inner::after {
  bottom: -6px;
}

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

.navOpen .hamburger {
  background: var(--bg2);
}

.navOpen .hamburger:after {
  content: "CLOSE";
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-742deg);
  transform: rotate(-742deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  background: url(../img/shared/bg.jpg) repeat;
  height: 119px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-fixed.fixed {
  position: fixed;
  top: 0;
  height: 106px;
  -webkit-box-shadow: 0px 0px 7px 2.43px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 2.43px rgba(0, 0, 0, 0.1);
}

.nav-fixed.fixed nav {
  padding-top: 12px;
}

.nav-fixed.fixed .right .nav-btn a {
  padding-top: 0;
}

.nav-fixed.fixed .right .nav-btn a:before {
  top: 22px;
}

.nav-fixed nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15.5px;
  padding: 20px 0 0 56px;
  letter-spacing: 0.15em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 735px;
  height: 41px;
}

.nav-fixed .line_nav {
  border: 1px solid;
  padding: 0px 10px;
  margin-top: 5px;
}

.nav-fixed .line_nav:hover {
  opacity: 0.5;
  transition-duration: .3s;
  text-decoration: none;
}

.nav-fixed nav a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
}

.nav-fixed nav a.active,
.nav-fixed nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-fixed .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-fixed .right .nav-btn {
  width: 203px;
  height: 100%;
}

.nav-fixed .right .nav-btn a {
  height: inherit;
  display: block;
  background: var(--wood);
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 140px;
  padding-top: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
  position: relative;
}

.nav-fixed .right .nav-btn a:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url(../img/shared/icon_web2.png) no-repeat center center;
  background-size: contain;
}

.nav-fixed .right .nav-btn a:hover {
  opacity: 0.8;
}

.nav-fixed .right .tel {
  margin-right: 28px;
}

.nav-fixed .right .tel dl {
  line-height: 23px;
  margin-top: 2px;
}

.nav-fixed .right .tel dl dt {
  font-size: 12.8px;
}

.nav-fixed .right .tel dl dd span {
  font-size: 21.67px;
}

.nav-fixed .right .tel dl dd span small {
  font-size: 15.76px;
}

@media screen and (max-width: 767px) {
  .nav-fixed {
    height: 0;
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .nav-fixed nav {
    padding-left: 15px;
    max-width: 620px;
  }

  .nav-fixed nav a {
    margin-right: 15px;
  }

  .nav-fixed .right .tel {
    margin-right: 10px;
  }

  .nav-fixed .right .nav-btn {
    width: 183px;
  }
}

#topnav_fixed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  background: url("../img/shared/bg5.jpg");
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 105;
}

#topnav_fixed .ttl {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#topnav_fixed .tabs-switch .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 3vw;
  -moz-column-gap: 3vw;
  column-gap: 3vw;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1.7;
}

#topnav_fixed .tabs-switch .tab-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#topnav_fixed .tabs-switch .tab-link li:hover {
  opacity: 0.7;
}

#topnav_fixed .tabs-switch .tab-link li::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/shared/icon_plus.png") 0 0/contain no-repeat;
}

#topnav_fixed .tabs-switch .tab-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: absolute;
  bottom: 100%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #topnav_fixed .tabs-switch .tab-content {
    height: 100vh;
    min-height: 100%;
    max-height: none;
    overflow-y: auto;
    padding: 40vw var(--paddingWrap) 20vw var(--paddingWrap);
    box-sizing: border-box;
    /* -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y; */
    -webkit-transition: 0.5s ease, height 0s !important;
    transition: 0.5s ease, height 0s !important;
  }

  #topnav_fixed .tabs-switch .tab-content .inner {}
}

#topnav_fixed .tabs-switch .tab-content.hide {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

#topnav_fixed .tabs-switch .tab-content .brand_logo {
  text-align: center;
}

#topnav_fixed .tabs-switch .tab-content .brand_logo img {
  width: 25vw;
}

#topnav_fixed .tabs-switch .tab-content .contactbox {
  margin-top: 5vw;
  text-align: center;
}

#topnav_fixed .tabs-switch .tab-content .contactbox dl.tel .tel-number {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

#topnav_fixed .tabs-switch .tab-content .contactbox dl.tel .tel-number small {
  font-size: 17px;
  letter-spacing: 0.12em;
}

#topnav_fixed .tabs-switch .tab-content .contactbox .btn-reserve {
  margin-top: 5vw;
}

#topnav_fixed .tabs-switch .tab-content .contactbox .btn-instagram {
  margin-top: 5vw;
}

#topnav_fixed .tabs-switch .tab-content nav {
  margin-top: 10vw;
}

#topnav_fixed .tabs-switch .tab-content nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#topnav_fixed .tabs-switch .tab-content nav ul a {
  min-width: 33px;
  display: block;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  white-space: nowrap;
}

#topnav_fixed .tabs-switch .tab-content nav ul a:hover {
  text-decoration: none;
}

#topnav_fixed .tabs-switch .tab-content nav ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

#topnav_fixed .tabs-switch .tab-content nav ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  #topnav_fixed {
    width: 85px;
    height: 100svh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 10px;
    top: 0;
    right: 0;
    left: auto;
  }

  #topnav_fixed .ttl {
    font-size: 22px;
  }

  #topnav_fixed .tabs-switch {
    margin-top: auto;
  }

  #topnav_fixed .tabs-switch .tab-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    font-size: 16px;
  }

  #topnav_fixed .tabs-switch .tab-link li {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #topnav_fixed .tabs-switch .tab-link li::after {
    margin-top: 5px;
  }

  #topnav_fixed .tabs-switch .tab-content {
    width: 528px;
    height: 100svh;
    overflow: auto;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
  }

  #topnav_fixed .tabs-switch .tab-content .inner {
    padding: 50px;
  }

  #topnav_fixed .tabs-switch .tab-content .brand_logo img {
    width: auto;
  }

  #topnav_fixed .tabs-switch .tab-content .contactbox {
    margin-top: 50px;
  }

  #topnav_fixed .tabs-switch .tab-content .contactbox dl.tel dt {
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  #topnav_fixed .tabs-switch .tab-content .contactbox dl.tel .tel-number {
    font-size: 24px;
  }

  #topnav_fixed .tabs-switch .tab-content .contactbox dl.tel .tel-number small {
    font-size: 18px;
  }

  #topnav_fixed .tabs-switch .tab-content .contactbox .btn-reserve {
    margin-top: 30px;
  }

  #topnav_fixed .tabs-switch .tab-content .contactbox .btn-instagram {
    margin-top: 30px;
  }

  #topnav_fixed .tabs-switch .tab-content nav {
    margin-top: 100px;
  }

  #topnav_fixed .tabs-switch .tab-content nav ul a {
    min-width: 35px;
    padding: 0 10px;
    font-size: 16px;
    position: relative;
  }

  #topnav_fixed .tabs-switch .tab-content nav ul a:hover::before {
    opacity: 1;
    visibility: visible;
  }

  #topnav_fixed .tabs-switch .tab-content nav ul a::before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 10px solid #000;
    border-bottom: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    opacity: 0;
    visibility: hidden;
  }

  #topnav_fixed .tabs-switch .tab-link span {
    display: inline-block;
    height: 10px;
  }

  #topnav_fixed .tab_none {
    margin-bottom: 16px;
    margin-right: -3px;
  }
}

@media screen and (max-width: 768px) {
  #topnav_fixed .tabs-switch {
    width: 100%;

    .tab_none {
      position: absolute;
      bottom: 7vw;
      left: 50%;
      transform: translateX(-50%);
    }

    .tab-link {
      position: absolute;
      bottom: 1vw;
      width: 100%;
      left: 42%;
      transform: translateX(-50%);
    }
  }

  #topnav_fixed .tabs-switch .tab-link span {
    display: inline-block;
    width: 3vw;
  }

  #topnav_fixed .ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #topnav_fixed {
    height: 25vw;
  }
}

#topnav_fixed .tabs-switch .tab-link .close::after {
  background: url(../img/shared/icon_close.png) 0 0 / contain no-repeat;
}

#topnav_fixed .tab_none a {
  text-decoration: none;
}

#topnav_fixed .tab_none a:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  color: #fff;
  background: var(--wood);
}

footer .set2 {
  padding: 19.3vw 0 13vw;
}

footer .set2 .logo {
  width: 32%;
  margin: 0 auto;
}

footer .set2 .tel {
  margin: 7vw 0 8vw;
}

footer .set2 .sns {
  margin-top: 6vw;
}

footer .set2 .info-footer {
  margin-top: 10.8vw;
  margin-left: 3px;
}

footer .set2 .info-footer dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
  text-align: left;
  margin-bottom: 15px;
}

footer .set2 .info-footer dl dt {
  min-width: 27%;
}

footer .set2 .info-footer dl dd {
  margin-right: -10vw;
}

footer .set2 .info-footer dl dd a {
  text-decoration: none;
  border-bottom: 1px solid;
}

footer .set2 .info-footer dl dd a img {
  width: 11px;
  margin: -2px 3px 5px 0;
}

footer .set3 {
  padding: 9vw 0 100px;
  text-align: center;
  border-top: 1px solid #7f7770;
}

footer .set3 address {
  margin-bottom: 7vw;
}

footer .set3 address span {
  display: block;
  font-size: 11px;
}

footer .set3 address span a {
  text-decoration: none;
  border-bottom: 1px solid;
}

footer .set3 address span a:after {
  content: "";
  display: inline-block;
  background: url(../img/shared/icon_link.png) no-repeat center top;
  background-size: contain;
  width: 8px;
  height: 9px;
  margin-left: 5px;
}

footer .set3 .button {
  text-align: center;
  margin-top: 16px;
}

footer .set3 .button span::before {
  content: "";
  display: inline-block;
  background: url(../img/shared/icon_copy.png) no-repeat center top;
  background-size: contain;
  width: 14px;
  margin: 0 5px -2px 0;
  height: 15px;
}

footer .set3 #pagetop {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  footer .banner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 9px;
    background: #fff;
  }

  footer .banner>p {
    flex: 1 1 50%;
  }

  footer .banner>p img {
    width: 100%;
    height: 100%;
  }

  footer .banner>p>a {
    display: block;
    width: 100%;
    height: 100%;
  }

  footer .banner li {
    width: 50%;
  }

  footer .banner li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  footer .set2 {
    padding: 95px 0 111px;
  }

  footer .set2 .left {
    width: 279px;
  }

  footer .set2 .left .logo {
    width: 107px;
    padding-right: 16px;
  }

  footer .set2 .left .tel {
    margin: 27px 0 22px -34px;
  }

  footer .set2 .left .btn-cus {
    margin-left: 0;
  }

  footer .set2 .left .sns {
    margin: 21px 0 0 -35px;
  }

  footer .set2 .info-footer {
    margin-top: 2px;
    margin-left: -1px;
    border-left: 1px solid #9e978f;
    border-right: 1px solid #9e978f;
    padding: 44px 0 0 43px;
    width: 453px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .set2 .info-footer dl {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    letter-spacing: 0.1em;
  }

  footer .set2 .info-footer dl dt {
    min-width: 87px;
  }

  footer .set2 .info-footer dl dd {
    margin-right: -10px;
  }

  footer .set2 .info-footer dl dd a {
    padding-left: 4px;
  }

  footer .set2 .info-footer dl dd a:hover {
    border-color: transparent;
  }

  footer .set2 .info-footer dl dd a img {
    width: 10px;
    margin: 1px 4px 5px 0px;
  }

  footer .set2 nav {
    line-height: 23px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 136px -50px 0 41px;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    letter-spacing: 0.18em;
    display: flex;
    flex-flow: column;

    div:not(.nav2) {
      display: flex;
      gap: 20px;
    }

    .nav2 {
      display: flex;
      gap: 10px;
      margin-top: 10px;
    }

    .nav2 a {
      padding: 10px;
      justify-content: center;
      border: 1px solid #fff;
    }

    .nav2 a:hover {
      opacity: 0.5;
      transition-duration: .3s;
    }

    .nav2 a::before {
      content: none;
    }
  }

  footer .set2 nav a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 23px;
  }

  footer .set2 nav a:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 8px;
    background: #fff;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0;
  }

  footer .set2 nav a:hover:before,
  footer .set2 nav a.active:before {
    opacity: 1;
  }

  footer .set3 {
    padding: 38px 0 74px;
  }

  footer .set3 address {
    font-size: 16px;
    margin-bottom: 25px;
  }

  footer .set3 address span {
    margin-top: -9px;
    letter-spacing: 0.1em;
    font-size: 13px;
  }

  footer .set3 address span a:hover {
    border-color: transparent;
  }

  footer .set3 address span a:after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin: 0 3px 0 2px;
  }

  footer .set3 #socialbuttons {
    padding-right: 157px;
  }

  footer .set3 .button {
    margin: -27px 0 0 340px;
    font-size: 15px;
    letter-spacing: 0.15em;
  }

  footer .set3 .button span:before {
    width: 17px;
    margin: 0 11px -1px 0;
    height: 16px;
  }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--wood);
  z-index: 103;
  -webkit-box-shadow: 0px 0px 26px 9.45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 26px 9.45px rgba(0, 0, 0, 0.2);
}

.ft_fixed_shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  color: #fff;
  position: relative;
}

.ft_fixed_shared li:nth-child(n+3) {
  background: url(../img/shared/bg.jpg) repeat;
  color: #000;
}

.ft_fixed_shared li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #837b73;
}

.ft_fixed_shared li:last-child {
  border-left: 1px solid #8e8e8e;
}

.ft_fixed_shared li a {
  display: block;
  padding-top: 13px;
  position: relative;
  font-size: 10.5px;
  text-decoration: none;
}

.ft_fixed_shared li a img {
  display: block;
  width: 16px;
  margin: 0 auto;
}

/* 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 {
    height: 36px;
    content: "";
    background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }

  #ft_fixed,
  #topnav_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }
}

/* 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 {
    height: 36px;
    content: "";
    background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }

  #ft_fixed,
  #topnav_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-pixel-ratio: 3),
only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
  footer::after {
    height: 36px;
    content: "";
    background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }

  #ft_fixed,
  #topnav_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }
}

@media screen and (min-width: 768px) {

  footer::after,
  #ft_fixed {
    display: none;
  }
}

/*=============================================
 * key
 *=============================================*/
#key .keyvisual {
  line-height: 1;
}

#key .keyvisual p {
  height: 160vw;
}

#key .keyvisual p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #key .keyvisual p {
    height: 802px;
  }
}

/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/shared/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

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

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

.slick-prev:before,
.slick-next:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/shared/slider_arrow.png") center/contain no-repeat;
}

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

@media screen and (min-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 54px;
    height: 54px;
    bottom: -4px;
  }

  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.7;
  }
}

.slick-prev {
  left: calc(50% - 50px);
}

@media screen and (min-width: 768px) {
  .slick-prev {
    width: 54px;
    height: 54px;
    left: -36px;
  }
}

.slick-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: calc(50% - 50px);
}

@media screen and (min-width: 768px) {
  .slick-next {
    width: 54px;
    height: 54px;
    left: 26px;
    right: auto;
  }
}

/* Dots */
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  opacity: 0.4;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 100%;
  border: 0;
  background: #fff;
}

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

.slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    width: auto;
    bottom: 30px;
    right: 20px;
  }
}

@media (hover: hover) {
  .slick-dots li:hover {
    opacity: 1;
  }
}

/*--------------------------------------
  common
--------------------------------------*/
.row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tel {
  text-align: center;
}

.tel dl {
  line-height: 28px;
}

.tel span {
  font-size: 6.5vw;
  letter-spacing: 0.12em;
}

.tel span small {
  font-size: 4.5vw;
}

.tel p {
  line-height: 20px;
  margin-top: 10px;
}

.sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 49px;
  position: relative;
}

.sns::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 49%;
  bottom: -2px;
  border-left: 1px solid #8e867e;
}

.sns li {
  width: 22px;
}

.sns li:nth-child(2) {
  width: 31px;
}

.btn-cus {
  width: 80vw;
  margin: 0 auto;
}

.btn-cus a {
  display: block;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  color: #fff;
  background: #1e2f4b;
  text-align: center;
  position: relative;
  text-decoration: none;
}

.btn-cus a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 14px;
  height: 100%;
}

.btn-popup a {
  border: 1px solid #fff;
}

.btn-popup a:before {
  background: url(../img/shared/icon_popup.png) no-repeat center center;
  background-size: contain;
}

.btn-web a {
  padding-left: 20%;
}

.btn-web a:before {
  background: url(../img/shared/icon_web.png) no-repeat center center;
  right: auto;
  left: 24%;
  width: 17px;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tel dl {
    line-height: 30px;
  }

  .tel dl dt {
    font-size: 14.34px;
  }

  .tel dl dd span {
    font-size: 24.28px;
  }

  .tel dl dd span small {
    font-size: 17.65px;
  }

  .tel p {
    font-size: 18px;
    margin-top: 7px;
    margin-left: 9px;
    letter-spacing: 0.12em;
  }

  .tel p small {
    font-size: 11px;
  }

  .sns {
    gap: 48px;
  }

  .sns:before {
    top: 5px;
  }

  .sns li {
    width: 23px;
  }

  .sns li:nth-child(2) {
    width: 32px;
  }

  .btn-cus {
    width: 245px;
  }

  .btn-cus a {
    height: 51px;
    font-size: 16px;
    line-height: 50px;
    padding-right: 23px;
  }

  .btn-cus a:hover {
    opacity: 0.8;
  }

  .btn-popup {
    width: 525px;
  }

  .btn-popup a {
    height: 87px;
    font-size: 18.78px;
    line-height: 85px;
    padding-left: 5px;
    padding-right: 0;
  }

  .btn-popup a::before {
    right: 51px;
  }

  .btn-web a:before {
    left: 37px;
  }
}

/*--------------------------------------
  remodal
--------------------------------------*/
.remodal-wrapper {
  padding: 3%;
}

.remodal {
  padding: 40px 10px;
  background: url(../img/shared/bg.jpg) repeat;
}

.remodal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 35px;
}

.remodal-close:before {
  display: none;
}

.remodal h2 {
  font-size: 6vw;
  position: relative;
}

.remodal .note {
  margin: 4vw 0 10vw;
}

.remodal .col .row {
  margin-bottom: 47px;
}

.remodal .col h3 {
  background: var(--bg2);
  line-height: 24px;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.remodal .col h4 {
  margin: 0 -20px 20px;
}

.remodal .col .note1 {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 20px;
}

.remodal .col dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 8px;
  margin-bottom: 8px;
  gap: 20px;
}

.remodal .col dl dd {
  text-align: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
  min-width: 90px;
}

.remodal .btn-cus a {
  border: 1px solid #fff;
  background: #1e2f4b;
  padding-right: 0;
}

.remodal .btn-cus a:before {
  background: url(../img/shared/close2.png) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 5% 0;
  }

  .remodal {
    padding: 35px 0 122px;
    max-width: 1084px;
  }

  .remodal-close {
    width: 48px;
    margin-right: 36px;
    margin-bottom: 16px;
  }

  .remodal h2 {
    font-size: 27px;
    padding-bottom: 16px;
  }

  .remodal .note {
    margin: 33px 0 90px;
  }

  .remodal .main {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
  }

  .remodal .main .col {
    width: 480px;
  }

  .remodal .main .col .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .remodal .main .col .row h3 {
    font-size: 18px;
  }

  .remodal .main .col .row .note1 {
    line-height: 25px;
  }

  .remodal .main .col .row h4 {
    line-height: 30px;
  }

  .remodal .main .col .row dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .remodal .btn-cus {
    width: 280px;
  }
}

.font-strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

body.navOpen .menu_toggle .nav2 {
  text-align: center;
  margin-top: 10vw;
  font-size: 4vw;
}

body.navOpen .menu_toggle .nav2 a {
  border: 1px solid #000;
  padding: 3vw 5vw;
  margin: 0 1vw;
}

@media screen and (min-width: 768px) {
  .shopping_banner4 {
    position: absolute;
    top: 135px;
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .shopping_banner4 {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 10vw auto;
  }
}