@charset "utf-8";

/* サブナビ　固有 */
nav.sub_nav{
  border-top: ;
}
ul.sub_nav{
  border-left: ;
}

.main{
  width: 70%;
}

/* page_title　固有 */
h1.page_title{
  margin: 0;
  border-top: solid 1.5px #999966;
}

.sub_title{
  width: 100%;
  margin: 0;
}
h3.title_2{
  background: #636363;
  border-top: solid 1px red;
  padding: 13px 0 7px 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
p.sanpomichi{
  background-color: #ffffcc;
  border-bottom: solid 1px red;
  padding: 15px 0 15px 0;
  color: #330066;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: normal;
}


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


/* section 各公園の詳細　*/
.section{
  margin: 0 0 20px 0;
}
.shosai_corner{
  display: flex;
  width: 90%;
  margin: 20px 0 10px 70px;
  border-left: solid 1.5px red;
  border-top: solid 1.5px red;
}
/* 左側　説明　*/
.setsumei_frame{
  width: 50%;
  margin: 0px 10px 0px 30px;
}
.shosai_corner_name{
  padding: 20px 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px #808080;
}
.image{
  text-align: center;
}
.setsumei_frame img{
  width: 60%;
  margin: 15px 0 5px 0;
  border: solid 1px #000;
  box-shadow: 10px 10px 15px -10px #606060;
}
p.setsumei00{
  width: 97%;
  padding: 15px 0px 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.link{
  margin: 0 0 20px 0;
}
p.link01{
  width: 95%;
  padding: 7px 30px 8px 10%;
  text-indent: -20px;
  font-size: 18px;
  line-height: 1.4;
}
p.link01 a{
  font-size: 18px;
  color: blue;
}
p.link01 a:hover{
  color: gray;
}
p.link01::before{
  content:"\025b6";
  padding: 0 5px 0 0;
  color: blue;
}
/*  地図　*/
.map{
  width: 40%;
  margin: 30px 0px 20px 35px;
}
.map img{
  width: 100%;
  margin: 10px 0 10px 0;
  border-top: solid 1px #000;
  box-shadow: -4px -4px 5px -1px #606060;
}
