@charset "UTF-8";
/* Jimdo Reset
-----------------------------------------------*/
body div .n {
  padding: 5px 10px !important;
}

body a:hover {
  font-weight: bold;
  text-decoration: underline;
}

body img {
  vertical-align: bottom;
}

div .cc-m-form-view-sortable button,
div .cc-m-form-view-sortable input,
div .cc-m-form-view-sortable select,
div .cc-m-form-view-sortable textarea {
  font-family: inherit;
  font-size: 0.95em;
}

div .cc-m-form-view-sortable button,
div .cc-m-form-view-sortable input {
  line-height: normal;
}

div .cc-m-form-view-input input[type="text"] {
  padding: 0 0.3em;
}

div .cc-m-form-view-input textarea {
  padding: 0.3em;
}

div .cc-m-form-view-input select[multiple="multiple"] {
  padding: 0.2em;
}

div .cc-m-form-view-sortable input[type="checkbox"],
div .cc-m-form-view-sortable input[type="radio"] {
  padding: 0;
  border: none;
}

div .cc-m-form-view-input div .captcha input[name="captcha"] {
  font-family: inherit;
  font-size: 1.3em;
  padding: 3px 0 3px 6px;
  line-height: 1.5;
  width: auto;
}

div .cc-com-entry input[type="submit"],
div .cc-m-form-view-input input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 1.5em auto;
  font-size: 1em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

div .cc-com-entry input[type="submit"]:hover,
div .cc-m-form-view-input input[type="submit"]:hover {
  color: #333333;
  background-color: #e6e6e6;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

div .cc-m-form-layout-1 div .cc-m-form-view-label {
  line-height: 2.5em;
}

/* フォームラベルを2カラムにした際の幅調整 */
form .cc-m-form div .cc-m-form-view-label {
  width: 24%;
}

form .cc-m-form div .cc-m-form-view-input {
  width: 74%;
}

/** メディアクエリ **/
/* base
-----------------------------------------------*/
/* =======================================
　フォント
======================================= */
/*------- 共通フォント -------*/
html {
  font-size: 62.5%;
}

body,
p,
table,
td {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 1.5rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.8 !important;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}

body a:hover,
p a:hover,
table a:hover,
td a:hover {
  /*hover時、太字になるのを防ぐ*/
  font-weight: normal !important;
  opacity: 0.7;
}

p,
td {
  font-family: "Noto Sans JP", sans-serif !important;
}

p {
  margin: 0.75rem 0 !important;
}

/*------- ヘッダーエリアフォント -------*/
header a,
header a:link,
header a:visited {
  color: #000 !important;
}

header a:hover {
  text-decoration: underline !important;
}

/*タグラインテキスト*/
header #tag-line p {
  margin: 0 auto !important;
  padding: 0.5rem 2rem !important;
  color: #fff !important;
  font-size: 11px !important;
}

/*------- メインエリアフォント -------*/
main a,
main a:link,
main a:visited {
  color: #000 !important;
  text-decoration: underline !important;
}

main a:hover {
  text-decoration: none !important;
}

/* =======================================
　見出し
======================================= */
/*------- メインエリア見出し -------*/
/*メインエリア大見出し*/
main .j-header {
  text-align: center;
}

main .j-header h1 {
  font-size: 3.5rem !important;
  margin: 1em 0 0.3em;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe600));
  background: -webkit-linear-gradient(transparent 70%, #ffe600 70%);
  background: linear-gradient(transparent 70%, #ffe600 70%);
  display: inline-block;
  color: #231815 !important;
}

main .j-header h2 {
  font-size: 2.5rem !important;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0.5em 0 3em 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  position: relative;
  color: #231815 !important;
}

main .j-header h2::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  display: block;
  width: 100%;
  height: 6rem;
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/h2-under.png?t=1614658592) no-repeat;
  background-position: center;
}

main a,
main a:link,
main a:visited {
  text-decoration: none !important;
}

/*メインエリア小見出し*/
main h3 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: center;
  letter-spacing: 0.1em;
  color: #6a0000 !important;
}

/* =======================================
　　カラムのコントロール（スマホ時の調整）
======================================= */
@media (max-width: 41.25em) {
  .cc-m-hgrid-column {
    width: 100% !important;
  }
}
/* =========================
   FV画像 PC / SP 切り替え
========================= */
@media (max-width: 767px) {
  html body.jqbga-container.jqbga-web--image.cc-indexpage {
    background-image: url("https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalturf-fv-sp.png?t=1774584649") !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important
  }
  html body#page-1936493865.jqbga-container.jqbga-web--image {
    background-image: url("https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalcleaning-fv-sp.png?t=1774831644") !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
  #page-1936528465.jqbga-container.jqbga-web--image {
    background-image: url("https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalcoating-fv-sp.png?t=1774831652") !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important
  }
}
/* =======================================
　画像
======================================= */
/*------- 画像いっぱいに -------*/
@media (min-width: 48em) {
  .cc-imagewrapper img {
    width: 100% i !important;
  }
}

/*------- 画像リンク -------*/
a img:hover {
  opacity: 0.85;
}

/*----------画像キャプション小さく------------*/
.cc-imagewrapper figcaption {
  font-size: 12 !important;
}

/* =======================================
　　テキストのコントロール（スマホ時の調整）
======================================= */
@media (max-width: 41.25em) {
  div.j-text {
    word-wrap: break-word;
    max-width: 40rem;
    margin: 0 auto;
  }
}

/* =======================================
　　リストのコントロール（リスト・定義リストの調整）
======================================= */
.j-text ol,
.j-text ul {
  padding-left: 0;
  list-style: none !important;
}

.j-text ol li,
.j-text ul li {
  padding-right: 0 !important;
  right: 0 !important;
  list-style: none !important;
}

.j-text dd {
  margin: 0;
}

/* =======================================
　　水平線のコントロール
======================================= */
.hr {
  border-bottom: 2px solid #ffe600 !important;
}

/* =======================================
　　その他コントロール
======================================= */
/*----------テキストマージン------------*/
.cc-m-hgrid-column .n {
  padding: 5px 10px !important;
}

@media (min-width: 48em) {
  .cc-m-hgrid-column .n {
    padding: 5px !important;
  }
}

/*------ パスワード保護領域ここから ------*/
/*パスワード保護入力フォーム*/
input[type="password"] {
  font-size: 2rem !important;
}

/*------ パスワード保護領域ここまで ------*/
/* ===================================
　　トップへボタン
=================================*/
.cc-FloatingButtonBarContainer.cc-FloatingButtonBarContainer-left {
  bottom: 10rem !important;
}

@media (min-width: 41.25em) {
  .cc-FloatingButtonBarContainer.cc-FloatingButtonBarContainer-left {
    bottom: 3rem !important;
  }
}

.cc-FloatingButtonBarContainer {
  z-index: 99 !important;
}

.cc-FloatingButtonBarContainer li a {
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.cc-FloatingButtonBarContainer li a span {
  width: 7.5rem !important;
  height: 7.5rem !important;
}

.cc-FloatingButtonBarContainer .cc-FloatingButtonBarContainer-button-scroll span {
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/top-button.png?t=1614658603) no-repeat !important;
}

.cc-FloatingButtonBarContainer {
  bottom: 7rem !important;
  right: 3rem !important;
}

/* ===================================
　　WORKS詳細ページスライドショー設定
=================================*/
.cc-m-gallery-slider .bx-controls-direction a {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* =======================================
　　カラムのコントロール
======================================= */
/*スマートフォン表示では縦並びにする*/
@media (max-width: 41.25em) {
  .cc-m-hgrid-column {
    width: 100% !important;
  }
  .cc-m-hgrid-column .cc-imagewrapper {
    text-align: center !important;
  }
}

/* =======================================
　全体レイアウト
======================================= */
/*------- コンテナレイアウト -------*/
#container {
  overflow: hidden;
}

/*------- 無料サンプル請求ボタン（右につくもの） -------*/
.document-request {
  display: block;
  position: fixed;
  bottom: 0;
  background-color: #ffe600;
  z-index: 30;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px #5c5c5c;
          box-shadow: 0px 0px 7px 0px #5c5c5c;
}

.document-request a {
  color: #231815 !important;
  text-decoration: none !important;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7rem;
}

.document-request a::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  width: 21px;
  height: 29px;
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/sp-sample.png?t=1615512275) no-repeat;
  margin-right: 10px;
}

@media (min-width: 48em) {
  .document-request {
    width: initial;
    top: calc( 100vw * 480 / 1440 / 2 + 14rem - 9rem);
    right: 0;
    bottom: initial;
    padding: 1.5rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .document-request a {
    height: 15rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .document-request a::before {
    display: none;
  }
  .document-request a::after {
    display: inline-block;
    content: "";
    width: 21px;
    height: 120px;
    background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/sample-illust.png?t=1614734963) no-repeat;
    background-position: center;
    margin-right: 5px;
  }
}

@media (min-width: 72.5em) {
  .document-request {
    top: calc( 140vw * 480 / 1440 / 2 + 9rem - 9rem);
  }
}

/*トップページのみ位置変更*/
@media (min-width: 48em) {
  .cc-indexpage .document-request {
    top: calc( ( 100vh - 14rem ) / 2 + 14rem - 9rem);
  }
}

@media (min-width: 72.5em) {
  .cc-indexpage .document-request {
    top: calc( ( 140vh - 9rem ) / 2 + 9rem - 9rem);
  }
}


/*------- グローバルヘッダーレイアウト -------*/
/*グローバルヘッダーレイアウト共通*/
.global-header-bg {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  background-color: #fff;
  height: 7rem !important;
  -webkit-box-shadow: 0 1px 10px 0px #bebcbc;
          box-shadow: 0 1px 10px 0px #bebcbc;
  z-index: 39;
}

@media (min-width: 48em) {
  .global-header-bg {
    height: 14rem !important;
  }
}

@media (min-width: 72.5em) {
  .global-header-bg {
    height: 9rem !important;
  }
}

#global-header {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 120;
  margin: 0 auto;
  background-color: #fff;
  height: 7rem !important;
}

@media (min-width: 48em) {
  #global-header {
    height: 14rem !important;
  }
}

@media (min-width: 72.5em) {
  #global-header {
    max-width: 116rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    height: 9rem !important;
  }
}

@media (min-width: 72.5em) {
  #global-header.fixed {
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    top: 0;
    border-radius: initial;
  }
}

/*ロゴレイアウト*/
#global-header-logo {
  z-index: 50;
  margin: auto 0 auto 0.5rem;
}

@media (min-width: 48em) {
  #global-header-logo {
    margin: auto 0 auto 1rem;
  }
}

#global-header-logo img {
  height: 4rem;
  padding: 1.75rem 1rem;
  width: auto;
}

@media (min-width: 48em) {
  #global-header-logo img {
    height: 5rem;
    padding: 2rem;
  }
}
/*↓追加コード↓*/
/* 初期（SP表示） */
.logo-pc {
  display: none;
}

.logo-sp {
  display: block;
}

/* PC表示 */
@media (min-width: 48em) {
  .logo-pc {
    display: block;
  }

  .logo-sp {
    display: none;
  }
}

/*メインビジュアルレイアウト共通*/
/* =======================================
　ヘッダーエリアレイアウト
======================================= */
/*ヘッダーエリアレイアウト画像トップページ*/
body.jqbga-container.jqbga-web--image {
  background-size: auto calc( 100vw * 480 / 1440) !important;
  background-attachment: scroll !important;
  background-position-y: 7.0rem !important;
}

@media (min-width: 48em) {
  body.jqbga-container.jqbga-web--image {
    background-position-y: 14.0rem !important;
  }
}

@media (min-width: 72.5em) {
  body.jqbga-container.jqbga-web--image {
    background-position-y: 9.0rem !important;
  }
}

/*ヘッダーエリアレイアウト画像共通*/
body.jqbga-container.jqbga-web--image.cc-indexpage {
  background-size: auto calc( 100vh) !important;
  background-position-y: -7rem !important;
}

@media (min-width: 48em) {
  body.jqbga-container.jqbga-web--image.cc-indexpage {
    background-position-y: 0 !important;
  }
}

@media (min-width: 72.5em) {
  body.jqbga-container.jqbga-web--image.cc-indexpage {
    background-position-y: 0 !important;
  }
}

@media screen and (orientation: landscape) {
  body.jqbga-container.jqbga-web--image.cc-indexpage {
    background-size: calc( 100vw) auto !important;
    background-position-y: calc( 100vh - 890 * 100vw / 1440) !important;
  }
}

header #header {
  position: relative;
  height: calc( 100vw * 480 / 1440) !important;
  margin-top: 7.0rem;
}

@media (min-width: 48em) {
  header #header {
    margin-top: 14.0rem;
  }
}

@media (min-width: 72.5em) {
  header #header {
    margin-top: 9.0rem;
  }
}
@media (max-width: 767px) {
  header #header {
    height: 70vh !important;
  }
}
/*スライドショー部分の余白指定、ロゴ設定（トップページのみ）*/
/*メインビジュアルレイアウト（トップページのみ）*/
.cc-indexpage header #header {
  position: relative;
  height: calc( 100vh - 70px - 70px) !important;
}

@media (min-width: 48em) {
  .cc-indexpage header #header {
    height: calc(100vh - 140px) !important;
  }
}

@media (min-width: 72.5em) {
  .cc-indexpage header #header {
    height: calc(100vh - 90px) !important;
  }
}

.cc-indexpage header #header h1 {
  color: #231815 !important;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  position: absolute;
  top: 10%;
  left: 20%;
  font-size: 1.8rem !important;
  line-height: 1.8;
  letter-spacing: .15em;
  font-family: 'Kosugi Maru', sans-serif !important;
  background: #ffffffd6;
  padding: 1.5rem 0.5rem !important;
}

@media (max-width: 48em) {
  .cc-indexpage header #header h1 {
    font-size: 2rem !important;
  }
}

/* =======================================
　コンテンツエリアレイアウト
======================================= */
/*------ コンテンツエリア全体レイアウト ------*/
/*コンテンツエリアレイアウト共通*/
#content {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 116rem;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 4rem 0 7rem 0;
}

/*コンテンツエリアレイアウト（トップページのみ）*/
.cc-indexpage #content {
  margin: 0 auto;
  padding: 0 2rem 4rem 0;
}

@media (max-width: 41.25em) {
  .cc-indexpage #content {
    padding: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  #content {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/*------ メインエリアレイアウト ------*/
/*メインエリアレイアウト（共通）*/
main {
  margin: 0 auto;
  max-width: 85rem;
  width: 100%;
  background: transparent;
}

@media (min-width: 48em) {
  main {
    padding: 0 1rem;
  }
}
/*------ サイドエリアレイアウト ------*/
/*サイドエリアレイアウト共通*/
aside {
  display: none !important;
}
/* =======================================
　フッターエリアレイアウト
======================================= */
/*------ フッターエリアレイアウト（ボトムエリア） ------*/
#footer-bottom {
  padding: 1rem 3rem;
  text-align: center;
  background: #ffe600;
  margin: 0 -100%;
  padding: 3rem 100% 2rem 100% !important;
  color: #231815 !important;
}

#footer-bottom p,
#footer-bottom a {
  color: #231815 !important;
}
/*↓追加コード↓*/
#page-1936493865 #footer-bottom {
  padding: 1rem 3rem;
  text-align: center;
  background: #003B7D;
  margin: 0 -100%;
  padding: 3rem 100% 2rem 100% !important;
  color: #ffffff !important;
}

#page-1936493865 #footer-bottom p,
#page-1936493865 #footer-bottom a {
  color: #ffffff !important;
}
#page-1936528465 #footer-bottom {
  padding: 1rem 3rem;
  text-align: center;
  background: #9E0077;
  margin: 0 -100%;
  padding: 3rem 100% 2rem 100% !important;
  color: #ffffff !important;
}

#page-1936528465 #footer-bottom p,
#page-1936528465 #footer-bottom a {
  color: #ffffff !important;
}
/*↑追加コード↑*/
/*------ Copylight部分（ボトムエリア） ------*/
div#contentfooter div.leftrow {
  float: left;
  text-align: center !important;
  width: 100% !important;
}

/* =======================================
　ナビゲーションレイアウト共通
======================================= */
#nav-top nav {
  position: absolute;
  top: -150vh;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-top nav ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 48em) {
  #nav-top {
    display: none;
  }
}

#nav-top ul.cc-nav-level-0 {
  margin: 6rem 0 0 3rem !important;
}

#nav-top ul.cc-nav-level-0 li {
  line-height: 1.5;
}

#nav-top ul.cc-nav-level-0 li a {
  display: block;
  text-decoration: none !important;
  color: #231815 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#nav-top ul.cc-nav-level-0 > li a {
  margin: 0;
  padding: 1rem 0 1rem 2rem;
}

#nav-top ul.cc-nav-level-0 ul.cc-nav-level-1 {
  margin: 0 !important;
}

#nav-top ul.cc-nav-level-0 ul.cc-nav-level-1 li {
  margin-left: 50px;
  border-left: 1px solid #231815;
}

/*PC用ナビ設定*/
#pc-nav {
  display: none;
  line-height: 4rem;
  height: 4rem;
}

@media (min-width: 48em) {
  #pc-nav {
    display: block;
  }
}

#pc-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#pc-nav ul.cc-nav-level-0 {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pc-nav ul.cc-nav-level-0 .jmd-nav__list-item-0 > .jmd-nav__toggle-button {
  background-image: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/arrow1.png?t=1614751474);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 7px;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-left: -12px;
}

#pc-nav ul.cc-nav-level-0 .jmd-nav__list-item-0 > .toggle-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pc-nav ul li {
  list-style: none !important;
}

#pc-nav ul li > li {
  list-style: none !important;
  position: relative;
}

#pc-nav ul li > li::before, #pc-nav ul li > li::after {
  display: block;
  content: "";
  height: 15px;
}

#pc-nav ul li > li:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/pc-nav-hover.png?t=1614658597) no-repeat;
  background-position: center;
}

#pc-nav ul li > a {
  text-decoration: none;
  color: #231815;
  padding: 0px 12px;
  font-size: 1.4rem;
  margin: 0px 6px;
  white-space: nowrap;
}

#pc-nav ul li > a:hover #pc-nav ul.cc-nav-level-0 li ul.cc-nav-level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#pc-nav ul li ul.cc-nav-level-1 {
  margin: 0 !important;
  padding: 1rem !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 110px;
  background: #ffe600;
  border-radius: 10px;
  display: none;
  font-size: 1.3rem;
}
/*↓追加コード↓*/
/* ------------------------------
   ① ロゴ
------------------------------ */
#pc-nav ul.cc-nav-level-0 > li:nth-child(1) > a{
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalturf.png?t=1773043213) no-repeat center;
    width:110px;
    min-width:110px;
    height:50px;
    display:block;
    font-size:0;
}
#pc-nav ul.cc-nav-level-0 > li:nth-child(2) > a{
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalcleaning.png?t=1773037741) no-repeat center;
    width:189px;
    min-width:189px;
    height:50px;
    display:block;
    font-size:0;
}
#pc-nav ul.cc-nav-level-0 > li:nth-child(3) > a{
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalcoating.png?t=1773037748) no-repeat center;
    width:189px;
    min-width:189px;
    height:50px;
    display:block;
    font-size:0;
}

/* ------------------------------
   ② ナビに余白を作る（←これが本質）
------------------------------ */
#pc-nav{
    padding-bottom: 15px; /* ←ここで下にスペース */
}

/* ------------------------------
   ③ ▼だけ調整
------------------------------ */
/* ▼ liはそのままflexでOK */
#pc-nav ul.cc-nav-level-0 > li{
    display: flex;
    align-items: center;
}

/* ▼ aタグを縮ませない */
#pc-nav ul.cc-nav-level-0 > li > a{
    display: block;
    flex-shrink: 0; /* ←これが重要 */
}

/* ▼ トグルボタン */
#pc-nav .jmd-nav__toggle-button{
    position: static;
    margin-left: 6px;
    flex-shrink: 0; /* ←これも入れると安定 */
}

/* 回転 */
#pc-nav li.cc-nav-open .jmd-nav__toggle-button{
    transform: rotate(180deg);
}
/* ------------------------------
   ▼ 1160px以下でもクリック開閉を維持
------------------------------ */
@media (max-width: 72.5em){

    /* ▼通常は非表示（元の挙動を維持） */
    #pc-nav ul li ul.cc-nav-level-1{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
    }

    /* ▼クリックで開いた時だけ表示 */
    #pc-nav ul li.cc-nav-open > ul.cc-nav-level-1{
        display: block;
    }

    /* ▼親基準 */
    #pc-nav ul li{
        position: relative;
    }

    /* ▼ナビはみ出しOK */
    #pc-nav{
        overflow: visible;
    }
}
@media (max-width: 72.5em){

    /* ▼ liの縮み防止 */
    #pc-nav ul.cc-nav-level-0 > li{
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    /* ▼ aタグを完全固定（←重要） */
    #pc-nav ul.cc-nav-level-0 > li > a{
        display: block;
        flex-shrink: 0;
        width: auto; /* ←これで変な圧縮を防ぐ */
    }

    /* ▼ トグルも縮ませない */
    #pc-nav .jmd-nav__toggle-button{
        flex-shrink: 0;
    }
}
/*↑追加コード↑*/
@media (min-width: 72.5em) {
  #pc-nav ul li ul.cc-nav-level-1 {
    top: 70px;
  }
}

#pc-nav ul li ul.cc-nav-level-1 li {
  margin: 0.5rem 0;
}

#pc-nav ul li ul.cc-nav-level-1 li a {
  color: #231815;
}

#pc-nav ul li ul.cc-nav-level-1 li a::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 10px;
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/li2-arrow.png?t=1614734841) no-repeat;
  background-size: contain;
}

#pc-nav ul li ul.cc-nav-level-1 li a:hover::after {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  /*矢印を右へずらす*/
}

#pc-nav ul li ul.cc-nav-level-1 li ul.cc-nav-level-2 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*--- クリック時 ---*/
.openNav nav {
  -webkit-transform: translateY(150vh);
          transform: translateY(150vh);
}

#nav-top.openNav nav {
  background: #ffe600;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*
#nav-top.openNav nav::after {
  display: block;
  content: "";
  background-image: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/nav-bottom-text.png?t=1614734851);
  width: 100vw;
  height: calc(100vw / 8);
  background-size: contain;
  background-repeat: no-repeat;

  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  pointer-events: none;
}
*/
@media (min-width: 41.25em) {
  #nav-top.openNav {
    background-color: transparent;
    margin-left: 20px;
  }
}

/*---------ナビメニュー幅＆影設定------------*/
@media (min-width: 41.25em) {
  nav .j-nav-variant-nested {
    width: 100%;
  }
}

/*---------トグルボタン設定------------*/
.openNav #toggle span:nth-child(1) {
  top: 3.5rem;
  border-color: #231815;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.openNav #toggle span:nth-child(2) {
  top: 3.5rem;
  width: 0;
}

.openNav #toggle span:nth-child(3) {
  top: 3.5rem;
  border-color: #231815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*--- トグルアイコン ---*/
#toggle {
  position: absolute;
  top: 0;
  right: 0rem;
  z-index: 200;
  width: 7rem;
  height: 2rem;
  cursor: pointer;
}

#toggle::before {
  display: block;
  content: "";
  width: 7rem;
  height: 7rem;
  background-color: #ffe600;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 48em) {
  #toggle {
    display: none;
  }
}

#toggle div {
  position: relative;
}

#toggle span {
  position: absolute;
  display: block;
  width: 5rem;
  border-bottom: solid 2px #231815;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  left: 1.2rem;
}

#toggle span:nth-child(1) {
  top: 2rem;
}

#toggle span:nth-child(2) {
  top: 3.5rem;
}

#toggle span:nth-child(3) {
  top: 5rem;
}

/*---------フッターナビ設定------------*/
footer ul {
  padding-left: 1em !important;
  line-height: 2 !important;
}

footer ul.cc-nav-level-0 li {
  list-style: none !important;
}

footer ul.cc-nav-level-0 li > a {
  text-decoration: none !important;
}

footer ul.cc-nav-level-0 li > a:hover::before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.3rem;
  height: 1.4rem;
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/footer-hover-icon.png?t=1614748246) no-repeat;
  margin-left: -2.3rem;
  background-position: left;
}
/* =======================================
　　表のコントロール（共通）
======================================= */
table {
  width: 100%;
  /*表の全体幅をコンテンツ幅一杯まで広げる*/
  border-collapse: collapse;
  /*線を重ねる。外側の余白もJimdo側で設定したい場合はこの記述を消す*/
  margin: 0 auto !important;
}

table tbody {
  width: 100%;
}

table tr {
  padding: 0.5em 0 !important;
}

@media (min-width: 41.25em) {
  table tr {
    border: 1px solid;
  }
}

table tr td {
  padding-left: 1rem !important;
}

table tr td:first-child {
  margin-top: 1rem !important;
  background-color: #fff599;
  font-size: 1.1em !important;
}

@media (min-width: 41.25em) {
  table tr td:first-child {
    border-right: 1px solid;
  }
}

table tr td p {
  font-family: "Noto Sans JP", sans-serif !important;
}

.cc-indexpage table {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cc-indexpage table tr {
  border: none !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.3rem;
}

@media (min-width: 41.25em) {
  .cc-indexpage table tr {
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    margin-top: 0;
  }
}

.cc-indexpage table tr td {
  border: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem !important;
}

@media (min-width: 41.25em) {
  .cc-indexpage table tr td {
    border-bottom: 1px solid #231815;
  }
}

.cc-indexpage table tr td:first-child {
  margin-top: 0 !important;
}

.cc-indexpage table tr td:first-child a {
  padding-left: 1rem !important;
}

.cc-indexpage table tr td:nth-child(2) {
  font-family: 'Crimson Text', 'Noto Serif JP', serif !important;
}

@media (min-width: 41.25em) {
  .cc-indexpage table tr td:nth-child(2) a {
    background: rgba(84, 217, 250, 0.3);
    padding: 0.2rem 1rem;
    width: 5rem;
    display: inline-block;
  }
}

.cc-indexpage table tr td:nth-child(-n + 2) {
  width: 50%;
  padding: 0 !important;
  background: rgba(84, 217, 250, 0.3);
}

@media (min-width: 41.25em) {
  .cc-indexpage table tr td:nth-child(-n + 2) {
    background: none;
  }
}

.cc-indexpage table tr td:last-child {
  width: 100%;
}

.cc-indexpage table tr td:nth-child(2) a {
  text-align: center;
}

@media (min-width: 41.25em) {
  .cc-indexpage table tr td:nth-child(2) {
    width: 25%;
  }
}

@media (max-width: 41.25em) {
  table:not(.c-noblock) td {
    display: block;
  }
}

@media (min-width: 41.25em) {
  #cc-m-9724710965 table tr {
    border: none;
  }
}

#cc-m-9724710965 table tr td {
  background-color: #fff !important;
  font-size: 1em !important;
}

#cc-m-9724710965 table tr td:first-child {
  width: 4em;
  margin-top: 0 !important;
}

@media (min-width: 41.25em) {
  #cc-m-9724710965 table tr td {
    border-right: none;
  }
}

#cc-m-9724710965 table tr td:nth-child(2) {
  width: 2em;
}

@media (max-width: 41.25em) {
  #cc-m-9724710965 table td {
    display: inline;
  }
}

/* blog
-----------------------------------------------------------------------*/
/* BlogDetail */
/* =======================================
　　ブログのコントロール
======================================= */
/*ブログページの調整ここから*/
.cc-page-blog p {
  padding: 0 10px !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.j-blogarticle,
.j-blog-post--date {
  font-family: "Noto Sans JP", sans-serif !important;
}

a.j-blog-page--tag {
  /*テーマのリンク*/
  text-decoration: none !important;
}

.j-blog-meta a:hover {
  /*ブログタイトルのリンクマウスオン時*/
  color: #333;
}

.j-blog-meta {
  text-align: center;
}

.j-blog-meta h1 {
  font-size: 3.0rem !important;
  margin: 1em 0 0.3em;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe600));
  background: -webkit-linear-gradient(transparent 70%, #ffe600 70%);
  background: linear-gradient(transparent 70%, #ffe600 70%);
  display: inline-block;
  color: #231815 !important;
}

@media (min-width: 72.5em) {
  .j-blog-meta h1 {
    font-size: 3.5rem !important;
  }
}

.j-blog-meta h2 {
  /*ブログタイトル*/
  font-size: 2.5rem;
  font-family: "Crimson Text", "Noto Serif JP", serif !important;
  text-align: left;
  letter-spacing: 0.1em;
  color: black !important;
}

.j-blog-meta h2::before {
  content: "●";
  width: 0.5rem;
  height: 0.5rem;
  color: #ffe600;
  margin-right: 0.5rem;
}

.j-blog-post--header .j-text {
  text-align: left;
}

.j-blog-post--tags-wrapper {
  margin-top: 30px;
}

/*ブログページの調整ここまで*/
ul.com-list-noava li {
  /*デザイン的に不要な区切りボーダーの削除（ゲストブック＆ブログ）*/
  border: none !important;
}

/*ブログ写真を真ん中寄せに*/
.j-blog .j-imageSubtitle .cc-m-image-align-1,
.j-blog ul.cc-shop-product-alternatives {
  text-align: center !important;
}

.j-blogarticle {
  margin-top: 3.5rem;
}

.j-blogarticle .cc-imagewrapper img {
  width: 30.0rem;
  height: 30.0rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/*ブログ記事のフォーム・ゲストブック・ブログコメント欄の調整ここまで*/
/*------ ブログ記事の編集画面を１カラムに（2カラム時のサイドバーを非表示）ここから ------*/
/*------ ブログ記事の編集画面を１カラムに（2カラム時のサイドバーを非表示）ここまで ------*/
/* =======================================
　　ショップのコントロール
======================================= */
@media screen and (max-width: 480px) {
  .cc-shop-product-img-confines {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .sz-lens,
  .sz-stage {
    visibility: hidden !important;
  }
  .sz-thumb {
    cursor: crosshair !important;
    cursor: default !important;
  }
}

/*画像*/
.cc-shop-product-img {
  max-width: 100% !important;
  width: 100% !important;
  margin-right: 0 !important;
  min-width: 100% !important;
}

@media (min-width: 48em) {
  .cc-shop-product-img {
    float: left;
    max-width: 50%;
    min-width: 0;
  }
}

.cc-shop-product-desc {
  overflow: visible !important;
}

@media (min-width: 48em) {
  .cc-shop-product-desc {
    overflow: hidden;
    padding-top: 0;
  }
}

/*商品ここまで*/
/*商品カタログここから*/
@media screen and (max-width: 480px) {
  .cc-webview-product .cc-webview-product-image {
    width: 100% !important;
  }
}

/*商品カタログここまで*/
/*カートアイコンここから*/
.j-cart {
  /*アイコン位置*/
  top: 6rem !important;
  right: 0.5rem !important;
}

.j-cart.is-empty {
  display: none;
  /*カラのときは非表示に*/
}

/*カートアイコンここまで*/
/* =======================================
　ボタン
======================================= */
/*------- ボタン共通 -------*/
.j-calltoaction-link {
  text-align: inherit !important;
}

.button {
  display: block !important;
}

.j-calltoaction-align-1, form.cc-m-form .cc-m-form-submit {
  text-align: center !important;
}

@media (min-width: 41.25em) {
  .j-calltoaction-align-1, form.cc-m-form .cc-m-form-submit {
    text-align: left !important;
  }
}

/*------- ボタン共通 -------*/
.j-calltoaction-wrapper {
  position: relative;
  text-align: center;
  margin: 2rem 0 !important;
}

.j-calltoaction-link-style-1, .j-calltoaction-link-style-2 {
  font-size: 1.6rem !important;
}

a.j-calltoaction-link.j-calltoaction-link-style-1, a.j-calltoaction-link.j-calltoaction-link-style-2,
button.button,
input[type="button"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 50px;
  border: 2px solid;
  color: #000;
  background-color: #ffe600;
  -webkit-box-shadow: 0 5px 0 #e6cf00 !important;
          box-shadow: 0 5px 0 #e6cf00 !important;
}

a.j-calltoaction-link.j-calltoaction-link-style-1:hover, a.j-calltoaction-link.j-calltoaction-link-style-2:hover,
button.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #000;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 3px 0 #e6cf00 !important;
          box-shadow: 0 3px 0 #e6cf00 !important;
}

a.j-calltoaction-link.j-calltoaction-link-style-1::after, a.j-calltoaction-link.j-calltoaction-link-style-2::after,
button.button::after,
input[type="button"]::after,
input[type="submit"]::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

a.j-calltoaction-link.j-calltoaction-link-style-2 {
  font-weight: 500;
  text-align: center !important;
  padding: 2rem 8rem;
  display: block;
}

a.j-calltoaction-link.j-calltoaction-link-style-2::before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
  content: "";
  width: 15px;
  height: 21px;
  background-image: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/icon-paper.png?t=1614667134);
}
/*-------------アンカーリンクボタン-------------------*/
a.j-calltoaction-link2.j-calltoaction-link-style-1,
button.button,
input[type="button"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 50px;
  border: 2px solid;
  color: #000;
  background-color: #ffe600;
  -webkit-box-shadow: 0 5px 0 #e6cf00 !important;
          box-shadow: 0 5px 0 #e6cf00 !important;
}

a.j-calltoaction-link2.j-calltoaction-link-style-1:hover,
button.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #000;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 3px 0 #e6cf00 !important;
          box-shadow: 0 3px 0 #e6cf00 !important;
}

a.j-calltoaction-link2.j-calltoaction-link-style-1::after,
button.button::after,
input[type="button"]::after,
input[type="submit"]::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  margin-top: -4px;
}
/*-------------お問合せ大きいボタン-------------------*/
/* =======================================
　コンタクト
======================================= */
/* Form
-----------------------------------------------------------------------*/
/*ブログ記事のフォーム・ゲストブック・ブログコメント欄の調整ここから*/
dl.zend_form > div {
  margin-bottom: 2rem;
  /*要素ごとの上下間隔*/
}

input[type="text"],
input[type="email"],
input[type="date"],
select,
textarea {
  font-size: 1.6rem !important;
  /*:iPhoneでクリック時に拡大することを避ける*/
  font-family: "M PLUS 1p", sans-serif !important;
  padding: .5rem !important;
  border-radius: 5px;
}

.j-formnew input, .j-formnew textarea,
.j-comment input, .j-comment textarea {
  border: 1px solid #666 !important;
}

label input[type="radio"],
label input[type="checkbox"],
.cc-m-form-view-input-wrapper input[type="checkbox"] {
  /*ラジオボタン・シングル＆複数チェックボックス*/
  width: 2rem !important;
  height: 2rem !important;
  vertical-align: middle !important;
}

button.button,
input[type="button"],
input[type="submit"] {
  /*送信ボタン*/
  width: 100%;
  padding: 1.5em 0 !important;
  margin: 1em 0 1.7em 0 !important;
  border-radius: .5em;
  background-color: #ffe600 !important;
  border: 1px solid #ffe600 !important;
  color: #231815;
}

dl.zend_form input[type="checkbox"] {
  /*ブログのコメント欄のプライバシーポリシーチェックボックス*/
  width: 2rem !important;
  height: 2rem !important;
  vertical-align: middle !important;
}

.form-wrap form.cc-m-form .cc-m-form-view-element {
  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;
}

.form-wrap input {
  height: 3rem;
  border-radius: .5rem;
}

.form-wrap textarea {
  border-radius: .5rem;
}

/*お問合せの幅指定*/
.j-formnew {
  max-width: 65rem;
  margin: 0 auto;
}

/* ==========================================================
　トップページのコンテンツ
========================================================/*


/* =======================================
　　新着のお知らせ
======================================= */
/*-----人工芝をお勧めする理由------*/
#cc-m-9739489865 p,
#cc-m-9739490565 p {
  margin-bottom: 1rem !important;
}

#cc-m-9739489865 .cc-m-hgrid-column,
#cc-m-9739490565 .cc-m-hgrid-column {
  float: left !important;
}

@media (max-width: 41.25em) {
  #cc-m-9739489865 .cc-m-hgrid-column,
  #cc-m-9739490565 .cc-m-hgrid-column {
    max-width: 40rem;
    margin: 0 auto;
    float: none !important;
  }
}

/*--------------人工芝の紹介部分-----------------*/
#cc-m-9741399965 {
  margin: 0 -100%;
  padding: 4rem 100% 8rem 100% !important;
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/grand-bg.png?t=1614658586) repeat;
  background-position: center, center;
  background-size: auto;
  /*---共通項目---*/
}

#cc-m-9741399965 #nxtg-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.5rem 3rem;
  -webkit-box-shadow: 3px 4px 8px 0px grey;
          box-shadow: 3px 4px 8px 0px grey;
  max-width: 40rem;
  margin: 0 auto;
}

#cc-m-9741399965 #nxtg-box.nxtg-mt2 {
  margin-top: 0;
}

@media (max-width: 41.25em) {
  #cc-m-9741399965 #nxtg-box.nxtg-mt2 {
    margin-top: 2rem;
  }
}

/*--------------人工芝の紹介部分ここまで-----------------*/
@media (min-width: 41.24em) {
  #cc-m-9745184865 .j-callToAction {
    display: none !important;
  }
}

/* =======================================
　　和（なごみ）ページ
======================================= */
#cc-m-9746139065 p, #cc-m-9746219765 p {
  border: 1px solid;
  padding: 1rem !important;
}

@media (min-width: 48em) {
  #cc-m-9746139065 p, #cc-m-9746219765 p {
    text-align: center;
  }
}

p.h4 {
  font-size: 2.4rem !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}

@media (min-width: 48em) {
  p.h4 {
    text-align: center;
  }
  p.h4 span.line {
    display: block;
  }
}

p.lead {
  line-height: 2.4em !important;
}

@media (min-width: 48em) {
  p.lead {
    text-align: center;
  }
  p.lead span.line {
    display: block;
  }
}

/* =======================================
和みページ、宮ページ共通
===========================================*/
#cc-m-9746214065 p, #cc-m-9746214365 p, #cc-m-9746214065 p, #cc-m-9746214365 p {
  margin-bottom: 0 !important;
}

