@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */



/* !teaser
---------------------------------------------------------- */
.teasertit {
	float:left;
	width:100px;
}
.teasertit h2 {
	padding:74px 0 0;
	text-indent:-99999px;
	height:100%;
	background:url(../../img/access/bg_teasertit.png) 0 70px no-repeat;
	background-size:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.teaserimg {
	overflow:hidden;
	height:350px;
	background:url(../../img/access/img_teaser.jpg) right top no-repeat;
	background-size:cover;
}

@media screen and (max-width: 1024px) {
.teasertit h2 {
	padding:74px 0 0;
	text-indent:-99999px;
	height:100%;
	background:url(../../img/access/bg_teasertit.png) 0 35px no-repeat;
	background-size:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 959px) {
.teasertit {
	float:none;
	width:100%;
}
.teasertit h2 {
	padding:20px 0 0;
	text-indent: inherit;
	height:100%;
	background: none;
	text-align:center;
	font-size:20px;
}
.teasertit h2 span {
	display:block;
	font-size:14px;
}
.teaserimg {
	overflow:hidden;
	height:300px;
	background:url(../../img/access/img_teaser.jpg) right top no-repeat;
	background-size:cover;
}
}
@media screen and (max-width: 479px) {
.teasertit h2 {
	padding:10px 0 0;
	font-size:15px;
}
.teasertit h2 span {
	display:block;
	font-size:12px;
}
.teaserimg {
	overflow:hidden;
	height:200px;
	background:url(../../img/access/img_teaser.jpg) right top no-repeat;
	background-size:cover;
}
}


/* !access/index.php
---------------------------------------------------------- */
.accessMain {
	padding:20px 0 150px;
}
.accessInner {
	max-width:1000px;
	margin:0 auto;
	padding:0 10px;
}
.accessTopBox01 {
	float:left;
	width:56%;
}
.accessTopBox02 {
	float:right;
	width:42%;
	position:relative;
}
.accessAddress {
	width:100%;
}
.accessAddress th,
.accessAddress td {
	border-bottom:1px dotted #5e4c39;
	padding:20px 0;
	vertical-align: top;
}
.accessAddress th {
	width:17%;
}
.accessLogo {
	text-align:center;
	margin:74px 0 0;
}
.accessLogo img {
	width:290px;
}

.accessBusinessTime {
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	border-bottom:1px solid #736452;
	border-right:1px solid #736452;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.accessBusinessTime th,
.accessBusinessTime td {
	border-top:1px solid #736452;
	border-left:1px solid #736452;
	text-align:center;
	vertical-align:middle;
	padding:4px 0;
}
.accessBusinessTime th {
	background:#e5e0d2;
	padding-left:10px;
	padding-right:10px;
}
.accessBusinessTime td {
	background:#fff;
	line-height:1;
}
.accessBusinessTime td span{
	font-size:9px;
	line-height:1;
}
.w95 {
	max-width:95px;
}
.tableC01 {
	background:#beb3a8 !important;
}
.tableC02 {
	background:#80643f !important;
	color:#fff !important;
}
.accessMap {
	margin-top:70px;
	height:400px;
}
.accessMap iframe {
	width:100%;
	height:100%;
}

@media screen and (max-width: 959px) {
.accessMain {
	padding:20px 0 50px;
}
.accessTopBox01 {
	float:none;
	width:100%;
}
.accessTopBox02 {
	float:none;
	width:100%;
	position:relative;
}
.accessAddress th,
.accessAddress td {
	border-bottom:1px dotted #5e4c39;
	padding:20px 0;
}
.accessAddress th {
	width:17%;
}
.accessLogo {
	text-align:center;
	margin:20px 0;
}

.accessBusinessTime {
	position: inherit;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	border-bottom:1px solid #736452;
	border-right:1px solid #736452;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.accessBusinessTime th,
.accessBusinessTime td {
	border-top:1px solid #736452;
	border-left:1px solid #736452;
	text-align:center;
	vertical-align:middle;
	padding:4px 0;
}
.accessBusinessTime th {
	background:#e5e0d2;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.accessBusinessTime td {
	background:#fff;
	line-height:1;
}
.accessBusinessTime td span{
	font-size:9px;
	line-height:1;
}
.w95 {
	max-width:95px;
}
.tableC01 {
	background:#beb3a8 !important;
}
.tableC02 {
	background:#80643f !important;
	color:#fff !important;
}
.accessMap {
	margin-top:30px;
	height:400px;
}
.accessMap iframe {
	width:100%;
	height:100%;
}
}

@media screen and (max-width: 767px) {
.accessAddress th,
.accessAddress td {
	padding:10px 0;
	vertical-align: top;
}
.accessAddress th {
	width:22%;
}
.accessBusinessTime th,
.accessBusinessTime td {
	font-size:12px;
}
.accessBusinessTime th {
	background:#e5e0d2;
	padding-left:3px;
	padding-right:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.accessMap {
	height:250px;
}
}
