@charset "UTF-8";
/* SCSSの読み込み */
@import url(root.css);
/*****共通*******/
.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-main);
}
.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 5% 5%;
  background-color: #fff;
}
#drawer__nav .drawer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 21.6rem;
  height: 8rem;
  margin-bottom: 3rem;
}
#drawer__nav #nav .drawer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em 1em 1em;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-h6);
  color: var(--color-text);
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  text-decoration: none;
}
#drawer__nav #nav .drawer__link::after {
  content: "\f135";
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5em;
  letter-spacing: 0;
  line-height: 1;
}
#drawer__nav #nav .drawer__link:hover, #drawer__nav #nav .drawer__link.current {
  color: var(--color-main);
}
#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: 5rem 0;
}

/*sns
---------------------------*/
.drawer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: max(30px, 4rem);
}
.drawer__sns li {
  width: max(40px, 6rem);
}
.drawer__sns li:has(i) {
  aspect-ratio: 1;
  font-size: 3rem;
  color: var(--color-white);
  letter-spacing: 0;
  line-height: 1;
}
.drawer__sns li:has(i) a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: var(--color-main);
  border-radius: 0.8rem;
}
.drawer__sns li a {
  display: block;
}

/*電話番号
---------------------------*/
.drawer__tel .com-tel__num {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.drawer__tel .com-tel__num::before {
  content: "\f5b4";
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  font-size: 0.7em;
}

/*mail
---------------------------*/
.drawer__btn {
  flex-direction: row;
  width: 36rem;
  height: max(80px, 10rem);
  font-size: var(--font-size-h5);
  line-height: 1.25;
}
.drawer__btn.com-link--mail {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.drawer__btn.com-link--mail::before {
  font-size: 1.25em;
}
.drawer__btn.com-link--line {
  -moz-column-gap: max(20px, 2.5rem);
       column-gap: max(20px, 2.5rem);
}
.drawer__btn.com-link--line::before {
  width: max(40px, 5rem);
}