/*スライドCSS*/
.swiper-container {
    width: 90%;
    height: 500px;
}
.swiper-slide {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}
.swiper-slide img {
    width: 100%;
}
#twtterall,.accsess {
	padding-right: 1%;
	margin-left: 1%;
}
.twimg {
	width: 116px;
	margin-bottom: 4%;
	margin-top: 4%;
}
#twtterall {
	width: 97%;
	display: table;
	background-color: #5DC2FF;
}
#twitter {
	width: 50%;
	display: table-cell;
	padding: 4%;
}
#twitter iframe {
    width: 100% !important;
    height: 300px !important;
}
.accessimg {
	width: 116px;
	margin-bottom: 4%;
	margin-top: 4%;    
}
.accsess {
	width: 100%;
	display: table;
}
.accsess p {
	line-height: 1.6;
	display: table-cell;
	vertical-align: top;
	padding-left: 3%;
	font-weight: 900;
}
#map_canvas {
	width: 50%;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
@media only screen and (max-width: 414px){
#slideBg {
	background-image: none;
}
#twitterall,#twitter {
	display: block;
	width: 93%;
	float: left;
}
.accsess {
	display: block;
}
#map_canvas {
	display: block;
	width: 80%;
	height: 180px;
	margin: 0 auto;
}
.accsess p {
	line-height: 1.6;
  	padding-left: 3%;
 	font-weight: 900;
 	float: left;
}
}