@charset "UTF-8";
/* SCSSの読み込み */
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
:root {
  /* カラー */
  --color-text: #333;
  --color-green: #3d9457;
  --color-mos: #27773f;
  --color-akane: #ae503b;
  --color-red: #853321;
  --color-gold: #d3ba80;
  --color-beige: #faf7ee;
  --color-white: #fff;
  --color-link: #4a7fa4;
  /* font-family */
  --font-family-noto: "Noto Serif JP", serif;
  --font-family-shippori: "Shippori Mincho B1", serif;
  --font-family-icon: "bootstrap-icons";
  /* font-weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  /* フォントサイズ */
  --font-size-xxxxl: 4.4rem;
  --font-size-xxxl: 3rem;
  --font-size-xxl: 2.6rem;
  --font-size-xl: 2.4rem;
  --font-size-lg: 2rem;
  --font-size-base: 1.6rem;
  --font-size-sm: 1.3rem;
  --font-size-xs: 1.2rem;
  /* line-height */
  --line-height-xxxxl: 1.818182;
  --line-height-xxxl: 1.6666667;
  --line-height-xxl: 1.923077;
  --line-height-xl: 1.5;
  --line-height-lg: 1.5;
  --line-height-base: 1.875;
  --line-height-sm: 1.5384616;
  --line-height-xs: 1.6666667;
  /* letter-spacing */
  --letter-spacing-base: 0.06em;
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxxl: 2.8rem;
    --font-size-xxxl: 2.4rem;
    --font-size-xxl: 2.2rem;
    --font-size-xl: 2rem;
    --font-size-lg: 1.8rem;
    /* line-height */
    --line-height-xxxxl: 1.5;
    --line-height-xxxl: 1.6666667;
    --line-height-xxl: 1.5;
  }
}

/*****共通*******/
.sp-none {
  display: none !important;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn {
  width: 5.6rem;
  height: 5.6rem;
}
.sp-menu-btn__wrapper {
  top: 1.2rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  background: var(--color-mos);
  border-radius: 0.4rem;
}
.sp-menu-btn__line {
  width: 55.556%;
  height: 2px;
  background: #fff;
}
.sp-menu-btn__line--top {
  top: 33.3334%;
}
.sp-menu-btn__line--bottom {
  top: 64.445%;
}
.sp-menu-btn__text {
  color: #fff;
  font-size: 1rem;
}

/*	drawer inbox
------------------------------------ */
#drawer__nav {
  padding: 0 6% 5%;
  background-color: #fff;
}
#drawer__nav .drawer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 1rem;
  margin-bottom: 4rem;
}
#drawer__nav .drawer__logo img {
  height: 10rem;
}
#drawer__nav #nav .drawer__link {
  padding: 1.5em 1em;
  border-bottom: 1px solid var(--color-gold);
  font-size: var(--font-size-h6);
  font-family: var(--font-family-noto);
  font-weight: var(--font-weight-semiBold);
  color: var(--color-text);
  line-height: var(--line-height-h6);
  letter-spacing: var(--letter-spacing-base);
  text-decoration: none;
}
#drawer__nav #nav .drawer__link:hover, #drawer__nav #nav .drawer__link.current {
  color: var(--color-green);
}
#drawer__nav #nav .drawer__link--dropdown:before {
  background: var(--color-text);
}
#drawer__nav #nav .drawer__link--dropdown:after {
  background: var(--color-text);
}
/*original custom code
-----------------------------------------*/
.drawer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding: 4rem 0;
}

/*sns
---------------------------*/
.drawer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.drawer__sns li {
  width: 40px;
}

/*電話番号
---------------------------*/
/*mail
---------------------------*/