/*
Theme Name: Gochimeshi Shop Guide WP Theme
Version: 1.0.0
*/

.app-header-service-logos {
    grid-gap: 8px;
    align-items: center;
    background-color: #ffffff;
    padding: 0px;
	margin-bottom:10px;
}

.widget-menu.is-service-about .menu.is-main a:after{
	content:' ▶︎';
	font-size:0.85em;
	padding-top:1px;
}
.block-contents{
	margin-top:20px;
	margin-bottom:20px;
	 letter-spacing:0.06em;
}


.widget-summary-category,
.block-post-link-tax{
	background-color:#227DB5;
	color:#ffffff;
	border: 0px solid;
}

a {
    text-decoration: underline;
	   letter-spacing:0.08em;
	  font-size:0.9em!important;
}

.widget-taxonomy-panel-count-num{
	font-size:3em;
}

.widget-posts-list .widget-posts-item .is-registration,
.widget-posts-list .widget-posts-item .is-management,
.widget-posts-list .widget-posts-item .is-others{
	display:none;
}


.is-desktop-column .is-registration,
.is-desktop-column .is-management,
.is-desktop-column .is-others{
	display:inline-block!important;
}


.block-contents h3{
  padding: 13px 20px;
  background: #D1D8DC;
	margin-bottom:15px;
	border-radius:8px;
}

.app-header-logo {
    display: block;
    height: auto;
    width: clamp(56px,17vw,299px);
}

.app-main {
    background-color: var(--theme-bg-1);
    padding: 0px 0 0;
    position: relative;
    width: 100%;
}


.sp_only{
	display:none;
}

@media only screen and (max-width: 767px) {

.app-header-logo {
    display: block;
    height: auto;
    width: clamp(56px,70vw,299px);
}

.pc_only{
	display:none;
}

.sp_only{
	display:inline-block;
}
	
	
}