/* CSS Document */
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "dnp-shuei-mgothic-std",'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing:0.1em ;
	line-height: 2em;
  }
  @media screen and (max-width: 768px) {
	*{
		letter-spacing:0.1em ;}
	}
a {
	text-decoration: none;
	color: black;    
}
ol,ul {
	list-style: none;
	}
	
table {  
    border-collapse:collapse;   
    border-spacing:0;   
}
td, th {
	border: none;
	text-align: left;
	vertical-align: top;
}
img {
	border:0px;
	vertical-align: top;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	color: #f17233;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
address{
	font-style:normal;
	letter-spacing: normal;
	}

/* Yutube　のレスポンシブ */
/* .video_wrap, .gmap_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_wrap iframe, .gmap_wrap iframe, .gmap_wrap object, .gmap_wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */
/* スクロールTOP */
#pageTop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 99999;
}
#pageTop img {
}
@media (max-width: 750px) {
#pageTop img {
	width: 70px;
}
}
/* 固定問合せ */
#flexBana {
	width: 100%;
	background-color: #F2F2F2;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
#flexBana img {
	max-height: 100px;
}
#flexBana ul {
	display: table;
	width: 98%;
	margin: 0 auto;
}
#flexBana ul li {
	display: table-cell;
	padding: 5px 1px;
}
