@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 */ 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; 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; appearance: checkbox; }

[type="radio"] { -webkit-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; 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: 62.5%; }

body { background: #fff; color: #000; font-size: 16px; }

a { color: #000; text-decoration: none; transition: .2s linear; }
a[href*="tel:"] { pointer-events: none; }

.aw { display: inline-block; }

.img { position: relative; }
.img img { width: 100%; height: auto; line-height: 1; }
.img .cap { font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; font-size: 12px; color: #000; position: absolute; right: 5px; bottom: 5px; line-height: 1.12; }
.img .cap.white { color: #fff; color: #fff; text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px; }
.img .cap.out { position: static; display: block; margin-top: 4px; text-align: right; }
.img .cap.box { background-color: rgba(0, 0, 0, 0.64); padding: 2px 3px; color: #fff; right: 0; bottom: 0; }

.note { font-family: "メイリオ", Meiryo, verdana, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif, STHeitiSC-Light; 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: $l-size) { html { font-size: 9px; }
} */
@media screen and (max-width: 768px) { /* html { font-size: 8px; } */
  body { font-size: 14px; }
  a[href*="tel:"] { pointer-events: initial; }
  .sp { display: block !important; }
  .pc { display: none !important; } }
@media screen and (max-width: 600px) { /*  html { font-size: 7px; } */ }
.guide-nav .entry a { background-color: #665600; }
.guide-nav .entry a:hover { background-color: rgba(102, 86, 0, 0.64); }
.guide-nav .login a { background-color: #97810c; }
.guide-nav .login a:hover { background-color: rgba(151, 129, 12, 0.64); }

sup { font-size: 50%; vertical-align: super; }

/******************************************************

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 .2s linear; background-color: rgba(245, 245, 245, 0.4); overflow-y: hidden; /*&.add-bg { background-color: rgba($color: #fff, $alpha: 1);
} */ /*@media screen and (max-width: $l-size){ background-color: rgba(255,255,255,1);
} */ }

.header-inner { display: flex; align-items: center; padding: 15px 30px; position: relative; z-index: 10; }
.header-inner .siteid { font-feature-settings: "palt"; letter-spacing: 0.02em; font-size: 11px; margin-left: 20px; line-height: 1.2; color: #000; }
.header-inner .sitename { order: -1; }
.header-inner .sitename img { height: 21px; }
.header-inner .guide-nav { margin-left: auto; }
.header-inner .guide-nav ul { display: grid; grid-template-columns: repeat(5, auto); }
.header-inner .guide-nav li { display: flex; font-size: 1.6rem; line-height: 1; margin-left: 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 { font-family: "Nunito Sans", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100, "YTLC" 500; display: flex; align-items: center; justify-content: center; position: relative; color: #000; /* &::before { content: ''; //          width: 10px; //          height: 10px; 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 a:hover { opacity: .6; }
.header-inner .guide-nav li.entry { margin-left: 2.4rem; }
.header-inner .guide-nav li.entry a { 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 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 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.entry, .header-inner .guide-nav li.login, .header-inner .guide-nav li.reserve { aspect-ratio: 30/8; }
.header-inner .guide-nav li.entry a, .header-inner .guide-nav li.login a, .header-inner .guide-nav li.reserve a { width: 100%; padding: 8px; color: #fff; }
.header-inner .guide-nav li.entry { width: 14.4rem; }
.header-inner .guide-nav li.entry a .en { display: none; }
.header-inner .guide-nav li.reserve { width: 14.4rem; }
.header-inner .guide-nav li.reserve a .ja { display: none; }
.header-inner .guide-nav li.login { width: 16rem; }
.header-inner .guide-nav li.login a .en { display: none; }

.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(4, 1fr); height: 100%; }
.sp-nav ul li { font-size: 9px; line-height: 1; display: flex; }
.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 { 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.entry { background-color: #665600; }
.sp-nav ul li.entry:hover { background-color: rgba(102, 86, 0, 0.64); }
.sp-nav ul li.login { background-color: #97810c; }
.sp-nav ul li.login:hover { background-color: rgba(151, 129, 12, 0.64); }
.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: 1024px) { .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(3, auto); grid-template-rows: repeat(2, 1fr); grid-auto-flow: column; column-gap: 1.2rem; }
  .header-inner .guide-nav li { margin-left: 0; }
  .header-inner .guide-nav li.entry { grid-row: span 2; margin-left: 1.2rem; /*  a { min-width: 116px; } */ }
  .header-inner .guide-nav li.login { grid-row: span 2; }
  .header-inner .guide-nav li.reserve { grid-row: span 2; /*a { min-width: 116px;
} */ } }
@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: span 2; margin-bottom: 4px; }
  .header-inner .guide-nav li.outline { grid-row: span 2; margin-bottom: 4px; }
  .header-inner .guide-nav li.entry { margin-left: 0; grid-column: 1/2; }
  .header-inner .guide-nav li.login { grid-column: 2/3; }
  .header-inner .guide-nav li.reserve { grid-column: 3/4; } }
@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 { 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 { max-width: 1200px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.global-nav ul div, .global-nav ul li { min-height: 0%; }
.global-nav li { width: auto; font-size: 1.6rem; text-align: center; position: relative; font-feature-settings: "palt"; line-height: 1; padding: 1.2rem 2.4% 0; /*&::before { display: block; content: ''; background-color: rgba($color: #000, $alpha: .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 { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; color: #000; padding: 6px 4px; position: relative; }
.global-nav li a .en, .global-nav li .close .en { font-family: "Nunito Sans", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100, "YTLC" 500; }
.global-nav li a .jp, .global-nav li .close .jp { font-size: 9px; display: none; }
.global-nav li a { transition: opacity .4s linear; }
.global-nav li a:hover, .global-nav li a.current { color: #fff; background-color: #887933;     /*    &::after { content: ''; display: block; aspect-ratio:2/1; width: 12vw; border-radius: 100%;
//          height: 2px; background-color: #b58e1a; position: absolute; left: 50%; top:88%; translate: -50% 0; } */ }
.global-nav li .close { opacity: .4; }
.global-nav li.map, .global-nav li.outline { display: none; }

@media screen and (max-width: 1024px) { .global-nav li { font-size: 14px; padding: 0 2%; } }
@media screen and (max-width: 768px) { .global-nav { background-color: #fff; width: 100%; height: auto; 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; padding: 0;       /*a.current { color: #fff; text-shadow: none;
 &::after { display: none; } } */ }
  .global-nav li a, .global-nav li .close { height: auto; line-height: inherit; padding: 1.2rem 1.6vw 1.6rem; 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; }
  .header-nav .global-nav { position: fixed; right: 0; bottom: 0; z-index: 3; translate: 0 100%; transition: translate 500ms; will-change: translate; } }
body.menu-opened .header-nav .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; /*&: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; padding: 8px 0; }
.bread-list ol { max-width: 1360px; width: 96%; margin: auto; display: flex; flex-wrap: wrap; }
.bread-list ol li { color: #ccc; display: flex; align-items: center; font-size: 14px; }
.bread-list ol li:not(:last-child)::after { content: '\03e'; margin: 0 6px; }
.bread-list ol li a { color: #ccc; }

body.white .bread-list ol li { color: #000; }
body.white .bread-list ol li a { color: #000; }

.common_bg { background-color: #f3f0e8; position: relative; overflow: hidden; }
.common_bg::before { content: ""; display: block; width: 100%; height: 1000%; background: url("../images/share/bg01.png") center top/100% auto repeat-y; position: absolute; top: 0; left: 0; }
.common_bg .cont-wrap { position: relative; z-index: 2; }

.main-visual img { width: 100%; height: auto; }

.page-caption { padding: 6.4rem 0; margin-inline: auto; background-color: #fff; position: relative; z-index: 2; }
.page-caption .inner { width: 90%; max-width: 1000px; margin: 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: 1024px) { .bread-list { top: 100px; } }
@media screen and (max-width: 768px) { #container { padding-bottom: 0 !important; }
  #container { padding-top: 0; }
  #container::before { content: ''; cursor: pointer; position: fixed; left: 0; bottom: 0; z-index: 2; width: 100%; height: calc(100% - 0); visibility: hidden; opacity: 0; transition: 300ms; background: #000; }
  .bread-list { display: none; }
  body.menu-opened #container::before { visibility: visible; opacity: .6; } }
.cont-wrap { color: #3f3500; }
.cont-wrap.nomv { padding-top: 12rem; }
@media screen and (max-width: 768px) { .cont-wrap.nomv { padding-top: 0; } }

.cont-wrap-inner { width: 88%; max-width: 1040px; margin: auto; padding: 4rem 0 8rem; }
@media screen and (max-width: 600px) { .cont-wrap-inner { padding: 2.4rem 0 4rem; } }

.cont-ttl { margin: 4rem auto; text-align: center; line-height: 1; }
.cont-ttl img { width: 100%; height: auto; line-height: 1; }

.main-copy { font-family: "Shippori Mincho B1", serif; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; font-feature-settings: "palt"; font-weight: 600; font-size: 2.4rem; text-align: center; line-height: 1.44; letter-spacing: 0.1em; margin-bottom: 4rem; }
@media screen and (max-width: 600px) { .main-copy { font-size: 2rem; } }

.subcopy { font-family: "Shippori Mincho B1", serif; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; font-feature-settings: "palt"; font-weight: 600; font-size: 2rem; text-align: left; line-height: 1.44; letter-spacing: 0.1em; margin-bottom: 24px; }
@media screen and (max-width: 600px) { .subcopy { font-size: 1.6rem; 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-weight: bolder; font-weight: 600; font-size: 1.64rem; text-align: center; line-height: 2.4; }
@media screen and (max-width: 600px) { .lead { font-size: 1.4rem; line-height: 2; } }

.align-l { text-align: left; }

.align-r { text-align: right; }

/******************************************************

prompt_entry

******************************************************/
.prompt-entry { background-color: #f0edea; padding: 4rem 0; position: relative; z-index: 2; }
.prompt-entry .cont-wrap-inner { padding-bottom: 4rem; }
.prompt-entry .main-copy { text-align: center; }
.prompt-entry .main-copy p { width: auto; display: inline-block; border-bottom: thin solid #665600; }
.prompt-entry .lead, .prompt-entry .note { text-align: center; }
.prompt-entry .guide-nav { margin-inline: auto; padding-top: 2.4rem; }
.prompt-entry .guide-nav ul { max-width: 400px; margin: auto; display: grid; grid-template-columns: 1fr; gap: 30px; }
.prompt-entry .guide-nav li { width: 100%; display: flex; font-size: 2.8rem; letter-spacing: 0.05em; line-height: 1.2; margin-top: 1.6rem; }
.prompt-entry .guide-nav li.outline, .prompt-entry .guide-nav li.map, .prompt-entry .guide-nav li.login { display: none; }
.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 .en { display: none; }
.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%); }
.prompt-entry .entry-flow { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 80%; margin: 4rem auto 0; }
.prompt-entry .entry-flow div, .prompt-entry .entry-flow li { min-height: 0%; }
.prompt-entry .entry-flow .step-box { width: 28%; padding: 2.4rem 0; }
.prompt-entry .entry-flow .step-box .step-head { font-size: 14px; line-height: 1.2; margin: auto auto 0.8rem; text-align: center; }
.prompt-entry .entry-flow .step-box .step-head span { display: inline-block; margin: auto; border-bottom: thin solid #665600; }
.prompt-entry .entry-flow .step-box .subcopy { text-align: center; font-size: 1.8rem; margin-bottom: 1.6rem; }
.prompt-entry .entry-flow .step-box .lead { font-size: 1.4rem; line-height: 1.6; text-align: left; }
.prompt-entry .entry-flow .arrow { width: 2%; position: relative; }
.prompt-entry .entry-flow .arrow::before { content: ""; display: block; width: 100%; height: 100%; background: url("../images/top/icon_arrow01.png") center center/100% 100% no-repeat; position: absolute; top: 0; left: 0; }
@media screen and (max-width: 768px) { .prompt-entry .guide-nav ul { grid-template-columns: 1fr; gap: 15px; }
  .prompt-entry .entry-flow { width: 100%; } }
@media screen and (max-width: 600px) { .prompt-entry { padding: 2.4rem 0; }
  .prompt-entry .guide-nav li { font-size: 2rem; }
  .prompt-entry .guide-nav li a::before { width: 1.2rem; height: 1.2rem; }
  .prompt-entry .entry-flow { margin-top: 2.4rem; }
  .prompt-entry .entry-flow li { width: 100% !important; }
  .prompt-entry .entry-flow .step-box { padding: 1.6rem; }
  .prompt-entry .entry-flow .arrow { padding: 1rem 0; }
  .prompt-entry .entry-flow .arrow::before { background: url("../images/top/icon_arrow02.png") center center/100% 100% no-repeat; } }

/******************************************************

footer

******************************************************/
.footer { font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; font-weight: 300; -webkit-font-smoothing: antialiased; margin-inline: auto; background-color: #fff; position: relative; z-index: 2; }
.footer .guide-nav { width: 90%; max-width: 1000px; margin-inline: auto; }
.footer .guide-nav ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 0 20%; }
.footer .guide-nav li { width: 100%; display: flex; font-size: 2rem; font-feature-settings: "palt"; letter-spacing: 0.05em; line-height: 1.2; }
.footer .guide-nav li.entry a .en, .footer .guide-nav li.login a .en { display: none; }
.footer .guide-nav li.outline, .footer .guide-nav li.map { display: none; }
.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; /*&:hover { filter: brightness(110%);
} */ }
.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 .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: 0.8rem 0; }
.footer .footer-nav li { line-height: 1; font-size: 14px; border-right: 1px solid #bbb; font-feature-settings: "palt"; letter-spacing: 0.02em; padding: 0 2.4%; }
.footer .footer-nav li:last-child { border-right: 0; padding-right: 0; }
.footer .footer-nav li.outline, .footer .footer-nav li.map { display: block; }
.footer .footer-nav li a { text-decoration: none; padding: 5px 0; background-color: #fff; position: relative; }
.footer .footer-nav li a:hover, .footer .footer-nav li a.current { color: #b58e1a; /* &::after { display: block; content: ''; width: 100%; height: 2px; */ /*  background-color: #000; position: absolute; left: 0; bottom: -2px; */ /*    border-radius: 0px
} */ }
.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 .contact { background-color: #5b5124; padding: 2.4rem 0; margin-top: 1.6rem; }
.footer .tel { font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; width: 90%; font-size: 14px; font-weight: normal; line-height: 1; margin-inline: auto; display: flex; flex-direction: column; text-align: center; gap: 15px; color: #fff; }
.footer .tel a { /*      display: flex; flex-direction: column; text-align: center; gap: 15px; */ color: #fff; }
.footer .tel .title { font-size: 16px; letter-spacing: 0.05em; line-height: 1.2; }
.footer .tel .number { width: 88%; max-width: 640px; margin: 0.8rem auto; }
.footer .tel .number img { width: 100%; height: auto; line-height: 1; }
.footer .tel .opening { display: flex; justify-content: center; gap: 10px; font-size: 15px; letter-spacing: 0.05em; }
.footer .company-container { background-color: #fff; padding: 4rem 0 6.4rem; }
.footer .company { width: 90%; margin-inline: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; gap: 32px; }
.footer .company div, .footer .company li { min-height: 0%; }
.footer .company li { /*align-items: center;
align-content: center; */ margin-right: 5%; }
.footer .company li:last-of-type { margin-right: 0; }
.footer .company li img { width: 100%; height: auto; line-height: 1; vertical-align: middle; align-self: center; }
.footer .company li .in-charge { font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; font-size: 12px; display: block; text-align: center; margin-bottom: 8px; color: #2B2100; }
.footer .company li.daiwa { width: 21.4912280702%; /*.in-charge { margin-left: 70px; margin-bottom: 2px;
} */ }
.footer .company li.daiwa img { aspect-ratio: 294/66; }
.footer .company li.tatemono { width: 16.8128654971%; /*.in-charge { margin-bottom: 10px;
} */ }
.footer .company li.tatemono img { aspect-ratio: 230/40; }
.footer .company li.keisei { width: 17.6900584795%; /*.in-charge { margin-left: 45px; margin-bottom: 10px;
} */ }
.footer .company li.keisei img { aspect-ratio: 242/34; }
.footer .company li a { display: flex; flex-direction: column; width: 100%; }
.footer .company li a:hover { opacity: 0.72; }

@media screen and (max-width: 1200px) { .footer .footer-nav .global-nav li { padding: 0 2%; } }
@media screen and (max-width: 1024px) { .footer .footer-nav .global-nav li { padding: 0 1.6%; }
  .footer .company { gap: 40px; }
  .footer .company li img { width: 100%; }
  .footer .company li .in-charge { display: block; margin-bottom: 8px; } }
@media screen and (max-width: 768px) { .footer .guide-nav ul { grid-template-columns: 1fr; gap: 15px; }
  .footer .contact { margin-top: 0; }
  .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; padding: 0; }
  .footer .footer-nav li { font-size: 12px; padding: 0; border-right: 0; background-color: #fff;         /*a.current { color: #fff;
 &::after { display: none; } } */ }
  .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: .4; }
  .footer .footer-nav li a.current::after, .footer .footer-nav li a:hover::after { top: auto; bottom: 0; height: 4px; } }
@media screen and (max-width: 600px) { .footer .guide-nav ul { padding: 0; }
  .footer .tel .number { width: 100%; }
  .footer .tel .opening { flex-direction: column; gap: 5px; }
  .footer .company-container { padding: 2.4rem 0; }
  .footer .company { flex-direction: column; justify-content: center; gap: 10px; margin-top: 20px; }
  .footer .company li { margin-left: auto; margin-right: auto; /* img{ width: auto; //  height: 56px !important; height: clamp(32px,48px,64px) !important; //  max-height: 56px; } */ /*    .in-charge{ display: inline-block; } */ }
  .footer .company li:last-of-type { margin-right: auto; }
  .footer .company li.daiwa { width: 68.3720930233%; }
  .footer .company li.tatemono { width: 53.023255814%; }
  .footer .company li.keisei { width: 56.2790697674%; } }
.bnr_instagram { width: 90%; max-width: 1000px; margin: 0 auto 4rem; }
.bnr_instagram a:hover { filter: brightness(105%); }
.bnr_instagram img { width: 100%; height: auto; }
@media screen and (max-width: 600px) { .bnr_instagram { margin: 2rem auto 0; padding-bottom: 4rem; } }

/******************************************************

js-scrollable

******************************************************/
@media screen and (max-width: 600px) { .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: 600px) { .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; -webkit-animation: blink 1.5s ease-in-out 6 alternate; -moz-animation: blink 1.5s ease-in-out 6 alternate; animation: blink 1.5s ease-in-out 6 alternate; }
  @-webkit-keyframes blink { 0% { opacity: 0; }
    100% { opacity: 1; } }
  @-moz-keyframes blink { 0% { opacity: 0; }
    100% { opacity: 1; } }
  @keyframes blink { 0% { opacity: 0; }
    100% { opacity: 1; } } }

#login #container, #limited #container { padding-top: 0px; }
