@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
main#main {
    border: none;
}

label#search-menu-open {
    display: none;
}


div#navi-menu-content {
    background: #153719c4;
}

div#navi-menu-content a {
    color: #fff;
    border-bottom: 1px solid #555;
    padding-top: 17px;
    font-weight: bold;
}




div#go-to-top {
    bottom: 100px;
}

button.go-to-top-button.go-to-top-common.go-to-top-hide.go-to-top-button-icon-font {
    background: #000000b0;
    color: #fff;
    border: 1px solid #ddd;
}




footer#footer {
    padding-bottom: 100px;
    z-index: -1;
    position: absolute;
    width: 100%;
}



footer.ng-footer {
    position: fixed;
    width: 100%;
    left: 0;
    background: #0b870a;
    z-index: 9999999;
    bottom: 0;
    padding: 0;
}

a.yoyaku {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    font-size: 21px;
    color: #fff!important;
    padding-top: 5px;
}

header#header {
    padding-bottom: 6px;
}


span.ng-inline-text a {
    color: #0048ff!important;
}

a.root-info {
    display: table;
    margin: 34px auto;
    text-align: center;
    line-height: 23px;
    background: #0048ff;
    color: #fff!important;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 65px;
    min-width: 250px;
}


a.con-botoom-tel {text-decoration: none;background: #02bd45; padding: 20px 30px; border-radius: 50px; margin-bottom: 65px; font-size: 23px; color: #fff; width: 316px !important; display: table; margin: 0 auto 34px auto;    font-weight: bold;text-align: center;}
a.con-left {background: #ea5506;text-align: center;font-weight: bold;line-height: 26px;}
a.con-botoom-tel:hover {    background: #f7ad00;}

.content-bottom-menu {
    text-align: center;
}

p.ng-eyebrow {
    margin-bottom: 0;
    padding-bottom: 0;
}

.category h1#archive-title {
    background: #789057;
    padding: 19px;
    color:#fff!important;
}

h2.ng-hero__title {
    font-size: 80px;
    margin-bottom: 38px;
}


.single h2.related-entry-heading {
    padding: 14px;
}

.single h1.entry-title {
    background: #80a658;
    padding: 21px;
    color: #fff;
    border-left: 11px solid #5d763b;
}

.single h2 {
    background: #84ac63;
    color: #fff;
}


.single h3 {
    border-left: #84ac63 solid 7px !important;
    border-right: #84ac63 solid 1px !important;
    border-bottom: #84ac63 solid 1px !important;
    border-top: #84ac63 solid 1px !important;
    padding-top: 17px;
}



.nagomi-site .ng-recruit-value__photos {
  align-items: start !important;
}

.nagomi-site .ng-recruit-value__photos .ng-recruit-value__image,
.nagomi-site .ng-recruit-value__photos img.ng-recruit-value__image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #171513 !important;
}

.nagomi-site .ng-recruit-value__photos .ng-recruit-value__image--portrait,
.nagomi-site .ng-recruit-value__photos img.ng-recruit-value__image--portrait {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}





.nagomi-site h2,
.nagomi-site h3 {
  border: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.nagomi-site h2::before,
.nagomi-site h2::after,
.nagomi-site h3::before,
.nagomi-site h3::after {
  content: none !important;
  display: none !important;
}





@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Shippori+Mincho:wght@500;700&display=swap');

/*
.entry-content .nagomi-site, .article .nagomi-site, .main .nagomi-site {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
*/


.nagomi-site {
  --ink: #171513;
  --night: #15120f;
  --charcoal: #262421;
  --wood: #704a30;
  --gold: #b8955f;
  --sage: #536d4b;
  --clay: #c7a071;
  --paper: #fbf7ef;
  --mist: #eee7dc;
  --line: rgba(31, 25, 18, .16);
  --shadow: 0 24px 70px rgba(22, 17, 12, .18);
}

.nagomi-site {
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.8;
  overflow-x: clip;
}
.nagomi-site * { box-sizing: border-box; }
.nagomi-site img { display: block; max-width: 100%; }
.nagomi-site a { color: inherit; text-decoration: none; }

.ng-page-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #fffaf2;
}
.ng-page-nav__brand {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: .04em;
}
.ng-page-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}
.ng-page-nav__link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 242, .24);
  background: rgba(21, 18, 15, .24);
  backdrop-filter: blur(14px);
}
.ng-page-nav__link:hover { background: rgba(255, 250, 242, .16); }

