@charset "UTF-8";

/* パンくず */
#bread_List {
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

#bread_List li {
  position: relative;
  margin-right: 2em;
  color: #4f4f4f;
}

#bread_List li:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -1.3em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #4f4f4f;
  border-left: transparent;
  border-bottom: transparent;
  transform: translateY(-70%) rotate(45deg);
}

#bread_List a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f4f4f;
  transition: .3s;
}

#bread_List a:hover {
  border-bottom: 1px solid transparent;
}

#bread_List li>p {
  display: block;
  padding-bottom: 2px;
}

#main_Img {
  width: 100%;
  padding: 11em 0 5%;
  background-image: linear-gradient(to right bottom, #dbcdc3, #f8f2ee, #dbcdc3);
  text-align: center;
}

#main_Img h2 {
  font-size: min(4.5vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.5em;
  color: #002938;
}

#main_Img span {
  font-size: 13px;
  letter-spacing: 0.2em;
}

.map_Wrap .inner {
  padding: 80px 0;
}

.map_Wrap figure {
  margin-bottom: 50px;
}

.map_Wrap .map_Btn {
  display: block;
  width: 200px;
  max-width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  color: #d6b8a6;
  background: #002938;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}

.map_Wrap .map_Btn:hover {
  background: #064860;
}

h3.midashi {
  text-align: center;
  font-size: min(5vw, 22px);
  color: #064860;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

h3.midashi:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #064860;
  margin: auto;
}

.map_Wrap.g_area {
  margin: 0 auto 100px;
  width: 1000px;
  max-width: 90%;
}

.map_Wrap.g_area .att {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.map_Wrap .gallery {
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #064860;
  padding: 10px;
}

.map_Wrap .gallery h2 {
width: 100%;
text-align: center;
color: #fff;
font-size: 28px;
padding: 10px 0 20px;
}

.map_Wrap .gallery figure {
  width: 50%;
  margin-bottom: 0;
}

.map_Wrap .gallery .txt {
  width: 50%;
}

.map_Wrap .gallery .txt .g_txt {
  width: 430px;
  max-width: 90%;
  margin: 0 auto 20px;
}

/* .map_Wrap .gallery .txt p {
  background: #064860;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  width: 80%;
  margin: 0 auto 20px;
  line-height: 1.6;
} */

.map_Wrap .gallery .txt a {
  background-color: #d6b8a6;
  color: #064860;
}

.map_Wrap .gallery .car_Nav {
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  width: 90%;
  margin: 0 auto 20px;
  padding: 5px 10px;
  background-color: #a56a5e;
  border-radius: 10px;
  box-sizing: border-box;
}

.map_Wrap .gallery .txt > p {
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.6;
}

.map_Wrap .gallery .car_Nav>p:first-child {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.map_Wrap .gallery .car_Nav>p:last-child {
  display: block;
  width: 100%;
  padding: 10px;
  color: #064860;
  background-color: #fff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {

  /* パンくず */
  #bread_List {
    display: none;
  }

  #main_Img {
    padding: 13% 0 6%;
  }

  .map_Wrap .inner {
    padding: 50px 0;
  }

  .map_Wrap figure {
    margin-bottom: 20px;
  }
  
  .map_Wrap .gallery h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 0 10px;;
  }

  .map_Wrap .gallery figure {
    width: 100%;
  }

  .map_Wrap .gallery .txt {
    width: 100%;
    padding: 20px 0;
  }

  /* .map_Wrap .gallery .txt p {
    width: 90%;
  } */
  .map_Wrap .gallery .car_Nav {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 5px 5px;
  }

  .map_Wrap .gallery .car_Nav>p:last-child {
    text-align: center;
  }
}