@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: "RocknRollOne-Regular";
  src: url(../fonts/RocknRollOne-Regular.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: "RocknRollOne-Regular";
  src: url(../fonts/RocknRollOne-Regular.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: 1250px;
  margin: 0 auto;
  color: #583721;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 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 {
  width: 100%;
  padding: 14px 20px;
  background-color: #fff;
  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 .contact-list-item:nth-of-type(n + 2) {
  margin-left: 20px;
}
#header .contact-list-item:last-of-type {
  display: inline-flex;
}
#header .contact-list-txt:nth-of-type(n + 2) {
  margin-top: 7px;
}
#header .com-btn01 {
  width: 180px;
  height: 55px;
  padding-top: 9px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list {
  width: 100%;
  max-width: 1080px;
  height: 75px;
  margin: 30px auto 0;
  padding: 0 50px;
  background-color: #e6fdc5;
  border-radius: 37.5px;
}
#gnav .list-item:nth-of-type(n + 2) {
  position: relative;
}
#gnav .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#gnav .list-item:nth-of-type(n + 2)::before {
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  top: 50%;
  left: -56px;
  background-color: #86be39;
  border-radius: 50%;
}
#gnav .list-link {
  font-size: 18px;
  font-size: 1.8rem;
  color: #583721;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#gnav .list-link::before {
  background: #17600d;
  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-list {
  width: 100%;
  height: 735px;
}
#top-mv .mv-list-item {
  width: 100%;
  height: 100%;
}
#top-mv .mv-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-mv .mv-ttl {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
}

#fade {
  position: relative;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fade li {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#fade li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fade li.active {
  opacity: 1;
  z-index: 1;
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  right: 10px;
  bottom: 150px;
  z-index: 99;
}
.fixed-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .bg {
  overflow-x: hidden;
  background-color: #86be39;
  position: relative;
}
#footer .bg::before {
  position: absolute;
  content: "";
}
#footer .bg::before {
  width: 1920px;
  height: 45px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: url(/img/all/foo-bg-btm.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1921px) {
  #footer .bg::before {
    width: 100%;
    height: 2.34vw;
  }
}
#footer .logo-box {
  text-align: center;
}
#footer .container {
  margin-top: 30px;
}
#footer .wrap {
  color: #fff;
}
#footer .wrap-txt {
  margin-top: 10px;
  color: #fff;
}
#footer .wrap-txt-box {
  color: #17600d;
  background-color: #f3ffe5;
}
#footer .address {
  line-height: 1.75;
}
#footer .com-tel {
  margin-top: 20px;
}
#footer .com-tel-num {
  color: #fff;
  background: url(/img/all/tel-icon-white.png) no-repeat left 5px;
}
#footer .list {
  width: 410px;
  flex-wrap: wrap;
}
#footer .list-item {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .list-item:nth-of-type(n + 4) {
  margin-top: 15px;
}
#footer .list-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#footer .list-link {
  padding-left: 20px;
  color: #fff;
  position: relative;
}
#footer .list-link::after {
  transition: transform 0.3s ease;
}
#footer .list-link:hover::after {
  transform: translate(5px, -50%);
}
#footer .list-link::after {
  position: absolute;
  content: "";
}
#footer .list-link::after {
  content: "▶";
  font-size: 10px;
  font-size: 1rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  color: #fff;
}
#footer .copy {
  font-family: "Noto sansCJK Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy-link {
  color: #fff;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 100%;
  height: 405px;
  position: relative;
}
#sv .sv-ttl {
  position: absolute;
  font-family: "RocknRollOne-Regular", sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  opacity: 0.99;
  text-shadow: -4px 0 0 #fff, 4px 0 0 #fff, 0 -4px 0 #fff, 0 4px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #17600d;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-course {
  background: url(/img/sv/sv-course.jpg) no-repeat center/cover;
}
#sv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center/cover;
}
#sv .sv-staff {
  background: url(/img/sv/sv-staff.jpg) no-repeat center/cover;
}
#sv .sv-voice {
  background: url(/img/sv/sv-voice.jpg) no-repeat center/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  max-width: 1050px;
  align-items: center;
  margin: 15px auto;
}
@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: #929292;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #17600d;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #929292;
}

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

  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: 0;
  }
  #header .logo {
    width: 165px;
    padding: 5px 5px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv-list {
    height: 375px;
  }
  #top-mv .mv-ttl {
    width: 300px;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #9ddc46;
    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;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    overflow-x: hidden;
    padding: 15px 15px 30px;
    background: #86be39;
  }
  #drawer-nav::before {
    position: absolute;
    content: "";
    width: 1920px;
    height: 45px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    background: url(/img/all/foo-bg-btm.png) no-repeat;
    background-size: 100%;
  }
  #drawer-nav .sns-list {
    margin-top: 20px;
  }
  #drawer-nav .sns-list-item:nth-of-type(n + 2) {
    margin-left: 20px;
  }
  #drawer-nav .com-tel-num {
    color: #fff;
    background: url(/img/all/tel-icon-white.png) no-repeat left 3px/18px;
  }
  #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 #17600d;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.22;
  }
  /* --- info系 --- */
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .container {
    display: block;
  }
  #footer .wrap {
    text-align: center;
  }
  #footer .com-tel-num {
    background: url(/img/all/tel-icon-white.png) no-repeat left 2px/20px;
  }
  #footer .nav {
    width: 100%;
    margin-top: 50px;
  }
  #footer .list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #17600d;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #17600d;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #17600d;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #17600d;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #sv .sv {
    height: 300px;
  }
  #sv .sv-ttl {
    width: 320px;
    text-align: center;
    text-shadow: -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  #sv .sv-course {
    background: url(/img/sv/sv-course.jpg) no-repeat right center/cover;
  }
  #sv .sv-staff {
    background: url(/img/sv/sv-staff.jpg) no-repeat calc(100% + 400px) center/cover;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */