@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  background: #fff;
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 33.75rem;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.p-pc__nav {
  display: none;
}

.p-pc__instagram {
  display: none;
}

.p-pc__content {
  background: #f5e2e6;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px){
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.4545454545vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-inner {
    max-width: 1148px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .p-pc {
    position: relative;
    width: 100%;
  }
  .p-pc::before {
    background-image: url(../images/pc-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .p-pc__nav {
    display: block;
    left: 0;
    padding-left: 3.3125rem;
    padding-top: 2.625rem;
    position: fixed;
    top: 0;
  }
  .p-pc__nav::before {
    background-image: url(../images/nav-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 47.875rem;
    left: 0;
    position: fixed;
    top: 0;
    width: min(24.25rem, 32%);
    z-index: -1;
  }
  .p-pc__logo img {
    max-width: 11.125rem;
  }
  .p-pc__items {
    margin-top: 2.875rem;
  }
  .p-pc__item a {
    align-items: center;
    display: flex;
    font-family: "Jost", sans-serif;
    font-size: 2.25rem;
    justify-content: flex-start;
    letter-spacing: 0.05em;
    padding: 0.375rem 0.1875rem;
    text-transform: capitalize;
  }
  .p-pc__item a::before {
    background: #bc7e8b;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    margin-right: 0.8125rem;
    width: 0.5rem;
  }
  .p-pc__instagram {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
  }
  .p-pc__instagram::before {
    background-image: url(../images/instagram-bg.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 9.9375rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 11.9375rem;
    z-index: -1;
  }
  .p-pc__instagram a {
    display: inline-block;
    padding: 1.4375rem 1.5625rem;
    text-align: center;
  }
  .p-pc__instagram img {
    height: 2.4375rem;
    margin: 0 auto;
    width: 2.4375rem;
  }
  .p-pc__instagramText {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
    text-transform: uppercase;
  }
  .p-pc__content {
    margin: 0 auto;
    max-width: 31.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
}

@media (min-width: 1100px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */
