﻿@charset "utf-8";
/* CSS Document */

.sidebar>div:first-child>ul li.acceess {
	background-color: #f4d4d4;
}

.cat-access .page-title{
	background-image:url(/access/images/access-bg-pagetitle.jpg);
}
.index #sec01{
	position:relative;
}
.index #sec01>img+p{
	position:absolute;
	top: 87px;	
}
.index .switch{
	overflow: hidden;
	border-bottom: solid 5px #d35252;
	margin-top: 63px;
	margin-bottom:30px;
}
.index .switch>span{
	float:left;
	border-radius: 4px 4px 0 0;
	background-color:  #fbeeee;
	width: 170px;
	height: 40px;
	padding-top:16px;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	box-sizing:border-box;
}
.index .switch>span:before{
	display:none;
}
.index .switch>span:hover,
.index .switch>span.active{
	background-color:#d35252;
}
.index .switch>span:hover:before,
.index .switch>span.active:before{
	display:inline;
}
.index .switch>span:hover>img,
.index .switch>span.active>img{
	display:none;
}
.index .switch>span:first-child:before{
	content:url(/access/images/access-btn-sec01txt01on.png);
	width:93px;
	height:15px;
}
.index .switch>span:first-child+*:before{
	content:url(/access/images/access-btn-sec01txt02on.png);
	width:77px;
	height:11px
}
.index .switch>span:first-child+*+*:before{
	content:url(/access/images/access-btn-sec01txt03on.png);
	width:77px;
	height:15px;
}
@media (max-device-width: 1000px){
    .index .switch>span:before{
        content: none !important;
    }
}
.index .switch>a{
	width:152px;
	height:40px;
	padding-top: 11px;
	padding-left: 17px;
	display:inline-block;
	box-sizing:border-box;
}
.index .switch>a:hover{
	background-image:url(/access/images/access-btn-sec01txt04on.png);
	background-position:17px 11px;
	background-repeat:no-repeat;
}
.index .switch>a:hover>img{
	visibility:hidden;
}
.index .maps_wrap{
	position: relative;
	width:640px;
	height:470px;
}
.index .maps_wrap li{
	list-style-type:none;
	position:absolute;
	width:640px;
	height:470px;
	display:none;
}
.index .maps_wrap li.active{
	display:block;
}

#map_canvas{
	width:640px;
	height:470px;
}
#map_canvas+a{
	background-color:  #666666;
	border-radius:17px;
	position:absolute;
	bottom:12px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	display:inline-block;
	width:164px;
	height:34px;
	line-height:34px;
}
.index .section{
	margin-bottom: 60px;
}
.index #sec02 h2+*+*{
	padding: 20px 21px 25px 21px;
	border: solid 1px #ccc;
	line-height:27px;
	margin-top: 25px;
}
.index #sec02 ul{
	margin: 0;
}
.index #sec02 li{
	background-image:url(/common/images/link_ico_r-trans.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 17px;
	margin:0;
	list-style-type:none;
}

