<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url(../img/shared/bg.jpg) repeat top center;
  font-weight: 400;
}

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

/*=============================================
 * 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-noto {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.fnt-shi {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
}

body.navopen {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

body.navopen,
body.navopen *,
body.navopen *:hover,
body.navopen *:focus,
body.navopen *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}

body.navopen .hamburger,
body.navopen .menu-toggle,
body.navopen .menu-toggle *,
body.navopen .remodal-is-opened,
body.navopen .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked body.navopen,
.remodal-is-locked body.navopen *,
.remodal-is-locked body.navopen *:hover,
.remodal-is-locked body.navopen *:focus,
.remodal-is-locked body.navopen *:active {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked .remodal-is-opened,
.remodal-is-locked .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * &lt;main&gt;
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*=============================================
 * header header header header header header 
 *=============================================*/
header {
  position: relative;
  z-index: 99;
  position: relative;
  width: 100%;
}

#key {
  position: relative;
}

header .logo {
  margin: 7% 18% 4%;
  position: relative;
  z-index: 10;
}

header .logo img {
  opacity: 1 !important;
}

header h1 {
  font-size: 10px;
  line-height: 20px;
  position: relative;
  z-index: 10;
  color: #9c9c9c;
  margin-bottom: 7vw;
  text-align: center;
  padding: 0 5%;
  letter-spacing: 0.15em;
}

.hamburger {
  position: relative;
  cursor: pointer;
  visibility: visible;
}

.navopen .hamburger {
  background: url(../img/shared/close_h.png) no-repeat;
  background-size: 100% auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 58px;
}

.navopen .hamburger img {
  opacity: 0;
}

.navopen .ham-hide {
  opacity: 0;
  z-index: -1;
}

header .menu-toggle {
  opacity: 1;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0;
  right: -110%;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25vw 5% 15vw;
  background: url(../img/shared/bg.jpg) repeat;
  transition: all 0.3s ease;
  text-align: center;
}

header .menu-toggle .logo {
  margin-top: 0;
}

header .menu-toggle .nav {
  list-style-type: none;
  list-style-position: outside;
  padding-top: 4vw;
}

header .menu-toggle .nav li {
  margin-bottom: 3vw;
}

header .menu-toggle .nav a {
  position: relative;
  font-size: 16px;
  padding: 0px 10px 4px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 4vw;
  color: #000;
  font-weight: 500;
}

header .menu-toggle .nav a.active {
  color: #b81c27;
  border-bottom: 1px solid;
}

.navopen .menu-toggle {
  visibility: visible;
  pointer-events: visible;
  right: 0;
}

