@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Onest:wght@100..900&family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
/**
* @file _reset.scss
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

*::-moz-selection {
  background: #826F34;
  color: white;
}

*::selection {
  background: #826F34;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.l-common {
  max-width: 393px;
  margin: 0 auto;
}

body {
  background-image: url(../img/common_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

.p-heisei__cnt {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
.p-heisei__banner {
  background: url(../img/bg_banner.jpg) no-repeat;
  background-size: cover;
  background-position: bottom bottom;
  width: 100%;
  height: 800px;
  padding-top: 70px;
}
.p-heisei__banner .__des {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(8, 133, 200, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  padding-top: 35px;
}
.p-heisei__chance {
  margin-top: -35px;
}
.p-heisei__stamp {
  margin-top: 35px;
}
.p-heisei__reservation .__wrap {
  max-width: 335px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #E94829;
  background: #FFF7F6;
  padding: 24px;
}
.p-heisei__reservation .__wrap__ttl {
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-heisei__reservation .__wrap__ttl .__subttl {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.p-heisei__reservation .__wrap__ttl .__ttl {
  color: #E94829;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}
.p-heisei__reservation .__wrap__ttl .__ttl span {
  font-size: 22px;
}
.p-heisei__reservation .__wrap__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.p-heisei__reservation .__wrap__inner .__des {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
}
.p-heisei__house {
  padding-top: 40px;
}
.p-heisei__house .__item {
  padding-top: 12px;
}
.p-heisei__house .__access {
  width: 100%;
  max-width: 332px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-heisei__footer {
  padding: 40px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.p-heisei__footer .__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-heisei__footer .__contact--ttl {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}
.p-heisei__footer .__contact svg {
  margin-top: 24px;
}
.p-heisei__footer .__contact--time {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 18.2px */
  padding-top: 12px;
}
.p-heisei__footer .__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-heisei__footer .__social--item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-heisei__footer .__social--item p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.p-heisei__side {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-heisei__side {
    display: none;
  }
}/*# sourceMappingURL=style-new.css.map */