@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho+B1:wght@500;700&family=Kiwi+Maru:wght@500&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html, body {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
  color: #231815;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

::selection {
  color: #ffffff;
  background-color: #9a8668;
}

a {
  outline: none !important;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #9a8668;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

input, button, textarea, select {
  font-size: 16px;
  font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
}

input[type="submit"], input[type="button"], button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button::focus {
  outline-offset: -2px;
}

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

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.red {
  color: #fa607d !important;
}

.orange {
  color: #ff7f00 !important;
}

.blue {
  color: #0066cc !important;
}

.green {
  color: #67cc00 !important;
}

.black {
  color: #000000 !important;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: left;
}

.splogo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.menunav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.slidenav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}

.header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 6.5625rem;
  border-top: solid 0.3125rem #6d5e48;
  background-color: #9a8668;
}
.header::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.header .container {
  display: flex;
  align-items: center;
}
.header .container::after {
  display: none;
}
.header h1 {
  flex-basis: 15%;
  padding-right: 1.25rem;
}
.header h1 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.header ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 85%;
  display: flex;
  height: 6.25rem;
  border-left: solid 1px #ffffff;
}
.header ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 20%;
  position: relative;
  border-right: solid 1px #ffffff;
  text-align: center;
}
.header ul li a {
  position: relative;
  display: block;
  height: 100%;
}
.header ul li a .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.25;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header ul li a strong {
  display: block;
  margin-bottom: 0.3125rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}
.header ul li a span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.header ul li a:hover {
  background-color: #6d5e48;
}
.header ul li a.dropdown::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.header ul li ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: auto;
  min-width: 100%;
  height: auto;
  border-left: 0 none;
}
.header ul li ul li {
  display: block;
  float: none;
  width: auto;
  height: auto;
  border-top: dotted 1px #ffffff;
  border-right: 0 none !important;
  border-left: 0 none !important;
  background-color: #9a8668;
}
.header ul li ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 1.25rem;
  border-bottom: 0 none;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
}
.header ul li ul li a:hover {
  background-color: #6d5e48;
}

