/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 60px;
  min-width: 228px;
  font-size: 1rem;
}

.u_txt_15, .p_404_desc, .c_news__item_time, .c_news__item_cate, .c_breadcrumb__item, .c_breadcrumb__item:not(:last-child)::before, .c_footer_contact__tel_txt {
  font-size: 0.875rem;
}

.u_txt_16, .c_panigation .wp-pagenavi > *, .c_ttl06_jp, .c_footer_contact__tel_ttl, .c_footer_contact__mail_ttl, .c_footer_contact__mail_btn, .c_footer_contact__mail_note, .c_footer_nav__item_link {
  font-size: 0.875rem;
}

.u_txt_18, .c_btn02, .c_ttl02_jp, .c_ttl03_jp, .c_ttl04_jp, .c_mv02__ttl_jp, .c_footer_address {
  font-size: 0.9375rem;
}

.u_txt_20, .c_ttl01_jp {
  font-size: 1rem;
}

.p_404_ttl, .c_footer_contact__ttl_jp {
  font-size: 1.25rem;
}

.c_ttl05_jp, .c_ttl05_en, .c_mv01__txt {
  font-size: 1.25rem;
}

.c_ttl03_en, .c_ttl06_en {
  font-size: 1.5rem;
}

.c_footer_contact__tel_num {
  font-size: 1.5rem;
}

.c_ttl01_en {
  font-size: 1.5rem;
}

.c_ttl02_en, .c_ttl04_en, .c_mv02__ttl_en {
  font-size: 1.875rem;
}

.c_footer_contact__ttl_en {
  font-size: 2.5rem;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.4705882353;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3B4043;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  z-index: 0;
}
#wrapper.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 2s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h_zoom {
  opacity: 1 !important;
}
.h_zoom_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

