@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 3.2vw;
  font-weight: 500;
  background-color: #000000;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.pc {
  display: none !important;
}

.footer-common section .inner {
  margin: 0 auto;
}
.footer-common #footer-banners {
  margin-top: 14.6666666667vw;
}
.footer-common #footer-banners:first-of-type {
  margin-top: 0;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  width: 8vw;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4vw;
  color: #fff;
  cursor: pointer;
  font-size: 3.7333333333vw;
  border: 0.2666666667vw solid #fff;
}

.btn-more {
  width: 8vw;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4vw;
  color: #fff;
  cursor: pointer;
  font-size: 3.7333333333vw;
  border: 0.2666666667vw solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  font-size: 4.2666666667vw;
  line-height: 1.625;
  font-weight: bold;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.0666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 1.3333333333vw;
}
.hx01:after {
  background-color: #d10000;
  top: 3.7333333333vw;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  width: 100%;
  position: relative;
  z-index: 1000;
}
header nav {
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
  display: flex;
  width: 100%;
  height: 16vw;
  justify-content: flex-start;
  position: relative;
}
header nav .logo {
  position: absolute;
  top: 16vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26.6666666667vw;
}
header nav .logo h1 {
  color: #333333;
  font-size: 2.6666666667vw;
  line-height: 1;
  margin-bottom: 1.3333333333vw;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
header nav .logo img {
  display: block;
  width: 92vw;
  margin-top: 1.6vw;
  z-index: 1;
}
header nav.active .menu {
  display: block;
  transform: translateX(0);
}
header nav .menu {
  display: block;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.35s ease;
  transition-property: opacity, color, background-color, transform;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.9);
  width: 96vw;
  padding: 21.7333333333vw 6.6666666667vw 4vw;
}
header nav .menu:before {
  content: "";
  display: block;
  background: url(../img/common/logo.png) center center no-repeat;
  background-size: 65.4666666667vw auto;
  width: 65.4666666667vw;
  height: 7.2vw;
  margin-bottom: 7.4666666667vw;
}
header nav .menu .btn {
  position: absolute;
  top: 0vw;
  left: 0vw;
}
header nav .menu .btn .menu-btn {
  display: block;
  width: 16vw;
  height: 16vw;
  opacity: 1;
  transition: none;
  background: url(../img/common/icon-close.png) center center no-repeat;
  background-image: -webkit-image-set(url(../img/common/icon-close.png) 1x, url(../img/common/icon-close@2x.png) 2x);
  background-image: image-set(url(../img/common/icon-close.png) 1x, url(../img/common/icon-close@2x.png) 2x);
  background-size: 9.3333333333vw auto;
  background-color: #000;
}
header nav .menu > ul.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 6.6666666667vw;
  border-bottom: 0.2666666667vw solid #fff;
}
header nav .menu > ul.main > li {
  position: relative;
  border-top: 0.2666666667vw solid #fff;
}
header nav .menu > ul.main > li > a {
  text-decoration: none;
  width: 100%;
  height: 13.3333333333vw;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
}
header nav .menu > ul.main > li > a br {
  display: none;
}
header nav .menu > ul.main > li > a::before {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 1.3333333333vw;
  background-color: #da8000;
  margin-right: 2vw;
}
header nav .menu > ul.main > li.active a {
  color: #fff;
  opacity: 1;
}
header nav .menu > ul.main > li.active .children {
  display: flex;
}
header nav .menu > ul.main > li .children.active:before {
  background-image: url(../img/common/icon-minus.png);
}
header nav .menu > ul.main > li .children.active ul {
  display: flex;
}
header nav .menu > ul.main > li .children:before {
  content: "";
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: url(../img/common/icon-plus.png) center center no-repeat;
  background-size: 2.6666666667vw auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
header nav .menu > ul.main > li .children ul {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5.3333333333vw;
}
header nav .menu > ul.main > li .children ul:first-of-type {
  border-top: 0.2666666667vw solid #cccccc;
  padding-top: 4vw;
}
header nav .menu > ul.main > li .children ul:last-of-type {
  padding-bottom: 4vw;
}
header nav .menu > ul.main > li .children ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.3333333333vw 0;
  padding-right: 13.3333333333vw;
}
header nav .menu > ul.main > li .children ul li:before {
  content: "";
  display: block;
  background: url(../img/common/icon-triangle-right@2x.png) left center no-repeat;
  background-size: 100% auto;
  width: 2.6666666667vw;
  height: 3.2vw;
  margin-right: 1.3333333333vw;
}
header nav .menu > ul.main > li .children ul li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  opacity: 1;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
}
header nav .menu > ul.sub {
  display: flex;
  flex-direction: column;
  width: 100%;
}
header nav .menu > ul.sub > li + li {
  margin-top: 6vw;
}
header nav .menu > ul.sub > li > a {
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  position: relative;
  background: url(../img/common/icon-triangle-right@2x.png) left center no-repeat;
  background-size: 2.6666666667vw auto;
  padding-left: 4.4vw;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
}
header nav .menu > ul.sub > li > a br {
  display: none;
}
header nav .menu > ul.sub > li:hover a {
  color: #999999;
  opacity: 1;
}
header nav.active .btns .btn .menu-btn {
  display: block;
  background-image: url(../img/common/icon-close.png);
  background-image: -webkit-image-set(url(../img/common/icon-close.png) 1x, url(../img/common/icon-close@2x.png) 2x);
  background-image: image-set(url(../img/common/icon-close.png) 1x, url(../img/common/icon-close@2x.png) 2x);
}
header nav .btns {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
header nav .btns .contact {
  width: 16vw;
}
header nav .btns .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background-color: #c87a00;
}
header nav .btns .contact a:before {
  content: "";
  display: block;
  width: 9.3333333333vw;
  height: 6.8vw;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
}
header nav .btns .contact a span {
  display: none;
}
header nav .btns .btn .menu-btn {
  display: block;
  width: 16vw;
  height: 16vw;
  background: url(../img/common/icon-menu.png) center center no-repeat;
  background-image: -webkit-image-set(url(../img/common/icon-menu.png) 1x, url(../img/common/icon-menu@2x.png) 2x);
  background-image: image-set(url(../img/common/icon-menu.png) 1x, url(../img/common/icon-menu@2x.png) 2x);
  background-size: 9.3333333333vw auto;
  background-color: #000;
  opacity: 1;
  transition: none;
}
header nav .btns .reservation a.reservation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68vw;
  height: 16vw;
  color: #fff;
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: normal;
  transition: 0.3s;
  transition-property: opacity, color, background-color;
  background-color: #c84700;
  position: relative;
}
header nav .btns .reservation a.reservation-btn:before {
  content: "";
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  margin-right: 1.3333333333vw;
  background: url(../img/common/icon-reserve.png) center center no-repeat;
  background-image: -webkit-image-set(url(../img/common/icon-reserve.png) 1x, url(../img/common/icon-reserve@2x.png) 2x);
  background-image: image-set(url(../img/common/icon-reserve.png) 1x, url(../img/common/icon-reserve@2x.png) 2x);
  background-size: contain;
}
header nav .btns .reservation .stores {
  display: block;
  transform: translateX(100%);
  transition: all 0.35s ease;
  transition-property: opacity, color, background-color, transform;
  position: fixed;
  top: 0;
  right: 0;
  width: 96vw;
  height: 100vh;
  overflow-y: auto;
  background: rgb(0, 0, 0);
  background-image: url(../img/common/reservation-bg-sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  padding: 16vw 6.6666666667vw 6.6666666667vw;
  color: #fff;
}
header nav .btns .reservation .stores.active {
  display: block;
  transform: translateX(0);
}
header nav .btns .reservation .stores .header h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.3333333333vw;
  line-height: 1;
}
header nav .btns .reservation .stores .header p {
  font-size: 3.2vw;
  line-height: 1;
  margin-top: 3.2vw;
}
header nav .btns .reservation .stores .store {
  margin-top: 4.2666666667vw;
}
header nav .btns .reservation .stores .store dl {
  padding: 4.2666666667vw 0;
  border-top: 0.1333333333vw solid #fff;
}
header nav .btns .reservation .stores .store dl dt {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 4vw;
  display: flex;
  align-items: flex-start;
}
header nav .btns .reservation .stores .store dl dt::before {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 1.3333333333vw;
  background-color: #da8000;
  margin-top: 1.3333333333vw;
  margin-right: 2vw;
}
header nav .btns .reservation .stores .store dl dd {
  display: flex;
  align-items: center;
  margin-left: 5.3333333333vw;
  margin-top: 2vw;
  font-size: 4.5333333333vw;
  line-height: 1.1764705882;
  padding-left: 7.3333333333vw;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: 5.3333333333vw auto;
}
header nav .btns .reservation .stores .store dl dd a {
  color: #fff;
  text-decoration: none;
}
header nav .btns .reservation .stores .btn {
  width: 100%;
  height: 13.3333333333vw;
  border: solid 0.2666666667vw #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 3.7333333333vw;
  margin-top: 4.6666666667vw;
}
header nav .btns .reservation .stores .btn span.yoyaku {font-size: 90%;}
header nav .btns .reservation .stores .btn::before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 4vw;
  background: url(../img/common/icon-mail.png) center center no-repeat;
  margin-right: 1.3333333333vw;
}
header nav .btns .reservation .stores .btn-close {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 16vw;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .btns .reservation .stores .btn-close img {
  width: 8vw;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 1.3333333333vw;
  bottom: 5.8666666667vw;
  z-index: 1000;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  width: 13.3333333333vw;
}

footer #footer {
  padding: 8vw 0 2.8vw;
  position: relative;
}
footer #footer .inner {
  margin: 0 auto;
  padding: 0 4vw;
}
footer #footer .inner p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
}
footer #footer .inner .logo {
  display: flex;
  justify-content: center;
  margin-top: 1.3333333333vw;
}
footer #footer .inner .logo img {
  width: 71.4666666667vw;
  display: block;
}
footer #footer .inner .sitemap {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.2666666667vw solid #fff;
  margin-top: 8vw;
  padding-top: 5.3333333333vw;
}
footer #footer .inner .sitemap a {
  color: #fff;
  text-decoration: none;
}
footer #footer .inner .sitemap dl {
  width: 50%;
  margin-bottom: 6.6666666667vw;
}
footer #footer .inner .sitemap dl:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
footer #footer .inner .sitemap dl dt {
  background: url(../img/common/icon-triangle-right.png) left center no-repeat;
  background-size: 2.6666666667vw auto;
  padding-left: 4.4vw;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
}
footer #footer .inner .sitemap dl dt + dt {
  margin-top: 3.8666666667vw;
}
footer #footer .inner .sitemap dl dd {
  font-size: 2.9333333333vw;
  line-height: 2;
  padding-left: 2.6666666667vw;
}
footer #footer .inner .sitemap dl dd:first-of-type {
  margin-top: 2.6666666667vw;
}
footer #footer .inner .sitemap ul {
  margin-left: 7.7333333333vw;
}
footer #footer .inner .sitemap ul:first-of-type {
  margin-left: 0;
}
footer #footer .inner .sitemap ul li a {
  font-size: 1.8666666667vw;
  line-height: 1;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0666666667vw;
}
footer #footer .inner .sitemap ul li a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow-s-black.png) right center no-repeat;
  background-size: contain;
  width: 2.1333333333vw;
  height: 1.0666666667vw;
  margin-left: 4vw;
}
footer #footer .inner .banner {
  margin-top: 17.8666666667vw;
  display: flex;
  justify-content: center;
}
footer #footer .inner .banner img {
  width: 69.3333333333vw;
}
footer #footer .inner .bottom {
  display: flex;
  flex-direction: column;
  padding-top: 6.9333333333vw;
  border-top: 0.2666666667vw solid #fff;
  margin-top: 8.8vw;
}
footer #footer .inner .bottom ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer #footer .inner .bottom ul li + li {
  margin-left: 8vw;
}
footer #footer .inner .bottom ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 3.2vw;
}
footer #footer .inner .bottom #copyright {
  width: 100%;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1;
  margin-top: 6vw;
}

