@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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; }

/******************************************************

base

******************************************************/
html {
  font-size: 10px; }

body {
  background: #fff;
  color: #111;
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 0px; } }

a {
  color: #3e3d3c;
  text-decoration: none;
  transition: .2s linear; }
  a[href*="tel:"] {
    pointer-events: none; }

.aw {
  display: inline-block; }

.note {
  font-size: 12px;
  line-height: 1.6;
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }

.sp {
  display: none !important; }

#allWrapper {
  overflow: hidden;
  position: relative; }

#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: 1121px) {
  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: 400px) {
  html {
    font-size: 7.5px; } }
/**@media screen and (max-width: $xs-size) {
	html {
		font-size: 7px;
	}
}**/
/******************************************************

header

******************************************************/
.header {
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  transition: background-color .2s linear; }
  @media screen and (max-width: 768px) {
    .header {
      position: inherit;
      top: inherit; } }

.header-inner {
  position: relative;
  height: 85px;
  transition: 1s background; }
  .header-inner .siteid {
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 28px;
    left: 320px;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (max-width: 1260px) {
      .header-inner .siteid {
        display: none; } }
  .header-inner .sitename {
    position: absolute;
    top: 30px;
    left: 50px; }
    .header-inner .sitename a {
      display: block;
      filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(108deg) brightness(106%) contrast(101%); }
    .header-inner .sitename .img {
      width: auto;
      height: 23px; }
    @media screen and (max-width: 768px) {
      .header-inner .sitename {
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        width: 70%;
        max-width: 26rem; }
        .header-inner .sitename .img {
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 768px) {
      .header-inner .sitename a {
        filter: invert(21%) sepia(22%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(98%); } }
  .header-inner .head-nav {
    position: absolute;
    right: 100px;
    top: 23px; }
    .header-inner .head-nav ul {
      display: flex;
      align-items: center; }
      .header-inner .head-nav ul li.map, .header-inner .head-nav ul li.outline {
        margin-right: 2.5rem; }
        .header-inner .head-nav ul li.map a, .header-inner .head-nav ul li.outline a {
          color: #fff;
          font-size: 1.6rem;
          font-family: "adobe-garamond-pro", serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0.2rem; }
      .header-inner .head-nav ul li.entry a, .header-inner .head-nav ul li.members a {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 0.3rem;
        position: relative;
        transition: 0.5s filter; }
        .header-inner .head-nav ul li.entry a .kana, .header-inner .head-nav ul li.members a .kana {
          text-align: center;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          line-height: 1.1;
          font-size: 1.4rem;
          white-space: nowrap; }
        .header-inner .head-nav ul li.entry a:hover, .header-inner .head-nav ul li.members a:hover {
          filter: brightness(1.2); }
      .header-inner .head-nav ul li.entry {
        width: 17rem;
        margin-right: 1rem; }
        .header-inner .head-nav ul li.entry a {
          background: linear-gradient(to bottom, #fff, #c3b992);
          color: #5a5743; }
          .header-inner .head-nav ul li.entry a:before, .header-inner .head-nav ul li.entry a:after {
            background: #5a5743; }
          .header-inner .head-nav ul li.entry a .kana {
            color: #5a5743; }
      .header-inner .head-nav ul li.members {
        width: 17rem; }
        .header-inner .head-nav ul li.members a {
          background: linear-gradient(to bottom, #fff, #b0b7c4);
          color: #2b3a56; }
          .header-inner .head-nav ul li.members a:before, .header-inner .head-nav ul li.members a:after {
            background: #2b3a56; }
          .header-inner .head-nav ul li.members a .kana {
            color: #2b3a56; }
            .header-inner .head-nav ul li.members a .kana b {
              display: block;
              font-weight: lighter;
              font-size: 1rem; }
    @media screen and (max-width: 768px) {
      .header-inner .head-nav {
        display: none; } }
  @media screen and (max-width: 768px) {
    .header-inner {
      height: 60px; } }

#sp-menu {
  position: fixed;
  top: 23px;
  right: 0px;
  width: 100px;
  height: 40px;
  z-index: 99999 !important;
  padding: 5px;
  cursor: pointer; }
  #sp-menu .nav-switch {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; }
    #sp-menu .nav-switch * {
      min-height: 0%; }
    #sp-menu .nav-switch .icon, #sp-menu .nav-switch::before, #sp-menu .nav-switch::after {
      background-color: #fff;
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      position: absolute;
      top: 15px;
      left: calc(50% - 20px); }
    #sp-menu .nav-switch::before {
      transform: translateY(10px); }
    #sp-menu .nav-switch::after {
      transform: translateY(-10px); }
  @media screen and (max-width: 768px) {
    #sp-menu {
      background: #fff;
      border-radius: 0.3rem; }
      #sp-menu .nav-switch .icon, #sp-menu .nav-switch::before, #sp-menu .nav-switch::after {
        background-color: #333; } }
  @media screen and (max-width: 768px) {
    #sp-menu {
      top: 87px;
      width: 60px;
      right: 1.5rem; }
      #sp-menu .nav-switch .icon, #sp-menu .nav-switch::before, #sp-menu .nav-switch::after {
        width: 40px;
        left: calc(50% - 20px); } }

body.menu-opened #sp-menu .nav-switch .icon {
  transform: scaleX(0); }
body.menu-opened #sp-menu .nav-switch::before, body.menu-opened #sp-menu .nav-switch::after {
  background-color: #333; }
body.menu-opened #sp-menu .nav-switch::before {
  transform: rotate(20deg) scaleX(1.2) translate(0, 0); }
body.menu-opened #sp-menu .nav-switch::after {
  transform: rotate(-20deg) scaleX(1.2) translate(0, 0); }

body.scrollBody .header-inner {
  background: rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 768px) {
  body.scrollBody #sp-menu {
    transition: 0.5s;
    top: 8px; } }

/******************************************************

global nav

******************************************************/
.global-nav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  width: 100%;
  height: auto;
  translate: 100% -50%;
  transition: translate 500ms;
  will-change: translate;
  contain: paint;
  background: #f3f1ed url("../images/common/nav-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden; }
  .global-nav .global-position {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .global-nav .global-position .global-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 85%;
      max-width: 900px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between;
      overflow: hidden; }
      .global-nav .global-position .global-inner ul.gl-left {
        width: 47%;
        margin-right: 10%; }
      .global-nav .global-position .global-inner ul.gl-right {
        width: 43%; }
      .global-nav .global-position .global-inner ul.gl-left, .global-nav .global-position .global-inner ul.gl-right {
        text-align: left;
        font-size: 4rem;
        line-height: 1;
        color: #3e3d3c; }
        .global-nav .global-position .global-inner ul.gl-left li, .global-nav .global-position .global-inner ul.gl-right li {
          margin-bottom: 2.2rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          .global-nav .global-position .global-inner ul.gl-left li a, .global-nav .global-position .global-inner ul.gl-left li p, .global-nav .global-position .global-inner ul.gl-right li a, .global-nav .global-position .global-inner ul.gl-right li p {
            display: flex;
            padding-bottom: 2rem;
            align-items: center;
            transition: 0.5s; }
            .global-nav .global-position .global-inner ul.gl-left li a .en-txt, .global-nav .global-position .global-inner ul.gl-left li p .en-txt, .global-nav .global-position .global-inner ul.gl-right li a .en-txt, .global-nav .global-position .global-inner ul.gl-right li p .en-txt {
              font-size: 1rem;
              display: block;
              order: 2;
              font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
              font-weight: 400;
              font-style: normal;
              letter-spacing: 0.1rem;
              transition: 0.5s; }
            .global-nav .global-position .global-inner ul.gl-left li a .kana-txt, .global-nav .global-position .global-inner ul.gl-left li p .kana-txt, .global-nav .global-position .global-inner ul.gl-right li a .kana-txt, .global-nav .global-position .global-inner ul.gl-right li p .kana-txt {
              font-size: 2.3rem;
              order: 1;
              margin-right: 1.5rem;
              letter-spacing: 0.3rem;
              transition: 0.5s; }
          .global-nav .global-position .global-inner ul.gl-left li a:hover, .global-nav .global-position .global-inner ul.gl-right li a:hover {
            transform: translateX(5%); }
            .global-nav .global-position .global-inner ul.gl-left li a:hover .en-txt, .global-nav .global-position .global-inner ul.gl-right li a:hover .en-txt {
              color: #3b588d; }
            .global-nav .global-position .global-inner ul.gl-left li a:hover .kana-txt, .global-nav .global-position .global-inner ul.gl-right li a:hover .kana-txt {
              color: #3b588d; }
          .global-nav .global-position .global-inner ul.gl-left li a.current, .global-nav .global-position .global-inner ul.gl-right li a.current {
            transform: translateX(5%); }
            .global-nav .global-position .global-inner ul.gl-left li a.current .en-txt, .global-nav .global-position .global-inner ul.gl-right li a.current .en-txt {
              color: #3b588d; }
            .global-nav .global-position .global-inner ul.gl-left li a.current .kana-txt, .global-nav .global-position .global-inner ul.gl-right li a.current .kana-txt {
              color: #3b588d; }
          @media screen and (max-width: 500px) {
            .global-nav .global-position .global-inner ul.gl-left li, .global-nav .global-position .global-inner ul.gl-right li {
              margin-bottom: 1.8rem; } }
          .global-nav .global-position .global-inner ul.gl-left li.outline, .global-nav .global-position .global-inner ul.gl-left li.map, .global-nav .global-position .global-inner ul.gl-right li.outline, .global-nav .global-position .global-inner ul.gl-right li.map {
            font-size: 1.8rem;
            position: relative;
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0rem; }
          .global-nav .global-position .global-inner ul.gl-left li.map, .global-nav .global-position .global-inner ul.gl-right li.map {
            margin-top: 5rem; }
          .global-nav .global-position .global-inner ul.gl-left li .soon, .global-nav .global-position .global-inner ul.gl-right li .soon {
            opacity: 0.25; }
        @media screen and (max-width: 900px) {
          .global-nav .global-position .global-inner ul.gl-left, .global-nav .global-position .global-inner ul.gl-right {
            font-size: 3rem; } }
      @media screen and (max-width: 768px) {
        .global-nav .global-position .global-inner ul.gl-left {
          width: 80%;
          margin-right: 20%; }
        .global-nav .global-position .global-inner ul.gl-right {
          width: 80%;
          margin-bottom: 0rem;
          margin-right: 20%; }
        .global-nav .global-position .global-inner ul.gl-left li, .global-nav .global-position .global-inner ul.gl-right li {
          margin-bottom: 1.4rem; }
          .global-nav .global-position .global-inner ul.gl-left li a, .global-nav .global-position .global-inner ul.gl-left li p, .global-nav .global-position .global-inner ul.gl-right li a, .global-nav .global-position .global-inner ul.gl-right li p {
            padding-bottom: 1rem; }
            .global-nav .global-position .global-inner ul.gl-left li a .en-txt, .global-nav .global-position .global-inner ul.gl-left li p .en-txt, .global-nav .global-position .global-inner ul.gl-right li a .en-txt, .global-nav .global-position .global-inner ul.gl-right li p .en-txt {
              font-size: 1rem; }
            .global-nav .global-position .global-inner ul.gl-left li a .kana-txt, .global-nav .global-position .global-inner ul.gl-left li p .kana-txt, .global-nav .global-position .global-inner ul.gl-right li a .kana-txt, .global-nav .global-position .global-inner ul.gl-right li p .kana-txt {
              font-size: 2rem; }
          .global-nav .global-position .global-inner ul.gl-left li.map, .global-nav .global-position .global-inner ul.gl-right li.map {
            margin-top: 2rem; }
          .global-nav .global-position .global-inner ul.gl-left li.outline, .global-nav .global-position .global-inner ul.gl-right li.outline {
            margin-top: 1rem; } }
      .global-nav .global-position .global-inner .conversion-btn {
        width: 100%;
        max-width: 760px;
        padding-top: 2rem; }
        @media screen and (max-width: 768px) {
          .global-nav .global-position .global-inner .conversion-btn {
            padding-top: 1rem; }
            .global-nav .global-position .global-inner .conversion-btn li {
              margin-top: 1.5rem; } }

body.menu-opened .global-nav {
  translate: 0 -50%; }

/******************************************************

container

******************************************************/
#allWrapper #container {
  width: auto !important;
  max-width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative; }
  #allWrapper #container .breadcrumb {
    position: absolute;
    top: 85px;
    left: 5rem;
    z-index: 5;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 0.3rem; }
    #allWrapper #container .breadcrumb .bread-list ol {
      display: flex;
      flex-wrap: wrap; }
      #allWrapper #container .breadcrumb .bread-list ol li {
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 1.3rem;
        font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        letter-spacing: 0.2rem; }
        #allWrapper #container .breadcrumb .bread-list ol li:not(:last-child)::after {
          content: '\03e';
          margin: 0 6px; }
        #allWrapper #container .breadcrumb .bread-list ol li a {
          color: #fff; }
    @media screen and (max-width: 1160px) {
      #allWrapper #container .breadcrumb .bread-list ol li {
        font-size: 12px; } }
    @media screen and (max-width: 1000px) {
      #allWrapper #container .breadcrumb .bread-list ol li {
        font-size: 10px; } }
    @media screen and (max-width: 768px) {
      #allWrapper #container .breadcrumb {
        display: none; } }

/******************************************************

allcontents

******************************************************/
.allcontents {
  background: #eae8e3;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 5rem; }
  .allcontents .slide-name {
    text-align: center;
    color: #a8a082;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    line-height: 1.4; }
  .allcontents .slide-common {
    padding: 5rem 0 1rem;
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1360px;
    width: 90%;
    margin: auto; }
    .allcontents .slide-common li {
      padding: 0 1.5rem;
      box-sizing: border-box;
      width: 32%;
      margin-bottom: 6rem;
      margin-right: 2%; }
      .allcontents .slide-common li:nth-child(3n) {
        margin-right: 0; }
      .allcontents .slide-common li a {
        display: block;
        background: #fff;
        padding: 3rem 3rem 0 3rem; }
        .allcontents .slide-common li a .img {
          display: block;
          position: relative; }
          .allcontents .slide-common li a .img img {
            position: relative;
            z-index: 0;
            filter: brightness(0.5) saturate(0%);
            transition: 0.5s filter; }
          .allcontents .slide-common li a .img .s-note {
            text-align: right;
            position: absolute;
            z-index: 3;
            top: 0.5rem;
            right: 0.7rem;
            line-height: 1.4;
            color: #fff;
            font-size: 1.3rem;
            text-shadow: 0 0 3px #000,0 0 6px #000,0 0 6px #000; }
          .allcontents .slide-common li a .img .en-name {
            text-align: center;
            position: absolute;
            z-index: 2;
            left: 0;
            bottom: 8%;
            right: 0;
            font-size: 2rem;
            letter-spacing: 0.4rem;
            color: #fff;
            line-height: 1.4; }
        .allcontents .slide-common li a .kana-name {
          display: block;
          text-align: center;
          font-size: 1.8rem;
          color: #2b3a56;
          line-height: 1.4;
          padding: 1.3rem 0 1rem;
          border-bottom: 1px solid #eae8e3; }
        .allcontents .slide-common li a .more {
          display: block;
          text-align: center;
          font-size: 1.5rem;
          color: #2b3a56;
          line-height: 1.4;
          padding: 1.3rem 0 1rem;
          position: relative; }
          .allcontents .slide-common li a .more .arrow:before, .allcontents .slide-common li a .more .arrow:after {
            position: absolute;
            content: "";
            background: #2b3a56; }
          .allcontents .slide-common li a .more .arrow:before {
            height: 1px;
            width: 1.5rem;
            top: 50%;
            right: 10%; }
          .allcontents .slide-common li a .more .arrow:after {
            height: 1px;
            width: 0.5rem;
            top: 50%;
            right: 10%;
            transform: translateX(25%) translateY(-150%) rotate(45deg); }
        .allcontents .slide-common li a:hover .img img {
          filter: brightness(1.1) saturate(150%); }
    @media screen and (max-width: 1000px) {
      .allcontents .slide-common li {
        width: 48%;
        margin-right: 4%; }
        .allcontents .slide-common li:nth-child(3n) {
          margin-right: 4%; }
        .allcontents .slide-common li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .allcontents .slide-common {
        padding-bottom: 3rem; }
        .allcontents .slide-common li {
          padding: 0 0;
          margin-bottom: 2rem; }
          .allcontents .slide-common li a {
            padding: 1.5rem 1.5rem 0 1.5rem; }
            .allcontents .slide-common li a .img .en-name {
              font-size: 3.2vw;
              letter-spacing: 0.4vw; } }

/******************************************************

txt-link

******************************************************/
.txt-link {
  background: #fff;
  padding-bottom: 5rem; }
  .txt-link ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .txt-link ul li {
      font-size: 1.4rem;
      line-height: 1.4;
      margin: 2.5rem 2rem 0 2rem; }
      .txt-link ul li a {
        color: #000; }
        .txt-link ul li a.current, .txt-link ul li a:hover {
          color: #2b3a56;
          text-decoration: underline; }
      .txt-link ul li .soon {
        color: #ccc; }
  @media screen and (max-width: 600px) {
    .txt-link {
      padding-bottom: 0;
      border-top: 1px solid #ccc; }
      .txt-link ul {
        width: 100%; }
        .txt-link ul li {
          width: 50%;
          margin: 0;
          border-bottom: 1px solid #ccc;
          border-right: 1px solid #ccc;
          font-size: 1.5rem; }
          .txt-link ul li a, .txt-link ul li p {
            display: block;
            width: 100%;
            height: 4.8rem;
            position: relative; }
            .txt-link ul li a .kana-txt, .txt-link ul li p .kana-txt {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              white-space: nowrap; } }

.conversion-btn {
  margin: auto;
  max-width: 78rem; }
  .conversion-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .conversion-btn ul li {
      width: 100%;
      max-width: 36rem;
      margin: auto;
      margin-top: 2rem; }
      .conversion-btn ul li a {
        display: block;
        position: relative;
        width: 100%;
        height: 7.5rem;
        border-radius: 0.4rem;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
        transition: 0.5s filter; }
        .conversion-btn ul li a .bana-txt {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .conversion-btn ul li a .bana-txt .en {
            font-size: 2.2rem;
            display: block;
            text-align: center;
            line-height: 1.1;
            white-space: nowrap; }
          .conversion-btn ul li a .bana-txt .kana {
            font-size: 1.2rem;
            display: block;
            text-align: center;
            line-height: 1.3;
            white-space: nowrap; }
        .conversion-btn ul li a:hover {
          filter: brightness(1.1); }
        .conversion-btn ul li a:before, .conversion-btn ul li a:after {
          position: absolute;
          content: ""; }
        .conversion-btn ul li a:before {
          height: 1px;
          width: 1.5rem;
          top: 50%;
          right: 10%; }
        .conversion-btn ul li a:after {
          height: 1px;
          width: 0.5rem;
          top: 50%;
          right: 10%;
          transform: translateX(25%) translateY(-150%) rotate(45deg); }
      .conversion-btn ul li.entry a {
        background: linear-gradient(to bottom, #fff, #c3b992);
        color: #5a5743; }
        .conversion-btn ul li.entry a:before, .conversion-btn ul li.entry a:after {
          background: #5a5743; }
      .conversion-btn ul li.members a {
        background: linear-gradient(to bottom, #fff, #b0b7c4);
        color: #2b3a56; }
        .conversion-btn ul li.members a:before, .conversion-btn ul li.members a:after {
          background: #2b3a56; }

.footer-conversion {
  background: #fff;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .footer-conversion .conversion-btn {
    width: 90%; }
  @media screen and (max-width: 600px) {
    .footer-conversion {
      padding-bottom: 5rem; } }

/******************************************************

footer

******************************************************/
.page-caption {
  background: #efefef;
  padding: 4rem 0; }
  .page-caption .note {
    font-size: 1.4rem;
    color: #3e3d3c;
    text-align: left;
    line-height: 1.6;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
    .page-caption .note a {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .page-caption .note {
      font-size: 1.4rem; } }

.footer {
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal;
  background: #3b414c; }
  .footer .tel {
    width: 90%;
    font-size: 1.4rem;
    font-weight: normal;
    margin: auto;
    padding: 4rem 0;
    font-feature-settings: "palt"; }
    .footer .tel a {
      display: flex;
      text-align: left;
      justify-content: center;
      align-items: center;
      color: #fff;
      line-height: 1.6; }
    .footer .tel .number {
      width: 90%;
      max-width: 46.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      margin-left: 2rem;
      margin-right: 2rem; }
      .footer .tel .number .img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 1000px) {
    .footer .tel a {
      display: block;
      text-align: center; }
      .footer .tel a .number {
        margin: auto;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
      .footer .tel a br {
        display: none; } }

.company-logo {
  padding-bottom: 4rem !important;
  background: #fff;
  padding-top: 3rem; }
  .company-logo ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .company-logo ul li {
      display: flex;
      align-items: center;
      margin-top: 1.5rem;
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
      .company-logo ul li p {
        font-size: 1.4rem; }
      .company-logo ul li a {
        margin-left: 1rem; }
        .company-logo ul li a img {
          width: auto;
          height: 6rem; }
  @media screen and (max-width: 768px) {
    .company-logo {
      padding-top: 2rem;
      padding-bottom: 3rem !important; } }

/******************************************************

sp-nav

******************************************************/
.sp-nav {
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 13;
  border-top: 1px solid #ddd; }
  .sp-nav ul {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(4, 1fr);
    height: 100%; }
    .sp-nav ul li {
      font-size: 9px;
      line-height: 1;
      display: flex;
      border-right: 1px solid #ddd; }
      .sp-nav ul li a {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding: 5px 0; }
      .sp-nav ul li a {
        color: #3e3d3c;
        background: #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 {
        border-right: none; }
        .sp-nav ul li.entry a {
          background: linear-gradient(to bottom, #fff, #c3b992);
          color: #5a5743; }
          .sp-nav ul li.entry a:before, .sp-nav ul li.entry a:after {
            background: #5a5743; }
      .sp-nav ul li.reserved a {
        background: #ded296; }
      .sp-nav ul li.map, .sp-nav ul li.outline {
        background: #33332D;
        color: #fff; }
  @media screen and (max-width: 768px) {
    .sp-nav {
      display: block; } }

/******************************************************

other

******************************************************/
.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative; }
  .img .note {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    right: 1rem;
    bottom: 0.8rem;
    text-align: right;
    font-feature-settings: "palt" !important;
    font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0 0 3px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000; }
  .img .b {
    color: #000;
    text-shadow: none !important; }
  .img .w {
    color: #fff; }
  .img .l {
    right: auto;
    left: 1rem;
    text-align: left; }
  .img .out {
    color: #000;
    right: 0;
    top: 100%;
    bottom: inherit;
    padding-top: 0.8rem;
    text-shadow: none !important; }

.inner {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 8rem 0; }

.en {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em; }

.midashi {
  font-size: 3.4rem;
  line-height: 1.6;
  letter-spacing: 1rem;
  font-feature-settings: "palt";
  font-weight: lighter;
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }
  .midashi.center {
    text-align: center; }
  @media screen and (max-width: 500px) {
    .midashi {
      font-size: 6.5vw;
      letter-spacing: 1.3vw; } }

.lead {
  font-size: 1.6rem;
  line-height: 2.5;
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
  font-weight: 400;
  font-style: normal; }
  .lead.center {
    text-align: center;
    margin-top: 4rem; }
  @media screen and (max-width: 500px) {
    .lead {
      font-size: 2rem; } }

#container sup {
  font-size: 50%;
  top: -1em; }

/******************************************************

page main name

******************************************************/
.page-main {
  position: relative;
  overflow: hidden; }
  .page-main .img {
    display: block; }
  .page-main .main-name {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .page-main .main-name {
        top: 40%; } }
    .page-main .main-name .kana-main {
      font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝','Noto Serif JP',  serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      font-size: 3.2rem;
      line-height: 1.3;
      letter-spacing: 1.4rem;
      font-feature-settings: "palt";
      text-align: center; }
    .page-main .main-name .en-main {
      font-family: "adobe-garamond-pro", serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      text-align: center;
      font-size: 2rem;
      line-height: 1.4;
      letter-spacing: 0.8rem;
      margin-top: 3rem;
      text-align: center; }
    .page-main .main-name .main-name-effect {
      overflow: hidden; }
      .page-main .main-name .main-name-effect .main-name-inner {
        transform: translateY(100%);
        transition: 1.0s ease 0s transform;
        line-height: 1; }
      .page-main .main-name .main-name-effect.aos-animate .main-name-inner {
        padding: 0.5rem 1rem;
        transform: translateY(0%);
        transition-delay: 1s; }
  .page-main .scroll-position {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.6rem; }
  .page-main .scroll {
    margin-top: 30px;
    position: relative;
    width: fit-content;
    /* アニメーション */ }
    .page-main .scroll::before {
      animation: 2s scroll infinite;
      background: #fff;
      border-radius: 3px;
      content: "";
      height: 10px;
      left: 50%;
      margin: auto;
      position: absolute;
      width: 4px;
      transform: translateX(-50%) translateY(50%); }
    .page-main .scroll::after {
      border: 2px solid #fff;
      border-radius: 20px;
      content: "";
      display: block;
      height: 50px;
      margin-inline: auto;
      margin-top: 10px;
      width: 30px; }
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 70%; } }
.instagram-bg {
  background: #fff;
  padding: 0.1rem; }

.bnr_instagram {
  width: 90%;
  max-width: 1000px;
  margin: 0rem auto;
  padding-bottom: 180px !important; }
  .bnr_instagram a:hover {
    filter: brightness(105%); }
  .bnr_instagram img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .bnr_instagram {
      margin: 0rem auto;
      padding-bottom: 4rem !important; } }
