@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: 1.6rem;
  background-color: #000000;
}

#wrapper {
  width: 100%;
}

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

.sp {
  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
*/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
  top: 0;
}
header.front-page.active {
  background-color: rgba(0, 0, 0, 0.8);
}
header.front-page.active .logo {
  opacity: 1;
  pointer-events: all;
}
header.front-page .logo {
  opacity: 0;
  pointer-events: none;
}
header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 150px;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
}
header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 80px;
}
header nav .menu {
  padding: 0 40px;
}
header nav .menu ul {
  display: flex;
  justify-content: flex-end;
}
header nav .menu ul li {
  position: relative;
  padding-left: 22px;
}
header nav .menu ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
}
header nav .menu ul li + li {
  margin-left: 40px;
}
header nav .menu ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.6px;
  text-decoration: none;
}

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

footer {
  position: relative;
  width: 100%;
}
footer #footer-reservation {
  position: relative;
  background: url(../img/top/reservation-bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
footer #footer-reservation .box {
  width: 880px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-color: rgba(228, 194, 129, 0.85);
}
footer #footer-reservation .box h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 3.2px;
  text-align: center;
  font-weight: normal;
  color: #000;
}
footer #footer-reservation .box h2:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #000;
  margin: 0 auto 19px;
}
footer #footer-reservation .box h2:after {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #d1b175;
  margin-top: 10px;
  color: #000000;
}
footer #footer-reservation .box p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
footer #footer-reservation .box dl {
  display: flex;
  flex-wrap: wrap;
  width: 340px;
  margin: 25px auto 0;
}
footer #footer-reservation .box dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 24px;
  background-color: #29251e;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
footer #footer-reservation .box dl dt:nth-child(n+3) {
  margin-top: 10px;
}
footer #footer-reservation .box dl dd {
  display: flex;
  align-items: center;
  width: 170px;
  height: 24px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  padding-left: 17px;
}
footer #footer-reservation .box dl dd:nth-child(n+3) {
  margin-top: 10px;
}
footer #footer-reservation .box .tel {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
footer #footer-reservation .box .tel .icon-tel {
  display: flex;
  align-items: center;
  height: 45px;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: 45px auto;
  padding-left: 65px;
  font-size: 3.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
footer #footer-reservation .box strong {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 2.8px;
  margin-top: 50px;
  font-weight: normal;
}
footer #footer-reservation .box .img {
  margin: 32px auto 0;
  width: 280px;
}
footer #copyright {
  width: 100%;
  height: 7.3206442167vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/footer-label.png) right 83px center no-repeat;
  background-size: 102px auto;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1.2px;
}

#breadcrumbs {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: normal;
  display: flex;
  align-items: center;
  width: 1000px;
  z-index: 1;
  margin: 0 auto;
}
#breadcrumbs ul {
  display: inline;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs ul li:last-of-type {
  word-wrap: break-word;
  word-break: break-all;
}
#breadcrumbs ul li.child:before {
  content: ">";
  display: inline;
  margin: 0 0 0 0.2928257687vw;
  font-size: 1.2rem;
  line-height: 2;
}
#breadcrumbs ul li span {
  display: inline;
}
#breadcrumbs ul li a {
  text-decoration: none;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}