@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
	base
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #272727;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

img {
  width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
	layout
----------------------------------------*/
body.is-fixed {
  overflow-y: hidden;
}
body.is-fixed .wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
}

.wrapper {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper .main-contents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-contents {
  margin-top: 110px;
  padding-top: 46px;
  padding-bottom: 66px;
  background: #FCF9F4;
}
.main-contents._home {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.container {
  max-width: 895px;
  margin-inline: auto;
  padding: 0 70px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
/* header
------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 110px;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
  background: #fff;
}
.header--home {
  background: none;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 50px;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo a img {
  display: block;
  width: 74px;
}
.header__logo a span {
  padding-left: 1em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.header__contact {
  position: absolute;
  top: 23px;
  right: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__btn {
  display: inline-block;
  min-width: 135px;
  padding: 9px 18px 8px;
  border-radius: 100vmax;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.021em;
  line-height: 1;
  text-align: center;
  background: rgba(230, 225, 225, 0.5);
}
@media (any-hover: hover) {
  .header__btn:hover, .header__btn:focus {
    outline: none;
    letter-spacing: 0.03em;
    background: rgba(220, 211, 80, 0.88);
  }
}

.header__tel {
  margin-top: 12px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2307692308;
  background: url("../images/icon_phone.svg") left center/11px 16px no-repeat;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 20px;
  }
  .header__logo a img {
    width: 64px;
  }
  .header__logo a span {
    padding-left: 0.5em;
    font-size: 18px;
    line-height: 1.5;
  }
  .header__contact {
    display: none;
  }
}
/* hamburger
------------------------------------------------------ */
.hamburger {
  position: absolute;
  top: 0;
  right: 50px;
  width: auto;
  padding: 0;
  color: #CEB7A5;
  background: none;
  -webkit-filter: drop-shadow(0 3px 6px rgba(121, 107, 68, 0.16));
          filter: drop-shadow(0 3px 6px rgba(121, 107, 68, 0.16));
  cursor: pointer;
  -webkit-transition: color ease-out 0.3s, -webkit-transform ease-out 0.3s;
  transition: color ease-out 0.3s, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, color ease-out 0.3s;
  transition: transform ease-out 0.3s, color ease-out 0.3s, -webkit-transform ease-out 0.3s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media (any-hover: hover) {
  .hamburger:hover, .hamburger:focus-visible {
    outline: none;
    color: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hamburger:hover .hamburger__line, .hamburger:focus-visible .hamburger__line {
    background: #fff;
  }
  .hamburger:hover .hamburger__line:before,
  .hamburger:hover .hamburger__line:after, .hamburger:focus-visible .hamburger__line:before,
  .hamburger:focus-visible .hamburger__line:after {
    background: #fff;
  }
}

.hamburger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 146px;
  padding: 42px 10px 0;
  background: #796B44;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 19px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 19px), 0 100%);
}

.hamburger__line {
  position: relative;
  width: 30px;
  height: 2px;
  border-radius: 100vmax;
  margin-top: 30px;
  background: #CEB7A5;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}

.hamburger__line::before,
.hamburger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 100vmax;
  background: #CEB7A5;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}

.hamburger__line::before {
  top: -10px;
}

.hamburger__line::after {
  bottom: -10px;
}

.hamburger__text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .hamburger {
    right: 14px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #fff;
  }
  .hamburger-inner {
    width: 52px;
    height: 122px;
    padding: 35px 5px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 16px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 16px), 0 100%);
  }
  .hamburger__line {
    margin-top: 24px;
    background: #fff;
  }
  .hamburger__line::before,
  .hamburger__line::after {
    background: #fff;
  }
}
/* menu
------------------------------------------------------ */
.menu {
  visibility: hidden;
  position: fixed;
  top: -100%;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 82px 50px 112px;
  color: #fff;
  background: #796B44;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 74px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 74px), 0 100%);
  -webkit-transition: top ease-out 0.8s, visibility ease-out 0.8s;
  transition: top ease-out 0.8s, visibility ease-out 0.8s;
}
.menu[aria-hidden=false] {
  visibility: visible;
  top: 0;
}

.menu__close {
  position: absolute;
  top: 22px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  cursor: pointer;
}
.menu__close::before, .menu__close::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 100vmax;
  background: #CEB7A5;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.menu__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (any-hover: hover) {
  .menu__close:hover::before, .menu__close:hover::after {
    background: #fff;
  }
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 364px;
  padding: 20px 20px 20px 95px;
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.menu__link::before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 16px;
  background: #fff;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #CEB7A5;
  }
  .menu__link:hover::before {
    background: #CEB7A5;
  }
}

.menu__contact {
  margin-top: 20px;
  margin-left: 95px;
}

.menu__btn {
  display: inline-block;
  min-width: 194px;
  padding: 11px 28px 10px;
  border-radius: 100vmax;
  font-size: 22px;
  letter-spacing: -0.007em;
  line-height: 1;
  text-align: center;
  color: #796B44;
  background: #DCD350;
}
@media (any-hover: hover) {
  .menu__btn:hover {
    letter-spacing: 0.05em;
    background: #CDE4E4;
  }
}

.menu-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  -webkit-filter: brightness(62%);
          filter: brightness(62%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

@media screen and (max-width: 767px) {
  .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 82px 4px 112px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 74px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 74px), 0 100%);
  }
  .menu__link {
    min-width: auto;
    padding: 20px;
  }
  .menu__contact {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* footer
------------------------------------------------------ */
.footer {
  color: #fff;
  background: #796B44;
}

.footer-inner {
  max-width: 1035px;
  margin-inline: auto;
  padding: 0 20px;
}

.footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 30px 0 20px;
}

.footer-contents__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 97px;
  height: 97px;
  background: #fff;
  border-radius: 50%;
}
.footer__logo img {
  width: 74px;
}

.footer__text {
  margin-left: 12px;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.footer__text span {
  display: block;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-list__link {
  display: block;
  padding: 10px 1em;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  color: #CEB7A5;
}
@media (any-hover: hover) {
  .footer-list__link:hover {
    color: #fff;
  }
}
.footer-list__link--tel {
  pointer-events: none;
  position: relative;
}
.footer-list__link--tel span {
  position: absolute;
  bottom: -1em;
  left: 0;
  content: "";
  white-space: nowrap;
}

.footer-bottom {
  padding: 15px 0;
}

.footer__copyright {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #CEB7A5;
}

@media screen and (max-width: 991px) {
  .footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 35px;
  }
  .footer-contents__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-contents__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    width: 87px;
    height: 87px;
  }
  .footer__logo img {
    width: 64px;
  }
  .footer__text {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer__text span {
    font-size: 18px;
    line-height: 1.5;
  }
  .footer-list__link--tel {
    pointer-events: all;
  }
  .footer__copyright {
    line-height: 1.5;
  }
}
/*----------------------------------------
	Utilities
----------------------------------------*/
/* スクリーンリーダーから隠す */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* 表示切り替え */
.pc-hidden {
  display: none;
}

.sp-hidden {
  display: initial;
}

@media screen and (max-width: 767px) {
  .pc-hidden {
    display: initial;
  }
  .sp-hidden {
    display: none;
  }
}
/* 余白の調整 */
.mt-0 {
  margin-top: 0 !important;
}/*# sourceMappingURL=common.css.map */