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

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

アクセス

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

/* div
---------------------------------------------- */
div#map{
	margin-bottom:20px;
	width:100%;}

div#map iframe{
	width:100%;
	height:200px;
	border:none;
}

/* アコーディオン
---------------------------------------------- */
h4.accordion{
	padding:15px;
	border:1px solid #CCC;
	line-height:1.2;
	background:url(../img/ico_arrow02.png) no-repeat 96% center;
	background-size:11px 19px;
}

h4.accordion.active{
	background:url(../img/ico_arrow03.png) no-repeat 96% center;
	background-size:19px 11px;
}