#page_sitemap .mv {
  height: 455px;
}

#page_sitemap #reservation_area {
  transform: translateY(50px);
}

#page_sitemap .mv_bg {
  width: 100%;
    height: 400px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: no-repeat url(../img/sitemap/mv.png) bottom / cover;
}

#page_sitemap .mv_lead {
  margin-top: 70px;
}

/*------ lead ------*/

#page_sitemap .lead {
  padding: 80px 20px 30px 20px;
}

#page_sitemap .lead_container {
  background: no-repeat url(../img/lead_logo.png) center / 170px;
  text-align: center;
  padding: 70px 0 20px 0;
}

#page_sitemap .mv_lead span {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 10px;
}

#page_sitemap .lead h2 {
  text-align: center;
  margin-bottom: 40px;
}

#page_sitemap .lead h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3rem;
  color: #003567;
}

#page_sitemap .lead h3 span {
  font-size: 2.3rem;
  font-weight: normal;
}

/*------ section01 ------*/

.section01 {
  padding: 0 20px 150px 20px;
}

#sitemap_list {
  background: #fff;
  margin: 0;
  padding: 0;
}

#sitemap_list h2 {
  font-size: 2.8rem;
  color: #003567;
  margin: 50px 0 40px 0;
  text-align: center;
}

#sitemap_list h2:first-child {
  margin-top: 0;
}

#sitemap_list h2 span {
  font-size: 1.6rem;
  color: #000;
  margin-left: 10px;
}

#sitemap_list li.home-item {
  margin-left: 0px;
}

#sitemap_list li {
  border-bottom: 1px dashed #5c3f00;
  font-size: 1.8rem;
  text-indent: 0;
  padding: 0 0 5px 0px;
  margin: 12px 0 30px 0;
  list-style-type: none;
  display: flex;
}

#sitemap_list li span {
  color: #666;
  font-size: 1.4rem;
  display: block;
}

#sitemap_list li a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  line-height: 1.2;
  margin-right: 30px;
}

#sitemap_list li a img {
  margin-right: 10px;
  width: 20px;
  min-width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  #page_sitemap .lead h2 img {
    width: auto;
  }
  /*------ section01 ------*/
}

@media screen and (max-width: 768px) {
  #page_sitemap .mv_bg {
    height: 320px;
  }
  #page_sitemap .mv {
    height: 320px;
    margin-bottom: 0;
  }
  a.c-btn {
    margin: 20px auto 0 auto;
  }
  #page_sitemap #reservation_area {
    transform: translateY(0);
  }
  #page_sitemap .lead {
    padding: 20px 20px 10px 20px;
  }
  #page_sitemap .lead h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: calc(35vw / 750 * 100);
    color: #003567;
  }
  #page_sitemap .lead h3 span {
    font-size: calc(28vw / 750 * 100);
  }
  #page_sitemap .lead_container {
    background: no-repeat url(../img/lead_logo.png) center / 130px;
    text-align: center;
    padding: 50px 0 30px 0;
  }
  #page_sitemap .lead h2 img {
    width: 40%;
  }
  /*------ section01 ------*/
  .section01 {
    padding: 0 20px 90px 20px;
  }
  #sitemap_list h2 {
    font-size: calc(60vw / 750 * 100);
    margin: 30px 0 20px 0;
  }
  #sitemap_list h2 span {
    font-size: calc(30vw / 750 * 100);
    margin-left: 10px;
    display: block;
  }
  #sitemap_list li {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    text-indent: 0;
    padding: 0 0 5px 0px;
    margin: 12px 0 20px 0;
  }
  #sitemap_list li span:nth-child(2) {
    font-size: 1.1rem;
    width: 38px;
  }
  #sitemap_list li span:nth-child(3) {
    font-size: 1.1rem;
    width: calc(100% - 38px);
  }
  #sitemap_list li a {
    line-height: 1.2;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
  #sitemap_list li a img {
    margin-right: 5px;
    width: 15px;
    min-width: 15px;
  }
}