@media screen and (max-width: 767px) {

  .add-tel span {
    display: block;
    font-weight: 500;
    font-size: 20px;
  }

  .add-tel dd {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 767px) {
  header h1 {
    font-size: 13px;
    line-height: 26px;
    position: relative;
    z-index: 10;
    text-align: left;
    padding: 0;
    color: #9c9c9c;
  }
  header {
    padding-top: 356px;
  }
  header .inner {
    width: 1000px;
    margin: auto;
    position: absolute;
    min-height: 356px;
    top: 0;
    left: 50%;
    margin-left: -500px;
  }
  header .tel-pc {
    line-height: 24px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
  }
  header .tel-pc dt {
    font-size: 15px;
  }
  header .tel-pc dt span {
    font-size: 22px;
    font-weight: bold;
  }
  header .tel-pc dt i {
    font-size: 18px;
  }
  header .tel-pc dd {
    font-size: 15px;
    color: #6b6b6b;
    letter-spacing: 0;
  }
  header .link-ext {
    position: absolute;
    top: 40px;
    right: 23px;
    width: 294px;
  }
  header .link-ext li {
    margin-bottom: 10px;
  }
  header .link-ext li a {
    background: url(../img/shared/btn1_bg.jpg) no-repeat center;
    width: 294px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0 30px 0 60px;
    transition: opacity 0.3s ease;
    display: block;
    color: #FFF;
    font-size: 18px;
  }
  header .link-ext li a:hover {
    opacity: 0.75;
  }
  header .link-ext li a img {
    display: none;
  }
  header .link-ext li:nth-child(2) a {
    background: url(../img/shared/btn2_bg.jpg) no-repeat center;
  }
  header .logo {
    width: 340px;
    margin: 0;
    position: relative;
    z-index: 10;
    padding: 65px 0 18px;
  }
  #key {
    position: relative;
  }
  .lk-shop {
    position: absolute;
    z-index: 10;
    bottom: 35px;
    right: 35px;
  }
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    width: 50px;
    height: 130px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }
  header .menu-toggle {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 180px;
    right: 0%;
    height: 175px;
    overflow: hidden;
    z-index: 89;
    padding: 0;
    background: none;
    transition: none;
    text-align: left;
    width: 390px !important;
  }
  header .menu-toggle .logo {
    display: none;
  }
  header .menu-toggle .nav {
    list-style-type: none;
    list-style-position: outside;
    display: flex;
    justify-content: center;
    width: 390px;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 11;
  }
  header .menu-toggle .nav li {
    margin: 0;
  }
  header .menu-toggle .nav li a {
    cursor: pointer;
    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;
  }
  header .menu-toggle .nav a {
    position: relative;
    font-size: 17px;
    padding: 0;
    text-align: left;
    display: inline-block;
    transition: all 0.3s ease;
    margin-bottom: 0;
    line-height: 40px;
    border-right: 2px solid rgba(255, 255, 255, 0);
  }
  header .menu-toggle .nav a.active, header .menu-toggle .nav a:hover {
    color: #b81c27;
    border-right: 2px  solid;
    border-bottom: none;
  }
  .navopen .menu-toggle {
    visibility: visible;
    pointer-events: visible;
    right: 0;
    opacity: 1;
    z-index: 99;
  }
  .navopen .hamburger {
    background: url(../img/shared/close_pc.jpg) no-repeat;
    background-size: 100% auto;
    z-index: 999;
  }
  .has-nav header .logo {
    display: none;
  }
  .has-nav header h1 {
    display: none;
  }
  .has-nav header .inner {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/shared/bg.jpg) repeat;
    width: 100%;
    height: 80px;
    min-height: 80px;
    margin: 0;
  }
  .has-nav header .tel-pc {
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.075em;
    position: absolute;
    top: 16px;
    width: 1000px;
    left: calc(50% - 510px);
  }
  .has-nav header .tel-pc dt {
    font-size: 15px;
  }
  .has-nav header .tel-pc dt span {
    font-size: 22px;
    font-weight: bold;
    display: block;
  }
  .has-nav header .tel-pc dt i {
    font-size: 18px;
  }
  .has-nav header .tel-pc dd {
    display: none;
  }
  .has-nav header .link-ext {
    position: absolute;
    top: 120px;
    right: 0;
    width: 45px;
  }
  .has-nav header .link-ext li {
    margin-bottom: 10px;
  }
  .has-nav header .link-ext li a {
    background: none;
    width: auto;
    height: auto;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0;
    transition: opacity 0.3s ease;
    display: block;
  }
  .has-nav header .link-ext li a:hover {
    opacity: 0.8;
  }
  .has-nav header .link-ext li a img {
    display: block;
  }
  .has-nav header .link-ext li a span {
    display: none;
  }
  .has-nav header .menu-toggle {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    right: calc(50% - 510px);
    height: 80px;
    overflow: hidden;
    z-index: 89;
    padding: 0;
    background: none;
    transition: none;
    text-align: left;
    width: 1000px !important;
  }
  .has-nav header .menu-toggle .nav {
    list-style-type: none;
    list-style-position: outside;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1000px;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 11;
    height: 80px;
  }
  .has-nav header .menu-toggle .nav li {
    margin: 0 25px 2px 0;
    width: auto;
  }
  .has-nav header .menu-toggle .nav li a {
    cursor: pointer;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    word-wrap: inherit;
    letter-spacing: 0.075em;
    line-height: 34px;
  }
  .has-nav header .menu-toggle .nav a {
    position: relative;
    font-size: 16px;
    padding: 0;
    text-align: left;
    display: inline-block;
    transition: none;
    margin-bottom: 0;
    line-height: 40px;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
  .has-nav header .menu-toggle .nav a.active, .has-nav header .menu-toggle .nav a:hover {
    color: #b81c27;
    border-bottom: 2px  solid;
    border-right: none;
  }
}

