@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
div#container {
    overflow: hidden;
}
.btn {
    color: #fff;
    background-color: #32373c;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    width: 220px;
    height: 60px;
    cursor: pointer;
    line-height: normal;
    padding: 15px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    border: 2px solid transparent;
    position: relative;
}
iframe {
    width: 100%;
}
.author-info {
    display: none;
}

h1.entry-title {
    text-align: center;
}

.date-tags {
    display: none;
}
.article h2 {
    font-size: 24px;
    background-color: #ffffff00;
	padding: 0;
}
.h_title {
    border-bottom: 6px solid #c43736;
}

.step {
    margin-bottom: 5px!important;
    font-size: 20px;
}

.step_a {
    font-size: 16px;
}

.article h3 {
    font-size: 22px;
    padding: 12px 0px;
	border-top:none;
	border-left:none;
	border-right:none;
    border-bottom: 9px solid;
	margin-top: 100px
}

.new-entry-card {
    background-color: #f5f6f7;
}

.news {
	border-top: 60px solid #c43736;
    padding: 5px;
}

.new {
    font-size: 22px;
    margin-bottom: 10px!important;
    margin-top: -50px;
    color: #fff;
}

.a-wrap:hover {
    background-color: #c43736;
	opacity: 0.5;
}

.item-label {
    font-size: 15px;
}

table tr:nth-of-type(2n+1) {
    background-color: #fafbfc00;
}

.title {
    font-size: 25px;
    margin-bottom: 10px!important;
    color: #1a1a1a;
    font-weight: bold;
}

h1.entry-title {
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.ect-entry-card {
    border: none!important;
}
.admin-pv {
    display: none;
}
a.entry-card-wrap {
    margin-bottom: 7px;
}

.a-wrap {
    text-decoration: none;
    display: block;
    color: #333;
    padding: -1.5%;
    margin-bottom: 20%;
    transition: all 0.3s ease-in-out;
}
section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 55px;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.0;
  text-decoration: none;
  transition-duration: 0.3s;
  position: relative;
}
a.btn_05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
a.btn_05:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #efefef transparent;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(16deg);
}
a.btn_05:hover {
  background-color:#2d4766;
}
a.btn_05 span {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.05em;
}
a.btn_05 span:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.work {
    text-align: center;
    background-color: #333;
    color: #fff;
}

a.btn_05 {
    margin-bottom: 10px!important;
}

.card-title {
    font-size: 21px;
}

.mobile {
        display:none;
}

a.btn_05 {
    margin: auto;
}
.display-none {
    display: block;
}
input#search-menu-input {
    display: none;
}
input#navi-menu-input {
    display: none;
}

