@charset "UTF-8";
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
main {
  background-color: #f2f6f7;
}
main #visual {
  background-image: url(../images/location/visual.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  height: 20vw;
  /*min-height: 550px;
  min-width: 1310px;*/
  min-width: 1024px;
  text-align: center;
}
main #visual .inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}
main #visual h1 {
  color: #fff;
  font-family: "Miriam Libre", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
main #visual h1 span {
  display: block;
  font-size: 45px;
}
main .head {
  border-top: solid 2px #20aee5;
  border-bottom: solid 1px #ddd;
  color: #20aee5;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 10px 0 10px;
  width: 100%;
}
main #thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0 0;
}
main #thumbs .thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 20px;
  width: calc((100% - 40px) / 3);
}
main #thumbs .thumb:nth-child(3n+2) {
  margin: 0 20px 20px 20px;
}
main #thumbs .thumb .image {
  font-size: 0.1em;
  width: 100%;
}
main #thumbs .thumb .image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: auto;
  width: 100%;
}
main #thumbs .thumb .data {
  flex-grow: 2;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5% 7% 10%;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main #thumbs .thumb .data h3 {
  color: #20aee5;
  font-size: 16px;
  font-weight: bold;
}
main #thumbs .thumb .data .text {
  font-size: 14px;
  padding: 5px 0 10px;
}
main #thumbs .thumb .data .root {
  background-image: url(../images/location/icon_root.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 11px auto;
  border-top: solid 1px #ddd;
  font-size: 14px;
  padding: 5px 0 0 5.5%;
  margin-top: auto;
}
main .guide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px 0 0;
}
main .guide .image {
  font-size: 0.1em;
  width: 50%;
}
main .guide .image img {
  height: auto;
  width: 100%;
}
main .guide .data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  align-content: center;
  background-color: #fff;
  border: solid 1px #ddd;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  text-align: left;
  width: 50%;
}
main .guide .data h3 {
  color: #20aee5;
  font-size: 20px;
  font-weight: bold;
}
main .guide .data .text {
  font-size: 14px;
  padding: 10px 0 0;
}
main .guide .data .button {
  background-color: #20aee5;
  background-image: url(../images/location/arrow.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 15px 50px 15px 20px;
}
main #location1 {
  padding: 0 0 30px;
}
main #location2 {
  padding: 0 0 70px;
}

footer {
  margin: 0;
}

/*========================================================================*/
/*========================================================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
  main #visual {
    background-image: url(../images/location/visual_sp.jpg);
    height: 65vw;
    /*min-height: 550px;
    min-width: 1310px;*/
    min-width: 100%;
  }
  main #visual .inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  main #visual h1 {
    font-size: 14px;
  }
  main #visual h1 span {
    display: block;
    font-size: 35px;
  }
  main .head {
    font-size: 18px;
    margin: 0;
    padding: 10px 0 5px;
  }
  main #thumbs {
    padding: 0;
  }
  main #thumbs .thumb {
    display: block;
    margin: 20px 0 0;
    width: 100%;
  }
  main #thumbs .thumb:nth-child(3n+2) {
    margin: 20px 0 0;
  }
  main #thumbs .thumb:last-child {
    margin-bottom: 30px;
  }
  main #thumbs .thumb .data {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    min-height: inherit;
    padding: 5%;
    width: 100%;
  }
  main .guide {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }
  main .guide .image {
    width: 100%;
  }
  main .guide .data {
    border: solid 1px #ddd;
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-wrap: wrap;
    padding: 20px;
    text-align: left;
    width: 100%;
  }
  main .guide .data .button {
    background-position: 95% 50%;
    background-size: 11px auto;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
  }
  main #location1 {
    padding: 20px 0 0;
  }
  main #location2 {
    padding: 50px 0 50px;
  }
}
/*========================================================================*/
