@charset "UTF-8";
:root {
  --base-font: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --sub-font: "Shippori Mincho", serif;
  --num-font: "Julius Sans One", sans-serif;
  --en-font: "Cinzel", serif;
  --base-color: #40362F;
  --base-color-rgb: 64,54,47;
  --color01: #fff;
  --color02: #150B00;
  --color03: #6D6331;
  --color03-rgb: 109,99,49;
  --color04: #9F6A4A;
  --color04-rgb: 159,106,74;
  --color05: #A68636;
  --color05-rgb: 166,134,54;
  --color06: #C89964;
  --color07: #88807C;
  --color07-rgb: 136,128,124;
  --color08: #D4AE4D;
  --color08-rgb: 212,174,77;
  --color09: #F8F7F5;
  --color09-rgb: 248,247,245;
  --color10: #6A625D;
  --color11: #FDFDFC;
  --color12: #B3AFAC;
  --color13: #F1EFEB;
  --color14: #F8F1E1;
  --color15: #52290D;
  --color15-rgb: 82,41,13;
  --color16: #9F9A97;
  --color17: #ECDBAF;
  --color17-rgb: 236,219,175;
  --color18: #C58156;
  --color18-rgb: 197,129,86;
  --color19: #6B786F;
  --color20: #5D544E;
  --color21: #664229;
  --color21-rgb: 102,66,41;
  --color22: #4F5E31;
  --color22-rgb: 79,94,49;
  --color23: #9C4F42;
  --color23-rgb: 156,79,66;
  --color24: #364254;
  --color24-rgb: 54,66,84;
  --color25: #8F550E;
  --color25-rgb: 143,85,14;
  --color26: #E7D29D;
  --color27: #706863;
  --color28: #DDBE71;
  --color29: #684F3E;
  --color29-rgb: 104,79,62;
  --color30: #BA9E81;
  --color31: #80693C;
  --color32: #816A3D;
  --color33: #536257;
  --color34: #D4D2D0;
  --color35: #000;
  --color36: #E9D6A6;
  --color37: #665E59;
  --color38: #485D68;
  --color38-rgb: 72,93,104;
  --color39: #657C27;
  --color39-rgb: 101,124,39;
  --color40: #AA7A49;
  --color40-rgb: 170,122,73;
  --color41: #96512B;
  --color41-rgb: 150,81,43;
  --color42: #231815;
  --color42-rgb: 35,24,21;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media all and (min-width: 897px) and (max-width: 1365px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media all and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body, table, input, textarea, select, option {
  font-family: var(--base-font);
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a {
  color: var(--base-color);
  text-decoration: none;
  transition: 0.3s;
}
a:link {
  color: var(--base-color);
}
a:visited {
  color: var(--base-color);
}
a:active {
  color: var(--base-color);
}
a:hover {
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
@media all and (min-width: 897px) {
  body.fixed {
    overflow-y: scroll;
  }
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

#container {
  text-align: left;
  position: relative;
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  left: 4.3rem;
  top: 3.2rem;
  z-index: 8;
}
#gHeader .logo a {
  display: block;
}
#gHeader .logo img {
  width: 26rem;
}
#gHeader .text {
  color: var(--color01);
  margin: 0.8rem 0.2rem 0;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media all and (max-width: 896px) {
  #gHeader {
    left: 0;
    top: 0;
  }
  #gHeader .logo {
    padding: 1.7rem 1.8rem;
  }
  #gHeader .logo img {
    width: 25rem;
  }
  #gHeader .text {
    width: 100vw;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--color09);
    position: absolute;
    left: 0;
    top: 62.1rem;
    z-index: 5;
    z-index: 6;
  }
}

/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
  position: fixed;
  right: 11.3rem;
  top: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9rem;
  z-index: 88;
}

.telBtn {
  position: fixed;
  right: 60.3rem;
  top: 3.8rem;
  mix-blend-mode: difference;
  z-index: 88;
}
.telBtn a {
  width: fit-content;
  font-family: var(--num-font);
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #F8F7F5;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.telBtn a img {
  width: 1.5rem;
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
  width: 5.2rem;
  height: 1.8rem;
  position: relative;
  mix-blend-mode: difference;
  position: fixed;
  right: 4.1rem;
  top: 4.9rem;
  z-index: 889;
  cursor: pointer;
  transition: opacity 0.3s;
}
.menu span {
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  transition: width 0.3s;
}
.menu span:nth-child(2) {
  width: 2rem;
  top: 0.8rem;
}
.menu span:nth-child(3) {
  width: 3.4rem;
  top: 1.7rem;
}
@media all and (min-width: 1025px) {
  .menu:hover span {
    width: 100%;
  }
}
.menu.on {
  width: 2.8rem;
  height: 2.8rem;
  top: 3.5rem;
  mix-blend-mode: normal;
}
@media all and (min-width: 1025px) {
  .menu.on:hover {
    opacity: 0.6;
  }
}
.menu.on span {
  width: 4rem;
  left: 50% !important;
  top: 50% !important;
}
.menu.on span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu.on span:nth-child(2) {
  opacity: 0;
}
.menu.on span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media all and (max-width: 896px) {
  .menu:not(.on) {
    width: 4.4rem;
    height: 1.6rem;
    right: 2.3rem;
    top: 2.7rem;
  }
  .menu:not(.on) span:nth-child(2) {
    width: 1.8rem;
    top: 0.7rem;
  }
  .menu:not(.on) span:nth-child(3) {
    width: 3rem;
    top: 1.4rem;
  }
  .menu.on {
    right: 2.6rem;
    top: 2.4rem;
  }
}