.ng-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fffaf2;
  background: var(--night);
  isolation: isolate;
}
.ng-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 14, 12, .95), rgba(17, 14, 12, .62) 42%, rgba(17, 14, 12, .12)),
    linear-gradient(0deg, rgba(17, 14, 12, .70), rgba(17, 14, 12, .02) 48%);
}
.ng-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.ng-hero__media .ng-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.04);
}
.ng-hero__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 92vh;
  margin: 0 auto;
  padding: 75px 0 70px;
  display: grid;
  align-content: end;
  gap: 34px;
}
.ng-eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ng-hero__title,
.ng-section-title,
.ng-card-title {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  line-height: 1.24;
}
.ng-hero__title {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 700;
}
.ng-hero__lead {
  max-width: 700px;
  margin: 22px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 250, 242, .9);
}
.ng-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ng-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid #ffffff;
    color: #17120d;
    font-weight: 900;
}
.ng-button.ng-button--outline {
  color: #fffaf2;
  border-color: rgba(255, 250, 242, .34);
}

h2.ng-hero__title span {
    font-size: 36px;
}

.ng-actions a {
    font-size: 25px;
    background: #000;
}



.ng-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1000px;
  background: rgba(255, 250, 242, .20);
}
.ng-hero-fact {
  padding: 18px;
  background: rgba(20, 17, 14, .62);
  backdrop-filter: blur(18px);
}
.ng-hero-fact .ng-strong {
  display: block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .12em;
}
.ng-hero-fact .ng-inline-text {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}

span.ng-button {
    color: #fff;
    background: #47090945;
}

.ng-section {
  padding: 92px 0;
}
.ng-section.ng-section--dark {
  background: var(--night);
  color: #fffaf2;
}
.ng-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.ng-section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}
.ng-section-heading__title {
  font-size: clamp(30px, 4vw, 54px);
}
.ng-section-heading > .ng-text {
  margin: 0;
  color: rgba(23, 21, 19, .72);
}
.ng-section--dark .ng-section-heading > .ng-text { color: rgba(255, 250, 242, .74); }

.ng-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.ng-shop-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: grid;
  align-content: end;
  color: #fffaf2;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}
.ng-shop-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(18, 14, 11, .92), rgba(18, 14, 11, .08) 58%);
}
.ng-shop-card .ng-media-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ng-shop-card__body {
  position: relative;
  z-index: 1;
  padding: 34px;
}
.ng-shop-card__title {
  font-size: clamp(30px, 4vw, 48px);
}
.ng-shop-card__body > .ng-text {
  margin: 12px 0 24px;
  color: rgba(255, 250, 242, .82);
}

.ng-split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.ng-split > .ng-media-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.ng-split__title {
  font-size: clamp(32px, 4vw, 58px);
}
.ng-split__body > .ng-text {
  margin: 22px 0 0;
  color: rgba(23, 21, 19, .72);
}
.ng-note-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.ng-note-card {
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: #fff;
  box-shadow: 0 10px 34px rgba(22, 17, 12, .08);
}
.ng-note-card .ng-strong { display: block; }
.ng-note-card .ng-inline-text { color: rgba(23, 21, 19, .66); }

.ng-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}
.ng-service-card {
  min-height: 220px;
  padding: 28px;
  background: #fffaf2;
}
.ng-section--dark .ng-service-card {
  background: #201c18;
}
.ng-service-card__number {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .14em;
}
.ng-service-card__title {
  margin-top: 10px;
  font-size: 24px;
}
.ng-service-card .ng-text {
  margin: 12px 0 0;
  color: rgba(23, 21, 19, .70);
}
.ng-section--dark .ng-service-card .ng-text { color: rgba(255, 250, 242, .72); }

