@charset "utf-8";

/* content
---------------------------------------- */
#content {
	width: 100%;
	max-width: inherit;
	padding:0;
}
@media screen and (max-width:800px) {
	#content{
		padding:0;
	}
}
h2.title {
	transform:none;
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

/* main_visual
---------------------------------------- */
#main_visual .swiper-container {
    width: 100%;
}
#main_visual .swiper-slide{
	clear: both;
	box-sizing: border-box;
	width: 100%;
	max-height: 560px;
	min-height: 220px;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#main_visual .swiper-slide:before {
	content: "";
	display: block;
	padding-top: 50%;
}
#main_visual #main_visual1{
/*	background-image: url(../../img/main_visual1.jpg);*/
}
#main_visual #main_visual2{
	background-image: url(../../img/main_visual2.jpg);
}
#main_visual .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 2;
}
#main_visual .swiper-slide p.copy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 50;
}
#main_visual .swiper-slide p.copy img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 780px;
	min-width: 220px;
}
#main_visual .swiper-slide a.btn {
	position: absolute;
	top: 72%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 50;
	font-family:"ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width:640px) {
	#main_visual .swiper-slide video{
		width: 120%;
	}
	#main_visual .swiper-slide p.copy img{
		top: 45%;
		width: 90%;
		min-width: 240px;
	}
	#main_visual .swiper-slide a.btn {
		top: 72%;
		font-size: 13px;
		padding: 6px 5px 6px 0px;
		max-width:220px;
		background-size: 13px auto;
		background-position: center right 8px;
	}
	#main_visual .swiper-button-prev {
		display: none;
	}
	#main_visual .swiper-button-next {
		display: none;
	}
}

/* access
---------------------------------------- */
#access {
	width: 100%;
	padding:0 0 17px 0;
	text-align: center;
	box-shadow: 0px -2px 2px 0px rgba(66,66,66,0.2);
}
#access .access_inc{
	width: calc(100% - 40px);
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
}
#access h1 {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 40px 0 35px 0;
}
#map_canvas {
	width: calc(100% - 40px);
	max-width:1040px;
	height: 480px;
	margin: 0 auto 25px auto;
}
#access p {
	text-align: center;
}
#access p.company {
	font-size:18px;
	margin-bottom: 12px;
}
#access p.add {
	font-size:20px;
	margin-bottom: 8px;
}
#access p.access {
	font-size:16px;
	padding-top:20px;
	line-height: 160%;
}
#access p em{
	font-size:20px!important;
	font-style: normal;
}
.selulun-wrap {
	margin-top: -150px;
    padding-left: 40px;
	}
	
.selulun-wrap img{
	height: 200px;
	
}
@media screen and (max-width:640px) {
	#access {
		padding: 15px 0 20px 0;
		text-align: center;
	}
	#access h1 {
		padding:0px 0 10px 0;
		font-size:24px;
	}
	#access h2 {
		margin: 0 auto 12px auto;
	}
	#map_canvas {
		width:calc(100% - 30px);
		height: 380px;
		margin: 0 auto 15px auto;
	}
	#access .company{
		display: none;
	}
	#access .add{
		font-size:15px!important;
		margin-bottom: 20px;
	}
	#access .access{
		width:calc(100% - 30px);
		margin: 0 auto;
		font-size:15px!important;
		text-indent: -6px;
		text-align: justify;
		line-height: 150%;
		padding-top:10px!important;
	}
	
}
@media screen and (max-width:1260px) {
	.selulun-wrap {
	margin-top: 0;
	}
}
