@charset "UTF-8";
/* SCSSの読み込み */
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
:root {
  /* カラー */
  --color-text: #555;
  --color-white: #fff;
  --color-main: #a6e4e4;
  --color-accent: #b7d543;
  --color-border: #bfbfbf;
  --color-bg-gray: #f3f1f1;
  --color-bg-sky: #ddeef1;
  --grad-blue-green: linear-gradient(to right, #a6e4e4, #b7d543);
  /* font-family */
  --font-family-shippori: "Shippori Mincho B1", serif;
  --font-family-libre: "Libre Baskerville", 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;
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 4.8rem;
    --font-size-h2: 4rem;
    --font-size-h3: 3.2rem;
    --font-size-h4: 2.6rem;
    --font-size-h5: 2.2rem;
    --font-size-h6: 1.8rem;
    --font-size-base: 1.5rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
    /* line-height */
    --line-height-h1: 1;
    --line-height-h2: 1;
    --line-height-h3: 1.25;
    --line-height-h4: 1.5384616;
    --line-height-h5: 1;
    --line-height-h6: 1.5;
    --line-height-base: 2;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-base: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 3.8em;
    --font-size-h2: 3em;
    --font-size-h3: 2.4em;
    --font-size-h4: 2em;
    --font-size-h5: 1.6em;
    --font-size-h6: 1.2em;
    --font-size-base: 1em;
    --font-size-sm: 0.8em;
    --font-size-xs: 0.666667em;
    /* line-height */
    --line-height-title: 1.5;
    --line-height-base: 2;
    --line-height-sm: 1.5;
    --line-height-xs: 2;
    /* letter-spacing */
    --letter-spacing-base: 0.06em;
  }
}
/*****共通*******/
body {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.sp-none {
  display: none !important;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn {
  width: 3.8em;
  height: 3.8em;
}
.sp-menu-btn__wrapper {
  top: clamp(13px, 4vw, 18px);
  right: 1em;
  bottom: auto;
  left: auto;
  background: var(--grad-blue-green);
}
.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 7.5% 5%;
  background: rgba(255, 255, 255, 0.95);
}
#drawer__nav .drawer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: min(90px, 20vw);
  padding-top: 1em;
  margin-bottom: 2.4em;
}
#drawer__nav .drawer__logo img {
  height: clamp(26px, 8vw, 36px);
  aspect-ratio: 6/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#drawer__nav #nav .drawer__link {
  padding: 1em 0.5em;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-h6);
  font-family: var(--font-family-shippori);
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  text-decoration: none;
}
#drawer__nav #nav .drawer__link:hover, #drawer__nav #nav .drawer__link.current {
  color: color-mix(in srgb, var(--color-main), var(--color-text) 25%);
}
#drawer__nav #nav .drawer__link--dropdown:after {
  content: "\f4fe";
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25em;
}
#drawer__nav #nav .drawer__link--dropdown.current::after {
  content: "\f2ea";
}
#drawer__nav #nav .drawer__dropdown {
  padding-left: 1em;
}
#drawer__nav #nav .drawer__dropdown-link {
  border-bottom-style: dashed;
}

/*original custom code
-----------------------------------------*/
.drawer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.4em;
  padding: 3em 0;
}

/*sns
---------------------------*/
.drawer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(30px, 8.8888888889vw, 40px);
}
.drawer__sns li {
  width: 1em;
  line-height: 1;
  aspect-ratio: 1;
  font-size: clamp(30px, 8vw, 36px);
}
.drawer__sns li i {
  font-family: var(--font-family-libre);
  font-weight: var(--font-weight-regular);
  color: transparent;
  background: var(--grad-blue-green);
  -webkit-background-clip: text;
          background-clip: text;
}

/*電話番号
---------------------------*/
/*mail
---------------------------*/
.drawer__btn {
  flex-direction: row-reverse;
  font-family: var(--font-family-libre);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-base);
}
.drawer__btn > span {
  display: block;
  padding-top: 0.2em;
}