
/*==============================================================
accordionの装飾
===============================================================*/

.accordion-wrap{
/*	font-family:  sans-serif;
	border-radius: 2px;
	box-shadow:0 0 4px #c0c0c0;
	background-color: #fff;
	border: 1px solid #d3d3d3;  
*/
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 0px;
}

.accordion-wrap h1{
/*	 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;*/
	border-radius: 6px;
	margin: 2px 0px 2px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #666;
}
.accordion-wrap p{
	padding: 4px 4px 2px 12px;
	font-size: 1.6rem;
	color: #696969;
}

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

.title {
  margin: 0 0 30px;
  color: black;
  font-size: 2.2rem;
  font-weight: bold;
}

.text {
  margin: 0;
}

.sub {
  font-size: 1.8rem;
}

/*
a {
  color: #f3468c;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

a:hover {
    color: #f0166e;
    text-decoration: underline;
}
*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.accordion01 {
  margin: 0px 0px 0px 0px;
}

.accordion01 a {
    display: block;
}

.accordion01 .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

.accordion01 .child .menu {
	background: #eaeaea;
	color: #5e5e5e;
	font-size: 1.8rem;
	color: #FFF;
}

.accordion01 .child .menu:hover {
	background: #d0d0d0;
}

.accordion01 .child > li {		/*">"子セレクタ（子共セレクタ）親要素の直接の子要素に適用されるセレクタ。孫要素以下は対象にならない。*/
      margin: 1px 0;
      padding: 0px 0px;
      border-bottom: 1px dotted #dddddd;
}

.accordion01 .child > li:last-child {
        border-bottom: 0;
}

.switch .menu:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.8rem;
	content:'▼';    color: #f5f5f5;
	font-size: 1.6rem;
	font-weight: bold;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}

.switch .menu.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.child01 {
  border: 1px solid #eaeaea; 
}

.child02 {
  color: #5e5e5e;
}

/*.menu {

/*	box-shadow:0 0 4px #c0c0c0;
	background-color: #fff;
	border: 1px solid #d3d3d3;  
*/
/*  font-size: 1.8rem;

  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px 8px 10px 8px;
}
*/

.source {
  margin: 0;
  padding: 30px 0 0; 
}


.accordion01 .child > li {	/*">"子セレクタ（子共セレクタ）親要素の直接の子要素に適用されるセレクタ。孫要素以下は対象にならない。*/
	border-bottom: 0;
	font-size:1.6rem;
 	line-height: 2.2rem;

}

.accordion01 .menu {
	background: #848484;	/* メニュー*/
	color: #fff;
	font-size: 1.8rem;
	font-weight:bold;
	padding: 8px 8px 8px 8px;

}

.accordion01 .menu:before {
		content: ' ・ ';

}

.accordion01 .menu:hover {	/*  メニューホバー	*/
    background: #686869;
    text-decoration: none;
}
.eat_area_title
{
	font-size:1.6rem;
/*	font-weight: bold;*/
	padding:2px 2px 2px 0px;
}
.eat_area_name
{
	display: inline-block;
	font-size:1.6rem;
	padding:2px 2px 2px 2px;
}