/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(101%);
  z-index: 888;
  overflow-y: auto;
  box-sizing: border-box;
  transition: transform 0.3s;
}
.menuBox.show {
  transform: translateX(0);
}
.menuBox .inner {
  margin-left: auto;
  padding: 122px 40px;
  width: 440px;
  min-height: 100%;
  background: rgba(var(--base-color-rgb), 0.9);
  position: relative;
}
.menuBox .inner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.6;
  background: url(../img/common/bg07.webp) no-repeat left bottom/216px, url(../img/common/bg06.webp) no-repeat right top/216px;
}
.menuBox .inner .logo {
  margin: 0 auto 46px;
  width: 260px;
}
.menuBox .inner .logo a {
  display: block;
}
.menuBox .inner .linkList01 {
  display: flex;
  justify-content: space-between;
}
.menuBox .inner .linkList01 > li {
  width: calc(50% - 25px);
}
.menuBox .inner .linkList01 > li .subUl li + li {
  margin-top: 11px;
}
.menuBox .inner li a {
  padding: 7px 20px 7px 0;
  color: var(--color09);
  display: block;
  font-family: var(--sub-font);
  border-bottom: 1px solid rgba(var(--color09-rgb), 0.2);
  font-size: 13px;
  letter-spacing: 0.05em;
  background: url(../img/common/arrow05.webp) no-repeat right center/1.4rem;
}
@media all and (min-width: 1025px) {
  .menuBox .inner li a:hover {
    opacity: 0.6;
  }
}
.menuBox .inner .linkList02 {
  margin: 18px 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
}
.menuBox .inner .linkList02 li {
  width: calc(50% - 10px);
}
.menuBox .inner .linkList02 a {
  padding: 0 0 0 8px;
  text-indent: -8px;
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  font-family: var(--sub-font);
  border-bottom: none;
  background: none;
}
.menuBox .inner .linkList02 a::before {
  content: "・";
}
@media all and (max-width: 896px) {
  .menuBox .inner {
    padding: 9.7rem 2rem 7rem;
    width: 100%;
  }
  .menuBox .inner .linkList01 > li {
    width: calc(50% - 1.5rem);
  }
  .menuBox .inner .linkList01 > li .subUl li + li {
    margin-top: 1rem;
  }
  .menuBox .inner .linkList02 {
    margin: 2rem 2.2rem 0;
    gap: 1.1rem 0;
    justify-content: space-between;
  }
  .menuBox .inner .linkList02 li {
    width: calc(50% - 1.8rem);
  }
  .menuBox .inner .linkList02 li a {
    margin-right: -0.6rem;
  }
  .menuBox .inner .spText {
    margin-top: 6.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--color09);
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .comAccessBox {
  padding: 24rem 0 12.3rem;
}
#gFooter .footerBg {
  padding: 4.8rem 2rem 2.5rem;
  color: var(--color01);
  background: var(--color37);
  position: relative;
}
#gFooter .footerBg::before, #gFooter .footerBg::after {
  width: 35.6rem;
  height: 23.8rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/common/bg04.webp) no-repeat left top/100%;
  z-index: 1;
}
#gFooter .footerBg::after {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  transform: scale(-1);
}
#gFooter .fBox {
  margin: 0 auto 4.2rem;
  width: 110rem;
  display: flex;
  gap: 7.6rem;
}
#gFooter .fNavi {
  width: 17.6rem;
}
#gFooter .fNavi > li + li {
  margin-top: 1rem;
}
#gFooter .fNavi a {
  padding: 0.7rem 2rem 0.7rem 0;
  color: var(--color09);
  display: block;
  font-family: var(--sub-font);
  border-bottom: 1px solid rgba(var(--color09-rgb), 0.2);
  font-size: clamp(10px, 0.9516837482vw, 1.3rem);
  letter-spacing: 0.05em;
  background: url(../img/common/arrow05.webp) no-repeat right center/1.4rem;
}
@media all and (min-width: 1025px) {
  #gFooter .fNavi a:hover {
    opacity: 0.6;
  }
}
#gFooter .fNavi .subList {
  margin: 1.8rem 2rem 0;
  width: 46rem;
  width: clamp(360px, 33.6749633968vw, 46rem);
  columns: 3;
  gap: 1.6rem;
}
#gFooter .fNavi .subList li + li {
  margin-top: 1.1rem;
}
#gFooter .fNavi .subList a {
  padding: 0 0 0 1.2rem;
  text-indent: -1.2rem;
  font-weight: 500;
  font-size: clamp(9px, 0.878477306vw, 1.2rem);
  letter-spacing: 0.1em;
  font-family: var(--sub-font);
  border-bottom: none;
  background: none;
}
#gFooter .fNavi .subList a::before {
  content: "・";
}
@media all and (max-width: 896px) {
  #gFooter .comAccessBox {
    padding: 11.3rem 0 6.5rem;
  }
  #gFooter .footerBg {
    padding: 4.7rem 2rem 7.5rem;
  }
  #gFooter .footerBg::before, #gFooter .footerBg::after {
    width: 26rem;
    height: auto;
    aspect-ratio: 356/238;
    display: none;
  }
  #gFooter .fBox {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
    justify-content: space-between;
  }
  #gFooter .fBox .fNavi {
    width: calc(50% - 1.5rem);
  }
  #gFooter .fBox .fNavi a {
    font-size: 1.3rem;
  }
  #gFooter .fBox .fNavi03 {
    width: 100%;
  }
  #gFooter .fBox .fNavi03 > li > a {
    width: calc(50% - 1.5rem);
  }
  #gFooter .fBox .subList {
    margin: 1.8rem 1.6rem 0;
    width: auto;
    columns: 2;
    gap: 2.1rem;
  }
  #gFooter .fBox .subList a {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */