@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/******************************************************

base

******************************************************/
html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s linear;
}
a[href*="tel:"] {
  pointer-events: none;
}

.aw {
  display: inline-block;
}

.img {
  position: relative;
}
.img img {
  width: 100%;
  height: auto;
}
.img .note {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1.12;
}
.img .note.white {
  color: #fff;
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
}
.img .note.out {
  position: static;
  display: block;
  margin-top: 4px;
  text-align: right;
}

.note {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.6;
}
.note a.txtlink {
  text-decoration: underline;
}
.note a.txtlink:hover {
  display: inline-block;
  transform: translateY(1px);
  opacity: 0.64;
}

.sp {
  display: none !important;
}

#allWrapper {
  overflow: hidden;
}

#footerNavArea {
  font-size: 12px;
  color: #333;
}
#footerNavArea a {
  color: #b49c39;
  text-decoration: underline;
  transition: none;
}
#footerNavArea * {
  box-sizing: content-box;
}

#footerArea * {
  box-sizing: content-box;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  a[href*="tel:"] {
    pointer-events: initial;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #allWrapper {
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 7px;
  }
}
.guide-nav .entry a {
  /**background-image: linear-gradient(135deg,
      hsl(45deg 33% 78%) 0%,
      hsl(45deg 31% 73%) 11%,
      hsl(46deg 30% 69%) 22%,
      hsl(46deg 29% 64%) 33%,
      hsl(46deg 28% 60%) 44%,
      hsl(46deg 27% 55%) 56%,
      hsl(46deg 26% 51%) 67%,
      hsl(46deg 30% 46%) 78%,
      hsl(47deg 35% 42%) 89%,
      hsl(47deg 41% 37%) 100%);**/
  background: linear-gradient(to right, #d6ccb2, #958452);
}
.guide-nav .login a {
  /**background-image: linear-gradient(135deg,
      hsl(17deg 53% 39%) 0%,
      hsl(16deg 54% 36%) 11%,
      hsl(15deg 56% 33%) 22%,
      hsl(13deg 58% 31%) 33%,
      hsl(11deg 60% 28%) 44%,
      hsl(10deg 63% 25%) 56%,
      hsl(7deg 66% 23%) 67%,
      hsl(5deg 71% 20%) 78%,
      hsl(4deg 81% 17%) 89%,
      hsl(3deg 100% 14%) 100%);**/
  background: linear-gradient(to right, #924d32, #521510);
}
.guide-nav .reserve a {
  background-image: linear-gradient(90deg, rgb(110, 137, 101), rgb(0, 81, 82));
}
.guide-nav .line a {
  background-color: #06c755;
}

/******************************************************

header

******************************************************/
.header {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  transition: background-color 0.2s linear;
  padding-bottom: 10px;
  background: #fff;
}
.header.add-bg {
  background-color: white;
}

.header-inner {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
}
.header-inner .siteid {
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-size: 11px;
  line-height: 1.2;
  color: #000;
  position: absolute;
  left: 30px;
  top: 8px;
  margin-left: 0;
}
.header-inner .siteid br {
  display: none;
}
.header-inner .sitename {
  order: -1;
  padding-top: 5px;
}
.header-inner .sitename img {
  height: 21px;
}
.header-inner .guide-nav {
  margin-left: auto;
}
.header-inner .guide-nav ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.header-inner .guide-nav li {
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.header-inner .guide-nav li:first-of-type {
  margin-left: 0;
}
.header-inner .guide-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 1.2rem;
  position: relative;
  color: #000;
}
.header-inner .guide-nav li a:hover {
  opacity: 0.6;
}
.header-inner .guide-nav li a::before {
  content: "";
  width: 0.64rem;
  height: 0.64rem;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  translate: 0 -50%;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  left: 0;
}
.header-inner .guide-nav li.entry {
  font-size: 1.3rem;
}
.header-inner .guide-nav li.entry a {
  min-width: 12.8rem;
  padding: 5px 10px;
}
.header-inner .guide-nav li.entry a:hover {
  opacity: 1;
  filter: brightness(110%);
}
.header-inner .guide-nav li.entry a::before {
  display: none;
}
.header-inner .guide-nav li.login {
  font-size: 1.3rem;
  margin-left: 0.8rem;
}
.header-inner .guide-nav li.login a {
  padding: 5px 10px;
  text-align: center;
}
.header-inner .guide-nav li.login a:hover {
  opacity: 1;
  filter: brightness(110%);
}
.header-inner .guide-nav li.login a::before {
  display: none;
}
.header-inner .guide-nav li.reserve {
  font-size: 1.3rem;
  margin-left: 0.8rem;
}
.header-inner .guide-nav li.reserve a {
  min-width: 12.8rem;
  padding: 5px 10px;
  text-align: center;
}
.header-inner .guide-nav li.reserve a:hover {
  opacity: 1;
  filter: brightness(110%);
}
.header-inner .guide-nav li.reserve a::before {
  display: none;
}
.header-inner .guide-nav li.line {
  font-size: 1.3rem;
  margin-left: 0.8rem;
}
.header-inner .guide-nav li.line a {
  min-width: 12.8rem;
  padding: 5px 10px;
  text-align: center;
}
.header-inner .guide-nav li.line a:hover {
  opacity: 1;
  filter: brightness(110%);
}
.header-inner .guide-nav li.line a::before {
  display: none;
}
.header-inner .guide-nav li.entry a, .header-inner .guide-nav li.login a, .header-inner .guide-nav li.reserve a, .header-inner .guide-nav li.line a {
  color: #fff;
}

.sp-nav {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #bbb;
  z-index: 13;
}
.sp-nav ul {
  display: grid;
  /*grid-template-columns: repeat(6, 1fr);*/
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
.sp-nav ul li {
  font-size: 9px;
  line-height: 1;
  display: grid;
}
.sp-nav ul li a,
.sp-nav ul li .nav-switch {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 5px 0;
}
.sp-nav ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  color: #fff;
}
.sp-nav ul li .icon img {
  width: 20px;
  height: auto;
}
.sp-nav ul li .text {
  margin-top: 5px;
  width: 100%;
}
.sp-nav ul li.tel {
  background-color: #060a23;
}
.sp-nav ul li.entry {
  /**background-image: linear-gradient(135deg,
      hsl(45deg 33% 78%) 0%,
      hsl(45deg 31% 73%) 11%,
      hsl(46deg 30% 69%) 22%,
      hsl(46deg 29% 64%) 33%,
      hsl(46deg 28% 60%) 44%,
      hsl(46deg 27% 55%) 56%,
      hsl(46deg 26% 51%) 67%,
      hsl(46deg 30% 46%) 78%,
      hsl(47deg 35% 42%) 89%,
      hsl(47deg 41% 37%) 100%);**/
  background: linear-gradient(to right, #d6ccb2, #958452);
}
.sp-nav ul li.login {
  /**background-image: linear-gradient(135deg,
      hsl(17deg 53% 39%) 0%,
      hsl(16deg 54% 36%) 11%,
      hsl(15deg 56% 33%) 22%,
      hsl(13deg 58% 31%) 33%,
      hsl(11deg 60% 28%) 44%,
      hsl(10deg 63% 25%) 56%,
      hsl(7deg 66% 23%) 67%,
      hsl(5deg 71% 20%) 78%,
      hsl(4deg 81% 17%) 89%,
      hsl(3deg 100% 14%) 100%);**/
  background: linear-gradient(to right, #924d32, #521510);
}
.sp-nav ul li.reserve {
  background-image: linear-gradient(90deg, rgb(110, 137, 101), rgb(0, 81, 82));
}
.sp-nav ul li.line {
  background-color: #06c755;
}
.sp-nav ul li.menu {
  background-color: #fff;
  color: #333;
}
.sp-nav ul li .nav-switch {
  position: relative;
}
.sp-nav ul li .nav-switch .icon, .sp-nav ul li .nav-switch::before, .sp-nav ul li .nav-switch::after {
  background-color: #333;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 18px;
  left: calc(50% - 12px);
}
.sp-nav ul li .nav-switch::before {
  transform: translateY(-6px);
}
.sp-nav ul li .nav-switch::after {
  transform: translateY(6px);
}
.sp-nav ul li .nav-switch .text {
  margin-top: 20px;
}

body.menu-opened .sp-nav ul li .nav-switch .icon {
  transform: scaleX(0);
}
body.menu-opened .sp-nav ul li .nav-switch::before {
  transform: rotate(135deg) scaleX(1.2);
}
body.menu-opened .sp-nav ul li .nav-switch::after {
  transform: rotate(-135deg) scaleX(1.2);
}

@media screen and (max-width: 1200px) {
  .header-inner .siteid {
    position: absolute;
    left: 30px;
    top: 8px;
    margin-left: 0;
  }
  .header-inner .siteid br {
    display: none;
  }
  .header-inner .sitename {
    margin-top: 5px;
  }
  .header-inner .sitename img {
    width: 310px;
    height: auto;
  }
  .header-inner .guide-nav ul {
    grid-template-columns: repeat(4, auto);
    grid-auto-flow: column;
  }
  .header-inner .guide-nav li {
    margin-left: 0;
  }
  .header-inner .guide-nav li.entry {
    grid-row: span 2;
    margin-left: 16px;
  }
  .header-inner .guide-nav li.entry a {
    min-width: 116px;
  }
  .header-inner .guide-nav li.login {
    grid-row: span 2;
  }
  .header-inner .guide-nav li.reserve {
    grid-row: span 2;
  }
  .header-inner .guide-nav li.reserve a {
    min-width: 116px;
  }
  .header-inner .guide-nav li.line {
    grid-row: span 2;
  }
  .header-inner .guide-nav li.line a {
    min-width: 116px;
  }
}
@media screen and (max-width: 1024px) {
  .header-inner {
    padding: 16px 8px;
  }
  .header-inner .siteid {
    left: 8px;
  }
}
@media screen and (max-width: 834px) {
  .header-inner .guide-nav {
    margin-top: -8px;
  }
  .header-inner .guide-nav ul {
    grid-auto-flow: row;
  }
  .header-inner .guide-nav li.map {
    grid-row: 1/2;
    grid-column: 3/4;
    margin-bottom: 4px;
  }
  .header-inner .guide-nav li.outline {
    grid-row: 1/2;
    grid-column: 4/5;
    margin-bottom: 4px;
  }
  .header-inner .guide-nav li.entry {
    margin-left: 0;
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .header-inner .guide-nav li.login {
    margin-left: 0.4rem;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .header-inner .guide-nav li.reserve {
    margin-left: 0.4rem;
    grid-row: 2/3;
    grid-column: 3/4;
  }
  .header-inner .guide-nav li.line {
    margin-left: 0.4rem;
    grid-row: 2/3;
    grid-column: 4/5;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: static;
    padding-bottom: 0;
    /*&.add-bg {
      background-color: $dark;
    } */
  }
  .header-inner {
    padding: 15px;
  }
  .header-inner .sitename {
    margin-top: 0;
    text-align: center;
  }
  .header-inner .sitename img {
    width: 280px;
  }
  .header-inner .siteid,
  .header-inner .guide-nav {
    display: none;
  }
  .nav-switch,
  .sp-nav {
    display: block;
  }
}
body.white .header.add-bg {
  background-color: rgba(255, 255, 255, 0.7);
}
body.white .header-inner .siteid {
  color: #000;
}
body.white .header-inner .sitename img {
  filter: none;
}
body.white .header-inner .guide-nav li a {
  color: #000;
}
body.white .header-inner .guide-nav li a::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
body.white .header-inner .guide-nav li.entry a, body.white .header-inner .guide-nav li.login a, body.white .header-inner .guide-nav li.reserve a, body.white .header-inner .guide-nav li.line a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.white .header-inner .sitename img {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(29deg) brightness(106%) contrast(101%);
  }
}
/******************************************************

global nav

******************************************************/
.global-nav {
  width: 100%;
}
.global-nav ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
.global-nav li {
  font-size: 16px;
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
  line-height: 1;
}
.global-nav li::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.global-nav li:first-child:before {
  display: none;
}
.global-nav li a,
.global-nav li .close {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
  position: relative;
}
.global-nav li a .jp,
.global-nav li .close .jp {
  font-size: 9px;
}
.global-nav li a {
  transition: opacity 0.2s linear;
}
.global-nav li a:hover {
  opacity: 0.6;
}
.global-nav li a.current::after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -10px;
}
.global-nav li .close {
  opacity: 0.4;
}
.global-nav li.map, .global-nav li.outline {
  display: none;
}

@media screen and (max-width: 1200px) {
  .global-nav li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .global-nav {
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 53px;
    z-index: 3;
    width: 100%;
    height: auto;
    translate: 0 100%;
    transition: translate 500ms;
    will-change: translate;
    contain: paint;
    background-color: #bbb;
  }
  .global-nav ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
  .global-nav li {
    font-size: 14px;
    width: 100%;
    height: auto;
  }
  .global-nav li a,
  .global-nav li .close {
    height: auto;
    line-height: inherit;
    padding: 20px;
    background-color: #fff;
    color: #333;
  }
  .global-nav li::before {
    display: none;
  }
  .global-nav li.top {
    grid-column: span 2;
  }
  .global-nav li.map, .global-nav li.outline {
    display: block;
  }
  .global-nav li a.current {
    background-color: #060a23;
    color: #fff;
    text-shadow: none;
  }
  .global-nav li a.current::after {
    display: none;
  }
}
body.menu-opened .global-nav {
  translate: none;
}

body.white .global-nav li::before {
  background-color: rgba(0, 0, 0, 0.4);
}
body.white .global-nav li a,
body.white .global-nav li .close {
  color: #000;
}
body.white .global-nav li a.current::after {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  body.white .global-nav li a.current {
    color: #fff;
  }
}
/******************************************************

container

******************************************************/
#container {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding: 0;
  margin-top: 0;
  position: relative;
}
#container:not(:has(.main-visual, .main-section)) {
  padding-top: 140px;
}

.bread-list {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  z-index: 3;
  background-color: #D6D7DF;
  padding: 4px 6rem;
}
.bread-list ol {
  max-width: 1360px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.bread-list ol li {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.bread-list ol li:not(:last-child)::after {
  content: ">";
  margin: 0 6px;
}
.bread-list ol li a {
  color: #000;
}

body.white .bread-list ol li {
  color: #000;
}
body.white .bread-list ol li a {
  color: #000;
}

.main-visual {
  background: url(../images/common/bg_whitestone.jpg) center top/100% auto repeat;
}
.main-visual img {
  width: 100%;
  height: auto;
}

.page-caption {
  width: 90%;
  max-width: 1000px;
  margin: 6rem;
  margin-inline: auto;
}
.page-caption .note {
  font-size: 12.5px;
  font-family: "メイリオ", Meiryo, verdana, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif, STHeitiSC-Light;
  font-feature-settings: "palt";
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .bread-list {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 0 !important;
  }
  #container:not(:has(.main-visual, .main-section)) {
    padding-top: 0;
  }
  #container::before {
    content: "";
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: 53px;
    z-index: 2;
    width: 100%;
    height: calc(100% - 53px);
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    background: #000;
  }
  .bread-list {
    display: none;
  }
  body.menu-opened #container::before {
    visibility: visible;
    opacity: 0.6;
  }
}
.subcopy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 2.8rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .subcopy {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .subcopy {
    line-height: 1.6;
    letter-spacing: 0.075em;
  }
}

.lead {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  text-align: left;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .lead {
    line-height: 2;
  }
}

.overview {
  background: url(../images/common/bg_whitestone.jpg) center top/100% auto repeat;
  display: grid;
  grid-template-columns: 33.56% 32.86% 33.56%;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  padding: 10.4rem 0;
  align-items: flex-start;
}
.overview .sideimg {
  grid-row: span 2;
  /* img {
    height: 730px;
    width: 100%;
    object-fit: cover;
  } */
  /* .note {
    color: #fff;
  } */
}
.overview .main-copy {
  order: 2;
  text-align: center;
  margin: 6rem auto 0;
  width: 27.7056277056%;
  min-width: 104px;
}
.overview .main-copy img {
  width: 100%;
  height: auto;
  line-height: 1;
}
.overview .lead {
  order: 3;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2.6;
  margin-top: 6rem;
  padding: 0 40px;
}
.overview .img01 {
  order: 4;
}
.overview .img02 {
  order: 1;
  margin-top: 20rem;
}
.overview .img02 .note {
  right: inherit;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .overview .img02 {
    margin-top: 10rem;
  }
  .overview .lead {
    margin-inline: calc(50% - 50vw);
    margin-top: 20rem;
  }
}
@media screen and (max-width: 480px) {
  .overview {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 24px;
  }
  .overview .main-copy {
    width: 18%;
    min-width: 18%;
    margin: 0 38% 24px;
  }
  .overview .main-copy img {
    width: 16.4102564103%;
    min-width: 64px;
  }
  .overview .sideimg {
    width: 50%;
  }
  .overview .img01 {
    order: 3;
  }
  .overview .img02 {
    order: 2;
    margin-top: 24px;
  }
  .overview .lead {
    order: 4;
    width: 100%;
    margin-top: 24px;
  }
}

.cont-sec-wrap .cont-sec-mv {
  position: relative;
}
.cont-sec-wrap .cont-sec-mv .mv-image {
  line-height: 1;
}
.cont-sec-wrap .cont-sec-mv .mv-image .img .note {
  width: 22.5669957687%;
  background-color: rgba(0, 0, 0, 0.72);
  padding: 4px;
  text-align: left;
  color: #fff;
  bottom: 0;
  right: 0;
}
.cont-sec-wrap .cont-sec-mv .text {
  width: 96%;
  min-height: 100%;
  height: 100%;
  max-width: 1418px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: hidden;
}
.cont-sec-wrap .cont-sec-mv .text .maincopy-en,
.cont-sec-wrap .cont-sec-mv .text .maincopy-ja,
.cont-sec-wrap .cont-sec-mv .text .copy-vertical {
  flex-basis: auto;
  min-width: 0;
  min-height: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
}
.cont-sec-wrap .cont-sec-mv .text .maincopy-en img,
.cont-sec-wrap .cont-sec-mv .text .maincopy-ja img,
.cont-sec-wrap .cont-sec-mv .text .copy-vertical img {
  width: auto !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
}
.cont-sec-wrap .cont-sec-mv .text .maincopy-en {
  width: 4.7954866008%;
}
.cont-sec-wrap .cont-sec-mv .text .maincopy-ja {
  width: 5.077574048%;
}
.cont-sec-wrap .cont-sec-mv .text .maincopy-ja,
.cont-sec-wrap .cont-sec-mv .text .copy-vertical {
  margin-left: 5.077574048%;
}
.cont-sec-wrap .cont-sec-mv .text .copy-vertical {
  flex-grow: 1;
}
.cont-sec-wrap .cont-sec-mv.align-right .mv-image .note {
  right: auto;
  left: 0;
}
.cont-sec-wrap .cont-sec-mv.align-right .text {
  flex-direction: row-reverse;
  padding-right: 0.5641748942%;
}
.cont-sec-wrap .cont-sec-mv.align-right .text .maincopy-en,
.cont-sec-wrap .cont-sec-mv.align-right .text .maincopy-ja,
.cont-sec-wrap .cont-sec-mv.align-right .text .copy-vertical {
  text-align: right;
}
.cont-sec-wrap .cont-sec-mv.align-right .text .maincopy-ja,
.cont-sec-wrap .cont-sec-mv.align-right .text .copy-vertical {
  margin-left: 0;
  margin-right: 5.077574048%;
}
@media screen and (max-width: 768px) {
  .cont-sec-wrap .cont-sec-mv .text .maincopy-en {
    width: 8.2051282051%;
  }
  .cont-sec-wrap .cont-sec-mv .text .maincopy-ja {
    width: 10.2564102564%;
    margin-left: 4.1025641026%;
  }
  .cont-sec-wrap .cont-sec-mv.align-right .text .maincopy-ja {
    margin-left: 0;
    margin-right: 4.1025641026%;
  }
}
@media screen and (max-width: 480px) {
  .cont-sec-wrap .cont-sec-mv {
    overflow-y: hidden;
    /* .text {

      .maincopy-en,
      .maincopy-ja {
        img {
          height: 116% !important;
        }
      }

      .maincopy-ja {
        img {
          transform: translateY(-16%);
        }
      }
    } */
  }
  .cont-sec-wrap .cont-sec-mv .mv-image .img .note {
    width: 32%;
  }
}

/******************************************************

prompt_entry

******************************************************/
.prompt-entry {
  background: #dfd9c7 url(../images/common/bg_gra_gold.jpg) center top/100% auto no-repeat;
  padding: 6.4rem 0;
}
.prompt-entry .prompt-entry-inner {
  width: 96%;
  max-width: 1000px;
  margin: auto;
}
.prompt-entry .text {
  width: 88%;
  margin: 0 auto 6.4rem;
}
.prompt-entry .text img {
  width: 100%;
  height: auto;
  line-height: 1;
}
.prompt-entry .guide-nav {
  margin-inline: auto;
}
.prompt-entry .guide-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.prompt-entry .guide-nav li {
  width: 100%;
  display: flex;
  font-size: 2.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.prompt-entry .guide-nav li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem 3rem;
  width: 100%;
  position: relative;
}
.prompt-entry .guide-nav li a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  translate: 0 -50%;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 3rem;
}
.prompt-entry .guide-nav li a:hover {
  filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .prompt-entry .guide-nav ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/******************************************************

footer

******************************************************/
.footer {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-inline: auto;
  margin-top: 6rem;
  padding-bottom: 174px;
}
.footer .guide-nav {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
/*.footer .guide-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}*/
.footer .guide-nav ul {
  display: flex;
  justify-content: center;
}
.footer .guide-nav li {
  /*width: 100%;*/
  width: 33.3%;
  display: flex;
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.2;
  /* &.entry a {
    @include entry;
  }

  &.login a {
    @include login;
  } */
}
.footer .guide-nav li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1.6rem 4rem;
  width: 100%;
  position: relative;
}
.footer .guide-nav li a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  translate: 0 -50%;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 2.4rem;
}
.footer .guide-nav li a:hover {
  filter: brightness(110%);
}
.footer .footer-nav {
  width: 90%;
  margin-top: 4rem;
  margin-inline: auto;
  padding: 10px 0;
}
.footer .footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .footer-nav li {
  line-height: 1;
  font-size: 14px;
  border-right: 1px solid #bbb;
  padding-right: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.footer .footer-nav li:last-child {
  border-right: 0;
  padding-right: 0;
}
.footer .footer-nav li a {
  text-decoration: none;
  padding: 5px 0;
  background-color: #fff;
  position: relative;
}
.footer .footer-nav li a:hover {
  opacity: 0.6;
}
.footer .footer-nav li a.current::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.footer .footer-nav li .close {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
}
.footer .footer-nav li.top {
  grid-column: span 2;
}
.footer .tel {
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 4rem;
  margin-inline: auto;
}
.footer .tel a {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
.footer .tel .title {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.footer .tel .opening {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.footer .company {
  width: 90%;
  margin-top: 4rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer .company li .in-charge {
  font-size: 12px;
  display: block;
  text-align: left;
}
.footer .company li.daiwa .in-charge {
  margin-left: 70px;
  margin-bottom: 2px;
}
.footer .company li.keio .in-charge {
  margin-bottom: 10px;
}
.footer .company li.sumitomo .in-charge {
  margin-left: 45px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
  /*.footer .guide-nav ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }*/
  .footer .guide-nav li {
  width: 100%;
  }
  .footer .footer-nav {
    width: 100%;
    padding: 0;
    padding-top: 1px;
    background-color: #ccc;
  }
  .footer .footer-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
  .footer .footer-nav li {
    font-size: 12px;
    padding: 0;
    border-right: 0;
  }
  .footer .footer-nav li a,
  .footer .footer-nav li .close {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .footer .footer-nav li .close {
    color: #000;
    opacity: 0.4;
  }
  .footer .footer-nav li a.current {
    background-color: #060a23;
    color: #fff;
  }
  .footer .footer-nav li a.current::after {
    display: none;
  }
  .footer .tel a .number img {
    width: 330px;
    height: auto;
  }
  .footer .company {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  .footer .company li {
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .footer .tel a .opening {
    flex-direction: column;
    gap: 5px;
  }
}
/******************************************************

js-scrollable

******************************************************/
@media screen and (max-width: 480px) {
  .js-scrollable-parent {
    position: relative;
  }
  .js-scrollable-parent::before, .js-scrollable-parent::after {
    content: "";
    display: block;
    width: 20px;
    height: 56px;
    background: url(../images/common/icon_arrow.png) center center/cover no-repeat;
    position: absolute;
    top: 50%;
    z-index: 3;
  }
  .js-scrollable-parent::before {
    left: 2%;
    transform: scale(-1, 1) translateY(-50%);
  }
  .js-scrollable-parent::after {
    right: 2%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 480px) {
  .js-scrollable img {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
  }
  .js-scrollable .scroll-hint-icon {
    width: 200px;
    height: 67px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/common/icon_scroll.png) center center/contain no-repeat;
  }
  .js-scrollable .scroll-hint-icon::before, .js-scrollable .scroll-hint-icon::after {
    content: none;
  }
  .js-scrollable .scroll-hint-icon .scroll-hint-text {
    display: none;
  }
  .js-scrollable.icon_b .scroll-hint-icon {
    background-image: url(../images/common/icon_scroll_b.png);
  }
  .js-scrollable.is-scrollable .scroll-hint-icon {
    opacity: 0;
    animation: blink 1.5s ease-in-out 6 alternate;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

#login #container:not(:has(.main-visual, .main-section)),
#limited #container:not(:has(.main-visual, .main-section)) {
  /*padding-top: 0px;*/
  padding-top: 66px;
}