div#navi-menu-content {
    background-color: #000;
}
ul.menu-drawer {
    text-align: center;
}
.menu-drawer a {
    padding: 10px 20px;
    margin: 20px 10px;
    background: #ffffff;
    color: #000;
    border-radius: 20px;
}
label.navi-menu-close-button.menu-close-button {
    color: #000;
}
.eye-catch {
    display: none;
}
label.navi-menu-close-button.menu-close-button {
    color: #fff;
    margin-top: 20px;
}
span.navi-menu-caption.menu-caption {
    display: none;
}
span.search-menu-caption.menu-caption {
    display: none;
}
span.search-menu-icon.menu-icon {
    margin-top: 12px;
}
span.navi-menu-icon.menu-icon {
    margin-top: 12px;
}
.navi-in > ul li {
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.item-label {
    font-size: 15px;
}
.sidebar h2 {
    background-color: #f5f6f700;
    padding: 12px;
    margin: 16px 0;
    border-radius: 2px;
}
h2.post {
    border-bottom: 4px solid #c43736;
    padding-bottom: 0;
}

.new-entry-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.text_card {
    font-size: 15px;
}

/*--販売ここから--*/
.img {
    text-align: center;
}
.font {
    text-align: center;
}
.drive {
    font-size: 30px;
}
span.maker {
    font-size: 15px;
    padding-right: 0px;
}
.column {
    column-count: 2;
}
p.grade {
    font-weight: bold;
    text-align: center;
    background-color: #fafbfc;
}
.list {
    border: 3px solid #fafbfc;
}
.tab {
    table-layout: fixed;
}
.end {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.fan {
	float: left;
}


/*--販売ここまで--*/

.bxslider_thumbnail {
    list-style: none;
}

.bxslider_thumbnail > li {
    width: 9%;
}

.bxslider_thumbnail > li > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}
.bxslider_thumbnail {
    background-color: #f5f6f7;
}
ul {
    padding-left: 0!important;
}
.column {
    list-style: none;
}


/*--一覧ここから--*/
.lecture {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.haikei {
    padding: 7px;
}


.loc {
    font-size: 15px;
	margin-left: 5px;
}
.move {
    font-size: 13px;
}
.maker_sub {
    font-size: 25px;
    font-weight: bold;
}
p.move {
    margin: 0 0 9px 0px;
    border-bottom: 3px solid #c3002f;
}

.vvv {
    width: 85%;
    text-align: center;
}





* {
  text-decoration: none;
}

html {
  font-size: 62.5%; // 62.5% = 1rem = 10px
  padding: 3rem;
  color: #614f38;
}

body {
  font-size: 1.6rem;
}

// Start!
.btn {
  margin: 5px 0;
  position: relative;
  padding: 1.5rem 5rem 1.5rem 2rem;
  background-color: #543618;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #543618;
  text-decoration: none;
  transition: all .3s;
  border-radius: 4px;
  &:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right .3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  &:hover {
    background: #fff;
    color: #543618;

    &:after {
      right: 1.4rem;
    }
  }
}

.sff {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	border-bottom: 4px solid #c43736;
	margin-bottom: 10px;
}
.move_2 {
    font-size: 27px;
    font-weight: bold;
}

.name {
    font-size: 30px;
}


/*--一覧ここまで--*/
.btn_btn {
	color: #fff;
    background-color: #32373c;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    padding: 7px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border: 2px solid transparent;
    position: relative;
}
.btn_btn:hover {
    opacity: 0.7;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.center {
    text-align: center;
    font-size: 23px;
    border-bottom: 4px solid #000;
    font-weight: bold;
    margin-top: 50px;
}
.count_sub {
    text-align: center;
}
.rental {
    margin-bottom: 5px;
    text-align: center;
}
.logo {
    padding: 0;
}
nav {
    margin-top: -16px;
}

.menu-icon {
    margin-top: 12px;
    color: #fff;
}

span.custom-menu-caption.menu-caption {
    display: none;
}

.widget-entry-cards.large-thumb-on .card-content {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.6em;
    background: linear-gradient(180deg, #ffffff00, #000000);
    color: #fff;
    max-height: 40%;
    overflow: hidden;
    transition: all 0.5s;
}

a.entry-card-wrap.a-wrap.border-element:after {
    display: block;
}

.cf::after {
    display: none;
}

.fas {
    padding-left: 11px;
}

.breadcrumb {
    display: none;
}



li.fan {
    padding: 3px;
    background-color: #eaeaea;
    width: 10%;
}
.bx-wrapper {
    margin-top: 40px;
}
ul.column {
    padding: 20px 0;
}
.center_car {
    margin: 35px 0;
}

table.loc {
    margin-bottom: 20px;
}
.haikei {
    margin-bottom: 30px;
}
.btn_center {
    margin-top: 30px;
    text-align: center;
}
.design {
    background-color: #c43736;
    margin-top: 15px;
}
.navi-in > ul li {
    width: 135px;
}
.red {
    font-size: 13px;
}

.navi-footer-in a:hover {
    background-color: #dfdfdf30;
    transition: all 0.3s ease-in-out;
    color: #333;
}

span.new-entry-card-update-date.widget-entry-card-update-date.post-update {
    display: none;
}


@media screen and (max-width: 1023px){
	img.site-logo-image{
		visibility: hidden;
	}
}

/*1023px以下でモバイル用のロゴ表示*/
@media screen and (max-width: 1023px){
	.logo-menu-button.menu-button{
		background-image: url(https://carshop-on.net/wp-content/uploads/2022/04/on_logo_w3.png);
		background-size: auto 30px;
		background-position: center;
		background-repeat: no-repeat;
}
}
h1.entry-title {
    margin-top: 25px;
}
.rental {
    margin: 5px;
}
.rental {
    text-align: right;
}


.parts {
    background: linear-gradient(transparent 50%, #ffff66 0%);
    line-height: 1.3em;
	font-weight: bold;
}
.new-entry-card {
    background-color: #f5f6f700;
}

.item01 {
    margin-bottom: 10px!important;
    font-weight: bold;
    font-size: 23px;
    color: #c43736;
}
.item02 {
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 10px!important;
}
.item03 {
    font-size: 14px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*782px以上*/
@media screen and (min-width: 782px){
  /*必要ならばここにコードを書く*/
	.slider-269 {
    margin-top: -19px!important;
}
.btn_center br {
    display: none;
}
}

/*1200px以下*/
@media screen and (max-width: 1200px){
  /*必要ならばここにコードを書く*/
	.bubu {
    margin-top: 0;
}

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

.card-title {
    font-size: 15px;
}
ul.mobile-header-menu-buttons {
    background-color: #000;
    color: #fff;
}
	.site-logo-image {
    display: none;
}

	.mobile-menu-buttons > li {
    padding-top: 1px;
}
	
}

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

/*800px以下*/
@media screen and (max-width: 800px){
  /*必要ならばここにコードを書く*/
.pc {
display: none;
}
.mobile {
display:block;
}
.center {
    font-size: 17px;
}
.center_car {
	font-size: 15px;		
}
}


/*599px以下*/
@media screen and (max-width: 599px){
  /*必要ならばここにコードを書く*/
.fff {
	flex-direction: column-reverse;
}
	.bxslider_thumbnail > li {
    width: 20%;
}
	.lecture {
    flex-wrap: wrap;
}
	.loc {
		margin: 10px 0 0 0; 
}
	.rental {
    text-align: center;
}
	.slider-269 {
    margin-top: -12px!important;
}
.btn_center p {
    font-size: 15px;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
