*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.u-serif {
  font-family: var(--font-serif);
}

.u-en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: bold;
}

.u-color-white {
  color: #fff;
}

.u-color-red {
  color: var(--color-red);
}

.u-color-orange {
  color: var(--color-orange);
}

.u-color-primary {
  color: var(--color-primary);
}

.u-color-secondary {
  color: var(--color-secondary);
}

.u-color-ivorie {
  color: var(--color-ivorie);
}

.u-color-accent {
  color: var(--accent);
}

.u-bg-accent {
  background-color: var(--accent);
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-light {
  background-color: var(--color-light);
}

.u-fit-w {
  width: fit-content;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-color-b1 {
  color: #D5C8B9;
}

.u-w {
  width: var(--width);
}
@media (max-width: 767px) {
  .u-w {
    width: var(--width_sp, var(--width, auto));
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-zindex-2 {
  z-index: 2;
}

.u-grid {
  display: grid;
}

.u-relative {
  position: relative;
}

.u-underline {
  text-decoration: underline;
}

.u-absolute {
  position: absolute;
  inset: var(--inset);
}
@media (max-width: 767px) {
  .u-absolute {
    inset: var(--inset_sp, var(--inset, 0 0 0 0));
  }
}

.u-grid {
  display: grid;
}

.u-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-lh-150 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sp\:u-static {
    position: static;
  }
  .sp\:u-lh-2 {
    line-height: 2;
  }
  .sp\:u-ls-200 {
    letter-spacing: 0.2em;
  }
  .sp\:u-lh-1_5 {
    line-height: 1.5;
  }
}
.u-gutter {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1379px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

:root {
  --black: #212121;
  --color: var(--black);
  --primary-color: #019fc2;
  --secondary-color: #ffe95b;
  --tertiary-color: #09ccea;
  --quaternary-color: #561912;
  --error-color: #bb491d;
  --gray: #707070;
  --red: #ef1036;
  --primary-bg-color: #f2efeb;
  --primary-button-color: #282a32;
  --font: "Noto Sans JP", serif;
  --primary-font: "din-2014", sans-serif;
  --font-size: 1.2rem;
  --font-size-xs: 1.2rem;
  --font-size-s: 1.4rem;
  --font-size-base: var(--font-size);
  --font-size-m: 2rem;
  --font-size-l: 2.4rem;
  --font-size-xl: 2.8rem;
  --font-size-2xl: 3.2rem;
  --font-size-3xl: 3.6rem;
  --font-size-4xl: 6.3rem;
  --font-size-5xl: 6.3rem;
  --gutter: 1.5rem;
  --inner: 112.6rem;
  --transition1: cubic-bezier(0.75, 0, 0.175, 1);
}

body {
  font-family: var(--font);
  font-size: var(--font-size);
  color: var(--color);
  background-color: var(--black);
  line-height: 1.5;
  background-color: #252525;
}
b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  a:not(.c-button):hover {
    opacity: 0.7;
  }
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  opacity: 0.7;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: normal;
}

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

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

.footer {
  padding: 5rem 1.5rem;
  text-align: center;
  color: #d5c8b9;
  padding: 1rem;
}

.c-title1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 3.5rem;
}

.c-btn1 {
  font-size: 1.2rem;
  font-weight: bold;
  width: 20.5rem;
  height: 4rem;
  color: #fff;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 1.3rem;
}
.c-btn1 svg {
  width: 1.2rem;
  height: 1.2rem;
}

.c-btn2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: bold;
  width: 23rem;
  justify-content: center;
  height: 4rem;
  color: #fff;
  border-radius: 0.4rem;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  gap: 0.4rem;
  position: relative;
}
.c-btn2--2 {
  width: 24.6rem;
  height: 4.6rem;
  margin: 0 auto 2rem;
}
.c-btn2--2:last-child {
  margin-bottom: 0;
}
.c-btn2 svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: 0 1rem 0 auto;
  margin: auto 0;
}

.c-map-btn {
  font-size: 1.4rem;
  font-weight: bold;
  width: 20.5rem;
  height: 4.6rem;
  color: #fff;
  border-radius: 0.4rem;
  background: #eb4729;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.c-map-btn--2 {
  width: 24.6rem;
  height: 4.6rem;
  text-align: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.c-map-btn svg {
  width: 2rem;
  height: 2rem;
}

.header {
  position: fixed;
  inset: 2rem 0 auto;
  z-index: 100;
  mix-blend-mode: exclusion;
  transition: 0.5s;
}
.header.is-hide {
  transform: translate(0, -200%);
}
@media print, screen and (min-width: 768px) {
  .header {
    max-width: 37.5rem;
    padding: 0;
    left: 52.5rem;
    top: 3rem;
    margin: auto;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 12.6rem;
}
.header__menu {
  width: 5rem;
  transition: 0.4s;
}
@media print, screen and (min-width: 768px) {
  .header__menu {
    display: none !important;
  }
}
.header__menu span {
  display: block;
  background-color: #ffffff;
  width: 5rem;
  height: 0.3rem;
  transition: 0.4s;
}
.header__menu span:nth-child(2) {
  margin-top: 1rem;
  width: 2.5rem;
  margin-right: auto;
}
.header__menu.is-active {
  transform: translateY(1rem);
}
.header__menu.is-active span {
  display: block;
  background-color: #ffffff;
  width: 5rem;
  height: 0.3rem;
  rotate: 150deg;
}
.header__menu.is-active span:nth-child(2) {
  rotate: -150deg;
  width: 5rem;
  margin: -0.3rem 0;
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .gnavi {
    display: none;
  }
}

.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
  transform: translate(0, -105%);
  transition: 0.5s;
  color: #fff;
  padding-top: 15rem;
}
.drawer.is-active {
  transform: translate(0, 0);
}
@media print, screen and (min-width: 768px) {
  .drawer {
    max-width: 37.5rem;
    inset: 0 0 auto;
    margin: auto;
    left: -3rem;
    padding-top: 20rem;
  }
}
@media print, screen and (min-width: 768px) {
  .drawer {
    max-width: 37.5rem;
    padding: 0;
    left: 52.5rem;
    margin: auto;
  }
}
.drawer__inner {
  overscroll-behavior: contain;
  overflow: auto;
  height: 100%;
}

.drawe-link {
  display: block;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  border-bottom: 1px solid #fff;
}
.drawe-link:first-child {
  border-top: 1px solid #fff;
}

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