/* main-bg
----------------------------------------*/
#access .main-bg {
	background: url(../img/accessimg/access-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;*/
}

@media (max-width: 767px) {
	#access .pdng-t50 {
		padding-top: 10px;
	}
}

#access .intro-wrap {
	padding-top: 0px;
}
@media (max-width: 767px){
  .map-wrap iframe {
    height: 350px!important;
  }
}

/* about-shisetsu-list
----------------------------------------*/
.about-shisetsu-list {
	list-style: none;
	padding: 0;
}
.about-shisetsu-item {
	margin-bottom: 30px;
}

/* tblroot
--------------------------------------- */
table.tblroot{
	font-size: 14px;
	border:1px solid #D6D3C7;
	border-collapse : collapse;
}
table.tblroot tr td{
	border:1px solid #D6D3C7;
	padding : 5px 6px; 5px 6px;
	background-color : #ffffff;
	text-align : center;
	display: table-cell;
}
table.tblroot .pavilion01{
	background-color : #EEEDE8;
	
}
table.tblroot .pavilion02{
	background-color : #F5F4EF;
	
}
table.tblroot .txtlf{
	text-align : left;
}


/* –òŽt—Ñ‚É‚Â‚¢‚Ä
-------------------------------------- */
.b-yakushi {
	background-image : url("../img/accessimg/bg_yakushi.png");
	background-position : right 15px top;
	background-repeat : no-repeat;
	min-height : 280px;
}
@media (max-width : 991px) {
	.b-yakushi {
		background-image : none;
		min-height : auto;
	}
}