/*
 Theme Name: drop_tcd087_child
 Template: drop_tcd087
 Version:4.1.4
 */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&amp;display=swap");

/*PC スマホ切り替え*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
img.alignnone.size-medium {
  max-width: 360px !important;
}
h2 {
  padding-top: 50px;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
p {
  font-size: 16px !important;
}
img {
  width: 100%;
}
.img50 {
  width: 50%;
}
li {
  list-style-type: none;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.l-contents {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.mt30 {
  margin-top: 30px;
}
.item_title {
  position: relative;
  display: inline-block;
  padding: 0 100px !important;
  line-height: 1em !important;
}
.item_title:before,
.item_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #28b472;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.item_title:before {
  left: 0;
}
.item_title:after {
  right: 0;
}
.p-cb__item-sub {
  text-align: center;
}
.p-cb__item-sub:after {
  display: block;
  content: url(https://clovercars.net/wp-content/uploads/2021/08/ã¢ã»ãã-1.svg);
  width: 150px;
  left: 50%;
  margin: 10px auto;
}
.p-cb__item,
.p-index-content03 {
  margin-bottom: 40px !important;
}
h3.midashi_b {
  font-size: 48px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
h3.midashi_c {
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 15px;
}
.item_title {
  font-size: 48px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 650px) {
  .item_title {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
  }
  .item_title {
    position: relative;
    display: inline-block;
    padding: 0 60px !important;
    line-height: 1em !important;
  }
}

.midashi_sub {
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 20px;
  margin-bottom: 5px !important;
}
.l-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.l-inner60 {
  width: 60%;
}
/* flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: top;
}
.flexbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.item30 {
  width: 28%;
  display: flex;
  flex-direction: column;
}
.item40 {
  width: 38%;
  display: flex;
  flex-direction: column;
}
.item50 {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.item60 {
  width: 58%;
  display: flex;
  flex-direction: column;
}
.item70 {
  width: 68%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .item30,
  .item40,
  .item50,
  .item60,
  .item70 {
    width: 100% !important;
  }
}

/* flexここまで */
/* カラーcolor */
.l_green {
  color: #9acf55;
}
.green {
  color: #28b472;
}
.white {
  color: #fff !important;
}
.gray_bk {
  background-color: #f3f3f3;
}
/* カラーcolorここまで */
.wire {
  border-top: 1px solid #9acf55;
}
.sec2 {
  display: block;
}
/* ボタン */
.btn_box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.top-btn a {
  color: #ffffff;
  background: #28b472;
  text-align: center;
}
.top-btn a {
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  min-width: 240px;
  height: 60px;
  padding: 0 15px;
}
/* ボタンここまで */
.img_filter {
  filter: brightness(30%);
}
#gmap {
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  section.center {
    margin-top: 20px !important;
  }
}
section {
  margin-top: 80px !important;
}
.info {
  display: inline-block;
  width: 30%;
}
.info_num {
  display: inline-block;
  width: 10%;
  font-size: 48px !important;
  font-weight: 900 !important;
}
.info_mi {
  position: relative;
}
.info_mi:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #9acf55, #9acf55 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #9acf55, #9acf55 2px, #fff 2px, #fff 4px);
}
p {
  line-height: 1.4em;
}
#main_contents {
  width: 850px;
  margin: 0 auto;
  padding: 0px 0 0px !important;
}
a:hover {
  opacity: 0.7;
}
/* カード */
.card {
  width: 32%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  box-sizing: border-box;
  margin-top: 30px;
}
.card_25 {
  width: 24%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  box-sizing: border-box;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: 20em !important;
  padding: 15px;
  box-sizing: border-box;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  height: 3.5em;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.textcenter {
  text-align: center;
}
.eigotext {
  font-size: 12px;
  color: #777;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  height: 1.8em;
  margin-top: auto;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}
.bk_ichi {
  background-color: #d59f40;
}
/* カードここまで */
/* 星 */
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #d59f40; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */
.sougou {
  padding: 5px 10px;
  font-size: 12px;
  background: #777;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
}
.saiten {
  margin-left: 20px;
  font-size: 12px;
  color: #777;
}
.r_s {
  text-align: left;
  font-size: 12px !important;
  color: #777;
}
/* 星ここまで */
/* 緑枠 */
.demo {
  width: auto;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #9acf55;
}
.heading {
  margin: 10px 0;
}
.demo7 .heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #9acf55;
  line-height: 50px;
}
.demo7 .heading .caption {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #9acf55;
  color: #fff;
}
.demo7 .heading .caption:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color: #9acf55;
}
.demo7 .heading .title2 {
  float: left;
  padding-left: 20px;
}
p.gua {
  width: 90%;
  margin-left: 50px;
  line-height: 1.8em;
  color: #777;
}
.greenbox {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: 2px solid #9acf55;
}
.greenbox .box-title {
  font-size: 1.4em !important;
  font-weight: 700;
  background: #9acf55;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.greenbox p {
  width: 80%;
  padding: 15px 20px;
  margin: 50px auto;
  color: #9acf55;
  font-size: 1.4em !important;
}
.greenbox p small {
  font-size: 12px !important;
}
@media screen and (max-width: 650px) {
  .demo {
    width: 100% !important;
    font-size: 12px !important;
  }
  .demo7 .heading .caption {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 5px !important;
    padding-right: 3px !important;
    background: #9acf55;
    color: #fff;
    font-size: 10px !important;
  }
}
/* 緑枠ここまで */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #ccc;
  height: 10000px;
}
nav#global_menu {
  margin-top: 65px;
}
#global_menu > ul > li > a {
  color: #001976 !important;
  font-weight: 600;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#global_menu > ul > li > a:hover {
  color: #0090aa !important;
}
#global_menu > ul {
  position: relative;
  text-align: left !important;
  font-size: 0;
  padding-left: 150px !important;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#global_menu > ul > li {
  font-size: 18px;
}
.topimg {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top4.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
}
.topimg_service {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top1.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
}
.topimg_shop {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top4.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
}
.topimg_form {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top3.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
}

.anime_title {
  width: 20%;
  max-width: 400px;
}
@media screen and (max-width: 770px) {
  .anime_title {
    width: 50%;
    max-width: 400px;
  }
}

.title_bk {
  height: 700px;
}
#animate {
  animation-duration: 3s; /* アニメーションの時間 */
  animation-delay: 1.5s; /* アニhttps://clovercars.net/wp-content/uploads/2021/08/t_stock.svgメーション開始時間 */
}
/* すきま */
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}

article.preload .wow {
  opacity: 0 !important;
}
