/* Enter Your Custom CSS Here */
.simplemap {
    margin: 20px 0;
}
dd {
    margin-bottom: 20px;
}
/*ヘッダー壁紙*/
div#headbox {
    background: url(https://chokurian-miuraya.jp/wp-content/uploads/topbg-3.png) no-repeat 20% 60%;
}
@media only screen and (min-width: 781px){
    #gazou-wide nav.smanone { background: url(https://chokurian-miuraya.jp/wp-content/uploads/h4-1.png) repeat 0% 0%;}
}
h1.entry-title {
    background: url(https://chokurian-miuraya.jp/wp-content/uploads/topbg-3.png) no-repeat 100% 35% #726556;
}
h2 {
    background: url(https://chokurian-miuraya.jp/wp-content/uploads/h2-2.png) no-repeat -28px 34%;
    padding-left: 7%;
}
h4.menu_underh2 {
    background: url(https://chokurian-miuraya.jp/wp-content/uploads/h4-1.png) no-repeat 0% 0%;
}
/*テーブルレスポンシブ*/
@media only screen and (max-width:480px){
   table.form {
        width: 100%;
    }
 
    table.form th,
    table.form td {
        display: block;
    }
  table.form input,table.form textarea{width:100%}
}
/*ul li メニュー*/
div.post ul.menu li {
	position: relative;
}
div.post ul.menu li::after,
div.post ul.menu li::before {
	display: block;
	content: '';
	position: absolute;
}
div.post ul.menu li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #726556;
	border-radius: 100%;
}
div.post ul.menu li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #EEEBDE;
	border-bottom: 1px solid #EEEBDE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*フッター壁紙*/
footer#footer {
    background: url(https://chokurian-miuraya.jp/wp-content/uploads/footbg-1.png) 0 50%;
}