@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #3e4048;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  color: #6b8e23;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.heading--lv4 {
  color: #6b8e23;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.heading--lv4 span {
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .heading--lv4 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .heading--lv4 span {
    font-size: 2.6rem;
  }
}
.action--tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.action--tel .icon, .action--tel .text {
  color: #ffffff;
}
.action--tel .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.action--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.action--mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: width 0.4s ease;
  z-index: 1;
}
.action--mail .icon, .action--mail .text {
  color: #ffffff;
  z-index: 2;
  transition: color 0.3s ease;
}
.action--mail .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.action--mail:hover::before {
  width: 100%;
}
.action--mail:hover .text, .action--mail:hover .icon {
  color: #3e4048;
}

.button--pattern-1 {
  display: flex;
  justify-content: center;
  width: 400px;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid #e1e3e5;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.button--pattern-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #3e4048;
  transition: width 0.5s ease;
  z-index: 1;
}
.button--pattern-1 .text, .button--pattern-1 .icon {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
.button--pattern-1 .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.button--pattern-1 .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.button--pattern-1:hover::before {
  width: 100%;
}
.button--pattern-1:hover .text, .button--pattern-1:hover .icon {
  color: #ffffff;
}
.button--pattern-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30px;
  gap: 20px;
}
.button--pattern-2 .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
  .action--tel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .action--tel .icon, .action--tel .text {
    color: #ffffff;
  }
  .action--tel .text {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .action--mail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
  }
  .action--mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    transition: width 0.4s ease;
    z-index: 1;
  }
  .action--mail .icon, .action--mail .text {
    color: #ffffff;
    z-index: 2;
    transition: color 0.3s ease;
  }
  .action--mail .text {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .action--mail:hover::before {
    width: 100%;
  }
  .action--mail:hover .text, .action--mail:hover .icon {
    color: #3e4048;
  }
  .button--pattern-1 {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 15px 0;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .button--pattern-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    gap: 10px;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    writing-mode: horizontal-tb;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #6b8e23;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  position: relative;
}
.header--top {
  height: 100vh;
}
.header--sub {
  height: 605px;
}
.header__title {
  position: absolute;
  z-index: 1000;
}
.header__title--top {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header__title--sub {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.header-action {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
}

.header-bar {
  display: flex;
  justify-content: center;
  width: 16.67%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-bar__contents {
  display: flex;
  flex-direction: column;
}
.header-bar__contents--top {
  gap: 80px;
}
.header-bar__contents--sub {
  gap: 35px;
}
.header-bar__list {
  display: flex;
  flex-direction: column;
}
.header-bar__list--top {
  gap: 80px;
}
.header-bar__list--sub {
  gap: 50px;
}
.header-bar__item {
  position: relative;
}
.header-bar__item a {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.header-bar__item::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #3e4048;
}
.header-bar__item--top:before {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.header-bar__item--sub:before {
  position: absolute;
  bottom: -25px;
  left: 0;
}

.header-visual {
  height: 100%;
  box-shadow: 0px 3px 10px 5px rgba(62, 64, 72, 0.3);
  overflow: hidden;
  position: relative;
}
.header-visual__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header-visual__bg--top .bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.8s ease;
}
.header-visual__bg--top .bg:nth-child(1) {
  background: url(../img/layout/header/visual--lv1.jpg) no-repeat center right/cover;
}
.header-visual__bg--top .bg:nth-child(2) {
  background: url(../img/layout/header/visual--lv2.jpg) no-repeat center/cover;
}
.header-visual__bg--top .bg:nth-child(3) {
  background: url(../img/layout/header/visual--lv3.jpg) no-repeat center/cover;
}
.header-visual__bg--top .bg:nth-child(4) {
  background: url(../img/layout/header/visual--lv4.jpg) no-repeat center/cover;
}
.header-visual__bg--top .bg.is-active {
  opacity: 1;
}
.header-visual__bg--sub .bg {
  position: absolute;
  inset: 0;
  background: url(../img/layout/header/visual--sub.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .header--top {
    height: 51vh;
  }
  .header--sub {
    height: 35vh;
  }
  .header__title {
    position: absolute;
    z-index: 1000;
  }
  .header__title--top {
    width: 14%;
    max-width: 55px;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .header__title--sub {
    width: 14%;
    max-width: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header__title--sub-2 {
    width: 8%;
    max-width: 32px;
  }
  .header-action {
    display: none;
  }
  .header-bar {
    display: flex;
    justify-content: center;
    width: 95px;
    height: auto;
    border-radius: 0 0 8px 0;
    padding: 10px 15px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .header-bar__contents {
    display: block;
  }
  .header-bar__list {
    display: none;
  }
  .header-visual {
    height: 100%;
    box-shadow: 0px 3px 10px 5px rgba(62, 64, 72, 0.3);
    overflow: hidden;
    position: relative;
  }
  .header-visual__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .header-visual__bg--top .bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.8s ease;
  }
  .header-visual__bg--top .bg:nth-child(1) {
    background: url(../img/layout/header/visual--lv1.jpg) no-repeat center left/cover;
  }
  .header-visual__bg--top .bg:nth-child(2) {
    background: url(../img/layout/header/visual--lv2.jpg) no-repeat center/cover;
  }
  .header-visual__bg--top .bg:nth-child(3) {
    background: url(../img/layout/header/visual--lv3.jpg) no-repeat center/cover;
  }
  .header-visual__bg--top .bg:nth-child(4) {
    background: url(../img/layout/header/visual--lv4.jpg) no-repeat center/cover;
  }
  .header-visual__bg--top .bg.is-active {
    opacity: 1;
  }
  .header-visual__bg--sub .bg {
    position: absolute;
    inset: 0;
    background: url(../img/layout/header/visual--sub.jpg) no-repeat center/cover;
  }
}
.footer-action {
  height: 585px;
  background: url(../img/layout/footer/bg.jpg) no-repeat center/cover;
  padding: 100px 0;
  box-sizing: border-box;
}
.footer-action__title {
  color: #ffffff;
}
.footer-action__title--lv3 {
  margin-bottom: 10px;
}
.footer-action__title--lv4 {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-action__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
.footer-action__contents {
  width: 400px;
}
.footer-action__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-action__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.footer-action__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: width 0.4s ease;
  z-index: 1;
}
.footer-action__link .text, .footer-action__link .icon {
  z-index: 10000;
  transition: color 0.3s ease;
}
.footer-action__link:hover::before {
  width: 100%;
}
.footer-action__link:hover .text, .footer-action__link:hover .icon {
  color: #3e4048;
}
.footer-action__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-action__tel .icon, .footer-action__tel .text {
  color: #ffffff;
}
.footer-action__tel .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-action__mail .icon, .footer-action__mail .text {
  color: #ffffff;
}
.footer-action__mail .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.footer-action__icon {
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer-bar {
  padding: 80px 0 20px;
}
.footer-bar__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  display: block;
  margin-bottom: 50px;
}
.footer-bar__definition {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-bar__row {
  display: flex;
  gap: 10px;
}
.footer-bar__term, .footer-bar__desc {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-bar__term {
  width: 90px;
}
.footer-bar__lists {
  display: flex;
  gap: 80px;
}
.footer-bar__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.footer-bar__copyright {
  text-align: center;
}
.footer-bar__copyright small {
  font-size: 1.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
  }
  .footer-action__title--lv3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-action__title--lv4 {
    font-size: 1.4rem;
  }
  .footer-action__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-action__contents {
    width: 90%;
    margin: 0 auto;
  }
  .footer-action__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer-action__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    position: relative;
  }
  .footer-action__tel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer-action__tel .text {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .footer-action__mail .text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    position: relative;
  }
  .footer-bar {
    padding: 50px 0 10px;
  }
  .footer-bar__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    display: block;
    width: 100px;
    margin-bottom: 30px;
  }
  .footer-bar__definition {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-bar__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .footer-bar__term, .footer-bar__desc {
    font-size: 1.4rem;
  }
  .footer-bar__term {
    width: 90px;
  }
  .footer-bar__lists {
    display: none;
  }
  .footer-bar__copyright {
    text-align: center;
  }
  .footer-bar__copyright small {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #6b8e23;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000;
}
.drawer-on__inner {
  padding: 19px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 65px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #6b8e23;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #6b8e23;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-about {
  background: url(../img/pages/top/about/bg--left.png) no-repeat top 100px left/36.98%, url(../img/pages/top/about/bg--right.png) no-repeat bottom right/37.5%, url(../img/pages/top/about/bg.jpg) no-repeat center/cover;
  padding: 150px 0 120px;
}
.top-about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-about__title--lv3 {
  margin-bottom: 100px;
}
.top-about__title--lv4 {
  margin-bottom: 150px;
}
.top-about__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 80px 0 60px;
  }
  .top-about__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-about__title--lv3 {
    width: 20%;
    margin-bottom: 50px;
  }
  .top-about__title--lv4 {
    text-align: center;
    margin-bottom: 50px;
  }
  .top-about__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
.top-menu {
  background: #fcfaf7;
  padding: 50px 0;
  position: relative;
}
.top-menu__title--lv3 {
  margin-bottom: 80px;
}
.top-menu__title--lv4 {
  margin-bottom: 150px;
  position: relative;
}
.top-menu__title--lv4::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  border-right: 1px solid #e1e3e5;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.top-menu__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 80px;
}
.top-menu__box {
  background: #ffffff;
  padding: 60px 0;
}
.top-menu__contents {
  width: 400px;
}
.top-menu__img {
  width: 53%;
  height: 100%;
  background: url(../img/pages/top/menu/img.jpg) no-repeat center left/cover;
  box-shadow: 0px 5px 15px 0px rgba(62, 64, 72, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-menu {
    padding: 50px 0;
    position: relative;
  }
  .top-menu__title--lv3 {
    margin-bottom: 25px;
  }
  .top-menu__title--lv4 {
    margin-bottom: 60px;
    position: relative;
  }
  .top-menu__title--lv4::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .top-menu__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .top-menu__box {
    padding: 60px 0;
  }
  .top-menu__contents {
    width: 100%;
  }
  .top-menu__button {
    margin: 0 auto;
  }
  .top-menu__img {
    width: 100%;
    height: 350px;
    position: static;
  }
}
.top-scene {
  background: #fcfaf7;
  padding: 120px 0;
}
.top-scene__title--lv3 {
  text-align: center;
  margin-bottom: 45px;
}
.top-scene__list {
  display: flex;
  justify-content: center;
  gap: 2.11%;
  margin-bottom: 80px;
}
.top-scene__item {
  width: 23.44%;
}
.top-scene__item a {
  display: block;
  box-shadow: 0px 3px 10px 5px rgba(62, 64, 72, 0.3);
}
.top-scene__item a:hover {
  opacity: 0.8;
}
.top-scene__item:nth-child(2n) {
  margin-top: 50px;
}
.top-scene__button {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-scene {
    padding: 50px 0;
  }
  .top-scene__title--lv3 {
    margin-bottom: 30px;
  }
  .top-scene__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 3%;
    margin-bottom: 50px;
  }
  .top-scene__item {
    width: 48.5%;
  }
  .top-scene__item a {
    display: block;
  }
  .top-scene__item:nth-child(2n) {
    margin-top: 30px;
  }
  .top-scene__button {
    margin: 0 auto;
  }
}
.top-info {
  background: #fcfaf7;
  padding: 50px 0 12%;
  position: relative;
}
.top-info::after {
  content: "";
  display: block;
  width: 481px;
  aspect-ratio: 481/272;
  background: url(../img/pages/top/info/illust--fish.png) no-repeat center/cover;
  position: absolute;
  bottom: -100px;
  right: 0;
}
.top-info__inner {
  position: relative;
}
.top-info__title {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
}
.top-info__definition {
  width: 380px;
  margin: 0 100px 0 auto;
}
.top-info__row {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  border-bottom: 1px solid #e1e3e5;
}
.top-info__term, .top-info__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.top-info__button {
  position: absolute;
  bottom: 0;
  right: 8px;
}
.top-info__img {
  width: 48%;
  min-width: 645px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-info {
    padding: 50px 0;
    position: relative;
  }
  .top-info::after {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    bottom: -60px;
    right: 0;
  }
  .top-info__title {
    writing-mode: horizontal-tb;
    margin-bottom: 10px;
    position: static;
  }
  .top-info__definition {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .top-info__row {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  .top-info__term, .top-info__desc {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .top-info__button {
    position: static;
    margin-bottom: 30px;
  }
  .top-info__img {
    width: 100%;
    min-width: auto;
    position: static;
  }
}
.top-column {
  background: linear-gradient(180deg, rgb(252, 250, 247) 50%, rgb(255, 255, 255) 50%);
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  box-shadow: 0px 3px 10px 5px rgba(62, 64, 72, 0.1);
}
.top-column__time {
  color: #6b8e23;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
.top-column__headline {
  flex-grow: 1;
  color: #6b8e23;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #e1e3e5;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  box-sizing: border-box;
  position: relative;
}
.top-news__title {
  margin-top: 25px;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 730px;
}
.top-news__link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #e1e3e5;
  padding: 25px 0;
}
.top-news__time {
  color: #6b8e23;
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  color: #6b8e23;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 100px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 10px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    padding: 15px 0;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    position: static;
  }
}
.about-concept {
  background: url(../img/pages/about/concept/bg--left.png) no-repeat top 100px left/36.98%, url(../img/pages/about/concept/bg--right.png) no-repeat bottom right/37.5%, url(../img/pages/about/concept/bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.about-concept__title--lv3 {
  text-align: center;
  margin-bottom: 40px;
}
.about-concept__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 80px;
}
.about-concept__text {
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-concept {
    padding: 50px 0;
  }
  .about-concept__title--lv3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-concept__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .about-concept__text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
}
.about-feature {
  background: #fcfaf7;
  padding: 100px 0;
}
.about-feature__title--lv3 {
  margin-bottom: 40px;
}
.about-feature__title--lv4 {
  margin-bottom: 20px;
}
.about-feature__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.about-feature__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.about-feature__contents {
  display: flex;
  gap: 100px;
}
.about-feature__links {
  display: flex;
  flex-direction: column;
  width: 280px;
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.about-feature__button {
  justify-content: flex-start;
  width: 100%;
  padding: 15px 5px;
  box-sizing: border-box;
  border-bottom: none;
}
.about-feature__button--last {
  border-bottom: 1px solid #e1e3e5;
}
.about-feature__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 700px;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 50px 0;
  }
  .about-feature__title--lv3 {
    margin-bottom: 20px;
  }
  .about-feature__title--lv4 {
    margin-bottom: 20px;
  }
  .about-feature__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .about-feature__text {
    font-size: 1.4rem;
  }
  .about-feature__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .about-feature__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
    width: 100%;
    position: static;
    top: auto;
    height: auto;
  }
  .about-feature__link {
    display: block;
    width: 48%;
  }
  .about-feature__button {
    justify-content: flex-start;
    width: 100%;
    padding: 15px 5px;
  }
  .about-feature__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }
  .about-feature__item {
    position: relative;
  }
}
.menu-introduction {
  background: url(../img/pages/menu/introduction/bg--left.png) no-repeat top 100px left/36.98%, url(../img/pages/menu/introduction/bg--right.png) no-repeat bottom right/37.5%, url(../img/pages/menu/introduction/bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.menu-introduction__title--lv3 {
  text-align: center;
  margin-bottom: 40px;
}
.menu-introduction__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 80px;
}
.menu-introduction__text {
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .menu-introduction {
    padding: 50px 0;
  }
  .menu-introduction__title--lv3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .menu-introduction__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .menu-introduction__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.menu-archive {
  background: #fcfaf7;
  padding: 100px 0;
}
.menu-archive__title--lv4 {
  display: block;
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-archive__title--lv5 {
  color: #6b8e23;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e1e3e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.menu-archive__text--lv1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.menu-archive__text--lv2 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.menu-archive__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.menu-archive__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.menu-archive__thumbnail {
  width: 100%;
  aspect-ratio: 1080/400;
  background: url(../img/pages/menu/archive/no-img.jpg) no-repeat center/cover;
  margin-bottom: 30px;
}
.menu-archive__all {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.menu-archive__price {
  display: block;
  color: #6b8e23;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .menu-archive {
    padding: 50px 0;
  }
  .menu-archive__title--lv4 {
    display: block;
    width: 80%;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu-archive__title--lv5 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .menu-archive__text--lv1 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .menu-archive__text--lv2 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .menu-archive__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .menu-archive__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .menu-archive__thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-archive__all {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .menu-archive__price {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
.scene-example {
  background: url(../img/pages/scene/example/bg--left.png) no-repeat top 100px left/36.98%, url(../img/pages/scene/example/bg--right.png) no-repeat bottom right/37.5%, url(../img/pages/scene/example/bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.scene-example__title--lv3 {
  text-align: center;
  margin-bottom: 40px;
}
.scene-example__title--lv4 {
  box-shadow: 0px 3px 10px 5px rgba(62, 64, 72, 0.3);
  margin-bottom: 20px;
}
.scene-example__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 80px;
}
.scene-example__text--lv1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.scene-example__text--lv2 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.scene-example__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.scene-example__item {
  width: 520px;
}

@media only screen and (max-width: 767px) {
  .scene-example {
    padding: 50px 0;
  }
  .scene-example__title--lv3 {
    margin-bottom: 20px;
  }
  .scene-example__title--lv4 {
    margin-bottom: 20px;
  }
  .scene-example__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .scene-example__text--lv1 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .scene-example__text--lv2 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .scene-example__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 40px;
  }
  .scene-example__item {
    width: 100%;
  }
}
.scene-faq {
  background: #fcfaf7;
  padding: 100px 0;
}
.scene-faq__inner {
  display: flex;
  justify-content: space-between;
}
.scene-faq__title {
  margin-top: 15px;
}
.scene-faq__list {
  width: 750px;
}
.scene-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #e1e3e5;
  padding: 25px 0;
}
.scene-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.scene-faq__question .icon {
  width: 30px;
}
.scene-faq__question .text {
  color: #6b8e23;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.scene-faq__answer {
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 500;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .scene-faq {
    padding: 50px 0;
  }
  .scene-faq__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .scene-faq__title {
    margin-top: 15px;
  }
  .scene-faq__list {
    width: 100%;
  }
  .scene-faq__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 0;
  }
  .scene-faq__question {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .scene-faq__question .icon {
    width: 25px;
    margin-top: 3px;
  }
  .scene-faq__question .text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .scene-faq__answer {
    padding: 0;
    box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.shop-info {
  background: url(../img/pages/shop/info/bg--left.png) no-repeat top 100px left/36.98%, url(../img/pages/shop/info/bg--right.png) no-repeat bottom right/37.5%, url(../img/pages/shop/info/bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.shop-info__title {
  text-align: center;
  margin-bottom: 40px;
}
.shop-info__box {
  display: flex;
  gap: 90px;
}
.shop-info__definition {
  width: 540px;
}
.shop-info__row {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e1e3e5;
  padding: 30px 0;
}
.shop-info__term, .shop-info__desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.shop-info__term {
  width: 90px;
}
.shop-info__img {
  width: 450px;
}

@media only screen and (max-width: 767px) {
  .shop-info {
    padding: 50px 0;
  }
  .shop-info__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .shop-info__box {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .shop-info__definition {
    width: 100%;
  }
  .shop-info__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
  }
  .shop-info__term, .shop-info__desc {
    font-size: 1.5rem;
  }
  .shop-info__term {
    width: 100%;
  }
  .shop-info__img {
    width: 100%;
  }
}
.shop-access {
  background: #fcfaf7;
  padding: 100px 0;
}
.shop-access__box {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}
.shop-access__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.shop-access__map {
  width: 100%;
  height: 450px;
}
.shop-access__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .shop-access {
    padding: 50px 0;
  }
  .shop-access__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .shop-access__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .shop-access__map {
    width: 100%;
    height: 250px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #6b8e23;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #6b8e23;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */