@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho B1", serif;
  --en-font: "Cinzel", serif;
  --base-color: #50443B;
  --white: #FFF;
  --white-0: rgba(255,255,255,0);
  --white-1: rgba(255,255,255,0.1);
  --white-7: rgba(255,255,255,0.7);
  --white-75: rgba(255,255,255,0.75);
  --brown: #40362F;
  --brown01: #C58156;
  --brown02: #8D784D;
  --brown03: #A9683F;
  --brown04: #E2D5C9;
  --brown05: #DED4CB;
  --brown06: #C7BAAC;
  --brown07: #463F3A;
  --brown08: #665E59;
  --light-brown01: #FBF8F5;
  --light-brown02: #F2F0EE;
  --yellow: #D4AE4D;
  --yellow-3: rgba(212,174,77,0.3);
  --yellow01: #F5DD9E;
  --yellow02: #ECDBAF;
  --yellow03: #FBEFD0;
  --black-6: rgba(0, 0, 0, 0.60);
  --dark-green: #B3BCB6;
  --mosgreen: #6B786F;
  --brown-94: rgba(186,165,152,0.94);
  --dark-green01: #485E4F;
  --dark-brown02: #6A625D;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1490px) {
  html {
    font-size: 0.6711409396vw;
  }
}
@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: 1024px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  background-color: var(--white);
}
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;
  }
}

#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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#gHeader .hBox {
  padding: 3rem 0 0 1.9rem;
}
#gHeader .hBox .logo {
  width: 33rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.28rem;
  line-height: 1.6;
}
#gHeader .hBox .logo a {
  display: block;
  color: var(--brown01);
}
#gHeader .hBox .logo img {
  padding-left: 0.7rem;
  margin: 0 auto 1rem;
  width: 26rem;
  display: block;
  box-sizing: content-box;
}
@media all and (min-width: 897px) {
  #gHeader .rBox {
    position: fixed;
    top: 2rem;
    right: 10.2rem;
    width: 60%;
    z-index: 99;
  }
  #gHeader .rBox .comLinkUl {
    gap: 2rem;
    justify-content: right;
  }
}
@media all and (max-width: 896px) {
  #gHeader .hBox {
    padding: 1.6rem 0 0 1.6rem;
  }
  #gHeader .hBox .logo {
    width: 20rem;
    font-size: 0.9rem;
    letter-spacing: 0.12rem;
  }
  #gHeader .hBox .logo img {
    padding-left: 0;
    margin-bottom: 0.7rem;
    width: 20rem;
  }
}

/*------------------------------------------------------------
    menu
------------------------------------------------------------*/
.menu {
  width: 5.2rem;
  height: 2rem;
  cursor: pointer;
  position: fixed;
  z-index: 102;
  top: 4.3rem;
  right: 3rem;
  transition: 0.3s;
}
@media all and (min-width: 1025px) {
  .menu:hover {
    opacity: 0.65;
  }
}
.menu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 5.2rem;
  height: 1px;
  background-color: var(--base-color);
}
.menu span:nth-of-type(1) {
  top: 0;
}
.menu span:nth-of-type(2) {
  top: 0.7rem;
  width: 2.2rem;
}
.menu span:nth-of-type(3) {
  top: 1.4rem;
  width: 3.2rem;
}
.menu.on span {
  width: 5rem !important;
}
.menu.on span:nth-of-type(1) {
  transform: translateY(0.5rem) rotate(-21deg);
}
.menu.on span:nth-of-type(2) {
  opacity: 0;
}
.menu.on span:nth-of-type(3) {
  transform: translateY(-1rem) rotate(21deg);
}
@media all and (max-width: 896px) {
  .menu {
    top: 1.5rem;
    right: 1.6rem;
  }
  .menu.on span:nth-of-type(1) {
    transform: translateY(0.7rem) rotate(-21deg);
  }
  .menu.on span:nth-of-type(3) {
    transform: translateY(-0.7rem) rotate(21deg);
  }
}

/*------------------------------------------------------------
    menuBox
------------------------------------------------------------*/
.menuBox {
  padding: 12rem 7rem 9.5rem 6rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 47rem;
  background: var(--white);
  z-index: 100;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.menuBox.open {
  transform: translateX(0);
}
.menuBox .logoImage {
  margin: 0 auto 3.5rem;
  width: 26rem;
}
.menuBox .logoImage a {
  display: block;
}
@media all and (min-width: 1025px) {
  .menuBox .logoImage a:hover {
    opacity: 0.65;
  }
}
.menuBox #gNavi {
  margin-bottom: 5rem;
}
.menuBox #gNavi a {
  padding: 1.25rem 0;
  font-family: var(--sub-font);
  display: block;
  font-weight: 500;
  letter-spacing: 0.16rem;
  border-bottom: 1px solid var(--base-color);
}
@media all and (min-width: 1025px) {
  .menuBox #gNavi a:hover {
    opacity: 0.65;
  }
}
.menuBox .comLinkUl li {
  margin: 0 auto 3rem;
}
.menuBox .comLinkUl li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .menuBox {
    padding: 9rem 2rem 4.5rem;
    width: 100%;
  }
  .menuBox .logoImage {
    margin-bottom: 2.7rem;
    width: 24rem;
  }
  .menuBox #gNavi {
    margin-bottom: 6rem;
  }
  .menuBox #gNavi a {
    font-size: 1.6rem;
  }
  .menuBox .comLinkUl li a {
    line-height: 1.35;
  }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
  background-color: var(--light-brown01);
}
#gFooter address {
  padding: 1.1rem 1rem 1.1rem;
  background-color: var(--brown08);
  text-align: center;
  color: var(--white);
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
}
@media all and (min-width: 897px) {
  #gFooter .comLinkUl {
    gap: 4rem;
  }
  #gFooter .comLinkUl li {
    width: 34rem;
  }
  #gFooter .comLinkUl li a {
    min-height: 8rem;
    font-size: 2.2rem;
    line-height: 1.4;
    background-position: right 4rem center;
  }
  #gFooter .comLinkUl li a > span {
    padding-left: 5.3rem;
    background-size: 4rem;
  }
  #gFooter .comLinkUl li a .sml {
    font-size: 1.2rem;
  }
  #gFooter .comLinkUl li.web a {
    font-size: 2.4rem;
  }
  #gFooter .comLinkUl li.web a > span {
    padding-left: 4.2rem;
    background-size: 3rem auto;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    margin-bottom: 6rem;
  }
  #gFooter address {
    padding-bottom: 1.2rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  #gFooter .comLinkUl {
    display: block;
  }
  #gFooter .comLinkUl li {
    width: 33.5rem;
    margin: 0 auto 3rem;
  }
  #gFooter .comLinkUl li:last-child {
    margin-bottom: 0;
  }
  #gFooter .comLinkUl li:nth-child(2) a {
    background-position: right 3.5rem center;
  }
  #gFooter .comLinkUl li:nth-child(2) a > span {
    padding-left: 5.3rem;
    background-size: 4rem auto;
  }
  #gFooter .comLinkUl li.web a {
    background-position: right 3.5rem center;
    font-size: 2.4rem;
  }
  #gFooter .comLinkUl li.web a > span {
    padding-left: 4.2rem;
    background-size: 2.9rem auto;
  }
  #gFooter .comLinkUl li a {
    min-height: 8rem;
    font-size: 2.2rem;
  }
  #gFooter .comLinkUl li a .sml {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */