@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=M+PLUS+2:wght@100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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: 1em;
  /* 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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 */ }

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ゴシック */
/* 明朝体 */
/* 英語 */
/*theme color*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth; }

body {
  position: relative;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.025em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.open {
    overflow: hidden;
    height: 100%; }

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: calc(100vw / 70); } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: inline; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 767px) {
    br.brsp {
      display: inline; } }

@media screen and (max-width: 767px) {
  br.brpc {
    display: none; } }

.inner {
  margin: 0 auto;
  padding: 0 3.75rem;
  width: min(100%, 1320px);
  /*width: min(100%,1560px);*/ }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 1.25rem; } }

section {
  position: relative;
  /*padding: max(2.0rem,3.75vw) 0;*/
  padding: max(2.5rem, 4.1666vw) 0; }
  @media screen and (max-width: 767px) {
    section {
      padding: 2.5rem 0; } }

a.btn-link {
  position: relative;
  display: inline-block;
  padding: 1.5em 2em;
  min-width: 280px;
  color: #222;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  /*background: #fff;*/
  border: 1px solid #222;
  transition: .3s;
  z-index: 1;
  /*width: 33px;*/
  /*height: 60px;*/ }
  a.btn-link:before, a.btn-link:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 1.0rem;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #222;
    transform-origin: calc(100% - 0.5px) 50%; }
  a.btn-link:before {
    transform: rotate(45deg); }
  a.btn-link:after {
    transform: rotate(-45deg); }
  a.btn-link:hover {
    color: #222;
    box-shadow: 6px 6px 0px #222; }
  @media screen and (max-width: 767px) {
    a.btn-link {
      font-size: .9em;
      padding: 1.0em 2em; } }

a {
  color: #222;
  text-decoration: none;
  transition: .2s; }
  a:hover {
    color: #cab551;
    transition: .2s; }
    a:hover img {
      opacity: .85;
      transition: .2s; }

@media screen and (max-width: 767px) {
  .pcblock {
    display: none !important; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .spblock {
      display: block !important; } }

@media screen and (max-width: 767px) {
  .spnone {
    display: none; } }
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/*sns*/
ul.sns-nav__ul {
  display: flex;
  margin: 0; }
  ul.sns-nav__ul li {
    margin-right: 8px;
    list-style: none; }
    ul.sns-nav__ul li:last-child {
      margin-right: 0; }
    ul.sns-nav__ul li a {
      display: block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      background: #000;
      border-radius: 50%;
      /*sns*/
      /*fb*/
      /*tw*/
      /*insta*/
      /*fb*/ }
      ul.sns-nav__ul li a.fb {
        background: #3c5998; }
      ul.sns-nav__ul li a.tw {
        background: #1DA1F2; }
      ul.sns-nav__ul li a.in {
        position: relative;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden; }
        ul.sns-nav__ul li a.in::before {
          content: '';
          position: absolute;
          top: 11px;
          left: -9px;
          width: 28px;
          height: 28px;
          background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
          background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }
        ul.sns-nav__ul li a.in i {
          position: relative;
          z-index: 2; }
      ul.sns-nav__ul li a.yt {
        background: #cd201f; }

/*flex*/
ul.ul-flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.ul-flex {
      display: block; } }
  ul.ul-flex li {
    width: calc((100% / 3) - 1.5rem);
    margin-right: 2.25rem;
    margin-bottom: 2.25rem; }
    @media screen and (max-width: 767px) {
      ul.ul-flex li {
        width: 100%;
        margin-right: 0; } }
    ul.ul-flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul-flex li a {
      display: block; }
      ul.ul-flex li a div.img {
        position: relative;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        ul.ul-flex li a div.img img {
          display: block;
          width: 100%;
          vertical-align: bottom;
          object-fit: cover;
          transform: scale(1);
          transition: .5s ease-in-out; }
      ul.ul-flex li a div.txt div.title {
        margin-top: 1em;
        font-weight: bold;
        line-height: 1.5; }
      ul.ul-flex li a div.txt div.date {
        padding-top: .75em; }
        ul.ul-flex li a div.txt div.date time {
          font-size: .9em; }
      ul.ul-flex li a:hover div.img img {
        opacity: 1;
        transform: scale(1.15);
        transition: .5s ease-in-out; }

/*news_txt*/
ul.ul_newstxt li {
  border-top: 1px solid #cab551; }
  @media screen and (max-width: 767px) {
    ul.ul_newstxt li {
      display: block; } }
  ul.ul_newstxt li:last-child {
    border-bottom: 1px solid #cab551; }
  ul.ul_newstxt li a {
    display: flex;
    padding: 1.25em;
    transition: .2s;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.ul_newstxt li a {
        /*display: block;*/
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        padding: 1.0em 0; } }
    ul.ul_newstxt li a:hover {
      /* color: $tcolor;
       background: #f5f4ef;*/
      transition: .2s; }
    ul.ul_newstxt li a div.date {
      /*width: 18.5rem;*/
      width: 8.125rem; }
      ul.ul_newstxt li a div.date time {
        /*margin-right: 1.0rem;*/ }
        @media screen and (max-width: 1024px) {
          ul.ul_newstxt li a div.date time {
            /*margin-right: .65rem;*/ } }
      @media screen and (max-width: 1024px) {
        ul.ul_newstxt li a div.date {
          width: 7.5rem; } }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.date {
          font-size: .8em;
          width: 6.25rem;
          /*width: 100%;*/ } }
    ul.ul_newstxt li a div.title {
      width: calc(100% - 15.625em);
      /*margin-right: 1.5rem;*/
      padding: 0 1.75rem 0 1.75rem; }
      @media screen and (max-width: 1024px) {
        ul.ul_newstxt li a div.title {
          /*margin-right: .75rem;*/ } }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.title {
          margin-top: .5em;
          width: 100%;
          padding: 0; } }
    ul.ul_newstxt li a div.cat {
      min-width: 7.5rem;
      background: #cab551;
      color: #fff;
      font-size: .85rem;
      display: inline-block;
      /*padding: .25rem;*/
      padding: 0;
      text-align: center;
      line-height: 30px;
      height: 30px; }
      @media screen and (max-width: 1366px) {
        ul.ul_newstxt li a div.cat {
          font-size: .9rem;
          min-width: 6.0rem; } }
      @media screen and (max-width: 1024px) {
        ul.ul_newstxt li a div.cat {
          font-size: .70rem;
          min-width: 5.0rem; } }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.cat {
          line-height: 26px;
          height: 26px; } }

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 26%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 1366px) {
    .ggmap {
      padding-bottom: 30%; } }
  @media screen and (max-width: 1024px) {
    .ggmap {
      padding-bottom: 40%; } }
  @media screen and (max-width: 767px) {
    .ggmap {
      padding-bottom: 60%; } }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ggmap iframe {
  pointer-events: none; }

/*googlemap*/
/*.ggmap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    
    iframe,object,embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}*/
/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/*blockcontents*/
div.single_content {
  padding-bottom: 3.75rem;
  font-size: 1.1em;
  line-height: 1.6;
  word-break: break-all; }
  @media screen and (max-width: 767px) {
    div.single_content {
      padding-bottom: 1.875rem;
      font-size: 1em;
      line-height: 1.5; } }
  div.single_content .wp-block-file {
    font-size: 1.05rem; }
  div.single_content .wp-block-button__link, div.single_content .wp-block-file__button {
    background-color: #cab551;
    transition: .2s;
    text-decoration: none !important;
    padding: 0.25em 1em !important; }
    div.single_content .wp-block-button__link:hover, div.single_content .wp-block-file__button:hover {
      color: #222;
      /*text-decoration: underline;*/
      transition: .2s; }
  div.single_content a:not(.wp-block-button__link) {
    text-decoration: underline;
    transition: .2s; }
    div.single_content a:not(.wp-block-button__link):hover {
      background: #f9f6ed;
      transition: .2s; }
  div.single_content ul {
    padding-left: 1.5em; }
  div.single_content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    div.single_content table tr th {
      padding-bottom: .25em;
      border-bottom: 2px solid #333; }
  div.single_content figure {
    margin: auto; }
  div.single_content nav.wp-block-navigation ul.wp-block-navigation__container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    width: 100%; }
    @media screen and (max-width: 767px) {
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container {
        gap: 1rem; } }
    div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li {
      width: calc(50% - 1rem);
      flex-wrap: wrap;
      border: 1px solid #cab551; }
      @media screen and (max-width: 767px) {
        div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li {
          width: 100%; } }
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li a {
        text-decoration: none;
        padding: 1rem 1.25rem;
        display: block;
        width: 100%; }
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu {
        position: static;
        height: auto;
        width: 100%;
        max-width: 100%;
        visibility: inherit;
        opacity: 1;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        transition: none;
        gap: 0;
        flex-direction: row;
        border-top: 1px dashed #cab551; }
        div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li {
          width: 50%; }
          div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li a {
            border-left: 1px dashed #cab551; }
          div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li:first-child button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li:first-child a {
            border-left: none; }
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li.has-child:hover ul.wp-block-navigation-submenu {
        width: 100%; }

.toiawase a {
  color: #cab551 !important;
  background: #333333;
  padding: .75rem 1.0rem;
  border: 1px solid #cab551;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: .5rem;
  align-items: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .toiawase a {
      padding: .5rem .5rem; } }
  .toiawase a::before {
    content: url(../img/ic_mail.svg);
    display: inline-block;
    width: 30px;
    height: auto;
    position: relative;
    top: .15rem;
    left: 0; }
  .toiawase a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(202, 181, 81, 0) 20%, rgba(202, 181, 81, 0.2) 50%, rgba(202, 181, 81, 0) 80%);
    transition: .8s; }
  .toiawase a:hover::after {
    top: 0;
    left: 100%; }

/*spece*/
.spece_175 {
  height: max(3vw, 1.75rem) !important; }

.spece_375 {
  height: max(5vw, 3.75rem) !important; }

.addtoany_header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .85rem;
  margin: 0 0 8px !important; }

/* -------------------------------- 
header components 
--------------------------------- */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: .2s;
  background: #000;
  /*fix*/ }
  header.header div.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1.5rem .75rem 0;
    /*background-color: #fff;*/
    transition: .2s;
    min-height: 5.0rem; }
    @media screen and (max-width: 1024px) {
      header.header div.headerflex {
        min-height: 4.0rem; } }
    @media screen and (max-width: 768px) {
      header.header div.headerflex {
        padding: .75rem 0 .75rem 0; } }
    @media screen and (max-width: 767px) {
      header.header div.headerflex {
        padding: .5rem 0 .5rem 0;
        min-height: 4.0rem; } }
    header.header div.headerflex div.left {
      width: 28rem; }
      @media screen and (max-width: 1024px) {
        header.header div.headerflex div.left {
          width: 20.5rem; } }
      @media screen and (max-width: 767px) {
        header.header div.headerflex div.left {
          width: 20rem; } }
      header.header div.headerflex div.left h1 {
        margin: 0;
        font-size: max(1.197vw, 1.15rem);
        position: relative;
        line-height: 0;
        padding-left: 6.25rem; }
        @media screen and (max-width: 1024px) {
          header.header div.headerflex div.left h1 {
            padding-left: 3.65rem; } }
        @media screen and (max-width: 767px) {
          header.header div.headerflex div.left h1 {
            padding-left: 2.75rem; } }
        header.header div.headerflex div.left h1::before {
          content: url("../img/logo_deco.png");
          display: inline-block;
          width: 84px;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 1024px) {
            header.header div.headerflex div.left h1::before {
              left: -2.5rem; } }
          @media screen and (max-width: 767px) {
            header.header div.headerflex div.left h1::before {
              left: -3.0rem; } }
        header.header div.headerflex div.left h1 a {
          display: block;
          color: #fff; }
          header.header div.headerflex div.left h1 a img {
            display: block;
            vertical-align: bottom; }
    header.header div.headerflex div.right {
      width: calc(100% - 28rem);
      padding-left: 1.875rem;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        header.header div.headerflex div.right {
          width: calc(100% - 20.5rem); } }
      @media screen and (max-width: 767px) {
        header.header div.headerflex div.right {
          display: none; } }
      @media screen and (max-width: 767px) {
        header.header div.headerflex div.right nav.gnav {
          display: none; } }
      header.header div.headerflex div.right nav.gnav > ul {
        text-align: right;
        display: flex;
        align-items: center; }
        header.header div.headerflex div.right nav.gnav > ul > li {
          display: inline-block;
          margin-right: 1.2em;
          /*drop*/ }
          header.header div.headerflex div.right nav.gnav > ul > li:hover > span {
            color: #cab551; }
          header.header div.headerflex div.right nav.gnav > ul > li > a, header.header div.headerflex div.right nav.gnav > ul > li > span {
            color: #fff; }
            header.header div.headerflex div.right nav.gnav > ul > li > a:hover, header.header div.headerflex div.right nav.gnav > ul > li > span:hover {
              color: #cab551; }
          header.header div.headerflex div.right nav.gnav > ul > li:last-child {
            margin-bottom: 0;
            margin-left: 1.5rem; }
            @media screen and (max-width: 1024px) {
              header.header div.headerflex div.right nav.gnav > ul > li:last-child {
                margin-left: .5rem; } }
          header.header div.headerflex div.right nav.gnav > ul > li.drop {
            position: relative; }
            header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain {
              width: 180px;
              position: absolute;
              z-index: 2;
              left: 50%;
              margin-left: -90px;
              top: -400px;
              padding-top: 16px;
              background: transparent;
              transition: none; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut {
                width: 180px;
                position: relative;
                margin-top: 0px;
                opacity: 0;
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
                transition: all .1s ease-out; }
                header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul {
                  background: #fff; }
                  header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li {
                    color: #777;
                    transition: background .1s ease-out; }
                    header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li:hover {
                      background: #cab551; }
                    header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li a {
                      display: block;
                      padding: 16px 0;
                      width: 100%;
                      text-align: center; }
                      header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li a:hover {
                        color: #fff; }
            header.header div.headerflex div.right nav.gnav > ul > li.drop:hover {
              transition: 0; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .dropdownContain {
                top: 14px; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .underline {
                border-bottom-color: #777; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .dropOut {
                opacity: 1;
                margin-top: 8px; }
      header.header div.headerflex div.right nav.sns-nav {
        margin-left: 1.875rem;
        text-align: right; }
  header.header.is_fixed {
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
    transition: .2s; }
    header.header.is_fixed div.headerflex {
      /*padding: 1rem 100px 1rem 1.875rem;*/
      transition: .2s; }
      @media screen and (max-width: 767px) {
        header.header.is_fixed div.headerflex {
          /*padding: 1rem 1.25rem;*/ } }

/*humburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: fixed;
  top: .75rem;
  right: .5rem;
  width: 40px;
  height: 40px;
  z-index: 10000;
  background: #cab551;
  border-radius: 50%;
  display: none; }
  @media screen and (max-width: 767px) {
    .hamburger {
      display: block; } }
  .hamburger span {
    position: absolute;
    left: .5rem;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px; }
    .hamburger span:nth-of-type(1) {
      top: 20px; }
    .hamburger span:nth-of-type(2) {
      top: 27px; }
    .hamburger span:nth-of-type(3) {
      bottom: 25px; }
  .hamburger.active {
    position: fixed; }
    .hamburger.active span {
      background-color: #fff; }
      .hamburger.active span:nth-of-type(1) {
        -webkit-transform: translateY(0px) rotate(-45deg);
        transform: translateY(0px) rotate(-45deg); }
      .hamburger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards; }
      .hamburger.active span:nth-of-type(3) {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg); }

/* ヘッダーがis_fixedしたら */
header.is_fixed + .hamburger {
  /*top: 36px;*/ }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
.navigation {
  display: none; }
  @media screen and (max-width: 1024px) {
    .navigation {
      display: block;
      position: fixed;
      padding: 0;
      width: 100%;
      height: 100vh;
      /*top: 70px;*/
      top: 0;
      right: 0;
      overflow: auto;
      opacity: 0;
      transition: .8s;
      z-index: -1;
      backdrop-filter: blur(1px); } }
  .navigation::before {
    content: '';
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: #cab551;
    background: rgba(255, 255, 255, 0.01);
    transition: .8s;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); }
  .navigation.open {
    opacity: 1;
    transition: .6s;
    z-index: 9999; }
    .navigation.open::before {
      width: 90%;
      transition: .6s;
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      background: rgba(0, 0, 0, 0.88);
      			/*background: $tcolor;
                  background: rgba(#fff,.88);*/ }
  .navigation .navigation__inner {
    z-index: 1;
    width: calc(100% - 100px);
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .navigation .navigation__inner {
        max-width: 850px; } }
    @media screen and (max-width: 767px) {
      .navigation .navigation__inner {
        max-width: 400px;
        flex-direction: column-reverse;
        top: 0;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 428px) {
      .navigation .navigation__inner {
        width: calc(100% - 80px); } }
    .navigation .navigation__inner .left {
      border-right: 1px solid #000;
      width: 40%;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .navigation .navigation__inner .left {
          display: none;
          /*width: 100%;
          border-right: none;
          border-top: 1px solid #000;
          padding: 2.5em 0 0;*/ } }
      @media screen and (max-width: 767px) {
        .navigation .navigation__inner .left {
          display: none; } }
      .navigation .navigation__inner .left .navigation__logo a {
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 1024px) {
          .navigation .navigation__inner .left .navigation__logo a {
            margin-bottom: 0; } }
        .navigation .navigation__inner .left .navigation__logo a img {
          width: 200px; }
          @media screen and (max-width: 1024px) {
            .navigation .navigation__inner .left .navigation__logo a img {
              position: absolute;
              top: 0;
              left: 0;
              width: auto;
              height: 40px; } }
      .navigation .navigation__inner .left .navigation__logo .navigation__read {
        margin: 0 0 1em; }
        .navigation .navigation__inner .left .navigation__logo .navigation__read p {
          margin: 0; }
      .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul {
        display: flex;
        margin: 0 0 1em 0; }
        .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li {
          margin-right: 2em;
          position: relative; }
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li::after {
            content: '';
            width: 1px;
            height: 14px;
            background: #000;
            display: block;
            position: absolute;
            top: 8px;
            right: -1em; }
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li:last-child {
            margin-right: 0; }
            .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li:last-child::after {
              display: none; }
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li a {
            font-size: 14px;
            height: 30px;
            line-height: 30px; }
            @media screen and (max-width: 428px) {
              .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li a {
                font-size: 12px;
                height: 26px;
                line-height: 26px; } }
      .navigation .navigation__inner .left .navigation__nav nav.navigation__sns ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; }
        @media screen and (max-width: 428px) {
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sns ul li a {
            width: 26px;
            height: 26px;
            line-height: 26px;
            font-size: 12px; } }
      .navigation .navigation__inner .left .navigation__nav .navigation__copy {
        font-size: 10px;
        width: 100%;
        margin: 20px 0 0 0;
        letter-spacing: 0; }
        @media screen and (max-width: 1024px) {
          .navigation .navigation__inner .left .navigation__nav .navigation__copy {
            font-size: 8px; } }
    .navigation .navigation__inner .right {
      width: 60%;
      padding: 0 0 0 3em; }
      @media screen and (max-width: 767px) {
        .navigation .navigation__inner .right {
          display: grid;
          align-items: center;
          width: 100%;
          height: 90vh;
          /*padding: calc(40px + 2.5em) 0 2.5em;*/
          padding: 2.5em 0; } }
      .navigation .navigation__inner .right nav.gnav > ul {
        margin: 0;
        padding: 0; }
        .navigation .navigation__inner .right nav.gnav > ul > li {
          margin-bottom: 3rem; }
          @media screen and (max-width: 1024px) {
            .navigation .navigation__inner .right nav.gnav > ul > li {
              margin-bottom: 1rem; } }
          @media screen and (max-width: 767px) {
            .navigation .navigation__inner .right nav.gnav > ul > li {
              margin-bottom: 1.25rem; } }
          .navigation .navigation__inner .right nav.gnav > ul > li:last-child {
            margin-bottom: 0; }
          .navigation .navigation__inner .right nav.gnav > ul > li a {
            display: inline-block;
            padding: 0;
            font-weight: bold;
            font-size: 2rem;
            font-weight: normal;
            /*font-family: $en;*/
            line-height: 1em;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: #fff; }
            @media screen and (max-width: 1024px) {
              .navigation .navigation__inner .right nav.gnav > ul > li a {
                font-size: 1.2rem; } }
            @media screen and (max-width: 767px) {
              .navigation .navigation__inner .right nav.gnav > ul > li a {
                display: block;
                /*border-bottom: 1px dotted #fff;*/
                padding: .75rem .5rem;
                transition: .3s;
                text-align: center; }
                .navigation .navigation__inner .right nav.gnav > ul > li a:hover {
                  /*border-bottom: 1px solid #fff;*/
                  color: #cab551; } }
          .navigation .navigation__inner .right nav.gnav > ul > li span {
            display: inline-block;
            margin-bottom: .25em;
            font-size: .85em;
            color: #fff;
            opacity: .9; }
          .navigation .navigation__inner .right nav.gnav > ul > li .lower-wrap {
            width: 100%; }
            .navigation .navigation__inner .right nav.gnav > ul > li .lower-wrap ul.lower-menu {
              display: flex;
              flex-wrap: wrap;
              margin: 1.0rem .5rem 1.0rem;
              list-style: none;
              padding: 0; }
              .navigation .navigation__inner .right nav.gnav > ul > li .lower-wrap ul.lower-menu li {
                margin-right: 1em;
                margin-bottom: 0.5em;
                list-style: none;
                padding: 0;
                display: flex;
                align-items: center; }
                .navigation .navigation__inner .right nav.gnav > ul > li .lower-wrap ul.lower-menu li a {
                  font-size: 1.0rem;
                  letter-spacing: 0;
                  border-bottom: none;
                  padding: 0.25em 2px 0.25em 2px;
                  position: relative;
                  display: block;
                  height: auto; }
                  .navigation .navigation__inner .right nav.gnav > ul > li .lower-wrap ul.lower-menu li a::after {
                    content: '';
                    display: block;
                    height: 1px;
                    width: 0%;
                    background: #fff;
                    position: absolute;
                    bottom: -.25rem;
                    left: 0;
                    opacity: .5;
                    transition: .4s; }
                  .navigation .navigation__inner .right nav.gnav > ul > li .lower-wrap ul.lower-menu li a:hover::after {
                    width: 100%; }
          .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu {
            display: flex;
            flex-wrap: wrap;
            margin: 0.5em 0 1.5rem;
            list-style: none;
            padding: 0; }
            @media screen and (max-width: 1024px) {
              .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu {
                margin: 0.5em 0 1rem; } }
            .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li {
              margin-right: 1.25em;
              list-style: none;
              padding: 0.5em 0 0.5em 0;
              display: flex;
              align-items: center; }
              .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li::before {
                content: '';
                width: 1.25em;
                height: 1px;
                display: inline-block;
                background: #fff;
                margin-right: 0.5em; }
              .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li a {
                font-size: 0.85rem;
                /*font-family: $en;*/ }
                @media screen and (max-width: 1024px) {
                  .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li a {
                    font-size: 12px; } }
      .navigation .navigation__inner .right nav.gnav div.policy {
        text-align: center;
        padding: 1.0rem 0; }
        .navigation .navigation__inner .right nav.gnav div.policy ul li {
          display: inline-block;
          padding: 0; }
          .navigation .navigation__inner .right nav.gnav div.policy ul li a {
            color: #fff;
            font-size: .85rem; }
            .navigation .navigation__inner .right nav.gnav div.policy ul li a:hover {
              color: #cab551; }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  position: relative;
  padding: 3.65rem 3.65rem 0;
  color: #fff;
  background: #000; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 3.65rem 1.5rem 0; } }
  footer::after {
    background: url("../img/footer_deco.svg");
    background-size: auto;
    background-repeat: repeat;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    transition: inherit;
    width: 100%;
    height: 72px; }
  footer div.footer-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*justify-content: center;*/
    justify-content: space-between;
    gap: 2.0rem;
    margin: 2.0rem auto 2.0rem;
    width: min(100%, 1000px); }
    @media screen and (max-width: 767px) {
      footer div.footer-flex {
        display: block;
        margin: 0 auto 2.5rem; } }
    @media screen and (max-width: 767px) {
      footer div.footer-flex div.left {
        width: 100%;
        margin-bottom: 2.5rem; } }
    footer div.footer-flex div.left a.logo {
      color: #fff;
      font-size: max(1.197vw, 1.15rem);
      font-weight: bold; }
    footer div.footer-flex div.left p.footer-flex__add {
      font-size: max(0.8333vw, 0.8rem);
      margin: .5rem 0 1.5rem; }
      footer div.footer-flex div.left p.footer-flex__add span {
        margin-right: .5em; }
    footer div.footer-flex div.left p.footer-flex__policy {
      font-size: max(0.78125vw, 0.8rem); }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.left p.footer-flex__policy {
          text-align: center; } }
      footer div.footer-flex div.left p.footer-flex__policy a {
        color: #fff;
        font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 767px) {
      footer div.footer-flex div.left p {
        font-size: .9em; } }
    footer div.footer-flex div.left div.toiawase a {
      padding: .5rem 1.0rem;
      /*max-width: 340px;*/
      max-width: max(18.229vw, 17.5rem); }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.left div.toiawase a {
          margin: 0 auto; } }
    footer div.footer-flex div.right {
      /*width: calc(100% - 300px);
      padding-left: 30px;*/
      text-align: right;
      /*margin: 0 auto;*/ }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.right {
          width: 100%;
          padding-left: 0;
          text-align: left;
          display: grid;
          justify-content: center; } }
      footer div.footer-flex div.right a.bnr {
        display: block; }
        footer div.footer-flex div.right a.bnr img {
          height: 80px;
          width: auto; }
      footer div.footer-flex div.right ul {
        margin-bottom: .5em; }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.right ul {
            display: none; } }
        footer div.footer-flex div.right ul li {
          display: inline-block;
          margin-left: 1em; }
          footer div.footer-flex div.right ul li a {
            color: #fff; }
  footer p.footer-flex__copy {
    /*margin-top: 2em;*/
    font-family: "Noto Sans JP", sans-serif;
    font-size: .8em;
    text-align: center;
    padding: 0;
    height: 72px;
    line-height: 72px; }

div.page-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  /*&::after {
      content: '\f077';
      position: absolute;
      width: 100%;
      height: 100%;
      font: var(--fa-font-solid);
      text-align: center;
      font-weight: bold;
      color: #fff;
      font-size: 2em;
      transition: .2s;
      display: flex;
      align-items: center;
      justify-content: center;
  }*/ }
  div.page-top::after {
    content: "";
    position: absolute;
    background-image: url("../img/pagetop.svg");
    background-repeat: no-repeat;
    width: 50px;
    height: 18px;
    top: .25rem; }
  div.page-top:hover::after {
    color: #fff;
    transition: .2s; }

/* -------------------------------- 
common components 
--------------------------------- */
.main {
  margin-top: 80px; }
  @media screen and (max-width: 1024px) {
    .main {
      margin-top: 64px; } }
  @media screen and (max-width: 767px) {
    .main {
      margin-top: 64px; } }

.bg {
  background-color: #f9f6ed; }

/* -------------------------------- 
index components 
--------------------------------- */
/*all*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
body.home .scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }
body.home .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }
body.home .scroll-infinity__list--left {
  animation: infinity-scroll-left 160s infinite linear 0.5s both; }
body.home .scroll-infinity__item {
  width: calc(100vw / 0.69); }
  @media screen and (max-width: 767px) {
    body.home .scroll-infinity__item {
      width: calc(100vw / 0.30); } }
body.home .scroll-infinity__item > img {
  width: 100%; }
body.home .scroll-infinity {
  position: relative;
  overflow-x: hidden; }
  body.home .scroll-infinity .scroll {
    position: absolute;
    bottom: 36px;
    botom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 12;
    font-family: "Roboto", sans-serif;
    font-size: .80rem;
    /*width: 1em;
    height: 4em;*/
            /*&::before {
                content: "";
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  width: 10px;
			  height: 10px;
			  border-left: 1px solid #fff;
			  border-bottom: 1px solid #fff;
			  transform: translate(-50%, -50%) rotate(-45deg);
            }
            @keyframes scrolldown {
                0%{
                    background-position: 0 $line-height-abs;
                }
                75% {
                    background-position: 0 0;
                }
                100%{
                    background-position: 0 $line-height;
                }
            }*/ }
    @media screen and (max-width: 767px) {
      body.home .scroll-infinity .scroll {
        bottom: 20px;
        font-size: .65rem; } }
    body.home .scroll-infinity .scroll a {
      color: #000;
      /*transform: rotate(90deg);*/
      display: block;
      letter-spacing: 0; }
    body.home .scroll-infinity .scroll::before {
      content: "";
      position: absolute;
      background-image: url("../img/arrow_bk.svg");
      background-repeat: no-repeat;
      width: 50px;
      height: 18px;
      bottom: -1.5rem;
      animation: pulse 2s infinite; }
      @media screen and (max-width: 767px) {
        body.home .scroll-infinity .scroll::before {
          width: 28px;
          height: 10px;
          bottom: -.75rem;
          left: .25rem; } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
  body.home .scroll-infinity div.covertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    width: calc(100vw / 0.69); }
    @media screen and (max-width: 767px) {
      body.home .scroll-infinity div.covertxt {
        width: calc(100vw / 0.30); } }
    body.home .scroll-infinity div.covertxt img {
      width: 100%; }
body.home div.top-slide {
  position: relative;
  height: calc(100vh - 120px - 1.875rem);
  border-radius: 0;
  margin: 0;
  /*div.swiper-pagination {
      bottom: 0px!important;
      right: 1.875em !important;
      left: auto !important;
      z-index: 12;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 16px;
      height: 100%;
      justify-content: center;
      align-items: center;
      span.swiper-pagination-bullet {
          margin-right: 8px;
          width: 16px;
          height: 16px;
          background: #fff;
          opacity: 1;
      }
      span.swiper-pagination-bullet-active {
          background: $tcolor;
      }
  }*/ }
  @media screen and (max-width: 1024px) {
    body.home div.top-slide {
      height: calc(100vh - 110px - 1.875rem); } }
  @media screen and (max-width: 767px) {
    body.home div.top-slide {
      height: calc(60vh - 72px - 1.25rem);
      margin: 0 1.25rem 1.25rem; } }
  body.home div.top-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom; }
  body.home div.top-slide .scroll {
    position: absolute;
    bottom: 40px;
    botom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 12;
    font-family: "Roboto", sans-serif;
    font-size: .85rem;
    /*width: 1em;
    height: 4em;*/ }
    body.home div.top-slide .scroll a {
      color: #fff;
      /*transform: rotate(90deg);*/
      display: block;
      letter-spacing: 0; }
    body.home div.top-slide .scroll::before {
      content: '';
      background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
      background-position: 0 -60px;
      background-size: 100% 200%;
      animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
      position: absolute;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 1px;
      height: 50px; }
@keyframes scrolldown {
  0% {
    background-position: 0 -50px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 50px; } }
  body.home div.top-slide div.covertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 11;
    display: flex; }
    body.home div.top-slide div.covertxt h2 {
      margin: 0;
      font-size: 3.25em; }
      @media screen and (max-width: 1024px) {
        body.home div.top-slide div.covertxt h2 {
          font-size: 2.6em; } }
      @media screen and (max-width: 767px) {
        body.home div.top-slide div.covertxt h2 {
          font-size: 1.5em; } }
    body.home div.top-slide div.covertxt p {
      margin: 24px 0 36px;
      line-height: 1.7; }
      @media screen and (max-width: 1024px) {
        body.home div.top-slide div.covertxt p {
          font-size: .8em; } }
      @media screen and (max-width: 767px) {
        body.home div.top-slide div.covertxt p {
          font-size: .9em; } }
    body.home div.top-slide div.covertxt a.btn-link {
      color: #fff;
      border-color: #fff; }
      body.home div.top-slide div.covertxt a.btn-link:hover {
        background: rgba(255, 255, 255, 0.2); }
body.home section h2 {
  margin: 0 auto 2em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    body.home section h2 {
      margin: 0 auto 1.0em; } }
  body.home section h2 span {
    display: block; }
    body.home section h2 span.icon {
      font-size: 32px; }
    body.home section h2 span.en {
      margin: 1.5em 0 .25em;
      font-size: 13px; }
    body.home section h2 span.ja {
      font-size: 1.85rem; }
      @media screen and (max-width: 767px) {
        body.home section h2 span.ja {
          font-size: 1.5rem; } }
body.home section div.btn-wrap {
  margin-top: 1.0rem;
  text-align: center; }
body.home section p.info {
  text-align: center;
  font-size: .90rem; }
  @media screen and (max-width: 767px) {
    body.home section p.info {
      text-align: left;
      font-size: .85rem; } }
body.home section#news {
  margin-top: -40px;
  padding-top: 40px; }
body.home section.news h2 {
  padding-top: max(2rem, 3.75vw);
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    body.home section.news h2 {
      padding-top: 2.0rem; } }
body.home section.slidebox div.slidewrap {
  position: relative; }
  body.home section.slidebox div.slidewrap .swiper {
    width: 100%;
    height: 100%;
    box-sizing: content-box; }
  body.home section.slidebox div.slidewrap .swiper-slide {
    /*display: flex;*/
    display: block;
    justify-content: center;
    align-items: center; }
    body.home section.slidebox div.slidewrap .swiper-slide a {
      display: block;
      width: 100%; }
      body.home section.slidebox div.slidewrap .swiper-slide a div.img {
        position: relative;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        body.home section.slidebox div.slidewrap .swiper-slide a div.img img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform: scale(1);
          transition: .5s ease-in-out; }
      body.home section.slidebox div.slidewrap .swiper-slide a:hover div.img img {
        opacity: 1;
        transform: scale(1.15);
        transition: .5s ease-in-out; }
    body.home section.slidebox div.slidewrap .swiper-slide div.cat_wrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      body.home section.slidebox div.slidewrap .swiper-slide div.cat_wrap div.cat {
        background: #cab551;
        color: #fff;
        text-align: center;
        padding: .25rem; }
        @media screen and (max-width: 767px) {
          body.home section.slidebox div.slidewrap .swiper-slide div.cat_wrap div.cat {
            font-size: .75em; } }
        body.home section.slidebox div.slidewrap .swiper-slide div.cat_wrap div.cat a {
          color: #fff; }
      body.home section.slidebox div.slidewrap .swiper-slide div.cat_wrap div.date {
        background: #000;
        color: #fff;
        text-align: center;
        padding: .25rem; }
        @media screen and (max-width: 767px) {
          body.home section.slidebox div.slidewrap .swiper-slide div.cat_wrap div.date {
            font-size: .80rem; } }
    body.home section.slidebox div.slidewrap .swiper-slide div.txt {
      position: relative;
      margin-bottom: 2.0rem;
      min-height: 90px; }
      body.home section.slidebox div.slidewrap .swiper-slide div.txt div.title {
        margin-top: 1em;
        font-weight: bold;
        line-height: 1.5; }
      body.home section.slidebox div.slidewrap .swiper-slide div.txt div.more {
        font-size: .9em;
        display: inline-block;
        text-align: right;
        border-bottom: 2px dotted #cab551;
        position: absolute;
        right: 0;
        bottom: 0; }
        body.home section.slidebox div.slidewrap .swiper-slide div.txt div.more a {
          /*color: $tcolor;*/
          color: #b2952d; }
  body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__prev {
    background-image: url("../img/arrow_bk.svg");
    transform: rotate(-90deg);
    right: -50px;
    left: auto; }
    @media screen and (max-width: 767px) {
      body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__prev {
        right: -1.25rem; } }
  body.home section.slidebox div.slidewrap .swiper-button__prev, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__next {
    background-image: url("../img/arrow_bk.svg");
    transform: rotate(90deg);
    left: -50px;
    right: auto; }
    @media screen and (max-width: 767px) {
      body.home section.slidebox div.slidewrap .swiper-button__prev, body.home section.slidebox div.slidewrap .swiper-container-rtl .swiper-button__next {
        left: -1.25rem; } }
  body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-button__prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat; }
    body.home section.slidebox div.slidewrap .swiper-button__next:focus, body.home section.slidebox div.slidewrap .swiper-button__prev:focus {
      outline: none; }
    @media screen and (max-width: 767px) {
      body.home section.slidebox div.slidewrap .swiper-button__next, body.home section.slidebox div.slidewrap .swiper-button__prev {
        width: 20px;
        height: 20px;
        background-size: 20px 20px; } }
  body.home section.slidebox div.slidewrap .swiper-button__next:after, body.home section.slidebox div.slidewrap .swiper-rtl .swiper-button__prev:after {
    content: none; }
  body.home section.slidebox div.slidewrap .swiper-button__prev:after, body.home section.slidebox div.slidewrap .swiper-rtl .swiper-button__next:after {
    content: none; }
body.home section.heritage {
  background-image: url(../img/bgc_01.png); }
  body.home section.heritage div.inner h2 {
    margin: 0 auto 0em; }
  body.home section.heritage div.inner div.heritage_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 3.0rem 0; }
    @media screen and (max-width: 767px) {
      body.home section.heritage div.inner div.heritage_wrap {
        grid-template-columns: 1fr;
        margin: 1.5rem 0; } }
    body.home section.heritage div.inner div.heritage_wrap div.img {
      position: relative;
      background: #ccc; }
      body.home section.heritage div.inner div.heritage_wrap div.img::before {
        content: "";
        display: inline-block;
        background-image: url("../img/index/ph_deco.png");
        background-size: contain;
        background-repeat: repeat-y;
        background-color: #cab551;
        width: 29px;
        height: 100%;
        position: absolute; }
      body.home section.heritage div.inner div.heritage_wrap div.img img {
        width: 100%; }
    body.home section.heritage div.inner div.heritage_wrap div.txt {
      background: #fff; }
      body.home section.heritage div.inner div.heritage_wrap div.txt div.title {
        background: #cab551;
        color: #fff;
        font-weight: bold;
        padding: 1.0rem; }
      body.home section.heritage div.inner div.heritage_wrap div.txt div.stitle {
        border-bottom: 1px solid #cab551;
        color: #cab551;
        font-weight: bold;
        padding: 1.0rem; }
      body.home section.heritage div.inner div.heritage_wrap div.txt p.com {
        padding: 1.0rem;
        text-align: left; }
  body.home section.heritage div.inner a.btn-link {
    width: 40%; }
body.home section.gmap {
  padding: 0; }
  body.home section.gmap div.ggmap {
    /*height: 100vh;*/
    overflow: hidden; }
  body.home section.gmap div.ggmap iframe {
    width: 100%;
    height: calc(100% + 68px);
    margin-top: -68px; }
body.home section#about {
  margin-top: -40px;
  padding-top: 40px; }
body.home section.about {
  background-image: url("../img/index/bg_about.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
  /*width: 100vw;*/
  height: auto;
  position: relative; }
  body.home section.about::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0; }
  body.home section.about div.inner {
    color: #fff;
    width: min(100%, 1120px);
    position: relative;
    z-index: 1; }
    body.home section.about div.inner h2 {
      padding-top: max(2.5rem, 2.5vw);
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 767px) {
        body.home section.about div.inner h2 {
          padding-top: 1.0rem; } }
    body.home section.about div.inner h3 {
      /*background: $tcolor;*/
      color: #000;
      text-align: center;
      margin-top: 3.0rem;
      position: relative;
      min-height: 40px;
      line-height: 40px; }
      body.home section.about div.inner h3::after {
        background-image: url("../img/index/h3_about_bgc.png");
        background-size: auto;
        background-repeat: repeat;
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        transition: inherit;
        width: 100%;
        min-height: 40px;
        z-index: -1; }
    body.home section.about div.inner ul.dantai {
      /*display: grid;
      grid-template-columns: repeat(3, 1fr);*/
      display: flex;
      flex-wrap: wrap;
      gap: 1.0rem 2.0rem;
      margin-bottom: 3.65rem; }
      @media screen and (max-width: 767px) {
        body.home section.about div.inner ul.dantai {
          /*grid-template-columns: 1fr;*/
          display: block;
          gap: 1.0rem;
          margin-bottom: 2.5rem; } }
      body.home section.about div.inner ul.dantai li {
        position: relative;
        padding-left: 1.5rem; }
        @media screen and (max-width: 767px) {
          body.home section.about div.inner ul.dantai li {
            padding-bottom: .5rem; } }
        body.home section.about div.inner ul.dantai li::before {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          font: var(--fa-font-solid);
          content: "\f111";
          color: #cab551; }
          @media screen and (max-width: 767px) {
            body.home section.about div.inner ul.dantai li::before {
              padding-bottom: .5rem; } }
  body.home section.about a.btn-link {
    color: #cab551;
    border: 1px solid #cab551;
    width: 40%; }
    body.home section.about a.btn-link:before, body.home section.about a.btn-link:after {
      background-color: #cab551; }
    body.home section.about a.btn-link:hover {
      color: #cab551;
      box-shadow: 6px 6px 0px #cab551; }
body.home section.bnr {
  /*padding: 4.5rem 0;*/
  background: #333333; }
  @media screen and (max-width: 767px) {
    body.home section.bnr {
      /*padding: 3rem 0;*/ } }
  body.home section.bnr div.inner div.slide {
    overflow: hidden; }
    body.home section.bnr div.inner div.slide div.swiper-wrapper {
      display: grid;
      align-items: center;
      grid-template-columns: repeat(4, 1fr);
      margin-bottom: 1.5rem; }
      body.home section.bnr div.inner div.slide div.swiper-wrapper div.swiper-slide a img {
        /*border: 1px solid #e5e5e5;
        padding: .25rem;*/ }
  @media (min-width: 769px) {
    body.home section.bnr div.inner .slide .slide__wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.0rem; } }
  body.home section.bnr div.inner div.slide__img {
    width: 100%; }
  body.home section.bnr div.inner ul {
    display: flex;
    justify-content: center;
    margin-bottom: 2.0rem; }
    body.home section.bnr div.inner ul:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      body.home section.bnr div.inner ul {
        display: block; } }
    body.home section.bnr div.inner ul li {
      width: calc(24% - 12px);
      margin-right: 15px; }
      @media screen and (max-width: 767px) {
        body.home section.bnr div.inner ul li {
          width: 100%;
          max-width: 240px;
          margin: 0 auto 10px; } }
      body.home section.bnr div.inner ul li:last-child {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          body.home section.bnr div.inner ul li:last-child {
            margin: 0 auto; } }
      body.home section.bnr div.inner ul li a {
        display: block;
        background: #fff; }
        body.home section.bnr div.inner ul li a img {
          width: 100%;
          vertical-align: bottom; }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub .breadcrumbs {
  padding: 1rem 1.875rem;
  font-size: .7em;
  /*background: $bg_lightgray;*/ }
  @media screen and (max-width: 767px) {
    body.sub .breadcrumbs {
      padding: .5rem 0; } }
  body.sub .breadcrumbs span {
    display: inline-block;
    margin: 0 .5em; }
    body.sub .breadcrumbs span i {
      display: none; }

/*common*/
body.sub main div.page-title {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f6ed;
  background-image: url("../img/sub_pt_bgc.svg");
  height: max(15.625vw, 10rem);
  position: relative; }
  body.sub main div.page-title::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 64px;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /*z-index: -2;*/ }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title::after {
        height: 48px; } }
  @media screen and (max-width: 1024px) {
    body.sub main div.page-title {
      height: 10rem; } }
  @media screen and (max-width: 767px) {
    body.sub main div.page-title {
      display: block;
      height: 8rem; } }
  body.sub main div.page-title div.page-title__text {
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title div.page-title__text {
        padding: 2.0rem 0 0; } }
    body.sub main div.page-title div.page-title__text h1 {
      margin: 0;
      font-size: max(2.1875vw, 1.8rem);
      text-shadow: 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
      /*background-color: rgba(255,255,255,0.8);*/
      position: relative;
      padding: 2.0rem 1.0rem 2.0rem 6.25rem;
      line-height: 0;
      z-index: 2;
      /*&::after {
      	content: "";
      	background-color: rgba(255,255,255,0.8);
      	position: absolute;
      	height: 64px;
      	width: 100%;
      	top: 50%;
      	left: 0%;
      	transform: translateY(-50%);
      	-webkit-transform: translateY(-50%);
      	-ms-transform: translateY(-50%);
      	z-index: -2;
      }*/ }
      @media screen and (max-width: 1024px) {
        body.sub main div.page-title div.page-title__text h1 {
          padding: 2.0rem 1.0rem 2.0rem 3.0rem;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        body.sub main div.page-title div.page-title__text h1 {
          padding: 2.0rem 1.0rem 2.0rem 1.25rem;
          font-size: 1.4rem; } }
      body.sub main div.page-title div.page-title__text h1::before {
        content: url("../img/logo_deco.png");
        display: inline-block;
        width: 84px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        @media screen and (max-width: 1024px) {
          body.sub main div.page-title div.page-title__text h1::before {
            left: -3.0rem; } }
        @media screen and (max-width: 767px) {
          body.sub main div.page-title div.page-title__text h1::before {
            left: -4.5rem; } }
    body.sub main div.page-title div.page-title__text h2 {
      margin: .5em auto 0 .5rem;
      font-size: 1em;
      position: absolute;
      background: #cab551;
      padding: .25rem 1rem;
      border-radius: 2.0rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        body.sub main div.page-title div.page-title__text h2 {
          margin: 0 auto 0 .5rem;
          font-size: .80rem;
          padding: .1rem 1rem; } }
    body.sub main div.page-title div.page-title__text .title_date {
      margin: .5em auto 0;
      font-size: 1em; }
  body.sub main div.page-title div.page-title__img {
    position: absolute;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title div.page-title__img {
        bottom: 0;
        overflow: hidden; } }
    body.sub main div.page-title div.page-title__img img {
      height: max(15.625vw, 10rem);
      position: relative; }
      @media screen and (max-width: 1024px) {
        body.sub main div.page-title div.page-title__img img {
          height: 10rem;
          right: -5.0rem; } }
      @media screen and (max-width: 767px) {
        body.sub main div.page-title div.page-title__img img {
          height: 7rem;
          right: -8.5rem;
          object-fit: cover; } }
body.sub main section.contents div.inner div.single_content div.addtoany_content {
  margin-top: 2.5rem; }
body.sub main section.contents div.inner div.single_content h2.wp-block-heading {
  text-align: left;
  border-left: 1rem solid #cab551;
  background-image: url("../img/h2_back.svg");
  background-repeat: repeat;
  padding: .25rem .5rem;
  position: relative; }
body.sub main section.contents div.inner div.single_content h3 {
  border-bottom: 2px solid #cab551;
  padding: .25rem 0; }
body.sub main section.contents div.inner div.single_content h4 {
  background: #f5f4ef;
  padding: .25rem; }
body.sub main section.contents div.inner div.bth-wrap {
  border-top: 2px solid #000;
  margin-top: 2.0rem;
  display: flex;
  justify-content: center;
  gap: 1.0rem; }
  body.sub main section.contents div.inner div.bth-wrap a {
    margin-top: 3.0rem;
    /*margin-right: 1rem;*/ }
    @media screen and (max-width: 767px) {
      body.sub main section.contents div.inner div.bth-wrap a {
        margin-bottom: 1rem; } }

/*pager*/
div.pager {
  margin-top: 1.5em;
  display: flex;
  justify-content: center; }
  div.pager span.current {
    color: #222;
    background: #eae1b8; }
  div.pager .page-numbers {
    display: inline-block;
    margin-right: .5em;
    padding: .5em .75em;
    color: #222;
    font-weight: bold;
    /*border: 2px solid $tcolor;*/
    transition: .2s; }
    @media screen and (max-width: 767px) {
      div.pager .page-numbers {
        padding: .5em .5em;
        font-size: .9rem; } }
    div.pager .page-numbers:hover {
      color: #fff;
      background: #cab551;
      transition: .2s; }

/* -------------------------------- 
archive taxsonomy single components 
--------------------------------- */
body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
  display: flex; }
  @media screen and (max-width: 767px) {
    body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
      display: block; } }
  body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
    width: calc(100% - 3.75rem); }
    @media screen and (max-width: 767px) {
      body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
        width: 100%;
        margin-bottom: 2.5rem; } }
  body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
    width: 20rem;
    margin-left: 3.75rem;
    background: #f9f6ed;
    padding: 1.5rem;
    background-image: url(../img/bgc_01.png); }
    @media screen and (max-width: 767px) {
      body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
        width: 100%;
        margin-left: 0; } }
    body.archive main section.contents div.inner div.flex div.right div, body.taxsonomy main section.contents div.inner div.flex div.right div, body.single main section.contents div.inner div.flex div.right div {
      margin-bottom: 2.5rem; }
      body.archive main section.contents div.inner div.flex div.right div h2, body.taxsonomy main section.contents div.inner div.flex div.right div h2, body.single main section.contents div.inner div.flex div.right div h2 {
        margin-top: 0;
        padding-bottom: .25em;
        font-size: 1.125em;
        color: #cab551;
        border-bottom: 2px solid #cab551; }
      body.archive main section.contents div.inner div.flex div.right div ul, body.taxsonomy main section.contents div.inner div.flex div.right div ul, body.single main section.contents div.inner div.flex div.right div ul {
        padding-left: 1.5em;
        list-style: none;
        margin: 0;
        padding: 0; }
        body.archive main section.contents div.inner div.flex div.right div ul li, body.taxsonomy main section.contents div.inner div.flex div.right div ul li, body.single main section.contents div.inner div.flex div.right div ul li {
          padding: 1em 0;
          border-bottom: 1px solid #cab551; }
          body.archive main section.contents div.inner div.flex div.right div ul li a, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a, body.single main section.contents div.inner div.flex div.right div ul li a {
            font-size: .9em;
            line-height: 1.4; }
          body.archive main section.contents div.inner div.flex div.right div ul li span.post-date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li span.post-date, body.single main section.contents div.inner div.flex div.right div ul li span.post-date {
            display: block;
            margin-top: .5em;
            font-size: .75em; }
          body.archive main section.contents div.inner div.flex div.right div ul li span.date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li span.date, body.single main section.contents div.inner div.flex div.right div ul li span.date {
            display: block;
            font-size: .75rem;
            text-align: right; }
@media screen and (max-width: 767px) {
  body.archive main section.contents div.inner a.btn-link:before, body.archive main section.contents div.inner a.btn-link:after, body.taxsonomy main section.contents div.inner a.btn-link:before, body.taxsonomy main section.contents div.inner a.btn-link:after, body.single main section.contents div.inner a.btn-link:before, body.single main section.contents div.inner a.btn-link:after {
    right: .625rem; } }
@media screen and (max-width: 767px) {
  body.archive main section.contents div.inner a.btn-link, body.taxsonomy main section.contents div.inner a.btn-link, body.single main section.contents div.inner a.btn-link {
    padding: 1.0em 1.0em;
    min-width: 150px; } }

/* -------------------------------- 
single components 
--------------------------------- */
body.single main section.contents div.inner div.flex div.left {
  						/*div.nextprev_wrap {
  							display: flex;
  							justify-content: space-between;
                              a {*/
  /*@extend a.btn-link;
  margin-right: .625rem;
  color: $tcolor;*/
  /*background: #f5f4ee;
  border-color: #f5f4ee;*/
                                /*@include mq(sm) {
                                    margin-bottom: 10px;
                                }
								position: relative;*/
  /*&::after {
  	  position: absolute;
  	  top: calc(50% - 15px);
  	  font: var(--fa-font-solid);
  	  font-size: 18px;
  	  line-height: 30px;
  	}
  &:first-of-type {
  	padding-left: 1.5rem;
  	&::after {
  	  left: 0;
  	  content: "\f053";
  	}
  }
  &:last-of-type {
  	&::after {
  	  right: -1.5rem;
  	  content: "\f105";
  	}
  }*/
  /*                            }
                          }*/ }
  body.single main section.contents div.inner div.flex div.left div.single_title_wrap {
    margin-bottom: 3.75rem;
    padding-bottom: 1.25rem; }
    body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
      font-size: max(1.979vw, 1.6rem);
      margin: 1.5rem 0 0;
      padding-bottom: .5rem;
      line-height: 1.6;
      border-bottom: 0.625rem solid #cab551;
      position: relative; }
      body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1::after {
        content: "";
        background-image: url("../img/h1_st_deco.svg");
        background-repeat: repeat-x;
        display: inline-block;
        width: 100%;
        height: max(1.14583vw, 1.15rem);
        /*height: 20px;*/
        position: absolute;
        left: 0;
        bottom: -1.75rem;
        z-index: -1; }
      @media screen and (max-width: 767px) {
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
          font-size: 1.6em; } }
    body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
      font-size: .9em; }
      @media screen and (max-width: 767px) {
        body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
          font-size: .8em; } }
    body.single main section.contents div.inner div.flex div.left div.single_title_wrap span.cat {
      background: #cab551;
      color: #fff;
      padding: .25rem;
      min-width: 8rem;
      display: inline-block;
      text-align: center;
      margin-right: 1.0rem; }
  body.single main section.contents div.inner div.flex div.left div.single_content h2.wp-block-heading {
    text-align: left;
    border-left: 1rem solid #cab551;
    background-image: url("../img/h2_back.svg");
    background-repeat: repeat;
    padding: .25rem .5rem;
    position: relative; }
  body.single main section.contents div.inner div.flex div.left div.single_content h3 {
    border-bottom: 2px solid #cab551;
    padding: .25rem 0; }
  body.single main section.contents div.inner div.flex div.left div.single_content h4 {
    background: #f5f4ef; }
  body.single main section.contents div.inner div.flex div.left div.nextprev_wrap li a {
    color: #cab551; }
  body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .pager__list {
    display: flex;
    justify-content: space-between;
    gap: 1em; }
  body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .pager__item {
    min-width: 80px;
    text-align: center; }

/* -------------------------------- 
heritage archive taxsonomy single components 
--------------------------------- */
body.post-type-archive-heritage main, body.taxsonomy-heritage main, body.tax-heritage_list main, body.single-heritage main {
  background: #fff; }
  body.post-type-archive-heritage main section.contents, body.taxsonomy-heritage main section.contents, body.tax-heritage_list main section.contents, body.single-heritage main section.contents {
    padding: 0 0 max(2rem, 3.75vw); }
    body.post-type-archive-heritage main section.contents div.inner div.area_wrap, body.taxsonomy-heritage main section.contents div.inner div.area_wrap, body.tax-heritage_list main section.contents div.inner div.area_wrap, body.single-heritage main section.contents div.inner div.area_wrap {
      display: grid;
      /*grid-template-columns: 520px 1fr;*/
      grid-template-columns: 1fr 1.25fr;
      gap: 3.65rem;
      justify-content: space-between;
      margin-bottom: 2.5rem;
      align-items: center; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap, body.taxsonomy-heritage main section.contents div.inner div.area_wrap, body.tax-heritage_list main section.contents div.inner div.area_wrap, body.single-heritage main section.contents div.inner div.area_wrap {
          grid-template-columns: 1fr;
          gap: 0;
          margin-top: 1.0rem;
          margin-bottom: 0; } }
      @media screen and (max-width: 767px) {
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt p, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt p, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt p, body.single-heritage main section.contents div.inner div.area_wrap div.txt p {
          margin-bottom: 0; } }
      body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt p.info, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt p.info, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt p.info, body.single-heritage main section.contents div.inner div.area_wrap div.txt p.info {
        margin-top: 2.5rem;
        font-size: .85rem; }
        @media screen and (max-width: 767px) {
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt p.info, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt p.info, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt p.info, body.single-heritage main section.contents div.inner div.area_wrap div.txt p.info {
            margin: .5rem 0; } }
      body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.0rem;
        margin: 2.0rem 0; }
        @media screen and (max-width: 767px) {
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area {
            gap: .5rem;
            margin: 1.0rem 0 2.0rem; } }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a {
          display: block;
          text-align: center;
          padding: .25rem;
          font-weight: bold; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a:hover {
            color: #fff !important; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a span, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a span, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a span, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a span {
            min-height: 32px;
            line-height: 32px;
            letter-spacing: 1em; }
            body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a span::after, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a span::after, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a span::after, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a span::after {
              content: "";
              margin-left: -1em; }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.all, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all {
          /*background: #000;*/
          border: 1px solid #000;
          /*color: #fff;*/
          color: #000;
          padding: 0; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.all span, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span {
            letter-spacing: 0 !important; }
            body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span::after, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span::after, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.all span::after, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span::after {
              content: "";
              margin-left: 0; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.all:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all:hover {
            background: #000;
            color: #fff; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current {
            background: #000;
            color: #fff;
            display: block;
            min-height: 32px;
            line-height: 32px;
            letter-spacing: 0; }
            body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current::after, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current::after, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current::after, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.all span.current::after {
              display: none; }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.center, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center {
          border: 1px solid #691c60;
          color: #691c60;
          padding: 0; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.center span, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span {
            letter-spacing: 0 !important; }
            body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span::after, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span::after, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.center span::after, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span::after {
              content: "";
              margin-left: 0; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.center:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center:hover {
            background: #691c60; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current {
            background: #691c60;
            color: #fff;
            display: block;
            min-height: 32px;
            line-height: 32px;
            letter-spacing: .25rem;
            letter-spacing: 0; }
            body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current::after, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current::after, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current::after, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.center span.current::after {
              display: none; }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.east, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east {
          border: 1px solid #bd6800;
          color: #bd6800;
          padding: 0;
          /*letter-spacing: 1em;*/
          /*&::after {
          	content: "";
          	margin-left: -1em;
          }*/ }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.east:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east:hover {
            background: #bd6800; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east span.current, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east span.current, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.east span.current, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.east span.current {
            background: #bd6800;
            color: #fff;
            display: block;
            min-height: 32px;
            line-height: 32px; }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.west, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west {
          border: 1px solid #759039;
          color: #759039;
          padding: 0;
          /*letter-spacing: 1em;*/
          /*&::after {
          	content: "";
          	margin-left: -1em;
          }*/ }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.west:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west:hover {
            background: #759039; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west span.current, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west span.current, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.west span.current, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.west span.current {
            background: #759039;
            color: #fff;
            display: block;
            min-height: 32px;
            line-height: 32px; }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.south, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south {
          border: 1px solid #a9618a;
          color: #a9618a;
          padding: 0;
          /*letter-spacing: 1em;*/
          /*&::after {
          	content: "";
          	margin-left: -1em;
          }*/ }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.south:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south:hover {
            background: #a9618a; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south span.current, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south span.current, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.south span.current, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.south span.current {
            background: #a9618a;
            color: #fff;
            display: block;
            min-height: 32px;
            line-height: 32px; }
        body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.north, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north {
          border: 1px solid #007e9e;
          color: #007e9e;
          padding: 0; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north:hover, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north:hover, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.north:hover, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north:hover {
            background: #007e9e; }
          body.post-type-archive-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north span.current, body.taxsonomy-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north span.current, body.tax-heritage_list main section.contents div.inner div.area_wrap div.txt ul.area li a.north span.current, body.single-heritage main section.contents div.inner div.area_wrap div.txt ul.area li a.north span.current {
            background: #007e9e;
            color: #fff;
            display: block;
            min-height: 32px;
            line-height: 32px; }
    body.post-type-archive-heritage main section.contents div.inner div.flex, body.taxsonomy-heritage main section.contents div.inner div.flex, body.tax-heritage_list main section.contents div.inner div.flex, body.single-heritage main section.contents div.inner div.flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        body.post-type-archive-heritage main section.contents div.inner div.flex, body.taxsonomy-heritage main section.contents div.inner div.flex, body.tax-heritage_list main section.contents div.inner div.flex, body.single-heritage main section.contents div.inner div.flex {
          display: block; } }
      body.post-type-archive-heritage main section.contents div.inner div.flex div.container, body.taxsonomy-heritage main section.contents div.inner div.flex div.container, body.tax-heritage_list main section.contents div.inner div.flex div.container, body.single-heritage main section.contents div.inner div.flex div.container {
        width: 100%; }
        body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list {
          display: flex;
          padding: 0;
          margin: 0 0 2.5rem;
          flex-wrap: wrap;
          gap: 1.5rem;
          /*@media screen and (min-width: 1200px) {
          	gap: 2px;
          }*/ }
          @media screen and (max-width: 767px) {
            body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list {
              gap: 2px; } }
          body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item {
            /*width: calc(100% / 3);*/
            width: calc(100% / 3 - 1.0rem);
            padding: 0;
            /*background: rgba(#fff,.9);*/
            cursor: pointer;
            margin-bottom: 1.5rem;
            /*@media screen and (min-width: 1200px) {
            	width: calc(100% / 3 - 1.5px);
            }*/ }
            @media screen and (max-width: 768px) {
              body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item {
                padding: 0; } }
            @media screen and (max-width: 767px) {
              body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item {
                width: calc(100% / 1);
                /*width: calc(100% / 2 - 1px);*/
                padding: 10px; } }
            body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__modal, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__modal, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__modal, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__modal {
              display: none; }
            body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.img, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.img, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.img, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.img {
              position: relative;
              margin-bottom: .5rem; }
            body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap {
              display: grid;
              grid-template-columns: repeat(2, 1fr); }
              body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type {
                background: #000;
                color: #fff;
                text-align: center;
                padding: .25rem; }
                @media screen and (max-width: 767px) {
                  body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.type {
                    font-size: .80rem; } }
              body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat {
                text-align: center; }
                @media screen and (max-width: 767px) {
                  body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat {
                    font-size: .80em; } }
                body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span {
                  background: #cab551;
                  color: #fff;
                  padding: .25rem;
                  width: 100%;
                  display: inline-block; }
                  @media screen and (max-width: 767px) {
                    body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span {
                      text-align: center; } }
                body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.center, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.center, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.center, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.center {
                  background: #691c60; }
                body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.east, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.east, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.east, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.east {
                  background: #bd6800; }
                body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.west, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.west, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.west, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.west {
                  background: #759039; }
                body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.south, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.south, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.south, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.south {
                  background: #a9618a; }
                body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.north, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.north, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.north, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.cat_wrap div.cat span.north {
                  background: #007e9e; }
            body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt {
              margin: .5rem 0; }
              body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.title, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.title, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.title, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.title {
                font-weight: bold;
                border-bottom: 1px solid #000;
                padding: .25rem 0; }
              body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.ado, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.ado, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.ado, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item .box-list__item-wrap div.txt div.ado {
                padding: .25rem 0; }
            body.post-type-archive-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item.is-hide, body.taxsonomy-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item.is-hide, body.tax-heritage_list main section.contents div.inner div.flex div.container ul.box-list li.box-list__item.is-hide, body.single-heritage main section.contents div.inner div.flex div.container ul.box-list li.box-list__item.is-hide {
              display: none; }

/* -------------------------------- 
contact components 
--------------------------------- */
body.contact p.tel {
  margin: 1.0rem 0; }

/* -------------------------------- 
404 components 
--------------------------------- */
body.error404 p.error-404__text {
  margin-bottom: 6.25rem;
  text-align: center; }
body.error404 div.bth-wrap {
  text-align: center; }

/* -------------------------------- 
form components
--------------------------------- */
div.form-wrap {
  /*---- reset ----*/
  /*ie hack*/
  /* text */
  /*ie hack*/
  /* password */
  /*---- オリジナル設定 ----*/ }
  div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap button, div.form-wrap textarea, div.form-wrap select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  div.form-wrap input::-ms-clear {
    visibility: hidden; }
  div.form-wrap input::-ms-reveal {
    visibility: hidden; }
  div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap textarea {
    outline: none;
    width: 100%;
    padding: .75em;
    border: 1px solid #bbb;
    border-radius: 8px;
    transition: .3s; }
  div.form-wrap input[type="text"]:focus, div.form-wrap input[type="number"]:focus, div.form-wrap input[type="tel"]:focus, div.form-wrap input[type="email"]:focus, div.form-wrap textarea:focus {
    box-shadow: 0 0 6px #cab551;
    border: 1px solid #cab551; }
  div.form-wrap input[type="submit"], div.form-wrap input[type="button"] {
    position: relative;
    display: inline-block;
    margin: 8px 4px;
    padding: 1.5em 2em;
    min-width: 280px;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    background: #cab551;
    border: 2px solid #cab551;
    border-radius: 100px;
    cursor: pointer;
    transition: .2s; }
    @media screen and (max-width: 767px) {
      div.form-wrap input[type="submit"], div.form-wrap input[type="button"] {
        min-width: 150px; } }
    div.form-wrap input[type="submit"]:hover, div.form-wrap input[type="button"]:hover {
      color: #cab551;
      background: #fff;
      transition: .2s; }
  div.form-wrap input[type="submit"]:disabled {
    cursor: default;
    opacity: .7; }
  div.form-wrap input[type="submit"]:disabled:hover {
    background-color: #cab551; }
  div.form-wrap input[type="text"].p-postal-code {
    max-width: 12em; }
  div.form-wrap .mw_wp_form .error {
    margin: 4px 0;
    font-size: .9em;
    color: crimson; }
  div.form-wrap span.red {
    color: crimson; }
  @media screen and (max-width: 768px) {
    div.form-wrap p.form-wrap__hissu {
      font-size: .9em;
      letter-spacing: .05em; } }
  div.form-wrap div.form-wrap__flex {
    display: flex;
    justify-content: space-between;
    padding: 1.5em .5em;
    border-bottom: 1px dotted #ccc; }
    div.form-wrap div.form-wrap__flex.top {
      border-top: 1px dotted #ccc; }
    @media screen and (max-width: 768px) {
      div.form-wrap div.form-wrap__flex {
        font-size: .9em;
        letter-spacing: .05em; } }
    @media screen and (max-width: 767px) {
      div.form-wrap div.form-wrap__flex {
        display: block; } }
    div.form-wrap div.form-wrap__flex div.left {
      flex-basis: 200px;
      width: 200px;
      padding-top: 4px; }
      div.form-wrap div.form-wrap__flex div.left p {
        margin: 8px 0; }
        div.form-wrap div.form-wrap__flex div.left p span.red {
          margin-left: .8em; }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.left {
          flex-basis: 160px;
          width: 160px; } }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.left {
          flex-basis: 100%;
          width: 100%;
          font-weight: bold; } }
    div.form-wrap div.form-wrap__flex div.right {
      flex-basis: calc(100% - 200px);
      width: calc(100% - 200px);
      /*---- radio ----*/
      /*---- serect ----*/
      /* ドロップダウンメニュー */
      /*.cf7__select select option:not(:first-child) {
      	color:#999;
      	font-size: .85rem;
      }*/ }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.right {
          flex-basis: calc(100% - 160px);
          width: calc(100% - 160px); } }
      @media screen and (max-width: 768px) {
        div.form-wrap div.form-wrap__flex div.right {
          flex-basis: 100%;
          width: 100%; } }
      div.form-wrap div.form-wrap__flex div.right span.p {
        display: block;
        margin-top: 4px;
        font-size: .9em; }
      div.form-wrap div.form-wrap__flex div.right p:empty:before {
        content: none; }
      div.form-wrap div.form-wrap__flex div.right input[type="radio"] {
        opacity: 0;
        visibility: hidden;
        position: absolute; }
      div.form-wrap div.form-wrap__flex div.right .wpcf7-list-item.first {
        margin-left: 0; }
      div.form-wrap div.form-wrap__flex div.right span.wpcf7-list-item-label {
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer; }
      div.form-wrap div.form-wrap__flex div.right span.wpcf7-list-item-label::before {
        display: block;
        content: "";
        border-radius: 50%;
        border: 1px solid #999;
        width: 16px;
        height: 16px;
        margin-right: 10px; }
      div.form-wrap div.form-wrap__flex div.right span.wpcf7-list-item-label::after {
        display: block;
        position: absolute;
        content: "";
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #cab551;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        display: none; }
      div.form-wrap div.form-wrap__flex div.right input[type="radio"]:checked + span.wpcf7-list-item-label::after {
        display: block; }
      @media screen and (max-width: 767px) {
        div.form-wrap div.form-wrap__flex div.right span.wpcf7-radio {
          display: flex;
          flex-direction: column; } }
      @media screen and (max-width: 767px) {
        div.form-wrap div.form-wrap__flex div.right span.wpcf7-list-item {
          margin-left: 0px; } }
      div.form-wrap div.form-wrap__flex div.right .cf7__select {
        position: relative; }
      div.form-wrap div.form-wrap__flex div.right .cf7__select:before {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 10;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid #000;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        pointer-events: none;
        content: ''; }
      div.form-wrap div.form-wrap__flex div.right .cf7__select select {
        width: 100%;
        padding: 19px 20px;
        background: #F4F4F4;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      div.form-wrap div.form-wrap__flex div.right .cf7__select select option:first-child {
        color: #999;
        font-size: .90rem; }
      div.form-wrap div.form-wrap__flex div.right .cf7__select select option:nth-child(n + 2) {
        color: #000; }
  div.form-wrap div.form-wrap__btn {
    margin-top: 20px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      div.form-wrap div.form-wrap__btn {
        /*text-align: left;*/ } }

/*error*/
div.mw_wp_form {
  margin-top: -110px;
  padding-top: 110px; }

/*recaptcha*/
p.recaptcha_policy {
  padding-bottom: 1em;
  font-size: .8em;
  border-bottom: 1px dotted #ccc; }

/*
div.grecaptcha-badge {
    visibility: hidden;
}
*/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.7);
  z-index: 1101;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .modal .modal-content {
    /*max-width: 800px;*/
    max-width: 80vw;
    width: 100%;
    /*height: auto;*/
    height: 80vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1em rgba(255, 255, 255, 0.28);
    aspect-ratio: 4 / 3; }
    @media screen and (max-width: 767px) {
      .modal .modal-content {
        max-width: 90vw;
        width: calc(100% - 40px);
        /*height: auto;*/
        height: 64vh;
        padding: 10px; } }
    .modal .modal-content .modal-body {
      width: calc(100% - 2rem);
      height: calc(100% - 2rem);
      position: absolute;
      top: 1rem;
      left: 1rem; }
      @media screen and (max-width: 767px) {
        .modal .modal-content .modal-body {
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          top: 10px;
          left: 10px; } }
    .modal .modal-content .box-list__modal_inner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
      .modal .modal-content .box-list__modal_inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        object-fit: contain;
        padding-bottom: 5.5rem; }
        @media screen and (max-width: 767px) {
          .modal .modal-content .box-list__modal_inner img {
            padding-bottom: 4.0rem; } }
    .modal .modal-content .txt {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      background: rgba(19, 19, 19, 0.7);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0.85rem 1.25rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .modal .modal-content .txt {
          font-size: .85rem;
          padding: 0.5rem .85rem; } }
      .modal .modal-content .txt div.title {
        font-size: 1.1rem;
        font-weight: bold;
        width: 100%;
        margin: 0 0 0.35rem; }
        @media screen and (max-width: 767px) {
          .modal .modal-content .txt div.title {
            font-size: .9rem;
            letter-spacing: 0; } }
      .modal .modal-content .txt div.ado {
        margin: 0;
        padding: 0; }
    .modal .modal-content > img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .modal .modal-content .modal-close {
      position: absolute;
      right: -12px;
      top: -12px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #131313;
      box-shadow: 0 0 1em rgba(255, 255, 255, 0.8);
      transition: .3s;
      cursor: pointer;
      border-radius: 50%; }
      .modal .modal-content .modal-close::before {
        font: var(--fa-font-solid);
        content: "\2b";
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        transition: .3s;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 40px; }
      .modal .modal-content .modal-close:hover {
        background: #cab551;
        transition: .3s; }
        .modal .modal-content .modal-close:hover::before {
          transition: .3s; }
    .modal .modal-content .modal-prev {
      width: 40px;
      height: 40px;
      background: #131313;
      position: absolute;
      top: calc(50% - 20px);
      left: -12px;
      padding: 10px;
      box-shadow: 0 0 1em rgba(255, 255, 255, 0.8);
      cursor: pointer;
      border: none; }
      @media screen and (max-width: 767px) {
        .modal .modal-content .modal-prev {
          width: 36px;
          height: 36px; } }
      .modal .modal-content .modal-prev img {
        transform: rotate(-90deg);
        width: calc(100% - 15px);
        height: auto;
        position: absolute;
        top: calc(50% - 5px);
        left: 8px; }
      .modal .modal-content .modal-prev:hover {
        background: #cab551; }
      .modal .modal-content .modal-prev.btn_hide {
        display: none; }
    .modal .modal-content .modal-next {
      width: 40px;
      height: 40px;
      background: #131313;
      position: absolute;
      top: calc(50% - 20px);
      right: -12px;
      padding: 10px;
      box-shadow: 0 0 1em rgba(255, 255, 255, 0.8);
      cursor: pointer;
      transition: .3s;
      border: none; }
      @media screen and (max-width: 767px) {
        .modal .modal-content .modal-next {
          width: 36px;
          height: 36px; } }
      .modal .modal-content .modal-next img {
        transform: rotate(90deg);
        width: calc(100% - 15px);
        height: auto;
        position: absolute;
        top: calc(50% - 5px);
        left: 8px; }
      .modal .modal-content .modal-next:hover {
        background: #cab551;
        transition: .3s; }
      .modal .modal-content .modal-next.btn_hide {
        display: none; }
        .modal .modal-content .modal-next.btn_hide.btn_show {
          display: block; }

/* cookie */
.cky-consent-container .cky-consent-bar {
  padding: 0 !important;
  border: 0 !important; }
  .cky-consent-container .cky-consent-bar .cky-banner-btn-close {
    top: 30px;
    right: 15px; }
    .cky-consent-container .cky-consent-bar .cky-banner-btn-close img {
      width: 15px;
      height: 15px; }
  .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
    justify-content: center;
    padding: .75rem 2.0rem; }
    @media (max-width: 576px) {
      .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {
        padding: 0 0; } }
    @media (max-width: 576px) {
      .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
        padding: 0 0; } }
    .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
      border-radius: .5rem;
      font-size: .85rem;
      font-weight: normal;
      padding: .25rem 1.0rem; }
