@charset "utf-8";

.menu-title {
  height: 100px;
  background-image: url(../images/annual/walking/2016TsutsujiWalk.jpg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.menu-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.menu-title p {
  line-height: 30px;
}

.scene-list {
  width: 930px;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  column-gap: 80px;
  row-gap: 40px;
  justify-content: center;
}

.scene-list a {
  display: block;
  transition-duration: 0.2s;
}

.scene-list a:hover {
  transform: scale(1.05);
}

.scene-list dl {
  margin-top: 20px;
}

.scene-list dt {
  font-weight: bold;
}

.scene-list dd {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.scene-list p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.leaflet-container {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.leaflet-text {
  display: flex;
  justify-content: space-around;
 
}

.leaflet {
  display: flex; 
  justify-content: space-around; 
}

.leaflet img {
  width: 500px;
  max-width: 40%;
}

.footer {
  margin-top: 100px;
}

/*ここから　all-event-menu 用*/
.kaizanT, .kaizanL li {
  background-color: rgb(196, 230, 218,0.5);
  padding: 10px;
}

.annualT, .annualL li {
  background-color: rgba(146, 199, 122, 0.5);
  padding: 10px;
}

.monthlyT, .monthlyL li {
  background-color: rgba(94, 189, 212, 0.5);
  padding: 10px;
}

.othersT, .othersL li {
  background-color: rgba(123, 151, 177, 0.5);
  padding: 10px;
}


.E-title {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  text-align: center;
}

.E-title h4 {
  line-height: 40px;
  
}
.sceneE-list {
  width: 930px;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 120px);
  column-gap: 30px;
  row-gap: 20px;
  justify-content: center;
}

.sceneE-list a {
  display: block;
  transition-duration: 0.2s;
}

.sceneE-list a:hover {
  transform: scale(1.05);
}

.sceneE-list dl {
  margin-top: 10px;
}

.sceneE-list dt {
  font-weight: bold;
}

.sceneE-list dd {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}

/*.sceneE-list p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}*/
/*ここまで　all-event-menu 用*/



@media (max-width: 800px) {
  .scene-list {    
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
    row-gap: 40px;
    width: 100%;
  }

  .scene-list li {
    width: 98%;
    margin-left: 2px;
    margin-right: 2px;
  }
  /*ここから　all-event-menu 用*/
  .E-title {
    margin-left: 10px;
    margin-right: 30px;
  }
  .sceneE-list {    
    margin-top: 25px;
    margin-left: 4px;
    margin-right: 2px;
    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .sceneE-list li {
    width: 44%;
    margin-left: 4px;
    margin-right: 0px;
  }
  /*ここまで　all-event-menu 用*/
}


