@charset "utf-8";
/* CSS Document */


.lead_text{
   width:700px;
   margin:0 auto 50px;	
	}





/* -- 共通 -- */

p{ 
	line-height:1.5;
	
}

.annotation{
	font-size:14px!important;
	text-indent:-1em;
	margin:0 1em;
}

.annotation:before{
	content:"※";
}

/* -- 最寄り駅 --*/

#map{
	width:850px;
	margin:0 auto 30px;
	
}

.ggl_map{
   width:850px;
  height: 380px;
   margin:50px auto 10px;
   position: relative;
  overflow: hidden;
	}

.ggl_map .ico_marker {
  left: 375px;
  position: absolute;
  top: 81px;
  z-index: 10;
}
.ggl_map iframe {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: 0;
  margin: auto 0;
  height: 200%;
  pointer-events: none;
}

.ggl_map .btn_yahoo {
  display: block;
  text-align: left;
}

figure{
	width:850px;
	margin:0 auto;
	overflow:hidden;
}

figure img{
	float:left;
}

figure figcaption{
	width:233px;
	padding:.5px 0 0 10px;
	text-align:left;
	float:right;
	font-size:16px;
}

figure figcaption dl{
	margin:20px 0;
	text-indent:1.2em;
}

figure figcaption dd{
	text-align:right;	
}

/* -- アクセス方法 --*/



.access_box{
	width:790px;
	margin:20px auto 50px;
}

.access_box dl{
	width:100%;
	margin:0 auto 30px;
}

.access_box dl dt h3{
	margin-bottom: 15px;
	padding:4px 4px 4px 25px;
	font-size: 22px!important;
	font-weight: bold;
	color: #936134;
	text-align:left;
	background:url(../image/ttl_access_bg01.png) no-repeat left center;
}

.access_box dl dd{
	display: inline-table;
	width:100%;
}

.access_box dl dd:after{
	display: block;   
	height: 0;   
	clear: both;
	visibility: hidden;  
}

.access_box dl dd img{
	float:left;
}

.access_box dl dd .right_txt{
	float:right;
	width:450px;
	text-align:left;
}

.access_box dl dd .sub_box{
	width:100%;
	overflow:hidden;
}

.access_box dl dd .sub_box img{
	float:right;
	padding-left:1em;
}

/* -- 余白 -- */

.m_t10{
	margin-top:10px;
}


.pt_02{
	margin-top:10px;
}

.pt_03{
	margin-top:15px;
}

/*----------------------------------------*/

.short{
	width:200px;
}


.caption12{
	font-size: 12px;
}

.sec_mapbtn{
	padding-bottom: 30px;
	width: 730px;
	margin:0 auto;
}
.map_link{
	float: left;
	overflow: hidden;
	width: 405px;
	margin:10px auto 0;
}
.around_link{
	float: right;
	overflow: hidden;
	width: 270px;
}
.map_link li{
    display: inline-block;
    margin: 0 5px 15px;
}
.map_link li:first-child{
    display: block;
	margin-bottom:10px;
}
	
.around_link li{
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#howtoaccess{
    width:850px;
	margin:170px auto 20px;	
	
}


#howtoaccess.sec_access{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bg_access_access01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
}


#howtoaccess h2{
    font-size: 22px!important;
    line-height: 32px;
    color: #FFFFFF;
    background-image: url(../../image_cmn/ttl_cmn_bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    clear: both;
    margin-bottom: 20px;
    text-align: left;
    width: 860px;
    padding: 17px 5px 15px 15px;
    margin: 15px auto;
    font-weight: normal;
}






