@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}
@media (max-width: 1499px) {
  html {
    font-size: 0.6666666667vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
body a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body ul li {
  list-style: none;
}

.header .menu {
  display: flex;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 5rem;
  padding: 0 12rem;
}
.header .menu h1 {
  max-width: 212px;
  width: 25%;
}
.header .menu .header__nav {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 3.4rem;
       column-gap: 3.4rem;
  width: 100%;
}
.header .menu .header__nav .header__nav-list {
  display: flex;
  justify-content: end;
  -moz-column-gap: 3.9rem;
       column-gap: 3.9rem;
  width: 75%;
  margin-left: 5rem;
}
.header .menu .header__nav .header__nav-list:nth-of-type(2) {
  justify-content: flex-start;
  max-width: 95px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .header .menu .header__nav .header__nav-list:nth-of-type(2) {
    max-width: none;
    margin-left: 50px;
  }
}
.header .menu .header__nav .header__nav-list li {
  white-space: nowrap;
}
.header .menu .header__nav .header__nav-list li a {
  font-size: 1.3rem;
  line-height: 1;
  color: #792f2e;
}
.header .header-bottom {
  background: #792f2e;
  width: 100%;
  max-height: 50px;
  height: 50vw;
}
.header .header__hamburger--button {
  display: none;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 70px;
    z-index: 9999;
  }
  .header .menu {
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .header .menu h1 {
    max-width: 100px;
    min-width: 90px;
    width: 35%;
  }
  .header .menu .header__nav {
    flex-direction: column;
    margin-left: 0;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    display: none;
    z-index: 9997;
    opacity: 0.5;
    padding: 0;
    background: #9e8b8c;
  }
  .header .menu .header__nav .header__nav-list {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    width: 100%;
    text-align: start;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 50px;
    padding: 0;
    background: none;
    border: none;
    padding: 0 16px;
  }
  .header .menu .header__nav .header__nav-list li {
    max-width: none;
    width: 100%;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 39px;
    border: none;
    border-bottom: dashed 2px #fff;
  }
  .header .menu .header__nav .header__nav-list li a {
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    transition: 0.5s;
    color: #fff;
  }
  .header .menu .header__nav .header__nav-list li a:hover {
    color: #3b3b40;
    background: #fff;
    transition: 0.5s;
    opacity: 1;
  }
  .header .menu .header__nav.active {
    display: block;
    animation: fadeIn 1.5s ease-out forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .header .menu .header__nav-list.active {
    transform: translateX(0);
    left: 42px;
    visibility: visible;
  }
  .header .header__hamburger--button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    z-index: 9999;
  }
  .header .header__hamburger--button .line {
    width: 50%;
    height: 2px;
    border-radius: 3.125rem;
    position: relative;
    transition: ease 0.4s;
    display: block;
    background: #000;
  }
  .header .header__hamburger--button .line:nth-child(1) {
    top: 0;
  }
  .header .header__hamburger--button .line:nth-child(2) {
    margin: 4px 0;
  }
  .header .header__hamburger--button .line:nth-child(3) {
    top: 0;
  }
  .header .header__hamburger--button.active span:nth-child(1) {
    top: 2px;
    transform: rotate(45deg);
  }
  .header .header__hamburger--button.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header__hamburger--button.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }
}
footer {
  margin-top: 2rem;
}
footer .footer-inner .footer_top .footer_nav {
  max-width: 1412px;
  margin: 0 auto;
  padding: 2.8rem 0 3.2rem;
  border-top: 1px solid #919191;
}
footer .footer-inner .footer_top .footer_nav .footer_nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
footer .footer-inner .footer_top .footer_nav .footer_nav-list li a {
  font-size: 1.4rem;
  line-height: 1;
  color: #792f2f;
}
footer .footer-inner .footer_top .footer_nav2 {
  background: #d9d9d9;
  margin-top: 8px;
  padding: 1.8rem 0 1.8rem;
}
footer .footer-inner .footer_top .footer_nav2 .footer_nav-list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
footer .footer-inner .footer_top .footer_nav2 .footer_nav-list2 li a {
  font-size: 1.4rem;
  line-height: 1;
  color: #792f2f;
}
footer .footer-inner .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  background: #9e8b8c;
  padding: 3.8rem 6.2rem 8.1rem 17.2rem;
}
footer .footer-inner .footer_bottom .footer_bottom-left {
  max-width: 215px;
  width: 36%;
}
footer .footer-inner .footer_bottom .footer_bottom-left .footer_bottom-item-img {
  max-width: 136px;
  width: 65%;
  margin: 0 auto;
}
footer .footer-inner .footer_bottom .footer_bottom-left p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
footer .footer-inner .footer_bottom .footer_bottom-left p:first-of-type {
  margin-top: 0.9rem;
}
footer .footer-inner .footer_bottom .footer_bottom-left p:nth-of-type(2) {
  margin-top: 3rem;
}
footer .footer-inner .footer_bottom .footer_bottom-left .sns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.3rem;
       column-gap: 3.3rem;
  margin-top: 3rem;
}
footer .footer-inner .footer_bottom .footer_bottom-center {
  max-width: 613px;
  width: 60%;
}
footer .footer-inner .footer_bottom .footer_bottom-center p {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 2.25;
  color: #fff;
  text-align: center;
}
footer .footer-inner .footer_bottom .footer_bottom-right {
  position: relative;
  max-width: 282px;
  width: 25%;
}
footer .footer-inner .footer_bottom .footer_bottom-right .footer_bottom-right-img {
  position: relative;
  z-index: 10;
}
footer .footer-inner .footer_bottom .footer_bottom-right .footer_bottom-right-text {
  position: absolute;
  top: 59%;
  right: 0%;
  z-index: 20;
  transform: translate(-10%, -59%);
}
footer .footer-inner .footer_bottom .footer_bottom-right .footer_bottom-right-text p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
footer .footer-inner .footer_bottom .footer_bottom-right .footer_bottom-right-text ul {
  margin-top: 2rem;
}
footer .footer-inner .footer_bottom .footer_bottom-right .footer_bottom-right-text ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  list-style: disc;
}
footer .footer-inner .footer_bottom .footer_bottom-right .footer_bottom-right-text ul li:nth-of-type(2) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  footer {
    margin-top: 2rem;
  }
  footer .footer-inner .footer_bottom {
    display: block;
    padding: 30px 20px;
  }
  footer .footer-inner .footer_bottom .footer_bottom-left {
    max-width: none;
    width: 100%;
  }
  footer .footer-inner .footer_bottom .footer_bottom-left .footer_bottom-item-img {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-inner .footer_bottom .footer_bottom-left p {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  footer .footer-inner .footer_bottom .footer_bottom-left p:first-of-type {
    margin-top: 0.9rem;
  }
  footer .footer-inner .footer_bottom .footer_bottom-left p:nth-of-type(2) {
    margin-top: 3rem;
  }
  footer .footer-inner .footer_bottom .footer_bottom-left .sns {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.3rem;
         column-gap: 3.3rem;
    margin-top: 3rem;
  }
  footer .footer-inner .footer_bottom .footer_bottom-center {
    max-width: 613px;
    width: 100%;
  }
  footer .footer-inner .footer_bottom .footer_bottom-center p {
    font-size: 1.45rem;
    line-height: 2.25;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  footer .footer-inner .copywriter {
    background: #501919;
    padding: 10px 10px;
  }
  footer .footer-inner .copywriter p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }
}
.fm-y {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
}

.sec-title {
  font-size: 3.2rem;
  line-height: 1;
  color: #792f2e;
  text-align: center;
}
.sec-title span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: 1.5rem;
}
.sec-title span span {
  display: inline-block;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .sec-title {
    font-size: clamp(20px, 5vw, 32px);
    line-height: 1;
    color: #792f2e;
    text-align: center;
  }
  .sec-title span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-top: 1.5rem;
  }
  .sec-title span span {
    display: inline-block;
    font-size: 2.5rem;
  }
}
.menu-right {
  max-width: 144px;
  width: 23%;
}
.menu-right .c-plan-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.6rem;
  color: #fff;
  background: #792f2e;
  border: 1px solid #792f2e;
  transition: 0.5s;
}
.menu-right .c-plan-btn .bi-list-ul {
  font-size: 1.4rem;
}
.menu-right .c-plan-btn p {
  font-size: 1.4rem;
  font-weight: 700;
}
.menu-right .c-plan-btn:hover {
  background: #fff;
  color: #792f2e;
  transition: 0.5s;
}
.menu-right a:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #792f2e;
  margin-top: 1.4rem;
}
.menu-right a:last-of-type span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .menu-right {
    max-width: none;
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .menu-right a:last-of-type {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1.4rem;
  }
}
.c-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 241px;
  width: 100%;
  background: #792f2e;
  border: 1px solid #792f2e;
  color: #fff;
  padding: 2.9rem 0;
  transition: 0.5s;
}
.c-btn1 p {
  font-size: 1.6rem;
  line-height: 1;
}
.c-btn1:hover {
  background: #fff;
  color: #792f2e;
  transition: 0.5s;
}

.c-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 375px;
  width: 100%;
  background: #792f2e;
  border: 1px solid #792f2e;
  color: #fff;
  padding: 2.9rem 0;
  transition: 0.5s;
}
.c-btn2 p {
  font-size: 1.6rem;
  line-height: 1;
}
.c-btn2:hover {
  background: #fff;
  color: #792f2e;
  transition: 0.5s;
}

.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 169px;
  width: 100%;
  border: 1px solid #792f2e;
  border-radius: 20px;
  margin: 50px auto 0;
  padding: 1.3rem 0;
  transition: 0.5s;
}
.back-button p {
  font-size: 1.4rem;
  line-height: 1;
  color: #792f2e;
  transition: 0.5s;
}
.back-button:hover {
  background: #792f2e;
  transition: 0.5s;
}
.back-button:hover p {
  color: #fff;
  transition: 0.5s;
}

.c-btn4 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 169px;
  width: 100%;
  background: #c2a1a3;
  border: 1px solid #c2a1a3;
  color: #fff;
  margin-top: 1.3rem;
  padding: 1.5rem 0;
  transition: 0.5s;
}
.c-btn4 p {
  font-size: 1.6rem;
  line-height: 1;
}
.c-btn4:hover {
  background: #fff;
  color: #c2a1a3;
  transition: 0.5s;
}

.page-title {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page-title .page-title-img {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.page-title h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.page-main-title {
  color: #792f2f;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .page-main-title {
    font-size: clamp(20px, 5vw, 32px);
    line-height: 1.4;
  }
}

.page-main-title2 {
  color: #792f2f;
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: double 6px #792f2f;
}

.page-main-title3 {
  color: #792f2f;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.page-main-title3 p:first-of-type {
  width: 17px;
  height: 17px;
}

.event-detail .content {
  padding: 4.1rem 27rem 6.4rem;
  background: #e2d3d4;
}
.event-detail .content .event-detail_block {
  max-width: 960px;
  width: 100%;
  margin: 6.4rem auto 0;
}
.event-detail .content .event-detail_block .c-btn1 {
  margin: 5.5rem auto 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.event-detail .content .event-detail_block .c-btn3 {
  margin: 2.6rem auto 0;
}

@media (max-width: 767px) {
  .event-detail .content {
    padding: 40px 20px 50px;
  }
  .event-detail .content .event-detail_block {
    max-width: 960px;
    width: 100%;
    margin: 60px auto 0;
  }
  .event-detail .content .event-detail_block .c-btn1 {
    margin: 55px auto 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .event-detail .content .event-detail_block .c-btn3 {
    margin: 25px auto 0;
  }
}
.reservation .content {
  padding: 10.4rem 20px 15.8rem;
}
.reservation .content .reservation_block {
  max-width: 963px;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 19.3rem;
       column-gap: 19.3rem;
  margin: 0 auto;
}
.reservation .content .reservation_block .reservation_block-item {
  max-width: 385px;
  width: 50%;
}

@media (max-width: 767px) {
  .reservation .content {
    padding: 50px 20px 50px;
  }
  .reservation .content .reservation_block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin: 0 auto;
  }
  .reservation .content .reservation_block .reservation_block-item {
    max-width: 385px;
    width: 50%;
  }
}
.header-under {
  background: #9e8b8c;
  width: 100%;
  height: 50px;
}

.under-content {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
  padding: 0 20px 12.5rem;
}
@media (max-width: 767px) {
  .under-content {
    max-width: none;
    width: 100%;
    padding: 0 20px 50px;
  }
}

.pagination .c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  max-width: 900px;
  margin: 19rem auto 0;
}
.pagination .c-pager .page-numbers {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .c-pager .page-numbers .bi-chevron-compact-left,
.pagination .c-pager .page-numbers .bi-chevron-compact-right {
  font-size: 30px;
  font-weight: 700;
  color: #792f2e;
}
.pagination .c-pager .current {
  width: 4.4rem;
  height: 4.4rem;
  color: #fff;
  background: #792f2e;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .pagination .c-pager {
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
    max-width: 900px;
    margin: 50px auto 0;
  }
  .pagination .c-pager .page-numbers {
    font-size: 20px;
  }
  .pagination .c-pager .page-numbers .bi-chevron-compact-left,
  .pagination .c-pager .page-numbers .bi-chevron-compact-right {
    font-size: 30px;
  }
  .pagination .c-pager .current {
    width: 44px;
    height: 44px;
  }
}
.table-wrapper {
  overflow-x: auto; /* 横スクロールを有効にする */
  width: 100%;
}
.table-wrapper table {
  font-size: 13px;
  line-height: 1.42;
  padding: 0px;
  margin: 10px 0px;
  line-height: 1.42;
  border-style: solid;
  border-color: rgb(160, 160, 160);
  -o-border-image: initial;
     border-image: initial;
  border: solid 1px #a0a0a0;
  border-width: 1px 0px 0px 1px;
  border-spacing: 0px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: NotoSansCJKjp-Regular, Arial, sans-serif;
  width: 100%;
}
@media (max-width: 1080px) {
  .table-wrapper table {
    width: 940px;
  }
}
.table-wrapper table tbody tr th {
  padding: 8px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
  -o-border-image: initial;
     border-image: initial;
  border-width: 0px 1px 1px 0px;
  background: rgb(239, 239, 239);
}
.table-wrapper table tbody tr td {
  padding: 8px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
  -o-border-image: initial;
     border-image: initial;
  border-width: 0px 1px 1px 0px;
  text-align: right;
}

.table-wrapper {
  overflow-x: auto; /* 横スクロールを有効にする */
  width: 100%;
}
.table-wrapper .ex-plane {
  font-size: 13px;
  line-height: 1.42;
  width: 100%;
}
@media (max-width: 1080px) {
  .table-wrapper .ex-plane {
    width: 960px;
  }
}
.table-wrapper .ex-plane tbody tr th {
  padding: 8px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
  -o-border-image: initial;
     border-image: initial;
  border-width: 0px 1px 1px 0px;
  background: rgb(239, 239, 239);
  font-family: NotoSansCJKjp-Regular, Arial, sans-serif !important;
}
.table-wrapper .ex-plane tbody tr td {
  padding: 8px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
  -o-border-image: initial;
     border-image: initial;
  border-width: 0px 1px 1px 0px;
  text-align: right;
  font-family: NotoSansCJKjp-Regular, Arial, sans-serif !important;
}

@media (max-width: 767px) {
  .top-fv {
    padding-top: 70px;
  }
}
.top-sec1 .content {
  padding: 3.5rem 13.1rem 2rem;
}
.top-sec1 .content .top-sec1_block {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3.1rem;
       column-gap: 3.1rem;
  overflow: hidden;
}
.top-sec1 .content .top-sec1_block .top-sec1_block-item {
  max-width: 289px;
  overflow: hidden;
}
.top-sec1 .content .top-sec1_block .top-sec1_block-item img {
  transition: transform 1s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-sec1 .content .top-sec1_block .top-sec1_block-item img:hover {
  transform: scale(1.2);
}
.top-sec1 .content .logo {
  max-width: 140px;
  margin: 2rem auto 0;
}

@media (max-width: 767px) {
  .top-sec1 .content {
    padding: 0 0 2rem;
  }
  .top-sec1 .content .top-sec1_block {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .top-sec1 .content .top-sec1_block .top-sec1_block-item {
    max-width: none;
    width: 50%;
  }
  .top-sec1 .content .logo {
    max-width: 140px;
    margin: 2rem auto 0;
  }
}
.top-sec2 {
  background: #ffeef0;
}
.top-sec2 .content {
  padding: 5.5rem 14.75rem 6.8rem;
}
.top-sec2 .content .event {
  max-width: 1205px;
  margin: 10rem auto 0;
}
.top-sec2 .content .event .event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); /* 必要に応じてminmaxの値を調整 */
  gap: 16px;
  justify-items: center;
}
.top-sec2 .content .event .event-grid .event-item {
  box-sizing: border-box;
  text-align: center;
  max-width: 200px;
  width: 40vw;
}
.top-sec2 .content .event .event-grid .event-item .event-item-top {
  overflow: hidden;
  position: relative;
  max-width: 200px;
  max-height: 150px;
  height: 50vw;
  overflow: hidden;
}
.top-sec2 .content .event .event-grid .event-item .event-item-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.top-sec2 .content .event .event-grid .event-item .event-item-bottom {
  background: #fff;
  max-height: 90px;
  height: 10vh;
  border-radius: 0 0 20px 20px;
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-sec2 .content .event .event-grid .event-item .event-item-bottom .event-item-title {
  font-size: clamp(16px, 1.39rem + 0.273vi, 18px);
}
.top-sec2 .content .c-btn1 {
  margin: 12.5rem auto 0px;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

@media (max-width: 767px) {
  .top-sec2 .content {
    padding: 50px 20px 50px;
  }
  .top-sec2 .content .event {
    margin: 50px auto 0;
  }
  .top-sec2 .content .event .event-grid {
    grid-template-columns: repeat(2, 1fr); /* 2列に設定 */
  }
  .top-sec2 .content .event .event-grid .event-item {
    max-width: 200px;
  }
  .top-sec2 .content .event .event-grid .event-item .event-item-top {
    max-width: 200px;
    max-height: 150px;
    height: 25vw;
  }
  .top-sec2 .content .event .event-grid .event-item .event-item-bottom .event-item-title {
    font-size: clamp(14px, 1.257rem + 0.447vi, 16px);
  }
  .top-sec2 .content .c-btn1 {
    margin: 50px auto 0;
  }
}
.top-sec3 {
  background-image: url(../images/top/sec3/recomend-bg.png);
  background-size: cover;
}
.top-sec3 .content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 6.1rem 19rem 4.3rem;
}
.top-sec3 .content .stay-plan {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.3rem;
       column-gap: 4.3rem;
  margin: 9rem auto 0;
}
.top-sec3 .content .stay-plan .stay-plan-item {
  width: 25%;
}
.top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom {
  background: #fff;
  padding: 1.8rem 1.2rem 4.6rem;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  max-height: 296px;
  height: 60%;
}
.top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom .stay-plan-item-title-top {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom .stay-plan-item-title {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.45;
}
.top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom .stay-plan-item-text {
  margin-top: 4.5rem;
  margin-bottom: auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.top-sec3 .content .c-btn1 {
  margin: 10.5rem auto 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (max-width: 767px) {
  .top-sec3 .content {
    padding: 50px 20px 50px;
  }
  .top-sec3 .content .stay-plan {
    display: block;
    margin-top: 30px;
  }
  .top-sec3 .content .stay-plan .stay-plan-item {
    width: 100%;
  }
  .top-sec3 .content .stay-plan .stay-plan-item:not(:first-of-type) {
    margin-top: 30px;
  }
  .top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom {
    background: #fff;
    padding: 10px;
    max-height: none;
  }
  .top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom .stay-plan-item-title-top {
    font-size: 16px;
  }
  .top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom .stay-plan-item-title {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .top-sec3 .content .stay-plan .stay-plan-item .stay-plan-item-bottom .stay-plan-item-text {
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
  }
  .top-sec3 .content .c-btn1 {
    margin: 35px auto 0;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.top-sec4 {
  background-image: url(../images/top/sec4/sec4-bg.png);
  background-size: cover;
}
.top-sec4 .content {
  padding: 12.5rem 0 18rem;
}
.top-sec4 .content .news_block {
  max-width: 690px;
  width: 100%;
  margin: 7.7rem auto 0;
}
.top-sec4 .content .news_block .news_block-item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-left: 3.5rem;
  padding-bottom: 1.6rem;
  position: relative;
  border-bottom: 2px solid #792f2f;
}
.top-sec4 .content .news_block .news_block-item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 77%;
  left: 23%;
  height: 2px;
  background: #d9d9d9;
}
.top-sec4 .content .news_block .news_block-item time {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.top-sec4 .content .news_block .news_block-item p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.55;
}
.top-sec4 .content .news_block .news_block-item:nth-of-type(2) {
  margin-top: 9rem;
}
.top-sec4 .content .news_block .news_block-item:nth-of-type(3) {
  margin-top: 9rem;
}
.top-sec4 .content .c-btn2 {
  margin: 15.7rem auto 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (max-width: 767px) {
  .top-sec4 .content {
    padding: 50px 20px 50px;
  }
  .top-sec4 .content .news_block {
    max-width: 690px;
    width: 100%;
    margin: 70px auto 0;
  }
  .top-sec4 .content .news_block .news_block-item {
    display: block;
    padding-left: 0;
    padding-bottom: 16px;
  }
  .top-sec4 .content .news_block .news_block-item::before {
    width: 77%;
    left: 23%;
    height: 2px;
    background: #d9d9d9;
  }
  .top-sec4 .content .news_block .news_block-item time {
    font-size: 16px;
  }
  .top-sec4 .content .news_block .news_block-item p {
    font-size: 14px;
  }
  .top-sec4 .content .news_block .news_block-item:nth-of-type(2) {
    margin-top: 90px;
  }
  .top-sec4 .content .news_block .news_block-item:nth-of-type(3) {
    margin-top: 90px;
  }
  .top-sec4 .content .c-btn2 {
    margin: 35px auto 0;
  }
}
.access .content {
  padding: 2.6rem 11rem 10.9rem 10.2rem;
}
.access .content .map {
  max-width: 1024px;
  width: 100%;
  margin: 3.1rem auto 0;
}
.access .content .map iframe {
  width: 100%;
  max-height: 299px;
  height: 20vw;
}
.access .content .access_block {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.6rem;
       column-gap: 4.6rem;
  margin-top: 10rem;
}
.access .content .access_block .access_block-item:first-of-type {
  max-width: 685px;
  width: 100%;
}
.access .content .access_block .access_block-item:nth-of-type(2) {
  max-width: 557px;
  width: 90%;
}

@media (max-width: 767px) {
  .access .content {
    padding: 50px 20px 89px;
  }
  .access .content .map {
    max-width: 720px;
    width: 100%;
    margin: 40px auto 0;
  }
  .access .content .map iframe {
    width: 100%;
    max-height: 563px;
    height: 75vw;
  }
  .access .content .access_block {
    display: block;
    margin-top: 40px;
  }
  .access .content .access_block .access_block-item:first-of-type {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
  }
  .access .content .access_block .access_block-item:nth-of-type(2) {
    max-width: 689px;
    width: 100%;
    margin: 52px auto 0;
  }
}
.breadcrumb {
  margin-top: 7rem;
  padding: 1.7rem 10rem;
}
.breadcrumb__container {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb__container p {
  display: inline-block;
  margin-right: 1.7rem;
  font-size: 1.6rem;
  line-height: 1;
}
.breadcrumb__container p a {
  color: #792f2e;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 7rem;
    padding: 0.8rem 2rem;
  }
  .breadcrumb__container {
    margin: 0 auto;
  }
  .breadcrumb__container p {
    margin-right: 1.7rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.exclusive-list {
  background: #ffeef0;
}
.exclusive-list .content {
  padding: 4.8rem 14.75rem 8.5rem;
}
.exclusive-list .content .exclusive-list-title {
  color: #792f2f;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.exclusive-list .content .event {
  max-width: 1205px;
  margin: 10rem auto 0;
}
.exclusive-list .content .event .event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); /* 必要に応じてminmaxの値を調整 */
  gap: 16px;
  justify-items: center;
}
.exclusive-list .content .event .event-grid .event-item {
  box-sizing: border-box;
  text-align: center;
  max-width: 200px;
  width: 40vw;
}
.exclusive-list .content .event .event-grid .event-item .event-item-top {
  overflow: hidden;
  position: relative;
  max-width: 200px;
  max-height: 150px;
  height: 50vw;
  overflow: hidden;
}
.exclusive-list .content .event .event-grid .event-item .event-item-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.exclusive-list .content .event .event-grid .event-item .event-item-bottom {
  background: #fff;
  max-height: 90px;
  height: 10vh;
  border-radius: 0 0 20px 20px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
}
.exclusive-list .content .event .event-grid .event-item .event-item-bottom .exclusive-tag {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #792f2f;
  text-align: center;
}
.exclusive-list .content .event .event-grid .event-item .event-item-bottom .event-item-title {
  font-size: clamp(16px, 1.39rem + 0.273vi, 18px);
  margin-top: auto;
}

.exclusive-stay .content {
  padding: 5rem 17.1rem;
}
.exclusive-stay .content p {
  font-size: 1.6rem;
  line-height: 1.45;
  color: #792f2e;
}
.exclusive-stay .content .exclusive-stay_block {
  max-width: 1158px;
  width: 100%;
  margin: 0 auto;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img {
  margin-top: 4rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:first-of-type {
  margin-top: 4.2rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(3) {
  margin-top: 2.6rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(5) {
  margin-top: 5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(6) {
  margin-top: 5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 {
  margin-top: 2rem;
  overflow-x: auto; /* 横スクロールを有効にする */
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 table {
  margin: 10px 0;
  border: solid 1px #a0a0a0;
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.42;
  width: 100%;
}
@media (max-width: 1080px) {
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 table {
    width: 1158px;
  }
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 table thead th {
  padding: 8px;
  text-align: center;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 table th,
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 table td {
  border: solid #a0a0a0;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 {
  margin-top: 5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:first-of-type {
  margin-top: 4rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(5) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(6) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(7) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 {
  margin-top: 5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:first-of-type {
  margin-top: 4rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(5) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(6) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(7) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(8) {
  margin-top: 7.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 {
  margin-top: 4.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img {
  margin-top: 2.5rem;
  overflow-x: auto; /* 横スクロールを有効にする */
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img table {
  margin: 10px 0;
  border: solid 1px #a0a0a0;
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.42;
  width: 100%;
}
@media (max-width: 1080px) {
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img table {
    width: 1158px;
  }
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img table thead th {
  padding: 8px;
  text-align: center;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img table th,
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img table td {
  border: solid #a0a0a0;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 {
  margin-top: 6.8rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top {
  margin-top: 4rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(3) {
  margin-top: 2.8rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(7) {
  margin-top: 5.2rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(8) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(9) {
  margin-top: 7.2rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle {
  margin-top: 4rem;
  overflow-x: auto; /* 横スクロールを有効にする */
  width: 100%;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle table {
  margin: 10px 0;
  border: solid 1px #a0a0a0;
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.42;
  width: 100%;
}
@media (max-width: 1080px) {
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle table {
    width: 1158px;
  }
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle table thead th {
  padding: 8px;
  text-align: center;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle table th,
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle table td {
  border: solid #a0a0a0;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  text-align: left;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom {
  margin-top: 4rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom p:nth-of-type(4) {
  margin-top: 4.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom p:nth-of-type(5) {
  margin-top: 2.5rem;
}
.exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom p:nth-of-type(6) {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .exclusive-list .content {
    padding: 40px 20px 30px;
  }
  .exclusive-list .content .exclusive-list-title {
    font-size: clamp(20px, 5vw, 32px);
    line-height: 1.4;
  }
  .exclusive-list .content .event {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) and (max-width: 460px) {
  .exclusive-list .content .event .event-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); /* 必要に応じてminmaxの値を調整 */
  }
}
@media (max-width: 767px) {
  .exclusive-list .content .event .event-grid .event-item {
    max-width: 200px;
  }
  .exclusive-list .content .event .event-grid .event-item .event-item-top {
    max-width: 200px;
    max-height: 150px;
    height: 25vw;
  }
  .exclusive-list .content .event .event-grid .event-item .event-item-bottom {
    height: 20vh;
  }
  .exclusive-list .content .event .event-grid .event-item .event-item-bottom .event-item-title {
    font-size: clamp(14px, 1.39rem + 0.273vi, 16px);
  }
  .exclusive-stay .content {
    padding: 30px 20px;
  }
  .exclusive-stay .content p {
    font-size: 16px;
    line-height: 1.45;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:first-of-type {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(2) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(3) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(5) {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 p:nth-of-type(6) {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item1 .exclusive-stay_block-item1-img2 {
    margin-top: 20px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:first-of-type {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(2) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(5) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(6) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item2 p:nth-of-type(7) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:first-of-type {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(5) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(6) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(7) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item3 p:nth-of-type(8) {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item4 .exclusive-stay_block-item4-img {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(2) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(3) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(7) {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(8) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-top p:nth-of-type(9) {
    margin-top: 50px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-middle {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom p:nth-of-type(4) {
    margin-top: 40px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom p:nth-of-type(5) {
    margin-top: 25px;
  }
  .exclusive-stay .content .exclusive-stay_block .exclusive-stay_block-item5 .exclusive-stay_block-item5-bottom p:nth-of-type(6) {
    margin-top: 25px;
  }
}
.exclusive-detail .content {
  padding: 4.1rem 27rem 6.4rem;
  background: #e2d3d4;
}
.exclusive-detail .content .exclusive-detail_block {
  max-width: 960px;
  width: 100%;
  margin: 6.4rem auto 0;
}
.exclusive-detail .content .exclusive-detail_block .exclusive-detail_block-item p {
  font-size: 2.4rem;
  line-height: 1.45;
  margin-bottom: 50px;
}
.exclusive-detail .content .exclusive-detail_block .c-btn1 {
  margin: 5.5rem auto 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.exclusive-detail .content .exclusive-detail_block .c-btn3 {
  margin: 2.6rem auto 0;
}

@media (max-width: 767px) {
  .exclusive-detail .content {
    padding: 40px 20px 50px;
  }
  .exclusive-detail .content .exclusive-detail_block {
    max-width: 960px;
    width: 100%;
    margin: 60px auto 0;
  }
  .exclusive-detail .content .exclusive-detail_block .exclusive-detail_block-item p {
    font-size: 24px;
  }
}
.general-list {
  background: #ffeef0;
}
.general-list .content {
  padding: 5.5rem 14.75rem 6.8rem;
}
.general-list .content .general-list__box {
  max-width: 1205px;
  margin: 10rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem;
  justify-content: space-between;
}
.general-list .content .general-list__box .general-list-item {
  flex: 0 1 calc(33.333% - 20px); /* 3列レイアウト */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 351px;
}
.general-list .content .general-list__box .general-list-item .general-list-item-top {
  max-height: 241px;
  overflow: hidden;
}
.general-list .content .general-list__box .general-list-item .general-list-item-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.general-list .content .general-list__box .general-list-item .general-list-item-bottom {
  display: flex;
  flex: 1; /* 高さを均等に配分 */
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 3rem 2.5rem;
  border-radius: 0 0 20px 20px;
}
.general-list .content .general-list__box .general-list-item .general-list-item-bottom .general-list-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.general-list .content .general-list__box .general-list-item .general-list-item-bottom .text {
  display: block; /* 空の要素を確保 */
  margin-top: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.45;
}
.general-list .content .general-list__box .general-list-item .general-list-item-bottom .general-list-item-tag {
  margin-top: 18%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
}
.general-list .content .c-btn1 {
  margin: 24.5rem auto 0;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

@media (max-width: 767px) {
  .general-list .content {
    padding: 50px 20px 50px;
  }
  .general-list .content .general-list__box {
    display: block;
    margin-top: 30px;
  }
  .general-list .content .general-list__box .general-list-item {
    max-width: none;
    max-height: none;
    margin: 0 auto;
  }
  .general-list .content .general-list__box .general-list-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .general-list .content .general-list__box .general-list-item .general-list-item-top {
    max-height: none;
    overflow: hidden;
  }
  .general-list .content .general-list__box .general-list-item .general-list-item-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  .general-list .content .general-list__box .general-list-item .general-list-item-bottom {
    max-height: none;
    padding: 10px;
  }
  .general-list .content .general-list__box .general-list-item .general-list-item-bottom .general-list-item-title {
    font-size: 18px;
  }
  .general-list .content .general-list__box .general-list-item .general-list-item-bottom .text {
    margin-top: 20px;
    font-size: 16px;
  }
  .general-list .content .general-list__box .general-list-item .general-list-item-tag {
    margin-top: 25px;
    font-size: 18px;
  }
  .general-list .c-btn1 {
    margin: 50px auto 0;
  }
}
.general-detail .content {
  padding: 4.1rem 27rem 6.4rem;
  background: #e2d3d4;
}
.general-detail .content .general-detail_block {
  max-width: 960px;
  width: 100%;
  margin: 6.4rem auto 0;
}
.general-detail .content .general-detail_block .general-detail_block-item p {
  font-size: 2.4rem;
  line-height: 1.45;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .general-detail .content {
    padding: 40px 20px 50px;
  }
  .general-detail .content .general-detail_block {
    max-width: 960px;
    width: 100%;
    margin: 60px auto 0;
  }
  .general-detail .content .general-detail_block .general-detail_block-item p {
    font-size: 24px;
  }
}
.stay .content {
  padding: 2rem 20px 2rem;
}
.stay .content .stay_block {
  max-width: 679px;
  width: 100%;
  margin: 3.5rem auto 0;
}
.stay .content .stay_block .stay_block-item ul {
  max-width: 580px;
  width: 100%;
  margin: 3.4rem auto 0;
  border: 1px solid #9e8b8c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 3rem;
  padding: 3.7rem 3.7rem;
}
.stay .content .stay_block .stay_block-item ul li {
  max-width: 226px;
  width: 100%;
}
.stay .content .stay_block .stay_block-item ul li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  width: 100%;
}
.stay .content .stay_block .stay_block-item ul li a p:first-of-type {
  width: 17px;
  height: 17px;
}
.stay .content .stay_block .stay_block-item ul li a p:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #792f2e;
  border-bottom: 1px solid #792f2e;
}
.stay .content .stay_block .stay_block-item ul li:nth-of-type(even) {
  max-width: 150px;
}
.stay .content .stay_block .stay_block-item2 {
  margin-top: 7rem;
}
.stay .content .stay_block .stay_block-item2 .stay_block-item2-img1 {
  margin-top: 1.5rem;
}
.stay .content .stay_block .stay_block-item2 .thumbnails {
  display: flex;
  justify-content: center;
  max-width: 679px;
  width: 100%;
}
.stay .content .stay_block .stay_block-item2 .thumbnails img {
  width: calc(16.6666666667% - 0px);
  height: auto;
  margin: 0;
  cursor: pointer;
}
.stay .content .stay_block .stay_block-item2 .stay_block-item2-img2 {
  margin-top: 3.5rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(2) {
  margin-top: 5.8rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(3) {
  margin-top: 9.5rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(4) {
  margin-top: 5.8rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(5) {
  margin-top: 8.5rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(6) {
  margin-top: 11.8rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(7) {
  margin-top: 12rem;
}
.stay .content .stay_block .stay_block-item2:nth-of-type(8) {
  margin-top: 10.5rem;
}
.stay .content .stay_block .stay_block-item3 {
  margin-top: 10rem;
}
.stay .content .stay_block .stay_block-item3 p {
  color: #792f2e;
  font-size: 1.6rem;
  line-height: 1.4;
}
.stay .content .stay_block .stay_block-item3 p:first-of-type {
  margin-top: 3rem;
}
.stay .content .stay_block .stay_block-item3 p:nth-of-type(2) {
  margin-top: 3rem;
}
.stay .content .stay_block .stay_block-item3 .stay_block-item3-img {
  margin-top: 5rem;
}
.stay .content .stay_block .stay_block-item3 .thumbnails {
  display: flex;
  justify-content: center;
  max-width: 679px;
  width: 100%;
}
.stay .content .stay_block .stay_block-item3 .thumbnails img {
  width: calc(16.6666666667% - 0px);
  height: auto;
  margin: 0;
  cursor: pointer;
}
.stay .content .stay_block .stay_block-item4 {
  margin-top: 9rem;
}
.stay .content .stay_block .stay_block-item4 h3 {
  letter-spacing: -1.2px;
}
.stay .content .stay_block .stay_block-item4 .stay_block-item4-img1 {
  margin-top: 3.8rem;
}
.stay .content .stay_block .stay_block-item4 .stay_block-item4-img2 {
  margin-top: 6.2rem;
}
.stay .content .stay_block .stay_block-item4 p {
  color: #792f2e;
  font-size: 1.6rem;
  line-height: 1.4;
}
.stay .content .stay_block .stay_block-item4 p:first-of-type {
  margin-top: 5.8rem;
}
.stay .content .stay_block .stay_block-item4 p:nth-of-type(2) {
  margin-top: 0.5rem;
}
.stay .content .stay_block .stay_block-item4 .stay_block-item4-box {
  max-width: 173px;
  width: 26%;
  background: #792f2e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: 4.4rem;
  padding: 0.7rem 0;
}
.stay .content .stay_block .stay_block-item4 .stay_block-item4-box .stay_block-item4-box-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 0;
}
.stay .content .stay_block .stay_block-item4 ul {
  margin-top: 1.5rem;
}
.stay .content .stay_block .stay_block-item4 ul li {
  color: #792f2e;
  font-size: 1.6rem;
  line-height: 1.4;
}
.stay .content .stay_block .stay_block-item5 {
  margin-top: 5rem;
}
.stay .content .stay_block .stay_block-item5 h3 {
  font-size: 2.4rem;
  display: inline-block;
}
.stay .content .stay_block .stay_block-item5 a {
  display: block;
  margin-top: 1.5rem;
  font-size: 2.3rem;
  line-height: 1;
  color: #792f2e;
}
.stay .content .stay_block .stay_block-item5 .stay_block-item5-img {
  max-width: 310px;
  width: 25%;
  margin-top: 0.9rem;
}

@media (max-width: 767px) {
  .stay .content {
    padding: 20px 20px 20px;
  }
  .stay .content .stay_block {
    margin: 35px auto 0;
  }
  .stay .content .stay_block .stay_block-item ul {
    margin: 35px auto 0;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 30px;
    padding: 25px;
  }
  .stay .content .stay_block .stay_block-item ul li a {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .stay .content .stay_block .stay_block-item ul li a p:nth-of-type(2) {
    font-size: 16px;
  }
  .stay .content .stay_block .stay_block-item ul li:nth-of-type(even) {
    max-width: 150px;
  }
  .stay .content .stay_block .stay_block-item2 {
    margin-top: 70px;
  }
  .stay .content .stay_block .stay_block-item2 .stay_block-item2-img1 {
    margin-top: 15px;
  }
  .stay .content .stay_block .stay_block-item2 .stay_block-item2-img2 {
    margin-top: 35px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(2) {
    margin-top: 55px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(3) {
    margin-top: 95px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(4) {
    margin-top: 55px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(5) {
    margin-top: 85px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(6) {
    margin-top: 100px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(7) {
    margin-top: 100px;
  }
  .stay .content .stay_block .stay_block-item2:nth-of-type(8) {
    margin-top: 100px;
  }
  .stay .content .stay_block .stay_block-item3 {
    margin-top: 100px;
  }
  .stay .content .stay_block .stay_block-item3 p {
    color: #792f2e;
    font-size: 16px;
  }
  .stay .content .stay_block .stay_block-item3 p:first-of-type {
    margin-top: 30px;
  }
  .stay .content .stay_block .stay_block-item3 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .stay .content .stay_block .stay_block-item3 .stay_block-item3-img {
    margin-top: 50px;
  }
  .stay .content .stay_block .stay_block-item4 {
    margin-top: 90px;
  }
  .stay .content .stay_block .stay_block-item4 h3 {
    letter-spacing: -1.2px;
  }
  .stay .content .stay_block .stay_block-item4 .stay_block-item4-img1 {
    margin-top: 35px;
  }
  .stay .content .stay_block .stay_block-item4 .stay_block-item4-img2 {
    margin-top: 60px;
  }
  .stay .content .stay_block .stay_block-item4 p {
    font-size: 16px;
  }
  .stay .content .stay_block .stay_block-item4 p:first-of-type {
    margin-top: 55px;
  }
  .stay .content .stay_block .stay_block-item4 p:nth-of-type(2) {
    margin-top: 5px;
  }
  .stay .content .stay_block .stay_block-item4 .stay_block-item4-box {
    max-width: 173px;
    width: 50%;
    background: #792f2e;
    margin-top: 45px;
    padding: 7px 0;
  }
  .stay .content .stay_block .stay_block-item4 .stay_block-item4-box .stay_block-item4-box-text {
    font-size: 16px;
  }
  .stay .content .stay_block .stay_block-item4 ul {
    margin-top: 15px;
  }
  .stay .content .stay_block .stay_block-item4 ul li {
    font-size: 16px;
  }
  .stay .content .stay_block .stay_block-item5 {
    margin-top: 50px;
  }
  .stay .content .stay_block .stay_block-item5 h3 {
    font-size: 24px;
  }
  .stay .content .stay_block .stay_block-item5 a {
    margin-top: 15px;
    font-size: 23px;
  }
  .stay .content .stay_block .stay_block-item5 .stay_block-item5-img {
    width: 50%;
    margin-top: 9px;
  }
}
.privacy-title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.45;
}

.privacy-text {
  font-size: 1.8rem;
  line-height: 1.45;
}

.privacy-sec1 {
  margin-top: 5rem;
}
.privacy-sec1 .content h3 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.45;
}
.privacy-sec1 .content .privacy-text-area {
  margin-top: 4rem;
}

.privacy-sec2 {
  margin-top: 3rem;
}
.privacy-sec2 .content .privacy-text-area ul {
  margin-top: 3.5rem;
}
.privacy-sec2 .content .privacy-text-area ul li:nth-of-type(even) {
  margin-top: 3rem;
}
.privacy-sec2 .content .privacy-text-area ul li:nth-of-type(odd) {
  margin-top: 3.5rem;
}
.privacy-sec2 .content .privacy-text-area ul li p:first-of-type {
  font-size: 1.8rem;
  line-height: 1;
}
.privacy-sec2 .content .privacy-text-area ul li p:nth-of-type(2) {
  margin-top: 5px;
}

.privacy-sec3 {
  margin-top: 2.6rem;
}
.privacy-sec3 .content .privacy-text-area ul {
  margin-top: 5px;
}
.privacy-sec3 .content .privacy-text-area ul li:nth-of-type(even) {
  margin-top: 3rem;
}
.privacy-sec3 .content .privacy-text-area ul li:nth-of-type(odd) {
  margin-top: 3.5rem;
}
.privacy-sec3 .content .privacy-text-area ul li:first-of-type {
  margin-top: 0;
}
.privacy-sec3 .content .privacy-text-area ul li p:first-of-type {
  font-size: 1.8rem;
  line-height: 1;
}
.privacy-sec3 .content .privacy-text-area ul li p:nth-of-type(2) {
  margin-top: 5px;
}

.privacy-sec4 {
  margin-top: 3rem;
}

.privacy-sec5 {
  margin-top: 3rem;
}

.privacy-sec6 {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  privacy-title {
    font-size: 20px;
  }
  .privacy-text {
    font-size: 18px;
  }
  .privacy-sec1 {
    margin-top: 50px;
  }
  .privacy-sec1 .content h3 {
    font-size: 20px;
  }
  .privacy-sec1 .content .privacy-text-area {
    margin-top: 30px;
  }
  .privacy-sec2 {
    margin-top: 30px;
  }
  .privacy-sec2 .content .privacy-text-area ul {
    margin-top: 30px;
  }
  .privacy-sec2 .content .privacy-text-area ul li:nth-of-type(even) {
    margin-top: 30px;
  }
  .privacy-sec2 .content .privacy-text-area ul li:nth-of-type(odd) {
    margin-top: 30px;
  }
  .privacy-sec2 .content .privacy-text-area ul li p:first-of-type {
    font-size: 18px;
  }
  .privacy-sec3 {
    margin-top: 30px;
  }
  .privacy-sec3 .content .privacy-text-area ul li:nth-of-type(even) {
    margin-top: 30px;
  }
  .privacy-sec3 .content .privacy-text-area ul li:nth-of-type(odd) {
    margin-top: 30px;
  }
  .privacy-sec3 .content .privacy-text-area ul li p:first-of-type {
    font-size: 18px;
  }
  .privacy-sec4 {
    margin-top: 30px;
  }
  .privacy-sec5 {
    margin-top: 30px;
  }
  .privacy-sec6 {
    margin-top: 30px;
  }
}
.terms-title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.45;
}

.terms-text {
  font-size: 1.8rem;
  line-height: 1.45;
}

.terms-sec1 {
  margin-top: 5rem;
}
.terms-sec1 .content h3 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.45;
}
.terms-sec1 .content .terms-sec1_block1 {
  margin-top: 4rem;
}
.terms-sec1 .content .terms-sec1_block1 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block1 p:nth-of-type(3) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block1 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block1 p:nth-of-type(5) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block2 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block2 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block2 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block2 p:nth-of-type(5) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block3 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block3 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block3 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block3 p:nth-of-type(5) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block4 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block4 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block4 p:nth-of-type(3) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block4 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block5 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block5 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block5 p:nth-of-type(3) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block5 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block6 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block6 p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block6 p:nth-of-type(3) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block7 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block7 p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block7 p:nth-of-type(3) {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block8 {
  margin-top: 3rem;
}
.terms-sec1 .content .terms-sec1_block8 p:nth-of-type(2) {
  margin-top: 2.5rem;
}
.terms-sec1 .content .terms-sec1_block8 p:nth-of-type(3) {
  margin-top: 3rem;
}

.terms-sec2 {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block1 {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block1 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block1 p:nth-of-type(3) {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block1 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block1 p:nth-of-type(5) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block2 {
  margin-top: 5.5rem;
}
.terms-sec2 .content .terms-sec2_block2 p:nth-of-type(3) {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block2 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block2 p:nth-of-type(5) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block3 {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block3 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block4 {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block4 p:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block4 ul {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block4 ul li:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block4 ul li:nth-of-type(3) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block4 ul li:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block5 {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block5 p:nth-of-type(4) {
  margin-top: 2.5rem;
}
.terms-sec2 .content .terms-sec2_block5 ul {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block5 ul li:first-of-type p:nth-of-type(2) {
  margin-top: 2.8rem;
}
.terms-sec2 .content .terms-sec2_block5 ul li:first-of-type p:nth-of-type(4) {
  margin-top: 2.8rem;
}
.terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) {
  margin-top: 3rem;
}
.terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p {
  margin-top: 0;
}
.terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p:nth-of-type(2) {
  margin-top: 2.8rem;
}
.terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p:nth-of-type(3) {
  margin-top: 2.8rem;
}
.terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p:last-of-type {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .terms-title {
    font-size: 20px;
  }
  .terms-text {
    font-size: 18px;
  }
  .terms-sec1 {
    margin-top: 50px;
  }
  .terms-sec1 .content h3 {
    font-size: 20px;
  }
  .terms-sec1 .content .terms-sec1_block1 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block1 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block1 p:nth-of-type(3) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block1 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block1 p:nth-of-type(5) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block2 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block2 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block2 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block2 p:nth-of-type(5) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block3 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block3 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block3 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block3 p:nth-of-type(5) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block4 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block4 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block4 p:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block4 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block5 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block5 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block5 p:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block5 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block6 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block6 p:nth-of-type(2) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block6 p:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block7 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block7 p:nth-of-type(2) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block7 p:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block8 {
    margin-top: 30px;
  }
  .terms-sec1 .content .terms-sec1_block8 p:nth-of-type(2) {
    margin-top: 25px;
  }
  .terms-sec1 .content .terms-sec1_block8 p:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec2 {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block1 {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block1 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block1 p:nth-of-type(3) {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block1 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block1 p:nth-of-type(5) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block2 {
    margin-top: 50px;
  }
  .terms-sec2 .content .terms-sec2_block2 p:nth-of-type(3) {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block2 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block2 p:nth-of-type(5) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block3 {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block3 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block4 {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block4 p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block4 ul {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block4 ul li:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block4 ul li:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block4 ul li:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block5 {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 p:nth-of-type(4) {
    margin-top: 25px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul li:first-of-type p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul li:first-of-type p:nth-of-type(4) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p:nth-of-type(2) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p:nth-of-type(3) {
    margin-top: 30px;
  }
  .terms-sec2 .content .terms-sec2_block5 ul li:nth-of-type(2) p:last-of-type {
    margin-top: 30px;
  }
}
.news-block-title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.45;
  color: #792f2e;
  max-width: 600px;
  border-bottom: 1px solid #792f2e;
  padding-bottom: 10px;
}

.news-text {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}

.news-sec1 .content .news-sec1_block {
  margin-top: 8.5rem;
}
.news-sec1 .content .news-sec1_block .news-sec1_block-item {
  margin-top: 3.5rem;
}

.news-sec2 {
  margin-top: 11.5rem;
}
.news-sec2 .content .news-sec2_block .news-sec2_block-item:first-of-type {
  max-width: 449px;
  margin-top: 3rem;
}
.news-sec2 .content .news-sec2_block .news-sec2_block-item:nth-of-type(2) {
  margin-top: 3.5rem;
}
.news-sec2 .content .news-sec2_block .news-sec2_block-item:nth-of-type(2) p:last-of-type {
  margin-top: 3rem;
}

.news-sec3 {
  margin-top: 6rem;
}
.news-sec3 .content .news-sec3_block h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.45;
  color: #d44141;
}
.news-sec3 .content .news-sec3_block h3 span {
  margin-left: 2rem;
}
.news-sec3 .content .news-sec3_block .news-sec3_block-item {
  margin-top: 2.5rem;
  margin-left: 4rem;
}
.news-sec3 .content .news-sec3_block .news-sec3_block-item p:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .news-block-title {
    font-size: 24px;
    line-height: 1.45;
  }
  .news-text {
    font-size: 18px;
  }
  .news-sec1 .content .news-sec1_block {
    margin-top: 50px;
  }
  .news-sec1 .content .news-sec1_block .news-sec1_block-item {
    margin-top: 20px;
  }
  .news-sec2 {
    margin-top: 50px;
  }
  .news-sec2 .content .news-sec2_block .news-sec2_block-item:first-of-type {
    max-width: 449px;
    margin-top: 20px;
  }
  .news-sec2 .content .news-sec2_block .news-sec2_block-item:nth-of-type(2) {
    margin-top: 20px;
  }
  .news-sec2 .content .news-sec2_block .news-sec2_block-item:nth-of-type(2) p:last-of-type {
    margin-top: 20px;
  }
  .news-sec3 {
    margin-top: 50px;
  }
  .news-sec3 .content .news-sec3_block h3 {
    font-size: 24px;
  }
  .news-sec3 .content .news-sec3_block h3 span {
    margin-left: 10px;
  }
  .news-sec3 .content .news-sec3_block .news-sec3_block-item {
    margin-top: 20px;
    margin-left: 20px;
  }
  .news-sec3 .content .news-sec3_block .news-sec3_block-item p:not(:first-of-type) {
    margin-top: 15px;
  }
}
.page-title-bottom {
  max-width: 306px;
  margin: 0 auto;
}
.page-title-bottom p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
  text-align: center;
}
.page-title-bottom p:nth-of-type(2) {
  margin-top: 1rem;
}

.restaurant {
  margin-top: 6.5rem;
}
.restaurant .content .restaurant_block {
  max-width: 951px;
  width: 100%;
  margin: 3.5rem auto 0;
}
.restaurant .content .restaurant_block .restaurant-sub-title {
  background: linear-gradient(90deg, #c08245 0%, #c08245 2%, #674a4a 2%, #674a4a 100%);
  margin-top: 5rem;
  padding-left: 2rem;
}
.restaurant .content .restaurant_block .restaurant-sub-title p {
  font-size: 2.4rem;
  line-height: 1.45;
  color: #fff;
  padding: 3px 0;
}
.restaurant .content .restaurant_block .restaurant_block-item {
  margin-top: 3rem;
  padding-left: 1.5rem;
  max-width: 580px;
  width: 100%;
}
.restaurant .content .restaurant_block .restaurant_block-item:nth-of-type(2) {
  margin-top: 6.5rem;
}
.restaurant .content .restaurant_block .restaurant_block-item:last-of-type {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  max-width: none;
  margin-top: 11.3rem;
}
.restaurant .content .restaurant_block .restaurant_block-item:last-of-type .restaurant_block-item-img {
  max-width: 590px;
  width: 100%;
}
.restaurant .content .restaurant_block .restaurant_block-item:last-of-type .restaurant_block-item-img2 {
  max-width: 164px;
  width: 100%;
}
.restaurant .content .restaurant_block .restaurant_block-item p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45;
}
.restaurant .content .restaurant_block .restaurant_block-item p:nth-of-type(2) {
  margin-top: 3rem;
}
.restaurant .content .restaurant_block .restaurant_block-item p:nth-of-type(3) {
  margin-top: 3rem;
}
.restaurant .content .restaurant_block .restaurant_block-item .restaurant-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
}
.restaurant .content .restaurant_block:nth-of-type(2) {
  margin-top: 11.5rem;
}
.restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item {
  display: block;
  padding-left: 0;
}
.restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item:first-of-type {
  margin-top: 1rem;
}
.restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item:nth-of-type(2) {
  margin-top: 5rem;
}
.restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item p {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.45;
}
.restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item a {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #792f2f;
  text-decoration: underline;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .page-title-bottom p {
    font-size: 18px;
  }
  .page-title-bottom p:nth-of-type(2) {
    margin-top: 10px;
  }
  .restaurant {
    margin-top: 50px;
  }
  .restaurant .content .restaurant_block {
    margin: 30px auto 0;
  }
  .restaurant .content .restaurant_block .restaurant-sub-title {
    margin-top: 50px;
  }
  .restaurant .content .restaurant_block .restaurant-sub-title p {
    font-size: 24px;
  }
  .restaurant .content .restaurant_block .restaurant_block-item:nth-of-type(2) {
    margin-top: 50px;
  }
  .restaurant .content .restaurant_block .restaurant_block-item:last-of-type {
    margin-top: 50px;
    display: block;
  }
  .restaurant .content .restaurant_block .restaurant_block-item:last-of-type .restaurant_block-item-img2 {
    max-width: none;
    width: 100%;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 20px;
  }
  .restaurant .content .restaurant_block .restaurant_block-item:last-of-type .restaurant_block-item-img2 p {
    width: 50%;
    margin-top: 0;
  }
  .restaurant .content .restaurant_block .restaurant_block-item p {
    font-size: 16px;
  }
  .restaurant .content .restaurant_block .restaurant_block-item p:nth-of-type(2) {
    margin-top: 30px;
  }
  .restaurant .content .restaurant_block .restaurant_block-item p:nth-of-type(3) {
    margin-top: 30px;
  }
  .restaurant .content .restaurant_block .restaurant_block-item .restaurant-text {
    font-size: 20px;
  }
  .restaurant .content .restaurant_block:nth-of-type(2) {
    margin-top: 50px;
  }
  .restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item:first-of-type {
    margin-top: 10px;
  }
  .restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item:nth-of-type(2) {
    margin-top: 50px;
  }
  .restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item p {
    font-size: 20px;
  }
  .restaurant .content .restaurant_block:nth-of-type(2) .restaurant_block-item a {
    font-size: 18px;
    margin-top: 10px;
  }
}
.bc-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45;
}

.bc-sec-title {
  background: #674a4a;
  background: linear-gradient(90deg, #c08245 0%, #c08245 2%, #674a4a 2%, #674a4a 100%);
  margin-top: 5rem;
  padding-left: 2rem;
}
.bc-sec-title p {
  font-size: 2.4rem;
  line-height: 1.45;
  color: #fff;
  padding: 3px 0;
}

.bc-sec1 {
  margin-top: 4rem;
}

.bc-sec2 {
  margin-top: 6rem;
}
.bc-sec2 .content .bc-sec2-img {
  margin-top: 6rem;
}

.bc-sec3 {
  margin-top: 11rem;
}
.bc-sec3 .content .bc-sec3_flex {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.bc-sec3 .content .bc-sec3_flex:not(:first-of-type) {
  margin-top: 4rem;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-left {
  max-width: 345px;
  width: 100%;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right {
  max-width: 575px;
  width: 100%;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 1.5rem;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right p {
  margin-top: 1.5rem;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right .bc-btn {
  max-width: 140px;
  background: #9e8b8c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.7rem 0;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right .bc-btn p {
  font-weight: 600;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 0;
}
.bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right .bc-btn .bi-caret-right-fill {
  color: #fff;
}

.bc-sec4 {
  margin-top: 13.8rem;
}
.bc-sec4 .content .bc-sec4-img {
  margin-top: 9rem;
}

.bc-sec5 {
  margin-top: 9rem;
}
.bc-sec5 .content .bc-sec5_block {
  margin-top: 8.5rem;
  padding-left: 2rem;
}
.bc-sec5 .content .bc-sec5_block:last-of-type {
  margin-top: 7rem;
}
.bc-sec5 .content .bc-sec5_block p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #792f2f;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 4.5rem;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-left {
  max-width: 590px;
  width: 100%;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-right .bc-sec5_flex-right-item {
  max-width: 160px;
  width: 100%;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-right .bc-sec5_flex-right-item:not(:first-of-type) {
  margin-top: 3rem;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom {
  margin-top: 6.5rem;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #000;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom p:nth-of-type(2) {
  margin-top: 2rem;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom .bc-sec5_block_bottom-img {
  margin-top: 7rem;
}
.bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom .bc-sec5_block_bottom-img .table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.bc-sec6 {
  margin-top: 11rem;
}
.bc-sec6 .content .bc-sec6_block {
  margin-top: 5.5rem;
  padding-left: 2rem;
}
.bc-sec6 .content .bc-sec6_block p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #792f2f;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 4.5rem;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-left {
  max-width: 590px;
  width: 100%;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-right .bc-sec6_flex-right-item {
  max-width: 160px;
  width: 100%;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-right .bc-sec6_flex-right-item:not(:first-of-type) {
  margin-top: 3rem;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom {
  margin-top: 8rem;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #000;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom p:nth-of-type(2) {
  margin-top: 2rem;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom .bc-sec6_block_bottom-img {
  margin-top: 8rem;
}
.bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom .bc-sec6_block_bottom-img .table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.bc-sec6 .content .bc-sec6_block2 {
  margin-top: 9rem;
}
.bc-sec6 .content .bc-sec6_block3 {
  margin-top: 7.5rem;
}
.bc-sec6 .content .bc-sec6_block4 {
  margin-top: 11rem;
}
.bc-sec6 .content .bc-sec6_block5 {
  margin-top: 9rem;
}

.bc-sec7 {
  margin-top: 11rem;
}
.bc-sec7 .content .bc-sec7_block {
  margin-top: 5.5rem;
  padding-left: 2rem;
}
.bc-sec7 .content .bc-sec7_block p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #792f2f;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 4.5rem;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-left {
  max-width: 590px;
  width: 100%;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-right .bc-sec7_flex-right-item {
  max-width: 160px;
  width: 100%;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-right .bc-sec7_flex-right-item:not(:first-of-type) {
  margin-top: 3rem;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom {
  margin-top: 8rem;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #000;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom p:nth-of-type(2) {
  margin-top: 2rem;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom .bc-sec7_block_bottom-img {
  margin-top: 8rem;
}
.bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom .bc-sec7_block_bottom-img .table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.bc-sec7 .content .bc-sec7_block2 {
  margin-top: 8rem;
}
.bc-sec7 .content .bc-sec7_block3 {
  margin-top: 12rem;
}
.bc-sec7 .content .bc-sec7_block4 {
  margin-top: 8rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #000;
}

.bc-sec8 {
  margin-top: 10rem;
}
.bc-sec8 .content .bc-sec8_top p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_top p:first-of-type {
  margin-top: 3rem;
}
.bc-sec8 .content .bc-sec8_top p:nth-of-type(2) {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_middle {
  margin-top: 9rem;
}
.bc-sec8 .content .bc-sec8_middle p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 {
  border-top: 1px solid #341717;
  border-bottom: 1px solid #341717;
  margin-top: 1rem;
  padding: 3.3rem 1rem 3.5rem;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li {
  display: flex;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li:not(:first-of-type) {
  margin-top: 3rem;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 {
  margin-top: 3rem;
  padding: 0 1rem;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 li {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 li:not(:first-of-type) {
  margin-top: 2rem;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 li p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 {
  margin-top: 3rem;
  padding: 0 1rem;
  display: flex;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item1 {
  border: 1px solid #792f2f;
  padding: 3.5rem 3rem 4rem;
  max-width: 116px;
  width: 15%;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item1 p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item2 {
  border: 1px solid #792f2f;
  border-left: none;
  padding: 3.5rem 7rem 4rem;
  max-width: 769px;
  width: 85%;
}
.bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item2 p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_bottom {
  margin-top: 10rem;
  padding: 0 1rem;
}
.bc-sec8 .content .bc-sec8_bottom p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom-text {
  border-bottom: 1px solid #341717;
  padding-bottom: 2rem;
}
.bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block {
  margin-top: 2.2rem;
  padding: 0 1rem;
}
.bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block li {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block li p:first-of-type {
  font-size: 3rem;
}

.bc-sec9 {
  margin-top: 12rem;
}
.bc-sec9 .content .bc-sec9_block {
  margin-top: 1rem;
  padding: 0 1rem;
}
.bc-sec9 .content .bc-sec9_block p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
}
.bc-sec9 .content .bc-sec9_block a {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #792f2f;
  text-decoration: underline;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .bc-text {
    font-size: 16px;
  }
  .bc-sec-title {
    margin-top: 50px;
    padding-left: 20px;
  }
  .bc-sec-title p {
    font-size: 24px;
  }
  .bc-sec1 {
    margin-top: 30px;
  }
  .bc-sec2 {
    margin-top: 50px;
  }
  .bc-sec2 .content .bc-sec2-img {
    margin-top: 50px;
  }
  .bc-sec3 {
    margin-top: 50px;
  }
  .bc-sec3 .content .bc-sec3_flex {
    display: block;
  }
  .bc-sec3 .content .bc-sec3_flex:not(:first-of-type) {
    margin-top: 30px;
  }
  .bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-left {
    max-width: none;
    width: 100%;
  }
  .bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  .bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right p {
    margin-top: 15px;
  }
  .bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right .bc-btn {
    margin-top: 15px;
    padding: 17px 0;
  }
  .bc-sec3 .content .bc-sec3_flex .bc-sec3_flex-right .bc-btn p {
    font-size: 14px;
  }
  .bc-sec4 {
    margin-top: 50px;
  }
  .bc-sec4 .content .bc-sec4-img {
    margin-top: 50px;
  }
  .bc-sec5 {
    margin-top: 50px;
  }
  .bc-sec5 .content .bc-sec5_block {
    margin-top: 50px;
    padding-left: 0;
  }
  .bc-sec5 .content .bc-sec5_block:last-of-type {
    margin-top: 50px;
  }
  .bc-sec5 .content .bc-sec5_block p {
    font-size: 24px;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_flex {
    display: block;
    margin-top: 4.5rem;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-left {
    max-width: none;
    width: 100%;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-right {
    display: flex;
    margin-top: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-right .bc-sec5_flex-right-item {
    max-width: none;
    width: 100%;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_flex .bc-sec5_flex-right .bc-sec5_flex-right-item:not(:first-of-type) {
    margin-top: 0;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom {
    margin-top: 50px;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom p {
    font-size: 16px;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom p:nth-of-type(2) {
    margin-top: 20px;
  }
  .bc-sec5 .content .bc-sec5_block .bc-sec5_block_bottom .bc-sec5_block_bottom-img {
    margin-top: 50px;
  }
  .bc-sec6 {
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block {
    margin-top: 50px;
    padding-left: 0;
  }
  .bc-sec6 .content .bc-sec6_block p {
    font-size: 24px;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_flex {
    display: block;
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-left {
    max-width: none;
    width: 100%;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-right {
    display: flex;
    margin-top: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-right .bc-sec6_flex-right-item {
    max-width: none;
    width: 100%;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_flex .bc-sec6_flex-right .bc-sec6_flex-right-item:not(:first-of-type) {
    margin-top: 0;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom {
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom p {
    font-size: 16px;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom p:nth-of-type(2) {
    margin-top: 20px;
  }
  .bc-sec6 .content .bc-sec6_block .bc-sec6_block_bottom .bc-sec6_block_bottom-img {
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block2 {
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block3 {
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block4 {
    margin-top: 50px;
  }
  .bc-sec6 .content .bc-sec6_block5 {
    margin-top: 50px;
  }
  .bc-sec7 {
    margin-top: 50px;
  }
  .bc-sec7 .content .bc-sec7_block {
    margin-top: 50px;
    padding-left: 0;
  }
  .bc-sec7 .content .bc-sec7_block p {
    font-size: 24px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_flex {
    display: block;
    margin-top: 50px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-left {
    max-width: 590px;
    width: 100%;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-right {
    display: flex;
    margin-top: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-right .bc-sec7_flex-right-item {
    max-width: 160px;
    width: 100%;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_flex .bc-sec7_flex-right .bc-sec7_flex-right-item:not(:first-of-type) {
    margin-top: 0;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom {
    margin-top: 50px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom p {
    font-size: 16px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom p:nth-of-type(2) {
    margin-top: 20px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom .bc-sec7_block_bottom-img {
    margin-top: 50px;
  }
  .bc-sec7 .content .bc-sec7_block .bc-sec7_block_bottom .bc-sec7_block_bottom-img .table-wrapper {
    overflow-x: auto;
    width: 100%;
  }
  .bc-sec7 .content .bc-sec7_block2 {
    margin-top: 50px;
  }
  .bc-sec7 .content .bc-sec7_block3 {
    margin-top: 50px;
  }
  .bc-sec7 .content .bc-sec7_block4 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-sec8 {
    margin-top: 50px;
  }
  .bc-sec8 .content .bc-sec8_top p {
    font-size: 20px;
  }
  .bc-sec8 .content .bc-sec8_top p:first-of-type {
    margin-top: 30px;
  }
  .bc-sec8 .content .bc-sec8_top p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 18px;
  }
  .bc-sec8 .content .bc-sec8_middle {
    margin-top: 50px;
  }
  .bc-sec8 .content .bc-sec8_middle p {
    font-size: 20px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 {
    margin-top: 1rem;
    padding: 30px 10px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li:not(:first-of-type) {
    margin-top: 30px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li p {
    font-size: 18px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block1 li p:first-of-type {
    width: 20%;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 {
    margin-top: 30px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 li {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 li:not(:first-of-type) {
    margin-top: 20px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block2 li p {
    font-size: 18px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 {
    display: block;
    margin-top: 30px;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item1 {
    padding: 25px;
    max-width: none;
    width: 100%;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item1 p {
    font-size: 18px;
    text-align: center;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item2 {
    border-left: 1px solid #792f2f;
    border-top: none;
    padding: 25px;
    max-width: none;
    width: 100%;
  }
  .bc-sec8 .content .bc-sec8_middle .bc-sec8_middle_block3 .bc-sec8_middle_block3-item2 p {
    font-size: 18px;
  }
  .bc-sec8 .content .bc-sec8_bottom {
    margin-top: 50px;
    padding: 0 1rem;
  }
  .bc-sec8 .content .bc-sec8_bottom p {
    font-size: 18px;
  }
  .bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block {
    margin-top: 20px;
    padding: 0;
  }
  .bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block li {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block li:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  .bc-sec8 .content .bc-sec8_bottom .bc-sec8_bottom_block li p:first-of-type {
    font-size: 30px;
  }
  .bc-sec9 {
    margin-top: 50px;
  }
  .bc-sec9 .content .bc-sec9_block {
    margin-top: 10px;
    padding: 0 1rem;
  }
  .bc-sec9 .content .bc-sec9_block p {
    font-size: 18px;
  }
  .bc-sec9 .content .bc-sec9_block a {
    font-size: 18px;
    margin-top: 15px;
  }
}
.bc-details-text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.45;
}

.bc-details-sec1 {
  margin-top: 4rem;
}

.bc-details-sec2 {
  margin-top: 5rem;
}
.bc-details-sec2 .content h3 {
  text-align: center;
  color: #792f2f;
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid #792f2f;
}
.bc-details-sec2 .content .bc-details-sec2_block h4 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.45;
  color: #792f2f;
}
.bc-details-sec2 .content .bc-details-sec2_block1 {
  margin-top: 10.5rem;
  padding-bottom: 8.5rem;
  border-bottom: 1px solid #792f2e;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block-item {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item1 {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item2 {
  margin-top: 0;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item3 {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item4 {
  margin-top: 2.3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item8 {
  margin-top: 5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item10 {
  margin-top: 0.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block2 {
  margin-top: 6.5rem;
  padding-bottom: 6.5rem;
  border-bottom: 1px solid #792f2e;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item {
  margin-top: 3.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item2 {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item3 {
  margin-top: 2rem;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item4 {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item5 {
  margin-top: 0;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item5 li:not(:first-of-type) {
  margin-top: 0.1rem;
}
.bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item6 {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block3 {
  margin-top: 6rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #792f2e;
}
.bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item1 {
  margin-top: 3.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item5 {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item7 {
  margin-top: 0;
}
.bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item8 {
  margin-top: 5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block4 {
  margin-top: 6rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #792f2e;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item {
  margin-top: 3.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item1 {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item2 {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item3 {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item4 {
  margin-top: 0;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item4 li:not(:first-of-type) {
  margin-top: 0.1rem;
}
.bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item5 {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block5 {
  margin-top: 5.5rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #792f2e;
}
.bc-details-sec2 .content .bc-details-sec2_block5 .bc-details-sec2_block5-item {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block5 .bc-details-sec2_block5-item1 {
  margin-top: 3.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block5 .bc-details-sec2_block5-item6 {
  margin-top: 0;
}
.bc-details-sec2 .content .bc-details-sec2_block5 .bc-details-sec2_block5-item6 li:not(:first-of-type) {
  margin-top: 0.1rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 {
  margin-top: 3.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #792f2e;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item {
  margin-top: 3rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item2 {
  margin-top: 5.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li {
  width: 100%;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li:first-of-type {
  width: 14%;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li:nth-of-type(2) {
  width: 70%;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li:nth-of-type(3) {
  width: 100%;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item4 {
  margin-top: 5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item5 {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item5 li:not(:first-of-type) {
  margin-top: 0.1rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item6 {
  margin-top: 5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item7 {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item8 {
  margin-top: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item9 {
  margin-top: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item10 {
  margin-top: 2.5rem;
}
.bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item11 {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .bc-details-text {
    font-size: 16px;
  }
  .bc-details-sec1 {
    margin-top: 40px;
  }
  .bc-details-sec2 {
    margin-top: 50px;
  }
  .bc-details-sec2 .content h3 {
    font-size: 32px;
    line-height: 1.45;
    padding-bottom: 10px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block h4 {
    font-size: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block-item {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item1 {
    margin-top: 30px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item3 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item4 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item8 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block1 .bc-details-sec2_block1-item10 {
    margin-top: 0.5rem;
  }
  .bc-details-sec2 .content .bc-details-sec2_block2 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item2 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item3 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item4 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block2 .bc-details-sec2_block2-item6 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block3 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item1 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item5 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block3 .bc-details-sec2_block3-item8 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block4 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item1 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item2 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item3 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block4 .bc-details-sec2_block4-item5 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block5 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block5 .bc-details-sec2_block5-item {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block5 .bc-details-sec2_block5-item1 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item2 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 {
    display: block;
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li {
    width: 100%;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li:first-of-type {
    width: 100%;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item3 li:nth-of-type(2) {
    width: 100%;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item4 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item5 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item6 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item7 {
    margin-top: 20px;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item7 li {
    width: 40%;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item8 {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item8 li {
    width: 40%;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item9 {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item9 li {
    width: 40%;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item10 {
    margin-top: 20px;
  }
  .bc-details-sec2 .content .bc-details-sec2_block6 .bc-details-sec2_block6-item11 {
    margin-top: 20px;
  }
}
.allergy-text {
  font-weight: 400;
  font-size: 1.8rem;
}

.allergy-sec1 {
  margin-top: 5rem;
}
.allergy-sec1 .content ul {
  list-style: disc;
  margin-top: 3.5rem;
}
.allergy-sec1 .content ul li {
  list-style: disc;
}
.allergy-sec1 .content ul li:not(:first-of-type) {
  margin-top: 4rem;
}
.allergy-sec1 .content ul li:last-of-type p:not(:first-of-type) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .allergy-text {
    font-size: 20px;
  }
  .allergy-sec1 {
    margin-top: 50px;
  }
  .allergy-sec1 .content ul {
    margin-top: 35px;
  }
  .allergy-sec1 .content ul li {
    list-style: disc;
  }
  .allergy-sec1 .content ul li:not(:first-of-type) {
    margin-top: 40px;
  }
  .allergy-sec1 .content ul li:last-of-type p:not(:first-of-type) {
    margin-top: 30px;
  }
}
.event-sec1 .content {
  padding: 5.5rem 14.75rem 6.8rem;
}
.event-sec1 .content .event-list__box {
  max-width: 1205px;
  margin: 10rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem;
  justify-content: space-between;
}
.event-sec1 .content .event-list__box .event-list-item {
  flex: 0 1 calc(33.333% - 20px); /* 3列レイアウト */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 351px;
}
.event-sec1 .content .event-list__box .event-list-item .event-list-item-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .event-sec1 .content {
    padding: 40px 20px 30px;
  }
  .event-sec1 .content .event-list__box {
    max-width: 1205px;
    margin-top: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .event-sec1 .content .event-list__box .event-list-item {
    max-width: 351px;
  }
  .event-sec1 .content .event-list__box .event-list-item .event-list-item-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */