@charset "UTF-8";

/* 共通 */
#ashiyu h2 { background: url(../../ashiyu/img/title_bg.png) no-repeat center top;}

/* lead */
#ashiyu #lead { padding: 30px 0 35px 0; background: url(../../ashiyu/img/lead_bg.png) no-repeat right 154px;}
#ashiyu #lead div { width: 587px; float: right; padding: 25px 0 0 0;}
#ashiyu #lead p { padding: 30px 0 0 10px;}
#ashiyu #lead>img { float: left;}

/* google map */
#ashiyu #map { padding: 20px; margin: 0 0 30px 0; background: #fff; -webkit-box-shadow: 0 0 5px #d8c7b1; -moz-box-shadow: 0 0 5px #d8c7b1; box-shadow: 0 0 5px #d8c7b1;}
#ashiyu #map_canvas { width: 100%; height: 300px;}

/* 各セクション */
#ashiyu .spot { width: 520px; float: left; padding: 0 0 35px 0;}
#ashiyu .spot:nth-child(2n+1) { float: right;}
#ashiyu .spot h4 { padding: 0 0 9px 17px; margin: 0 0 12px 0; background: url(../../ashiyu/img/spot_icon.gif) no-repeat left top; border-bottom: 1px solid #0497dc; font-size: 17px; font-weight: bold; line-height: 1.5;}
#ashiyu .spot div { width: 250px; float: right;}
#ashiyu .spot div p:first-child { padding: 0 0 20px 0;}
#ashiyu .spot .photo { float: left;}
#ashiyu .spot a { display: inline-block; margin: 6px 0 0 0;}
#ashiyu .spot a:hover img { -ms-filter: "alpha( opacity=70 )"; filter: alpha( opacity=70 ); opacity:0.70;}


/* -------------------------------------------------------
clear
------------------------------------------------------- */
#ashiyu section:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}