@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: "Noto Serif JP", 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: "Noto Serif JP", serif;
}

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

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

#wrapper {
  width: 100%;
}

img {
  max-width: 100%;
}

.pc {
  display: none !important;
}

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

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

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
[data-ruby] {
  position: relative;
  text-align: center;
}
[data-ruby]::after {
  content: attr(data-ruby);
  white-space: pre;
}

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

/**
header
*/
/* FadeInとFadeOutのキーフレームを定義 */
header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
  top: 0;
}
header.open .menu-btn {
  background-image: url(../img/common/menu-close.png);
  background-size: 6.4vw auto;
}
header .logo {
  position: relative;
  top: 3.0666666667vw;
  left: 4vw;
  width: 31.8666666667vw;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
}
header .logo a {
  display: block;
}
header nav {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #5b4d4b;
  position: relative;
  padding: 16.9333333333vw 6.6666666667vw;
  position: absolute;
  top: 0;
  left: 0;
}
header nav:before {
  content: "";
  display: block;
  width: 40vw;
  height: 14.1333333333vw;
  background: url(../img/common/header-logo.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
header nav .menu {
  margin-top: 16.6666666667vw;
}
header nav .menu ul li {
  position: relative;
  padding-left: 6.1333333333vw;
}
header nav .menu ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 3.3333333333vw;
  height: 0.2666666667vw;
  background: #fff;
}
header nav .menu ul li + li {
  margin-top: 10.6666666667vw;
}
header nav .menu ul li a {
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4666666667vw;
  text-decoration: none;
}
header .menu-btn {
  display: block;
  width: 12vw;
  height: 12vw;
  position: absolute;
  z-index: 10;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  background: url(../img/common/menu-open.png) center center no-repeat;
  background-size: 8.6666666667vw auto;
}

/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 0;
}
#pagetop a {
  display: block;
}
#pagetop a img {
  width: 13.3333333333vw;
  display: block;
}

footer {
  position: relative;
  width: 100%;
}
footer #footer-reservation {
  position: relative;
  background: url(../img/top/reservation-bg-sp.jpg) center top no-repeat;
  background-size: cover;
}
footer #footer-reservation .box {
  width: 86.6666666667vw;
  margin: 0 auto;
  background-color: rgba(228, 194, 129, 0.85);
  padding: 0 5.3333333333vw 9.6vw;
}
footer #footer-reservation .box h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.64vw;
  text-align: center;
  font-weight: normal;
  color: #000;
}
footer #footer-reservation .box h2:before {
  content: "";
  width: 0.2666666667vw;
  height: 7.7333333333vw;
  background-color: #000;
  margin: 0 auto 4.8vw;
}
footer #footer-reservation .box h2:after {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.32vw;
  text-align: center;
  margin-top: 2.6666666667vw;
  color: #000000;
}
footer #footer-reservation .box p {
  margin-top: 6vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
footer #footer-reservation .box dl {
  display: flex;
  flex-wrap: wrap;
  width: 72.4vw;
  margin: 5.3333333333vw auto 0;
}
footer #footer-reservation .box dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.2vw;
  height: 5.3333333333vw;
  background-color: #29251e;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.0833333333;
}
footer #footer-reservation .box dl dt:nth-child(n+3) {
  margin-top: 1.3333333333vw;
}
footer #footer-reservation .box dl dd {
  display: flex;
  align-items: center;
  width: 33.2vw;
  height: 5.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.0833333333;
  padding-left: 3.3333333333vw;
}
footer #footer-reservation .box dl dd:nth-child(n+3) {
  margin-top: 1.3333333333vw;
}
footer #footer-reservation .box .tel {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
footer #footer-reservation .box .tel .icon-tel {
  display: flex;
  align-items: center;
  height: 7.3333333333vw;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: 7.3333333333vw auto;
  padding-left: 10vw;
  font-size: 5.3333333333vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: normal;
}
footer #footer-reservation .box strong {
  display: block;
  text-align: center;
  font-size: 4.5333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 6.6666666667vw;
  font-weight: normal;
}
footer #footer-reservation .box .img {
  margin: 3.7333333333vw auto 0;
  width: 49.6vw;
}
footer #copyright {
  width: 100%;
  height: 21.3333333333vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/footer-label-sp.png) right 5.3333333333vw center no-repeat;
  background-size: 20.5333333333vw auto;
  font-size: 2.4vw;
  color: #fff;
  letter-spacing: 0.1em;
}