@charset "UTF-8";
/* Scss Document */
.bg_cl1 {
  background: #779830;
}

.bg_cl2 {
  background: #e0962f;
}

.cl1 {
  color: #779830;
}

.cl2 {
  color: #cf8d31;
}

.cl3 {
  color: rgba(77, 77, 77, 0.7);
}

.text-link:hover {
  text-decoration: underline;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}

.box-parallax {
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-parallax .img-parallax-pc {
    position: relative;
  }
  .box-parallax .img-parallax-pc img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}

.fw_ext {
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .img-parallax-pc {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .img-parallax-pc img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 90px;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ham-img {
    width: 128px;
    top: 0;
    right: 0;
  }
}

.hamburger {
  color: #fff;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.hamburger:before {
  content: "";
  width: 35px;
  border-top: 2px solid;
  position: absolute;
  top: 29px;
  left: 13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger:after {
  content: "メニュー";
  line-height: 1;
  position: absolute;
  bottom: 18px;
  left: 41px;
  right: 0;
  font-weight: 400;
  display: none;
}
.hamburger span {
  height: 19px;
  width: 35px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  border-top: 2px solid;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active:after {
  content: "閉じる";
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0px, 6px, 0) rotate(45deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hamburger {
    background-color: transparent !important;
    top: 36px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }
  .hamburger span {
    width: 55px;
    height: 14px;
  }
  .hamburger.is-active span:before {
    transform: translate3d(0px, 9px, 0) rotate(12deg);
  }
  .hamburger.is-active span::after {
    transform: translate3d(0, -2px, 0) rotate(-12deg);
  }
  .hamburger.white span {
    color: #fff;
  }
  .hamburger.white.is-active span {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^=error] {
  position: static;
}

.f_cl1 {
  color: #92845a;
}

.txt_r {
  text-align: right;
}

i {
  font-style: normal;
}

/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brk-in {
  display: inline-block;
}

.box-shadown {
  box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
}

.img-shadown {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
}

.sns-banner .btn {
  margin-bottom: 20px;
}
.sns-banner .btn a {
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid;
  letter-spacing: 0.08em;
  font-size: 18px;
  padding: 13px 0 13px 40px;
  position: relative;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
}
.sns-banner .btn a img {
  width: 33px;
  height: auto;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sns-banner .btn a {
    font-size: 17px;
    padding: 18px 0 19px 40px;
    position: relative;
  }
  .sns-banner .btn a img {
    width: 41px;
    left: 21px;
  }
  .sns-banner .btn a:hover {
    opacity: 0.7;
  }
}

section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 6.667vw;
  padding-right: 6.667vw;
}
@media screen and (min-width: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}

main {
  position: relative;
}

#navigation {
  background: url(../img/shared/bg2.jpg) repeat center 0;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}
#navigation .group {
  padding: 10vw 0 130px;
}
#navigation .tog-nav {
  position: relative;
  padding: 0 10vw 10vw;
}
#navigation .tog-nav li {
  padding-bottom: 26px;
}
#navigation .tog-nav li a {
  font-size: 16px;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#navigation .tog-nav li:not(.blog) a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid;
  opacity: 0;
}
#navigation .tog-nav li:not(.blog) a:hover:before, #navigation .tog-nav li:not(.blog) a.active:before {
  opacity: 1;
}
#navigation .tog-nav li.blog {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 41px;
  padding: 5px 0px 0 18px;
}
#navigation .tog-nav li.blog a {
  font-size: 14px;
}
#navigation .tog-nav li.blog a:hover {
  opacity: 0.7;
}
#navigation .tog-nav li.blog a:before {
  content: "";
  border-left: 1px solid #6f665f;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 4px;
  transform: rotate(24deg);
}
#navigation .tog-nav li.blog a:first-child:before {
  opacity: 0;
}
#navigation .tog-nav li.home img {
  width: 22px;
  height: auto;
}
#navigation .tog-nav li.active a:before {
  opacity: 1;
}
#navigation .contact .sns {
  width: 36px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #navigation {
    background: transparent;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 100px;
    padding: 0;
    pointer-events: auto;
  }
  #navigation .group {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #navigation .tog-nav {
    padding: 20px 0 0;
    display: flex;
    gap: 0 34px;
  }
  #navigation .tog-nav li {
    padding-bottom: 0;
  }
  #navigation .tog-nav li a {
    font-size: 17px;
    color: #3a2a22;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  #navigation .tog-nav li:not(.blog) a {
    padding-bottom: 10px;
  }
  #navigation .tog-nav li:not(.blog) a:before {
    border-top: 3px solid;
  }
  #navigation .tog-nav li.blog {
    gap: 20px;
    padding: 0;
  }
  #navigation .tog-nav li.blog a {
    font-size: 14px;
    padding-bottom: 10px;
  }
  #navigation .tog-nav li.blog a:first-child:before {
    opacity: 1;
  }
  #navigation .tog-nav li.blog a:before {
    height: 20px;
    left: -10px;
    top: 8px;
  }
  #navigation .tog-nav li.home img {
    width: 17px;
    height: auto;
    margin: -3px 0 0 0;
  }
  #navigation .contact {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: flex;
    gap: 20px;
  }
  #navigation .contact .tel {
    font-size: 14px;
    font-weight: 300;
    color: #3a2a22;
    padding: 4px 0 0px;
  }
  #navigation .contact .tel a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #navigation .contact .tel .num {
    font-family: "Libertinus Math", system-ui;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  #navigation .contact .tel .num img {
    width: 20px;
    height: auto;
  }
  #navigation .contact .sns {
    display: flex;
    width: auto;
    margin: 0;
    gap: 20px;
    justify-content: flex-end;
  }
  #navigation .contact .sns img {
    width: 32px;
    height: auto;
  }
}

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .navOpen .ft-bnr-fixed li:not(:last-child) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

