@charset "utf-8";
/* linect（リネクト）テーマのヘッダー関連CSS。front-check.com 上の linect/css/style.css から抽出し、
   画像パスを ../img/linect/ に、配色を紺(#183a7e系)→K.Eグリーン(#00733a/#009944)・青緑→スカイブルーに置換。
   ヘッダー・SPドロワー・SP固定CTAのみ。2026-09-13 */
.fixed { height: 100%;
  position: fixed;
  width: 100%; }
.header { display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 20;
  color: #1b2a33;
  background: #ffffff;
  
  align-items: center;
  border-radius: 50px; }
.header.scrolled { background: #ffffffd1;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
  backdrop-filter: blur(8px); }
.header.-sub { background-color: #ffffff; }
.header__logo { margin-left: 1rem;
  margin-top: 0rem;
  width: 20rem;
  margin-left: 4rem; }
.header__container { display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.header__top { -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b2a33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  
  padding-top: 1.2rem; }
.header__top.-sub { color: #1d1d1d; }
.header__tel { font-size: 3rem;
  font-weight: 700;
  position: relative; }
.header__tel::before { background-image: url(../img/linect/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5px;
  content: "";
  
  
  height: 2rem;
  left: -2.1rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2rem; }
.header__tel.-sub { text-shadow: none; }
.header__tel.-sub::before { background-image: url(../img/linect/tel-color.svg); }
.header__time { font-size: 1.2rem;
  margin-left: 1.1rem; }
.header__time span:nth-of-type(1) { border: 1px solid #00733a;
  font-size: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem; }
.header__time span:nth-of-type(2) { font-size: 1.2rem; }
.header__time.-sub span:nth-of-type(1) { border: 1px solid #0c3b2c;
  -webkit-box-shadow: none;
  box-shadow: none; }
.header__time.-sub span:nth-of-type(1) span { text-shadow: none; }
.header__nav { margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.header__list { -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.header__item:not(:first-of-type) { margin-left: 2rem; }
.header__link { color: #1d1d1d;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center; }
.header__link.-sub { color: #1d1d1d; }
.header__btn { background: linear-gradient(to right, #00733a, #1f8fc4);
  margin: 0 0 0 1px;
  border-radius: 0%;
  padding: 11px 33px 14px 70px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  transition: 0.3s;
  margin: 15px 5rem 15px 0;
  border-radius: 10px; }
.header__btn:hover { opacity: 0.6;
  transition: 0.3s; }
.header__btn::before { position: absolute;
  content: "";
  background-image: url(../img/linect/instagram.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 19%;
  left: 13%;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  transition: 0.3s; }
.header__btn.email::before { background-image: url(../img/linect/header_icon001.svg); }
.header__btn.line::before { background-image: url(../img/linect/line.svg); }
.header__btn.ig::before { background-image: url(../img/linect/instagram.svg); }
.header__btn.fb::before { background-image: url(../img/linect/facebook.png); }
.nav-sns .header__btn.fb::before { background-image: url(../img/linect/facebook_color.svg); }
.nav-sns .header__btn.ig::before { background-image: url(../img/linect/instagram-gray.svg); }
.nav-sns .header__btn.line::before { background-image: url(../img/linect/line-gray.svg); }
.nav-sns .header__btn::before { width: 5rem;
  height: 5rem; }
.nav-sns .header__btn { background: none; }
.header__item.-sns { width: 1.995rem;
  margin-left: 1.5rem; }
.header__item .ig { width: 20px; }
.header__item .ig img { width: 100%;
  height: auto;
  display: block; }
.sp_cta { position: fixed;
  width: 100%;
  display: block;
  height: 60px;
  bottom: 0;
  z-index: 2;
  background: #f9f7f4;
  display: flex;
  align-items: center;
  z-index: 11;
  border-top: 2px solid #fff;
  padding: 8px; }
.sp_cta a { display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 11px 0 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #00733a;
  position: relative;
  margin: 5px;
  border-radius: 5px; }
.sp_cta a:last-child { background: #1f8fc4; }
.sp_cta a::before { position: absolute;
  content: "";
  background-image: url(../img/linect/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: 2rem;
  width: 2.1rem;
  height: 2.1rem; }
.sp_cta a:last-child::before { position: absolute;
  content: "";
  background-image: url(../img/linect/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  left: 10px;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 12px; }
.sp_cta a span { font-weight: 400; }
.header-sp__top { height: 14vw; }
.header-sp .nav-drawer__list { color: #333; }
.header-sp .nav-drawer__btn { background: #1f8fc4;
  padding: 14px 80px; }
.header-sp .nav-drawer__tel { color: #333; }
.header-sp .nav-drawer__time { color: #333; }
.header-sp .nav-drawer__time span { border-color: #333;
  font-size: 3.5vw; }
.header-sp .hamburger { background: #00733a; }
.header__time_contents { position: relative;
  top: 0.6rem; }
.header__time { padding-bottom: 0.4rem;
  margin-left: 0; }
.header__container { display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0rem;
  position: relative;
  top: 0px; }
.header__tel { font-size: 1.5vw;
  font-weight: 500;
  position: relative; }
.header__link::after { position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00733a;
  bottom: -2rem;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.header__link:hover::after { transform: scale(1, 1); }
.header__item { position: relative;
  list-style: none; }
.dropdown-menu { visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 27rem; }
.dropdown-menu li { margin: 0;
  padding: 0; }
.header__banner { position: fixed;
  top: 13rem;
  right: 0px;
  z-index: 1000;
  width: 70px;
  background: -webkit-linear-gradient(137deg,
      #ffbe49 0%,
      #ff934d 30%,
      #2ea7e0 70%,
      #1f8fc4 100%);
  padding: 6px 5px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 10px 0px rgb(106 106 106 / 30%); }
.header__banner:hover { opacity: 0.7;
  transition: all 0.3s; }
.header__item { position: relative; }
.dropdown-menu { visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 22rem;
  padding: 1rem; }
.dropdown-menu li { margin: 0;
  padding: 0; }
.dropdown-link { display: block;
  padding: 12px 20px;
  color: #00733a;
  text-decoration: none;
  font-weight: 600; }
.dropdown-link:hover { background-color: #00733a1a; }
.header__item:hover .dropdown-menu { visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 5rem; }
.sp_cta.is-dr-hidden { display: none !important; }
@media screen and (min-width: 768px) {
  .header__link { -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative; }
  .header__link:hover { -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #00733a; }
  .header__nav { margin-right: 4rem !important; }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .header__logo { margin-left: 2rem;
    width: 15rem; }
}
@media screen and (max-width: 767px) {
  .header-sp { position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff; }
  .header-sp.-sub { background-color: #fff; }
  .header-sp__top { -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 0vw;
    padding-top: 3vw;
    background: #ffffff; }
  .header-sp__logo { position: relative;
    width: 28vw;
    z-index: 1;
    margin-left: 10px; }
  .hamburger { border: none;
    cursor: pointer;
    height: 14vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 13.5vw;
    z-index: 40;
    background: #7fe0a8; }
  .hamburger.-sub span { background-color: #fff; }
  .hamburger span { background-color: #fff;
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw; }
  .hamburger__lineTop { top: 5.1vw; }
  .hamburger__lineCenter { top: 6.4vw; }
  .hamburger__lineBottom { top: 7.7vw; }
  .nav-drawer { -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 35vw;
    padding-top: 20vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35; }
  .nav-drawer__nav { padding-left: 0;
    padding-top: 0; }
  .nav-drawer__list { -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #00733a;
    gap: 8px;
    padding: 0 16px; }
  .nav-drawer__item { margin-top: 0vw;
    background: #ffffff;
    padding: 15px 0 15px;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #00733a; }
  .nav-drawer__item:hover { opacity: 0.7; }
  .nav-drawer__link { font-size: 3.5vw;
    font-weight: 300;
    padding-bottom: 0;
    text-align: left;
    padding-left: 10px;
    color: #00733a; }
  .nav-drawer__btn { background: rgb(31, 137, 214);
    background: -moz-linear-gradient(left,
        rgba(31, 137, 214, 1) 0%,
        rgba(0, 115, 58, 1) 100%);
    background: -webkit-linear-gradient(left,
        rgba(31, 137, 214, 1) 0%,
        rgba(0, 115, 58, 1) 100%);
    background: #7fe0a8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009944', endColorstr='#00733a', GradientType=1);
    color: #fff;
    display: inline-block;
    font-size: 4.5vw;
    margin-top: 7vw;
    padding: 3vw; }
  .nav-drawer__link-home { position: relative;
    font-size: 2rem;
    color: #7fe0a8;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: center; }
  .nav-drawer__link-home img { width: 30px; }
  .nav-drawer__link.ig, .nav-drawer__link.line { padding-left: 0; }
  .nav-drawer__link span { font-size: 16px;
    letter-spacing: 0.03em;
    padding-bottom: 7px;
    padding-right: 10px;
    color: #333; }
  .nav-drawer__tel { font-size: 5vw;
    margin-top: 2vw;
    color: #00733a; }
  .nav-drawer__tel a { display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-size: 20px; }
  .nav-drawer__tel.shop a { font-size: 28px;
    font-weight: 700; }
  .nav-drawer__tel a::before { background-image: url(../img/linect/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 5vw;
    left: -6vw;
    margin: auto;
    position: absolute;
    top: 3px;
    width: 5vw; }
  .nav-drawer__shop { margin-top: 3rem; }
  .nav-drawer__tel.shop .nav-drawer__time { margin-bottom: 2vw; }
  .nav-drawer__tel.shop a::before { height: 7vw;
    left: -8vw;
    width: 7vw; }
  .nav-drawer__time { font-size: 4.5vw;
    margin-top: 3vw;
    color: #00733a; }
  .nav-drawer__time span { border: 1px solid #00733a;
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw; }
  .nav-drawer__time:nth-of-type(2) { margin-top: 3vw; }
  .open .hamburger { background-color: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  .open .hamburger__lineTop { top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open .hamburger__lineCenter { display: none; }
  .open .hamburger__lineBottom { top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .open .hamburger span { background-color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .nav-sns { display: flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: 210px;
    margin: 2rem auto; }
  .nav-sns__ig { display: inline-block; }
  .nav-sns__ig img { width: 48px;
    height: 48px;
    display: block; }
  .header__btn::before { top: 0;
    left: 0; }
  .header__banner { display: none; }
  .nav-drawer_ttl { font-size: 2rem;
    font-weight: 600;
    width: 300px;
    text-align: left;
    margin: auto;
    margin-bottom: 1rem; }
  .nav-drawer-banner { max-width: 250px;
    margin: auto; }
}
@media (min-width: 768px) {
  .header__main { display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2rem;
    top: -3px;
    position: relative; }
  .header__nav { margin-right: 3rem; }
  .header__link { color: #1b2a33;
    font-weight: 600; }
  .header__top { padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__time { margin-left: 0; }
}
@media screen and (max-width: 1450px) {
  .header__btn { margin-right: 3rem;
    padding-left: 6rem; }
  .header__btn::before { left: 11%; }
}

/* ---- sinoki 側の .header__btn.email（詳細度が高い）に負けないよう、linect の .header__btn の値を同じ詳細度で再指定 ---- */
.header .header__btn.email { display: inline-block; height: auto; min-height: 0; margin: 15px 5rem 15px 0; padding: 11px 33px 14px 70px; border-radius: 10px; font-size: 2.4rem; font-weight: 400; line-height: 1.2; color: #fff; background: linear-gradient(to right, #00733a, #1f8fc4); white-space: nowrap; text-decoration: none; }
.header .header__btn.email:hover { opacity: .6; background: linear-gradient(to right, #00733a, #1f8fc4); transform: none; }
@media screen and (max-width: 1200px) {
  .header .header__btn.email { margin-right: 2rem; padding: 10px 24px 12px 56px; font-size: 1.9rem; }
  .header .header__btn.email::before { left: 10%; width: 2.6rem; height: 2.6rem; }
}

/* ---- linect 本番と computed style を突き合わせて揃えた差分（2026-09-13）----
   sinoki 側の同名クラスが残していた余白・太字を linect の値に戻す。
   linect: .header 高さ79px / padding 0 / tel 500 / 営業時間ラベル 400 / CONTACT padding-left 60px, margin-right 30px */
.header { padding: 0; }
.header__top { padding: 0; }
.header__tel { font-weight: 500; color: #1b2a33; }
.header__time { margin-top: 0; }
.header__time span:nth-of-type(1) { font-weight: 400; }
.header .header__btn.email { line-height: 1; padding-left: 60px; margin-right: 30px; }
/* SP：K.E のロゴは横長で linect より背が低いので、幅を広げて見た目の重さを揃える（linect 109x29 → K.E 150x19） */
.header-sp__logo { width: auto; }
.header-sp__logo img { width: 150px; height: auto; display: block; }
/* 電話番号の太さ：sinoki 側が .header .header__tel 相当で 700 を当てているため、同じ深さで linect の 500 に */
.header .header__top .header__tel { font-weight: 500; }
/* linect と同じく、スクロール前から半透明＋ぼかし（2026-09-13） */
.header { background: rgba(255, 255, 255, .82); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
