header_bosshtml {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #fff;
  background: #000;
}

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

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin: 0;
}

object,
embed {
  vertical-align: top;
}

a {
  color: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

:focus {
  outline: none;
}

table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0;
}

th {
  white-space: nowrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-size: inherit;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

.pc {
  display: none;
}

.wrapper {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 85px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

.header__langItem {
  color: #505050;
}

.header__langItem:first-child::after {
  content: "｜";
}

.header__langItem a {
  display: block;
  color: #fff;
}

.header__insta {
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
}

.menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  width: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menuBtn__text {
  display: none;
}

.menuBtn__button {
  display: block;
  background: #000;
  width: 50px;
  height: 50px;
}

.menuBtn__button .inner {
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  left: 13px;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menuBtn__button .inner::before,
.menuBtn__button .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menuBtn__button .inner::before {
  top: -7px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.menuBtn__button .inner::after {
  bottom: -7px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.menuBtn__button.on .inner {
  background: #000;
}

.menuBtn__button.on .inner::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menuBtn__button.on .inner::after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #1e0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu__inner {
  width: 100%;
}

.menu__right {
  max-width: 320px;
  margin: auto;
}

.menu__logo {
  width: 50%;
	margin: 0 auto 30px;
}

.menu__list {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2em;
  padding: 0 0 45px;
}

.menu__listItem a {
  display: block;
  padding: 7px 0;
}

.menu__listItem a .icon {
  width: 8px;
  display: inline-block;
  margin: 0 0 0 .4em;
}

.menu__catch {
  font-size: 18px;
  text-align: center;
  letter-spacing: .08em;
}

.menu__catch .kern {
  letter-spacing: -.45em;
}

.menu__texts {
  margin: auto;
  padding: 20px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: .2em;
}

.menu__texts p + p {
  margin: 0 1.875em 0 0;
}

.pageHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 23.4375% 0 20%;
}

.pageHeader__logo {
  width: 43.75%;
  margin: auto;
}

.pageHeader__heading {
  font-size: 27px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  letter-spacing: .2em;
  margin: 14.84375% 0 0;
}

.main {
  background: #000;
  padding-bottom: 50px;
}

.main__inner {
  max-width: 1080px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
  padding: 15.625%;
}

.footer {
  position:fixed;
  bottom: 0;
  width: 100%;
}

.footer__reserveBtn {
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  letter-spacing: .2em;
}

.footer__reserveBtn a {
  display: block;
  background: #320019;
}

.footer__copyright {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding: 20px 10px;
}

.footer__copyright .block {
  display: inline-block;
}


.reserveicon{
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 40px;
}

.filter {
  -webkit-transition: -webkit-filter .4s linear;
  transition: -webkit-filter .4s linear;
  transition: filter .4s linear;
  transition: filter .4s linear, -webkit-filter .4s linear;
}

.filter.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.footer_sp{
	width: 100%;
	height: 50px;
	background-color: #464646;
	position: fixed;
    bottom: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.reserve_sp{
	width: 45%;
	background: #320019;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}


.reserve_sp p{
	margin: 0 auto;
}

.reserve_sp img{
	width: 15px;
	height: 28px;
	margin-right: 5px;
}


@media screen and (min-width: 480px) {
  html {
    font-size: 14px;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .wrapper {
    min-width: 1100px;
  }
  .header {
    width: auto;
    height: auto;
    left: auto;
    top: 50px;
    right: 50px;
    padding: 0;
  }
  .header__lang {
    font-size: 12px;
  }
  .header__langItem a:hover {
    opacity: .7;
  }
  .header__insta a:hover {
    opacity: .7;
  }
  .menuBtn {
    width: 60px;
    top: 50%;
    left: 50px;
    right: auto;
    margin: -60px 0 0;
  }
  .menuBtn__text {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 0 8px;
  }
  .menuBtn__button {
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #323232;
    position: relative;
  }
  .menuBtn__button .inner {
    width: 30px;
    left: 15px;
  }
  .menuBtn__button .inner::before {
    top: -13px;
  }
  .menuBtn__button .inner::after {
    bottom: -13px;
  }
  .menu {
    display: block;
    min-width: 1100px;
    background: none;
  }
  .menu__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .menu__right {
    width: 33.20313%;
    max-width: none;
    height: 100%;
    background: #1e0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .menu__rightInner {
    width: 100%;
    height: 100%;
    max-height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .menu__logo {
    display: block;
    width: 243px;
    margin: 0 auto;
  }
  .menu__list {
    font-size: 14px;
  }
  .menu__listItem a {
    padding: 20px 0;
  }
  .menu__listItem a:hover {
    opacity: .7;
  }
  .menu__left {
    display: none;
    width: 66.79688%;
    position: relative;
  }
  .menu__catch {
    position: absolute;
    right: 8.77193%;
    bottom: 30px;
    font-size: 32px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .menu__texts {
    position: absolute;
    right: 25.73099%;
    bottom: 30px;
    font-size: 14px;
    line-height: 2.14;
  }
  .menu__texts p + p {
    margin: 0 2.14em 0 0;
  }
  .pageHeader {
    height: 475px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0 0;
  }
  .pageHeader__logo {
    width: 192px;
  }
  .pageHeader__heading {
    font-size: 46px;
    margin: 110px 0 0;
  }
	.main{
	padding-bottom: 200px;
	}
  .main__inner {
    padding: 110px 100px;
  }
  .footer__reserveBtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
  }
 
  .footer__reserveBtn a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
  .footer__copyright {
    padding: 20px 10px;
  }
  .reserve {
    display: block;
    background:rgba(50, 0, 25, 0.5);
    text-align: center;
    padding: 20px 0 0;
  }
  .reserve__heading {
    font-size: 34px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .2em;
  }
  .reserve__headingJa {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.8;
  }
  .reserve__text {
    font-size: 14px;
    letter-spacing: .1em;
    margin: 7px 0 0;
  }
  .reserve__btns {
    width: 84.375%;
    max-width: 1080px;
    margin: 5px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reserve__btn {
    width: 49.62963%;
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1.6;
  }
  .reserve__btn .inner,
.reserve__btn a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    text-align: center;
    height: 40px;
	padding: 10px 0;
	border-radius: 5px;
  }


  .reserve__btn a:hover {
    -webkit-filter: contrast(.9);
    filter: contrast(.9);
  }
  .reserve__btnHeading {
    font-size: 14px;
  }

}

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