@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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-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: 62.5%;
  font-family: "M PLUS 1p", sans-serif;
}

body {
  color: #000;
  font-size: 0.9285714286vw;
  line-height: 1.6;
  overflow-y: scroll;
  transition: all 0.3s ease 0.1s;
}

body{
  background:#F4F3EF;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:1.4rem;
  letter-spacing: 0.2rem;
  line-height:1.8;
}

header{
  display: flex;
  align-items: center;
  justify-content: center;
  height:587px;
  padding:calc(120/1280 * 100vw) 0 calc(100/1280 * 100vw);
  background:url('../img/pc.jpg')no-repeat top right / cover;
}

.forSP{
  display: none;
}

h1{
  margin:0;
}

.logo{
  display: block;
  width:calc(546/1280 * 100vw);
  max-width:546px;
}

.contents{
  padding:calc(100/1280 * 100vw) 0;
}

.catch{
  font-size:calc(26/1280 * 100vw);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.8rem;
  margin-bottom: calc(50/1280 * 100vw);
}

.text{
  font-size:calc(14/1280 * 100vw);
  text-align: center;
  margin-bottom: calc(80/1280 * 100vw);
  color:#4C4948;
}

.text p{
  margin-bottom:2.5em;
}

.c-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.068em;
  height: 100px;
  border: 1px solid #000;
  color: #FFF !important;
  background: #000;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none !important;
  width:calc(960/1280 * 100vw);
  max-width:960px;
  margin:0 auto;
}

.c-reserve__btn span {
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.25em;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.42rem;
  line-height: 1;
}

.c-reserve__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  right:40px;
  top:50%;
  margin-top:-2px;
}

@media (min-width: 768px) {
  .c-reserve__btn:hover {
    color: #000 !important;
    background: #FFF;
  }
  .c-reserve__btn:hover::after {
    border-left: 5px solid #000;
  }
}

.copy{
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: calc(50/1280 * 100vw);
  text-align: center;
}


@media (max-width: 767.98px) {

  header{
    height:calc(600/750 * 100vw);
    max-height:600px;
    padding:0;
    background:url('../img/sp.jpg')no-repeat top center / contain;
  }

  .forSP{
    display: block;
  }

  .logo{
    width:calc(527/750 * 100vw);
    max-width:calc(527px / 2);
  }

  .contents{
    padding:calc(130/750 * 100vw) 0;
  }

  .catch{
    font-size:calc(34/750 * 100vw);
    margin-bottom: calc(80/750 * 100vw);
  }

  .text{
    font-size:calc(24/750 * 100vw);
    margin-bottom: calc(130/750 * 100vw);
  }

  .c-reserve__btn {
    border: 0.27vw solid #000;
    height:initial;
    width: auto;
    margin:0 calc(50/750 * 100vw);
  }

  .c-reserve__btn span {
    padding:calc(30/750 * 100vw);
    font-size: 3.47vw;
    line-height: 1.6;
    letter-spacing: 0.5vw;
    text-align: center;
  }

  .c-reserve__btn::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffffff;
    right:20px;
    margin-top:-5px;
  }

  .copy{
    margin-bottom: calc(52/768 * 100vw);
  }

}