@charset "UTF-8";
.main .headline .ttl::before, .main .section .ttl::before, .main .contact .text p::before,
.gFooter .contact .text p::before, .main .headline .ttl::after, .main .section .ttl::after, .main .contact .text p::after,
.gFooter .contact .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .headline .ttl::before, .main .section .ttl::before, .main .contact .text p::before,
.gFooter .contact .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .headline .ttl::after, .main .section .ttl::after, .main .contact .text p::after,
.gFooter .contact .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1440px) and (min-width: 751px) {
  :root {
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 25.641025641vw;
  }
}

:target {
  scroll-margin-top: 1.54rem;
}
@media screen and (max-width: 750px) {
  :target {
    scroll-margin-top: 1.04rem;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  background: url(../imgs/bg01.jpg) 50% 0/5rem auto repeat;
  color: rgb(26, 26, 26);
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.18rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.wrap {
  box-sizing: border-box;
  max-width: 12rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.3rem;
  }
}
.wrap--930 {
  max-width: 9.3rem;
}
.wrap--990 {
  max-width: 9.9rem;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

@-webkit-keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 100vw;
    overflow: hidden;
  }
}

.headerHelper {
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.gHeader {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.4rem 0 0.38rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
  transition: background-color 0.4s;
}
.gHeader:is(body.trunHeader *) {
  background: transparent;
}
@media screen and (max-width: 750px) {
  .gHeader {
    padding: 0 0 0 0.15rem;
  }
}
.gHeader .branding {
  margin: 0.33rem 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    margin: 0.19rem 0 0;
  }
}
.gHeader .branding .logo {
  width: 1.37rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .logo {
    width: 0.88rem;
  }
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .btn--menu {
    display: none;
  }
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.24rem;
  height: 0.18rem;
  background-image: linear-gradient(rgb(109, 88, 79), rgb(109, 88, 79));
  background-position: 50% 50%;
  background-size: 100% 0.02rem;
  background-repeat: no-repeat;
  transition: background-size 0.4s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: rgb(109, 88, 79);
  transition: 0.4s;
  transition-property: background-color, translate, rotate;
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.08rem 0;
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.08rem 0;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *) {
  background-size: 0 0.02rem;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before {
  background-color: #fff;
  translate: 0 0 0;
  rotate: 135deg;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  background-color: #fff;
  translate: 0 0 0;
  rotate: 45deg;
}
.gHeader .gNav .navigation {
  display: flex;
  align-items: center;
  gap: 0.44rem;
  margin: 0.43rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 1.88rem 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(31, 87, 61);
    color: #fff;
    overflow-y: scroll;
    translate: 100% 0 0;
    transition: translate 0.4s;
  }
}
.gHeader .gNav .navigation .list--01 {
  display: flex;
  gap: 0.32rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list--01 {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.2rem;
    line-height: 1;
  }
}
.gHeader .gNav .navigation .list--01 a {
  transition: color 0.4s;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list--01 a:hover {
    color: rgb(31, 87, 61);
  }
}
.gHeader .gNav .navigation .list--02 {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list--02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    margin: 0.55rem 0 0;
    font-size: 0.14rem;
    line-height: 1;
  }
}
.gHeader .gNav .navigation .contact {
  display: grid;
  place-items: center;
  height: 0.44rem;
  padding: 0 0.35rem;
  background: rgb(31, 87, 61);
  border-radius: 0.22rem;
  color: #fff;
  box-shadow: inset 0 0 0 0.01rem rgb(31, 87, 61);
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .contact:hover {
    background-color: #fff;
    color: rgb(31, 87, 61);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .contact {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.48rem auto 0;
    background: #fff;
    color: rgb(31, 87, 61);
  }
}
.gHeader .gNav .navigation:is(.gNav:has(.btn--menu input:checked) *) {
  translate: 0 0 0;
}

.main {
  padding: 2.24rem 0 1.8rem;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 1.25rem 0 0.76rem;
  }
  .main .wrap {
    padding-inline: 0.15rem;
  }
}
.main .headline .ttl {
  color: rgb(31, 87, 61);
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .headline .ttl {
    font-size: 0.2rem;
  }
}
.main .headline .breadcrumb {
  display: flex;
  gap: 0.13rem;
  margin: 1.3rem 0 0;
  border-top: 0.01rem solid rgb(193, 182, 179);
  padding: 0.2rem 0 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .headline .breadcrumb {
    gap: 0.1rem;
    margin: 0.6rem 0 0;
    font-size: 0.12rem;
  }
}
.main .headline .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .headline .breadcrumb li {
    gap: 0.1rem;
  }
}
.main .headline .breadcrumb li::after {
  content: "";
  display: block;
  width: 0.05rem;
  aspect-ratio: 6/11;
  background: url(../imgs/arw01.svg) 50% 50%/contain no-repeat;
}
.main .headline .breadcrumb li:last-child::after {
  content: none;
}
.main .section .ttl {
  color: rgb(31, 87, 61);
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 750px) {
  .main .section .ttl {
    font-size: 0.24rem;
  }
}

