@charset "utf-8";
@import "base.css";
div.space{
	height: 40vh;
}
a{
	text-decoration: none;
}
hr {
	display:none;
}
body{
	width: 100%;
	overflow: hidden;
	font-size: 100%;
}
input[type="button"],input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
}
.pc_view{
	display: none !important;
}
#wpadminbar{
	display: none;
}
div.sp_navi{
	display: none;
}
/*####################　ヘッダ　####################*/
#Header{
	margin: 0;
	padding: 0;
	background: #eee;
}
#Header h1{
	width: 20%;
	padding: 15px 10px;

}

#Header h1 a{
	display: block;
	background: url(../img/logo_sp.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(264 / 800 * 100%);
}
#Header h2{
	position: absolute;
	top: 15px;
	right: 15%;
	width: 8%;
}
#Header h2 a{
	display: block;
	text-indent: -9999px;
	background: url("../img/tel_sp.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: 100%;
	
}


#LeftSide{
	display: none;
}
#LeftSide ul{
	display: none;
}
div#head_title{
	width: 100%;
	background: url(../img/bg_paper.jpg);;
	/*border-top: solid 2px #e5e5e5;*/
	padding: 10px 0;
}
/*####################　パンくず　####################*/
div#pankuzu{
	width: 100%;
	background: url(../img/bg_paper.jpg) #faf9f4;
}
div.pankuzu{
	margin: 0 auto;
	padding: 10px 0 5px 5px;
	color: #282828;
}
div.pankuzu a.home{
	color: #9d9d9e;	
	background: url(../img/icon_home.png) no-repeat left center;
	padding: 10px 0 0 35px;
}
div.pankuzu span.arrow{
	font-size: 80%;
	color: #9d9d9e;	
}

/*####################　#Container　####################*/
#Container{
	width: 100%;
	margin: 0 auto;
}
#Container img{
	max-width: 100%;
	height: auto;
}
#Main{
	width: 100%;
	margin: 0 auto;
}
#Main img{
	max-width: 100%;
	height: auto;
}
#Main div.pankuzu{
	margin: 5px;
	font-size: 11px;
}
#sidenavi{
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 50px;
	height: 50px;
}
#sidenavi a{
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 0;
	background: url(../img/side_btn_sp.png) no-repeat center bottom;
	background-size: 100%;
	padding-top: calc(100 / 100 *100%);
}
/*####################　Navi　####################*/
#Navi{
	display: none;
}

/*####################　Page TOP　####################*/
#pageTop{
	padding: 0 0 30vh;
	text-align: center;
}
#pageTop img{
	border-radius: 8px;	
}



/*####################　pageNavi　####################*/
div.wp-pagenavi{
	margin: 20px 0;
	text-align: center;
}
div.wp-pagenavi span,
div.wp-pagenavi a{
	padding: 0 2px;
	margin: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.wp-pagenavi span{
	background: #f07878;
	color: #fff;
	border: solid 1px #f07878;
}
div.wp-pagenavi a{
	color: #f07878;
	border: solid 1px #f07878;
}

/*####################　フッター　####################*/
#Footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99999999;
}
#FooterWall{
	padding: 0;
	background: #e6e6e6;
}


#Footer ul li,
#Footer h2{
	float: left;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #fff;
	border-width: 0px 1px 1px 0px;
	width: 50%;
}

#Footer h2{
	font-size: 100%;
	font-weight: normal;
	box-sizing: border-box;
}
#Footer a{
	color: #323232;
	font-size: 80%;
	padding: 9px 2px;
	display: block;
}


#Footer address {
	text-align: center;
	padding: 7px 0 5px;
	font-size: 11px;
	background: #282828;
	color: #fff !important;
}



/**br********/
br.nb{
	display: none;
}
/**table****************************/
/*table{
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	box-sizing: border-box;
}
table th{
	padding: 5px;
	border: 1px #dcd3c5 solid;
	border-width: 0 0 1px 0;
	display: block;
	background: #faf9f7;
	box-sizing: border-box;
}
table td{
	padding: 5px;
	border: 1px #dcd3c5 solid;
	border-width: 0 0 1px 0;
	display: block;
	box-sizing: border-box;
}*/
/*####################　クリア　####################*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: .1em;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/
.clearfix + * {
	clear: both;
	* clear: both;
}


/*about*/