/*!
component > header
------------------------------
*/
.no_transition #gnav {
  transition: none !important;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  background-color: #fff;
}
.c_header_logo {
  width: 243.5px;
  margin-top: 4px;
}
.c_header_entry {
  display: none;
}
.c_header_calendar {
  background-color: #801e34;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c_header_calendar::before {
  content: "";
  aspect-ratio: 24/27;
  background: url(../images/common/icon_calendar.svg) center/contain no-repeat;
  position: relative;
}
.c_header_tel {
  color: #707070;
  flex-direction: column;
  background-color: rgba(219, 216, 206, 0.56);
  justify-content: center;
  align-items: center;
  display: flex;
}
.c_header_tel__num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.0740740741em;
  line-height: 1;
  gap: 4px;
}
.c_header_tel__num::before {
  content: "";
  aspect-ratio: 25/8;
  background: url(../images/common/img_txt_tel.svg) center/contain no-repeat;
  position: relative;
}
.c_header_tel__note {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.c_header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 91px 30px;
  background-color: #fff;
  z-index: -1;
  overflow: auto;
  height: 100vh;
  height: 100dvh;
  transition: 0.5s;
  transition-property: opacity, visibility, transform;
  opacity: 0;
  visibility: hidden;
}
.c_header_nav.is_open {
  opacity: 1;
  visibility: visible;
}
.c_header_nav__item:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #707070;
}
.c_header_nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-inline: 4px 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transition-property: opacity;
}
.c_header_nav__link_jp {
  display: block;
  letter-spacing: 0.05em;
  font-size: 1.0625rem;
  color: #271a1b;
}
.c_header_nav__link_en {
  display: block;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  position: relative;
  color: #707070;
  font-size: 0.71875rem;
}
.c_header_nav__other {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.c_header_nav__calendar {
  background-color: #801e34;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 237.5px;
  font-size: 0.9375rem;
  height: 60px;
  gap: 20px;
  padding-bottom: 4px;
}
.c_header_nav__calendar::before {
  content: "";
  aspect-ratio: 45/52;
  background: url(../images/common/icon_calendar.svg) center/contain no-repeat;
  position: relative;
  width: 22px;
  left: 8px;
}
.c_header_nav__tel {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.c_header_nav__tel_num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 1.78125rem;
  color: #707070;
  padding-right: 9px;
}
.c_header_nav__tel_num::before {
  content: "";
  aspect-ratio: 25/8;
  background: url(../images/common/img_txt_tel.svg) center/contain no-repeat;
  position: relative;
  width: 22px;
  bottom: 3px;
  left: 1px;
}
.c_header_nav__tel_note {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.71875rem;
  margin-top: 10px;
  line-height: 1.4782608696;
  display: block;
}
.c_header_nav__contact {
  display: flex;
  margin-inline: auto;
  width: 256.5px;
  height: 47px;
  border: 1px solid #707070;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c_header_hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #dbd8ce;
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 56px;
}
.c_header_hamburger > * {
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 25px;
  background-color: #754c24;
  transition: 0.5s;
  transition-property: opacity, transform;
}
.c_header_hamburger > *:first-child {
  transform: translateY(-8px);
}
.c_header_hamburger > *:last-child {
  transform: translateY(8px);
}
.c_header_hamburger.is_open > * {
  transform: translateY(0) rotate(45deg);
}
.c_header_hamburger.is_open > *:nth-child(2) {
  opacity: 0;
}
.c_header_hamburger.is_open > *:last-child {
  transform: translateY(0) rotate(135deg);
}

/*!
component > footer
------------------------------
*/
.c_footer {
  padding-top: 60px;
}
.c_footer_info {
  display: flex;
  flex-wrap: wrap;
}
.c_footer_map {
  width: 100%;
}
.c_footer_map img,
.c_footer_map iframe {
  width: 100%;
  height: 200px;
}
.c_footer_map img {
  -o-object-fit: cover;
  object-fit: cover;
}
.c_footer_contact {
  background-color: rgba(219, 216, 206, 0.61);
  padding-inline: 20px;
  padding-block: 30px;
  width: 100%;
}
.c_footer_contact__ttl {
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_footer_contact__ttl_en {
  display: block;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  opacity: 0.12;
}
.c_footer_contact__ttl_jp {
  position: absolute;
  font-family: "Noto Serif JP", serif;
}
.c_footer_contact__list {
  display: flex;
  margin-inline: auto;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 20px;
}
.c_footer_contact__tel, .c_footer_contact__mail {
  width: 100%;
  flex: 240px;
}
.c_footer_contact__tel_ttl, .c_footer_contact__mail_ttl {
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-color: #999;
  color: #fff;
  height: 30px;
}
.c_footer_contact__tel_phone {
  font-family: "Noto Serif JP", serif;
  color: #707070;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-top: 10px;
}
.c_footer_contact__tel_num {
  letter-spacing: -0.0119047619em;
  white-space: nowrap;
}
.c_footer_contact__tel_time {
  letter-spacing: 0.05em;
  text-align: center;
  margin-inline: auto;
  margin-top: 10px;
}
.c_footer_contact__mail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  background-color: #801e34;
  letter-spacing: 0.1em;
  font-weight: 500;
  height: 45px;
  margin-top: 10px;
}
.c_footer_contact__mail_note {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.c_footer_midle {
  padding-block: 30px;
  padding-inline: 20px;
}
.c_footer_midle__content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin-top: 20px;
}
.c_footer_logo {
  display: table;
  margin-inline: auto;
  width: 280px;
}
.c_footer_address {
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.c_footer_social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c_footer_last {
  color: #fff;
  background-color: #91a270;
  padding-inline: 20px;
  padding-block: 30px;
}
.c_footer_nav {
  margin-inline: auto;
}
.c_footer_nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.c_footer_nav__item {
  margin-right: -1px;
}
.c_footer_nav__item_link {
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_footer_nav__item_link::after, .c_footer_nav__item_link::before {
  content: "";
  width: 1px;
  flex-shrink: 0;
  background-color: currentColor;
  height: 26px;
}
.c_footer_nav__item_txt {
  padding-inline: 15px;
  text-align: center;
}
.c_footer_copyright {
  text-align: center;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 30px;
}

.c_fixed {
  position: fixed;
  transition: 0.5s;
  z-index: 50;
  transition-property: opacity, visibility, background-color, color;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  bottom: 20px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.c_fixed.is_show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.c_fixed__banner {
  width: 300px;
  background-color: #fff;
  position: relative;
  transition: 0.5s;
  transition-property: visibility, opacity;
}
.c_fixed__banner_off {
  width: 25px;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border: 1px solid #8bc53f;
  cursor: pointer;
  z-index: 1;
}
.c_fixed__banner_off::after, .c_fixed__banner_off::before {
  height: 2px;
  position: absolute;
  content: "";
  width: 60%;
  background-color: #8bc53f;
}
.c_fixed__banner_off::after {
  transform: rotate(90deg);
}
.c_fixed__banner a {
  display: block;
}
.c_fixed__totop {
  aspect-ratio: 1;
  width: 50px;
  background-color: #8bc53f;
  border: 2px solid #8bc53f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: 20px;
  transition: 0.5s;
  transition-property: background-color, color;
}
.c_fixed__totop::after {
  content: "";
  width: 35%;
  height: 20px;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  transform: rotate(90deg);
  transition: background-color 0.5s ease;
}

/*!
component > MV
------------------------------
*/
.c_mv02 {
  background-color: #F5F3EC;
  padding-block: 60px 50px;
}
.c_mv02__ttl_en {
  letter-spacing: 0.15em;
  display: block;
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase;
  position: relative;
}
.c_mv02__ttl_en::before {
  content: "";
  position: absolute;
  background-color: #707070;
  height: 1px;
  top: 58%;
  transform: translate(-100%, 0%);
  width: 50px;
  left: -10px;
}
.c_mv02__ttl_jp {
  display: block;
  letter-spacing: 0.05em;
}
.c_mv02 + .c_breadcrumb {
  padding-top: 20px;
}

.c_breadcrumb {
  position: relative;
}
.c_breadcrumb__item {
  position: relative;
  display: inline-block;
  color: #707070;
  letter-spacing: 0.05em;
}
.c_breadcrumb__item:not(:last-child) {
  margin-right: 14px;
}
.c_breadcrumb__item:not(:last-child)::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  color: #707070;
}

.c_mv01 {
  margin-bottom: 20px;
}
.c_mv01__inner {
  position: relative;
  background-color: #f5f3ec;
}
.c_mv01__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.c_mv01__main {
  position: relative;
}
.c_mv01__box {
  padding: 50px 20px;
}
.c_mv01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_mv01 .c_ttl04 {
  margin-bottom: 20px;
}
.c_mv01 .c_ttl04_en {
  text-transform: uppercase;
}
.c_mv01__txt {
  font-family: "Noto Serif JP", serif;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}

.c_ttl01 {
  text-align: center;
}
.c_ttl01_en {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  color: #707070;
  opacity: 0.4;
  display: block;
  text-indent: 0.1860465116em;
}
.c_ttl01_jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.c_ttl02_en {
  color: #a29b70;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  display: block;
  line-height: 1.4333333333;
}
.c_ttl02_jp {
  display: block;
  letter-spacing: 0.05em;
}

.c_ttl03 {
  text-align: center;
}
.c_ttl03.has_line {
  position: relative;
  text-align: left;
  padding-left: 70px;
}
.c_ttl03.has_line::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #707070;
  width: 50px;
  top: 20px;
}
.c_ttl03_en {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  color: #271a1b;
  display: block;
}
.c_ttl03_jp {
  display: block;
  letter-spacing: 0.05em;
}

.c_ttl04 {
  position: relative;
}
.c_ttl04::before {
  content: "";
  position: absolute;
  top: 23px;
  right: calc(100% + 10px);
  width: 117px;
  height: 1px;
  background-color: #707070;
}
.c_ttl04_en {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4333333333;
  letter-spacing: 0.15em;
}
.c_ttl04_jp {
  display: block;
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
}

.c_ttl05_jp {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: block;
  padding-bottom: 5px;
}
.c_ttl05_en {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.45;
  color: #907f19;
  display: block;
  text-transform: uppercase;
}

.c_ttl06 {
  text-align: center;
}
.c_ttl06_en {
  font-family: "Noto Serif JP", serif;
  color: #907F19;
  letter-spacing: 0.1em;
  display: block;
}
.c_ttl06_jp {
  display: block;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 5px;
}

.c_news__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.c_news__item_img img {
  aspect-ratio: 259/251;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.c_news__item_content {
  margin-top: 10px;
}
.c_news__item_sort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.c_news__item_time {
  font-weight: 300;
  line-height: 1;
  color: #707070;
}
.c_news__item_cates {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.c_news__item_cate {
  --bg: #006DB9;
  font-weight: 700;
  background-color: var(--bg);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding-block: 2px;
  padding-inline: 5px;
}
.c_news__item_desc {
  font-weight: 700;
  margin-top: 10px;
  color: #707070;
}

.c_btn01 {
  --color: #E0DCC9;
  background-color: var(--color);
  color: #271A1B;
}
.c_btn01.is_gray {
  font-weight: 700;
  --color: #BCBCBC;
}
.c_btn01.is_green {
  font-weight: 700;
  --color: #8BC53F;
}
.c_btn01.is_brown {
  --color: #801E34;
}
.c_btn01.is_md {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.c_btn01.is_outline {
  border: 1px solid var(--color);
  color: var(--color);
  background-color: unset;
}

.c_btn02 {
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50px;
  height: 44px;
  min-width: 140px;
}

.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(59, 64, 67, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  transition-property: opacity, visibility;
}
.c_modal.no_transition .splide__list {
  transition: none !important;
}
.c_modal.is_open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.c_modal.is_open .splide__arrow {
  pointer-events: all;
}
.c_modal_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.c_modal_inner {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 50px);
}
.c_modal .splide {
  position: relative;
  z-index: 1;
}
.c_modal .splide__arrows {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.c_modal .splide__arrow {
  background-color: #A29B70;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  aspect-ratio: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  width: 45px;
  font-size: 0;
}
.c_modal .splide__arrow::after {
  content: "";
  aspect-ratio: 11/21;
  background: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
  position: relative;
  width: 7px;
}
.c_modal .splide__arrow--prev {
  transform: translateX(-50%);
}
.c_modal .splide__arrow--prev::after {
  transform: rotate(-180deg);
}
.c_modal .splide__arrow--next {
  transform: translateX(50%);
}

.u_color_dbd8ce {
  color: #DBD8CE;
}

.u_txt_black {
  color: #000;
}

.u_txt_white {
  color: #fff;
}

.u_font_serif {
  font-family: "Noto Serif JP", serif;
}

.u_fw_400 {
  font-weight: 400;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_600 {
  font-weight: 600;
}

.u_fw_700 {
  font-weight: 700;
}

.u_inline_block {
  display: inline-block;
}

.c_panigation .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
.c_panigation .wp-pagenavi > * {
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.c_panigation .wp-pagenavi .current {
  opacity: 1;
  color: #801e34;
}
.c_panigation .wp-pagenavi .previouspostslink,
.c_panigation .wp-pagenavi .nextpostslink {
  font-size: 0 !important;
  aspect-ratio: 1;
  border-radius: 10px;
  transition: 0.5s;
  transition-property: background-color, color;
  opacity: 1;
  color: #801e34;
}
.c_panigation .wp-pagenavi .previouspostslink::after,
.c_panigation .wp-pagenavi .nextpostslink::after {
  content: "";
  aspect-ratio: 10/20;
  flex-shrink: 0;
  -webkit-mask: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 8px;
}
.c_panigation .wp-pagenavi .previouspostslink {
  transform: scaleX(-1);
  margin-right: 10px;
}
.c_panigation .wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.p_404_box {
  margin-inline: auto;
  background-color: rgba(219, 216, 206, 0.27);
  margin-top: 50px;
  padding-block: 40px;
  padding-inline: 20px;
  width: calc(100% - 20px);
}
.p_404_ttl {
  color: #801e34;
  letter-spacing: 0.05em;
  margin-inline: auto;
  display: table;
  font-weight: 700;
}
.p_404_desc {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}
.p_404_btn {
  text-align: center;
  margin-top: 50px;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #3B4043;
  border-radius: 50%;
}
.c_loading_body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .c_btn01 {
    font-size: 1.25rem;
    height: 70px;
    min-width: 250px;
  }
  .u_txt_15, .p_404_desc, .c_news__item_time, .c_news__item_cate, .c_breadcrumb__item, .c_breadcrumb__item:not(:last-child)::before, .c_footer_contact__tel_txt {
    font-size: 0.9375rem;
  }
  .u_txt_16, .c_panigation .wp-pagenavi > *, .c_ttl06_jp, .c_footer_contact__tel_ttl, .c_footer_contact__mail_ttl, .c_footer_contact__mail_btn, .c_footer_contact__mail_note, .c_footer_nav__item_link {
    font-size: 1rem;
  }
  .u_txt_18, .c_btn02, .c_ttl02_jp, .c_ttl03_jp, .c_ttl04_jp, .c_mv02__ttl_jp, .c_footer_address {
    font-size: 1.125rem;
  }
  .u_txt_20, .c_ttl01_jp {
    font-size: 1.25rem;
  }
  .p_404_ttl, .c_footer_contact__ttl_jp {
    font-size: 1.5rem;
  }
  .c_ttl05_jp, .c_ttl05_en, .c_mv01__txt {
    font-size: 1.875rem;
  }
  .c_ttl03_en, .c_ttl06_en {
    font-size: 2.5rem;
  }
  .c_footer_contact__tel_num {
    font-size: 2.625rem;
  }
  .c_ttl01_en {
    font-size: 2.6875rem;
  }
  .c_ttl02_en, .c_ttl04_en, .c_mv02__ttl_en {
    font-size: 3.75rem;
  }
  .c_footer_contact__ttl_en {
    font-size: 4.4375rem;
  }
  body {
    font-size: 1.0625rem;
  }
  #wrapper {
    padding-top: 66px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .h_zoom:hover .c_btn01 {
    border-color: #edecef;
    background-color: #fffdf5 !important;
    color: #3B4043;
    opacity: 1;
  }
  .h_zoom:hover .c_btn01::after {
    opacity: 1;
    transform: translateX(5px);
  }
  .h_zoom:hover .c_btn01::before {
    opacity: 0;
  }
  .l_container {
    max-width: 1190px;
    padding-inline: 40px;
  }
  .c_header_inner {
    background-color: rgba(255, 255, 255, 0.87);
    padding-left: 23px;
  }
  .c_header_logo {
    margin-top: 0;
    width: 264px;
  }
  .c_header_entry {
    margin-left: auto;
    display: flex;
  }
  .c_header_calendar {
    flex-shrink: 0;
    gap: 10px;
    font-size: 0.9375rem;
    width: 133px;
    height: 66px;
  }
  .c_header_calendar::before {
    left: -3px;
    width: 24px;
  }
  .c_header_tel {
    flex-shrink: 0;
    padding-inline: 8px 16px;
    padding-top: 4px;
  }
  .c_header_tel__num {
    font-size: 1.6875rem;
  }
  .c_header_tel__num::before {
    width: 25px;
    bottom: 3px;
  }
  .c_header_tel__note {
    font-size: 0.9375rem;
    padding-left: 26px;
  }
  .c_header_nav {
    left: 100%;
    max-width: 400px;
    padding: 100px 40px 40px;
  }
  .c_header_nav.is_open {
    transform: translateX(-100%);
  }
  .c_header_hamburger {
    width: 66px;
  }
  .c_footer {
    padding-top: 95px;
  }
  .c_footer_map {
    width: clamp(min(52.5%, 100% - 600px), (1100px - 100vw) * 2000, 100%);
  }
  .c_footer_map img,
  .c_footer_map iframe {
    height: 370px;
  }
  .c_footer_contact {
    padding-block: 27px 20px;
    width: clamp(min(max(47.5%, 600px)), (1100px - 100vw) * 2000, 100%);
  }
  .c_footer_contact__ttl {
    padding-left: 10px;
  }
  .c_footer_contact__ttl_jp {
    padding-right: 14px;
  }
  .c_footer_contact__list {
    flex-wrap: nowrap;
    gap: clamp(1.875rem, 4.5vw + -1.5rem, 2.4375rem);
    max-width: 631px;
    margin-top: 34px;
  }
  .c_footer_contact__tel, .c_footer_contact__mail {
    flex: unset;
  }
  .c_footer_contact__tel_ttl, .c_footer_contact__mail_ttl {
    height: 35px;
  }
  .c_footer_contact__tel_phone {
    margin-top: 14px;
  }
  .c_footer_contact__tel_num {
    font-size: clamp(2.1875rem, 3.5vw + -0.4375rem, 2.625rem);
  }
  .c_footer_contact__tel_txt {
    position: relative;
    bottom: 2px;
    left: 1px;
  }
  .c_footer_contact__tel_time {
    margin-top: 9px;
  }
  .c_footer_contact__mail_btn {
    height: 67px;
  }
  .c_footer_contact__mail_note {
    margin-top: 8px;
  }
  .c_footer_midle {
    padding-inline: 40px;
    padding-block: 49px 45px;
  }
  .c_footer_midle__content {
    gap: 0 37px;
    margin-top: 33px;
  }
  .c_footer_midle__content::before {
    content: "";
    width: 184px;
    width: clamp(184px, (870px - 100vw) * 1000, 100%);
  }
  .c_footer_logo {
    width: 452px;
  }
  .c_footer_social {
    margin-top: 20px;
    gap: 18px;
    padding-bottom: 6px;
  }
  .c_footer_last {
    padding-inline: 40px;
    padding-block: 57px 36px;
  }
  .c_footer_nav {
    max-width: 1200px;
  }
  .c_footer_nav__list {
    gap: 22px 0;
    justify-content: center;
  }
  .c_footer_nav__item_txt {
    position: relative;
    min-width: 154px;
    padding-inline: 25px;
  }
  .c_footer_nav__item_txt.minw_135 {
    min-width: 135px;
  }
  .c_footer_nav__item_txt.minw_118 {
    min-width: 118px;
  }
  .c_footer_copyright {
    margin-top: 26px;
  }
  .c_fixed {
    bottom: 40px;
  }
  .c_fixed__totop {
    padding-bottom: 5px;
    width: 70px;
    margin-right: 40px;
  }
  .c_fixed__totop::after {
    height: 25px;
  }
  .c_mv02 {
    padding-block: 135px 75px;
  }
  .c_mv02__ttl {
    padding-left: 10px;
  }
  .c_mv02__ttl_en::before {
    left: -28px;
    width: 117px;
  }
  .c_mv02__ttl_jp {
    margin-top: -10px;
  }
  .c_mv02 + .c_breadcrumb {
    padding-top: 29px;
  }
  .c_mv02 + .c_breadcrumb .c_breadcrumb__list {
    padding-left: 4px;
  }
  .c_breadcrumb .l_container {
    max-width: 1200px;
  }
  .c_mv01 {
    margin-bottom: 0;
  }
  .c_mv01__inner {
    padding-left: 40px;
  }
  .c_mv01__main {
    display: flex;
  }
  .c_mv01__box {
    width: 100%;
    height: calc(100% - 50px);
    padding-top: 90px;
    padding-bottom: 110px;
    padding-left: calc(50% - 575px);
    padding-right: 40px;
  }
  .c_mv01__img {
    flex-shrink: 0;
    width: 55.8333333333%;
    max-width: 871px;
  }
  .c_mv01 .c_ttl04 {
    margin-bottom: 51px;
  }
  .c_mv01 .c_ttl04::before {
    top: clamp(1.875rem, 4.6296296296vw + -0.3472222222rem, 3.125rem);
    right: calc(100% + clamp(0.625rem, 3.9556962025vw + -1.2737341772rem, 2.1875rem));
  }
  .c_mv01 .c_ttl04_en {
    font-size: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem);
  }
  .c_mv01 + .c_breadcrumb {
    margin-top: -24px;
  }
  .c_ttl03.has_line {
    padding-left: 131px;
  }
  .c_ttl03.has_line::before {
    top: 34px;
    left: -5px;
    width: 117px;
  }
  .c_ttl04::before {
    top: 50px;
    right: calc(100% + 10px);
    width: 117px;
  }
  .c_ttl04_en {
    margin-bottom: -10px;
  }
  .c_ttl06_jp {
    margin-top: 8px;
  }
  .c_news__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  .c_news__item_time {
    margin-top: 7px;
  }
  .c_news__item_cate {
    min-width: 105px;
  }
  .c_news__item_desc {
    margin-top: 13px;
  }
  .c_btn01.is_md {
    font-size: 1rem;
    height: 78px;
    min-width: 260px;
  }
  .c_btn02 {
    height: 53px;
    min-width: 166px;
  }
  .c_modal_inner {
    border-radius: 20px;
    width: calc(100% - 160px);
    max-width: 1000px;
  }
  .c_modal .splide__arrow {
    width: 100px;
    gap: 13px;
    font-size: 1.125rem;
  }
  .c_modal .splide__arrow::after {
    width: 11px;
    top: -4px;
    left: -2px;
  }
  .c_modal .splide__arrow--prev {
    transform: translateX(-46%);
  }
  .c_modal .splide__arrow--next {
    transform: translateX(46%);
  }
  .c_panigation .wp-pagenavi {
    margin-block: 100px 53px;
    gap: 24px;
  }
  .c_panigation .wp-pagenavi .previouspostslink,
  .c_panigation .wp-pagenavi .nextpostslink {
    width: 50px;
  }
  .c_panigation .wp-pagenavi .previouspostslink::after,
  .c_panigation .wp-pagenavi .nextpostslink::after {
    width: 11px;
  }
  .c_panigation .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
  .c_panigation .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
  .p_404_box {
    max-width: 1000px;
    padding-block: 100px 95px;
    margin-top: 98px;
  }
  .p_404_desc {
    text-align: center;
    margin-top: 26px;
  }
  .p_404_btn {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .c_header_entry {
    margin-left: 0;
  }
  .c_header_tel {
    display: none;
  }
  .c_header_nav {
    overflow: unset;
    transition: none;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background-color: unset;
    position: static;
    margin-left: auto;
    padding: 0 46px 0 0;
    height: auto;
    max-width: unset;
    width: auto;
  }
  .c_header_nav__list {
    display: flex;
    gap: 30px;
  }
  .c_header_nav__item:not(:last-child) {
    border: none;
    margin-bottom: 0;
  }
  .c_header_nav__link {
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 0;
    width: auto;
    display: block;
  }
  .c_header_nav__link_jp {
    color: #3B4043;
    font-size: 0.8125rem;
  }
  .c_header_nav__link_en {
    top: 3px;
    font-size: 0.625rem;
  }
  .c_header_nav__other {
    display: none;
  }
  .c_header_hamburger {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .c_header_tel {
    display: flex;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c_fixed__totop:hover {
    background-color: #fff;
    color: #8bc53f;
  }
  .c_modal .splide__arrow {
    transition: background-color 0.5s ease;
  }
  .c_modal .splide__arrow:hover {
    background-color: #978f62;
  }
  .c_panigation .wp-pagenavi > * {
    transition: color 0.5s ease;
  }
  .c_panigation .wp-pagenavi > *:hover {
    color: #801e34;
  }
  .c_panigation .wp-pagenavi .previouspostslink:hover,
  .c_panigation .wp-pagenavi .nextpostslink:hover {
    background-color: #801e34;
    color: #fff;
  }
}
/*# sourceMappingURL=maps/common.css.map */
