html {
  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: #000;
  background: #fff;
}

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;
}

.wrapper--page {
  background-color: #edece8;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
}

.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;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, .95);
  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%;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu__lang {
  width: 100%;
  margin: 0 0 20.3125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}

.menu__langItem {
  color: #969696;
}

.menu__langItem:first-child::after {
  color: #000;
  content: "｜";
}

.menu__langItem a {
  display: block;
  color: #000;
}

.menu__logo {
  width: 33.125%;
  margin: 0 auto 15.625%;
}

.menu__list {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.4;
}

.menu__listItem .en {
  font-size: 10px;
  color: #646464;
  display: block;
}

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

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

.menu__listItem a .icon .cls-1 {
  fill: #000;
}

.pageHeader {
  padding: 25% 0 0;
}

.pageHeader__logo {
  display: none;
}

.pageHeader__heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2em;
  line-height: 1.4;
  padding: 0 0 12.5%;
}

.pageHeader__heading .en {
  font-size: 10px;
  letter-spacing: .1em;
  color: #646464;
  display: block;
}

.pageHeader__image img,
.pageHeader__image picture {
  width: 100%;
}

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

.footer {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}

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

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

.footer__bottom {
  background: #000;
}

.footer__logo {
  display: none;
}

.footer__address {
  display: none;
}

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

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

.reserve {
  display: none;
}

.pagetop {
  display: none;
}

@media screen and (min-width: 480px) {
  html {
    font-size: 14px;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .wrapper {
    min-width: 1100px;
  }
  .menuBtn {
    width: 60px;
    top: 50%;
    right: 50px;
    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 {
    width: 404px;
  }
  .menu__lang {
    font-size: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu__langItem a:hover {
    opacity: .7;
  }
  .menu__logo {
    display: none;
  }
  .menu__list {
    text-align: left;
  }
  .menu__listItem a {
    padding: 20px 0;
  }
  .menu__listItem a:hover {
    opacity: .7;
  }
  .pageHeader {
    padding: 100px 0 0;
  }
  .pageHeader__logo {
    display: block;
    width: 212px;
    margin: 0 auto 140px;
  }
  .pageHeader__heading {
    font-size: 32px;
    line-height: 1.5;
    padding: 0 0 100px;
  }
  .pageHeader__heading .en {
    font-size: 14px;
  }
  .main__inner {
    padding: 100px 0 0;
  }
  .footer__reserveBtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
  }
  .footer__reserveBtn--spOnly {
    display: none;
	  position: fixed;
	  bottom: 0;
  }
  .footer__reserveBtn a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
  .footer__bottom {
    padding: 50px 0 60px;
  }
  .footer__logo {
    display: block;
    width: 148px;
    margin: 0 auto 40px;
  }
  .footer__address {
    display: block;
    text-align: center;
    font-style: normal;
    margin: 0 0 15px;
  }
  .footer__copyright {
    padding: 0;
  }
  .reserve {
    color: #fff;
    display: block;
    background: rgba(10, 7, 0, .7);
    text-align: center;
    padding: 30px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
  }
  .reserve__heading {
    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__text + .reserve__text {
    margin: 40px 0 0;
  }
  .reserve__btns {
    width: 84.375%;
    max-width: 1080px;
    margin: 0 auto;
    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: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    text-align: center;
    height: 100px;
  }
  .reserve__btn a:hover {
    -webkit-filter: contrast(.9);
    filter: contrast(.9);
  }
  .reserve__btnHeading {
    font-size: 14px;
  }
  .pagetop {
    display: block;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 60px 0 20px;
  }
}

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

.award{
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.award img{
  max-width: 200px;
}
.award_top{
  color: #000;
  text-align: center;
  background-color: #fff;
  line-height: 25px;
  padding-bottom: 5px;
}
.award_top img{
  max-width: 150px;
}
.footer_copyrigh_top {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}


.bosssitelink {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.bosssitelink:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 480px) {
  .award_top{
    line-height: 20px;
  }
  .award_top img{
    max-width: 100px;
  }
  .footer_copyrigh_top {
    line-height: 20px;
  }
  .br::before {
    content: "\A" ;
    white-space: pre ;
  }
}