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

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

/* Scss Document */
/* Scss Document */
/*//////////////////////////////////////////////////
*
*	要素毎の基本状態
*
//////////////////////////////////////////////////*/
html {
  font-size: min(12px, 2.66vw);
  background: #F7F6F5;
}

body {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #242424;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  html {
    font-size: clamp(7px, 10px, 0.732vw);
  }
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: min(11px, 1.3vw);
  }
}
ruby rt {
  font-size: 0.4em;
  transform: translateX(1em);
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.sp,
.sp-tab {
  display: revert;
}

.tab,
.tab-pc,
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab,
  .tab-pc {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  .sp-tab,
  .tab {
    display: none;
  }
  .pc {
    display: revert;
  }
}
a, button {
  text-decoration: none;
  transition: 0.4s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cap {
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  width: 100%;
  padding-left: 1em;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

.en {
  font-family: "Cormorant", serif;
  letter-spacing: 0.1em;
}

.kome {
  vertical-align: text-top;
  font-family: "Noto Serif JP", serif;
  font-size: 0.4em;
}

/*
//テキスト反転
::selection {
    background:#b2b18f;
    color: #fff;
}
*/
.attent {
  display: block;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5;
}

/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*//////////////////////////////////////////////////
*
*	レイアウト設定
*
//////////////////////////////////////////////////*/
.l-section {
  margin-bottom: 4.6rem;
}

.l-container {
  width: 92%;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .l-section {
    margin-bottom: 8.2rem;
  }
  .l-container {
    width: 120rem;
  }
}
.p-title {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.p-title .p-title__image {
  width: 100%;
  aspect-ratio: 39/18;
}
.p-title .p-title__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-title .p-title__body {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}
.p-title .p-title__body .p-title__body_main {
  margin-bottom: 1.2rem;
  letter-spacing: 0.08em;
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 3rem;
}
.p-catchcopy {
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .p-title {
    margin-bottom: 10rem;
  }
  .p-title .p-title__image {
    aspect-ratio: 1366/400;
  }
  .p-title .p-title__body .p-title__body_main {
    margin-bottom: 1.8rem;
    font-size: 7rem;
  }
  .p-title .p-title__body .p-title__body_sub {
    font-size: 1.8rem;
  }
  .p-catchcopy {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
}
.breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  width: 100vw;
  max-width: 1300px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0.8rem 0 0;
  padding-left: 4%;
}
.breadcrumb .breadcrumb__list .item {
  font-size: 1.1rem;
}
.breadcrumb .breadcrumb__list .item + .item:before {
  content: "\e909";
  margin: 0 0.8rem;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8em;
}
.breadcrumb .breadcrumb__list .item a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
  .breadcrumb .breadcrumb__list {
    margin: 0.8rem 0 0;
    padding-left: 0;
  }
  .breadcrumb .breadcrumb__list .item {
    font-size: 12px;
  }
}
/*//////////////////////////////////////////////////
*
*	header設定用ファイル
*
*	2023/10/23 新レギュレーション適用
*
//////////////////////////////////////////////////*/
.g-header {
  font-family: "Noto Serif JP", serif;
}
.g-header .g-header-top {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
.g-header .g-header-top .g-header-outer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.g-header .g-header-top .g-header-outer .g-header-logo img {
  width: 7.4rem;
}
.g-header .g-header-top .g-header-outer .g-header-logo img path {
  fill: #231815;
}
.g-header .g-header-top .g-header-outer .g-header-btn a {
  display: none;
}
.g-header .g-header-sp .global__navi {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0.51% 0 5.64%;
  border-radius: 10px 10px 0 0;
  background: #222;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
}
.g-header .g-header-sp .global__navi .global__navi-item {
  display: block;
  text-align: center;
  line-height: 1;
}
.g-header .g-header-sp .global__navi .global__navi-item.new i:after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 0;
  width: 6px;
  padding-top: 6px;
  border-radius: 50%;
  background: #C44E73;
}
.g-header .g-header-sp .global__navi .global__navi-item i {
  position: relative;
  color: #fff;
  font-size: 3rem;
}
.g-header .g-header-sp .global__navi .global__navi-item small {
  color: #fff;
  font-size: 0.9rem;
}
.g-header .g-header-sp .global__navi .global__navi-item.menu_tgl {
  width: 66.67%;
  margin: 0 auto;
  padding-bottom: 0;
  margin-top: -20%;
}
.g-header .g-header-sp .global__navi .global__navi-item.menu_tgl img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
}
.g-header .g-header-sp .sub__navi {
  display: flex;
  flex-flow: column-reverse nowrap;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(51, 51, 51, 0.6);
  transform: translateY(0);
  transition: transform 0.2s;
}
.g-header .g-header-sp .sub__navi.open {
  transform: translateY(-100%);
}
.g-header .g-header-sp .sub__navi .sub__navi-outer {
  position: relative;
  padding: 2.8rem 2rem 2rem;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.g-header .g-header-sp .sub__navi .sub__navi-outer .sub__navi-close {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 15.38%;
  height: 2px;
  background: #fff;
  border-radius: 50vw;
  opacity: 0.6;
  transform: translateX(-50%);
}
.g-header .g-header-sp .sub__navi .sub__navi-outer .sub__navi-item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.2em;
  line-height: 1;
  height: 5.4rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background: #2A3C4E;
  border-radius: 8px;
}
.g-header .g-header-sp .sub__navi .sub__navi-outer .sub__navi-item + .sub__navi-item {
  margin-top: 1.6%;
}
.g-header .g-header-sp .sub__navi .sub__navi-outer .contact__info .ttl {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.g-header .g-header-sp .sub__navi .sub__navi-outer .contact__info .sub__navi-item {
  font-size: 2.4rem;
}
.g-header .g-header-sp .sub__navi .sub__navi-outer .contact__info .info {
  margin-top: 1rem;
  font-size: 1.1rem;
}

.global__menu {
  position: fixed;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
  background: #F4F4F4;
  transition: all 0.2s;
}
.global__menu.open {
  transform: translateY(-100%);
}
.global__menu .global__menu-outer {
  padding: 2rem;
}
.global__menu .global__menu-head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14.87vw;
}
.global__menu .global__menu-head .global__menu-logo {
  width: auto;
}
.global__menu .global__menu-head .global__menu-logo img {
  width: 7.4rem;
}
.global__menu .global__menu-head .global__menu-logo img path {
  fill: #231815;
}
.global__menu .global__menu-head .global__menu-close a {
  display: block;
  width: 7.6vw;
  height: 7.6vw;
  line-height: 7.6vw;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.global__menu .global__menu-body .global__menu-inner-body {
  display: contents;
}
.global__menu .global__menu-body .global__menu-item {
  border-bottom: 1px solid #aaa;
}
.global__menu .global__menu-body .global__menu-item .parent {
  display: block;
  position: relative;
  padding: 1.5rem;
}
.global__menu .global__menu-body .global__menu-item p {
  line-height: 1;
  font-size: 1.6rem;
}
.global__menu .global__menu-body .global__menu-item p .en {
  font-size: 0.625em;
  color: #777;
}
.global__menu .global__menu-body .global__menu-item p i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0.625em;
  transform-origin: top center;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.global__menu .global__menu-body .global__menu-item .en {
  font-family: "Cormorant", serif;
}
.global__menu .global__menu-body .global__menu-item .on p i {
  transform: rotate(180deg) translateY(-50%);
}
.global__menu .global__menu-body .global__menu-list {
  display: none;
  margin-bottom: 2.4rem;
  padding-left: 4.6rem;
}
.global__menu .global__menu-body .global__menu-list .link {
  display: flex;
  flex-flow: row wrap;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.2rem;
  background: #fff;
}
.global__menu .global__menu-body .global__menu-list .link + .link {
  margin-top: 0.4rem;
}
.global__menu .global__menu-body .global__menu-list .link .jp {
  flex: 0 0 60%;
  font-size: 1.3rem;
}
.global__menu .global__menu-body .global__menu-list .link .en {
  flex: 0 0 40%;
  font-size: 1rem;
  color: #777;
}
.global__menu .global__menu-body .global__menu-list .link.no-link {
  opacity: 0.5;
  pointer-events: none;
}
.global__menu .global__menu-body .sakurayama .link .en {
  text-align: left;
  letter-spacing: -0.1em;
}
.global__menu .global__menu-body .global__menu-item .parent.new .name:after,
.global__menu .global__menu-body .global__menu-list .link.new .jp:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  padding-top: 0.6rem;
  border-radius: 50%;
  background: #C44E73;
  transform: translate(100%, -100%);
}
.global__menu .global__menu-body .global__menu-other {
  margin-top: 0.8rem;
  /*
  &:nth-child(n+3){
  	margin-top: 1.6rem;
  }*/
}
.global__menu .global__menu-body .global__menu-other .link {
  display: block;
  height: 4rem;
  margin-top: 0.8rem;
  line-height: 4rem;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #aaa;
}
.global__menu .global__menu-body .global__menu-other .link.no-link {
  opacity: 0.5;
  pointer-events: none;
}
.global__menu .global__menu-body .global__menu-other .gold {
  border: none;
  color: #fff;
  background: #AA8746;
}
.global__menu .global__menu-body .global__menu-other .attent {
  padding: 0.6rem 0;
  text-align: center;
  font-size: min(12px, 1.2rem);
}

.cv__fixd {
  display: none;
  position: fixed;
  z-index: 10;
  right: 18px;
  bottom: 18px;
}
.cv__fixd .cv__fixd-btn {
  display: block;
  width: 26rem;
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #AD9D8A;
  border-radius: 50vw;
}
.cv__fixd .cv__fixd-btn:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.cv__fixd .cv__fixd-btn ._s {
  margin-left: 0.8rem;
  font-size: 0.6em;
}

@media screen and (min-width: 768px) {
  .g-header .g-header-sp {
    display: none;
  }
  .g-header .g-header-top .g-header-outer {
    display: contents;
    padding: 30px;
  }
  .g-header .g-header-top .g-header-outer .g-header-logo {
    position: fixed;
    z-index: 99;
    top: 30px;
    left: 30px;
  }
  .g-header .g-header-top .g-header-outer .g-header-logo img {
    width: 120px;
    height: auto;
  }
  .g-header .g-header-top .g-header-outer .g-header-logo img path {
    fill: #231815;
  }
  .g-header .g-header-top .g-header-outer .g-header-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    position: fixed;
    z-index: 99;
    top: 30px;
    right: 30px;
  }
  .g-header .g-header-top .g-header-outer .g-header-btn a {
    display: block;
  }
  .g-header .g-header-top .g-header-outer .g-header-btn .menu_tgl {
    flex: 0 0 52px;
    width: 52px;
  }
  .g-header .g-header-top .g-header-outer .g-header-btn .info_tgl {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
  .g-header .g-header-top .g-header-outer .g-header-btn .info_tgl.new:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 6px;
    padding-top: 6px;
    border-radius: 50%;
    background: #C44E73;
  }
  .g-header .global__menu {
    z-index: -1;
    top: 0;
    transform: translateY(0);
    opacity: 0;
  }
  .g-header .global__menu.open {
    opacity: 1;
    z-index: 1000;
  }
  .g-header .global__menu .global__menu-outer {
    margin: 0 auto;
    padding: 30px;
  }
  .g-header .global__menu .global__menu-head {
    display: grid;
    align-items: start;
    margin-bottom: min(56px, 4.02vw);
  }
  .g-header .global__menu .global__menu-head .global__menu-logo img {
    width: 120px;
    height: auto;
  }
  .g-header .global__menu .global__menu-head .global__menu-close a {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .g-header .global__menu .global__menu-body {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 68% 28%;
    width: min(1146px, 88%);
    margin: 0 auto;
  }
  .g-header .global__menu .global__menu-body .global__menu-inner-body {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 48% 48%;
  }
  .g-header .global__menu .global__menu-body .top {
    grid-column: 1/3;
  }
  .g-header .global__menu .global__menu-body .global__menu-item {
    margin-bottom: 34px;
    border-bottom: none;
  }
  .g-header .global__menu .global__menu-body .global__menu-item .parent {
    display: revert;
    position: relative;
    padding: 0;
  }
  .g-header .global__menu .global__menu-body .global__menu-item .parent p {
    margin-bottom: 15px;
  }
  .g-header .global__menu .global__menu-body .global__menu-item .list_tgl {
    display: contents;
    pointer-events: none;
  }
  .g-header .global__menu .global__menu-body .global__menu-item i {
    display: none;
  }
  .g-header .global__menu .global__menu-body .global__menu-list {
    display: revert !important;
  }
  .g-header .global__menu .global__menu-body .global__menu-list .link {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
  }
  .g-header .global__menu .global__menu-body .global__menu-list .link + .link {
    margin-top: 4px;
  }
  .g-header .global__menu .global__menu-body .global__menu-list .link .jp {
    flex: 0 0 64%;
  }
  .g-header .global__menu .global__menu-body .global__menu-list .link .en {
    flex: 0 0 36%;
  }
  .g-header .global__menu .global__menu-body .global__menu-other {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 0;
    padding: 0;
    /*
    &:nth-last-child(2){
    	margin-top: 2.4rem;
    }
    */
  }
  .g-header .global__menu .global__menu-body .global__menu-other .link {
    margin-top: 0;
    flex: 0 0 calc((100% - 10px) / 2);
    height: 40px;
    line-height: 40px;
  }
  .g-header .global__menu .global__menu-body .global__menu-other .wide {
    flex: 0 0 100%;
    width: 100%;
  }
  .g-header .global__menu .global__menu-body .global__menu-other .gold {
    flex: 0 0 100%;
    width: 100%;
  }
  .g-header .global__menu .global__menu-body .global__menu-other + .global__menu-other {
    margin-top: 1.2rem;
  }
  .g-header .global__menu .global__menu-body .global__menu-other .attent {
    flex: 0 0 100%;
    width: 100%;
    font-size: 1.1rem;
  }
  .cv__fixd {
    display: revert;
  }
}
.orientation__info {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
}
.orientation__info .orientation__info-outer {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.orientation__info .orientation__info-outer .icon {
  margin-bottom: 5.1vw;
}
.orientation__info .orientation__info-outer .icon img {
  width: 15vw;
}
.orientation__info .orientation__info-outer .text {
  text-align: center;
  color: #fff;
  font-size: 2.24vw;
}

.ua_sp.landscape {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.ua_sp.landscape .orientation__info {
  display: block;
}

.g-header .g-information, .g-header .g-linksbutton {
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
  background: #F4F4F4;
  transition: all 0.2s;
}
.g-header .g-information.open, .g-header .g-linksbutton.open {
  opacity: 1;
  z-index: 1000;
}
.g-header .g-information .g-information_head, .g-header .g-linksbutton .g-information_head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14.87vw;
  padding: 2rem 2rem 0;
}
.g-header .g-information .g-information_head .g-information_logo, .g-header .g-linksbutton .g-information_head .g-information_logo {
  width: auto;
}
.g-header .g-information .g-information_head .g-information_logo img, .g-header .g-linksbutton .g-information_head .g-information_logo img {
  width: 7.4rem;
}
.g-header .g-information .g-information_head .g-information_logo img path, .g-header .g-linksbutton .g-information_head .g-information_logo img path {
  fill: #231815;
}
.g-header .g-information .g-information_head .g-information_close a, .g-header .g-linksbutton .g-information_head .g-information_close a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.g-header .g-information .g-information_read, .g-header .g-linksbutton .g-information_read {
  margin: 2.4rem 0 4rem;
  text-align: center;
}
.g-header .g-information .g-information_read .g-information_read-ttl, .g-header .g-linksbutton .g-information_read .g-information_read-ttl {
  margin-bottom: 2.4rem;
  font-size: 2rem;
}
.g-header .g-information .g-information_read .g-information_read-body, .g-header .g-linksbutton .g-information_read .g-information_read-body {
  font-size: 1.2rem;
}
.g-header .g-information .g-information_main, .g-header .g-linksbutton .g-information_main {
  width: min(1180px, 100%);
  margin: 0 auto 2.4rem;
  padding: 0 2rem;
}
.g-header .g-information .g-information_main .g-information_ttl, .g-header .g-linksbutton .g-information_main .g-information_ttl {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 4rem;
  line-height: 1;
  font-size: 2.4rem;
  color: #aaa;
}
.g-header .g-information .g-information_main .g-information_ttl:before, .g-header .g-linksbutton .g-information_main .g-information_ttl:before {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  background: #aaa;
}
.g-header .g-information .g-information_main .g-information_read, .g-header .g-linksbutton .g-information_main .g-information_read {
  margin-bottom: 4.8rem;
  text-align: center;
  font-size: 1.6rem;
}
.g-header .g-information .g-information_main .g-information_read ._l, .g-header .g-linksbutton .g-information_main .g-information_read ._l {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.6em;
}
.g-header .g-information .g-information_main .g-information_entry, .g-header .g-linksbutton .g-information_main .g-information_entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: start;
  margin-bottom: 4.8rem;
}
.g-header .g-information .g-information_main .g-information_entry .link, .g-header .g-linksbutton .g-information_main .g-information_entry .link {
  display: block;
  height: max(50px, 5.4rem);
  line-height: max(50px, 5.4rem);
  text-align: center;
  color: #fff;
  font-size: max(12px, 1.5rem);
  background: #A68546;
}
.g-header .g-information .g-information_main .g-information_entry .reserve, .g-header .g-linksbutton .g-information_main .g-information_entry .reserve {
  background: #A68546;
}
.g-header .g-information .g-information_main .g-information_entry .attent, .g-header .g-linksbutton .g-information_main .g-information_entry .attent {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
}
.g-header .g-information .g-information_main .g-information_body, .g-header .g-linksbutton .g-information_main .g-information_body {
  margin-bottom: 4.8rem;
}
.g-header .g-information .g-information_main .g-information_body .item, .g-header .g-linksbutton .g-information_main .g-information_body .item {
  padding: 1.2rem;
  background: #fff;
}
.g-header .g-information .g-information_main .g-information_body .item + .item, .g-header .g-linksbutton .g-information_main .g-information_body .item + .item {
  margin-top: 1.2rem;
}
.g-header .g-information .g-information_main .g-information_body .item .item_date, .g-header .g-linksbutton .g-information_main .g-information_body .item .item_date {
  color: #aaa;
}
.g-header .g-information .g-information_main .g-information_body .item a, .g-header .g-linksbutton .g-information_main .g-information_body .item a {
  text-decoration: underline;
}
.g-header .g-information .g-information_bnr, .g-header .g-linksbutton .g-information_bnr {
  padding: 40px 20px;
  background: #ebebeb;
}
.g-header .g-information .g-information_info, .g-header .g-linksbutton .g-information_info {
  padding: 40px 20px;
  color: #fff;
  background: #323333;
}
.g-header .g-information .g-information_info .g-information_info-wrap, .g-header .g-linksbutton .g-information_info .g-information_info-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
.g-header .g-information .g-information_info .g-information_info_ttl, .g-header .g-linksbutton .g-information_info .g-information_info_ttl {
  margin-bottom: 1.6rem;
  font-size: 1rem;
}
.g-header .g-information .g-information_info .g-information_info_ttl ._l, .g-header .g-linksbutton .g-information_info .g-information_info_ttl ._l {
  font-size: 1.28rem;
}
.g-header .g-information .g-information_info .g-information_info_tel, .g-header .g-linksbutton .g-information_info .g-information_info_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.2em;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
  color: #000;
  background: #fff;
}
.g-header .g-information .g-information_info .g-information_info_data, .g-header .g-linksbutton .g-information_info .g-information_info_data {
  margin-bottom: 4rem;
  font-size: 1rem;
}
.g-header .g-information .g-information_info .g-information_info_logo img, .g-header .g-linksbutton .g-information_info .g-information_info_logo img {
  width: 16rem;
}

.g-header .g-linksbutton .g-information_outer {
  justify-content: space-between;
}
.g-header .g-linksbutton .g-information_main {
  margin: auto;
}
.g-header .g-linksbutton .g-information_main .g-information_entry {
  grid-template-columns: 1fr;
  gap: 3.6rem;
  text-align: center;
}
.g-header .g-linksbutton .g-information_main .g-information_entry .inner {
  display: flex;
  flex-flow: column wrap;
}

@media screen and (min-width: 768px) {
  .g-header .g-information .g-information_outer, .g-header .g-linksbutton .g-information_outer {
    min-height: 100%;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
  }
  .g-header .g-information .g-information_head, .g-header .g-linksbutton .g-information_head {
    display: grid;
    align-items: start;
    margin-bottom: min(56px, 4.02vw);
    padding: 30px 30px 0;
  }
  .g-header .g-information .g-information_head .g-information_logo img, .g-header .g-linksbutton .g-information_head .g-information_logo img {
    width: 120px;
    height: auto;
  }
  .g-header .g-information .g-information_head .g-information_close a, .g-header .g-linksbutton .g-information_head .g-information_close a {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .g-header .g-information .g-information_read, .g-header .g-linksbutton .g-information_read {
    margin: 5rem 0 7rem;
    text-align: center;
  }
  .g-header .g-information .g-information_read .g-information_read-ttl, .g-header .g-linksbutton .g-information_read .g-information_read-ttl {
    margin-bottom: 4.2rem;
    font-size: 2.4rem;
  }
  .g-header .g-information .g-information_read .g-information_read-body, .g-header .g-linksbutton .g-information_read .g-information_read-body {
    font-size: 1.4rem;
  }
  .g-header .g-information .g-information_main, .g-header .g-linksbutton .g-information_main {
    margin: min(80px, 4vw) auto auto;
  }
  .g-header .g-information .g-information_main .g-information_read, .g-header .g-linksbutton .g-information_main .g-information_read {
    margin-bottom: 6.4rem;
    font-size: 2.4rem;
  }
  .g-header .g-information .g-information_main .g-information_entry, .g-header .g-linksbutton .g-information_main .g-information_entry {
    justify-content: center;
    margin-bottom: 5.7rem;
    /*
    grid-template-columns: repeat(3, min(348px, 31%));
    */
    grid-template-columns: 42.4rem;
    justify-content: center;
  }
  .g-header .g-information .g-information_main .g-information_entry .link, .g-header .g-linksbutton .g-information_main .g-information_entry .link {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .g-header .g-information .g-information_main .g-information_body .item, .g-header .g-linksbutton .g-information_main .g-information_body .item {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    font-size: 1.6rem;
  }
  .g-header .g-information .g-information_bnr, .g-header .g-linksbutton .g-information_bnr {
    margin-top: 4.8rem;
  }
  .g-header .g-information .g-information_info .g-information_info-wrap, .g-header .g-linksbutton .g-information_info .g-information_info-wrap {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 1.2rem 4.8rem;
    width: min(860px, 90%);
    margin: 0 auto;
  }
  .g-header .g-information .g-information_info .g-information_info_ttl, .g-header .g-linksbutton .g-information_info .g-information_info_ttl {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .g-header .g-information .g-information_info .g-information_info_tel, .g-header .g-linksbutton .g-information_info .g-information_info_tel {
    grid-area: 1/2/2/3;
    width: 40rem;
    height: 5.4rem;
    margin-bottom: 0;
    line-height: 5.4rem;
    font-size: 2.4rem;
  }
  .g-header .g-information .g-information_info .g-information_info_data, .g-header .g-linksbutton .g-information_info .g-information_info_data {
    grid-area: 2/1/3/2;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .g-header .g-information .g-information_info .g-information_info_logo, .g-header .g-linksbutton .g-information_info .g-information_info_logo {
    grid-area: 2/2/3/3;
  }
  .g-header .g-information .g-information_info .g-information_info_logo a, .g-header .g-linksbutton .g-information_info .g-information_info_logo a {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 2rem;
  }
  .g-header .g-information .g-information_info .g-information_info_logo a .work, .g-header .g-linksbutton .g-information_info .g-information_info_logo a .work {
    font-size: 1.1rem;
  }
  .g-header .g-information .g-information_info .g-information_info_logo a img, .g-header .g-linksbutton .g-information_info .g-information_info_logo a img {
    width: 22.4rem;
  }
  .g-linksbutton .g-information_main {
    margin: auto;
  }
  .g-linksbutton .g-information_main .g-information_entry {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .g-linksbutton .g-information_main .g-information_entry .link {
    width: min(360px, 100%) min(360px, 100%);
    margin: 0 auto;
  }
  .g-linksbutton .g-information_main .visit p {
    margin-bottom: 1em;
  }
}
/*//////////////////////////////////////////////////

	フッター設定

//////////////////////////////////////////////////*/
.page__attentions {
  padding: 3.2rem 0 1.6rem;
  background: #F7F6F5;
}
.page__attentions .container {
  width: 81.33%;
  max-width: 900px;
}
.page__attentions p {
  font-size: 1rem;
}

.g-footer {
  color: #fff;
  background: #A59B8F;
  /*
  .banner__area{
  	width: min(800px, 84%);
  	margin: 0 auto;
  }
  */
}
.g-footer .gotop {
  margin-bottom: 5.2rem;
}
.g-footer .gotop a {
  display: block;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  background: #0B0B0B;
}
.g-footer .gotop i {
  margin: 0 0.4rem;
}
.g-footer .gotop i img {
  width: auto;
  height: 1.2rem;
  vertical-align: baseline;
}
.g-footer .g-footer-info {
  margin-bottom: 2rem;
  text-align: center;
}
.g-footer .g-footer-info .ttl {
  margin-bottom: 0.6rem;
  font-size: 1rem;
  line-height: 2;
}
.g-footer .g-footer-info .ttl ._l {
  font-size: 1.3em;
}
.g-footer .g-footer-info .telnum {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.1em;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 2.4rem;
}
.g-footer .g-footer-info .telnum .icon-freedial {
  font-size: 0.8em;
  transform: translateY(0.05em);
}
.g-footer .g-footer-info .info {
  font-size: 1rem;
}
.g-footer .g-footer-info .info .footer__attent-mark {
  color: #ff6666;
  font-size: 115%;
  font-weight: bold;
}
.g-footer .g-footer-info .footer_info-add {
  margin-top: 1.6rem;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.g-footer .g-footer-logo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
  width: 20rem;
  margin: 0 auto 4rem;
}
.g-footer .g-footer-logo .item {
  text-align: center;
}
.g-footer .g-footer-logo .work {
  margin-bottom: 1.2rem;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
.g-footer .g-footer-logo .hhp img {
  width: 20rem;
}
.g-footer .g-footer__bottom {
  border-top: 1px solid #fff;
}
.g-footer .g-footer__bottom .g-footer-links {
  text-align: center;
  font-size: 1.1rem;
}
.g-footer .g-footer__bottom .g-footer-links li {
  height: 4.8rem;
  line-height: 4.8rem;
}
.g-footer .g-footer__bottom .g-footer-links li + li {
  border-top: 1px solid #fff;
}

.copyright {
  padding-bottom: 8rem;
  background: #fff;
}
.copyright .copyright_txt {
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .page__attentions {
    padding: 6rem 0 4rem;
  }
  .page__attentions.base__inner {
    padding: 0;
  }
  .g-footer {
    padding-bottom: 0;
  }
  .g-footer .gotop {
    margin-bottom: 5.2rem;
  }
  .g-footer .gotop a {
    height: 4.2rem;
    line-height: 4.2rem;
  }
  .g-footer .gotop i {
    margin: 0 4px;
  }
  .g-footer .gotop i img {
    width: auto;
    height: 1.2rem;
    vertical-align: baseline;
  }
  .g-footer .g-footer__top {
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 8rem;
  }
  .g-footer .banner__area {
    grid-area: 1/1/2/3;
  }
  .g-footer .g-footer-info {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
    text-align: left;
  }
  .g-footer .g-footer-info .ttl {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .g-footer .g-footer-info .ttl ._l {
    font-size: 1.34em;
  }
  .g-footer .g-footer-info .telnum {
    margin-bottom: 3.2rem;
    text-align: center;
    font-size: 6rem;
  }
  .g-footer .g-footer-info .info {
    font-size: 1.1rem;
  }
  .g-footer .g-footer-info .footer_info-add {
    padding: 1.2rem;
    text-align: left;
    font-size: 1.3rem;
  }
  .g-footer .g-footer-logo {
    grid-area: 1/2/1/3;
    gap: 3rem;
    column-gap: 4rem;
    width: auto;
    margin: 0;
  }
  .g-footer .g-footer-logo .work {
    font-size: 1rem;
  }
  .g-footer .g-footer-logo .hhp .work {
    margin-bottom: 0.6rem;
  }
  .g-footer .g-footer-logo .hhp img {
    width: 21.8rem;
  }
  .g-footer .g-footer__bottom .g-footer-links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 1.2rem;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .g-footer .g-footer__bottom .g-footer-links li {
    border-bottom: none;
  }
  .g-footer .g-footer__bottom .g-footer-links li + li {
    border-top: none;
  }
  .copyright {
    padding: 0;
  }
  .copyright .copyright_txt {
    height: 5rem;
    line-height: 5rem;
    font-size: 11px;
  }
}
.banner__area {
  overflow: hidden;
  background: #F7F6F5;
}
.banner__area .l-container {
  max-width: 98rem;
  margin: auto;
}

@media screen and (min-width: 1367px) {
  .g-footer .base__outer {
    width: min(1400px, 100rem);
    max-width: 100%;
  }
}
/*//////////////////////////////////////////////////
*
*	ボタンなどの部品単位の設定
*
//////////////////////////////////////////////////*/
.c-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.c-button .c-button_btn {
  flex: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 7rem;
  font-size: 1.5rem;
  color: #fff;
  background-image: linear-gradient(-60deg, #0D0D0D 0%, #414141 50%, #0D0D0D 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.c-button .white {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #242424;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .c-button .c-button_btn {
    flex: 0 0 auto;
    width: min(500px, 50rem);
    height: 10rem;
    font-size: 1.8rem;
    transition: all 0.3s;
  }
  .c-button .c-button_btn:not(.white):hover {
    opacity: 1;
    color: #AA8746;
    background-position: 0 0;
  }
  .c-button .white {
    font-size: 1.5rem;
    width: min(340px, 34rem);
    height: 6.8rem;
  }
}
/*# sourceMappingURL=common.css.map */
