@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*ロゴのサイズ補正*/
div.header-container-in.hlt-top-menu .logo-header img {
   height: auto;
   max-height: none;
   width: 300px;
}

/*よくある質問*/
ul.faq-btn-box {
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

ul.faq-btn-box li {
  border-top: 1px solid #f0f0f0;
  display: inline-block;
  width: 46%;
  text-align: center;
}

ul.faq-btn-box li a { 
  display: block;
  line-height: 30px;
  padding: 10px;
  text-decoration: none;
}

ul.faq-btn-box li:last-child, ul.faq-btn-box li:nth-last-child(2) {
  border-bottom: 1px solid #f0f0f0;
}

/* トップページのショートコード*/
.new-entry-cards.large-thumb {
    display: flex;
    flex-wrap: wrap;
}
.new-entry-cards.large-thumb a {
    width: 33.333%;
}
/*768px以下*/
@media screen and (max-width: 768px){
  .new-entry-cards.large-thumb a {
      width: 50%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  .new-entry-cards.large-thumb a {
      width: 50%;
  }
} 
.new-entry-cards.large-thumb-on {
    display: flex;
    flex-wrap: wrap;
}
.new-entry-cards.large-thumb-on a {
    width: 33.333%;
}
/*768px以下*/
@media screen and (max-width: 768px){
  .new-entry-cards.large-thumb-on a {
      width: 50%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  .new-entry-cards.large-thumb-on a {
      width: 50%;
  }
}

/*ボタンの高さ*/
.btn-l, .ranking-item-link-buttons a {
  padding: 10px 0;
  font-size: 18px;
  display: block;
}
/*問い合わせボタン*/
.side_btn{position:fixed;right:0;bottom:80px;z-index:5}@media screen and (max-width:768px){.side_btn{display:none}}
.side_btn img:hover {opacity: 0.8; /* 40％ほど透過させる */}

.side_tel{position:fixed;right:10px;top:50px;z-index:5;}@media screen and (max-width:768px){.side_tel{display:none}}
.side_tel{color: #ffffff;}
/*オレンジボタンの色（サービスのページ）*/
.btn-deep-orange { background-color: #eb5405; }

/*トップページで全てをまとめて非表示*/
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
/*固定ページで投稿日・更新日を非表示*/
.page .date-tags,
.page .author-info{
 display: none;
}

/*固定ページでSNSシェアボタンを非表示*/
.page .sns-share,
.page .sns-follow {
    display: none;
}

/*トップページのタイトルと上の隙間*/
.entry-content {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}

/*トップページのパンくずリストとバナーの隙間*/
.content {
    margin-top: 0px;
}

.article h1 {
 
    font-weight: 800;
/*線の種類（実線） 太さ 色*/
}

/*モバイルとタブレットでロゴマークがズレるので修正*/
/*768px以下*/
@media screen and (max-width: 768px){
  .header-container-in.hlt-top-menu.hlt-tm-small .site-name-text, .header-container-in.hlt-top-menu .site-name-text {
    letter-spacing: 0.1rem;
    margin-left: 0px;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
  .header-container-in.hlt-top-menu.hlt-tm-small .site-name-text, .header-container-in.hlt-top-menu .site-name-text {
    letter-spacing: 0.1rem;
    margin-left: 0px;
}
} 

/*Contact Form7 送信後のメッセージを消す*/
.wpcf7-mail-sent-ok {
display: none !important;
}
/* コンタクトフォーム7 カスタマイズ */
.table-contactform7{
  border: solid 2px #ccc!important;
  overflow: hidden;
  table-layout: fixed;
  text-align: left;
}
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
}
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
}
.title-contactform7 {
  font-size: 1.1em
}
.tel-contactform7 {
  font-size: 1.6em
}
.table-contactform7 th{
  font-weight:bold;
}
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
.submit-contactform7.btn-success {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}
.submit-contactform7.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
  .title-contactform7 {
  font-size: 1.2em
}
} 
@media screen and (max-width: 900px){
  .table-contactform7{
    display:block;
  }     
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
    width:100%;
    display:block;
    margin: 0 auto;
    border:none;
  }
  .table-contactform7 td{
    display: list-item;
    list-style-type:none;
    margin:0;
    padding:5px;
    border-top: none !important;
	border: none;
  }
  .title-contactform7 {
  font-size: 1.3em
}
}



/*Thankyouページの装飾*/
.reservation-notice-box {
  background-color: #eee;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 20px;
}

/*ページ下の吹き出しの余白*/
.speech-wrap {
    margin-top: 2.5em;
    margin-bottom: 1em;
    display: flex;
}
/*ページ下のお問い合わせ*/
.inquiriesbottom  {
	background: #000026;
	text-align: center;
	padding-top:5%;
	padding-bottom:4%;
	margin-top: 5%
}
p.inquiriestel{
		line-height: 0.1;
}
p.small{
		line-height: 0.7;
}
.inquiriestel a{
	color: #ffffff;
   font-size: 1.8em;
   font-weight: 600;
	text-decoration:none
}
.inquirieslead{
		color: #ffffff;
   font-size: 1.6em;
	   font-weight: 600;
}
.inquirieslead-m{
		color: #ffffff;
   font-size: 1.2em;
	   font-weight: 500;
}
.small{
		color: #ffffff;
   font-size: 0.9em;
}

/*LINEボタンの色（ページ下のお問い合わせ）*/
.btn-green { 
	background-color: #21b821;
}
/* よくある質問の この記事をチェックした方が〜の部分の隙間*/
.qaqa {
    padding-top: 3%;
}
/* 人気のよくある質問の文字の大きさ*/
.widget-entry-cards .widget-entry-card {
    font-size: 1.0em;
    position: relative;
}

/*吹き出しの文字のサイズ*/
/*パソコン*/
.speech-wrap {
  font-size: 16px;
}
/*おおよそタブレット*/
@media screen and (max-width: 768px) {
  .speech-wrap {
    font-size: 15px;
  }
}
/*おおよそスマホ*/
@media screen and (max-width: 480px) {
  .speech-wrap {
    font-size: 14px;
  }
} 

/*tableの文字を中央揃え*/
.center { 
  text-align : center ;
}

/* 背景色を横幅いっぱいに */
.haikei {
  background: #f4f4f4;
  margin: 0 calc((100% - 100vw) / 2);
  padding: 0 29px 1em;
}

.haikei > p,
.haikei > div,
.haikei > a,
.haikei > h2,
.haikei > h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
}

.haikei > h2 {
  background: #f4f4f4;
}

@media screen and (max-width: 768px) {
  
  .haikei {
    padding: 0 10px 1em;
  }
  
  .haikei .column-wrap {
    text-align: center;
  }
}

/* 見出し */
.article h3 {
padding: 0.3em 0.5em;/*上下 左右の余白*/
border-top: solid 2px #999;
border-bottom: solid 2px #999;
}
.widget h3 {
position: static;
border: none;
}

/* よくある質問の記事の日付を非表示 */
.categoryid-12 .date-tags,
.categoryid-12 .post-date {
  display: none;
}
.categoryid-9 .date-tags,
.categoryid-9 .post-date {
  display: none;
}
.categoryid-10 .date-tags,
.categoryid-10 .post-date {
  display: none;
}
.categoryid-8 .date-tags,
.categoryid-8 .post-date {
  display: none;
}

/* 認定中古車の記事の日付を非表示 */
.categoryid-11 .date-tags,
.categoryid-11 .post-date {
  display: none;
}

/* よくある質問の記事一覧の日付を非表示 */
.archive.category-12 .card-meta {
  display: none;
}
.categoryid-12 .date-tags,
.categoryid-12 .post-date,
.archive.category-12 .card-meta{
  display: none;
}
.archive.category-9 .card-meta {
  display: none;
}
.categoryid-9 .date-tags,
.categoryid-9 .post-date,
.archive.category-9 .card-meta{
  display: none;
}
.archive.category-10 .card-meta {
  display: none;
}
.categoryid-10 .date-tags,
.categoryid-10 .post-date,
.archive.category-10 .card-meta{
  display: none;
}
.archive.category-8 .card-meta {
  display: none;
}
.categoryid-8 .date-tags,
.categoryid-8 .post-date,
.archive.category-8 .card-meta{
  display: none;
}

/* 認定中古車の記事一覧の日付を非表示 */
.archive.category-11 .card-meta {
  display: none;
}
.categoryid-11 .date-tags,
.categoryid-11 .post-date,
.archive.category-11 .card-meta{
  display: none;
}


/* サイドバーの記事タイトルの文字の大きさ */
.widget-entry-cards .widget-entry-card {
    font-size: 0.9em;
    position: relative;
}

/* サイドバーのカテゴリーの文字の大きさ */
.widget li a {
    border-bottom: 1px solid #ddd;
    font-size: 0.9rem;
}