/*=============================================
 * &lt;footer&gt;
 *=============================================*/
.copied {
  pointer-events: none;
}

footer {
  position: relative;
  padding-top: 13vw;
}

footer .footer-info .logo-info .logo {
  margin: 0 18% 5vw;
}

footer .footer-info .logo-info .tel {
  display: none;
}

footer .sns-ft {
  padding: 0vw 0 28vw;
}

footer .cookies-link {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5vw;
}

footer .cookies-link a {
  color: #5b5b5b;
}

footer address {
  font-size: 12px;
  line-height: 24px;
  margin: 10vw 0 0;
  color: #5b5b5b;
}

#pagetop {
  right: 2px;
  bottom: 18vw;
  width: 45px;
}

@media screen and (min-width: 767px) {
  footer {
    position: relative;
    padding: 95px 0 95px;
  }
  footer .footer-info {
    width: 500px;
  }
  footer .footer-info .logo-info .logo {
    margin: 0 0 -12px;
  }
  footer .footer-info .logo-info .tel {
    text-align: left;
    font-size: 15px;
    padding: 20px 0;
    margin: auto;
    display: block;
    letter-spacing: 0.1em;
  }
  footer .footer-info .logo-info .tel i {
    display: inline;
    padding-bottom: 2px;
  }
  footer .footer-info .logo-info .tel span {
    font-size: 22px;
  }
  footer .footer-info .logo-info .tel small {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding-top: 0;
    color: #6b6b6b;
    letter-spacing: 0;
  }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
  }
  footer .sns-flex {
    padding-top: 65px;
  }
  footer #socialbuttons {
    text-align: right;
  }
  footer .sns-ft {
    padding: 0;
    width: 500px;
    text-align: left;
  }
  footer .cookies-link {
    text-align: center;
    font-size: 15px;
    margin-bottom: 2px;
    padding-left: 130px;
    letter-spacing: 0.05em;
  }
  footer .cookies-link a {
    border-bottom: 1px solid rgba(91, 91, 91, 0);
    color: #5b5b5b;
    transition: all 0.3s ease;
  }
  footer .cookies-link a:hover {
    border-bottom: 1px solid #5b5b5b;
  }
  footer address {
    font-size: 15px;
    line-height: 24px;
    margin: 45px 0 0 118px;
    color: #5b5b5b;
    letter-spacing: 0.05em;
  }
  #pagetop {
    right: 0px;
    bottom: 10px !important;
    width: 70px;
  }
}

/*====================== ft-fixed ====================== */
#ft-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

#ft-fixed ul {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #pagetop {
    bottom: 25vw;
  }
  footer:after {
    background: url(../img/shared/bg_ipx.jpg) no-repeat center;
    background-size: 100% auto;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #pagetop {
    bottom: 25vw;
  }
  footer:after {
    background: url(../img/shared/bg_ipx.jpg) no-repeat center;
    background-size: 100% auto;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  #pagetop {
    bottom: 25vw;
  }
  footer:after {
    background: url(../img/shared/bg_ipx.jpg) no-repeat center;
    background-size: 100% auto;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

.navopen #pagetop {
  opacity: 0;
}

@media screen and (min-width: 767px) {
  footer:after {
    display: none !important;
  }
  #ft-fixed {
    display: none;
  }
}

/*=============================================
 * style custom
 *=============================================*/
.bg-parallax {
  position: relative;
  z-index: 0;
}

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

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

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
}

.slick-dots li {
  width: 45px;
  height: 8px;
  margin: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  background: none;
  border: 1px solid #000;
  background: none;
  border-radius: 0%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #b81c27;
  border: 1px solid #b81c27;
}

.slick-arrow {
  background: url(../img/restaurant/left.png) no-repeat center/cover;
  width: 36px;
  height: 36px;
  border: none !important;
  position: absolute;
  top: 16%;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  left: 10px;
}

.slick-arrow.slick-next {
  right: 10px;
  background: url(../img/restaurant/right.png) no-repeat center/cover;
}

@media screen and (min-width: 767px) {
  .slick-dots li,
  .slick-dots li button {
    width: 70px;
    height: 10px;
  }
  .slick-dots li {
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .slick-dots li:hover {
    opacity: 0.75;
  }
  .slick-arrow {
    width: 44px;
    height: 44px;
    border: none !important;
    position: absolute;
    top: 226px;
    z-index: 10;
    font-size: 0;
    transition: all 0.3s ease;
  }
  .slick-arrow.slick-prev {
    left: 20px;
  }
  .slick-arrow.slick-next {
    right: 20px;
  }
  .slick-arrow:hover {
    opacity: 0.75;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

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

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

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

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

/* .fadeIn[style] {
    opacity: 1;
} */
.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -140px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 140px;
  }
}

/***********gmap**************/
#gmap {
  padding-top: 18vw;
}

#gmap .box {
  padding: 0 5%;
  height: 480px;
  box-sizing: border-box;
  margin-bottom: 10vw;
}

#gmap .box iframe {
  width: 100%;
  height: 100%;
}

#gmap .banner {
  margin: 0 5%;
}

#gmap .banner li a, #gmap .banner li span {
  width: 300px;
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  margin: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../img/shared/bg_btn.jpg) no-repeat;
  color: #FFF;
  box-sizing: border-box;
  padding: 0 35px;
}

#gmap .banner li a::before, #gmap .banner li span::before {
  content: '';
  position: absolute;
  background: #FFF;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

/***********shopinfo**************/
@media screen and (min-width: 767px) {
  #gmap {
    padding: 0px 0 30px;
    display: block;
  }
  #gmap .box {
    width: calc(100% - 200px);
    height: 650px;
    margin-bottom: 0;
    padding: 0;
    margin: 0 auto 85px;
  }
  #gmap #banner {
    width: 840px;
    margin: auto;
  }
  #gmap #banner .banner {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0;
  }
  #gmap .banner li a, #gmap .banner li span {
    width: 353px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 22px;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  #gmap .banner li a:hover, #gmap .banner li span:hover {
    opacity: 0.75;
  }
  #gmap .banner li a:hover::before, #gmap .banner li span:hover::before {
    right: 0px;
  }
  #gmap .banner li a::before, #gmap .banner li span::before {
    content: '';
    position: absolute;
    background: #fff;
    transition: all 0.3s ease;
    top: 50%;
    right: 0;
  }
  .btn-share {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 353px;
    text-align: right;
  }
  .btn-share a {
    background: none !important;
    position: relative;
    top: 0;
    color: #000 !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    height: 30px;
    height: 30px !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .btn-share a:hover {
    border-bottom: 1px solid black;
  }
  .btn-share a::before {
    display: none;
  }
}

#shopinfo {
  background: url(../img/shared/ft_bg2.jpg) no-repeat top right, url(../img/shared/bg_ft.jpg) repeat top center;
  background-size: 200% auto, auto;
  padding: 18vw 0 22vw;
}

#shopinfo h2 {
  margin-bottom: 10vw;
}

#shopinfo .tel {
  text-align: center;
  font-size: 18px;
  margin-bottom: 12vw;
  border-top: 1px solid #3e3932;
  border-bottom: 1px solid #3e3932;
  padding: 5vw 0;
}

#shopinfo .tel i {
  display: block;
  padding-bottom: 2px;
}

#shopinfo .tel span {
  font-size: 26px;
}

