@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #51340b;
  --color-white: #ffffff;
  --color-lightgreen: #e2ecea;
  --color-green: #a0c1b9;
  --color-deepgreen: #759f95;
  --color-lightorange: #ecb78f;
  --color-orange: #dd9259;
  --color-gray: #dad6d0;
  --color-nav-gray:#b7b3ac;
  --color-grad-green:#e0efeb;
  --color-tag-orange:#eeba92;
  --color-dot-orange:#f4d2b8;
  /*カレントカラー*/
  --color-current: #dd9259;
  --color-required:#dd9259;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-lora: "Lora", serif;
  --font-family-ephesis: "Ephesis", cursive;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-27: 2.7rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-36: 3.6rem;
  --font-size-40: 4.0rem;
  --font-size-42: 4.2rem;
  --font-size-60: 6.0rem;
  --font-size-80: 8.0rem;
  --font-size-100: 10rem;
  --font-size-180: 18rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471;
  /*その他行間*/
  --line-height-2xs:1.364;
  --line-height-xs: 1.6;
  --line-height-sm: 1.733;
  --line-height-md: 1.737;
  --line-height-lg: 1.765;
  --line-height-xl: 1.810;
  --line-height-2xl: 1.882;
  --line-height-3xl: 2.222;
  --line-height-4xl: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
  /*その他文字間*/
  --letter-spacing-xs: 0.025em;
  --letter-spacing-sm: 0.1em;
  --letter-spacing-md: 0.15em;
  --letter-spacing-lg: 0.2em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #51340b;
  --color-white: #ffffff;
  --color-lightgreen: #e2ecea;
  --color-green: #a0c1b9;
  --color-deepgreen: #759f95;
  --color-lightorange: #ecb78f;
  --color-orange: #dd9259;
  --color-gray: #dad6d0;
  --color-nav-gray:#b7b3ac;
  --color-grad-green:#e0efeb;
  --color-tag-orange:#eeba92;
  --color-dot-orange:#f4d2b8;
  /*カレントカラー*/
  --color-current: #dd9259;
  --color-required:#dd9259;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-lora: "Lora", serif;
  --font-family-ephesis: "Ephesis", cursive;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-27: 2.7rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-36: 3.6rem;
  --font-size-40: 4.0rem;
  --font-size-42: 4.2rem;
  --font-size-60: 6.0rem;
  --font-size-80: 8.0rem;
  --font-size-100: 10rem;
  --font-size-180: 18rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471;
  /*その他行間*/
  --line-height-2xs:1.364;
  --line-height-xs: 1.6;
  --line-height-sm: 1.733;
  --line-height-md: 1.737;
  --line-height-lg: 1.765;
  --line-height-xl: 1.810;
  --line-height-2xl: 1.882;
  --line-height-3xl: 2.222;
  --line-height-4xl: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
  /*その他文字間*/
  --letter-spacing-xs: 0.025em;
  --letter-spacing-sm: 0.1em;
  --letter-spacing-md: 0.15em;
  --letter-spacing-lg: 0.2em;
}

/*------------------------------------
　Default
------------------------------------ */
/*drawer btn
------------------------------------ */
.sp-menu-btn-wrp {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  background: #000;
  z-index: 10000;
  transition: all 0.2s ease;
}
.sp-menu-btn-wrp .sp-menu-btn {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  transition: all 0.2s ease;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 20px;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.2s ease;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 29px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  text-align: center;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  position: relative;
  top: -5px;
}

.sp-menu-btn.active .top {
  top: 50% !important;
  transform: translateY(-50%) translateX(0px) rotate(45deg);
}
.sp-menu-btn.active .middle {
  opacity: 0;
}
.sp-menu-btn.active .bottom {
  top: 50% !important;
  transform: translateY(-50%) translateX(-1px) rotate(-45deg);
}

/*	drawer
------------------------------------ */
#drawer-nav {
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  padding: 10% 8vw 5%;
  box-sizing: border-box;
  transition: all 0.1s ease;
  background-color: #fff;
  overflow-y: scroll;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  display: block;
}
#drawer-nav #nav .drawer-link {
  display: block;
  width: 100%;
  padding: 3% 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 3.8vw;
}
#drawer-nav #nav .drawer-dropdown {
  position: relative;
  padding: 3% 12% 3% 0;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #000;
  margin-left: -8px;
}
#drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -7px;
  transition: 0.1s all ease-in;
}
#drawer-nav #nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav #nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link {
  display: block;
  font-size: 3.8vw;
  position: relative;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4vw;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

#drawer-nav.active {
  display: block;
  visibility: visible;
  z-index: 100;
  transition: all 0.1s ease;
  opacity: 1;
}