@charset "UTF-8";
:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (max-width: 767px) {
  .no-sp {
    display: none; } }

@media (min-width: 960px) {
  .tb {
    display: none; } }
@media (max-width: 767px) {
  .tb {
    display: none; } }

@media (max-width: 959px) and (min-width: 768px) {
  .no-tb {
    display: none; } }

@media (max-width: 959px) {
  .pc {
    display: none; } }

@media (min-width: 960px) {
  .no-pc {
    display: none; } }

@media (min-width: 376px) {
  .mini {
    display: none; } }

@media (max-width: 375px) {
  .no-mini {
    display: none; } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.imgSquare img,
.imgCircle img {
  width: 250px;
  height: 250px;
  object-fit: cover; }

.imgCircle img {
  border-radius: 50%; }

@media (max-width: 767px) {
  picture[class^="imgSize"] img {
    width: 80%; } }
@media (min-width: 768px) {
  picture.imgSize25 img {
    width: 25%; }
  picture.imgSize50 img {
    width: 50%; }
  picture.imgSize75 img {
    width: 75%; } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.center {
  text-align: center; }

.right {
  text-align: right !important; }

.ncNarrow {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (min-width: 768px) {
    .ncNarrow {
      max-width: 800px; } }

.flex {
  display: flex;
  flex-wrap: wrap; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.rice {
  font-size: 80%;
  line-height: 1.5 !important;
  margin-bottom: 0 !important; }
  .rice::before {
    content: "※"; }

.ico_c {
  position: relative;
  padding-left: calc(8px + 0.5em); }
  .ico_c::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    content: ""; }
  .ico_c::before {
    top: 0.6em; }

.bgPrimary {
  background-color: #baac95;
  color: #fff; }

.bgLight {
  background-color: #E2DCD2; }

.bdGray {
  border: solid 1px #888; }

.bdLight {
  border: solid 1px rgba(186, 171, 147, 0.3); }

.bdPrimary {
  border: solid 1px #baac95; }

.bdPrimary-l {
  border: solid 1px #ccbca3; }

.signature {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .signature span {
    display: block; }

.ncSiteinfo_logo {
  max-width: 300px; }
.ncSiteinfo_name {
  display: block;
  margin-bottom: 1em;
  font-size: 120%; }
.ncSiteinfo_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ncSiteinfo_info dt {
    display: flex;
    align-items: baseline;
    width: 7em;
    margin-bottom: 1em; }
    .ncSiteinfo_info dt[class^="ncIcon"]::before {
      background-color: #333; }
  .ncSiteinfo_info dd {
    width: calc(100% - 7em);
    margin-bottom: 1em; }
  .ncSiteinfo_info p {
    margin-bottom: 0; }

.ncSticker {
  position: relative; }
  .ncSticker_item {
    position: absolute;
    display: inline-block;
    text-align: center;
    background: #59abd1;
    color: #fff; }
    .ncSticker_item:before, .ncSticker_item:after {
      position: absolute;
      content: ""; }
    .ncSticker_item:before {
      width: 0;
      height: 0; }
    .ncSticker_item:after {
      display: block; }
    .ncSticker_item i {
      position: relative;
      z-index: 1;
      color: #E2DCD2; }
  .ncSticker.-baloon {
    padding: calc(15px ) 1em 1em; }
    .ncSticker.-baloon .ncSticker_item {
      top: calc(-1 * 7em / 2);
      left: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 7em;
      height: calc(7em / 2);
      margin: auto;
      background-color: #fff;
      border: 2px solid #59abd1;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      color: #59abd1;
      font-size: 80%;
      font-weight: bold;
      text-align: center; }
      .ncSticker.-baloon .ncSticker_item::after, .ncSticker.-baloon .ncSticker_item::before {
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none; }
      .ncSticker.-baloon .ncSticker_item::before {
        margin-left: calc(-1 * 7px);
        border-left-width: 7px;
        border-right-width: 7px;
        border-bottom-width: 15px;
        border-top-width: 15px;
        border-top-color: #59abd1; }
      .ncSticker.-baloon .ncSticker_item::after {
        margin-left: calc(-1 * 4px);
        border-left-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 11px;
        border-top-width: 11px;
        border-top-color: #FFFFFF; }
  .ncSticker.-ribbon.-left {
    padding: 30px 1em 1em 1em; }
    .ncSticker.-ribbon.-left .ncSticker_item {
      top: calc(10px * -1);
      left: calc(10px * -1);
      width: 120px;
      height: 30px; }
      .ncSticker.-ribbon.-left .ncSticker_item:before {
        top: 100%;
        left: 0;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #baac95; }
      .ncSticker.-ribbon.-left .ncSticker_item:after {
        top: 0;
        left: 100%;
        height: 50%;
        border: calc(30px / 2) solid #59abd1;
        border-right-width: 10px;
        border-right-color: transparent; }
    @media (max-width: 767px) {
      .ncSticker.-ribbon.-left.-switch {
        padding: 1em 1em 1em calc(3em + 10px + 1em); }
        .ncSticker.-ribbon.-left.-switch .ncSticker_item {
          top: calc(10px * -1);
          left: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3em;
          height: 6em;
          writing-mode: vertical-rl; }
          .ncSticker.-ribbon.-left.-switch .ncSticker_item:before {
            left: auto;
            right: calc(10px * -1);
            top: 0;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #baac95; }
          .ncSticker.-ribbon.-left.-switch .ncSticker_item:after {
            top: 100%;
            left: 0;
            height: 0;
            border: calc(3em / 2) solid #59abd1;
            border-top-width: 0;
            border-bottom-width: 15px;
            border-bottom-color: transparent; } }
  .ncSticker.-ribbon.-top {
    padding: 1em 1em 1em calc(60px + 10px + 1em); }
    .ncSticker.-ribbon.-top .ncSticker_item {
      top: calc(10px * -1);
      left: 10px;
      width: 60px;
      height: 60px; }
      .ncSticker.-ribbon.-top .ncSticker_item:before {
        right: calc(10px * -1);
        border-right: 10px solid transparent;
        border-bottom: 10px solid #baac95; }
      .ncSticker.-ribbon.-top .ncSticker_item:after {
        top: 50%;
        left: 0;
        height: 50%;
        border: calc(60px / 2) solid #59abd1;
        border-bottom-width: 15px;
        border-bottom-color: transparent; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.modified {
  color: #840000; }
  .modified::before, .modified::after {
    content: '｜'; }

.marker {
  display: inline;
  width: fit-content;
  background: linear-gradient(transparent 75%, #ccbca3 75%); }

.red {
  color: #840000; }

.bold {
  font-weight: bold; }

@media (min-width: 768px) {
  .large {
    font-size: 24px; } }
@media (max-width: 767px) {
  .large {
    font-size: 20px; } }

.small {
  font-size: 80%; }

.microcopy {
  font-size: 10px; }

.diagon {
  position: relative;
  display: inline-block;
  padding: 0 calc(8px * 4); }
  .diagon::before, .diagon::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    border: 1px dashed; }
  .diagon::before {
    left: 0;
    transform: rotate(-25deg); }
  .diagon::after {
    right: 0;
    transform: rotate(25deg); }

.ncIcon {
  line-height: 1em; }
  .ncIcon:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-color: #333;
    content: ""; }
  .ncIcon.-location:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/location.svg?u18q4c7tk");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/location.svg?u18q4c7tn");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-phone:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/phone.svg?u18q4c7tw");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/phone.svg?u18q4c7u3");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-mail:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/envelope.svg?u18q4c7u9");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/envelope.svg?u18q4c7ud");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-clock:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/clock.svg?u18q4c7ui");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/clock.svg?u18q4c7uq");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-checksquare:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/check-square.svg?u18q4c7ux");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/check-square.svg?u18q4c7uy");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-bus:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/bus.svg?u18q4c7v6");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/bus.svg?u18q4c7vd");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-train:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/train.svg?u18q4c7vh");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/train.svg?u18q4c7vi");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-parking:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/parking.svg?u18q4c7vn");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/parking.svg?u18q4c7vs");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-automobile:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/car.svg?u18q4c7vx");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/car.svg?u18q4c7vz");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-twitter:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/twitter.svg?u18q4c7w3");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/twitter.svg?u18q4c7wd");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-facebook:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/facebook.svg?u18q4c7wl");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/facebook.svg?u18q4c7wp");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-info:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/info.svg?u18q4c7ww");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/info.svg?u18q4c7x5");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-warn:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/warn.svg?u18q4c7xd");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/warn.svg?u18q4c7xl");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-money:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/money.svg?u18q4c7xs");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/money.svg?u18q4c7xx");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-add:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/add.svg?u18q4c7y2");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/add.svg?u18q4c7yb");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-remove:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/remove.svg?u18q4c7yg");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/remove.svg?u18q4c7yh");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-triangle-exclamation:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/triangle-exclamation.svg?u18q4c7yn");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/triangle-exclamation.svg?u18q4c7yp");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }
  .ncIcon.-light:before {
    mask-image: url("/wp-content/site-parts/ncParts/icon/lightbulb.svg?u18q4c7yv");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/lightbulb.svg?u18q4c7yy");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(8px * 6);
  margin-bottom: calc(8px * 6); }
  .ncColumns_panel {
    display: block; }
    @media (max-width: 767px) {
      .ncColumns_panel {
        width: 100%; }
        .ncColumns_panel:not(:first-of-type) {
          margin-top: calc(8px * 3); } }
  .ncColumns.alternate {
    flex-direction: row-reverse; }
  .ncColumns h3 {
    margin-top: 0 !important; }
  @media (min-width: 768px) {
    .ncColumns.-half .ncColumns_panel {
      width: calc((100% - calc(8px * 3)) / 2); } }
  @media (min-width: 768px) {
    .ncColumns.-three .ncColumns_panel {
      width: calc((100% - calc(8px * 3) * 2) / 3); } }
  @media (min-width: 768px) {
    .ncColumns.-four .ncColumns_panel {
      width: calc((100% - calc(8px * 3) * 3) / 4); } }
  @media (min-width: 768px) {
    .ncColumns.-semibias .ncColumns_panel.-mini {
      width: calc((100% - calc(8px * 3)) * 0.4); }
    .ncColumns.-semibias .ncColumns_panel.-large {
      width: calc((100% - calc(8px * 3)) * 0.6); } }
  @media (min-width: 768px) {
    .ncColumns.-bias .ncColumns_panel.-mini {
      width: calc((100% - calc(8px * 3)) * 0.3); }
    .ncColumns.-bias .ncColumns_panel.-large {
      width: calc((100% - calc(8px * 3)) * 0.7); } }
  @media (min-width: 768px) {
    .ncColumns.-grid-h .ncColumns_panel {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 50%;
      margin-bottom: calc(8px * 4); }
    .ncColumns.-grid-h .ncColumns_inner {
      width: 50%; } }
  @media (min-width: 768px) {
    .ncColumns.-grid-sb .ncColumns_panel {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: calc((100% - calc(8px * 3)) / 2);
      margin-bottom: calc(8px * 4); }
    .ncColumns.-grid-sb .ncColumns_inner.-mini {
      width: calc(40% - calc(8px * 2)); }
    .ncColumns.-grid-sb .ncColumns_inner.-large {
      width: 60%; } }
  @media (max-width: 767px) {
    .ncColumns.-voice {
      flex-direction: column;
      align-items: center; } }
  .ncColumns.-voice .ncColumns_panel.-image {
    position: relative;
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 150px; }
    @media (max-width: 767px) {
      .ncColumns.-voice .ncColumns_panel.-image {
        margin-bottom: calc(8px * 4); } }
    .ncColumns.-voice .ncColumns_panel.-image::before {
      display: block;
      padding-top: 100%;
      content: ""; }
    .ncColumns.-voice .ncColumns_panel.-image img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%; }
  .ncColumns.-voice .ncColumns_panel.-text {
    min-height: 150px;
    position: relative;
    order: 1;
    padding: calc(8px * 2);
    border: calc(8px * 0.5) solid #baac95;
    border-radius: calc(8px * 2); }
    @media (min-width: 768px) {
      .ncColumns.-voice .ncColumns_panel.-text {
        width: calc(100% - 150px - calc(8px * 2)); } }
    @media (max-width: 767px) {
      .ncColumns.-voice .ncColumns_panel.-text {
        width: 100%; } }
    .ncColumns.-voice .ncColumns_panel.-text::after {
      position: absolute;
      height: 0;
      width: 0;
      border: solid transparent 8px;
      content: ''; }
      @media (min-width: 768px) {
        .ncColumns.-voice .ncColumns_panel.-text::after {
          top: 50%;
          left: calc(-1 * calc(8px * 2.5));
          border-right-color: #baac95;
          margin-top: calc(-1 * 8px); } }
      @media (max-width: 767px) {
        .ncColumns.-voice .ncColumns_panel.-text::after {
          bottom: 100%;
          left: 50%;
          margin-left: calc(-1 * 8px);
          border-bottom-color: #baac95; } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncRows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%; }
  .ncRows_title {
    margin-bottom: calc(8px * 2);
    font-size: 110%;
    font-weight: bold;
    text-align: center; }
  .ncRows_image {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 960px) {
      .ncRows_image {
        width: 100%; } }
    @media (max-width: 959px) and (min-width: 768px) {
      .ncRows_image {
        width: 70%; } }
    .ncRows_image figure,
    .ncRows_image picture {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      aspect-ratio: 13 / 8;
      overflow: hidden; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncAccordion_switch {
  display: block;
  cursor: pointer; }
.ncAccordion_content {
  display: none; }

.ncAccordion[class*="-icon"] .ncAccordion_switch:after {
  display: block;
  content: "";
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }
.ncAccordion.-icon-add .ncAccordion_switch:after {
  width: 1.5em;
  height: 1.5em;
  mask-image: url("/wp-content/site-parts/ncParts/icon/add.svg?u18q4c7z7");
  -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/add.svg?u18q4c7zc");
  background-color: #baac95;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #333; }
.ncAccordion.-icon-add .ncAccordion_switch.open::after {
  mask-image: url("/wp-content/site-parts/ncParts/icon/remove.svg?u18q4c7zd");
  -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/remove.svg?u18q4c7zi");
  background-color: #baac95;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.ncAccordion.-icon-chev .ncAccordion_switch {
  position: relative;
  padding-left: 1.5em; }
  .ncAccordion.-icon-chev .ncAccordion_switch:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto;
    mask-image: url("/wp-content/site-parts/ncParts/icon/chevron-down.svg?u18q4c7zm");
    -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/chevron-down.svg?u18q4c7zv");
    background-color: #baac95;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: #333; }
  .ncAccordion.-icon-chev .ncAccordion_switch.open::after {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
.ncAccordion_switch {
  display: flex;
  justify-content: space-between; }
  .ncAccordion_switch p {
    width: calc(100% - 2em);
    margin-bottom: 0 !important; }
.ncAccordion.-numbering {
  counter-reset: ncAccoNum; }
  .ncAccordion.-numbering .ncAccordion_switch::before {
    display: inline-block;
    content: counter(ncAccoNum);
    counter-increment: ncAccoNum 1; }
  .ncAccordion.-numbering .ncAccordion_switch p {
    display: inline-block; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncButton {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: calc(8px * 4);
  margin-bottom: calc(8px * 4); }
  .ncButton p {
    margin-bottom: 0; }
  .ncButton_btn {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #3f5973;
    border-radius: 25px;
    color: #3f5973;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 0.88889rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

h2 {
  margin-bottom: 1em;
  font-weight: normal; }
  @media (min-width: 960px) {
    h2 {
      font-size: 26px; } }
  @media (max-width: 959px) and (min-width: 768px) {
    h2 {
      font-size: 160%; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 140%; } }
  @media (max-width: 375px) {
    h2 {
      font-size: 120%; } }
  h2.ncH2 {
    width: fit-content;
    margin: auto;
    padding: calc(8px * 4);
    background: #E2DCD2;
    border-radius: 40px;
    text-align: center; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncH3 {
  width: 100%;
  margin-top: calc(8px * 4) !important;
  margin-bottom: calc(8px * 4) !important; }
  @media (min-width: 960px) {
    .ncH3 {
      font-size: calc(8px * 2.5); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncH3 {
      font-size: 150%; } }
  @media (max-width: 767px) {
    .ncH3 {
      font-size: 120%; } }
  @media (max-width: 375px) {
    .ncH3 {
      font-size: 100%; } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncFrame.-count-set {
  counter-reset: countset 0; }
  .ncFrame.-count-set .ncFrame_panel {
    position: relative;
    margin-bottom: calc(8px * 3);
    padding: calc(8px * 1.5) calc(8px * 5);
    border: solid 2px #8c6e8c; }
    .ncFrame.-count-set .ncFrame_panel:before {
      counter-increment: countset 1;
      content: "STEP " counter(countset,decimal-leading-zero); }
    .ncFrame.-count-set .ncFrame_panel::after {
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      display: block;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-right: 14px solid transparent;
      border-left: 14px solid transparent;
      border-top: 10px solid #8c6e8c;
      border-bottom: 0;
      content: ""; }
    .ncFrame.-count-set .ncFrame_panel:last-of-type {
      margin-bottom: 0; }
      .ncFrame.-count-set .ncFrame_panel:last-of-type::after {
        content: none; }
  .ncFrame.-count-set .ncFrame_title {
    color: #baac95; }
.ncFrame.-tab .ncFrame_title {
  display: inline-block;
  adding: 8px;
  background-color: #8c6e8c;
  color: #fff;
  font-weight: normal; }
.ncFrame.-tab .ncFrame_content {
  border: solid 2px #8c6e8c;
  padding: calc(8px * 1.5); }
.ncFrame.-topic {
  width: 100%;
  margin: calc(8px * 2) auto calc(8px * 6);
  border: solid 1px rgba(186, 171, 147, 0.3); }
  @media (min-width: 768px) {
    .ncFrame.-topic {
      max-width: 800px; } }
  .ncFrame.-topic .ncFrame_title {
    padding: 8px calc(8px * 2);
    background-color: #E2DCD2;
    border-bottom: solid 1px rgba(186, 171, 147, 0.3); }
    .ncFrame.-topic .ncFrame_title::before {
      margin-right: 8px;
      font-size: 110%;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f05a'; }
    .ncFrame.-topic .ncFrame_title:not(.open) {
      border-bottom: none; }
  .ncFrame.-topic .ncFrame_content {
    padding: calc(8px * 2); }
    .ncFrame.-topic .ncFrame_content p {
      margin: 0 !important; }
  .ncFrame.-topic.-warning {
    border-color: #840000; }
    .ncFrame.-topic.-warning .ncFrame_title {
      background-color: #840000;
      color: #fff;
      border-bottom-color: #840000; }
      .ncFrame.-topic.-warning .ncFrame_title::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f071'; }
.ncFrame.-faq .ncFrame_title, .ncFrame.-faq .ncFrame_content {
  position: relative;
  padding-top: 0.2em;
  padding-left: 2.5em;
  line-height: 1.6; }
  .ncFrame.-faq .ncFrame_title::before, .ncFrame.-faq .ncFrame_content::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
    font-weight: normal; }
.ncFrame.-faq .ncFrame_title {
  margin-bottom: 1em; }
  .ncFrame.-faq .ncFrame_title::before {
    background-color: #baac95;
    content: "Q"; }
.ncFrame.-faq .ncFrame_content {
  margin-bottom: 2em; }
  .ncFrame.-faq .ncFrame_content::before {
    background-color: #888;
    content: "A"; }
.ncFrame.-bar .ncFrame_title {
  margin-bottom: 1em;
  border: solid 1px rgba(186, 171, 147, 0.3); }
  @media (min-width: 960px) {
    .ncFrame.-bar .ncFrame_title {
      padding: calc(8px * 1.5) 8px;
      font-size: calc(8px * 2.5); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncFrame.-bar .ncFrame_title {
      padding: 8px;
      font-size: calc(8px * 2); } }
  @media (max-width: 767px) {
    .ncFrame.-bar .ncFrame_title {
      padding: calc(8px * 1.5); } }
.ncFrame.-bar .ncFrame_content {
  margin-bottom: 2em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .ncFrame.-bar .ncFrame_content {
      max-width: 800px; } }
.ncFrame.-numbering {
  counter-reset: number 0; }
  .ncFrame.-numbering .ncFrame_title::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    background-color: #baac95;
    color: #fff;
    border-radius: 50%;
    font-size: 90%;
    font-family: "Noto JP", "gothic";
    content: counter(number);
    counter-increment: number 1; }
  .ncFrame.-numbering .ncFrame_title p {
    width: calc(100% - 2em -  0.5em - 1em); }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncList {
  margin: calc(8px * 2) 0; }
  @media (min-width: 768px) {
    .ncList {
      padding: calc(8px * 2); } }
  .ncList > li {
    width: 100%;
    list-style: none;
    position: relative;
    padding-left: calc(8px + 0.5em); }
    .ncList > li::before {
      position: absolute;
      top: 0.6em;
      left: 0;
      display: block;
      width: 8px;
      height: 8px;
      background-color: #333;
      border-radius: 50%;
      content: ""; }
  .ncList.-row {
    display: flex;
    flex-wrap: wrap; }
    .ncList.-row > li {
      width: auto;
      margin-right: 1em; }
  .ncList.-row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .ncList.-row2 > li {
        width: 49%; } }
  .ncList.-row3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%; }
    @media (min-width: 768px) {
      .ncList.-row3 > li {
        width: 30%; }
        .ncList.-row3 > li:nth-of-type:not(:nth-of-type(3n)) {
          margin-right: calc((100% - 32% * 3) / 2); } }
  .ncList.-row4 {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .ncList.-row4 > li {
        width: 24%; }
        .ncList.-row4 > li:nth-of-type:not(:nth-of-type(4n)) {
          margin-right: calc((100% - 24% * 4) / 3); } }
  .ncList.-count {
    counter-reset: ncCount; }
    .ncList.-count > li {
      padding-left: 1.5em; }
      .ncList.-count > li::before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: auto;
        margin-right: 1em;
        background-color: initial;
        color: inherit;
        font-size: inherit;
        content: counter(ncCount) ".";
        counter-increment: ncCount 1; }
  .ncList.-rice > li {
    margin-bottom: 0 !important;
    font-size: 85%;
    line-height: 1.5 !important; }
    .ncList.-rice > li::before {
      top: 0;
      width: 1em;
      height: auto;
      font-family: inherit;
      content: "※";
      background-color: initial; }
  .ncList.-check > li {
    padding-left: 1.5em; }
    .ncList.-check > li::before {
      top: 0;
      width: 1em;
      height: auto;
      background-color: initial;
      color: #840000;
      font-family: 'icomoon' !important;
      content: "\ea10"; }
  .ncList.-checksquare > li {
    padding-left: 2.5em; }
    .ncList.-checksquare > li::before {
      top: 0.2em;
      width: 1.5em;
      height: 1.5em;
      background-color: #baac95;
      border-radius: 0;
      content: "";
      mask-image: url("/wp-content/site-parts/ncParts/icon/check-square.svg?u18q4c800");
      -webkit-mask-image: url("/wp-content/site-parts/ncParts/icon/check-square.svg?u18q4c803");
      background-color: #baac95;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncMenu_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5em;
  width: 100%;
  height: fit-content;
  margin-bottom: 2em; }
  .ncMenu_menu::before {
    content: "";
    order: 1;
    flex: 1 1 0;
    min-width: 0;
    height: 0;
    align-self: center;
    border-top: dotted 3px #D7B27A; }
  .ncMenu_menu dt, .ncMenu_menu dd {
    margin: 0; }
.ncMenu_name {
  flex: 0 0 auto;
  white-space: nowrap; }
.ncMenu_price {
  order: 1;
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 700; }
.ncMenu_text {
  order: 2;
  width: 100%;
  font-size: 90%; }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncPopup__btn {
  cursor: pointer;
  width: 100%; }
.ncPopup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
.ncPopup__contents {
  position: fixed;
  top: 10%;
  left: 50%;
  display: none;
  width: 95%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000; }
.ncPopup__inner {
  padding: calc(8px * 3) calc(8px * 5);
  background: #fff;
  height: auto; }
.ncPopup i {
  cursor: pointer;
  position: absolute;
  top: calc(8px * 2);
  right: calc(8px * 2);
  z-index: 10000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(8px * 5);
  height: calc(8px * 5);
  background-color: #fff;
  border-radius: calc(8px * 0.5);
  font-size: calc(8px * 4); }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

@media (max-width: 767px) {
  .ncSche div[class^="columns--half_"] {
    margin-bottom: 0; } }
.ncSche_content .ncColumns {
  margin-top: 0;
  margin-bottom: 0; }

:root {
  --flow_numFont: calc(8px * 2.5); }

@media (min-width: 768px) {
  :root {
    --flow_numFont: calc(8px * 3); } }
.ncSche.-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .ncSche.-flow dt,
  .ncSche.-flow dd {
    padding-top: calc(8px * 4);
    padding-bottom: calc(8px * 4); }
  .ncSche.-flow dt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(8px * 10); }
    .ncSche.-flow dt::before {
      position: absolute;
      top: 100%;
      bottom: 0;
      left: 50%;
      z-index: 0;
      display: block;
      height: 100%;
      margin: auto;
      border-left: 3px solid #CCCCCC;
      content: ''; }
    .ncSche.-flow dt:last-of-type::before {
      content: none; }
    .ncSche.-flow dt span {
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: calc(8px * 6);
      background-color: #baac95;
      color: #fff;
      font-size: 120%;
      font-weight: bold; }
  .ncSche.-flow dd {
    width: calc(100% - calc(8px * 10));
    padding: 0 calc(calc(8px * 10) / 2); }
.ncSche.-flowNum {
  counter-reset: ncIcoNum;
  margin-top: calc(8px * 4);
  margin-bottom: calc(8px * 4); }
  .ncSche.-flowNum .ncSche_panel {
    position: relative;
    z-index: 100;
    padding-left: calc(calc(var(--flow_numFont) * 2) + 0.5em); }
    .ncSche.-flowNum .ncSche_panel:not(:last-of-type) {
      padding-bottom: calc(8px * 5); }
      .ncSche.-flowNum .ncSche_panel:not(:last-of-type)::after {
        position: absolute;
        top: 0;
        left: calc((calc(var(--flow_numFont) * 2) - 0.3em) / 2);
        z-index: 0;
        display: block;
        width: 0.3em;
        height: 100%;
        margin: auto;
        background-color: #888;
        content: ""; }
  .ncSche.-flowNum .ncSche_title {
    font-weight: bold;
    line-height: calc(var(--flow_numFont) * 2); }
    .ncSche.-flowNum .ncSche_title::before {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(var(--flow_numFont) * 2);
      height: calc(var(--flow_numFont) * 2);
      background-color: #baac95;
      border-radius: 50%;
      color: #fff;
      font-size: var(--flow_numFont);
      line-height: 1;
      font-family: "M PLUS Rounded 1c", sans-serif !important;
      content: counter(ncIcoNum);
      counter-increment: ncIcoNum 1; }
  .ncSche.-flowNum .ncSche_content p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .ncSche.-flow.ncColumns.-half .ncColumns_panel:first-of-type .ncSche--flow_panel:last-of-type::before {
    position: absolute;
    bottom: calc(-1 * 8px);
    left: calc((calc(var(--flow_numFont) * 2) - 0.3em) / 2 - calc(8px * 2) + 0.3em);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(8px * 4) 0 0 calc(8px * 2);
    border-color: #ddd transparent transparent transparent;
    content: ""; } }
.ncSche.-flow.ncColumns.-half .ncColumns_panel:first-of-type .ncSche--flow_panel:last-of-type::after {
  position: absolute;
  top: 0;
  left: calc((calc(var(--flow_numFont) * 2) - 0.3em) / 2);
  z-index: 0;
  display: block;
  width: 0.3em;
  height: 100%;
  margin: auto;
  background-color: #888;
  content: ""; }

.ncSche.-day .ncSche_panel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: calc(8px * 2); }
  .ncSche.-day .ncSche_panel:not(:last-of-type)::before {
    position: absolute;
    top: 0.8em;
    left: calc(4.5em - 0.3em / 2);
    display: block;
    width: 0.3em;
    height: 100%;
    margin: auto;
    background-color: #888;
    content: ""; }
.ncSche.-day .ncSche_time {
  position: relative;
  justify-content: flex-end;
  padding-right: 1em;
  width: 4.5em;
  text-align: right; }
  .ncSche.-day .ncSche_time::after {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: calc(-1 * 1em / 2);
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 50%;
    background-color: #99709B;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ""; }
.ncSche.-day .ncSche_content {
  width: calc(100% - 4.5em);
  padding-left: 1em; }
  .ncSche.-day .ncSche_content picture {
    max-width: 300px; }
  .ncSche.-day .ncSche_content.columns {
    align-items: flex-start; }
.ncSche.-day .ncSche_title {
  color: #8c6e8c;
  font-weight: bold; }

.ncSche.-year {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(8px * 4); }
  .ncSche.-year .ncSche_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    margin: 0;
    border-bottom: dotted 2px #bbb; }
  .ncSche.-year .ncSche_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold; }
  .ncSche.-year .ncSche_time picture {
    display: flex;
    justify-content: center; }
  .ncSche.-year .ncSche_time img {
    width: auto;
    height: 6em; }
  @media (min-width: 768px) {
    .ncSche.-year .ncSche_time {
      width: 10em; }
    .ncSche.-year .ncSche_content {
      width: calc(100% - 8px - 10em);
      min-height: 11em; } }
  @media (max-width: 767px) {
    .ncSche.-year .ncSche_time {
      width: 8em; }
    .ncSche.-year .ncSche_content {
      width: calc(100% - 8px - 8em);
      min-height: 11em; } }
  @media (min-width: 768px) {
    .ncSche.-year .ncSche_panel {
      width: 50%; }
      .ncSche.-year .ncSche_panel:nth-of-type(even) {
        border-left: dotted 2px #bbb; } }
  @media (max-width: 767px) {
    .ncSche.-year .ncSche_panel {
      width: 100%; } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

@media (max-width: 767px) {
  .ncSlider .ncRows_image {
    width: 100%;
    height: 100%; } }
@media (min-width: 768px) {
  .ncSlider {
    padding-right: calc(8px * 2);
    padding-left: calc(8px * 2); } }
.ncSlider .slick-prev {
  left: 0; }
.ncSlider .slick-next {
  right: 0; }
.ncSlider .slick-prev::before, .ncSlider .slick-next::before {
  color: #333; }
.ncSlider .slick-dots {
  position: static;
  margin: 0 !important;
  padding: 0 !important; }
  .ncSlider .slick-dots li {
    line-height: inherit !important; }
    .ncSlider .slick-dots li button {
      background-color: #333;
      border: #333 solid 1px;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .ncSlider .slick-dots li button {
          width: 8px;
          height: 8px; } }
      @media (max-width: 767px) {
        .ncSlider .slick-dots li button {
          width: 8px;
          height: 8px; } }
      .ncSlider .slick-dots li button-active {
        transform: scale(1.2); }
@media (min-width: 768px) {
  .ncSlider .slick-slide {
    padding-right: 8px;
    padding-left: 8px; } }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

.ncTable {
  margin-bottom: calc(8px * 6);
  border: solid 1px #888; }
  .ncTable_component {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .ncTable_component:not(:last-of-type) {
      border-bottom: solid 1px #888; }
  .ncTable_dt, .ncTable_dd {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: calc(8px * 2); }
    .ncTable_dt:not(:last-child), .ncTable_dd:not(:last-child) {
      border-right: solid 1px #888; }
  .ncTable_dt {
    background-color: #E2DCD2;
    justify-content: center;
    text-align: center; }
  .subject .ncTable_dd {
    justify-content: center; }
  .ncTable_dd.addSpan {
    position: relative; }
    .ncTable_dd.addSpan .rice {
      position: absolute;
      font-size: 75%;
      top: calc(50% + calc(8px * 0.5)); }
  .ncTable_dd p:last-child {
    margin-bottom: 0; }
  @media (max-width: 375px) {
    .ncTable {
      font-size: 85%; } }
  @media (min-width: 960px) {
    .ncTable.-straight .ncTable_dt {
      width: 13em; }
    .ncTable.-straight .ncTable_dd {
      width: calc((100% - 13em) / 2); }
      .ncTable.-straight .ncTable_dd.through2 {
        width: calc(calc((100% - 13em) / 2) * 2); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncTable.-straight .ncTable_dt {
      width: 13em; }
    .ncTable.-straight .ncTable_dd {
      width: calc((100% - 13em) / 2); }
      .ncTable.-straight .ncTable_dd.through2 {
        width: calc(calc((100% - 13em) / 2) * 2); } }
  @media (max-width: 767px) {
    .ncTable.-straight .ncTable_dt {
      width: 5em; }
    .ncTable.-straight .ncTable_dd {
      width: calc((100% - 5em) / 2); } }
  @media (max-width: 375px) {
    .ncTable.-straight .ncTable_dt {
      width: 5em; }
    .ncTable.-straight .ncTable_dd {
      width: calc((100% - 5em) / 2); } }
  @media (min-width: 960px) {
    .ncTable.-stack .ncTable_dt {
      width: 13em; }
    .ncTable.-stack .ncTable_dd {
      width: calc((100% - 13em) / 2); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncTable.-stack .ncTable_dt {
      width: 13em; }
    .ncTable.-stack .ncTable_dd {
      width: calc((100% - 13em) / 2); } }
  @media (max-width: 767px) {
    .ncTable.-stack .ncTable_dt {
      padding-top: 8px;
      padding-bottom: 8px; } }
  .ncTable.-stack .ncTable_dd > * {
    width: 100%; }
  @media (max-width: 767px) {
    .ncTable.-stack .ncTable_component:last-of-type {
      border-bottom: none; }
    .ncTable.-stack .ncTable_dt, .ncTable.-stack .ncTable_dd {
      width: 100% !important;
      border-right: none !important; }
    .ncTable.-stack .ncTable_dt {
      justify-content: center; } }
  @media (min-width: 960px) {
    .ncTable.-flex .ncTable_dt {
      width: 13em; }
    .ncTable.-flex .ncTable_dd {
      width: calc((100% - 13em) / 2); }
      .ncTable.-flex .ncTable_dd.through2 {
        width: calc(calc((100% - 13em) / 2) * 2); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncTable.-flex .ncTable_dt {
      width: 13em; }
    .ncTable.-flex .ncTable_dd {
      width: calc((100% - 13em) / 2); }
      .ncTable.-flex .ncTable_dd.through2 {
        width: calc(calc((100% - 13em) / 2) * 2); } }
  @media (max-width: 767px) {
    .ncTable.-flex .ncTable_dt {
      width: 5em; }
    .ncTable.-flex .ncTable_dd {
      width: calc((100% - 5em) / 2); } }
  @media (max-width: 375px) {
    .ncTable.-flex .ncTable_dt {
      width: 5em; }
    .ncTable.-flex .ncTable_dd {
      width: calc((100% - 5em) / 2); } }
  @media (min-width: 960px) {
    .ncTable.-flex .ncTable_dt {
      height: 70px; }
    .ncTable.-flex .ncTable_dd {
      height: 70px; }
      .ncTable.-flex .ncTable_dd.through2 {
        height: calc(70px * 2); }
      .ncTable.-flex .ncTable_dd.through3 {
        height: calc(70px * 3); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncTable.-flex .ncTable_dt {
      height: 3em; }
    .ncTable.-flex .ncTable_dd {
      height: 10.6vw; }
      .ncTable.-flex .ncTable_dd.through2 {
        height: calc(10.6vw * 2); }
      .ncTable.-flex .ncTable_dd.through3 {
        height: calc(10.6vw * 3); } }
  @media (max-width: 767px) {
    .ncTable.-flex .ncTable_dt {
      width: 5em; }
    .ncTable.-flex .ncTable_dd {
      width: calc((100% - 5em) / 2); } }
  @media (max-width: 375px) {
    .ncTable.-flex .ncTable_dt {
      width: 5em; }
    .ncTable.-flex .ncTable_dd {
      width: calc((100% - 5em) / 2); } }
  @media (min-width: 768px) {
    .ncTable.-flex {
      display: flex; }
      .ncTable.-flex .ncTable_component {
        display: block;
        border-bottom: none !important; }
        .ncTable.-flex .ncTable_component:not(:last-of-type) {
          border-right: solid 1px #888;
          border-color: solid 1px #888; }
      .ncTable.-flex .ncTable_dt, .ncTable.-flex .ncTable_dd {
        justify-content: center;
        align-items: center;
        width: 100%;
        border-right: none !important;
        padding: 0; }
        .ncTable.-flex .ncTable_dt:not(:last-child), .ncTable.-flex .ncTable_dd:not(:last-child) {
          border-bottom: solid 1px #888;
          border-color: solid 1px #888; }
      .ncTable.-flex .ncTable_dd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .ncTable.-flex .ncTable_dd > div {
          text-align: center; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ncTable.-flex_component:not(:last-of-type), .ncTable.-flex_dt:not(:last-child), .ncTable.-flex_dd:not(:last-child) {
      border-color: solid 1px #888; } }

  @media (min-width: 960px) {
    .ncTable.time .ncTable_component.subject {
      width: 190px; }
    .ncTable.time .ncTable_component.data {
      width: calc((100% - 190px) / 7); } }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncTable.time .ncTable_component.subject {
      width: 5em; }
    .ncTable.time .ncTable_component.data {
      width: calc((100% - 5em) / 7); } }
  @media (max-width: 767px) {
    .ncTable.time .ncTable_component.subject {
      height: auto; }
    .ncTable.time .ncTable_dt {
      width: 5em; }
    .ncTable.time .ncTable_dd {
      width: calc((100% - 5em) / 3); }
      .ncTable.time .ncTable_dd.through2 {
        width: calc(calc((100% - 5em) / 3) * 2); }
      .ncTable.time .ncTable_dd.through3 {
        width: calc(calc((100% - 5em) / 3) * 3); } }
  @media (max-width: 375px) {
    .ncTable.time .ncTable_component {
      time-wrap: nowrap; }
    .ncTable.time .ncTable_component.subject {
      height: auto; }
    .ncTable.time .ncTable_component.data {
      min-height: 5em; }
    .ncTable.time .ncTable_dt {
      width: 5em; }
    .ncTable.time .ncTable_dd {
      width: calc((100% - 5em) / 3); }
      .ncTable.time .ncTable_dd.through2 {
        width: calc(calc((100% - 5em) / 3) * 2); }
      .ncTable.time .ncTable_dd.through3 {
        width: calc(calc((100% - 5em) / 3) * 3); } }
  .ncTable.time .ncTable {
    display: flex; }
    .ncTable.time .ncTable_component .subject {
      font-weight: bold; }
    .ncTable.time .ncTable_dt, .ncTable.time .ncTable_dd {
      justify-content: center;
      align-items: center; }
  @media (max-width: 959px) and (min-width: 768px) {
    .ncTable.time {
      font-size: 1.7vw; } }
  @media (max-width: 767px) {
    .ncTable.time {
      font-size: 4.0vw; } }

body {
  color: #333;
  font-size: 16px; }

img[src$=".svg"] {
  min-height: 1rem; }

picture {
  display: block;
  text-align: center; }
  picture img {
    width: 100%; }

dt {
  font-weight: bold; }

p {
  margin-bottom: 1em; }

*[class^="testMode"] {
  position: fixed;
  top: 80px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 300px;
  padding: 0.5em 1em;
  background: #f00;
  border-radius: 2em;
  color: #fff; }

.testMode--contents {
  left: 24px; }
.testMode--css {
  right: 24px; }

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .wpcf7-form .form-title, .wpcf7-form-control-wrap {
      margin-bottom: 1em; }
    .wpcf7-form .form-title {
      width: 16em; }
    .wpcf7-form-control-wrap {
      width: calc(100% - 16em); } }
  @media (max-width: 767px) {
    .wpcf7-form .form-title, .wpcf7-form-control-wrap {
      width: 100%; }
    .wpcf7-form .form-title {
      margin-bottom: 0.5em; }
    .wpcf7-form-control-wrap {
      margin-bottom: 1.5em; } }
  .wpcf7-form fieldset {
    display: contents;
    border: none;
    padding: 0; }
    .wpcf7-form fieldset legend + p {
      margin-top: 0 !important; }
  .wpcf7-form .must::after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 1.5em;
    margin-left: 0.5em;
    background-color: #840000;
    border-radius: 0.75em;
    color: #fff;
    font-size: 80%;
    line-height: 1;
    content: "必須"; }
  .wpcf7-form-control-wrap[data-name="pp"] {
    display: block;
    width: 100%;
    text-align: center; }
    .wpcf7-form-control-wrap[data-name="pp"] .wpcf7-list-item {
      margin: 0 !important; }
  .wpcf7-form-control-wrap label {
    align-items: center; }
  .wpcf7-form .submit,
  .wpcf7-form .recaptcha {
    width: 100%; }
.wpcf7 #wpcf7cpcnf th {
  background-color: #baac95;
  color: #fff; }
.wpcf7 #wpcf7cpcnf p {
  margin: 0 !important; }
.wpcf7 input[type="submit"],
.wpcf7 button[type="button"] {
  padding: 6px 48px;
  background-color: #baac95;
  border: 0;
  color: #fff;
  border-radius: 3px;
  font-size: 14px; }
.wpcf7 .submit {
  margin: calc(8px * 2) auto;
  text-align: center; }
  .wpcf7 .submit .wpcf7-spinner {
    display: none; }

/*.grecaptcha-badge {
	display: none;
}
.recaptcha{
	margin: 1em 0;
	text-align: center;
	@include no-sp{
		font-size: 0.75rem;
	}
	p{
		line-height: 1;
		margin: 0;
	}
	div{
		@include sp{
			margin: 0.5em;
		}
	}
	a{
		display: inline-block;
		color:$cl-primary-l;
		text-decoration: none;
		@include no-sp{
			margin: 0.5em;
		}
		&:hover{
			color:#b5b5b5;
		}
	}
}*/
@media (max-width: 767px) {
  section > *:last-child,
  #intro > *:last-child {
    margin-bottom: 0 !important; }
    section > *:last-child .ncColumns__panel:last-child,
    #intro > *:last-child .ncColumns__panel:last-child {
      margin-bottom: 0 !important; } }
li > dl dd:last-of-type {
  margin-bottom: calc(8px * 3); }

:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

@media (min-width: 768px) {
  .c-section-widget__inner {
    padding-left: 32px;
    padding-right: 32px; }
    .c-section-widget__inner .l-content-widget {
      max-width: --one-col-content-width-front-page; } }
@media (max-width: 959px) and (min-width: 768px) {
  .c-section-widget__inner .l-content-widget {
    width: auto !important; } }
@media (min-width: 768px) {
  .widget_custom_html .c-section-widget__inner padding {
    top: 64px;
    bottom: 64px; } }

@media (max-width: 959px) {
  .shortcod-content {
    width: 100% !important;
    max-width: 600px !important;
    margin: calc(8px * 1.5) auto !important; } }
@media (max-width: 959px) {
  .content-box {
    display: block; }
    .content-box__thumbnail, .content-box__body {
      position: static;
      width: 100% !important;
      max-width: 600px !important;
      margin: auto; }
    .content-box__thumbnail {
      margin-bottom: calc(8px * 4); } }
@media (max-width: 959px) {
  #js-footer .column-4 {
    margin: 0; } }
@media (max-width: 959px) and (min-width: 768px) {
  #js-footer .column-4 {
    width: calc((100% - calc(8px * 3)) / 2); } }
@media (max-width: 767px) {
  #js-footer .column-4 {
    width: 100%; } }

.ncList > li {
  margin-top: 0 !important; }

.l-header {
  background-color: #baac95; }
  @media (min-width: 768px) {
    .l-header {
      z-index: auto; } }
  .l-header .header-cta {
    z-index: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media (min-width: 960px) {
      .l-header .header-cta {
        height: calc(86px + 60px); } }
    @media (min-width: 768px) {
      .l-header .header-cta {
        width: 120px; } }
    @media (max-width: 767px) {
      .l-header .header-cta {
        aspect-ratio: 1 / 1; } }
    .l-header .header-cta .u-row {
      justify-content: center;
      width: 100%;
      height: 100%; }
    .l-header .header-cta__inner {
      position: static !important;
      top: 0 !important;
      transform: translateY(0) !important;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: 0.2s ease-in; }
    .l-header .header-cta__item {
      margin-left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      @media (min-width: 960px) {
        .l-header .header-cta__item {
          position: absolute;
          top: 0;
          height: calc(86px + 60px); }
          .l-header .header-cta__item.is-active {
            background-color: #686868; }
            .l-header .header-cta__item.is-active .header-cta__inner {
              top: 0;
              transform: translateY(0);
              height: 86px; } }
      @media (max-width: 959px) and (min-width: 768px) {
        .l-header .header-cta__item {
          height: calc(86px + 20px); } }
      .l-header .header-cta__item::before {
        display: block;
        position: absolute;
        top: -100%;
        width: 100%;
        height: 100%;
        background-color: #686868;
        content: "";
        transition: 0.2s ease-in; }
      .l-header .header-cta__item:hover::before {
        transform: translateY(100%);
        transition: 0.2s ease-in; }
      .l-header .header-cta__item [class*="icon-"] {
        line-height: 1.2; }
  .l-header .header-contact {
    top: 86px;
    z-index: 401; }
    .l-header .header-contact.is-active {
      animation: fadeIn 0.2s ease-in; }

.header-menu.is-drop-fixed .current-menu-item:not(.u-smooth-scroll) > a {
  color: #ccbca3; }
.header-menu-center {
  width: calc(var(--l-content) - (120px * 2));
  margin: auto; }
  .header-menu-center .l-content {
    width: 100%; }
.header-menu > .menu-item > a {
  font-size: 150%; }
.header-menu > .menu-item-has-children::before {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
  width: 0;
  min-height: 60px;
  background-color: transparent;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
  content: ""; }
.header-menu > .menu-item-has-children:hover::before {
  width: 200vw;
  display: block;
  background-color: #ccbca3; }
.header-menu > .menu-item .sub-menu {
  display: flex;
  width: 0;
  box-shadow: none;
  transition: 0.3s ease; }
  .header-menu > .menu-item .sub-menu > li {
    width: 0;
    text-align: center;
    transition: 0.2s ease; }
    .header-menu > .menu-item .sub-menu > li a {
      display: none;
      height: 0;
      overflow: hidden;
      transition: 0.4s ease; }
.header-menu > .menu-item:hover .sub-menu {
  width: auto; }
  .header-menu > .menu-item:hover .sub-menu > li {
    width: 10em; }
    .header-menu > .menu-item:hover .sub-menu > li a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px; }

h2 {
  font-size: 32px; }
  h2.-round {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 690px;
    width: 100%;
    height: 110px;
    background-color: #E2DCD2;
    border-radius: 49px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    color: black;
    text-align: center;
    font-weight: 300; }
    @media (max-width: 767px) {
      h2.-round {
        padding: 20px;
        font-size: 20px;
        height: auto;
        width: calc(100% - 60px); } }
    h2.-round + p {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        h2.-round + p {
          max-width: 800px; } }

h3 {
  font-size: 28px; }

.cta-rectangle .cta-floating__title {
  writing-mode: horizontal-tb;
  font-size: 0.8rem; }

.c-section-widget__btn,
.ncButton {
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .c-section-widget__btn,
    .ncButton {
      width: 120px; } }
  @media (max-width: 767px) {
    .c-section-widget__btn,
    .ncButton {
      width: 100px !important; } }

.c-btn,
.ncButton_btn {
  position: static;
  display: block;
  min-width: initial;
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
  border-color: #333;
  color: #333; }
  .c-btn i,
  .ncButton_btn i {
    display: none; }
  .c-btn::before,
  .ncButton_btn::before {
    position: absolute;
    right: calc(-1 * 8px);
    top: 50%;
    display: block;
    width: calc(8px * 2);
    height: 1px;
    border-bottom: 1px solid;
    content: "" !important;
    transform: translateY(-50%) translateX(-50%);
    transition: all ease 0.2s;
    transform: translateX(0) !important; }
  .c-btn:hover,
  .ncButton_btn:hover {
    border-color: #ccbca3;
    color: #ccbca3; }
    .c-btn:hover::before,
    .ncButton_btn:hover::before {
      right: calc(-1 * calc(8px * 1.5)); }

section {
  margin-top: 0 !important; }

.l-content__inner {
  margin-bottom: 0; }

.header-contact .column-6,
.widget_contact_section .column-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 600px) {
    .header-contact .column-6:nth-of-type(1) .contact__phone i, .header-contact .column-6:nth-of-type(1) .contact__phone a,
    .widget_contact_section .column-6:nth-of-type(1) .contact__phone i,
    .widget_contact_section .column-6:nth-of-type(1) .contact__phone a {
      font-size: min(4vw, 50px); } }
  @media (max-width: 599px) {
    .header-contact .column-6:nth-of-type(1) .contact__phone i, .header-contact .column-6:nth-of-type(1) .contact__phone a,
    .widget_contact_section .column-6:nth-of-type(1) .contact__phone i,
    .widget_contact_section .column-6:nth-of-type(1) .contact__phone a {
      font-size: max(30px, 8vw); } }
  .header-contact .column-6:nth-of-type(2) .c-btn,
  .widget_contact_section .column-6:nth-of-type(2) .c-btn {
    padding: 1em;
    border-radius: 1em;
    font-size: 150%; }
    .header-contact .column-6:nth-of-type(2) .c-btn__arrow,
    .widget_contact_section .column-6:nth-of-type(2) .c-btn__arrow {
      width: 300px;
      margin: auto; }
    .header-contact .column-6:nth-of-type(2) .c-btn:hover,
    .widget_contact_section .column-6:nth-of-type(2) .c-btn:hover {
      background-color: #ccbca3;
      color: #333; }
    .header-contact .column-6:nth-of-type(2) .c-btn::before,
    .widget_contact_section .column-6:nth-of-type(2) .c-btn::before {
      content: none !important; }

#js-footer #media_image-3 {
  display: flex;
  justify-content: center; }
  #js-footer #media_image-3 img {
    width: 200px !important;
    margin-bottom: calc(8px * 3); }

@media (min-width: 768px) {
  #cta-floating-pc {
    height: 180px; }
    #cta-floating-pc .cta-rectangle .cta-floating__body {
      height: 90px; } }

:root {
  --slick-arrow-size: 20px; }

@media (max-width: 767px) {
  --slick-arrow-size: 10px; }
.ncSlider .slick-arrow {
  display: block;
  position: absolute;
  width: calc(var(--slick-arrow-size) * 3);
  height: calc(var(--slick-arrow-size) * 3);
  margin: auto;
  padding: 0;
  z-index: 100;
  background-color: #333;
  border: solid 5px #ccbca3;
  transition: opacity 0.5s; }
  @media (max-width: 767px) {
    .ncSlider .slick-arrow {
      top: 35vw; } }
  @media (min-width: 768px) {
    .ncSlider .slick-arrow {
      top: 125px; } }
  .ncSlider .slick-arrow:hover {
    opacity: 0.7; }
.ncSlider .slick-prev::before, .ncSlider .slick-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: var(--slick-arrow-size);
  height: var(--slick-arrow-size);
  border-top: 2px solid #ccbca3;
  border-right: 2px solid #ccbca3;
  content: ""; }
.ncSlider .slick-next::before {
  right: 50%;
  transform: translateX(25%) rotate(45deg); }
.ncSlider .slick-prev::before {
  left: 50%;
  transform: translateX(-25%) rotate(-135deg); }
@media (max-width: 767px) {
  .ncSlider-prev::before, .ncSlider-next::before {
    width: 10px;
    height: 10px; }
  .ncSlider-prev {
    left: 8px; }
  .ncSlider-next {
    right: 8px; }
    .ncSlider-next::before {
      right: 2px; } }
