@charset "utf-8";

#mainvisual{
	clear: both;
	background: url(../../image/access/bg-main.jpg) no-repeat center center / cover;
	background-attachment: fixed;
	padding: 70px 0 30px;
	box-sizing: border-box;
	text-align: center;
}
#mainvisual h2{
	font-size: 54px;
	margin-bottom: 60px;
	color: #fff;
	line-height: 1.3;
}
h3.line{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 40px;
	font-size: 42px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 8888;
	background: url(../../image/type/h3-line.png) no-repeat center 80% #00a2e1;
	line-height: 1.5;	
}
.bg-01{
	background: #f1f0e9;
	position: relative;
	z-index: 0;
	padding-top: 60px;
}
.bg-01:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .bg-01 { 
	height: 1px;
	overflow: visible;
}
/**/
.btn-g{
	margin-bottom: 50px;
}
.contact .btn-g{
	margin-bottom: 0px;
}
.btn-g a{
	width: 500px;
	background-position: 30px center;
}
.add{
	font-size: 24px;
	text-align: center;
	padding: 30px 0;
}
.box{
	width: 730px;
	margin: 0 auto 60px;
	padding: 0px 45px 60px;
	border: 1px solid #1491e1;
	box-sizing: border-box;
	background: #fff;
}
h4{
	border-bottom: 1px solid #1491e1;
	color: #00a2e1;
	font-size: 36px;
	font-weight: bold;
	padding: 30px 30px 15px 0;
	line-height: 1.5;
}
#pic-access {
	width: 730px;
	margin: 0 auto 60px;
}
#pic-access img{
	width: 100%;
}
.box p{
	padding: 30px 0;
	line-height: 1.83;
	padding-bottom: 0;
	font-size: 28px;

}
.box p.comment{
	padding: 20px 0 40px;
	line-height: 1.75;
	font-size: 24px;
}
.box p.comment:last-child{
	padding-bottom: 0px;
}

#map {
	width: 100%;
	height: 600px;
}

#access-slide{
	position: relative;
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
}
#access-slide img{
	margin-bottom: 10px;
}
.feed-prev-btn {
  background-image: url(../../image/arrow-l.png);
  position: absolute;
  top: 110px;
  left: -40px;
  z-index: 9999;
}
.feed-next-btn{
  background-image: url(../../image/arrow-r.png);
  position: absolute;
  top: 110px;
  right: -40px;
  z-index: 9999;
}
.feed-prev-btn .bx-prev {
  width: 100%;
  height: 50px;
  opacity: 0;
  display: block;
}
.feed-next-btn .bx-next {
  width: 100%;
  height: 50px;
  opacity: 0;
  display: block;
}
.navi-btn {
  margin: 79px 8px 0 9px;
  width: 34px;
  height: 50px;
  -webkit-background-size: 34px;
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
#access-pic li {
  margin-bottom: 30px;
}

.bx-wrapper {
	margin: 0 auto;
	border: none;
	background: none;
	box-shadow: none;
}