@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 91.875rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f068";
  display: block;
  color: #d8c7a3;
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  font-weight: 900;
  margin-top: 0.3em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__square li::before {
  content: "\f0c8";
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  color: #2c2c2c;
  content: "※";
  margin-right: 0.2em;
}

.__li-wrap {
  display: flex;
}
.__li-wrap .__mark {
  flex-shrink: 0;
}
.__li-wrap .__mark::before {
  content: "\f068";
  display: block;
  color: #d8c7a3;
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  font-weight: 900;
  margin-top: 0.4em;
  margin-right: 0.6em;
}

.__tablestyle table, .__tablestyle th, .__tablestyle td {
  border: solid 4px #ebe2d1;
  border-collapse: collapse;
}
.__tablestyle th, .__tablestyle td {
  text-align: center;
  padding: 0.4em 4em;
}
@media screen and (max-width: 767px) {
  .__tablestyle th, .__tablestyle td {
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
}
.__tablestyle th {
  color: #fff;
  background-color: #bca175;
  font-weight: 500;
}
.__tablestyle td {
  background-color: #fafaf7;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__tablestyle td {
    font-size: 1em;
  }
}

ul.__table-wrap {
  border: solid 1px #d1d0cb;
}
ul.__table-wrap > li {
  display: flex;
  background-color: #fafaf7;
  border-bottom: solid 1px #d1d0cb;
}
ul.__table-wrap > li:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  ul.__table-wrap > li {
    display: block;
  }
}
ul.__table-wrap > li .__ttl, ul.__table-wrap > li .__content {
  padding: 0.6em 2em;
}
@media screen and (max-width: 767px) {
  ul.__table-wrap > li .__ttl, ul.__table-wrap > li .__content {
    padding: 0.6em;
  }
}
ul.__table-wrap > li .__ttl {
  text-align: center;
  width: 10em;
  flex-shrink: 0;
  border-right: solid 1px #d1d0cb;
  background-color: #e5e5db;
}
@media screen and (max-width: 767px) {
  ul.__table-wrap > li .__ttl {
    width: 100%;
    border-right: none;
    font-size: min(3.5vw, 1em);
  }
}
@media screen and (max-width: 767px) {
  ul.__table-wrap > li .__content {
    font-size: min(3.5vw, 1em);
    padding-top: 0.8em;
    padding-bottom: 1em;
  }
}
ul.__table-wrap > li .__content ul {
  margin-top: 0;
}
ul.__table-wrap > li .__content ul li {
  font-size: 1em;
}
ul.__table-wrap > li .__content ul li:nth-of-type(1) {
  margin-top: 0;
}
ul.__liststyle li::before {
  color: #c2a77c;
}

.__ttltxt.__style01 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid 1px #c2a77c;
  font-family: "Shippori Mincho", serif;
  font-size: 3.25rem;
  letter-spacing: 0;
  padding: 0 1.2em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 {
    font-size: 2.5em;
    line-height: 1.4em;
    padding-bottom: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 {
    font-size: min(6.5vw, 1.825em);
  }
}
.__ttltxt.__style02 {
  color: #326844;
  font-family: "Shippori Mincho", serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 {
    font-size: min(6vw, 1.75em);
  }
}
.__ttltxt.__style02 span.__small {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__small {
    font-size: 0.7em;
  }
}

.__txtMarker {
  background-image: linear-gradient(transparent 0, #ebe2d1 0);
  background-repeat: no-repeat;
  background-size: 0% 50%;
  background-position: 0% 100%;
  padding: 0 0.2em;
  transition: all 0.8s ease 0.48s;
}
.__txtMarker.__green03 {
  background-image: linear-gradient(transparent 0, #d3ead3 0);
}
.__txtMarker.__beige03 {
  background-image: linear-gradient(transparent 0, #f6f6f1 0);
}
.__txtMarker.__beige06 {
  background-image: linear-gradient(transparent 0, #c2a77c 0);
}
.__txtMarker.__white {
  background-image: linear-gradient(transparent 0, #fff 0);
}
.__txtMarker.__long {
  transition-duration: 1.6s;
}
.__txtMarker.__inview {
  background-size: 100% 50%;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 0.4s;
}
.__fadeIn.__pagetop {
  transform: translateY(0);
  transition-delay: 0s;
}
.__fadeIn.__notmove {
  transform: translateY(0);
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

a.__txtlink {
  color: #6c9e7d;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.4s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn a, .__linkbtn button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.4em 2em;
  font-weight: 600;
  color: #326844;
  background-color: #fafaf7;
  border: solid 2px #326844;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1599px) {
  .__linkbtn a, .__linkbtn button {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 991px) {
  .__linkbtn a, .__linkbtn button {
    padding: 0.6em 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    padding: 0.4em 2.7em;
  }
}
.__linkbtn a img, .__linkbtn button img {
  width: 0.4em;
  height: auto;
  margin-left: 1em;
  transition: all 0.36s ease;
}
.__linkbtn a:hover, .__linkbtn button:hover {
  color: #fafaf7;
  background-color: #326844;
}
.__linkbtn a:hover img, .__linkbtn button:hover img {
  filter: brightness(0) invert(1);
}

.__anchor-point {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .__anchor-point {
    margin-top: -3em;
  }
}

.__content-wrap.__style01 ul li {
  display: flex;
  justify-content: space-between;
  color: #2c2c2c;
  margin-top: 3em;
}
.__content-wrap.__style01 ul li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 ul li {
    display: block;
    width: min(100%, 720px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 ul li {
    margin-top: 2em;
  }
}
.__content-wrap.__style01 ul li .txt-wrap {
  background-color: #fafaf7;
  border-top: solid 0.625rem #d8c7a3;
  border-bottom: solid 0.625rem #d8c7a3;
  width: calc(50% - 0.5em);
  padding: 3.75rem 5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 ul li .txt-wrap {
    width: 100%;
    border-bottom: none;
    border-top-width: 8px;
    padding: 4em 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 ul li .txt-wrap {
    padding-top: 3em;
    padding-bottom: 3.6em;
  }
}
.__content-wrap.__style01 ul li .txt-wrap .__ttltxt {
  border-bottom: solid 2px #d8c7a3;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 ul li .txt-wrap .__ttltxt {
    padding-bottom: 1em;
    margin-bottom: 1.2em;
  }
}
.__content-wrap.__style01 ul li .txt-wrap .catch-txt {
  color: #6c9e7d;
  font-size: 1.375rem;
  font-weight: 600;
  margin-left: -0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 ul li .txt-wrap .catch-txt {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 ul li .txt-wrap .catch-txt {
    font-size: min(5vw, 1.25em);
    line-height: 1.6em;
    margin-left: 0;
  }
}
.__content-wrap.__style01 ul li .txt-wrap .__linkbtn {
  margin-top: 2em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 ul li .txt-wrap .__linkbtn {
    margin-top: 3em;
  }
}
.__content-wrap.__style01 ul li .img-wrap {
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 ul li .img-wrap {
    width: 100%;
  }
}
.__content-wrap.__style01 ul li .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-wrap.__style02 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #2c2c2c;
  padding: 5rem;
  background-color: #fafaf7;
  border: solid 0.625rem #ebe2d1;
  margin-top: 3em;
}
.__content-wrap.__style02 ul li:nth-of-type(1) {
  margin-top: 0;
}
.__content-wrap.__style02 ul li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 ul li {
    display: block;
    width: min(100%, 720px);
    margin: 0 auto;
    border-width: 8px;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style02 ul li {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style02 ul li {
    margin-top: 2em;
  }
}
.__content-wrap.__style02 ul li .img-wrap {
  width: 31.875rem;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 ul li .img-wrap {
    width: min(80%, 560px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style02 ul li .img-wrap {
    width: 100%;
  }
}
.__content-wrap.__style02 ul li .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-wrap.__style02 ul li .txt-wrap {
  width: calc(100% - 31.875rem - 5rem);
  padding: 1em 0;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 ul li .txt-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style02 ul li .txt-wrap {
    margin-top: 1em;
  }
}
.__content-wrap.__style02 ul li .txt-wrap .catch-txt {
  color: #bca175;
  font-family: "Shippori Mincho", serif;
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: 1.6em;
  border-bottom: solid 2px #d8c7a3;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 ul li .txt-wrap .catch-txt {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style02 ul li .txt-wrap .catch-txt {
    font-size: min(5vw, 1.5em);
    padding-bottom: 1em;
    margin-bottom: 1.2em;
  }
}
.__content-wrap.__style02 ul li .txt-wrap .__linkbtn {
  margin-top: 3em;
  margin-left: auto;
}
.__content-wrap.__style02 ul li .txt-wrap.__100 {
  width: 100%;
  margin-top: 2em;
}
.__content-wrap.__style02.__beige ul li {
  background-color: #f6f6f1;
  border-color: #fff;
}
.__content-wrap.__style02.__beige ul li .txt-wrap .catch-txt {
  color: #b39566;
}

.__contact-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .__contact-list ul {
    display: block;
  }
}
.__contact-list ul li {
  background-color: #fafaf7;
  border-top: solid 0.625rem #d8c7a3;
  border-bottom: solid 0.625rem #d8c7a3;
  width: calc(33.3333333333% - 0.6666666667em);
  padding: 3em 2.5rem 3.6em;
  margin-top: 3em;
  margin-right: 1em;
}
.__contact-list ul li:nth-of-type(3) {
  margin-right: 0;
}
.__contact-list ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .__contact-list ul li {
    width: 100%;
    margin-top: 2em;
    margin-right: 0;
    border-top-width: 4px;
    border-bottom-width: 4px;
    padding: 2em 6.25rem 2.4em;
  }
}
.__contact-list ul li .item-name {
  color: #326844;
  font-size: 2rem;
  border-bottom: solid 2px #d8c7a3;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .__contact-list ul li .item-name {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 991px) {
  .__contact-list ul li .item-name {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-list ul li .item-name {
    font-size: 1.375em;
  }
}
.__contact-list ul li .item-name span.__small {
  font-size: 0.65em;
  margin-left: 0.65em;
}
@media screen and (max-width: 767px) {
  .__contact-list ul li .item-name span.__small {
    font-size: 0.75em;
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 1199px) {
  .__contact-list ul li .item-num-wrap {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .__contact-list ul li .item-num-wrap {
    display: block;
  }
}
.__contact-list ul li .item-num-wrap .item-num {
  color: #326844;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1199px) {
  .__contact-list ul li .item-num-wrap .item-num {
    margin-right: 3em;
  }
}
.__contact-list ul li .item-num-wrap .item-num .__ttltxt {
  font-size: 1.6875rem;
  margin-right: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__contact-list ul li .item-num-wrap .item-num .__ttltxt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-list ul li .item-num-wrap .item-num .__ttltxt {
    font-size: 1.25em;
  }
}
.__contact-list ul li .item-num-wrap .item-num .__num {
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .__contact-list ul li .item-num-wrap .item-num .__num {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-list ul li .item-num-wrap .item-num .__num {
    font-size: 1.5em;
  }
}
.__contact-list ul li .item-num-wrap .item-num .__num a {
  display: inline;
  font-size: 1em;
}

.__contact-content, .__link-content {
  margin-top: 6em;
}
.__contact-content h4, .__link-content h4 {
  color: #326844;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .__contact-content h4, .__link-content h4 {
    font-size: 1.25em;
  }
}
.__contact-content .__linkbtn, .__link-content .__linkbtn {
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
}
@media screen and (max-width: 1199px) {
  .__contact-content .__linkbtn, .__link-content .__linkbtn {
    margin-bottom: 4em;
  }
}
.__contact-content .__linkbtn a, .__link-content .__linkbtn a {
  border: none;
  color: #fff;
  background-color: #c2a77c;
  font-size: 1.125em;
  padding: 0.8em 3em;
}
@media screen and (max-width: 991px) {
  .__contact-content .__linkbtn a, .__link-content .__linkbtn a {
    padding: 0.8em 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .__linkbtn a, .__link-content .__linkbtn a {
    padding: 0.6em 2.7em;
  }
}
.__contact-content .__linkbtn a img, .__link-content .__linkbtn a img {
  filter: brightness(0) invert(1);
}
.__contact-content .__linkbtn a:hover, .__link-content .__linkbtn a:hover {
  background-color: #b39566;
}
.__contact-content .contact-wrap, .__link-content .contact-wrap {
  color: #fff;
  background-color: #326844;
  border: solid 0.625rem #6c9e7d;
  width: min(100%, 780px);
  margin: 0 auto;
  margin-top: 2em;
  padding: 3em 3.75rem 3.6em;
}
@media screen and (max-width: 1199px) {
  .__contact-content .contact-wrap, .__link-content .contact-wrap {
    border-width: 6px;
    padding: 3em 6.25rem 3.6em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap, .__link-content .contact-wrap {
    text-align: center;
  }
}
.__contact-content .contact-wrap .contact-name, .__link-content .contact-wrap .contact-name {
  font-size: 2rem;
  border-bottom: solid 2px #d8c7a3;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .__contact-content .contact-wrap .contact-name, .__link-content .contact-wrap .contact-name {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-name, .__link-content .contact-wrap .contact-name {
    font-size: 1.645em;
    line-height: 1.4em;
    padding-bottom: 1em;
  }
}
.__contact-content .contact-wrap .contact-name span.__small, .__link-content .contact-wrap .contact-name span.__small {
  font-size: 0.65em;
  margin-left: 0.65em;
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-name span.__small, .__link-content .contact-wrap .contact-name span.__small {
    font-size: 0.75em;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .__contact-content .contact-wrap .contact-address, .__link-content .contact-wrap .contact-address {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-address, .__link-content .contact-wrap .contact-address {
    font-size: 1em;
  }
}
.__contact-content .contact-wrap .contact-num-wrap, .__link-content .contact-wrap .contact-num-wrap {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-num-wrap, .__link-content .contact-wrap .contact-num-wrap {
    display: block;
    margin-top: 2em;
  }
}
.__contact-content .contact-wrap .contact-num-wrap .contact-num, .__link-content .contact-wrap .contact-num-wrap .contact-num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num, .__link-content .contact-wrap .contact-num-wrap .contact-num {
    margin-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num, .__link-content .contact-wrap .contact-num-wrap .contact-num {
    justify-content: center;
    margin-right: 0;
  }
}
.__contact-content .contact-wrap .contact-num-wrap .contact-num .__ttltxt, .__link-content .contact-wrap .contact-num-wrap .contact-num .__ttltxt {
  color: #fff;
  font-size: 1.6875rem;
  margin-right: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num .__ttltxt, .__link-content .contact-wrap .contact-num-wrap .contact-num .__ttltxt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num .__ttltxt, .__link-content .contact-wrap .contact-num-wrap .contact-num .__ttltxt {
    font-size: 1.25em;
  }
}
.__contact-content .contact-wrap .contact-num-wrap .contact-num .__num, .__link-content .contact-wrap .contact-num-wrap .contact-num .__num {
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num .__num, .__link-content .contact-wrap .contact-num-wrap .contact-num .__num {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num .__num, .__link-content .contact-wrap .contact-num-wrap .contact-num .__num {
    font-size: 1.645em;
  }
}
.__contact-content .contact-wrap .contact-num-wrap .contact-num .__num a, .__link-content .contact-wrap .contact-num-wrap .contact-num .__num a {
  display: inline;
  font-size: 1em;
}
.__contact-content .contact-wrap .contact-num-wrap .contact-num .__note, .__link-content .contact-wrap .contact-num-wrap .contact-num .__note {
  width: 100%;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .__contact-content .contact-wrap .contact-num-wrap .contact-num .__note, .__link-content .contact-wrap .contact-num-wrap .contact-num .__note {
    font-size: min(3.3vw, 0.9em);
  }
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 1.5rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1279px) {
  header .header-inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 31.25rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1279px) {
  header .header-logo {
    width: 425px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(74vw, 325px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header.__pagetop .header-inner {
  height: 100px;
}
@media screen and (max-width: 1279px) {
  header.__pagetop .header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header.__pagetop .header-inner {
    height: 60px;
  }
}
header.__pagetop .header-logo {
  width: 33.75rem;
}
@media screen and (max-width: 1279px) {
  header.__pagetop .header-logo {
    width: 425px;
  }
}
@media screen and (max-width: 991px) {
  header.__pagetop .header-logo {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  header.__pagetop .header-logo {
    width: min(74vw, 325px);
  }
}
@media screen and (max-width: 1279px) {
  header .nav-btn-wrap {
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #6c9e7d;
  }
}
@media screen and (max-width: 1279px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  header .nav-btn span {
    width: 30px;
  }
}
@media screen and (max-width: 1279px) {
  header .nav-btn.__open span {
    background-color: #bca175;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(40deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-40deg);
  }
}
header .header-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  header .header-menu {
    display: block;
    background-color: #f6f6f1;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    width: 240px;
    height: 100vh;
    padding-top: 20lvh;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -240px;
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1279px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav > ul {
  display: flex;
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul {
    display: block;
  }
}
header .header-menu nav > ul > li {
  position: relative;
  z-index: 2;
  letter-spacing: 0.06em;
  margin: 0 1.5rem;
  padding: 1.1em 0;
}
@media screen and (max-width: 1599px) {
  header .header-menu nav > ul > li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul > li {
    font-size: 0.95em;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ebe2d1;
  }
}
header .header-menu nav > ul > li::before {
  content: "";
  display: block;
  background-color: #d8c7a3;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin-bottom: 0.8em;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul > li::before {
    margin-bottom: -1px;
  }
}
header .header-menu nav > ul > li > a {
  font-size: 1em;
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul > li > a {
    padding: 1.2em 30px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-menu nav > ul > li:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
header .header-menu nav > ul > li:last-of-type {
  margin-right: 0;
}
header .header-menu nav > ul > li .accordion-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  font-size: 1em;
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul > li .accordion-menu {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    cursor: pointer;
    justify-content: space-between;
    padding: 1.2em 30px;
  }
}
header .header-menu nav > ul > li .accordion-menu .accordion-icon {
  width: 0.7em;
  margin-left: 0.5rem;
  transform: scaleY(1);
  transition: all 0.4s ease;
}
header .header-menu nav > ul > li .accordion-menu .accordion-icon img {
  width: 100%;
  height: auto;
}
header .header-menu nav > ul > li .accordion-menu.__open .accordion-icon {
  transform: scaleY(-1);
}
header .header-menu nav > ul > li .accordion-inner {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  white-space: nowrap;
  top: 100%;
  left: 0;
  background-color: #f6f6f1;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 1.2em 1em;
  padding-right: 1.4em;
  display: none;
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul > li .accordion-inner {
    position: relative;
    box-shadow: none;
    padding: 0 27px 1em;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li {
  color: #326844;
  margin-bottom: 0.6em;
  font-size: 0.9em;
}
@media screen and (max-width: 1279px) {
  header .header-menu nav > ul > li .accordion-inner ul li {
    font-size: 1em;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li a {
  font-size: 1em;
  color: #bca175;
  transition: all 0.4s ease;
}
header .header-menu nav > ul > li .accordion-inner ul li a:hover {
  opacity: 0.6;
}
header .header-menu nav > ul > li.__current {
  color: #326844;
}
header .header-menu nav > ul > li.__current::before {
  transform: scaleX(1);
}
header .header-menu nav > ul > li.__current .accordion-inner ul li.__current a {
  pointer-events: none;
  color: #326844;
}
header .header-menu .header-contact {
  height: 100%;
  margin-left: 1.875rem;
}
@media screen and (max-width: 1279px) {
  header .header-menu .header-contact {
    margin-left: 0;
  }
}
header .header-menu .header-contact a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #d8c7a3;
  padding: 0 1.5rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-contact a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1279px) {
  header .header-menu .header-contact a {
    font-size: 1em;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 1.6em 30px;
  }
  header .header-menu .header-contact a::before {
    content: "\f095";
    color: #6c9e7d;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.125em;
    margin-right: 0.6em;
  }
}
@media screen and (min-width: 1280px) {
  header .header-menu .header-contact a:hover {
    color: #fff;
    background-color: #6c9e7d;
  }
}

/* footer
---------------------------------------------------- */
footer {
  background-image: url(../images/bg-pattern_white.png);
  background-size: 300px;
  background-repeat: repeat;
  padding-top: 8.75rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 72px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left {
  width: 24em;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left {
    width: 100%;
  }
}
footer .footer-inner .footer-left .footer-company {
  color: #326844;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-company {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-company {
    font-size: min(6vw, 1.5em);
  }
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 0.8em;
}
footer .footer-inner .footer-left .footer-info .info-num {
  padding: 0.4em 0;
  border-top: solid 1px #d8c7a3;
  border-bottom: solid 1px #d8c7a3;
}
footer .footer-inner .footer-left .footer-info .info-num a {
  display: inline;
}
footer .footer-inner .footer-left .footer-info .info-address {
  margin-top: 0.8em;
}
footer .footer-inner .footer-menu {
  width: calc(100% - 24em);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu {
    width: 100%;
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu {
    margin-top: 5em;
  }
}
footer .footer-inner .footer-menu > ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu > ul {
    justify-content: space-between;
  }
}
footer .footer-inner .footer-menu > ul > li {
  width: 33.3333333333%;
  margin-bottom: 3em;
}
footer .footer-inner .footer-menu > ul > li:nth-of-type(3n) {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu > ul > li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu > ul > li {
    font-size: 1.125em;
    width: 50%;
    margin-bottom: 2em;
  }
  footer .footer-inner .footer-menu > ul > li:nth-of-type(3n) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul > li {
    font-size: 1.05em;
    width: 100%;
  }
  footer .footer-inner .footer-menu > ul > li:nth-of-type(3n) {
    width: 100%;
  }
}
footer .footer-inner .footer-menu > ul > li::before {
  display: inline-block;
  content: "\f0c8";
  color: #ebe2d1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.48em;
}
footer .footer-inner .footer-menu > ul > li a {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
  transition: all 0.4s ease;
}
footer .footer-inner .footer-menu > ul > li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu > ul > li .child-menu {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul > li .child-menu {
    margin-top: 0.4em;
  }
}
footer .footer-inner .footer-menu > ul > li .child-menu li {
  font-size: 0.9em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu > ul > li .child-menu li {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu > ul > li .child-menu li {
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul > li .child-menu li {
    font-size: 0.9em;
    margin-top: 0;
  }
}
footer .footer-inner .footer-menu > ul > li .child-menu li a {
  font-size: 1em;
  transition: all 0.4s ease;
}
footer .footer-inner .footer-menu > ul > li .child-menu li a:hover {
  opacity: 0.6s;
}
footer .footer-inner .copyright {
  color: #6c9e7d;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  padding: 6.25rem 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .copyright {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .copyright {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1.6em;
}
@media screen and (max-width: 1279px) {
  #pagetop {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 6px;
  }
}
#pagetop a {
  width: 60px;
  height: 60px;
  background-color: #d8c7a3;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  #pagetop a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 16px;
  }
}
#pagetop a:hover {
  background-color: #bca175;
}/*# sourceMappingURL=common.css.map */