<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================================
パーツ
========================================================= */
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

@media screen and (max-width: 321px) {
  .exsp {
    display: none;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 1024px) {
  img,
  svg {
    height: auto;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: "EB Garamond", serif;
  cursor: pointer;
  touch-action: manipulation;
}

/* =========================================================
見出し、テキスト
========================================================= */
.secTitle01 {
  margin: 30px 0 24px;
  font-size: 4.8rem;
  line-height: 1.0416666667;
}
@media (max-width: 767px) {
  .secTitle01 {
    margin: 20px 0 16px;
    font-size: 1.8rem;
  }
}
.secTitle01.center {
  text-align: center;
}
.secTitle01:first-child {
  margin-top: 0;
}

.secTitle02 {
  margin: 20px 0 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .secTitle02 {
    margin: 20px 0 15px;
    font-size: 1.2rem;
  }
}
.secTitle02.center {
  text-align: center;
}
.secTitle02:first-child {
  margin-top: 0;
}

/* =========================================================
block
========================================================= */
.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .photo {
  flex-shrink: 0;
}

hr.separator {
  border: none;
  border-top: 1px solid #C2B59B;
  margin: 60px 0;
}
@media (max-width: 767px) {
  hr.separator {
    margin: 30px 0;
  }
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
a svg {
  transition: all 0.25s;
}

.contents a {
  color: #C2B59B;
  text-decoration: none;
}
.contents a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.contents a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.btn {
  margin-block: 45px;
}
@media (max-width: 767px) {
  .btn {
    margin-block: 20px;
  }
}
.btn .btnLink,
.btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  min-width: 202px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  border: 1px solid #C2B59B;
  background: none;
  font-family: "Montserrat", sans-serif;
  color: #C2B59B;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn .btnLink,
  .btn a {
    gap: 15px;
    min-width: 114px;
    height: 24px;
    line-height: 24px;
  }
}
@media (hover: hover) {
  .btn .btnLink:hover,
  .btn a:hover {
    opacity: 1;
    background-color: #C2B59B;
    color: #231F20;
  }
}
.btn:last-child {
  margin-bottom: 0;
}
.btn.center {
  text-align: center;
}

/* =========================================================
リスト
========================================================= */
/* =========================================================
table
========================================================= */
/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 134px;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  position: relative;
  background: #fff;
  color: #231F20;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1.5625;
  min-width: 1640px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-all;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}
body.fixed {
  overflow: hidden;
}
@media screen and (max-width: 1640px) {
  body {
    overflow-x: hidden;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  body {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1640px) {
  body {
    overflow-x: hidden;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.wrapper {
  max-width: 1640px;
  margin-inline: auto;
  padding-block: 120px;
}
@media screen and (max-width: 1550px) {
  .wrapper {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 80%;
    padding-block: 40px;
  }
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 134px;
  color: #C2B59B;
  padding-top: 80px;
  padding-inline: 5%;
  transition: background 0.3s;
}
@media (max-width: 1024px) {
  .globalHeader {
    padding-inline: 10%;
  }
}
@media (max-width: 767px) {
  .globalHeader {
    height: 86px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .globalHeader .siteLogo {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .globalHeader .siteLogo a img {
    width: 60px;
    height: auto;
  }
}
.globalHeader .headerNav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.globalHeader .headerNavMenu {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .globalHeader .headerNavMenu {
    font-size: 1rem;
  }
}
.globalHeader .headerNavMenu li.contactBtn {
  margin: 0;
}
@media (max-width: 767px) {
  .globalHeader .headerNavMenu li.contactBtn {
    margin-top: 20px;
  }
}

/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
}
/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  position: relative;
  background: #231F20;
  color: #C2B59B;
}
.globalFooter .wrapper {
  padding: 80px 0 134px;
}
@media (max-width: 1024px) {
  .globalFooter .wrapper {
    padding: 52px 0 48px;
  }
}
.globalFooter .inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C2B59B;
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .globalFooter .inner {
    flex-direction: column-reverse;
    gap: 28px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.globalFooter .logo {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .globalFooter .logo img {
    width: 101px;
    height: auto;
  }
}
.globalFooter .contact {
  min-width: 400px;
  column-count: 2;
  column-gap: 72px;
  margin-top: 18px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .globalFooter .contact {
    min-width: auto;
    column-gap: 20px;
    margin-top: 0;
  }
}
.globalFooter .contact .secTitle02 {
  column-span: all;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .globalFooter .contact .secTitle02 {
    margin-bottom: 8px;
  }
}
.globalFooter .contact p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
@media (max-width: 767px) {
  .globalFooter .contact p {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=map/style.css.map */
</pre></body></html>