/*------------------------------------------------------------------------------
  PC or ALL 
------------------------------------------------------------------------------*/
.header-nav .label{
  font-weight: bold;
}

.mainvisual2 {
  background: url(/mwp/wp-content/themes/mwp-theme/assets/images/bg.png) repeat center 0;
  .swiper-slide{
    border-radius: 2vmin;
  }
  .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--main-color-2);
  }
}

.footer-main .logo img{
  border-radius: 0 0 1vmin 1vmin;
}

.footer-sns .sns-icon-list li a{
  background: var(--main-color-2);
}
.side-sns{display: none;}

.fixed-footer{
  gap: 10px;
  .tel {
    & strong{
      padding-left: 33px;
      color: var(--main-color);
    }
    & a{
      margin: 0;
      line-height: 1.4;
    }
  }
}

.home .page-content{

.sm{
  max-width: 1124px;
  padding: 0;
}

.title-type02,.title-type04{
  padding-bottom: 0;
  &::before{
    display: none;
  }
  & span:nth-child(2){
    font-weight: normal;
    color: var(--main-color);
    opacity: 1;
  }
}

.main-banner,
.main-banner2,
.main-blog,
.main-topics{
  & ul:not([class]) li{
    margin: 0 !important;
    list-style: none !important;
 }
}


.main-top{
  .ja{font-weight: normal;}
  .banner-type01 ul li a:after{
    bottom: 0;
    right: 0;
    height: 64px;
    width: 64px;
    background: var(--main-color-2);
    text-align: right;
    padding-top: 28px;
    padding-right: 5px;
    clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  }
}

.main-feature{
  &::before{
    background: linear-gradient(to right, #fff, #fff) no-repeat center 0px / 100% 35vmin,
                url(/mwp/wp-content/themes/mwp-theme/assets/images/bg.png) repeat center 0;
  }
  .list-number-type01 ol li:before{
    top: -12px;
    left: 10px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 32px;
    transform: none;
    background: #fc0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
  .text{
    padding: 3vmin 0;
    .copy{
      text-align: center;
      font-size: 3rem;
    }
  }
}

.main-banner ul{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.main-blog{
  .box-ul > li{
    background: var(--sub-color);
  }
  .text{
    padding: 23px 18px;
  }
  .blog-list-price{
    color: var(--main-color);
  }
  .blog-type01 ul li .category{
    position: static;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px;
    border: 1px solid var(--main-color);
    color: var(--text-color);
    background: #fff;
  }
}

.main-blog.blog1{
  .box-ul > li{
    position: relative;
    background: var(--sub-color);
    &::before{
      /* content:""; */
      display: block;
      width: 78px;
      height: 78px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      background: url(/mwp/wp-content/themes/mwp-theme/assets/images/new.png) no-repeat 0 0;
    }
  }
}

.main-blog.blog2{
  &::before{
    background: url(/mwp/wp-content/themes/mwp-theme/assets/images/bg.png) repeat center 0;
  }
  .blog-type01 ul li {
    background: #fff;
  }
  & ul:not([class]) li{
    text-align: center;
  }
}

.main-topics{
  & ul:not([class]){
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;  
  }
}

.main-shop{
  .swiper-slide{
    background: var(--main-color);
    color: #fff;
  }
  .image{margin: 0;}
  .text{
    padding: 30px 30px 45px;
  }
  .btn{
    text-align: center;
  }
}

.main-banner2{
  margin-bottom: 20vmin;
  & ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;  
  }
}

/* home */
}

/* lower */
.blog-list-item{
  gap: 30px;
  .image {
    width: 300px;
  }
}

.voice-tbl{
  width: 100%;
  & th,
  & td{
    padding: 5px;
    border: 1px solid #ddd;
  }
  & th{
    width: 35%;
    background: #fce9ea;
  }
  & td{}
}
.voice-detail{
  display: flex;
  gap: 30px;
  .image,
  .text{width: 100%;}
}

.gallery-list-item .image{
  position: relative;
  margin-bottom: 15px;
  .gallery-list-new{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 5px 10px;
    background: #ffe815;
    font-size: 2rem;
  }
  .gallery-list-soldout{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    font-size: 2.5em;
    color: #fff;
  }
}
.gallery-list-cat{
  display: inline-block;
  border: #DF0814 1px solid;
  background: #fff;
  padding: 0 10px;
  font-weight: normal !important;
}
.gallery-list-price{
  margin: 10px 0;
  color: #DF0814;
  font-weight: 700;
}
.gallery-list-tbl{
	width:100%;
  margin-top: 10px;
	border-collapse:collapse;
  & th,
  & td{
    border:1px solid #ccc;
    padding:5px;  
  }
  & th{
    width:35%;
    background:#D8F09C;  
  }
  & td{
    & strong{
      color: #DF0814;
    }  
  }
}
.gallery-list-excerpt{
  margin-top: 15px;
}


/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {

.home .page-content{

.main-feature{
  &::before{
    background: url(/mwp/wp-content/themes/mwp-theme/assets/images/bg.png) repeat center 0;
  }
}
.main-banner{
  & ul{
    flex-flow: column;
  }
}
.main-topics{
  & ul:not([class]){
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-banner2{
  & ul:not([class]){
    grid-template-columns: repeat(2, 1fr);
    & p{margin: 0;}
  }
   
}
/* home */
}
.blog-list-item{
  margin-bottom: 30px;
  flex-flow: column;
  gap: 10px;
  .image,
  .text{
    width: 100%;
  }
}
.voice-detail{
  flex-flow: column;
}

.gallery-list-list {
  grid-template-columns: repeat(1, 1fr);
}

}

/* ======================================
2024/12/19 added by tsuji
======================================== */

/* --------------- スーパークリスタルコーティング --------------- */

.box001 {
    padding: 20px 30px;
    margin: 15px 0;
    background: #e9f0f5;
	height:245px;
}

.table-scc {
	margin:20px 0px;
}

.table-scc th {
	background-color: #D61718;
	color:#FFF;
    padding:15px;	
}

.table-scc td {
	background-color: #F9F9F9;
	padding:15px;
	
}

/* --------------- 保険代理店業 --------------- */

.table-insurance th {
	background-color: #D61718;
    border: 2px solid #fff;
	color:#FFF;
    padding:15px;	
}

.table-insurance td {
	background-color: #F9F9F9;
    border: 2px solid #fff;	
	padding:15px;
	
}


/* --------------- スーパー乗るだけセット --------------- */

.box002 {
    padding: 20px 30px;
    margin: 30px 0;
    background: #FBEFF3;
}

/* --------------- 車楽館 --------------- */

.box003 {
    padding: 20px 30px;
    margin: 30px 0;
    background: #FBEFF3;
	height:195px;
}

.box004 {
    padding: 20px 30px;
    margin: 30px 0px 30px 380px;
	border: solid 2px #D60C17;
	width:600px;

}

/* --------------- 格安！ハッピーレンタカー --------------- */

.table-rental {
	margin:20px 0px;
	border:none;
}

.table-rental th {
	background-color: #0856A1;
	color:#FFF;
    padding:15px;
}

.table-rental td {
	background-color: #F9F9F9;
	padding:15px;
	border-bottom:dashed 2px #0856A1;
	
}

.table-rental2 {
	margin:20px 0px;
	border:none;
}

.table-rental2 th {
	background-color: #0856A1;
	color:#FFF;
    padding:15px;
}

.table-rental2 td {
	background-color: #F9F9F9;
	padding:15px;
	border-bottom:dashed 2px #0856A1;
	
}

/* ======================================
2024/12/19 added by tsuji
======================================== */

/* --------------- スーパークリスタルコーティング --------------- */

.box001 {
    padding: 20px 30px;
    margin: 15px 0;
    background: #e9f0f5;
	height:auto;
}

/* --------------- 車楽館 --------------- */

.box003 {
    padding: 20px 30px;
    margin: 30px 0;
    background: #FBEFF3;
	height:auto;
}

.box004 {
    padding: 20px 30px;
    margin: 30px 0px ;
	border: solid 2px #D60C17;
	width:auto;

}

/* --------------- 固定スクロールテーブル --------------- */

.scroll{
    overflow-x:auto;
    overflow-y:hidden;
}

.scroll table{
    min-width: 900px;
}




