/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

:root {
  --main: #44443A;
  --sub: #434335;
  --accent: #686952;
  --neutral: #62625C;
  --highlight: #60614D;
  --bg:#F5F5F4;
  --wh: #FCFCFC;
  --wh2:#EDEDEC;
  --red:#C37070;
}

html {
  font-size: 100%;
  font-size: 62.5%;
}

img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: var(--main);
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
}

input {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif, "Noto Sans JP", sans-serif;
}

textarea {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif, "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}
@media (width <= 990px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media (width <= 990px) {
  .tb {
    display: block;
  }
}

.tb-pc {
  display: block;
}
@media (width <= 768px) {
  .tb-pc {
    display: none;
  }
}

.ex-md {
  display: none;
}
@media (width <= 550px) {
  .ex-md {
    display: block;
  }
}

.l-header {
  width: 100%;
  height: 108px;
  border-bottom: 1px solid var(--wh2);
  position: fixed;
  z-index: 100;
  background: var(--wh);
  transition: transform 0.3s ease;
}
.l-header.hidden {
  transform: translateY(-100%);
}
.l-header.visible {
  transform: translateY(0);
}
.l-header .l-header__inner {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: 1364px;
  margin: 0 auto;
  display: flex;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 99;
}
@media (width <= 340px) {
  .l-header .l-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-header .l-header__content {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (width <= 1400px) {
  .l-header .l-header__content {
    gap: calc(8px + 0.0954545455 * (100vw - 960px));
  }
}
.l-header .l-header__logo {
  margin: 0;
  width: 204px;
}
@media (width <= 1400px) {
  .l-header .l-header__logo {
    width: min(max(180px, 14.5714285714vw), 204px);
  }
}
@media (width <= 768px) {
  .l-header .l-header__logo {
    width: 160px;
  }
}
@media (width <= 340px) {
  .l-header .l-header__logo {
    width: 140px;
  }
}
.l-header .l-header__nav ul {
  display: flex;
  gap: 36px;
}
@media (width <= 1400px) {
  .l-header .l-header__nav ul {
    gap: calc(16px + 0.0454545455 * (100vw - 960px));
  }
}
.l-header .l-header__nav li {
  position: relative;
  font-size: 16px;
}
.l-header .l-header__nav li::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--sub);
  transition: width 0.3s ease;
}
.l-header .l-header__nav li:hover::after {
  width: 100%;
}
.l-header .l-header__hamb {
  width: 24px;
}
.l-header .l-header__toggle {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
@media (width <= 990px) {
  .l-header .l-header__toggle {
    width: 24px;
    height: 22px;
  }
}
@media (width <= 550px) {
  .l-header .l-header__toggle {
    width: 22px;
    height: 20px;
  }
}
.l-header .l-header__toggle span {
  background: var(--sub);
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
@media (width <= 768px) {
  .l-header .l-header__toggle span {
    height: 2px;
  }
}
.l-header .l-header__toggle span:nth-child(1) {
  top: 0;
}
.l-header .l-header__toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header .l-header__toggle span:nth-child(3) {
  bottom: 0;
}
.l-header .l-header__toggle.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.l-header .l-header__toggle.active span:nth-child(2) {
  opacity: 0;
}
.l-header .l-header__toggle.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.l-header .l-header__menu {
  position: fixed;
  z-index: 98;
  top: 0;
  left: -400px;
  width: 400px;
  height: 100vh;
  background: var(--wh);
  transition: left 0.3s ease;
  padding: 108px 32px 32px 24px;
}
.l-header .l-header__menu.active {
  left: 0;
}
.l-header .l-header__menu .l-header__sns {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media (width <= 768px) {
  .l-header .l-header__menu {
    width: 100%;
    left: -100%;
  }
}
.l-header .l-header__insta {
  width: 26px;
}
@media (width <= 340px) {
  .l-header .l-header__insta {
    width: 24px;
  }
}
.l-header .l-header__menu-nav li {
  font-size: 18px;
  font-weight: 500;
  padding: 16px 4px;
  transition: all 0.3s;
}
.l-header .l-header__menu-nav a {
  display: block;
}
.l-header .l-header__menu-nav li:hover {
  background-color: #F5F5F4;
}
.l-header .l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 97;
  display: none;
  transition: opacity 0.3s ease;
}
.l-header .l-header__overlay.active {
  display: block;
  opacity: 1;
}

.l-footer {
  overflow: hidden;
  margin-top: 180px;
}
@media (width <= 768px) {
  .l-footer {
    margin-top: 112px;
  }
}
.l-footer p {
  margin: 0;
}
.l-footer .l-footer__logo {
  margin: 0 auto;
  width: 190px;
}
@media (width <= 768px) {
  .l-footer .l-footer__logo {
    width: 160px;
  }
}
.l-footer .l-footer__insta {
  width: 20px;
}
.l-footer .l-footer__body {
  background-color: var(--accent);
  color: var(--wh);
  margin-top: 14px;
}
@media (width <= 768px) {
  .l-footer .l-footer__body {
    margin-top: 8px;
  }
}
.l-footer .l-footer__inner {
  max-width: 1364px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (width <= 768px) {
  .l-footer .l-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-footer .l-footer__left {
  padding-left: 150px;
}
@media (width <= 1400px) {
  .l-footer .l-footer__left {
    padding-left: 80px;
  }
}
@media (width <= 1200px) {
  .l-footer .l-footer__left {
    padding-left: 16px;
  }
}
@media (width <= 990px) {
  .l-footer .l-footer__left {
    padding-left: 0;
  }
}
.l-footer .l-footer__left .l-footer__btn {
  margin-top: 14px;
}
.l-footer .l-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
@media (width <= 768px) {
  .l-footer .l-footer__content {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-footer .l-footer__copy {
  margin-top: 20px;
  padding: 14px 0 10px 0;
  border-top: 1px solid var(--wh);
}
.l-footer .l-footer__copytext {
  text-align: center;
  font-size: 12px;
}
.l-footer .l-footer__nav ul {
  white-space: nowrap;
  display: flex;
  gap: 30px;
}
@media (width <= 1400px) {
  .l-footer .l-footer__nav ul {
    gap: 16px;
  }
}
@media (width <= 990px) {
  .l-footer .l-footer__nav ul {
    row-gap: 8px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__nav ul {
    display: none;
  }
}
.l-footer .l-footer__nav ul li {
  min-width: 20px;
}
.l-footer .l-footer__btn {
  width: 194px;
  line-height: 44px;
}
.l-footer .l-footer__btns {
  justify-content: flex-end;
  display: flex;
  gap: 10px;
  order: 1;
}
@media (width <= 768px) {
  .l-footer .l-footer__btns {
    flex-direction: column;
    order: 2;
  }
}
.l-footer .l-footer__right {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
}
.l-footer .l-footer__sns {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  order: 2;
}
@media (width <= 768px) {
  .l-footer .l-footer__sns {
    order: 4;
    justify-content: flex-start;
  }
}
.l-footer .l-footer__nav {
  margin-top: 30px;
  font-size: 16px;
  order: 3;
}
@media (width <= 768px) {
  .l-footer .l-footer__nav {
    margin-top: 0;
  }
}
.l-footer .l-footer__address {
  font-size: 15px;
  line-height: 180%;
}
.l-footer .l-footer__contact {
  margin-top: 10px;
}
.l-footer .l-footer__sp {
  display: none;
}
@media (width <= 768px) {
  .l-footer .l-footer__sp {
    display: block;
    order: 3;
    margin-top: 8px;
  }
}

@media (width <= 550px) {
  .l-footer.index-page .l-footer__copy {
    padding: 14px 0 56px 0;
  }
}

.l-main {
  padding-top: 108px;
}
.l-main p {
  margin: 0;
}

.l-section__inner {
  max-width: 1364px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (width <= 768px) {
  .l-section__inner {
    max-width: 580px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-section {
  margin-top: 160px;
}
@media (width <= 768px) {
  .l-section {
    margin-top: 80px;
  }
}

.l-section__body {
  margin-top: 30px;
}
@media (width <= 768px) {
  .l-section__body {
    margin-top: 16px;
  }
}

.c-column {
  display: flex;
}

.c-col {
  display: flex;
}

.c-col20 {
  width: 20%;
}

.c-col30 {
  width: 30;
}

.c-col50 {
  width: 50%;
}
@media (width <= 768px) {
  .c-col50 {
    width: 100%;
  }
}

.c-col70 {
  width: 70%;
}

.c-col80 {
  width: 80%;
}

.c-grid {
  display: grid;
}

.c-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width <= 768px) {
  .c-grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 768px) {
  .c-grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-title {
  margin: 0;
  color: var(--sub);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.52px;
}
@media (width <= 768px) {
  .c-title {
    font-size: 30px;
  }
}

.c-title--en {
  font-family: "Linden Hill";
}

.c-text {
  color: var(--main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (width <= 768px) {
  .c-text {
    font-size: 14px;
  }
}

.c-text--sm {
  font-size: 14px;
}

.c-text--lg {
  font-size: 20px;
}
@media (width <= 768px) {
  .c-text--lg {
    font-size: 16px;
  }
}

.c-subtitle {
  margin: 0;
  font-weight: 400;
  color: var(--sub);
  text-align: center;
  font-size: 24px;
  line-height: 180%;
  position: relative;
  padding-bottom: 20px;
}
@media (width <= 768px) {
  .c-subtitle {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.c-subtitle::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 90px;
  transform: translateX(-50%);
  left: 50%;
  background-color: var(--sub);
}

.c-hidden {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.c-marker {
  background-image: linear-gradient(#fffd3e, #fffd3e);
  background-position: 0 92%;
  background-repeat: no-repeat;
  background-size: 100% 0.4em;
  display: inline;
  padding-bottom: 0.2em;
}

.c-decorator:after, .c-decorator:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(-90deg, currentColor 50%, rgba(0, 0, 0, 0) 0);
  background-size: 6px 6px;
  content: "";
  display: inline-block;
  height: 2px;
  width: 1.2em;
}

.c-decorator::after {
  transform: translate(0.2em, -0.3em) rotate(-45deg);
}

.c-decorator::before {
  transform: translate(-0.2em, -0.3em) rotate(45deg);
}

.c-baloon {
  text-align: center;
  color: #ffffff;
  background-color: #858585;
  border-radius: 2rem;
  padding: 1.2rem 0;
  margin-bottom: 3.8rem;
  position: relative;
}

.c-baloon::after {
  content: "";
  width: 2.8rem;
  height: 3.2rem;
  background-color: #858585;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 97;
  display: none;
  transition: opacity 0.3s ease;
}
.c-overlay.active {
  display: block;
  opacity: 1;
}

.c-noscroll {
  overflow: hidden;
}

.c-flow {
  position: relative;
}

.c-flow__img {
  margin-top: 4px;
}

.c-flow__arrow {
  position: absolute;
  right: -22px;
  width: 20px;
  height: 27px;
  transform: translateY(-50%);
  top: 50%;
}
@media (width <= 990px) {
  .c-flow__arrow {
    width: 18px;
    right: -18px;
  }
}
@media (width <= 768px) {
  .c-flow__arrow {
    width: 20px;
    top: auto;
    bottom: -48px;
    right: auto;
    transform: translateX(-50%);
    rotate: 90deg;
    left: 50%;
  }
}

.c-flow__title {
  color: var(--sub);
  font-family: "Linden Hill";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (width <= 990px) {
  .c-flow__title {
    font-size: 28px;
  }
}
@media (width <= 768px) {
  .c-flow__title {
    font-size: 28px;
  }
}

.c-flow__num {
  font-size: 49px;
}
@media (width <= 768px) {
  .c-flow__num {
    font-size: 38px;
  }
}

.c-flow__text {
  margin: 0;
  color: var(--sub);
  text-align: center;
  font-size: 24px;
  padding-top: 12px;
}
@media (width <= 990px) {
  .c-flow__text {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .c-flow__text {
    padding-top: 6px;
    font-size: 18px;
  }
}

.c-pagetop {
  opacity: 0;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: transparent;
  transition: all 0.3s;
}
@media (width <= 768px) {
  .c-pagetop {
    height: 32px;
    width: 32px;
    right: 16px;
    bottom: 16px;
  }
}
@media (width <= 550px) {
  .c-pagetop {
    right: 8px;
  }
}

@media (width <= 550px) {
  .c-pagetop.index-page {
    bottom: 56px;
    right: 8px;
  }
}

.c-pagetop.visible {
  opacity: 1;
}

.c-link__under {
  text-decoration: underline;
}

.c-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.c-btn__container {
  line-height: 48px;
}

.c-btn--pry {
  background-color: var(--highlight);
  color: var(--wh);
  transition: all 0.2s;
}

.c-btn--pry:hover {
  opacity: 1;
  transform: scale(1.02);
}

.c-btn--shadow {
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}

.c-btn--shadow {
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s, background-color 0.3s;
}

.c-btn--shadow:hover {
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);
}

.c-btn--wh {
  border: 1px solid var(--wh);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.c-btn--wh:hover {
  opacity: 1;
  background-color: var(--wh);
  color: var(--highlight);
  border-color: var(--highlight);
}

.c-fixdbtn {
  position: fixed;
  z-index: 10;
  top: 150px;
  right: -150px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.5s;
}
@media (width <= 1400px) {
  .c-fixdbtn {
    gap: 16px;
  }
}
@media (width <= 1200px) {
  .c-fixdbtn {
    gap: 8px;
  }
}
@media (width <= 990px) {
  .c-fixdbtn {
    gap: 4px;
  }
}
@media (width <= 550px) {
  .c-fixdbtn {
    flex-direction: row;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0px;
    gap: 0px;
  }
}
@media (width <= 550px) {
  .c-fixdbtn .c-brn__container {
    width: 50%;
  }
}

.c-fixdbtn.visible {
  right: 0;
}

.c-btn__fixd {
  writing-mode: vertical-rl;
  padding: 42px 26px;
  border-top: 2px solid var(--sub);
  border-bottom: 2px solid var(--sub);
  border-left: 2px solid var(--sub);
  background: #60614D;
  color: var(--wh);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
@media (width <= 1400px) {
  .c-btn__fixd {
    font-size: 18px;
    padding: 36px 14px;
  }
}
@media (width <= 1200px) {
  .c-btn__fixd {
    font-size: 18px;
    padding: 34px 12px;
  }
}
@media (width <= 990px) {
  .c-btn__fixd {
    font-size: 16px;
    padding: 32px 10px;
  }
}
@media (width <= 550px) {
  .c-btn__fixd {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    padding: 8px 16px;
  }
}
@media (width <= 400px) {
  .c-btn__fixd {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (width <= 340px) {
  .c-btn__fixd {
    padding: 2px 4px;
  }
}

.c-btn__fixd:hover {
  opacity: 0.9;
}

.c-card {
  padding: 0px;
}
@media (width <= 768px) {
  .c-card {
    padding: 0;
  }
}

.card__body {
  margin-top: 8px;
}
@media (width <= 768px) {
  .card__body {
    margin-top: 4px;
  }
}

.c-card__title {
  margin: 0;
  color: var(--sub);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 180%;
}
@media (width <= 1200px) {
  .c-card__title {
    font-size: 22px;
  }
}
@media (width <= 990px) {
  .c-card__title {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .c-card__title {
    font-size: 18px;
  }
}

.c-card__textarea {
  margin-top: 8px;
}
@media (width <= 768px) {
  .c-card__textarea {
    margin-top: 4px;
  }
}

@media (width <= 768px) {
  .mwform-tel-field .c-form__input {
    width: 30% !important;
  }
}

.c-form__item {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
@media (width <= 768px) {
  .c-form__item {
    flex-direction: column;
  }
}
.c-form__item .error {
  display: inline-block;
}

.c-form__item:first-of-type {
  padding-top: 0;
}

.c-form__item:last-of-type {
  border-bottom: none;
}

.c-form__req {
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
  white-space: nowrap;
}
@media (width <= 768px) {
  .c-form__req {
    margin-top: 0;
    padding: 1px 8px;
    font-size: 12px;
  }
}

.c-form__any {
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #8E8E8E;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
  white-space: nowrap;
}

.c-form__label {
  padding-top: 8px;
  flex-basis: 140px;
  line-height: 140%;
}
@media (width <= 768px) {
  .c-form__label {
    flex-basis: auto;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    row-gap: 0px;
  }
}

.c-form__inputs {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media (width <= 990px) {
  .c-form__inputs {
    flex-wrap: wrap;
  }
}
@media (width <= 768px) {
  .c-form__inputs {
    margin-top: 8px;
  }
}
@media (width <= 990px) {
  .c-form__inputs .error {
    width: 100%;
    padding-left: 65px;
  }
}
@media (width <= 768px) {
  .c-form__inputs .error {
    padding-left: 0;
  }
}

.c-form__chklist {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}
@media (width <= 990px) {
  .c-form__chklist {
    row-gap: 4px;
  }
}
@media (width <= 768px) {
  .c-form__chklist {
    margin-top: 8px;
    margin-left: 8px;
    row-gap: 4px;
  }
}
.c-form__chklist .horizontal-item {
  width: 50%;
  margin-left: 0;
}
@media (width <= 990px) {
  .c-form__chklist .horizontal-item {
    width: 100%;
    margin-bottom: 8px;
  }
}
.c-form__chklist input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid var(--sub);
  vertical-align: -5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (width <= 768px) {
  .c-form__chklist input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
}
.c-form__chklist input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
@media (width <= 768px) {
  .c-form__chklist input[type=checkbox]:checked:before {
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
  }
}
@media (width <= 768px) {
  .c-form__chklist .mwform-checkbox-field {
    line-height: 120%;
  }
}
@media (width <= 768px) {
  .c-form__chklist .mwform-checkbox-field label {
    display: flex;
  }
}
@media (width <= 990px) {
  .c-form__chklist .error {
    padding-left: 0;
  }
}

.c-form__chklist--2 {
  justify-content: flex-start;
}
.c-form__chklist--2 .horizontal-item {
  width: 22%;
  margin-left: 0;
}
@media (width <= 990px) {
  .c-form__chklist--2 .horizontal-item {
    width: 100%;
  }
}

.c-form__btn {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  background-color: var(--highlight);
  color: var(--wh);
  transition: all 0.2s;
  box-shadow: none;
  cursor: pointer;
  width: 210px;
  line-height: 58px;
  font-size: 18px;
  border: none;
  font-weight: 700;
  transition: all 0.1s;
}

.c-form__btn:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.c-form__input {
  display: flex;
  width: 358px;
  height: 51px;
  padding: 12px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 5px;
  border: 2px solid var(--sub);
  font-size: 16px;
}
@media (width <= 768px) {
  .c-form__input {
    width: 100%;
  }
}

.c-form__input--min {
  width: 80px;
}

.c-form__textarea {
  display: flex;
  width: 604px;
  height: 210px;
  padding: 10px 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
  border: 2px solid var(--sub);
}
@media (width <= 1200px) {
  .c-form__textarea {
    width: 100%;
    max-width: 600px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.mw_wp_form_confirm .c-form__req {
  display: none;
}
.mw_wp_form_confirm .c-form__any {
  display: none;
}
.mw_wp_form_confirm .c-form__label {
  padding-top: 8px;
  flex-basis: 180px;
  line-height: 140%;
  margin-right: 16px;
}
@media (width <= 768px) {
  .mw_wp_form_confirm .c-form__label {
    flex-basis: auto;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    row-gap: 0px;
    margin-right: 0px;
  }
}

.c-input__err {
  background: #FFF0F0;
}

.p-fv {
  margin: 0 auto;
  padding-top: 12px;
}
.p-fv .p-fv__inner {
  max-width: 1364px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (width <= 768px) {
  .p-fv .p-fv__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-fv .p-fv__wrap {
  display: flex;
  border: 2px solid var(--sub);
}
@media (width <= 768px) {
  .p-fv .p-fv__wrap {
    max-width: 580px;
    margin: 0 auto;
    flex-direction: column;
  }
}
.p-fv .p-fv__img {
  width: 50%;
  border-right: 2px solid var(--sub);
}
@media (width <= 990px) {
  .p-fv .p-fv__img {
    height: 500px;
    overflow: hidden;
  }
  .p-fv .p-fv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__img {
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    border-right: none;
    border-bottom: 2px solid var(--sub);
  }
  .p-fv .p-fv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
.p-fv .p-fv__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
@media (width <= 768px) {
  .p-fv .p-fv__content {
    width: 100%;
    justify-content: flex-start;
    padding: 24px 8px 40px 8px;
  }
}
.p-fv .p-fv__subtitle {
  color: var(--sub);
  font-size: 27px;
  line-height: normal;
  margin: 0;
}
@media (width <= 990px) {
  .p-fv .p-fv__subtitle {
    font-size: 24px;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__subtitle {
    font-size: 20px;
  }
}
.p-fv .p-fv__title {
  margin: 0;
  font-weight: 400;
  margin-top: 24px;
  color: var(--sub);
  text-align: center;
  font-family: "Linden Hill", serif;
  font-size: 49px;
}
@media (width <= 990px) {
  .p-fv .p-fv__title {
    font-size: 40px;
  }
}
.p-fv .p-fv__body {
  margin-top: 50px;
  text-align: center;
}
@media (width <= 990px) {
  .p-fv .p-fv__body {
    margin-top: 24px;
  }
}
.p-fv .p-fv__text {
  margin: 0;
  letter-spacing: 0.8px;
  color: var(----neutral);
  font-feature-settings: "palt";
  word-break: auto-phrase;
}
.p-fv .p-fv__btn {
  margin-top: 30px;
  width: 127px;
  line-height: 50px;
  font-family: "Alegreya", serif;
}
@media (width <= 990px) {
  .p-fv .p-fv__btn {
    margin-top: 24px;
  }
}
@media (width <= 768px) {
  .p-fv .p-fv__btn {
    margin-top: 40px;
  }
}

.p-about {
  margin-top: 168px;
}
@media (width <= 768px) {
  .p-about {
    margin-top: 80px;
  }
}
.p-about .p-about__content {
  gap: 24px;
  align-items: center;
}
@media (width <= 768px) {
  .p-about .p-about__content {
    flex-direction: column;
    gap: 16px;
  }
}
.p-about .p-about__textarea {
  height: 100%;
}

.p-message .p-message__bg {
  position: relative;
  display: flex;
  width: 100%;
  height: 552px;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-message .p-message__bg {
    flex-direction: column;
    height: 800px;
  }
}
.p-message .p-message__bg .p-message__bg-img1, .p-message .p-message__bg .p-message__bg-img2 {
  flex: 1;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.p-message .p-message__bg .p-message__bg-img1::before, .p-message .p-message__bg .p-message__bg-img2::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.p-message .p-message__bg .p-message__bg-img1::before {
  background-image: url("../img/img-message1.jpg");
  background-position: left center;
}
@media (width <= 768px) {
  .p-message .p-message__bg .p-message__bg-img1::before {
    background-position: top center;
  }
}
.p-message .p-message__bg .p-message__bg-img2::before {
  background-image: url("../img/img-message2.jpg");
  background-position: right center;
}
@media (width <= 768px) {
  .p-message .p-message__bg .p-message__bg-img2::before {
    background-position: bottom center;
  }
}
.p-message .p-message__content {
  position: absolute;
  width: 900px;
  background-color: var(--wh);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 31px 40px;
}
@media (width <= 990px) {
  .p-message .p-message__content {
    width: 780px;
  }
}
@media (width <= 768px) {
  .p-message .p-message__content {
    width: 100%;
    padding: 40px 24px;
  }
}
@media (width <= 340px) {
  .p-message .p-message__content {
    padding: 40px 24px;
  }
}
.p-message .p-message__title {
  text-align: center;
  font-size: 33px;
}
@media (width <= 768px) {
  .p-message .p-message__title {
    font-size: 24px;
  }
}
.p-message .p-message__textarea {
  margin-top: 26px;
  text-align: center;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media (width <= 768px) {
  .p-message .p-message__textarea {
    margin-top: 16px;
    text-align: left;
    text-wrap: unset;
    word-break: normal;
  }
}
.p-message .p-message__text {
  margin: 0;
}

.p-work .p-work__cards {
  gap: 24px;
}
@media (width <= 990px) {
  .p-work .p-work__cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media (width <= 768px) {
  .p-work .p-work__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.p-service .p-service__cards {
  gap: 24px;
}
@media (width <= 990px) {
  .p-service .p-service__cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media (width <= 768px) {
  .p-service .p-service__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.p-service .p-service__features {
  margin-top: 60px;
}
.p-service .p-service__features-body {
  max-width: 647px;
  width: 100%;
  margin: 0 auto;
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: center;
}
@media (width <= 768px) {
  .p-service .p-service__features-body {
    max-width: 460px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.p-service .p-service__features__item {
  width: 149px;
  aspect-ratio: 1;
}
@media (width <= 768px) {
  .p-service .p-service__features__item {
    width: 28%;
  }
}
.p-service .p-service__hours {
  margin-top: 60px;
}
.p-service .p-service__hours-body {
  margin-top: 32px;
  overflow-y: hidden !important;
}
@media (width <= 768px) {
  .p-service .p-service__hours-body {
    overflow-x: auto;
  }
}
.p-service .p-service__table {
  width: 814px;
  max-width: 814px;
  margin: 0 auto;
  border-collapse: collapse;
  height: auto;
}
@media (width <= 768px) {
  .p-service .p-service__table {
    width: 720px;
    width: auto;
    border: 1px solid var(--sub);
  }
}
@media (width <= 768px) {
  .p-service .p-service__table tr {
    display: inline-block;
  }
}
.p-service .p-service__table th, .p-service .p-service__table td {
  width: 118px;
  text-align: center;
  padding: 6px 6px;
  border: 2px solid #5D6552;
}
@media (width <= 768px) {
  .p-service .p-service__table th, .p-service .p-service__table td {
    max-width: 152px;
    padding: 2px;
    display: block;
    border: 1px solid #5D6552;
  }
}
.p-service .p-service__table th {
  background-color: #F5F5F4;
}
.p-flow .p-flow__items {
  margin: 0 auto;
  display: flex;
  gap: 24px;
}
@media (width <= 768px) {
  .p-flow .p-flow__items {
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
  }
}
.p-flow .p-flow__btn {
  margin: 0 auto;
  margin-top: 118px;
  width: 352px;
  line-height: 70px;
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-flow .p-flow__btn {
    width: 240px;
    font-size: 16px;
    line-height: 64px;
    margin-top: 80px;
  }
}

.p-atmosphere .p-atmosphere__body {
  margin-top: 34px;
}
@media (width <= 768px) {
  .p-atmosphere .p-atmosphere__body {
    margin-top: 32px;
  }
}
@media (width <= 768px) {
  .p-atmosphere .p-atmosphere__datum#ratio {
    margin-top: 32px;
  }
}
.p-atmosphere .p-atmosphere__col {
  width: 782px;
  gap: 60px;
  margin: 0 auto;
}
@media (width <= 990px) {
  .p-atmosphere .p-atmosphere__col {
    gap: auto;
    justify-content: space-between;
    width: 100%;
    max-width: 782px;
  }
}
@media (width <= 768px) {
  .p-atmosphere .p-atmosphere__col {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    gap: 24px;
  }
}
.p-atmosphere .date-title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-atmosphere .date-title {
    font-size: 16px;
  }
}
.p-atmosphere .p-atmosphere__data-head {
  margin-bottom: 4px;
}
.p-atmosphere #staff-ratio {
  margin-top: 80px;
}
@media (width <= 768px) {
  .p-atmosphere #staff-ratio {
    margin-top: 48px;
  }
}
.p-atmosphere .p-atmosphere__box {
  border: 2px solid var(--main);
  height: 209px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-atmosphere .p-atmosphere__staff {
  margin-top: 80px;
}
@media (width <= 768px) {
  .p-atmosphere .p-atmosphere__staff {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 48px;
  }
}
.p-atmosphere .p-atmosphere__list {
  padding: 0;
}
.p-atmosphere .p-atmosphere__list li::marker {
  font-size: 0.4em;
}
.p-atmosphere .staff-card {
  margin: 0 12px;
  border: 2px solid var(--sub);
  width: 307px;
  display: flex;
  flex-direction: column;
  padding: 22px 32px 34px 32px;
}
.p-atmosphere .staff-img {
  margin: 0 auto;
  width: 122px;
}
.p-atmosphere .staff-name {
  margin-top: 8px;
  text-align: center;
}
.p-atmosphere .staff-body {
  margin-top: 12px;
}
.p-atmosphere .staff-info p {
  line-height: 150%;
}
.p-atmosphere .staff-text {
  margin-top: 12px;
}
.p-atmosphere .staff-text p {
  line-height: 150%;
}
.p-atmosphere .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 60px;
}
@media (width <= 990px) {
  .p-atmosphere .slide-arrow {
    width: 40px;
  }
}
@media (width <= 768px) {
  .p-atmosphere .slide-arrow {
    width: 24px;
  }
}
.p-atmosphere .slick-track {
  display: flex;
}
.p-atmosphere .slick-slide {
  height: auto !important;
}
.p-atmosphere .prev-arrow {
  left: -25px;
  rotate: 180deg;
}
@media (width <= 990px) {
  .p-atmosphere .prev-arrow {
    left: -14px;
    rotate: 180deg;
  }
}
@media (width <= 768px) {
  .p-atmosphere .prev-arrow {
    left: -2px;
  }
}
.p-atmosphere .next-arrow {
  right: -25px;
  z-index: 1;
}
@media (width <= 990px) {
  .p-atmosphere .next-arrow {
    right: -14px;
  }
}
@media (width <= 768px) {
  .p-atmosphere .next-arrow {
    right: -2px;
  }
}
.p-atmosphere .p-atmosphere__schedule {
  margin-top: 80px;
}
@media (width <= 768px) {
  .p-atmosphere .p-atmosphere__schedule {
    margin-top: 48px;
  }
}
.p-atmosphere .p-atmosphere__schedulebox {
  border: 2px solid var(--sub);
  padding: 10px 70px 32px 70px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-atmosphere .p-atmosphere__schedulebox {
    padding: 8px 16px 24px 16px;
  }
}
.p-atmosphere .schedule-list {
  margin: 0;
}
.p-atmosphere .schedule-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
@media (width <= 768px) {
  .p-atmosphere .schedule-item {
    flex-wrap: wrap;
    padding: 8px;
  }
}
.p-atmosphere .schedule-item dt {
  flex-basis: 114px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-atmosphere .schedule-item dt {
    flex-basis: 88px;
  }
}
.p-atmosphere .schedule-item .schedule-time {
  flex-basis: 140px;
}
.p-atmosphere .schedule-item dd {
  margin: 0;
}
.p-atmosphere .schedule-note {
  margin-top: 24px;
  font-size: 14px;
  line-height: 140%;
}
@media (width <= 768px) {
  .p-atmosphere .schedule-note {
    margin-top: 16px;
  }
}

.p-faq .p-faq__items {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
}
@media (width <= 768px) {
  .p-faq .p-faq__items {
    margin-top: 24px;
  }
}
.p-faq .p-faq__q {
  cursor: pointer;
  position: relative;
  padding: 18px 15px 24px 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.3s;
}
.p-faq .p-faq__q.active::after {
  transform: translateY(-40%) rotate(0deg);
}
@media (width <= 768px) {
  .p-faq .p-faq__q {
    padding: 8px 28px 8px 8px;
  }
}
.p-faq .p-faq__q::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow-up.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  right: 8px;
  transform: translateY(-40%) rotate(180deg);
  top: 40%;
  transition: all 0.3s;
}
.p-faq .p-faq__q:hover {
  background-color: #F5F5F4;
}
.p-faq .p-faq__a {
  display: none;
}
.p-faq .p-faq__a-wrap {
  position: relative;
  padding: 18px 15px 18px 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.3s;
}
@media (width <= 768px) {
  .p-faq .p-faq__a-wrap {
    padding: 8px 28px 8px 8px;
  }
}
.p-faq .p-faq__a.open {
  display: block;
}

.p-shop .p-shop__desc {
  max-width: 878px;
  width: 100%;
  margin: 0 auto;
}
.p-shop .p-shop__img {
  width: 346px;
  margin: 0 auto;
  margin-top: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (width <= 768px) {
  .p-shop .p-shop__img {
    width: 240px;
  }
}
.p-shop .p-shop__img:hover {
  transform: scale(1.01);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.p-shop .p-shop__img:hover a img {
  transform: scale(1.01);
}
.p-shop .p-shop__instagram {
  margin-top: 60px;
}
@media (width <= 768px) {
  .p-shop .p-shop__instagram {
    margin-top: 48px;
  }
}
.p-shop .p-shop__instaitems {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (width <= 1200px) {
  .p-shop .p-shop__instaitems {
    max-width: 920px;
  }
}
@media (width <= 990px) {
  .p-shop .p-shop__instaitems {
    max-width: 800px;
  }
}
@media (width <= 400px) {
  .p-shop .p-shop__instaitems {
    padding: 0 16px;
  }
}
.p-shop .p-shop__instaitems a.sbi_photo {
  width: 260px;
  height: 260px !important;
  aspect-ratio: 1;
}
@media (width <= 1200px) {
  .p-shop .p-shop__instaitems a.sbi_photo {
    width: 240px;
    height: 240px !important;
  }
}
@media (width <= 990px) {
  .p-shop .p-shop__instaitems a.sbi_photo {
    width: 200px;
    height: 200px !important;
  }
}
@media (width <= 768px) {
  .p-shop .p-shop__instaitems a.sbi_photo {
    width: 100%;
    height: auto !important;
  }
}

.p-info .p-info__map {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 30px;
}
.p-info .p-info__map-wrap {
  width: 100%;
  height: 425px;
}
@media (width <= 768px) {
  .p-info .p-info__map-wrap {
    height: 240px;
  }
}
.p-info .p-info__details {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 60px;
  border: 2px solid var(--sub);
  padding: 10px 70px 8px 70px;
}
@media (width <= 768px) {
  .p-info .p-info__details {
    padding: 8px 16px 16px 16px;
    margin-top: 24px;
  }
}
.p-info .p-info__details-item {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  line-height: 140%;
}
@media (width <= 768px) {
  .p-info .p-info__details-item {
    flex-direction: column;
    padding: 16px 0;
  }
}
.p-info .p-info__details-item dt {
  flex-basis: 150px;
}
@media (width <= 768px) {
  .p-info .p-info__details-item dt {
    flex-basis: 24px;
    font-weight: 600;
    margin-left: 2px;
  }
}
.p-info .p-info__details-item dd {
  margin: 0;
}
@media (width <= 768px) {
  .p-info .p-info__details-item dd {
    margin-left: 8px;
  }
}
.p-info .p-info__details-item:first-of-type {
  padding-top: 0;
}
.p-info .p-info__details-item:last-of-type {
  border-bottom: none;
}

.p-contat .p-contact__box {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  border: 2px solid var(--sub);
  padding: 50px 65px;
  display: flex;
  flex-direction: column;
}
@media (width <= 1200px) {
  .p-contat .p-contact__box {
    padding: 50px 28px;
  }
}
@media (width <= 990px) {
  .p-contat .p-contact__box {
    padding: 50px 24px;
  }
}
@media (width <= 768px) {
  .p-contat .p-contact__box {
    margin-top: 32px;
    padding: 8px 16px 32px 16px;
  }
}
.p-contat .p-contact__btn {
  margin: 0 auto;
  margin-top: 160px;
  width: 310px;
  line-height: 70px;
  font-size: 21px;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-contat .p-contact__btn {
    margin-top: 80px;
    width: 280px;
    font-size: 18px;
  }
}
.p-contat .p-contact__head {
  text-align: center;
}
.p-contat .p-conact__body {
  margin-top: 40px;
}
@media (width <= 768px) {
  .p-contat .p-conact__body {
    margin-top: 32px;
  }
}
.p-contat .p-contact__back {
  display: block;
  margin-top: 24px;
  text-align: center;
  text-decoration: underline;
}
.p-contat .p-contact__faq {
  max-width: 1066px;
  margin: 0 auto;
  margin-top: 160px;
}
@media (width <= 768px) {
  .p-contat .p-contact__faq {
    margin-top: 80px;
  }
}
.p-contat .p-contact__faq .p-faq__items {
  margin-top: 32px;
}

.p-page {
  padding-top: 80px;
}
@media (width <= 768px) {
  .p-page {
    padding-top: 40px;
  }
}
.p-page .page-content {
  margin-top: 48px;
}

.p-error404 {
  text-align: center;
}
.p-error404 .p-error404__link {
  display: block;
  margin-top: 24px;
}

.p-single {
  /* Responsive Styles */
}
.p-single .p-page__head {
  margin-bottom: 20px;
}
.p-single .p-page__title {
  font-size: 2em;
  margin: 0;
  padding: 0;
}
.p-single .p-page__meta {
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #666;
}
.p-single .p-page__meta span {
  display: inline-block;
  margin-right: 10px;
}
.p-single .p-page__category a,
.p-single .p-page__tags a {
  color: #0073aa;
  text-decoration: none;
}
.p-single .p-page__category a:hover,
.p-single .p-page__tags a:hover {
  text-decoration: underline;
}
.p-single .p-page__thumbnail {
  max-width: 1000px;
  margin: 0 auto;
}
.p-single .p-page__thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.p-single .p-page__content {
  padding: 20px;
}
.p-single .p-page__content p {
  margin-bottom: 20px;
}
.p-single .p-page__content h2,
.p-single .p-page__content h3,
.p-single .p-page__content h4 {
  margin-top: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .p-single .l-main {
    padding: 10px;
  }
  .p-single .p-page__title {
    font-size: 1.5em;
  }
  .p-single .p-page__content {
    padding: 15px;
  }
}

.p-archive {
  /* Responsive Styles */
}
.p-archive .p-archive__title {
  font-size: 2em;
  margin-bottom: 48px;
  text-align: center;
}
.p-archive .p-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.p-archive .p-archive__item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  width: calc(33.333% - 20px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.p-archive .p-archive__item:hover {
  transform: translateY(-5px);
}
.p-archive .p-archive__thumbnail img {
  width: 100%;
  height: auto;
}
.p-archive .p-archive__content {
  padding: 15px;
}
.p-archive .p-archive__item-title {
  font-size: 1.2em;
  margin: 0 0 10px;
}
.p-archive .p-archive__item-title a {
  text-decoration: none;
  color: #333;
}
.p-archive .p-archive__excerpt {
  font-size: 0.9em;
  color: #666;
}
.p-archive .p-archive__pagination {
  text-align: center;
  margin-top: 20px;
}
.p-archive .p-archive__pagination .nav-links {
  display: inline-block;
}
.p-archive .p-archive__pagination a {
  color: #0073aa;
  text-decoration: none;
  margin: 0 5px;
}
.p-archive .p-archive__pagination a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-archive .p-archive__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .p-archive .p-archive__item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */


/*add code*/

.p-work__cards:has(.p-work__card:nth-child(1)) {
  display: flex;
  justify-content: center;
}

@media (width <= 990px) {
.p-work__cards:has(.p-work__card:nth-child(1)) {
  display: grid;
}
}

.p-work__cards:has(.p-work__card:nth-child(4)) {
  display: grid;
}

.p-work .p-work__cards {
  row-gap: 32px;
}

.p-work .p-work__card{
	max-width:307px;
}

@media (width <= 990px) {
  .p-work  .p-work__card{
    max-width: none;
  }
}

.p-service__cards:has(.p-service__card:nth-child(1)) {
  display: flex;
  justify-content: center;
}

@media (width <= 990px) {
.p-service__cards:has(.p-service__card:nth-child(1)) {
  display: grid;
}
}

.p-service__cards:has(.p-service__card:nth-child(4)) {
  display: grid;
}

.p-service .p-service__cards{
  row-gap: 32px;
}

.p-service .p-service__card{
	max-width:307px;
}

@media (width <= 990px) {
	.p-service .p-service__card{
	max-width:none;
}
}

.p-atmosphere .prev-arrow{
	z-index:1;
}

.p-atmosphere__img-wrap.c-img {
    border: 2px solid #444430;
}

.p-atmosphere__img-wrap.c-img {
    border: 2px solid #444430;
}

.p-atmosphere__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}