@charset "UTF-8";
:root {
  --color-text: #000000;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-main: #645A28;
  --color-request: #1D5D60;
  --color-reserve: #C09938;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.1714285714em;
  background: linear-gradient(272.98deg, #BAA437 0%, #8C7F40 35%, #BAA437 100%);
  background-size: 200% 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    color: var(--color-white);
    text-decoration: none;
  }
}
.c-btn a {
  transition: all 0.6s ease-out;
}
.c-btn a:hover {
  background-position: 100% 0;
}
@media screen and (max-width: 767.98px) {
  .c-btn a {
    padding: 8.52px 33.24px;
    font-size: 11.93px;
  }
}

/*===================================================================
c-heading
/*================================================================= */
.c-heading {
  color: var(--color-main);
  text-align: center;
}
.c-heading span {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}
.c-heading span:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-information {
  padding: 150px 40px;
  box-sizing: border-box;
  background: none;
  position: relative;
}
.c-information .gradation {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  z-index: -1;
}
.c-information .gradation.gradation5 {
  width: 396px;
}
.c-information__lead {
  margin-top: 26px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.c-information__detail {
  margin: 43px auto 0;
  max-width: 797px;
  background: #fff;
  padding: 40px 80px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.1);
}
.c-information__detail .label {
  margin-bottom: 10px;
}
.c-information__detail .label span {
  border: 1px solid var(--color-main);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 3px 15px;
  color: var(--color-main);
}
.c-information__detail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: var(--color-main);
}
.c-information__detail .text {
  margin-top: 21px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-information__detail .btn {
  margin-top: 39px;
}
.c-information {
  /*===================================================================
  SP
  /*================================================================= */
}
@media screen and (max-width: 767.98px) {
  .c-information {
    padding: 80.11px 34.09px 127.84px;
  }
  .c-information__lead {
    margin-top: 17.9px;
    font-size: 17.05px;
    text-align: left;
  }
  .c-information__detail {
    margin: 34.09px auto 0;
    max-width: 100%;
    padding: 66.48px 34.09px;
  }
  .c-information__detail .label {
    margin-bottom: 8.52px;
  }
  .c-information__detail .label span {
    border: 1px solid var(--color-main);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17.05px;
    font-weight: 700;
    line-height: 2;
    padding: 2.56px 12.78px;
    color: var(--color-main);
  }
  .c-information__detail .title {
    font-size: 20.45px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--color-main);
  }
  .c-information__detail .text {
    margin-top: 17.9px;
    font-size: 13.64px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .c-information__detail .btn {
    margin-top: 33.24px;
  }
}

:root {
  --grad-gold: linear-gradient(290deg, #6D6532 0%, #e8ae42 50%, #6D6532 100%);
}

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

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

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

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

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

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

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  vertical-align: bottom !important;
}

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

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

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  color: #1A1A1A;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

figure {
  position: relative;
}

figcaption {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 14px;
  padding: 6px;
  color: #fff;
}

figcaption.black {
  color: #1A1A1A;
}

figcaption.shadow {
  text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
}

figcaption.right {
  position: absolute;
  right: 0;
  bottom: -24px;
  color: #000;
}

figcaption.bg_black {
  padding: 2px 6px;
  background-color: rgba(0, 0, 0, 0.6);
}

figcaption.bg_black_left {
  right: auto;
  left: 0;
}

figcaption.bg_black_right_top {
  bottom: auto;
  top: 0;
}

figcaption.bg_black_left_top {
  right: auto;
  left: 0;
  top: 0;
  bottom: auto;
}

figcaption.bg_left {
  right: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
  figcaption {
    font-size: 12px;
  }
  figcaption.bg_black {
    padding: 2px 8px;
  }
  figcaption.sp_top {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media print {
  .map_btn_wrap,
  .map_btn_wrap .map_btn,
  .map_btn,
  .print {
    display: none !important;
  }
  .map_contents {
    width: 100%;
    margin-inline: auto;
    padding: 0 !important;
  }
  .line_title {
    margin-bottom: 10px !important;
  }
}
body {
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
sup {
  font-size: 12px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: 80px;
}

@media only screen and (max-width: 820px) {
  [id] {
    scroll-margin-top: 80px;
  }
}
.fadeIn {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
}

.fadeIn.from-right {
  transform: translateX(100px);
}

.fadeIn.from-left {
  transform: translateX(-100px);
}

.fadeIn.animated {
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  position: relative;
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.6s;
}

/* views */
.spView,
.spViewInb,
.tbView,
.mvtbView,
.sp-only {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  .tbView {
    display: block !important;
  }
}
@media only screen and (max-width: 900px) {
  .mvtbView {
    display: block !important;
  }
}
/* @media only screen and (max-width: 768px) {
  .tbView {
    display: none !important;
  }
} */
@media only screen and (max-width: 991px) {
  .tbbr {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .sp-only {
    display: inline !important;
  }
  .pcView {
    display: none !important;
  }
}
/* spCommonModal
------------------------------*/
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/ico_sp_modal.svg) no-repeat center center/contain;
    z-index: 3;
  }
  .rosenzu_img.commonSpModalImage:after {
    position: absolute;
    top: -40px;
    right: -20px;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/common/swipe_icon.svg) no-repeat center center/contain;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  @keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  #spCommonModalContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure {
    box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}
/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
  margin-top: 40px;
}

.commonSection .commonBigTitle01.min {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .commonSection .commonBigTitle01.min {
    font-size: 18px;
  }
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: clamp(1.4rem, 0.531rem + 1.13vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
  background-color: #000;
  z-index: 5;
}

.mvCap.right {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .mvCap.left_up {
    left: 0;
    bottom: auto;
    top: 0;
  }
}
html {
  font-size: 10px;
}

.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* ---------------------------------------------------------
slick
------------------------------------------------------------*/
.slickBox {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .slickBox {
    padding: 0 14px;
  }
}
.slick_wrap {
  background: #fff;
  position: relative;
  padding: 40px 0 100px;
  margin: 40px auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .slick_wrap {
    padding: 30px 0 42px;
  }
}
.slick01 {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .slick01 {
    margin-left: 10px;
  }
}
.slick01 li .slider_img {
  max-width: 440px !important;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slick01 li .slider_img {
    max-width: 300px !important;
    padding-right: 15px;
    width: 100%;
  }
}
.slide_ttl {
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .slide_ttl {
    padding: 10px 24px;
  }
}
.slide_ttl .new {
  position: absolute;
  top: 34px;
  left: 18%;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  .slide_ttl .new {
    position: absolute;
    top: -50px;
    left: 12px;
    width: 60px;
  }
}
.slick-prev {
  display: none !important;
}

.slick-next {
  position: absolute;
  right: 10%;
  top: 50%;
  font-size: 0;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.slick-next:hover {
  opacity: 0.8;
}

.slide_cap {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .slide_back_text {
    font-size: 18px;
  }
  .slide_back_text br {
    display: block;
  }
  .annotation {
    max-width: 400px;
    margin: 0 auto;
  }
  .slick-next {
    right: 4%;
  }
}
/* cap_area
=============================== */
.cap_area {
  padding-top: 100px;
  padding-bottom: 80px;
}

.cap_area .inner {
  max-width: 1000px;
}

.cap_area p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: 14px;
  text-indent: -16px;
}

@media only screen and (max-width: 768px) {
  .cap_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cap_area p {
    font-size: 12px;
    margin-left: 12px;
    text-indent: -14px;
  }
}
.cap_area.cap_area_sub {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .cap_area.cap_area_sub {
    padding-top: 0;
  }
}
/*===================================================================
footer
/*================================================================= */
.footer {
  padding-top: 62px;
}
.footer__note {
  max-width: 1040px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto 26px;
}
.footer__note li {
  font-size: 14px;
  line-height: 1.4285714286;
  padding-left: 10px;
  position: relative;
}
.footer__note li:not(:first-of-type) {
  margin-block-start: 3px;
}
.footer__note li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: -31px;
}
@media screen and (max-width: 767.98px) {
  .footer__note {
    max-width: 100%;
    padding: 0 17.05px;
    margin-bottom: 35.8px;
  }
  .footer__note li {
    font-size: 11.93px;
    padding-left: 17.05px;
  }
  .footer__note li:before {
    left: 0;
  }
}

.company_name {
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .company_name {
    font-size: 14px;
    padding-left: 40px;
    padding-bottom: 10px;
  }
}
.footer a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 35.8px;
    padding-bottom: 100px;
  }
}
.footer .flexBox {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 60px;
}

.footer_logo_text {
  font-size: 13px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .footer .flexBox {
    width: calc(100% - 60px);
    max-width: 400px;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 30px;
  }
  .footer_logo_text {
    font-size: 14px;
    margin-left: 0px;
  }
}
.footer .footerBox {
  margin-block-start: 34px;
  padding-block-start: 20px;
  padding-bottom: 40px;
  text-align: center;
  border-top: 1px solid #D1D1D1;
}

@media only screen and (max-width: 768px) {
  .footer .footerBox {
    padding: 17.05px 17.05px 0;
  }
}
.footer .footerBox h1 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .footer .footerBox h1 {
    font-size: 15.34px;
    line-height: 1.5;
  }
}
.footer .footerBox .copy {
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .footer .footerBox .copy {
    font-size: 13.64px;
    margin-top: 11.93px;
  }
}
/* print_map
--------------------------------------------------*/
.print_map figure {
  display: none;
}

/* modal
--------------------------------------------------*/
.modalEl {
  display: none;
}

#modalArea {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

#modalTable {
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

#modalCell {
  display: table-cell;
  vertical-align: middle;
}

#modalInner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

#modalInner img {
  max-width: 100%;
  height: auto;
}

#modalContents .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#modalContents .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#modalContents video {
  display: block;
  width: 100%;
}

#modalClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#modalClose:before,
#modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}

#modalClose:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#modalClose:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #modalArea {
    -webkit-overflow-scrolling: touch;
  }
}
/* -----------------------------------------------------
header
------------------------------------------------------- */
/* #header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  position: fixed;
}

@media screen and (max-width: 1080px) {
  #header {
    position: fixed;
    background-color: #fff;
  }
} */
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  position: fixed;
  transition: all 0.7s;
  background-color: #fff;
}

@media screen and (max-width: 1080px) {
  header {
    position: fixed;
  }
}
.head_wrap {
  position: relative;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  width: auto;
  background: #fff;
}

@media screen and (max-width: 1080px) {
  .head_wrap {
    padding: 10px;
    height: 80px;
  }
}
.header_ttl {
  width: 100%;
  max-width: 130px;
  flex-shrink: 0;
  display: flex;
  margin-left: 20px;
}
.header_ttl a {
  display: block;
  width: 100%;
}

.header_ttl img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .header_ttl {
    max-width: 112px;
    margin-left: 0;
  }
}
.pc_content {
  width: 86%;
  margin-left: 10px;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: flex-end;
}

.pc_content .info {
  margin-right: 20px;
  width: clamp(46.2rem, 2.142rem + 44.911vw, 74rem);
  width: 482px;
}

.pc_content ul {
  min-width: 150px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-right: clamp(1rem, -1.93rem + 2.71vw, 2rem);
}

.pc_content a {
  display: block;
  text-align: center;
  color: #1a1a1a;
}

.pc_content .group_link a:hover .box:after {
  top: 0;
}
.pc_content .group_link a:hover .box_cap:after {
  transform: scaleX(0);
}
.pc_content .group_link .box {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  padding: 0 4px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 4px 12px;
  position: relative;
  overflow: hidden;
}
.pc_content .group_link .box:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.pc_content .group_link .box p, .pc_content .group_link .box .icon {
  position: relative;
  z-index: 2;
}
.pc_content .group_link .box .icon {
  display: block;
  width: 12px;
  margin-left: 4px;
}
.pc_content .group_link .box_cap {
  text-align: center;
  margin-top: 6px;
  line-height: 1;
  font-size: 12px;
  position: relative;
}
.pc_content .group_link .box_cap:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  transform: scaleX(1);
  transform-origin: center;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1080px) {
  .pc_content {
    display: none;
  }
}
.pc_content .sp_icon01 {
  display: block;
  width: 15px;
  margin-right: 4px;
}