.ng-case-board {
  display: grid;
  gap: 22px;
}
.ng-case-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.ng-case-toolbar .ng-section-title {
  font-size: clamp(30px, 4vw, 52px);
}
.ng-case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ng-case-tabs__link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: rgba(23, 21, 19, .76);
  font-size: 13px;
  font-weight: 900;
}
.ng-case-tabs__link:hover {
  border-color: var(--gold);
  color: var(--wood);
}
.ng-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ng-case-card {
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 44px rgba(22, 17, 12, .08);
  overflow: hidden;
}
.ng-case-card__image-link {
  display: block;
  margin: -24px -24px 18px;
  background: var(--night);
  overflow: hidden;
}
.ng-case-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .35s ease;
}
.ng-case-card__image-link:hover .ng-case-card__image {
  transform: scale(1.04);
}
.ng-case-card__date {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
}
.ng-case-card__title {
  margin-top: 12px;
  font-size: 23px;
}
.ng-case-card__link {
  color: inherit;
  text-decoration: none;
}
.ng-case-card__link:hover {
  color: var(--gold);
}
.ng-case-card .ng-text {
  margin: 12px 0 20px;
  color: rgba(23, 21, 19, .68);
}
.ng-case-card__category {
  align-self: end;
  width: fit-content;
  padding: 5px 10px;
  background: var(--mist);
  color: var(--wood);
  font-size: 12px;
  font-weight: 900;
}
.ng-case-card.ng-case-card--featured {
  background: var(--night);
  color: #fffaf2;
}
.ng-case-card.ng-case-card--featured .ng-text { color: rgba(255, 250, 242, .72); }
.ng-case-card.ng-case-card--featured .ng-case-card__category {
  background: rgba(255, 250, 242, .12);
  color: #fffaf2;
}
.ng-case-note {
  margin: 16px 0 0;
  color: rgba(23, 21, 19, .58);
  font-size: 13px;
}

.ng-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 16px;
}
.ng-gallery .ng-media-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.ng-gallery .ng-media-image:nth-child(2) { margin-top: 54px; }
.ng-gallery .ng-media-image:nth-child(3) { height: 480px; }

.ng-info-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.ng-info-box {
  padding: 30px;
  background: #fff;
}
.ng-info-box__title {
  font-size: 24px;
  margin-bottom: 18px;
}
.ng-info-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.ng-info-row .ng-strong { color: var(--wood); }

.ng-store-switch {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(240px, .55fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(22, 17, 12, .10);
}
.ng-store-switch__title {
  font-size: clamp(26px, 3vw, 42px);
}
.ng-store-switch .ng-text {
  margin: 12px 0 0;
  color: rgba(23, 21, 19, .68);
}
.ng-store-switch .ng-button {
  justify-self: end;
  min-width: 220px;
  background: var(--night);
  border-color: var(--night);
  color: #fffaf2;
  letter-spacing: .02em;
}

.ng-closing {
  position: relative;
  padding: 110px 0;
  color: #fffaf2;
  background: var(--night);
  overflow: hidden;
  isolation: isolate;
}
.ng-closing::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 14, 12, .92), rgba(17, 14, 12, .50));
}
.ng-closing .ng-media-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85);
}
.ng-closing__title {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 66px);
}
.ng-closing .ng-text {
  max-width: 700px;
  margin: 18px 0 30px;
  color: rgba(255, 250, 242, .78);
}
.ng-footer {
  padding: 30px 0;
  background: #0f0d0b;
  color: rgba(255, 250, 242, .62);
  font-size: 12px;
}

