@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Shippori+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
  ブレイクポイント
  PC:   min-width: 1024px 
  @media screen and (min-width: 64em)
  TAB:  max-width: 1023px
  @media screen and (min-width: 48em) and (max-width: 63.9375em)
  SP:   max-width: 767px
  @media screen and (max-width: 47.9375em))
*/
/* constant */
:root {
  --main-color: #384E36;
  --sub-color01: #b98e51;
  --font-color-text: #1D1D1D;
  --bg-color: #F5F2F0;
  --bg-highlight: #fff;
  --border-color: #999999;
  --font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-family-en: "Cantarell", sans-serif;
  --font-family-mincho: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  --container-width: 1000px;
}

/* initialize */
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

*,
*:after,
*::before {
  box-sizing: border-box;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*layout*/
html {
  font-size: 0.875rem;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* ヘッダーの高さに合わせて調整可能 */
}

/* common */

.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}

body {
  font-family: var(--font-family);
  color: var(--font-color-text);
  background: var(--bg-color);
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-size: 0.875rem;
}

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

p {
  margin: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 15px;
  max-width: var(--container-width);
  overflow: hidden;
}

section {
  position: relative;
  padding: 80px 0;
}

.bg-highlight {
  background-color: var(--bg-highlight);
}

.flex {
  display: flex;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.text-vr {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}

.icon {
  line-height: 1;
  letter-spacing: 0em;
}

.font-en {
  font-family: var(--font-family-en);
  line-height: 1;
}

.text-color01 {
  color: var(--sub-color01);
}

.text-center {
  text-align: center;
}

.title-sub {
  font-size: 0.9rem;
}

.btn01 a {
  background-color: var(--main-color);
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.25rem;
  text-align: left;
  border: 1px solid var(--main-color);
  font-family: var(--font-family-heading);
  width: 240px;
  position: relative;
}
.btn01 a:hover {
  background-color: var(--main-color);
}
.btn01 a:hover::after {
  right: 15px;
}
.btn01 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s;
}
.btn01.right a {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .btn01.right a {
    margin: 0 auto;
  }
  
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.btn01.left a {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .btn01.left a {
    margin: 0 auto;
  }
}
.btn01.center a {
  margin: 0 auto;
}

.page-title {
  height: 350px;
  padding-top: 150px;
}
.page-title .font-en {
  font-size: clamp(2.5rem, 1.882rem + 2.82vw, 4rem);
  color: var(--main-color);
  font-weight: 900;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.page-title .container {
  z-index: 1;
}

.slidein {
  opacity: 0;
  transform: translateY(50px);
}

.slidein.animated {
  opacity: 1;
  transition: 1.5s;
  transform: translateY(0px);
}

.fadein {
  animation: fadein 2s forwards;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.animation-delay1 {
  animation-delay: 1s;
}

.animation-delay2 {
  animation-delay: 2s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  section {
    padding: 35px 0;
  }
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  .container {
    padding: 0 15px;
  }
  .flex {
    flex-direction: column;
  }
  .flex.reverse {
    flex-direction: column;
  }
}
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* header */
.home #header {
  height: 100vh;
}
.home #header .header {
  height: 100vh;
}

body:not(.home) #header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
}
body:not(.home) #header .container {
  justify-content: start;
  gap: 3%;
}
body:not(.home) #header .container .logo img {
  height: 50px;
}
body:not(.home) #header .container nav .site-gnav a {
  color: var(--main-color);
}
body:not(.home) #header .fix-info {
  height: 60px;
  /*padding: 10px 40px;*/
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 90%;
}
#header .container .site-title a {
  display: block;
  height: 60px;
  width: 250px;
  background: url("../img/logo_w.svg") no-repeat center center;
  background-size: contain;
}
#header .container nav .site-gnav {
  display: flex;
  align-items: center;
}
#header .container nav .site-gnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  padding: 0 20px;
  color: #fff;
  letter-spacing: 0.08em;
}
#header .container nav .site-gnav a .ja {
  letter-spacing: 0.02em;
}
#header .container nav .site-gnav a .en {
  font-family: var(-font-family-en);
  font-size: 0.7rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #header .container nav .site-gnav {
    display: none;
  }
}
#header.scroll .site-title a {
  background: url("../img/logo_b.svg") no-repeat center center;
}
#header.scroll nav .site-gnav a {
  color: var(--font-color-text);
}
#header.scroll nav .site-gnav a .en {
  color: var(--sub-color01);
}
#header .main-fv > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #header {
    display: flex;
    background: #fff;
  }
  #header .left-menu {
    background: var(--main-color);
    width: 190px;
  }
  #header .left-menu nav {
    height: 100%;
  }
  #header .left-menu nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #header .left-menu nav ul li {
    width: 100%;
  }
  #header .left-menu nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #header .left-menu nav ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
    padding: 10px;
    width: 100%;
  }
  #header .left-menu nav ul li a .font-en {
    font-weight: 700;
  }
  #header .main-fv {
    flex: 1;
    position: relative;
    padding: 0 3% 40px;
  }
  #header .main-fv .logo {
    width: 20%;
    max-width: 290px;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 3;
  }
  #header .main-fv .logo-sp {
    display: none;
  }
  #header .main-fv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 53vw;
    height: 250px;
    background: #fff; /* 被せる色（白） */
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
  }
  #header .main-fv::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 53vw;
    height: 250px;
    background: #fff; /* 被せる色（白） */
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
    z-index: 2;
  }
  #header .fix-info {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 40px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
  }
  #header .fix-info .fix-info__tel {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #header .fix-info .fix-info__time {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .left-menu {
    display: none;
  }
  #header .main-fv {
    height: 100%;
  }
  #header .main-fv .logo {
    display: none;
  }
  #header .main-fv .logo-sp {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background:#384E36;
  }
  #header .fix-info {
    display: none;
  }
}