.pc_content .sp_icon02 {
  width: 16px;
}

.sp-nav__items_2 p {
  font-size: 14px;
}

.sp-nav__item_bottom {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 4px 12px;
}

.sp-nav__item_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #1a1a1a;
}

.sp-nav__item_wrap p {
  font-size: 16px;
}

.sp-nav__item_wrap span {
  font-size: 12px;
}

.sp-nav__item_wrap .icon {
  display: block;
  width: 14px;
}

.head_btn {
  width: 100%;
  max-width: 220px;
  height: inherit;
}
.head_btn.request a {
  background: var(--color-request);
  border-color: var(--color-request);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .head_btn.request a:hover {
    color: var(--color-request);
    text-decoration: none;
  }
}
.head_btn.request a:hover:after {
  background-image: url(../images/common/icon_btn_arrow_request.svg);
}
.head_btn.reserve a {
  pointer-events: none;
  background: var(--color-reserve);
  border-color: var(--color-reserve);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .head_btn.reserve a:hover {
    color: var(--color-reserve);
    text-decoration: none;
  }
}
.head_btn.reserve a {
  color: rgba(255, 255, 255, 0.35);
}
.head_btn.reserve a:hover:after {
  background-image: url(../images/common/icon_btn_arrow_reserve.svg);
}
.head_btn a {
  width: 100%;
  height: 100%;
  height: inherit;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-right: none;
  position: relative;
  transition: all 0.6s ease-out;
}
.head_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(../images/common/icon_btn_arrow.svg) no-repeat center center/contain;
  width: 9px;
  height: 18px;
  transition: all 0.6s ease-out;
}
.head_btn a:hover {
  background: var(--color-white);
}
.head_btn a:hover:after {
  right: 10px;
}
.head_btn a .comingsoon {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--color-white);
}

.globalNav {
  height: 100px;
}

@media screen and (max-width: 1080px) {
  .globalNav {
    display: none;
  }
}
.globalNav_wrap {
  width: 100%;
  margin-inline: auto;
  display: flex;
  height: inherit;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}

.globalNav_item {
  position: relative;
  text-align: center;
  height: inherit;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.globalNav_item a {
  /*font-size: 18px;*/
  font-size: clamp(1.2rem, -0.607rem + 1.671vw, 1.8rem);
  width: 100%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-top: 4px;
  color: #000;
  display: block;
  position: relative;
  transition: 0.6s;
  font-weight: bold;
}

.globalNav_item.text_s a {
  font-size: 14px;
}

.globalNav_item .new {
  position: absolute;
  background-image: url(../images/common/icon_new.svg);
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.globalNav_item .icon {
  position: absolute;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.globalNav_item::before {
  background-color: #987625;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.globalNav_item:hover::before {
  transform: scale(1, 1);
}

.globalNav_item a:hover {
  color: #6D6532;
}

.globalNav_item.color a:hover {
  color: #fff;
  opacity: 0.7;
}

.globalNav_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #dcc99d;
}

.globalNav_item:last-child::after {
  content: none;
}

.p-header__drawer {
  display: none;
}

.globalNav_item.cs,
.sp-nav__item.cs {
  background-color: rgba(63, 66, 75, 0.1);
  pointer-events: none;
}

.globalNav_item.cs a,
.sp-nav__item.cs a {
  color: #dcc99d;
  pointer-events: none;
}

@media only screen and (max-width: 1080px) {
  .p-header__drawer {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
.p-header__drawer.is-active {
  display: none;
}

@media only screen and (max-width: 980px) {
  .p-header__drawer.is-active {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    right: 29px;
  }
}
.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  padding-bottom: 78px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.sp-nav__item {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 20px;
}

.sp-nav__item .new {
  position: absolute;
  background-image: url(../images/common/icon_new.svg);
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.spNav_logo_area {
  height: 80px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.spNav_logo_area .splogo {
  width: 112px;
}

.spNav_logo_area .closebtn {
  width: 40px;
  position: absolute;
  right: 35px;
  top: 27%;
}

.sp-nav__item a {
  color: #000;
  display: table-cell;
  text-align: center;
  padding: 18px 0;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 auto;
}

.sp-nav__item.c-button {
  margin-top: 20px;
}

.sp-nav__item.c-button a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 14px 0;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.sp-nav__item a span {
  color: #d5d5d5;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 auto;
}

.sp-nav__items_2 {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 30px 0px;
  font-size: 13px;
  color: #000;
}

.sp-nav__items_2 li {
  padding: 0 10px;
}

.sp-nav__items_2 li a {
  display: flex;
  align-items: center;
  color: #000;
}

.sp-nav__items_2 .sp_icon01 {
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}

.sp-nav__items .sp_icon02 {
  display: inline-block;
  width: 13px;
  margin-left: 10px;
}

.sp-nav__items_btn {
  max-width: 280px;
  margin: 0 auto;
}

.sp-nav_infobox {
  width: 90%;
  margin: 20px auto;
}

.sp-nav_infobox .inner {
  padding: 30px 20px;
  border: 2px solid #005c3b;
  border-radius: 20px;
  text-align: center;
}

.sp_info_wrap {
  margin-top: 30px;
  background: #1a1a1a;
}

.sp_info_wrap .footer_info_box {
  box-shadow: none;
}

.footer_info_box .tel {
  max-width: 540px;
  width: 90%;
  margin: 20px auto;
}

.footer_info_box .tel:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.infoBtn {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sp-nav_infobox .info_title {
  font-size: 16px;
  line-height: 1.6;
}

.sp-nav_infobox .date {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.sp-nav_infobox .infoBtn::before {
  content: none;
}

.bottom_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.bottom_flex {
  width: 100%;
  height: 80px;
  display: flex;
}

.bottom_link_btn {
  display: block;
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}

.bottom_link_text {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.bottom_link_text .comingsoon {
  display: block;
  font-size: 10px;
  color: var(--color-white);
}

.bottom_link_btn.tel {
  background-color: #000000;
}

.bottom_link_btn.request {
  background-color: #1D5D60;
}

.bottom_link_btn.reserve {
  background-color: #C09938;
  pointer-events: none;
}
.bottom_link_btn.reserve .bottom_link_text {
  color: #000;
  color: rgba(255, 255, 255, 0.35);
}

.bottom_link_btn.tel img {
  width: auto;
  height: 22px;
}

.bottom_link_btn.request img {
  width: auto;
  height: 19px;
}

.bottom_link_btn.reserve img {
  width: auto;
  height: 20px;
}

@media screen and (max-width: 1080px) {
  .bottom_area {
    display: block;
  }
}
.c-hamburger {
  position: relative;
  width: 50px;
  z-index: 100;
}

@media only screen and (max-width: 980px) {
  .c-hamburger.is-active {
    width: 50px;
  }
}
.c-hamburger span {
  position: absolute;
  width: inherit;
  height: 4px;
  background-color: #333;
  transition: 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 0%;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  opacity: 1;
}

.c-hamburger span:nth-child(3) {
  top: 100%;
}

.c-hamburger.is-active span {
  background-color: #4b4b4b;
  position: absolute;
  width: inherit;
  height: 4px;
  transition: 0.3s;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.pager {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #8a754b;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  display: table;
  color: #8a754b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #8a754b;
  border-radius: 50px;
}

.holiday {
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
  color: #ff0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-holiday {
  color: red;
}

.sp-nav_infobox .holiday {
  color: red;
}

@media screen and (max-width: 768px) {
  .info_area .date {
    font-size: 13px;
  }
  .holiday {
    font-size: 14px;
  }
}
.new_btn {
  position: absolute;
  top: 0px;
  left: 0;
}

@media only screen and (max-width: 980px) {
  .new_btn {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
/*===================================================================
model_info
/*================================================================= */
.model_info {
  color: var(--color-white);
  text-align: center;
  padding: 138px 40px 136px;
  position: relative;
  overflow: hidden;
}
.model_info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
}
.model_info__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.model_info__heading .title {
  font-size: 25px;
  letter-spacing: 0.05em;
}
.model_info__heading .address {
  margin-top: 19px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.model_info__heading .hours {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 1.2px;
}
.model_info__btn {
  margin-top: 49px;
  display: flex;
  justify-content: center;
}
.model_info__btn .btn {
  width: 369px;
  margin: 0 20px;
}
.model_info__btn .btn a {
  display: block;
  background: linear-gradient(50deg, #BAA437 0%, #8C7F40 35%, #BAA437 100%);
  background-size: 200% 100%;
  border-radius: 100vh;
  padding: 14px 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .model_info__btn .btn a:hover {
    color: var(--color-white);
    text-decoration: none;
  }
}
.model_info__btn .btn a {
  transition: all 0.6s ease-out;
}
.model_info__btn .btn a:hover {
  background-position: 100% 0;
}
.model_info__cta {
  max-width: 802px;
  margin: 50px auto 0;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
}
.model_info__cta .btn {
  width: 211px;
  height: 144px;
  margin: 0 40px;
}
.model_info__cta .btn:first-child a {
  background-color: var(--color-request);
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .model_info__cta .btn:first-child a:hover {
    color: var(--color-request);
    text-decoration: none;
  }
}
.model_info__cta .btn:first-child a:hover {
  border-color: var(--color-request);
}
.model_info__cta .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.3em;
  border: 1px solid var(--color-white);
  position: relative;
}
.model_info__cta .btn a:hover {
  background-color: var(--color-white);
}
.model_info__cta .btn a:hover .label {
  color: var(--color-white);
  background-color: var(--color-reserve);
}
.model_info__cta .btn a .label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: var(--color-black);
  color: var(--color-white);
  margin-bottom: 11px;
  padding: 0 10px;
  transition: all 0.3s ease-out;
}
.model_info__cta .btn a .comingsoon {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
@media screen and (max-width: 767.98px) {
  .model_info {
    padding: 86.93px 17.05px 85.23px;
  }
  .model_info__heading .title {
    font-size: 18.75px;
    line-height: 1.7045454545;
  }
  .model_info__heading .address {
    margin-top: 28.98px;
    font-size: 15.34px;
    line-height: 1.5;
  }
  .model_info__heading .hours {
    margin-top: 11.93px;
    font-size: 13.64px;
    line-height: 1.6;
  }
  .model_info__btn {
    margin-top: 61.36px;
    display: block;
  }
  .model_info__btn .btn {
    width: 68.8636363636vw;
    margin: 0 auto;
  }
  .model_info__btn .btn:last-child {
    margin-top: 34.09px;
  }
  .model_info__btn .btn a {
    padding: 11.93px 0 8.52px;
    font-size: 17.05px;
  }
  .model_info__cta {
    max-width: 100%;
    margin-top: 42.61px;
    padding: 42.61px 8.52px;
    justify-content: center;
  }
  .model_info__cta .btn {
    width: 40.9090909091vw;
    height: 122.73px;
    margin: 0 !important;
  }
  .model_info__cta .btn a {
    font-size: 17.9px;
  }
  .model_info__cta .btn a .label {
    font-size: 3.6363636364vw;
    margin-bottom: 9.38px;
    padding: 0 8.52px;
  }
  .model_info__cta .btn a .comingsoon {
    margin-top: 4.26px;
    font-size: 3.6363636364vw;
  }
}

/*===================================================================
footer_info
/*================================================================= */
.footer_info {
  position: relative;
  padding: 144px 40px 148px;
  background: #223738;
}
.footer_info a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.footer_info .inner {
  width: 100%;
  max-width: 1000px;
}
.footer_info_title {
  text-align: center;
  color: #C09938;
  margin-bottom: 28px;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.footer_info_box {
  padding: 20px 30px;
}
.footer_info_lead {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
.footer_info_tel {
  max-width: 404px;
  width: 90%;
  margin-top: 37px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.footer_info_date {
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .footer_info {
    padding: 68.18px 17.05px 69.89px;
  }
  .footer_info_title {
    margin-bottom: 34.94px;
    font-size: 27.27px;
    letter-spacing: 3.41px;
    line-height: 1.5;
  }
  .footer_info_box {
    margin-top: 30px;
    padding: 60px 20px;
  }
  .footer_info_lead {
    font-size: 17.05px;
    line-height: 2.25;
    letter-spacing: 2.13px;
  }
  .footer_info_tel {
    width: 67.0454545455vw;
    margin-top: 34.09px;
  }
  .footer_info_date {
    margin-top: 32.39px;
    font-size: 13.64px;
    line-height: 1.6;
    letter-spacing: 1.02px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_info_lead {
    text-align: left;
  }
}

@media only screen and (max-width: 820px) {
  .sp_info_title {
    text-align: center;
    margin-bottom: 30px;
    color: #C09938;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
.btn_box {
  margin-top: 20px;
}

.btn {
  margin: 0 2%;
}

.infoBtn {
  display: block;
  max-width: 485px;
  width: 100%;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  padding: 0;
  color: #fff;
  background: #A0976D;
  text-align: center;
  margin-top: 4px;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
}

.sp-nav_infobox .btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.btn_text.request {
  color: #984a00;
}

.btn_text.reserve {
  color: #8a754b;
}

.btn_text::before,
.btn_text::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #8a754b;
}

.btn_text.request::before,
.btn_text.request::after {
  background-color: #984a00;
}

.btn_text::before {
  margin-right: 10px;
  transform: rotate(-40deg);
}

.btn_text::after {
  margin-left: 10px;
  transform: rotate(40deg);
}

@media only screen and (max-width: 768px) {
  .btn_box {
    margin-top: 30px;
    display: block;
  }
  .btn:nth-child(2) {
    margin-top: 20px;
  }
  .infoBtn {
    font-size: 24px;
    /* padding: 24px 0; */
    margin-top: 4px;
    margin: 4px auto 0;
  }
  .infoBtn::before {
    width: 46px;
    height: 10px;
    right: 10px;
    top: 40%;
  }
}
.btn_box_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media only screen and (max-width: 768px) {
  .btn_box_wrap {
    flex-direction: column;
    margin-top: 30px;
    row-gap: 20px;
  }
}
.btn_box_wrap .footer_btn {
  width: 100%;
  max-width: 300px;
}

/* contents_body_btn
============================= */
.contents_body_btn {
  position: relative;
  margin-top: 50px;
  margin-inline: auto;
  display: block;
  width: 100%;
  max-width: 260px;
  text-align: center;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 22px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px;
  transition: all 0.5s ease-out;
}

.contents_body_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #1a1a1a;
  transition: all 0.5s ease-out;
}

.contents_body_btn::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 40px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background-color: #1a1a1a;
  transition: all 0.5s ease-out;
}

.contents_body_btn:hover {
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px;
}

.contents_body_btn:hover::before,
.contents_body_btn:hover::after {
  background-color: #fff;
}

.contents_body_btn--comingsoon {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.contents_body_btn--comingsoon::before,
.contents_body_btn--comingsoon::after {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .contents_body_btn {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 320px;
    font-size: 16px;
    padding-block: 22px;
  }
  .contents_body_btn::after {
    top: 28px;
    width: 5px;
    height: 5px;
  }
}
/* mv-lower
============================= */
.mv-lower img {
  opacity: 0;
}

.mv-lower figure figcaption {
  opacity: 0;
}

.mv-lower .mv_title_en, .mv-lower .mv_title {
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */
