@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
#E86480
-----------------------------------------------*/


/*-----------------------------------------------
  profile
-----------------------------------------------*/

#profile table {
width:100%;
margin-top: 1.5em;
border-top:1px dotted #CCC;
}
#profile th {
margin-top:0;
padding:0.8em;
font-weight: bold;
text-align: left;
vertical-align: middle;
border-bottom:1px dotted #CCC;
}
#profile td {
padding:0.8em;
border-bottom:1px dotted #CCC;
}

#profile .photo {
display: flex;
flex-flow: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
margin-top: 1.5em;
}
#profile .photo > img {
width: 66.666%;
}
#profile .photo .sub {
width: 33.333%;
}

@media screen and (max-width:640px) {
	#profile table {
	border-top:0;
	}
	#profile th {
	display:block;
	margin-top:6%;
	padding:0;
	text-align:center;
	border-bottom:0;
	}
	#profile td {
	display:block;
	padding:0;
	text-align:center;
	border-bottom:0;
	}
}


/*-----------------------------------------------
  access
-----------------------------------------------*/

#access .map {
margin-top: 1.5em;
}
#access .map iframe {
width:100%;
height:600px;
}

@media screen and (max-width:640px) {
	#access .map iframe {
	height:400px;
	}
}