.main .contact,
.gFooter .contact {
  padding: 1rem 0;
  background: url(../imgs/bg-contact.jpg) 50% 50%/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .contact,
.gFooter .contact {
    padding: 0.6rem 0 0.5rem;
    background-image: url(../imgs/bg-contact_sp.jpg);
  }
}
.main .contact .wrap,
.gFooter .contact .wrap {
  max-width: 9.24rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .contact .wrap,
.gFooter .contact .wrap {
    display: block;
  }
}
.main .contact .text,
.gFooter .contact .text {
  box-sizing: border-box;
  width: 6.75rem;
  height: 2.4rem;
  border-right: 0.01rem solid rgb(161, 161, 161);
  padding: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .contact .text,
.gFooter .contact .text {
    width: auto;
    height: auto;
    border-right: none;
    border-bottom: 0.01rem solid rgb(161, 161, 161);
    padding: 0 0 0.36rem;
  }
}
.main .contact .text .catch,
.gFooter .contact .text .catch {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .contact .text .catch,
.gFooter .contact .text .catch {
    font-size: 0.24rem;
    white-space: nowrap;
  }
}
.main .contact .text p,
.gFooter .contact .text p {
  padding: 0.32rem 0 0;
  line-height: 1.7777777778;
}
@media screen and (max-width: 750px) {
  .main .contact .text p,
.gFooter .contact .text p {
    padding: 0.2rem 0 0;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
}
.main .contact .text .btn,
.gFooter .contact .text .btn {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 0.6rem;
  margin: 0.36rem 0 0;
  background: #fff;
  color: rgb(31, 87, 61);
  font-weight: 600;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .contact .text .btn:hover,
.gFooter .contact .text .btn:hover {
    background-color: rgb(31, 87, 61);
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .main .contact .text .btn,
.gFooter .contact .text .btn {
    width: 2.7rem;
    margin: 0.26rem auto 0;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 750px) {
  .main .contact .sns,
.gFooter .contact .sns {
    padding: 0.36rem 0 0;
  }
}
.main .contact .sns .line .legend,
.gFooter .contact .sns .line .legend {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.main .contact .sns .line .qr,
.gFooter .contact .sns .line .qr {
  width: 1.5rem;
  margin: 0.22rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .contact .sns .line .qr,
.gFooter .contact .sns .line .qr {
    width: auto;
    margin: 0.14rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .contact .sns .line .btn,
.gFooter .contact .sns .line .btn {
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 0.6rem;
    margin: 0 auto;
    background: #fff;
    color: rgb(31, 87, 61);
    font-size: 0.18rem;
    font-weight: 600;
  }
}
.main .contact .sns .list,
.gFooter .contact .sns .list {
  display: flex;
  justify-content: center;
  gap: 0.12rem;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .contact .sns .list,
.gFooter .contact .sns .list {
    gap: 0.18rem;
    margin: 0.36rem 0 0;
  }
}
.main .contact .sns .list li,
.gFooter .contact .sns .list li {
  width: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .contact .sns .list li,
.gFooter .contact .sns .list li {
    width: 0.48rem;
  }
}

.gFooter {
  background: rgb(235, 235, 235);
}
.gFooter .block {
  padding: 0.5rem 0 0.58rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block {
    padding: 0.35rem 0 0.48rem;
  }
}
.gFooter .block .wrap {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1.37rem 1fr auto;
  gap: 0.3rem 0.72rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block .wrap {
    display: block;
  }
}
.gFooter .block .logo {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .gFooter .block .logo {
    width: 1.61rem;
  }
}
.gFooter .block .navigation {
  grid-row: 1/4;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  padding: 0.24rem 0 0;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .block .navigation {
    margin: 0.3rem 0 0;
    padding: 0 0 0 0.12rem;
    gap: 0.42rem;
  }
}
.gFooter .block .navigation .list {
  display: flex;
  gap: 0.24rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block .navigation .list {
    flex-direction: column;
  }
}
.gFooter .block .link {
  grid-row: 1/2;
  grid-column: 3/4;
  display: flex;
  gap: 0.1rem;
  color: rgb(167, 145, 136);
  font-size: 0.14rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gFooter .block .link {
    margin: 0.35rem 0 0;
    font-size: 0.18rem;
  }
}
.gFooter .block .link a {
  display: grid;
  place-items: center;
  padding: 0 0.16rem;
  height: 0.42rem;
  box-shadow: inset 0 0 0 0.01rem rgb(167, 145, 136);
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .block .link a:hover {
    background-color: rgb(167, 145, 136);
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .block .link a {
    height: 0.45rem;
  }
}
.gFooter .block .sns {
  grid-row: 2/3;
  grid-column: 3/4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.14rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block .sns {
    justify-content: center;
    gap: 0.25rem;
    margin: 0.42rem 0 0;
  }
}
.gFooter .block .sns li {
  width: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block .sns li {
    width: 0.36rem;
  }
}
.gFooter .block .copyright {
  grid-row: 3/4;
  grid-column: 3/4;
  justify-self: flex-end;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .block .copyright {
    margin: 0.12rem 0 0;
    width: 100%;
    text-align: center;
  }
}

@media print {
  body {
    zoom: 0.5;
  }
  body .gHeader {
    position: absolute;
  }
}
/*# sourceMappingURL=common.css.map */