.saloninfo {
  padding: 6.25rem 0;
  background-color: #ebe7e1;
}
.saloninfo .heading {
  margin-bottom: 5rem;
  color: #9a8668;
  text-align: center;
  line-height: 1.25;
}
.saloninfo .heading h2 {
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.saloninfo .heading p {
  font-size: 1.5rem;
}
.saloninfo .nav {
  display: flex;
  justify-content: space-between;
}
.saloninfo .nav a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 31%;
  text-decoration: none;
  background-color: #000000;
}
.saloninfo .nav a figure {
  overflow: hidden;
  height: 19.375rem;
}
.saloninfo .nav a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.saloninfo .nav a dl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.875rem 1.25rem;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MmMxZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTk4NTY3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzUyYzFlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #352c1e), color-stop(50%, #998567), color-stop(100%, #352c1e));
  background-image: -moz-linear-gradient(left, #352c1e 0%, #998567 50%, #352c1e 100%);
  background-image: -webkit-linear-gradient(left, #352c1e 0%, #998567 50%, #352c1e 100%);
  background-image: linear-gradient(to right, #352c1e 0%, #998567 50%, #352c1e 100%);
}
.saloninfo .nav a dl dt {
  margin-bottom: 0.625rem;
  color: #ffffff;
  font-size: 1.25rem;
}
.saloninfo .nav a dl dd {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.saloninfo .nav a:hover figure img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  background-color: #333333;
}
.footer .container {
  display: flex;
  align-items: center;
}
.footer .container::after {
  display: none;
}
.footer .address {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 40%;
  padding: 2.5rem 0;
  color: #ffffff;
  line-height: 1.75;
}
.footer .address h3 {
  width: 15rem;
  margin-bottom: 1.25rem;
}
.footer .address p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.footer .address p a {
  color: #ffffff;
}
.footer .address ul {
  display: flex;
}
.footer .address ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 2.5rem;
}
.footer .address ul li + li {
  margin-left: 0.625rem;
}
.footer .address ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.footer .sitemap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 60%;
  display: flex;
  padding: 2.5rem 0;
  line-height: 1.25;
}
.footer .sitemap dl {
  flex-basis: 50%;
}
.footer .sitemap dl a {
  color: #ffffff;
  text-decoration: none;
}
.footer .sitemap dl a:hover {
  color: #9a8668;
}
.footer .sitemap dl a:hover::before {
  border-color: transparent transparent transparent #9a8668;
}
.footer .sitemap dl dt {
  padding: 0.4375rem 0 0.1875rem;
  color: #ffffff;
  font-size: 1.125rem;
}
.footer .sitemap dl dd {
  position: relative;
  padding: 0.4375rem 0 0.1875rem 1.875rem;
  font-size: 1rem;
}
.footer .sitemap dl dd a::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.625rem;
  border-color: transparent transparent transparent #ffffff;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.copyright {
  padding: 1.25rem 0;
  color: #ffffff;
  background-color: #9a8668;
}
.copyright p {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.05em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1440px) {
  html, body, input, button, textarea, select {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 768px) {
  html, body {
    height: 100%;
  }

  html, body, input, button, textarea, select {
    font-size: 5vw;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .container {
    padding: 0 5.20833vw;
  }

  .splogo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 210;
    width: 100%;
    padding: 5.20833vw;
  }
  .splogo img {
    position: relative;
    z-index: 220;
    width: 70%;
  }
  .splogo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 20.83333vw;
    -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .menunav {
    display: block;
    position: fixed;
    top: 5.20833vw;
    right: 5.20833vw;
    z-index: 210;
    width: 13.02083vw;
    height: 13.02083vw;
    background-color: #9a8668;
  }
  .menunav .icon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 2.60417vw;
    width: 7.8125vw;
    height: 2px;
    margin-top: -1px;
    background-color: #ffffff;
    -moz-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menunav .icon::before, .menunav .icon::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 7.8125vw;
    height: 2px;
    background-color: #ffffff;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menunav .icon::before {
    top: -2.60417vw;
  }
  .menunav .icon::after {
    top: 2.60417vw;
  }

  .slidenav {
    padding-top: 28.64583vw;
    text-align: left;
    background-color: #9a8668;
    z-index: 200;
    -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .slidenav ul li {
    border-top: dotted 1px #ffffff;
  }
  .slidenav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 3.90625vw 10.41667vw 3.90625vw 5.20833vw;
    line-height: 1.25;
    text-decoration: none;
  }
  .slidenav ul li a strong {
    color: #ffffff;
    font-size: 4.6875vw;
    font-weight: 400;
  }
  .slidenav ul li a span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 3.125vw;
  }
  .slidenav ul li a.dropdown::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 50%;
    right: 2.60417vw;
    width: 2.60417vw;
    height: 2.60417vw;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transform: translateY(-75%) rotate(45deg);
    -ms-transform: translateY(-75%) rotate(45deg);
    -webkit-transform: translateY(-75%) rotate(45deg);
    transform: translateY(-75%) rotate(45deg);
  }
  .slidenav ul li a.dropdown.active::before {
    -moz-transform: translateY(-25%) rotate(225deg);
    -ms-transform: translateY(-25%) rotate(225deg);
    -webkit-transform: translateY(-25%) rotate(225deg);
    transform: translateY(-25%) rotate(225deg);
  }
  .slidenav ul li ul {
    display: none;
  }
  .slidenav ul li ul li a {
    position: relative;
    padding-left: 13.02083vw;
    color: #ffffff;
    font-size: 4.16667vw;
  }
  .slidenav ul li ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5.20833vw;
    display: block;
    width: 5.20833vw;
    height: 1px;
    background-color: #ffffff;
  }

  .open {
    overflow: hidden;
  }
  .open .splogo::before {
    opacity: 0;
  }
  .open .slidenav {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .open .menunav .icon {
    background-color: transparent;
  }
  .open .menunav .icon::before, .open .menunav .icon::after {
    top: 0;
  }
  .open .menunav .icon::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .menunav .icon::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header {
    display: none;
  }

  .saloninfo {
    padding: 20.83333vw 0;
  }
  .saloninfo .heading {
    margin-bottom: 15.625vw;
  }
  .saloninfo .heading h2 {
    margin-bottom: 5.20833vw;
    font-size: 10.41667vw;
  }
  .saloninfo .heading p {
    font-size: 4.16667vw;
  }
  .saloninfo .nav {
    display: block;
  }
  .saloninfo .nav a {
    display: flex;
  }
  .saloninfo .nav a + a {
    margin-top: 5.20833vw;
  }
  .saloninfo .nav a:nth-child(even) {
    flex-direction: row-reverse;
  }
  .saloninfo .nav a figure {
    flex-basis: 40%;
    height: auto;
  }
  .saloninfo .nav a dl {
    flex-basis: 60%;
    padding: 10.41667vw 5.20833vw;
    text-align: left;
  }
  .saloninfo .nav a dl dt {
    margin-bottom: 2.60417vw;
    font-size: 4.6875vw;
  }
  .saloninfo .nav a dl dd {
    font-size: 3.64583vw;
  }

  .footer .container {
    display: block;
  }
  .footer .container::after {
    display: block;
  }
  .footer .address {
    padding: 10.41667vw 0;
  }
  .footer .address h3 {
    width: 62.5vw;
    margin-bottom: 5.20833vw;
  }
  .footer .address p {
    margin-bottom: 5.20833vw;
    font-size: 4.16667vw;
  }
  .footer .address ul {
    justify-content: center;
  }
  .footer .address ul li {
    flex-basis: 10.41667vw;
  }
  .footer .address ul li + li {
    margin-left: 2.60417vw;
  }
  .footer .sitemap {
    display: none;
  }

  .copyright {
    padding: 5.20833vw 0;
  }
  .copyright p {
    font-size: 3.64583vw;
  }
}
