#page_title {
  min-height: auto;
}
#yama_about_area {
  background: #eee;
}
#yama_about_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#yama_about_wrap .img_box {
  width: 600px;
  aspect-ratio: 4/3;
}
#yama_about_wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#yama_about_wrap .info {
  width: calc(100% - 640px);
  display: flex;
  flex-direction: column;
}
#yama_about_wrap .info h2 {
  font-size: 240%;
}
#yama_about_wrap .info .tag {
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
#yama_about_wrap .info .tag span {
  padding: 2px 5px 4px;
  color: #fff;
  background: #000;
  font-size: 80%;
  margin-right: 4px;
  margin-top: 4px;
}
#yama_about_wrap .info table {
  width: 100%;
}
#yama_about_wrap .info table th,
#yama_about_wrap .info table td {
  padding: 10px;
  border: 1px solid #aaa;
}
#yama_about_wrap .info table th {
  width: 100px;
  background: #ddd;
  margin-top: 5px;
}
#yama_about_wrap .info .wiki_area {
  margin-top: 20px;
}

#yama_map_area .wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
#yama_map_area .map{
  position: relative;
  overflow: hidden;
  width: 600px;
  aspect-ratio: 4/3;
}
#yama_map_area .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#yama_map_area .weather{
    width: calc(100% - 640px);
}
#yama_map_area .weather #weather_today{
    width: 100%;
}
#weather_outer{
    display: block;
}
#weather_week{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
    width: 100%;
}
#yama_about_area .map{
  margin-top: 60px;
}
#yama_about_area .map iframe{
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 20px auto 0;
}
#trailhead_area{
  margin-top: 50px;
}
#yama_about_area h3{
  font-size: 220%;
  text-align:center;
}
#trailhead_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
#trailhead_area ul li{
  width: calc(25% - 10px);
  padding: 20px;
  background: #fff;
  margin: 5px;
  text-align:center;
}
#trailhead_area ul li h4{
  font-size: 140%;
}
#trailhead_area ul li p{
  font-size: 90%;
  color: #555;
  margin-top: 5px;
}
#trailhead_area ul li a{
  display: block;
  margin-top: 10px;
  padding: 10px 0;
  text-align:center;
  border-radius: 5px;
  font-weight: 800;
  text-shadow: 1px 1px 3px #000;
}
#trailhead_area ul li a:hover{
  opacity: .8;
}
#report_video{
  background: #f5f5f5;
}