@charset "UTF-8";
/* =============================================================================


     font-face


============================================================================= */
@font-face {
  src: url("../font/B.woff") format("woff"), url("../font/B.otf") format("opentype");
  font-display: swap;
  font-family: "tsukuB";
}

@font-face {
  src: url("../font/D.woff") format("woff"), url("../font/D.otf") format("opentype");
  font-display: swap;
  font-family: "tsukuD";
}

/* =============================================================================


     font-extend


============================================================================= */
input[type="submit"],
input[type="button"] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.mv-border,
.header-nav {
  font-family: tsukuB, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}

.footer-item,
.footer-copy {
  font-family: tsukuD, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

/***********************
   基本サイズ
***********************/
body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53125;
}

[data-target] {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  color: #000;
  letter-spacing: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: 1366px;
  opacity: 0;
  overflow-wrap: break-word;
  transition: all 0.3s;
  visibility: hidden;
}

body[data-loading="true"] {
  opacity: 1;
  visibility: visible;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.7;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background: #000;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 3.7rem;
  height: 100%;
  line-height: 115px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: auto;
  width: 100%;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

/* input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 0%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: black;
  border: 1px solid transparent;
  border-radius: 0%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
} */
input[type="radio"]:checked + span::after {
  opacity: 1;
}

input[type="checkbox"] {
  -webkit-appearance: auto;
  width: auto;
}

input[type="radio"] + span::before,
.swpm-remember-radio:before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

input[type="radio"] + span::after,
.swpm-remember-radio:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  min-width: 1366px;
  padding: 0;
  position: relative;
  width: 1366px;
}

.sub-mv {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background-position: center;
  background-size: cover;
  height: 776px;
  overflow: hidden;
  position: relative;
  text-orientation: upright;
  width: 100%;
  writing-mode: vertical-rl;
}

.sub-mv._menu {
  background-image: url(../img/menu/mv.jpg);
}

.sub-mv._shop,
.sub-mv._contact {
  background-image: url(../img/shop/mv2.jpg);
}

.sub-mv._about {
  background-image: url(../img/about/mv.jpg);
}

.sec-inner {
  margin: auto;
  width: 1180px;
}

.sub-mv-img {
  overflow: hidden;
  width: 100%;
}