header {
  position: relative;
  padding: 45px 6.666vw 0;
}
header h1 {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  top: 5px;
  left: 5%;
  right: 5%;
  z-index: 9;
  color: #776e67;
  z-index: 1;
}
header .logo {
  width: 50.4vw;
  position: absolute;
  top: 25vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header {
    padding: 40px;
  }
  header h1 {
    color: #776e67;
    font-size: 11px;
    font-weight: 300;
    padding: 0;
    left: 9px;
    bottom: 70px;
    z-index: 1;
    position: absolute;
    right: auto;
    top: auto;
  }
  header .logo {
    width: 259px;
    top: 104px;
    transform: none;
    left: 99px;
  }
  header .hd-pc .hd-fixed {
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  header .hd-pc .tel {
    color: #fff;
    position: absolute;
    left: 40px;
    top: 304px;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid;
    padding: 10px 0 0 14px;
  }
  header .hd-pc .tel a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  header .hd-pc .tel .num {
    font-family: "Libertinus Math", system-ui;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  header .hd-pc .tel .num img {
    width: 20px;
    height: auto;
  }
  header .hd-pc .hd-gr {
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 9;
  }
  header .hd-pc .hd-gr .sns {
    display: flex;
    gap: 21px;
    justify-content: flex-end;
    padding: 15px 48px 33px 0;
  }
  header .hd-pc .hd-gr .sns img {
    width: 30px;
    height: auto;
  }
  header .hd-pc .hd-gr .btn_shop {
    margin-right: -40px;
  }
  header .hd-pc .tog-nav {
    font-weight: 500;
  }
  header .hd-pc .tog-nav li {
    padding: 0 47px 17px;
  }
  header .hd-pc .tog-nav li:not(.blog) a {
    display: block;
    font-size: 17px;
    letter-spacing: 0.18em;
    color: #fff;
    text-align: right;
    position: relative;
  }
  header .hd-pc .tog-nav li:not(.blog) a:before {
    content: "";
    position: absolute;
    right: -47px;
    top: 18px;
    width: 35px;
    border-top: 3px solid;
    opacity: 0;
  }
  header .hd-pc .tog-nav li:not(.blog) a:hover:before, header .hd-pc .tog-nav li:not(.blog) a.active:before {
    opacity: 1;
  }
  header .hd-pc .tog-nav li.blog {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    padding: 0px 45px 0 0px;
  }
  header .hd-pc .tog-nav li.blog a {
    font-size: 14px;
    color: #fff;
    position: relative;
  }
  header .hd-pc .tog-nav li.blog a:hover {
    opacity: 0.7;
  }
  header .hd-pc .tog-nav li.blog a:not(:last-child):after {
    content: "";
    border-left: 1px solid #fff;
    height: 21px;
    position: absolute;
    right: -19px;
    top: 6px;
    transform: rotate(23deg);
  }
  header .hd-pc .tog-nav li.home img {
    width: 17px;
    height: auto;
    margin: -5px 6px 0 0;
    /* vertical-align: text-bottom; */
  }
}

footer {
  background: url(../img/shared/bg1.jpg) repeat center 0;
  color: #857d76;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding: 15vw 0 60px;
}
footer .copy_url {
  padding: 0 0 30px;
}
footer .copy_url a {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #351e11;
}
footer .copy_url a span {
  color: #351e11;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
footer .copy_url a span:before {
  content: "";
  background: url(../img/shared/copy.png) no-repeat center/100%;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}
footer .copy_url a:hover span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
footer .cookie {
  padding-bottom: 40px;
}
footer .cookie span {
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
footer .cookie a:hover span {
  border-bottom: 1px solid rgba(54, 31, 17, 0);
}
@media screen and (min-width: 768px) {
  footer {
    padding: 45px 0 0;
    font-size: 17px;
  }
  footer address {
    padding: 20px 0 10px;
  }
  footer .copy_url {
    padding: 0 0 2px;
  }
  footer .copy_url a {
    font-size: 16px;
    display: flex;
  }
  footer .copy_url a span {
    padding-bottom: 8px;
  }
  footer .copy_url a span:before {
    width: 17px;
    width: 18px;
    height: 20px;
    margin-right: 2px;
  }
  footer .cookie {
    padding-bottom: 80px;
  }
  footer .cookie span {
    font-size: 13px;
    padding-bottom: 5px;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 102;
  width: 50px;
}
.pagetop img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: auto;
  }
  .pagetop:hover {
    opacity: 0.8;
  }
}

/*
#belt {

  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 35px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #belt > * {
    pointer-events: none !important;
  }
  #belt.fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #belt.fixed > * {
    pointer-events: auto !important;
  }
}
/*content*/
.remodal.ext {
  vertical-align: top;
}

.remodal-close {
  position: sticky;
  margin-left: auto;
  width: 30px;
  top: 0px;
  right: 10px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    width: 42px;
    padding: 0;
    margin: 0 27px 0 auto;
  }
}
.remodal-close.cancel {
  position: relative;
  margin: 0 auto;
}

.remodal-cancel {
  width: 30px;
  margin: 0px auto 0;
}
.remodal-cancel img {
  width: 100%;
  height: auto;
}
.remodal-cancel span {
  font-size: 30px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    width: auto;
    font-size: 14px;
  }
  .remodal-cancel img {
    width: auto;
  }
}

.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}

.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
}

.remodal {
  background: url(../img/shared/bd_bg.jpg) repeat center 0;
  max-width: 1000px;
  color: #776e67;
  box-sizing: border-box;
  padding: 0px 0px 0px;
}
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .remodal {
    padding: 0px 0px 0;
    background-size: auto;
  }
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .has-nav .hd-pc .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background: url(../img/shared/fixed_bg.jpg) repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-align: center;
}
.ft-bnr-fixed img {
  height: 40px;
  width: auto;
}
.ft-bnr-fixed li {
  width: 60px;
}
.ft-bnr-fixed li a {
  padding: 10px 0;
  display: block;
}
.ft-bnr-fixed li:nth-child(3) {
  width: calc(100% - 180px);
}/*# sourceMappingURL=header.css.map */