@media (max-device-width:1000px){
.cat-access .page-title{
	background-image:url(/access/images_sp/access-bg-pagetitle.jpg);
}
.cat-access .page-title:before{
	content:url(/access/images_sp/access-ttl-page.png);
}
.cat-access-site .page-title:before{
	content:'';
    background: url(/site/images/site-ttl-page.png) left/auto 100% no-repeat;
    height: 90px !important;
    width: 100% !important;
    display: block !important;
}
.index #sec01>img:first-child{
	display:none;
}
.index #sec01:before{
	content:url(/access/images_sp/access-ttl-sec01.png);
	width:867px;
	height:204px;
	margin-bottom:39px;
}
.index #sec01>img+p{
	background-image:url(/access/images_sp/access-bg-sec01.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom: 546px;
	position:relative;
	top:auto;
}
.index #sec01>img+p>.sp_inlineb+.sp_inlineb{
	width:701px;
}
.index .switch{
	border-bottom: solid 7px #d35252;
	margin-top: 121px;
	margin-bottom:32px;
}
.index .switch>span,
.index .switch>span:hover,
.index .switch>span.active{
	width: 221px;
	height: 102px;
	margin-right:6px;
	background-position:center 43px;
	background-repeat:no-repeat;
}
.index .switch>*>img{
	visibility:hidden;
}
.index .switch>span:first-child{
	background-image:url(/access/images_sp/access-btn-sec01txt01.png);
}
.index .switch>span:first-child+*{
	background-image:url(/access/images_sp/access-btn-sec01txt02.png);
}
.index .switch>span:first-child+*+*{
	background-image:url(/access/images_sp/access-btn-sec01txt03.png);
}
.index .switch>span:first-child:hover,
.index .switch>span:first-child.active{
	background-image:url(/access/images_sp/access-btn-sec01txt01on.png);
}
.index .switch>span:first-child+*:hover,
.index .switch>span:first-child+*.active{
	background-image:url(/access/images_sp/access-btn-sec01txt02on.png);
}
.index .switch>span:first-child+*+*:hover,
.index .switch>span:first-child+*+*.active{
	background-image:url(/access/images_sp/access-btn-sec01txt03on.png);
}
.index .switch>a{
	background-image:url(/access/images_sp/access-btn-sec01txt04.png);
	width:199px;
	height:102px;
	background-position:center 25px;
	background-repeat:no-repeat;
}
.index .switch>a:hover,
.index .switch>a.active{
	background-image:url(/access/images_sp/access-btn-sec01txt04on.png);
	background-position:center 25px;
}
.index .maps_wrap{
	position: relative;
	width:877px;
	height:644px;
	margin:0;
}
.index .maps_wrap>li,
#map_canvas{
	background-repeat:no-repeat;
	background-position:center top;
}
.index .maps_wrap>li{
	width:877px;
	height:644px;
}
#map_canvas{
	width: 877px;
	height: 644px;
}
#map_canvas *{/*20160303追加*/
    max-height: initial;
    max-height: auto;/*for old browser*/
}
#map_canvas>div{
	width:438px !important;
	height:322px !important;
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	transform:scale(2);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin:0 0;
}
#map_canvas>div>div>div:first-child{
	left:-50% !important;
	top:-50% !important;
}
.index .maps_wrap>li>img{
	visibility:hidden;
}
.index .maps_wrap>li:first-child+*{
	background-image:url(/access/images_sp/access-img-map.png);
}
.index .maps_wrap>li:first-child+*+*{
	background-image:url(/access/images_sp/access-img-parking.png);
}
#map_canvas+a{
	border-radius:30px;
	bottom:20px;
	width:320px;
	height:60px;
	line-height:60px;
	text-indent:-200%;
	overflow:hidden;
	background-image:url(/access/images_sp/access-btn-gmap.png);
	background-repeat:no-repeat;
	background-position:center;
}
.index .section{
	margin-bottom: 60px;
}

.index #sec02 .box_bus{
	background:url(/access/images_sp/access-img-bus.png) no-repeat left top;
	width:877px;
	height:260px;
}
.index #sec03 .box_car{
	background:url(/access/images_sp/access-img-car.png) no-repeat left top;
	width:877px;
	height:580px;
}
.index #sec02 .box_bus img,
.index #sec03 .box_car img{
	display:none !important;
}
.index #sec02 .box_bus p,
.index #sec03 .box_car p{
	display:none;
}
.index #sec02 .box_bus,
.index #sec03 .box_car{
	text-align:left;
}
.index #sec02>h2+*+*{
	margin-top:20px;
	line-height:1.3em;
}
.index #sec02>h2+*+* li{
	background-image:url(/common/images_sp/link_ico_r-trans.png);
	margin:0.5em 0;
	padding-left:1.5em;
}
.index #sec02 ul{
	margin: 0;
}
.index #sec02 li{
	background-image:url(/common/images/link_ico_r-trans.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 17px;
	margin:0;
	list-style-type:none;
}

.bnr_adobe {
	width:50%;
	height:auto;
}
}