.sub-mv-img img {
  font-family: "object-fit:cover";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sub-menu {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0%;
  /*   mix-blend-mode: multiply; */
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  left: 50%;
  padding: 10px 0px;
  position: absolute;
  text-orientation: upright;
  transform: translateX(-50%);
  width: 100%;
  writing-mode: vertical-rl;
  z-index: 1;
}

.su-menu-list {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  margin-left: 30px;
}

.su-menu-item {
  border-left: 1px solid #fff;
  font-size: 2.5rem;
  height: 100%;
  padding: 0.25em 1.5em;
  position: relative;
}

.su-menu-item:before {
  color: #c69c6d;
  content: "●";
  font-size: 80%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.su-menu-item:nth-last-child(1) {
  border-right: 1px solid #fff;
}

.su-menu-link {
  color: #fff;
  display: inline-block;
  padding-top: 1em;
  transition: 0.2s;
}

.su-menu-link:hover {
  color: #c69c6d;
}

.mv-video {
  -webkit-text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: 776px;
  overflow: hidden;
  position: relative;
  text-orientation: upright;
  width: 100%;
  writing-mode: vertical-rl;
}

.mv-video._fs {
  text-orientation: unset;
  writing-mode: inherit;
}

.mv-video video,
.mv-video img {
  font-family: "object-fit:cover";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sec-ttl {
  font-size: 7rem;
  height: calc(100% - 200px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
}

.sec-ttl img {
  width: 1em;
}

.sec-ttl._shop,
.sec-ttl._contact {
  font-size: 15rem;
}

.mv-border {
  background: #000;
  color: #fff;
  text-align: center;
}

.mv-border-txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  height: 70px;
  justify-content: center;
  text-align: center;
}

.mv-border-txt span {
  margin-left: 4em;
}

.header-drawer {
  margin-left: auto;
}

/* =============================================================================


     silde


============================================================================= */
.slide-box {
  margin: 0;
  padding: 0;
  position: relative;
}

/* slide */
.slide {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slide-item {
  height: 100%;
  position: relative;
}

.slide-item a {
  display: block;
}

.slide-item:before {
  content: "";
  display: block;
  padding-top: 58%;
}

.slide-item img {
  bottom: 0;
  font-family: "object-fit:cover";
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  height: 100%;
  position: relative;
}

/* slide-navigation */
.slide-navigation {
  line-height: 0;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  position: relative;
}

.slide-nav {
  cursor: pointer;
  position: relative;
}

.slide-img {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.slide-img:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.slide-img:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slide-img img {
  bottom: 0;
  font-family: "object-fit:cover";
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.slide-txt {
  bottom: 5%;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 5%;
  width: 8em;
  word-break: keep-all;
}

.slick-current .slide-img:after {
  opacity: 0.5;
}

.drawer {
  width: 100%;
  z-index: 40;
}

.drawer-close {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 39;
}

.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

.drawer-icon {
  background-color: inherit;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  text-align: center;
  z-index: 41;
}

.drawer-icon:focus {
  outline: none;
}

.drawer-icon::after {
  color: #424242;
  content: "MENU";
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-icon.is-checked::after {
  content: "CLOSE";
}

.drawer-icon.is-checked + body {
  overflow: hidden;
}

.drawer-bars {
  display: inline-block;
  height: 19px;
  position: relative;
  vertical-align: bottom;
  width: 25px;
}

.drawer-bar {
  background: #000;
  border-radius: 3px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 8px;
}

.drawer-bar:nth-of-type(3) {
  top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.gnav {
  text-align: center;
}

.gnav-item {
  font-size: 1.6rem;
  margin: 20px 0;
  padding-bottom: 1em;
}

body.is-checked {
  overflow: hidden;
}

.gnav-item {
  margin: 20px 0;
  position: relative;
}

.sp-btn {
  cursor: pointer;
  height: 30px;
  left: 80%;
  position: absolute;
  top: 0em;
  transform: translateX(-50%);
  width: 30px;
}

.gnav-child-list {
  display: none;
  font-size: 80%;
}

.gnav-child-item {
  padding: 10px 0;
}

.breadcrumb {
  background-image: url(/dist/images/common/bread.jpg);
  background-position: center;
  background-repeat: repeat;
  font-weight: 300;
  height: 35px;
}

.breadcrumb-contents {
  align-items: center;
  display: flex;
  height: 100%;
}

.breadspan {
  display: inline-block;
  margin: 0 0.25em;
}

#dialog {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: fixed;
  top: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999999999;
}

#dialog .dialog-box {
  background-color: #68a17d;
  box-shadow: 2px 2px 4px #333;
  color: #fff;
  left: 50%;
  padding: 30px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  z-index: 9999999999;
}

#dialog .dialog-text {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}

#dialog button {
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 30px;
  position: relative;
}

#dialog button:hover {
  opacity: 0.7;
}

/* =============================================================================


     footer


============================================================================= */
.footer {
  position: relative;
}

.footer-container {
  background: url(../img/footer-bg.png);
  background-size: cover;
  color: #fff;
  font-weight: bold;
  margin: 0px auto 0;
  padding: 32px 0;
  text-align: center;
}

.footer-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  justify-content: flex-end;
}

.footer-item {
  color: #fff;
  font-size: 1.8rem;
}

.footer-item + li {
  margin-left: 40px;
}

.footer-link {
  display: block;
  transition: all 0.2s;
}

.footer-link img {
  height: 16px;
}

.footer-link:hover {
  opacity: 0.7;
}

.footer-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  text-align: center;
}

.footer-name {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.footer-address {
  font-size: 1.8rem;
}

.footer-address a {
  display: inline-block;
  margin-left: 2em;
  transition: 0.2s;
}

.footer-address a:hover {
  opacity: 0.7;
}

.footer-child-list {
  text-align: center;
}

.footer-child-item {
  font-size: 1.4rem;
  margin: 5px 0;
}

.footer-child-item a {
  display: block;
  height: 100%;
  transition: all 0.2s;
  width: 100%;
}

.footer-child-item a:hover {
  opacity: 0.7;
}

/* **************************************


           sub-footer


***************************************/
.sub-footer {
  background: url(../img/common/sub_footerbg.jpg);
  background-position: center;
  background-size: cover;
  padding: 20px 0 40px;
  position: relative;
  text-align: justify;
}

.sub-footer._index {
  background: none;
}

.sub-footer-img {
  bottom: -115px;
  overflow: hidden;
  position: absolute;
  right: 0px;
}

.sub-footer-img img {
  transform: rotate(3deg);
}

.sub-footer-container {
  display: inline-block;
  margin-left: 250px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.sub-footer-logo {
  text-align: center;
}

.sub-footer-box {
  padding: 0 40px;
  text-align: center;
}

.sub-footer-sns {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 10px;
}

.sub-footer-sns li {
  display: block;
  height: 30px;
  transition: all 0.2s;
}

.sub-footer-sns li:hover {
  opacity: 0.7;
}

.sub-footer-sns li img {
  width: 30px;
}

.sub-footer-sns li + li {
  margin-left: 5px;
}

.sub-footer-tel {
  display: block;
  margin-top: 10px;
  transition: all 0.2s;
}

.sub-footer-tel:hover {
  opacity: 0.7;
}

.sub-footer-tel img {
  width: 100%;
}

.sub-footer-list {
  margin-top: 10px;
  text-align: justify;
}

.sub-footer-item {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.sub-footer-item dt {
  margin-right: 2em;
  width: 4em;
}

/* =============================================================================


     header


============================================================================= */
#header {
  height: 80px;
  position: relative;
  z-index: 2;
}

#header._index,
#header._order {
  position: absolute;
  top: 0;
}

.header-contents {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}

.header-logo a {
  transition: 0.2s;
}

.header-logo a:hover {
  opacity: 0.7;
}

/* #header.transform .header-logo {
  padding: 25px 25px 25px 0;

  &:before {
    left: -25px;
    width: 25px;
  }

  img {
    width: 215px;
  }
} */
.header-sns-container {
  margin-left: 50px;
}

.header-sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.header-sns-item {
  height: 30px;
  margin-left: 16px;
}

.header-nav {
  font-size: 2rem;
  text-align: center;
}

.header-item {
  margin-top: 1em;
}

.header-link {
  display: inline-block;
  padding: 0 1.2em;
  position: relative;
}

.header-link:before {
  color: #c69c6d;
  content: "●";
  font-size: 80%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tab-none {
  display: block;
}

.tab-dis {
  display: none;
}

.sp-none {
  display: block;
}

.sp-dis {
  display: none;
}

@media (max-width: 1365px) {
  body {
    font-size: 1.5rem;
    min-width: 1080px;
  }
  .inner {
    max-width: 1080px;
    min-width: unset;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .sec-inner {
    width: 100%;
  }
  .tab-none {
    display: none;
  }
  .tab-dis {
    display: block;
  }
}

@media (max-width: 1014px) {
  #dialog .dialog-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: unset;
  }
  main {
    margin-top: 80px;
  }
  input[type="submit"],
  input[type="button"] {
    font-size: 1.8rem;
    line-height: 60px;
  }
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sub-mv {
    height: 400px;
    min-width: unset;
  }
  .sub-mv._menu {
    background-image: url(../img/menu/mv_sp.jpg);
  }
  .sub-mv._shop,
  .sub-mv._contact {
    background-image: url(../img/shop/mv2_sp.png);
  }
  .sec-inner {
    width: 100%;
  }
  .sub-menu {
    display: none;
  }
  .mv-video {
    height: 350px;
    min-height: auto;
  }
  .sec-ttl {
    font-size: 5rem;
    height: auto;
  }
  .sec-ttl._shop,
  .sec-ttl._contact {
    font-size: 12rem;
  }
  .mv-border-txt {
    font-size: 1.6rem;
    height: auto;
    padding: 0.25em 0;
  }
  .mv-border-txt span {
    display: block;
    margin-left: 0;
  }
  .slide-txt {
    font-size: 1rem;
  }
  .drawer {
    width: auto;
  }
  .drawer-icon {
    display: inline-block;
  }
  .drawer-content {
    background: #f2f2f2;
    bottom: auto;
    color: #000;
    height: 100%;
    left: auto;
    max-width: 90%;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateX(105%);
    transition: all 0.5s ease 0s;
    width: 200px;
    z-index: 40;
  }
  .drawer-content.is-checked {
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
    transform: translateX(0);
  }
  .drawer-content--left {
    left: 0;
    right: auto;
    transform: translateX(-105%);
  }
  .drawer-content--top {
    bottom: auto;
    height: 100%;
    max-width: 100%;
    top: 0;
    transform: translateY(-105%);
    width: 100%;
  }
  .drawer-bg.is-checked {
    background-color: #000;
    height: 100vh;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100vw;
  }
  #dialog .dialog-box {
    min-width: 250px;
  }
  .footer {
    margin-bottom: 50px;
  }
  .footer-nav {
    flex-direction: column;
    height: auto;
    margin: auto;
    padding: 20px 0;
  }
  .footer-item + li {
    margin: 20px 0 0 0;
  }
  .footer-name {
    font-size: 1.8rem;
  }
  .footer-address {
    font-size: 1.6rem;
  }
  .footer-address a {
    margin-left: 0;
  }
  .floating {
    align-items: center;
    background: #eee;
    bottom: 0;
    box-shadow: 2px 2px 4px #333;
    display: flex;
    font-size: 1.8rem;
    height: 50px;
    justify-content: center;
    left: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 5;
  }
  .floating a {
    display: inline-block;
    font-size: 2rem;
    margin-left: 1em;
    transition: all 0.2s;
  }
  .floating a:hover {
    opacity: 0.7;
  }
  .floating img {
    height: 30px;
    margin-right: 2em;
  }
  .sub-footer {
    margin-top: -80px;
    padding-bottom: 0;
  }
  .sub-footer._index {
    padding-bottom: 0;
  }
  .sub-footer-img {
    bottom: -25px;
    margin: auto;
    position: relative;
    right: auto;
  }
  .sub-footer-container {
    margin: auto;
    max-width: 430px;
  }
  .sub-footer-box {
    padding: 0 20px;
  }
  .sub-footer-sns {
    margin: 10px 0 0 auto;
  }
  .floating {
    background: #eee;
    bottom: 0;
    box-shadow: 2px 2px 4px #333;
    height: 50px;
    left: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 5;
  }
  .floating a {
    display: inline-block;
    font-size: 2rem;
    transition: all 0.2s;
  }
  .floating a:hover {
    opacity: 0.7;
  }
  .floating img {
    height: 30px;
    margin-right: 2em;
  }
  #header {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    min-width: unset;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  #header._index,
  #header._order {
    position: fixed;
  }
  .header-sns-container {
    margin-left: 24px;
  }
  .header-sns-item {
    margin-left: 8px;
  }
  .sp-none {
    display: none;
  }
  .sp-dis {
    display: block;
  }
}

/*# sourceMappingURL=common.css.map*/
