/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.0
*/
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/

/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{

}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {

}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}
/* h2 */
.entry-content h2{
position: #6dd2cd;
color: #ffffff;
padding: .5em .75em;
background-color: #6cd3cd;
border-radius: 6px;
box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
.entry-content h2:before {
position: absolute;
top: 100%;
left: 30px;
/*content: '';*/
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #6ed1cd;
}

#drawer__open {
	left:auto;
	right:5px;
	top:10%;
	width:auto;
	font-size:22px;
	line-height:1em;
	/*
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
	*/
	color:#01a28b !important;
}

#drawer .fa-bars {
	padding:5px 5px;
	background-color:rgba(102,204,153,0.3);
	border-radius:4px;
}

#fixed_header {
	display:none;
	position:fixed;
	top:0;
	padding:3px 5px 5px;
	border-top:solid 2px #01a28b;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	
	box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
}
#fixed_header img {
	height:45px;
	margin-left:5px;
}
	
#container.on_scroll #fixed_header {
	display:block;
}
#container.on_scroll #drawer__open {
	position:fixed;
	top:6px;
	right:5px;
}

.widget ul > li {
	border-bottom:dotted 1px #696969;
}
.widget ul.sub-menu > li {
	border-bottom:none;
}
.widget ul > li:last-child {
	border-bottom:none;
}



#bottom_fixed_navi{
	display:none;
}
@media print, screen and (max-width: 600px){
	#bottom_fixed_navi.no_disp{
		display:none;
	}
	#bottom_fixed_navi{
		display:block;
		position:fixed;
		bottom:0;
		width:100%;
		text-align:center;
		box-shadow:0 -3px 6px rgba(0,0,0,.1);
	}
	#bottom_fixed_navi img{
		max-width:600px;
		width:100%;
	}
	#bottom_fixed_navi .a_tel{
		display:block;
		position:absolute;
		width:57%;
		height:70%;
		top:24%;
		left:1.5%;
	}
	#bottom_fixed_navi .a_line{
		display:block;
		position:absolute;
		width:38%;
		height:70%;
		top:24%;
		right:1.5%;
	}
}