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


.topArea {
		background-image: url(../img/access/bg.png);
	box-sizing: border-box;
	min-height: 200px;
	margin-bottom: 30px;
	background-position:top center;
	background-repeat: no-repeat;
	background-size: 200%;
	position: relative;
}

#map-canvas {

position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	margin-bottom: 35px;
}
 
.#map-canvas iframe,
#map-canvas object,
#map-canvas embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.access article {
	padding-bottom: 50px;
	margin: 15px;
	
}
.akki article h1{
	font-size: 1.9rem;
	color: #FF4B5D;
	margin-bottom: 38px;
}
.access article h2{
width: 123px;
	margin-bottom: 40px;
}
.akki article section p{
	font-size: 1.4rem;
margin-bottom: 40px;
	line-height: 2.0;
}
.access article h3{
margin-bottom: 30px;
	font-size: 1.6rem;
}
.access article p{
	font-size: 1.4rem;
	line-height: 2.0;
}


.akki .mainTitle h2{

margin: 47px auto 0;
	width: 300px;
}

.profName{
	width: 131px;
	margin:53px 0 20px;
}


section p {
	line-height: 2.0;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	color: #505050;
}

table th,td{
		line-height: 2.0;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	color: #505050;
	
}
table th{
	white-space: nowrap;
	padding-right: 20px;
	
}
td a{
	border-bottom: 1px solid #808080;
	padding-bottom: 3px;
}


.profDetail .right_pc img{
margin:32px 0 0px;	
}

img.icon-movie{
	width: 30px;
}
/*////////////////////////////////////////////////////////
PC setting 
//////////////////////////////////////////////////////// */
@media screen and (min-width: 1300px){
	.topArea {
	box-sizing: border-box;
	min-height:400px;
	margin-bottom: 40px;
	background-size: cover; 
	background-position:top center;
	background-repeat: no-repeat;
}
}
@media screen and (min-width: 960px){
	.topArea {

	box-sizing: border-box;
	min-height:400px;
	margin-bottom: 40px;
	background-size: cover; 
	background-position:top center;
	background-repeat: no-repeat;
}

.profile section h3{
	font-size: 1.53rem;
	
}

.profName{
	margin:53px 0 62px;
}


.profile section{
	width: 930px;
	margin: 0 auto 65px;
}
.profile section p{
font-size: 1.35rem;
	line-height: 2.0;
}
.profile section p.caption{
	font-size: 1.0rem;
		color: #505050;
}
	.profDetail .left_pc{
		width: 698px;
	}
		.profDetail .left_pc section{
		width: 100%;
	}

.akki .mainTitle h2{

margin: 47px auto 0;
	width: 324px;
}

#map-canvas {
	float: right;
margin-left: 40px;
	width: 400px;
}
 
.access article {
	width: 800px;
	margin: 0 auto;
	
}
/* PC end */	
	}
/* PC end */	