body, h1, h2, h3, h4, h5, h6, p, div, dt, dd, dl, img, input, form, ul, li, span, iframe {
	margin: 0px;
	padding: 0px;
vertical-align: bottom;
}
.br_sp,
.br_sp3 { 
display:none;
}
.br_sp2 { 
display: block;
	clear: both;
	min-height: 1px;
}
body {
font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
font-feature-settings : "palt";
letter-spacing: .5px;
color: #000;
font-size: 16px;
line-height:1.8em;
-webkit-font-smoothing: antialiased;/*チラつき防止*/
}

a {
 text-decoration: none;
}
img {
 border: 0;
 vertical-align: bottom;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.t_160 {
 font-size: 160%;
}
.t_80 {
 font-size: 80%;
}
.item {
  width:100%;
}
/*	header
/* ------------------------------------- */
.logo{
margin: 0 0 0 3%;
position: fixed;
top:20px;
left:0;
z-index:99999
}

h1 a {
	background: url(../img/logo.png) no-repeat;
	background-size: 160px 32px;
  display: block;
  width: 160px;
  height: 32px;
  float: left;
}
h1 a span {
display: none;
}
@media screen and (min-width: 980px) {
.logo{
margin: 0 0 0 3%;
top:3%;
}
h1 a {
	background-size: 230px 45px;
  display: block;
  width: 230px;
  height: 45px;
}}

.drawer-hamburger {
  margin: 4% 0 0 0;
}
.container {
padding: 0px 6%;
box-sizing:border-box;
width:100%;
}

/*	contact
/* ------------------------------------- */
.contact_back {
	background: url("../img/contact_backs.jpg") no-repeat top;
	background-size: 100%;
	color: #FFF;
	text-align: center;
	padding: 10% 6%;
	position: relative;
}
.contact_m {
	width: 100%;
margin: 0 auto;
}
.contact_m img{
border-radius:10px;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.contact_tel img,
.contact_m img {
	width: 100%;
}
.contact_tel a img,
.contact_m a img {
transition: 0.3s;
}
.contact_tel a:hover img,
.contact_m a:hover img {
opacity: 0.5;
}

.top-right {
  position: absolute;
  right: -5%;
	bottom: -10%
}
.top-right img{
  width: 60px;
	height: auto
}
@media screen and (min-width: 768px) {
.top-right {
  right: 10%;
}
.top-right img{
  width: 100px;
	height: auto
}
}
@media screen and (min-width: 1000px) {
.top-right {
  right: 20%;
}
}

/*	NEWS
/* ------------------------------------- */
.news_list {
  margin: 0 auto;
	width: 100%;
	text-align: left;
	padding-bottom: 5%
}
ul.news_list {
  list-style: none;
}
.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
 color: #333;
text-decoration: none;
}
.news_list_item a:hover{
opacity: 0.5;
}
.news_list_date {
  font-size: .8em;
  display: flex;
  margin-right: 30px;
  align-items: center
}


/*	footer
/* ------------------------------------- */
#footer{
	width: 100%;
	margin: 0;
	padding: 50px 0
}
.footer_box {
	padding: 30px 0 30px 0;
	text-align:center;
}

#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 15px 0;
}
#footer address a {
	color:#FFF;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px 0;
}
#footer p span{
	color: #5f61b1;
}
#copy {
font-family:Verdana, “Droid Sans”;
margin-top:10px;font-size: 70%;
background-color: #5f61b1;color: #fff;padding:15px 0;width:100%;
text-align: center}

.f_logo img{
width: 230px;
height: auto;
margin-bottom: 10px
}
.f_tel img{
width: 200px;
height: auto;
}
.footer_box_center	{
	margin: 0 auto;
	text-align: center
	}
@media screen and (min-width: 768px) {
#footer:after	{content: "";
display: block;
clear: both}
.footer_box_center	{
	width: 690px;
	}
}
/*	footer 診療時間table
/* ------------------------------------- */
.sinryo {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border-top: solid 1px #E6E6E6;
 margin-top: 30px
}
.sinryo th,
.sinryo td {
 padding: 5px;
 border-bottom: solid 1px #E6E6E6;
 font-size: 80%;
}
td.maru {
color: #5f61b1;
}

/*	footer bana
/* ------------------------------------- */
.bannerbox{margin:0 auto;
width: 200px;
padding-top: 30px}
.banner {
border: solid 1px #5f61b1;
border-radius:10px;
overflow: hidden;
margin-top: 10px
}

@media screen and (min-width: 768px) {
.bannerbox{
width: 690px;
display: flex;
justify-content: space-between;
}
.banner {
margin-left: 20px;
}
.banner:nth-child(3n+1) {
		margin-left: 0;
}
}
/* ------------------------------------- */
/*	 pagetop
/* ------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #5f61b1;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px 5px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #9294ca;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------------- */
/*	 resposive480
/* ------------------------------------- */
@media screen and (min-width: 480px) {

.item {
  margin: 0;
}
.br_sp3 { 
display:none;
}
}
/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
.clearfix2:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix2 {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.br_sp { 
display: block;
}
.br_sp2 { 
display:none;
}

.item {
  margin: 0;
}
/*	contact
/* ------------------------------------- */
.contact_back {
	background: url("../img/contact_back.jpg") no-repeat top;
	background-size: 100%;
	color: #FFF;
	text-align: center;
	padding: 6% 0;
	margin: 0 auto
}
.contact_m{
	width: 690px;
}
}

/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {
.container {
	width:980px;
	margin: 0px auto;
	padding: 0;
}
.container2 {
margin: 0px auto;
}
.item {
  margin: 0;
}
/*	contact
/* ------------------------------------- */
.contact_back {
	padding: 60px 0;
}

/*	footer
/* ------------------------------------- */

a[href^="tel:"] {
    pointer-events: none;
}

#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
}

}