@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Figtree-Black";
  src: url(../fonts/Figtree-Black.ttf);
}
@font-face {
  font-family: "Figtree-Bold";
  src: url(../fonts/Figtree-Bold.ttf);
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url(../fonts/Figtree-ExtraBold.ttf);
}
@font-face {
  font-family: "Figtree-Light";
  src: url(../fonts/Figtree-Light.ttf);
}
@font-face {
  font-family: "Figtree-Medium";
  src: url(../fonts/Figtree-Medium.ttf);
}
@font-face {
  font-family: "Figtree-Regular";
  src: url(../fonts/Figtree-Regular.ttf);
}
@font-face {
  font-family: "Figtree-SemiBold";
  src: url(../fonts/Figtree-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Figtree-Black";
  src: url(../fonts/Figtree-Black.ttf);
}
@font-face {
  font-family: "Figtree-Bold";
  src: url(../fonts/Figtree-Bold.ttf);
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url(../fonts/Figtree-ExtraBold.ttf);
}
@font-face {
  font-family: "Figtree-Light";
  src: url(../fonts/Figtree-Light.ttf);
}
@font-face {
  font-family: "Figtree-Medium";
  src: url(../fonts/Figtree-Medium.ttf);
}
@font-face {
  font-family: "Figtree-Regular";
  src: url(../fonts/Figtree-Regular.ttf);
}
@font-face {
  font-family: "Figtree-SemiBold";
  src: url(../fonts/Figtree-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #252525;
  font-family: "Noto sansCJK Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

main {
  position: relative;
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

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

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .headline {
  padding: 14px 3.9vw 30px;
  position: relative;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  color: #6ac233 !important;
}
#header .contact {
  margin-top: 8px;
}
#header .com-tel {
  display: block;
  width: 305px;
  text-align: center;
  margin-left: auto;
  padding: 12px 0 11px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list {
  margin-top: 18px;
}
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 28px;
}
#gnav .list-link {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #252525;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#gnav .list-link::before {
  background: #6ac233;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
}
#top-mv .mv::before {
  position: absolute;
  content: "";
}
#top-mv .mv::before {
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #f1ffe8;
  z-index: -1;
}
#top-mv .mv-img {
  display: block;
  width: 96vw;
  min-width: 1056px;
  margin-left: auto;
}
#top-mv .mv-ttl {
  position: absolute;
  width: 29.4vw;
  min-width: 400px;
  top: 10.7vw;
  left: 7.3vw;
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 99;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  background-color: #f1ffe8;
}
#footer .current {
  color: #6ac233 !important;
}
#footer .wrap {
  display: grid;
}
#footer .com-tel {
  margin-top: 75px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 70px;
}
#footer .list-item {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#footer .list-link {
  color: #252525;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #6ac233;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .copy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 50px;
  color: #b2b9ad;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy-link {
  color: #b2b9ad;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#top-mv .sv {
  position: relative;
}
#top-mv .sv-img {
  display: block;
  width: 96vw;
  min-width: 1056px;
  margin-left: auto;
}
#top-mv .sv-ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  padding: 7px 42px;
  transform: translateY(-50%);
  top: 50%;
  left: 11.25vw;
  color: #6ac233;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #top-mv .sv-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-mv .none::before {
  display: none;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  position: absolute;
  top: 30px;
  left: calc(50% - 540px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #6ac233;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #252525;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 13px;
  color: #252525;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    padding: 5px 10px 10px;
  }
  #header .logo {
    width: 200px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv-ttl {
    width: 200px;
    min-width: unset;
    left: 2.3vw;
    top: unset;
    bottom: 5px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  /*	------- */
}
@media screen and (max-width: 767px) and (min-width: 400px) {
  #top-mv .mv-ttl {
    bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #top-mv .mv-img {
    width: 100%;
    min-width: unset;
  }
  .fixed {
    display: flex;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .fixed-item01 {
    flex: 1;
    width: 100%;
  }
  .fixed-contact {
    width: 100% !important;
    height: 70px !important;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0 !important;
  }
  .fixed-contact-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixed-contact-box {
    display: flex;
  }
  .fixed-txt {
    font-size: 16px;
    margin-left: 15px;
  }
  .fixed-txt-sm {
    font-size: 15px;
  }
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #6ac233;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #fff;
    /* --- info系 --- */
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #6ac233;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #252525;
    line-height: 1.22;
  }
  #drawer-nav .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  #drawer-nav .drawer-info-box {
    width: 100%;
    margin-right: 0;
    padding: 35px 0px 40px;
    background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
  }
  #drawer-nav .drawer-info-ttl-sub {
    color: #fff;
  }
  #drawer-nav .drawer-info-ttl-main {
    margin-top: 0px;
    color: #fff;
  }
  #drawer-nav .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #drawer-nav .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  #drawer-nav .mail {
    font-family: "Noto sansCJK Bold", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    display: block;
    width: 280px;
    line-height: 65px;
    text-align: center;
    margin: 25px auto 0;
    color: #6ac233;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #drawer-nav .mail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #drawer-nav .mail::before {
    position: absolute;
    content: "";
  }
  #drawer-nav .mail::after {
    position: absolute;
    content: "";
  }
  #drawer-nav .mail::after {
    transition: transform 0.3s ease;
  }
  #drawer-nav .mail:hover::after {
    transform: translate(5px, -50%);
  }
  #drawer-nav .mail::before {
    width: 27px;
    height: 22px;
    transform: translateY(-50%);
    top: 50%;
    left: calc(50% - 100px);
    background: url(/img/all/mail-ico-color.png) no-repeat;
    background-size: 100%;
  }
  #drawer-nav .mail::after {
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    background: url(/img/all/arw-white.png) no-repeat center, #6ac233;
    border-radius: 5px;
  }
  #drawer-nav .com-tel {
    width: 280px;
    margin: 30px auto 0;
    padding: 0;
    border: none;
  }
  #drawer-nav .com-tel-num {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.1em;
    padding-left: 35px;
    color: #fff;
    background: url(/img/all/tel-ico-white.png) no-repeat left center/25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #drawer-nav .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ggmap {
    padding-top: 250px;
  }
  #footer .inner {
    padding: 50px 15px 80px;
  }
  #footer .container {
    display: block;
  }
  #footer .wrap {
    display: block;
    text-align: center;
  }
  #footer .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  #footer .com-tel {
    margin: 30px auto 0;
  }
  #footer .nav {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .list-item {
    text-align: center;
  }
  #footer .copy {
    text-align: center;
  }
  #top-mv .sv {
    width: 100%;
    height: 250px;
  }
  #top-mv .sv-img {
    position: absolute;
    width: 100%;
    min-width: unset;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  #top-mv .sv-ttl {
    white-space: nowrap;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 6px 15px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */