* {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;
}
body {
    color: #ffffff;
	font-size: 16px !important;
}
/* TOP3ボックス枠線 */
.benefit-box-list {
    border: 1px solid #0a0a0a;
}

/* sales-content */
.eb-sales-section {
    padding: 5px 0;
}

/* TOPお問い合わせタイトル */
.product-content h2 {
    color: #fabf26;
}

/* 各固定ページ背景色 */
.content {
    background-color: #181a1c;
}
.content-page {
    background-color: #181a1c;
}

/* 各固定ページ枠線 */
.article {
    border: solid 1px #181a1c !important;
}

/* 各固定ページH1 */
.article-header h1{
    color: #fabf26;
}

.article-header h1 {

  border-bottom: solid 1px #ffffff;
  position: relative;
}

.article-header h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #ffffff;
  bottom: -1px;
  width: 20%;
}

/* 各固定ページP */
.article-body p {
	color: #cdcdcd;
	margin-bottom: 40px;
}

/* TOPページラインclear */
.eb-benefit-section {
    border-top: 1px solid #181a1c;
}
.eb-accordion-faq-section {
    border-top: 1px solid #181a1c;
}

.eb-info-section {
    border-top: 1px solid #181a1c;
}
.eb-sales-section {
    border-top: 1px solid #181a1c;
}

.map{
  width: 100%;
  margin: -10px auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 110% !important;
}

/* navメニューフォントサイズ */
@media screen and (min-width: 992px) {
	#gnav .global-nav {
    font-size: 13px;
    font-size: 1.3rem;
}
}


/* 各ページトップバー */
.top-bar {
    background-color: #161410;
}

/*  メインビジュアルテキストサイズ */
.video-title {
    font-size: 40px;
    font-size: 3.5rem;
}

/* ブログページテキストカラー */
.fa-home:before {
    color: white;
}
#breadcrumb .fa {
    color: #ffffff;
}
#breadcrumb {
    color: #ffffff;
}
a {
    color: #ffffff;
}
.btn-border btn-mid {
    color: #000000 !important;
}
.site-description {
    color: #ffffff;
}

/* body p */
.article-body p {
color: #181a1c;
}

/* ページボタン　*/
.p-link li {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 84px;
    margin: 0 30px;
    margin-bottom: 50px;
}

.p-link li a {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 18px;
    background: #fabf26;
    color: #181a1c!important;
    border-radius: 5px;
	  font-weight: bold;
}

.p-link ul {
    text-align: center;
    margin: 10px -10px -30px;
    padding: 0;
}

a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
.im_btn img {
    display: block;
    width: 38px;
    margin: 0 auto;
    margin-top: 10px;
}

.p-link li a:hover {
    background-color: #fcac00;
}

p.reservation01 {
	font-size: 16px;
	color: #ffffff;
}

/* ヘッダーTELフォント　*/
.header-cta-tell .tell-number {
    font-weight: bold;
	color: #ffffff!important;
}
.header-cta-tell .tell-text {
    font-weight: bold;
}

/* 会社概要テーブル　*/
.wp-block-table td, .wp-block-table th {
    padding: 15px 16px;
    border: solid 1px #e2e5e8;
    color: #ffffff;
}
.article-body th {
    background-color: #fabf26;
    font-weight: bold;
	width: 25%;
}

/* メールフォームフォント　*/
.article-body p {
    color: #cdcdcd;
    margin-bottom: 40px;
}
/* TOPページボタン　*/
.info-section-btn a {
    font-weight: bold;
}
.faq-section-btn a {
    font-weight: bold;
}
.product-section-btn a {
    color: #181a1c;
    font-weight: bold;
}
.benefit-box-list:hover {
    background-color: #fcac00;
}

/* 各固定ページP　*/
.has-small-font-size {
 font-size: 15px;
}
/* 各固定ページ見出し　*/
.article-body h2 {
  margin: 1px 0 5px 0;
	color: #e21111;
}
/* 各固定ページCTA　*/
.cta-common-background {
background-color: #0a0a0a;
margin-top: 80px;
}
.cta-post-content p {
    overflow: hidden;
    text-align: center;
}
/* 会社概要テーブル　*/
.tbl-com{
	text-align: left;
}
/* テーブル　*/

th.tbl-th01 {
	background-color: #3a3a38 !important;
}
table td {
    vertical-align: middle;
    text-align: center;
}
.article-body th {
    width: auto;
	vertical-align: middle;
	background-color: #e1a70f;
}
/* テーブルスクロール　*/
@media screen and (max-width: 992px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 992px;
    margin: 0 10px 50px;
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
/* テーブルスクロール説明文　*/
@media screen and (min-width: 992px) {
	section.article-body01 p {
		margin-bottom: 10px;
	display: none;
		font-size: 13px;
}
}
/* テーブル横幅　*/
@media screen and (min-width: 1200px) {
.article-body {
    padding: 0 38px 32px 38px;
}
}
/* テーブルマージン　*/
.article-body table {
    margin-bottom: 20px;
}

/* 見出しH3　*/
.article-body h3 {
margin: 20px 0 20px 0;
color:#e98347;
background-color:
#302d2d!important;
color: #ffffff;
}

/* 見出しH4　*/
.article-body h4 {
margin: 20px 0 10px 0;
color: #ffffff;
}

/* リストul　*/
.article-body ul {
margin: 0 0 40px 0px;
list-style: disc;
color: #cdcdcd;
}

/* Filmbox　*/
h3.filmbox {
	color: #181a1c!important;
	background: transparent!important;
	text-align: center;
	margin: 20px 0 10px 0;
	font-weight: bold;
}
p.filmbox {
	color: #181a1c!important;
	text-align: center;
	margin: 5px 0 10px 0;
}
.article-body img {
    margin: auto;
}

/* 洗車メニューBOX　*/
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #ffffff;/*文字色*/
    background: #3a3a38;
    border: solid 2px #ffffff;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
p.course_subtitl {
    font-size: 21px !important;
margin-bottom: 0px !important;
	margin-top: 5px;
}
span.small_s {
	font-size: 12px;
}
span.small_m {
	font-size: 19px;
}
p.course_supp {
	margin-top: 1em;
}
dd {
	margin-left: 1.5em;
}
.su-u-trim>:first-child {
    margin-top: 20px !important;
}

/*洗車メニュー  */
p.course_title {
	font-size: 28px !important;
	margin-bottom: 0.05em !important;
	border-bottom: solid 1px #ffffff;
}
p.course_subtitl {
	font-size: 21px !important;	
	margin-bottom: 0px !important;
  margin-bottom: 5px !important;
}
span.course {
  color: #4089f5;
}
span.small {
	font-size: 18px;
}
p.course_list {
	margin-bottom: 0px !important;
}
p.course_supp {
	margin-top: 20px;
	font-size: 15px;
}
p {
 line-height: normal;
}

/*　カーフィルムH4  */
.article-body h4 {
 padding: 4px 0 0 0px;
 border-left: solid 0px #161616;
}

/*　BLOG  */
.archive-list {
    border: solid 1px #3a3a38;
    background-color: #3a3a38;
}
.archive-header-title a {
    color: #fabf26;
}
.article {
    background-color: #3a3a38;
}
.nav-previous, .nav-next {
    background-color: #3a3a38;
}
.related {
    background-color: #3a3a38;
    border: solid 1px #3a3a38;
}
.post-navigation {

    border: solid 1px #3a3a38;
}
/*　TOPウイジェットBLOG  */
.html-widge{
	padding: 30px;
	text-align:center;
	background: #181a1c;
}

/*　TOPヘッダー電話・営業時間  */
.header-cta-tell .tell-number {
    font-size: 28px;
    color: #000000;
}
.header-cta-tell .tell-number {
    font-size: 28px;
    color: #000000;
}
/*　TOPinfomation  */
ol, ul {
    font-weight: bold;
}

.article-thumbnail {
display: none;
}

side-widget-title.h3 {
	color: #fff;
}
/* 最近の 投稿タイトル */
.side-widget-title span {
    border-bottom: solid 1px #fabf27;
	color: #fff;
}

table.tbl-r07 {
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.jetpack-lazy-image  {
margin-bottom:50px;	
}