#shopinfo .tel small {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding-top: 4px;
  color: #6b6b6b;
}

#shopinfo .list dl {
  padding: 8px 0;
  display: flex;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
}

#shopinfo .list dl dt {
  width: 28%;
}

#shopinfo .list dl dd {
  width: 72%;
}
#shopinfo .list dl dd span {
  font-size: 16px;
	font-weight: bold;
}

#shopinfo .list .note {
  margin-top: 14vw;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 35px 10px;
  font-size: 13px;
}

#shopinfo .list .note .ttl {
  font-size: 18px;
  margin-bottom: 15px;
}

#shopinfo .box-dl {
  margin: 13vw 0 10vw;
  background: #e4bc91;
  padding: 45px 4% 35px;
  text-align: center;
}

#shopinfo .box-dl dt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4vw;
}

#shopinfo .box-dl dd {
  letter-spacing: 0.1em;
}

#shopinfo .sub-catch .map-sub {
  width: 100%;
  height: 480px;
  margin-bottom: 12vw;
}

#shopinfo .sub-catch .map-sub iframe {
  width: 100%;
  height: 100%;
}

#shopinfo .sub-catch dl dt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8vw;
}

#shopinfo .sub-catch dl dd {
  padding: 0 5%;
  text-align: justify;
}

.ttl-common {
  position: relative;
  font-size: 7vw;
  text-align: center;
}

.ttl-common span {
  display: block;
  font-size: 4vw;
  margin-bottom: 1vw;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 767px) {
  .ttl-common {
    position: relative;
    font-size: 32px;
  }
  .ttl-common span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #shopinfo {
    background: url(../img/shared/ft_bg1.jpg) no-repeat top center, url(../img/shared/ft_bg2.jpg) no-repeat top 800px right, url(../img/shared/bg_ft.jpg) repeat top center;
    background-size: auto;
    padding: 100px 0 130px;
  }
  #shopinfo .wrap {
    max-width: 1000px;
  }
  #shopinfo h2 {
    margin-bottom: 40px;
    line-height: 42px;
  }
  #shopinfo .tel {
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #3e3932;
    border-bottom: 1px solid #3e3932;
    padding: 21px 0 27px;
    width: 470px;
    margin: auto;
    letter-spacing: 0.1em;
  }
  #shopinfo .tel i {
    display: inline;
    padding-bottom: 2px;
  }
  #shopinfo .tel span {
    font-size: 26px;
  }
  #shopinfo .tel small {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding-top: 4px;
    color: #6b6b6b;
    letter-spacing: 0;
  }
  #shopinfo .list {
    padding-top: 45px;
  }
  #shopinfo .list dl {
    padding: 15px 0;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  #shopinfo .list dl dt {
    width: 320px;
    box-sizing: border-box;
    padding-left: 130px;
  }
  #shopinfo .list dl dd {
    width: calc(100% - 320px);
  }
	#shopinfo .list dl dd span {
    font-size: 18px;
		font-weight: bold;
  }
  #shopinfo .list .note {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 35px 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #shopinfo .list .note .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #shopinfo .box-dl {
    margin: 66px 83px 114px;
    background: #e4bc91;
    padding: 45px 0 48px;
    text-align: center;
    line-height: 30px;
  }
  #shopinfo .box-dl dt {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  #shopinfo .box-dl dd {
    letter-spacing: 0.1em;
  }
  #shopinfo .sub-catch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  #shopinfo .sub-catch .map-sub {
    width: 520px;
    height: 380px;
    margin-bottom: 0;
    order: 2;
  }
  #shopinfo .sub-catch .map-sub iframe {
    width: 100%;
    height: 100%;
  }
  #shopinfo .sub-catch dl {
    width: 330px;
    order: 1;
    margin-left: 80px;
  }
  #shopinfo .sub-catch dl dt {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
  #shopinfo .sub-catch dl dd {
    padding: 0;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 767px) {
  header .menu-toggle .nav li {
    display: block;
    width: 42px;
  }
}
</pre></body></html>