 .businesscontent {
 	margin:0 auto;
 }
@media screen and(max-width:1300px;){	
  .businesscontent {
 	margin:0 1rem!important;
 }
}

.c-row {
	    --_gap: 0.8rem !important;
}
@media screen and (max-width:600px){
	.c-entry__title {
		font-size :7vmin;
    }
	.offce_address {
	letter-spacing: -0.03em !important;
	}
	.smb-media-text__title {
			font-size: 5vmin ;
	}
	.smb-pricing-table__item__price {
		font-size:6vmin ;
	}
}
/* .p-entry-content>*, .textwidget>* {
	padding-top: -5rem;
}

.is-style-smb-section-undecorated-title {
	margin-top: -5rem;
}
 */
/* .l-contents__inner {
	margin-top: -5rem!important;
}
 */
.is-style-smb-section-undecorated-title {
	margin-top: -5rem !important;
}
.is-style-default {
	margin-bottom: 4rem!important;
}


.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        margin: 0 2rem;
}

/*reCAPTCHA v3 バッジを左下に移動*/
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.c-row>.c-row__col {
	margin-top: -2rem;
}

.l-header__content{
	margin:2rem 0 0 0;
}

.price_lists {
	height: 100%;
}

/* 価格表のスクロール止める */
.cost_container {
	overflow: hidden;
	high:auto;
	padding: 3rem 1rem;
	margin: auto !important;
}

/* 価格表のパディング */
.cost_list {
	margin: 0rem -1rem;
}

/* フッター全体 */
.l-footer {
  background-color: #2f2f2f !important;
  padding:30px 20px 0 20px !important;
}

/* フッター文字 */
.l-footer,
.l-footer p,
.l-footer a {
  color: #ccc !important;
  font-size: 14px !important;
}

/* リンク */
.l-footer a {
  text-decoration: none !important;
}

.l-footer a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.l-footer{
	border-top: 0px !important;
}
.l-footer-widget-area {
	padding-bottom: 0 !important;
	margin-top:0 !important;
}

.l-footer li:first-child {
  list-style: none;
}

/* フッター内の見出しの飾り線を消す */
.l-footer .wp-block-heading::before,
.l-footer .wp-block-heading::after {
  display: none !important;
}


.shopname {
	text-decoration: none !important;
}