/*
メインイメージ
*/
#main-image.page {
  background-size: cover;
  background-position: center center;
}
#main-image.store {
  background-image: url(../img/store/header-bg-store-sp.jpg);
}
#main-image.committed {
  background-image: url(../img/committed/header-bg-committed-sp.jpg);
}
#main-image.history {
  background-image: url(../img/history/header-bg-history-sp.jpg);
}
#main-image.exquisite-menu {
  background-image: url(../img/exquisite-menu/header-bg-exquisite-menu-sp.jpg);
}
#main-image.help_wanted {
  background-image: url(../img/help_wanted/header-bg-help_wanted-sp.jpg);
}
#main-image.recruit, #main-image.recruit_form, #main-image.recruit-thanks {
  background-image: url(../img/recruit/header-bg-recruit-sp.jpg);
}
#main-image.fc {
  background-image: url(../img/fc/header-bg-fc-sp.jpg);
}
#main-image.news {
  background-image: url(../img/news/header-bg-news-sp.jpg);
}
#main-image.privacy {
  background-image: url(../img/privacy/header-bg-privacy-sp.jpg);
}
#main-image.thanks, #main-image.contact {
  background-image: url(../img/contact/header-bg-contact-sp.jpg);
}
#main-image.business {
  background-image: url(../img/pagetitle/title-company-sp@2x.jpg);
}
#main-image.company {
  background-image: url(../img/pagetitle/title-company-sp@2x.jpg);
}

