@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #414141;
  --color-white: #ffffff;
  --color-gray:#c7c7c7;
  --color-orange: #ff942b;
  --color-lightorange: #ffb562;
  --color-whiteorange: #fff7e8;
  --color-blue: #3ab0ff;
  --color-lightblue: #79c9ff;
  --color-whiteblue: #e8f6ff;
  --color-red: #f87474;
  --color-pink: #ffecec;
  /*カレントカラー*/
  --color-current: #ff942b;
  /*テキストリンクカラー*/
  --color-textlink: #ff942b;
  /*必須ボタンカラー*/
  --color-required: #fff7e8;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #ff942b;
  /*チェックボタンカラー*/
  --color-check: #ff942b;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic",
  sans-serif;
  /*本文*/
  --font-family-body: "Noto",
  sans-serif;
  --font-family-maru: "Zen Maru Gothic",
  sans-serif;
  --font-family-noto: "Noto",
  sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --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-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-45: 4.5rem;
  --font-size-50: 5.0rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*その他行間*/
  --line-height-5xs: 1.25;
  --line-height-4xs: 1.428;
  --line-height-3xs: 1.556;
  --line-height-2xs: 1.615;
  --line-height-xs: 1.727;
  --line-height-sm: 1.731;
  --line-height-md: 1.923;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.15em;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("otf");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("otf");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("otf");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("otf");
  font-weight: 900;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #414141;
  --color-white: #ffffff;
  --color-gray:#c7c7c7;
  --color-orange: #ff942b;
  --color-lightorange: #ffb562;
  --color-whiteorange: #fff7e8;
  --color-blue: #3ab0ff;
  --color-lightblue: #79c9ff;
  --color-whiteblue: #e8f6ff;
  --color-red: #f87474;
  --color-pink: #ffecec;
  /*カレントカラー*/
  --color-current: #ff942b;
  /*テキストリンクカラー*/
  --color-textlink: #ff942b;
  /*必須ボタンカラー*/
  --color-required: #fff7e8;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #ff942b;
  /*チェックボタンカラー*/
  --color-check: #ff942b;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic",
  sans-serif;
  /*本文*/
  --font-family-body: "Noto",
  sans-serif;
  --font-family-maru: "Zen Maru Gothic",
  sans-serif;
  --font-family-noto: "Noto",
  sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --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-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-45: 4.5rem;
  --font-size-50: 5.0rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*その他行間*/
  --line-height-5xs: 1.25;
  --line-height-4xs: 1.428;
  --line-height-3xs: 1.556;
  --line-height-2xs: 1.615;
  --line-height-xs: 1.727;
  --line-height-sm: 1.731;
  --line-height-md: 1.923;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.15em;
}

@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("otf");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("otf");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("otf");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("otf");
  font-weight: 900;
}
/*opacity含めたカラー指定あればここで定義*/
/*==============================
  ドロワ―のスタイル変更はこのファイルのみで行う
==============================*/
body {
  font-size: 16px;
}

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

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

/*flex
------------------------------------ */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-c {
  align-items: center;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  /* ドロワボタンカラー */
  background: var(--color-blue);
  border-radius: 1.5rem;
  border: 2px solid var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7rem;
  height: 7rem;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 45%;
  height: 2px;
  /* ドロワボタンラインカラー */
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 31%;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 65%;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6% 5%;
  background-color: #fff;
}
#drawer-nav .logo {
  height: 5rem;
  margin-bottom: 5rem;
}
#drawer-nav #nav .drawer-list {
  margin-bottom: 5rem;
}
#drawer-nav #nav .drawer-item {
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: clamp(16px, 4vw, 18px);
}
#drawer-nav #nav .drawer-link {
  padding: 0;
  border-bottom: none;
}
#drawer-nav #nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before {
  background: #000;
}
#drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
}
#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:before {
  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 .tel-box {
  margin-inline: auto;
  margin-bottom: 3rem;
}
#drawer-nav .tel-box .com-tel {
  font-size: var(--font-size-30);
}
#drawer-nav .com-btn {
  gap: 4rem;
}
#drawer-nav .com-btn::before {
  content: "";
  display: block;
  aspect-ratio: 19/14;
  width: 2.5rem;
  background: url(../img/common/icon_mail_w.png) top left/contain no-repeat;
}
#drawer-nav .com-btn::after {
  position: relative;
  right: unset;
  top: unset;
  transform: translateY(0);
}

/*original custom code
-----------------------------------------*/
/*sns
---------------------------*/
.sns-list {
  margin: 10% auto 5%;
}
.sns-list li {
  margin-right: 5%;
}
.sns-list li:last-child {
  margin-right: 0;
}

/*住所
---------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
.drawer-address li {
  margin-bottom: 3%;
}
.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  text-align: center;
  display: block;
}

/*mail
---------------------------*/
.mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  font-weight: 700;
  margin: 10% auto;
  letter-spacing: 0.2rem;
  padding: 4% 0;
}
.mail-btn span {
  color: #fff;
  position: relative;
}