@charset "utf-8";
/*
Theme Name: mabi theme
Template: lightning
Description: lightning 子テーマ
Tags: 
Version: 0.1.2
*/



/* 共通*********************************************** */

@media (max-width: 460px) {
	.css-br {
  display:block;
  white-space: pre;
}
}


/*ヘッダー*/

@media (min-width: 992px){
.siteHeader_logo img {
    max-height: 100px;
}
}

.htel {
	text-align:right;
}

@media (max-width: 991.98px){
.htel {
    display: block;
    margin: 0 auto;
	max-width:250px;
	text-align:center;
}
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*　フッター　*/

footer .copySection p:nth-child(2) {
    display:none !important;
    }
	
	
/* 固定ページ*********************************************** */	

/*トップページ*/

#post-29 .heateor_sss_horizontal_sharing{
	display:none;
	}

.topmainimg{
	position: relative;
	padding-top: 300px;
	padding-bottom: 300px;
	background-image:url(https://camaro-mabi.com/hp/wp-content/uploads/2020/11/IMG_4962-2-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:40px;
}


.main-inner{
	position: absolute;
	background-color: rgba(255,255,255,0.75);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:50px;
  max-width: 525px;
}

.topContent{
	margin-top:50px;
	}

.topContent h2{
    text-align: left;
    font-size: 28px;
    color: #646464;
    font-weight: bold;
}

.topContent h3{
	text-align: left;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.topContent .wp-caption{
	margin-top:0;
	}
	
.topAccess h2{
	text-align:center;}
.topAccess p{
	text-align:center;}	
.topAccess p.address{
	text-align:left;
	line-height: 200%;
	left: 15%;
    position: relative;
}		
  
@media (max-width: 575px){
.main-inner {
    width: 85%;
    margin: 0 auto;
	padding:15px;
}

.topContent .row{
	display:block;
	}
}


  

/*商品*/

.item-title h2{
	background-color: #ffc107;
	padding:20px;
	}
