@charset "utf-8";

/* サブナビ 固有  */
nav.sub_nav{
  border-top: solid 1.5px #999966;
}
ul.sub_nav{
  border-left: solid 1.5px #999966;
  border-bottom: solid 1.5px #999966;
}


/*  リンク　*/
.link01{
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  border-bottom: solid 1px #000;
}

/*  　*/
h3.title_2{
  width: 100%;
  margin: 0px 0 0 0;
  padding: 10px 0;
  background-color: #636363;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sanpomichi{
  background-color: #ffffcc;
  border-bottom: solid 1px red;
  padding: 10px 15px;
  color: #330066;
  text-align:;
  font-size: 14px;
  letter-spacing: ;
  font-weight: bold;
  line-height: normal;
}

/* list */
section.list{
}
ul.list_item{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  width: auto;
  margin: 0;
  padding: 10px 5px 10px 20px;
  border-top: solid 1px red;
  border-bottom: solid 1px red;
}
li.item_name{
  padding: 3px 15px 3px 5px;
  margin: 6px 0;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #808080;
  border-left: solid 1.5px red;
}
li.item_name a{
  color: #000;
}
.kantan_setsumei{
  padding: 10px 0px 0 10px;
  font-size: 13px;
  line-height: 1.5;
}


/* section 各公園の詳細　*/
.shosai_corner{
  display: ;
  width: 92%;
  margin: 10px 0 20px 15px;
  border-left: solid 1.5px red;
  border-top: solid 1.5px red;
}

/* 左側　説明　*/
.setsumei_frame{
  width: 95%;
  margin: 10px 0px 20px 10px;
}
.shosai_corner_name{
  width: 95%;
  margin: 10px 10px;
  padding: 10px 0 0 0px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px #808080;
}
.image{
  text-align: center;
}
.setsumei_frame img{
  width: 80%;
  margin: 20px 0 10px 0;
  border: solid 1px #000;
  box-shadow: 10px 10px 15px -10px #606060;
}
p.setsumei00{
  width: 99%;
  padding: 10px 0px 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
p.link01{
  padding: 10px 10px 5px 20px;
  text-indent: -14px;
  font-size: 15px;
  line-height: normal;
  text-align: left;
}
p.link01 a{
  font-size: 15px;
  color: blue;
}
p.link01 a:hover{
  color: gray;
}
p.link01::before{
  content:"\025b6";
  padding: 0 5px 0 0;
  color: blue;
}

/*  地図　*/
.map{
  width: ;
  margin: 30px 0px 10px 15px;
}
.map img{
  width: 96%;
  margin: 0px 0 0px 0;
  border-top: solid 1px #000;
  box-shadow: -4px -4px 5px -1px #606060;
}



/* トップへもどる（各itemの小さい）*/
.return{
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto;
}
p.return_to_pagetop{
  width: 50%;
  margin: 0px 10px 10px 0;
  padding: 10px 5px;
  background-color: #d3cbc6;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
p.return_to_pagetop a:hover{
  color: #636363;
}
p.return_hp-toppage{
  width: 60%;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  background-color: #e4d2d8;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

/* END */

footer{
  margin: 30px 0 0 0;
}
