@charset 'shift_jis';
tr .number img {
}

/* mainArea
-------------------------------------------------- */
#mainArea {
	width: 960px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.br-sp {
	display:none;
	}

#contents h1 {
	width: 960px!important;
	height: 53px;
	padding: 12px 0 10px 10px;
	margin: 0 0 30px;
	font-weight: 500;
	background: url(/theatres/gr/yokohama/images/map/title_bg.jpg) no-repeat;
}

#contents h1 img {
	width:340px;
	height:auto;
	padding:18px 0 10px 10px;
	}
	
#navi {
	width:960px;
	margin:0 auto 3em;
}

#navi a {
	display:block;
	float:left;
	width:460px;
	padding:1.5em 0;
	text-align:center;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 10px;   /* Firefox—p */  
	box-sizing: border-box;
	font-size:16px;
	font-weight:bold;
	color:#000;
	border:1px solid #e0e0e0;
}
@media only screen and (min-device-width: 1081px) {
#navi a:nth-child(1),
#navi a:nth-child(3),
#navi a:nth-child(5) {
	margin-right:40px;
}
#navi a:nth-child(1),
#navi a:nth-child(2),
#navi a:nth-child(3),
#navi a:nth-child(4) {
	margin-bottom:20px;
}
}
#navi a:nth-child(1):hover{
	background:#f7cce3;
	}
#navi a:nth-child(2):hover{
	background:#c9f7cf;
	}
#navi a:nth-child(3):hover{
	background:#cefbf9;
	}
#navi a:nth-child(4):hover{
	background:#d4d6ff;
	}
#navi a:nth-child(5):hover{
	background:#fcf7d2;
	}

#navi span {
	font-weight:normal;
	display:block;
}

#contents .guideArea {
	width: 960px;
	padding: 10px 20px 0;
	margin-bottom: 30px;
	border: 1px solid #a0a0a0;
    border-radius: 10px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 10px;   /* Firefox—p */  
	box-sizing: border-box;
}
#contents .guideArea h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	padding:0.8em 0 0.8em 1em;
	box-sizing:border-box;
	text-align:left;
	line-height:1.4;
    border-radius: 10px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 10px;   /* Firefox—p */
}

#navi a:nth-child(1),
#nihondai h3 {
	background:#f7e2ed;
	}
#navi a:nth-child(2),
#motomachi h3 {
	background:#dcf7e0;
	}
#navi a:nth-child(3),
#kannai h3 {
	background:#e4fbfa;
	}
#navi a:nth-child(4),
#subway h3 {
	background:#ecedff;
	}
#navi a:nth-child(5),
#ishikawacho h3 {
	background:#fffceb;
	}

#contents .guideArea h3 span {
	background: none;
	color: #0C0FEB;
	display: inline;
	padding: 0;
}
#contents .guideArea table {
	width:900px!important;
	margin-top: 20px;
}
#contents .guideArea table tr {
	display:block;
	padding-bottom:1em;
	}

#contents .guideArea td {
	vertical-align: top;
	padding-bottom:15px;
}
#contents .guideArea td img {
	display:block;
	width:350px;
	height:auto;
}
#contents .guideArea td img + img {
	margin-top:10px;
	}
#contents .guideArea .number img {
	width: 40px;
	height: 40px;
	margin: 0 10px;
}
#contents .guideArea .info {
	width:490px;
	padding-top: 15px;
	font-size: 16px;
	line-height:1.8;
}

#contents #bus .info span {
	display:block;
	margin:0.5em 0 0 1em;
	text-indent:-1em;
	}

#contents #bus .info span i {
	color:red;
	font-style:normal;
	padding-right:0.3em;
	}

#contents .guideArea .info p {
	display:inline-block;
	background:#f2f2f2;
	margin-top:0.8em;
	padding:0.2em 0.8em 0.2em;
	height:45px;
	line-height:45px;
    border-radius: 8px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 8px;   /* Firefox—p */  
	}

#contents .guideArea .info img {
	display:inline;
	width:30px;
	height:30px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
}
#contents .guideArea .info a p:hover {
	background:#e0e7e1;
	}

.toTop {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.row {
	margin-top:1em;
}
.toTop a {
	color: #000;
}
/* BackTop
-------------------------------------------------- */
.back-top {
	position: fixed;
	bottom: 40px;
	right: 0;
	font-size: 1em;
	z-index: 1000;
}
.back-top a {
	border: 1px solid #fff;
	font-weight: bold;
	color:#fff;
	width: 8em;
	height: 4em;
	display: block;
	padding-top: 1.5em;
	background: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2;
	text-decoration: none;
}

@media only screen and (max-device-width: 1080px) {
#mainArea {
	font-size: 2.4em;
}
.br-sp {
	display:block;
	}

#navi {
	margin-bottom:2%;
	}
#navi a {
	float:none;
	width:90%;
	padding:2em 0;
	font-size:82%;
	margin:0 auto 1.5em;
}
#contents .from {
	width: 900px;
	font-size: 90%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}
#mainArea p {
	line-height: 1.6;
	margin: 0 0 0.5em 0;
}
#contents h1 {
	width: 960px!important;
	height: 120px;
	padding: 0 0 10px;
	margin: 0 0 30px;
	text-align:center;
	background: url(/theatres/gr/yokohama/images/map/title_bg_sp.jpg) no-repeat;
}
#contents h1 img {
	width: 85%;
	height: auto;
	margin:34px auto;
	padding: 0;
}
#mainArea h2 {
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 0;
}
#contents h2 {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 0 ;
}
#contents .guideArea h3 {
	font-size: 80% ;
	margin-bottom: 3%;
	padding:0.8em 0.5em 0.8em 1em;
	text-align:center;
}
#contents .guideArea td img {
	width:450px;
	height:auto;
}
#contents .guideArea table td.info {
	font-size: 85% ;
	padding-top: 8px;
	line-height:1.6;
}
#contents .guideArea .number img {
	width: 60px;
	height: 60px;
	margin: 0 12px 0 10px;
}

#contents .guideArea .number {
	width:82px;
	}

#contents .guideArea .info {
	width:368px;
	padding-top: 15px;
	font-size: 16px;
	line-height:1.8;
}
.toTop {
	font-size: 80% ;
}
.back-top a {
    border: 1px solid #eee ;
	font-size:80% ;
    font-weight: bold ;
    width: 6em ;
    height: 3.5em ;
    padding-top: 1em ;
	border:3px solid #e0e0e0;
}

#contents .guideArea .info a {
	margin-left:0;
	padding-left:0;
	}

#contents .guideArea .info p {
	margin-top:0.8em;
	height:auto;
	padding:0.5em 1em
	line-height:1.4em;
    border-radius: 8px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 8px;   /* Firefox—p */  
	}

#contents .guideArea .info p span {
	display:block;
	margin-left:1em;
	text-indent:-1em;
	}

#contents .guideArea .info img {
	display:inline;
	width:50px;
	height:50px;
	padding-bottom:8px;
	padding-right:2px;
	vertical-align:middle;
}

}

#contents .map {
    display: block;
    width: 960px;
    margin: 0 0 40px;
}