/* ハンバーガーメニュー */
#gnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: calc(100vh - 60px);
  width: 100vw;
  opacity: 0;
  z-index: 9999;
  transition: all 0.4s ease-out;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  background-color: rgba(56, 78, 54, 0.8);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(20px);
  transform: translateX(100%);
  padding: 40px;
  height: 100%;
  width: 100%;
}
#gnav.active {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
#gnav nav {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
}
#gnav nav ul.site-gnav li {
  border-bottom: 1px solid #fff;
}
#gnav nav ul.site-gnav li a {
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  padding: 12px 8%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  position: relative;
}
#gnav nav ul.site-gnav li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s;
}
#gnav .shop-info {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#gnav .shop-info .shop-info__tel {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#gnav .shop-info .shop-info__time {
  font-size: 14px;
}
#gnav .logo {
  text-align: center;
}
#gnav .logo img {
  width: 150px;
}

/* ハンバーガーボタン */
#humburger {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  padding: 15px 10px;
  background: var(--main-color);
  z-index: 9999;
  transition: all 0.4s ease-out;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #humburger {
    display: block;
  }
}
#humburger .gnav_btn-line {
  position: relative;
  width: 25px;
  height: 20px;
}
#humburger .gnav_btn-line span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease-out;
}
#humburger .gnav_btn-line span:nth-of-type(1) {
  top: 0;
}
#humburger .gnav_btn-line span:nth-of-type(2) {
  top: 8px;
}
#humburger .gnav_btn-line span:nth-of-type(3) {
  top: 16px;
}
#humburger .font-en {
  position: absolute;
  bottom: 0;
  line-height: 1;
}
#humburger .font-en span {
  transition: all 0.4s ease-out;
}
#humburger .font-en .close {
  display: none;
}
#humburger.active .gnav_btn-line span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
#humburger.active .gnav_btn-line span:nth-of-type(2) {
  opacity: 0;
}
#humburger.active .gnav_btn-line span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
  width: 100%;
  top: 14px;
}
#humburger.active .font-en .menu {
  display: none;
}
#humburger.active .font-en .close {
  display: block;
}
#humburger.scroll .gnav_btn-line span {
  background-color: var(--font-color-text);
}

@media screen and (max-width: 767px) {
  #header .drawer-nav-wrapper {
    width: 100vw;
    height: 100vh;
  }
  #header .drawer-nav-wrapper.open {
    width: 100vw;
    height: 100vh;
  }
  #humburger > span {
    right: 20px;
    width: 35px;
  }
  #humburger > span:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  #humburger > span:nth-of-type(2) {
    top: 50%;
    width: 28px;
    right: 23px;
  }
  #humburger > span:nth-of-type(3) {
    top: calc(50% + 9px);
  }
}
/* footer */
#footer .copyright {
  padding: 20px 0;
  background: #fff;
  font-size: clamp(0.6rem, 0.545rem + 0.27vw, 0.75rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding: 40px 10px 40px;
  }
}

#breadcrumbs {
  padding: 10px 0;
}/*# sourceMappingURL=common.css.map */