@charset "utf-8";
@import "default.css";
@import "base.css";
@import "common.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
header {
	background-image:url(../images/location/bg.jpg);	
	height:279px;
	background-repeat:no-repeat;
}


#flow section {
	clear:left;
	text-align:left;
	margin:60px auto 30px;
	overflow:hidden;
	width:880px;
}



#flow section:last-child {
	margin-bottom:100px;	
}


#flow section figure {
	float:left;	
}

#flow section div {
	margin-left:290px;
	width:590px;
}


#flow section h3 {
	margin:30px auto 40px;	
}

#map div {
	width:760px;	
}

#map p {
	text-align:left;	
}


#map h3 {
	margin:20px auto;

}


#clinic div {

background-image:url(../images/location/clinic_bg.png);
background-repeat:no-repeat;
background-position:right center;
min-height:321px;
margin:70px auto;

}

#clinic h2 {
	text-align:left;
	width:770px;
	margin:auto;
}

#clinic h2 img {
	vertical-align:middle;
	margin-right:30px;
}

#clinic dl {
	width:770px;
	margin:30px auto 100px;
}

#clinic dl dt{
	text-align:left;
	width:150px;
	float:left;
	margin-bottom:15px;
}

#clinic dl dd {
	margin-left:150px;
	text-align:left;

	margin-bottom:15px;
}

#message {
background-image:url(../images/location/message_bg.jpg);
background-repeat:no-repeat;
background-position:center center;
min-height:476px;
}

#message div p {
	margin-top:30px;	
}

#message div {
	padding-top:40px;
	padding-left:35px;
	text-align:left;
}

}







/*===============================================
●画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){
/*===============================================
sp
===============================================*/
#sp640------------------------------------------- {
}
header {
	background-image:url(../images/location/bg.jpg);	
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
}


#flow section {
	clear:left;

	margin:60px auto 30px;
	overflow:hidden;

}



#flow section:last-child {
	margin-bottom:30px;	
}


#flow section figure {

}

#flow section div p {
	text-align:left;

}


#flow section h3 {
	margin:30px auto 0;	
}

#map div {
	
}

#map div {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
 
#map div iframe,
#map div object,
#map div embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#map p {
	text-align:left;	
}


#map h3 {
	margin:10px auto 0;

}


#clinic div {

}

#clinic h2 {
	

background-image:url(../images/location/clinic_bg.png);
background-repeat:no-repeat;
background-position:right bottom;
background-size:contain;
min-height:321px;
	text-align:left;
	margin:auto;
	padding:20px 0;
}

#clinic h2 img {
	vertical-align:middle;
	margin-right:30px;
	display:block;
}

#clinic dl {

}

#clinic dl dt{
	text-align:left;
	width:30%;
	float:left;
	margin-bottom:15px;
}

#clinic dl dd {
	margin-left:30%;
	text-align:left;

	margin-bottom:15px;
}

#message {
background-image:url(../images/location/message_bg.jpg);
background-repeat:no-repeat;
background-position:center center;
min-height:476px;
background-size:contain;
}

#message div p {
	margin-top:30px;	
}

#message div {

	text-align:left;
}
}




/*===============================================
●画面の横幅が400px以下
===============================================*/
@media screen and (max-width:400px){
}

/*===============================================
sp
===============================================*/
#sp400------------------------------------------- {
}