main {
  z-index: 0;
  margin: 0 auto;
  padding-bottom: 28vw;
}
#breadcrumbs {
  font-size: 2.4vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  margin-top: 3.4666666667vw;
  z-index: 1;
}
#breadcrumbs ul li {
  display: inline-block;
}
#breadcrumbs ul li:last-of-type {
  word-wrap: break-word;
  word-break: break-all;
}
#breadcrumbs ul li.child:before {
  content: ">";
  display: inline-block;
  margin: 0 0 0 0.5333333333vw;
}
#breadcrumbs ul li span {
  display: inline-block;
}
#breadcrumbs ul li a {
  color: #fff;
}

#main-image.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 35.0666666667vw;
  position: relative;
  background-color: #000000;
  margin-top: 26.6666666667vw;
  color: #fff;
}
#main-image.page h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#main-image.page h2 > span {
  display: block;
}
#main-image.page h2 > span.jp {
  font-size: 5.3333333333vw;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.2666666667vw solid #fff;
  padding-bottom: 3.2vw;
}
#main-image.page .img {
  position: absolute;
  bottom: -6.6666666667vw;
  right: 0;
  height: 48vw;
}
#main-image.page .img img {
  width: 100%;
}

.archive-list-contents .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
  position: relative;
  height: 13.3333333333vw;
  padding-top: 4.6666666667vw;
}
.archive-list-contents .description .hx {
  font-size: 4.5333333333vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  color: #333;
  padding-left: 2.2666666667vw;
}
.archive-list-contents .description .hx:after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 13.3333333333vw;
  background-color: #0099ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.archive-list-contents .description .hx span {
  font-size: 2.4vw;
  letter-spacing: 0.24vw;
  display: block;
  padding-top: 1.8666666667vw;
  color: #0099ff;
}
.archive-list-contents .list ul li {
  display: flex;
  flex-direction: column;
  color: #333333;
  position: relative;
}
.archive-list-contents .list ul li + li {
  margin-top: 6.6666666667vw;
}
.archive-list-contents .list ul li.is-new .info:after {
  content: "";
  display: block;
  background: url(../img/common/icon-new@2x.png) left center no-repeat;
  background-size: contain;
  width: 13.7333333333vw;
  height: 4.5333333333vw;
  margin-left: 1.3333333333vw;
}
.archive-list-contents .list ul li .info {
  display: flex;
  align-items: center;
  margin-bottom: 2.4vw;
}
.archive-list-contents .list ul li .info .terms a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #deecf6;
  color: #376481;
  font-size: 2.4vw;
  text-decoration: none;
  height: 4.5333333333vw;
  padding: 0 2.5333333333vw;
}
.archive-list-contents .list ul li .info .terms a:last-of-type {
  margin-right: 0;
}
.archive-list-contents .list ul li .title .date {
  font-size: 2.4vw;
  display: block;
  margin-bottom: 2.4vw;
}
.archive-list-contents .list ul li .title a {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  display: block;
  text-decoration: none;
  padding-bottom: 0.2666666667vw;
}

#delivery-menu {
  background: url(../img/top/bg-03-sp.jpg) center center no-repeat;
  background-size: contain;
}
#delivery-menu .inner {
  height: 77.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#delivery-menu .inner .box {
  width: 100%;
  height: 77.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.6666666667vw;
}
#delivery-menu .inner .box p {
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  color: #c8a500;
}
#delivery-menu .inner .box h2 {
  font-size: 6.4vw;
  line-height: 1.0833333333;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  margin-top: 1.3333333333vw;
}
#delivery-menu .inner .box .link {
  margin-top: 3.7333333333vw;
}
#delivery-menu .inner .box .link a {
  background: #fff;
  width: 40vw;
  height: 5.3333333333vw;
  font-size: 3.2vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding-top: 0.2666666667vw;
}
#delivery-menu .inner .box .link a::after {
  content: "";
  background: url(../img/common/icon-triangle-bk.png) center center no-repeat;
  display: block;
  width: 2.4vw;
  height: 2.8vw;
  margin-top: -0.2666666667vw;
  margin-left: 1.3333333333vw;
}

#event {
  background: url(../img/top/bg-triangle.png) center top no-repeat;
  background-size: 56.9333333333vw auto;
}
#event .inner {
  padding-top: 5.0666666667vw;
}
#event .inner strong {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1.625;
}
#event .inner h2 {
  font-weight: 900;
  line-height: 1.86;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#event .inner h2 .border {
  display: inline;
  text-align: center;
  border-bottom: 0.2666666667vw solid #fff;
  padding-bottom: 1.0666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.3;
}
#event .inner h2 + p {
  font-size: 3.7333333333vw;
  color: #fff;
  text-align: center;
  margin-top: 4.8vw;
}
#event .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 9.3333333333vw auto 0;
  width: 92vw;
}
#event .inner .boxes .box {
  width: 92vw;
  color: #fff;
  border: 0.2666666667vw solid #fff;
  padding-bottom: 5.3333333333vw;
}
#event .inner .boxes .box + .box {
  margin-top: 9.3333333333vw;
}
#event .inner .boxes .box .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #333333;
  height: 8.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
#event .inner .boxes .box .name {
  font-size: 5.3333333333vw;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-align: center;
  margin-top: 3.8666666667vw;
}
#event .inner .boxes .box .img {
  margin: 4.6666666667vw auto 0;
  width: 86.6666666667vw;
  height: 64vw;
  position: relative;
}
#event .inner .boxes .box .img img {
  display: block;
  width: 100%;
}
#event .inner .boxes .box .img.popular::before {
  background-image: url(../img/top/icon-popular@3x.png);
}
#event .inner .boxes .box .img.deals::before {
  background-image: url(../img/top/icon-deals@3x.png);
}
#event .inner .boxes .box .img.limited::before {
  background-image: url(../img/top/icon-limited@3x.png);
}
#event .inner .boxes .box .img::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 22.6666666667vw;
  height: 22.6666666667vw;
  position: absolute;
  top: 0;
  left: 0;
}
#event .inner .boxes .box .img .price {
  position: absolute;
  height: 15.3333333333vw;
  bottom: -7.3333333333vw;
  right: -1.6vw;
}
#event .inner .boxes .box .img .price img {
  width: auto;
  max-height: 100%;
  height: 15.3333333333vw;
}
#event .inner .boxes .box .text {
  padding: 0 2.6666666667vw;
  margin-top: 9.8666666667vw;
}
#event .inner .boxes .box .text p {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
}
#event .inner .boxes + p {
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.5833333333;
  margin: 9.3333333333vw auto 0;
  width: 89.2vw;
}
#event .inner .link {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
#event .inner .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92vw;
  height: 16vw;
  border-radius: 8vw;
  background-color: #c84700;
  text-decoration: none;
  font-size: 4.5333333333vw;
  color: #fff;
}
#event .inner .link a:before {
  content: "";
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background: url(../img/common/icon-reserve@2x.png) center center no-repeat;
  background-size: contain;
  margin-right: 2.8vw;
}

/**
*/
#shop-banner {
  width: 92vw;
  margin: 0 auto;
}
#shop-banner .banner {
  display: flex;
  justify-content: center;
  margin-top: 17.3333333333vw;
}
#shop-banner .banner span,
#shop-banner .banner a {
  display: block;
}
#shop-banner .banner img {
  display: block;
}