/* =======================================
　　会社概要
======================================= */
#cc-m-9759988465 a.j-calltoaction-link.j-calltoaction-link-style-2::before {
  width: 24px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/mail.png?t=1617329695);
}
/*↓追加コード*/
/* =======================================
　　トータルターフ
======================================= */
.document-request{
    background:none !important;
    box-shadow:none !important;
}
.floating-banner{
   display:none
}
.document-request a{
    display:block;
    width:400px;
    height:200px;
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/turf-button.png?t=1773914756) no-repeat center;
    background-size:400px 200px;
    text-indent:-9999px;
}
.document-request a{
    display:block;
    width: min(18vw, 90vw);
    aspect-ratio: 2 / 1;
    background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/turf-button.png?t=1773914756) no-repeat center;
    background-size: contain;
    text-indent:-9999px;
}
.document-request{
    right: 1rem;
}
@media (max-width: 48em) {
.document-request{
    background:none !important;
    box-shadow:none !important;
}

.document-request a{
    display:block;
    width:290px;
    height:130px;
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/turf-button.png?t=1773914756) no-repeat center;
    background-size:290px 130px;
    text-indent:-9999px;
}
}
/* 元のアイコン削除 */
.document-request a::before,
.document-request a::after{
    display:none !important;
}

.document-request a{
    cursor:pointer;
}
#page-1923564665 .document-request{
    display:none !important;
}
/* =======================================
　トータルクリーニング
======================================= */
#page-1936493865 .document-request{
    background:none !important;
    box-shadow:none !important;
}
#page-1936493865 .floating-banner{
   display:none
}
#page-1936493865 .document-request a{
    display:block;
    width: min(18vw, 90vw);
    aspect-ratio: 2 / 1;
    background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/cleaning-button.png?t=1774439378) no-repeat center;
    background-size: contain;
    text-indent:-9999px;
}
#page-1936493865 .document-request{
    right: 1rem;
}
@media (max-width: 48em){
#page-1936493865 .document-request{
    background:none !important;
    box-shadow:none !important;
}
#page-1936493865 .document-request a{
    display:block;
    width:290px;
    height:130px;
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/cleaning-button.png?t=1774439378) no-repeat center;
    background-size:290px 130px;
    text-indent:-9999px;
}
}
/* 元のアイコン削除 */
#page-1936493865 .document-request a::before,
#page-1936493865 .document-request a::after{
    display:none !important;
}

#page-1936493865 .document-request a{
    cursor:pointer;
}
/* =======================================
　トータルコーティング
======================================= */
#page-1936528465 .document-request{
    background:none !important;
    box-shadow:none !important;
}
#page-1936528465 .floating-banner{
   display:none
}
#page-1936528465 .document-request a{
    display:block;
    width:400px;
    height:200px;
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/coating-button.png?t=1774831486) no-repeat center;
    background-size:400px 200px;
    text-indent:-9999px;
}
#page-1936528465 .document-request a{
    display:block;
    width: min(18vw, 90vw);
    aspect-ratio: 2 / 1;
    background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/coating-button.png?t=1774831486) no-repeat center;
    background-size: contain;
    text-indent:-9999px;
}
#page-1936528465 .document-request{
    right: 1rem;
}
@media (max-width: 48em) {
#page-1936528465 .document-request{
    background:none !important;
    box-shadow:none !important;
}
#page-1936528465 .document-request a{
    display:block;
    width:290px;
    height:130px;
    background:url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/coating-button.png?t=1774831486) no-repeat center;
    background-size:290px 130px;
    text-indent:-9999px;
}
}
/* 元のアイコン削除 */
#page-1936528465 .document-request a::before,
#page-1936528465 .document-request a::after{
    display:none !important;
}

#page-1936528465 .document-request a{
    cursor:pointer;
}

/* Footer
-----------------------------------------------*/
/* =======================================
　フッターエリアレイアウト
======================================= */
/*------ フッターエリアレイアウト共通 ------*/
footer p {
  line-height: 2 !important;
}

footer .footer-outer {
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/footer-image-bg.jpg?t=1614748237) no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 7rem 3rem 8rem 3rem;
}
/*↓追加コード↓*/
footer #cc-nav-view-1936493865{
    margin-right: 30px;
}
#page-1936493865 footer .footer-outer {
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalcleaning-footer.jpg?t=1773821647) no-repeat;
  background-position: bottom;
  background-size: cover;
}
#page-1936528465 footer .footer-outer {
  background: url(https://u.jimcdn.com/cms/o/s714de64772f29bf6/userlayout/img/totalcoating-footer.jpg?t=1773821896) no-repeat;
  background-position: bottom;
  background-size: cover;
}
/*↑追加コード↑*/
@media (min-width: 48em) {
  footer .footer-outer {
    padding: 5rem 3rem 6rem 3rem;
  }
}

footer .footer-outer .footer-inner {
  margin-top: 3rem;
}
/*↓変更↓*/
@media (min-width: 48em) {
  footer ul.cc-nav-level-0{
    display: flex !important;
  }
  footer .footer-outer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 105rem;
    margin: 0 auto;
  }
}

footer .footer-outer .footer-inner .footer-column {
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  footer .footer-outer .footer-inner .footer-column {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
    max-width: 50rem;
    margin: 0.5%;
  }  
  footer .footer-outer .footer-inner .footer-column:first-child {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
    max-width: 28rem;
    margin: 0.5%;
  }
}
/*↑変更↑*/
footer .footer-outer .footer-inner .footer-column h2 {
  font-size: 1.8rem !important;
  border-bottom: 3px dashed #ffe600 !important;
  color: #fff !important;
  margin-bottom: 2rem !important;
  padding-bottom: 0.5rem;
}

footer .footer-outer .footer-inner .footer-column .footer-logo {
  width: 220px;
  margin-bottom: 1em;
  margin-left: 1em;
}

footer .footer-outer .footer-inner .footer-column p {
  padding-left: 1em !important;
}

/*------ フッターエリアレイアウト（緑グラデーションエリア） ------*/
/*------ フッターエリアレイアウト（緑背景エリア） ------*/
/*------- フッターエリアフォント -------*/
footer,
footer p,
footer table,
footer td {
  color: #fff !important;
}

footer a,
footer a:link,
footer a:visited {
  color: #fff !important;
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}