@charset "utf-8";

/*  ヘッダー common.css */
/*  カテゴリー・リンク common.css */


/*  メインコンテンツ */
/*  ページタイトル page_title h3 は coomon.css */


/* 住所　*/
.address{
  width: 100%;
  margin: 30px 0;
  line-height: 1.8;
  text-align: center;
}
.address h4{
  font-size: 24px;
}
.address p{
  font-size: 22px;
  line-height: 1.6;
}


/* 駅からのアクセス */
.access h4{
  margin: 40px 0;
  padding: 20px;
  background-color: #4c4c4c;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: 10px 10px 15px -10px;
}
.map{
  width: 100%;
  margin: 0;
  text-align: center;
}

section.bus_car{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 50px 0 0 0;
}
section.bus_car h5{
  font-size: 22px;
  color: #ff6600;
  font-weight: bold;
}
/* バスで行く　*/
.left_bus{
  width: 35%;
  margin: 0 70px 0 0;
}
.right{
  width: 32%;
  padding: 0;
}
.icon img{
  width: 15%;
  margin: 10px 0;
}
p.eki{
  font-size: 18px;
  font-weight: bold;
}
.bus_car p{
  padding: 6px 0;
  line-height: 1.6;
}

/* 車で行く　*/
.right h5{
  font-size: 24px;
  color: #ff6600;
  font-weight: bold;
}


/* 公園入り口からの道順 */
section.park_way{
  margin: 0 0 50px 0;
  padding: 0;
}
.photo{
  display: flex;
  justify-content: center;
  margin: 40px 30px 0 10%;
}
.photo p{
  width: 45%;
  margin: 0 0;
  padding: 40px 0 0 0;
  font-size: 18px;
  line-height: 1.7;
}
.photo img{
  width: 40%;
  margin: 0 40px 0 0;
  padding: 0;
  border: solid 1px brown;
}


/*
.park_way h3:before {
 content: '';
 display: inline-block;
 width: 25px;
 height: 28px;
 background-image: url(../images/h2_icon.png);
 background-repeat: no-repeat;
 vertical-align: -7px;
}
*/



 /* ---- 以下は　common.css ---*/

 /* ページ先頭へ戻る　.return_to_top　*/
 /* ホームページTOPへ戻る　.return_to_indexpage　*/
 /* フッター　footer p　[copyright]*/
