@charset "utf-8";
/* Copyright 2016 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

店舗紹介・お問い合わせ

------------------------------------------------------------ */

/* div
---------------------------------------------- */
div#map iframe{
	width:100%;
	height:200px;
	border:none;
	margin-bottom:20px;
}

/* スライド
---------------------------------------------- */
div.bx-wrapper{margin-bottom:20px;}
	
ul#slider li img{width:100%;}

/* PAGER */
div.bx-pager{
	width:100%;
    text-align:center;
	padding-top:5px;
}

div.bx-pager-item{display:inline-block;}

div.bx-pager-item a{
	background:url(../img/ico_pager01.png) no-repeat center center;
	background-size:9px 9px;
	display:inline-block;
    margin:0 5px;
    text-indent:-9999px;
    width:9px;
    height:9px;
}

div.bx-pager-item a.active{
	background:url(../img/ico_pager01_on.png) no-repeat center center;
	background-size:9px 9px;
    width:9px;
    height:9px;
}
