@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.sns-btn{
display: none;
}
.txt-mincho{
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
.txt-handwritten {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}

.text-shadow-light{
	text-shadow:0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9) !important;
	}
.text-shadow-dark{
	text-shadow:0px 0px 4px rgba(0,0,0,0.3), 0px 0px 4px rgba(,0,0,0.4), 0px 0px 4px rgba(,0,0,0.4), 0px 0px 4px rgba(,0,0,0.4) !important;
	}
.margin-bottom-0{
	margin-bottom:0 !important;
	}
.margin-bottom-5{
	margin-bottom:5px !important;
	}
.margin-top-0{
	margin-top:0 !important;
	}
.ctr-tel {margin-top:15px !important;}
#357{margin-top:-30px;}

#sgb-css-id-4 p.custom_name{
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: italic;
  padding: 10px 15px;
}
.article-header .entry-title{
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
}

@media only screen and (min-width: 768px){
.hide_pc{display: none;}
span.break_pc{
	display: block;
	}
.entry-content{margin-top:-45px;}
#content.page-forfront {
    margin-top: 0;
    padding: 30px;
}
.page-forfront #main{
	margin-top:-30px;
          }

}
@media print, screen and (max-width: 767px){
.hide_mob{display: none;}
span.break_mob{display: block;}
.mobile-nav{display: none;}
.page-forfront .n2_clear{margin-top:-37px; margin-bottom:37px;}
.entry-content{margin-top:-35px;}
}