/*
Theme Name: Welcart Panetteria Child
Description: Welcart Panetteria Child Theme
Template: welcart_panetteria
*/

/* ---
	Common
------------------------- */
.sp_only{ display: none; }

@media (max-width:767px){
	
	.sp_only{ display: block; }
	
}

/* ---
	Header
------------------------- */
.site-title a{
	text-shadow:none;
}

@media screen and (min-width: 62.5em){
	.global-block{
		height: 90px;
	}
	.site-title img{
		max-height: 65px;
	}
}

/* ---
	Main
------------------------- */

@media screen and (min-width: 62.5em){
	.home #main {
	    margin-top:0;
	}
}

/* ---
	Footer
------------------------- */
.site-title-foot{
	width:75%;
	margin-bottom: 15px;
}
@media screen and (min-width: 62.5em){
	.site-title-foot img{
		max-height: 80px;
	}
}

/* ---
	Ｑ＆Ａ
----------------------- */
.faq details{
	margin-bottom:20px;
}


@media screen and (max-width: 550px){
.site-title img {
   width:auto !important;
}
}