@charset "UTF-8";


/* ===============================   フッタナビゲーション　　circle bottom　　 =============*/

#footer-blog {
	padding: 30px 0px 10px;
	background:#F0EFE9;
	margin-top:3em;
}
.name {
  color: rgba(67,67,67,1.0);
  font-size: 16px;
  font-weight:600;
  text-align: center;
  margin-bottom: 10px;
}

.name-photo {
  width:180px;
	margin: 0 auto;
	margin-bottom: 1em;
}


.access {
  color: rgba(67,67,67,1.0);
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}

.tel {
	margin-top: 0;
	margin-bottom: 10px;
  color: rgba(67,67,67,1.0);
  font-size: 25px;
  text-align: center;
  font-weight:600;
	line-height:1.5em;
}

.tel-other {
	margin-top: -5px;
	margin-bottom: 10px;
  color: rgba(67,67,67,1.0);
  font-size: 13px;
  text-align: center;
}

.tel a {
  color: rgba(67,67,67,1.0);
	text-decoration: none;
}

.Copyright-text {
  color: #FFF;
  font-size: 14px;
  text-transform: none;
  text-align: center;
padding: 12px 0px 2px;
}

.Copyright {
  background: #736357;
}


@media screen and (max-width: 768px) {
  #footer-blog .footer-menu {
    text-align: center;
	  line-height: 2em;
	  width: 100%;
	  margin-top:2em;
}

.name {
  font-size: 14px;
  letter-spacing: 0em;
	margin-bottom: 5px;
}
	
.access {
  font-size: 12px;
  letter-spacing: 0em;
}
	
.tel {
  font-size: 24px;
  letter-spacing: 0em;
}

.Copyright {
  letter-spacing: 0em;
  font-size: 10.5px;
}
}






/* /Pager style */