@media (max-width: 1024px) {

   h2.ng-hero__title {
    font-size: 65px;
   }
	
	.ng-page-nav,
  .ng-hero__inner,
  .ng-container {
    width: min(100% - 32px, 1180px);
  }
  .ng-hero {
    min-height: 84vh;
  }
  .ng-hero__inner {
    min-height: 84vh;
    padding: 45px 0 58px;
  }
  .ng-hero__title {
    font-size: clamp(40px, 8vw, 72px);
  }
  .ng-section {
    padding: 78px 0;
  }
  .ng-service-grid,
  .ng-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ng-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .ng-gallery .ng-media-image:nth-child(2) {
    margin-top: 0;
  }
  .ng-gallery .ng-media-image,
  .ng-gallery .ng-media-image:nth-child(3) {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 768px) {

    ul.mobile-header-menu-buttons.mobile-menu-buttons.has-logo-button {
    padding-bottom: 5px;
   }


   h2.ng-hero__title {
    font-size: 52px;
   }

  .ng-page-nav {
    position: absolute;
    width: min(100% - 28px, 1180px);
    align-items: flex-start;
  }
  .ng-page-nav__links {
    overflow-x: auto;
    max-width: 62vw;
    justify-content: flex-end;
  }
  .ng-page-nav__link {
    white-space: nowrap;
    padding: 0 11px;
  }
  .ng-hero__inner {
    width: min(100% - 28px, 1180px);
    min-height: 78vh;
    padding-top: 118px;
  }
  .ng-hero {
    min-height: 78vh;
  }
  .ng-hero-facts,
  .ng-section-heading,
  .ng-shop-grid,
  .ng-split,
  .ng-service-grid,
  .ng-case-grid,
  .ng-info-panel,
  .ng-store-switch {
    grid-template-columns: 1fr;
  }
  .ng-section { padding: 68px 0; }
  .ng-container { width: min(100% - 28px, 1180px); }
  .ng-shop-card { min-height: 440px; }
  .ng-shop-card__body { padding: 24px; }
  .ng-gallery {
    grid-template-columns: 1fr;
  }
  .ng-gallery .ng-media-image,
  .ng-gallery .ng-media-image:nth-child(3) {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .ng-gallery .ng-media-image:nth-child(2) { margin-top: 0; }
  .ng-info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .ng-store-switch {
    padding: 24px;
  }
  .ng-store-switch .ng-button {
    justify-self: stretch;
    min-width: 0;
  }
}

@media (max-width: 560px) {
   h2.ng-hero__title {
    font-size: 40px;
   }
  .navi-footer-in > .menu-footer li.menu-item {
     width: 48%;
   }

h2.ng-hero__title span {
    font-size: 27px;
}

h2.ng-hero__title {
    font-size: 35px;
    text-align: center;
}

p.ng-eyebrow {
    text-align: center;
}




	.ng-page-nav {
    padding-top: 16px;
    gap: 12px;
  }
  .ng-page-nav__brand {
    font-size: 16px;
  }
  .ng-page-nav__links {
    max-width: 58vw;
  }
  .ng-page-nav__link {
    min-height: 36px;
    font-size: 12px;
  }
  .ng-hero {
    min-height: 74vh;
  }
  .ng-hero::after {
    background:
      linear-gradient(90deg, rgba(17, 14, 12, .90), rgba(17, 14, 12, .64)),
      linear-gradient(0deg, rgba(17, 14, 12, .76), rgba(17, 14, 12, .10));
  }
  .ng-hero__inner {
    min-height: 74vh;
    padding-top: 104px;
    padding-bottom: 38px;
    gap: 24px;
  }
  .ng-hero__title {
    font-size: clamp(34px, 12vw, 48px);
  }
  .ng-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ng-button {
    width: 100%;
    padding: 0 16px;
  }
  .ng-section {
    padding: 56px 0;
  }
  .ng-shop-card {
    min-height: 360px;
  }
  .ng-service-card,
  .ng-case-card,
  .ng-info-box {
    padding: 22px;
  }
  .ng-gallery .ng-media-image {
    aspect-ratio: 1 / 1;
  }
  .ng-closing__title {
    font-size: clamp(30px, 10vw, 42px);
  }
}