#footer-banners {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c84700;
  flex-direction: column;
  padding: 8vw 4vw;
}
#footer-banners .banner {
  width: 100%;
}
#footer-banners .banner + .banner {
  margin-top: 5.3333333333vw;
}
#footer-banners .banner a {
  display: block;
}
#footer-banners .banner a img {
  display: block;
  width: 100%;
}

/**
店舗のご案内
*/
#store {
  background: url(../img/top/bg-triangle.png) center top no-repeat, url(../img/top/bg-07-sp.jpg) center bottom no-repeat;
  background-size: 56.9333333333vw auto, contain;
}
#store .inner {
  padding: 8.1333333333vw 0 22vw;
  width: 92vw;
  margin: 0 auto;
}
#store .inner h2 {
  font-weight: 900;
  line-height: 1.86;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#store .inner h2 .border {
  display: inline;
  text-align: center;
  border-bottom: 0.1333333333vw solid #fff;
  padding: 0 5.3333333333vw 1.0666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.3;
}
#store .inner h2 + p {
  text-align: center;
  color: #fff;
  font-size: 3.7333333333vw;
  margin-top: 6.6666666667vw;
}
#store .inner .boxes {
  margin-top: 11.8666666667vw;
}
#store .inner .boxes .box {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 0.2666666667vw solid #fff;
  padding-top: 4.2666666667vw;
}
#store .inner .boxes .box + .box {
  margin-top: 10.6666666667vw;
}
#store .inner .boxes .box h3 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 6.1333333333vw;
}
#store .inner .boxes .box h3::before {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 1.3333333333vw;
  background-color: #da8000;
  margin-right: 2vw;
}
#store .inner .boxes .box .info {
  width: 100%;
}
#store .inner .boxes .box .info .imgs {
  display: flex;
}
#store .inner .boxes .box .info .imgs .img {
  width: 45.0666666667vw;
  height: 27.6vw;
}
#store .inner .boxes .box .info .imgs .img + .img {
  margin-left: 1.8666666667vw;
}
#store .inner .boxes .box .info .imgs .img img {
  display: block;
}
#store .inner .boxes .box .info table {
  margin-top: 4vw;
}
#store .inner .boxes .box .info table tr {
  display: flex;
}
#store .inner .boxes .box .info table tr + tr {
  margin-top: 0.6666666667vw;
}
#store .inner .boxes .box .info table th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.4vw;
  height: 6.6666666667vw;
  text-align: center;
  font-size: 3.2vw;
  background-color: #6b532e;
}
#store .inner .boxes .box .info table td {
  display: flex;
  align-items: center;
  width: 73.3333333333vw;
  font-size: 3.7333333333vw;
  padding-left: 2vw;
}
#store .inner .boxes .box .info table td .label {
  font-size: 2.4vw;
  line-height: 1.1111111111;
  border-radius: 0.9333333333vw;
  background-color: #c84700;
  text-align: center;
  padding: 0.4vw 1.3333333333vw;
  margin-left: 6.4vw;
}
#store .inner .boxes .box .info table td small {
  font-size: 3.2vw;
  line-height: 0.8333333333;
}
#store .inner .boxes .box .info table td a {
  color: #fff;
  text-decoration: none;
}
#store .inner .boxes .box .info table .address td {
  font-size: 2.6666666667vw;
  line-height: 1.4;
}
#store .inner .boxes .box .info .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#store .inner .boxes .box .info .link a {
  display: flex;
  align-items: center;
  color: #fff;
  padding-bottom: 1.6vw;
  border-bottom: 0.2666666667vw solid #fff;
  margin-top: 4.6666666667vw;
  font-size: 3.7333333333vw;
  text-decoration: none;
}
#store .inner .boxes .box .info .link a::after {
  content: "";
  display: block;
  background: url(../img/common/icon-triangle-right.png) center center no-repeat;
  width: 2.5333333333vw;
  height: 2.9333333333vw;
  margin-left: 1.3333333333vw;
  margin-top: -0.2666666667vw;
}
#store .inner .boxes .box .map {
  width: 100%;
  height: 45.3333333333vw;
  background-color: #090909;
  margin-top: 5.3333333333vw;
}
#store .inner .boxes .box .map iframe {
  width: 100%;
  height: 45.3333333333vw;
}