#breadcrumb {
  padding: 20px 2.5%;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 12px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  margin: 0 6px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 10px;
  }
}
#breadcrumb ul li a {
  font-weight: 500;
}
#breadcrumb ul li a:hover {
  color: #007dc4;
}

#page_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page_links ul {
    padding: 0 12px;
  }
}
#page_links ul li {
  margin: 0 0 8px 8px;
}
#page_links ul li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px 6px 12px;
  background: #007dc4;
  border: 1px solid #007dc4;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #page_links ul li a {
    font-size: 10px;
    padding: 4px 12px 4px 8px;
  }
}
#page_links ul li a::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  right: 6px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#page_links ul li a:hover {
  color: #007dc4;
  background: #fff;
}
#page_links ul li a:hover::after {
  right: 2px;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 300px;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 140px;
  }
}
@media only screen and (max-width: 380px) {
  #main_visual {
    height: 120px;
  }
}
#main_visual h1 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
  }
}
#main_visual {
  background-image: url(/asset/image/management/shop/shop_visual.jpg);
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 0;
  }
}
#section01 .container h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container h2 {
    font-size: 20px;
    padding: 0 0 20px;
  }
}
#section01 .container h2::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #007dc4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section01 .container h2::after {
    width: 58px;
  }
}
#section01 .container h2 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container h2 {
    margin: 0 0 20px;
  }
}
#section01 .container .map_area {
  position: relative;
  margin: 0 0 20px;
}
#section01 .container .map_area .txt_box {
  position: absolute;
  max-width: 585px;
  top: 5vw;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area .txt_box {
    position: static;
    width: 100%;
    top: 0;
    margin: 0 0 40px;
  }
}
#section01 .container .map_area .txt_box p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area .txt_box p {
    font-size: 14px;
  }
}
#section01 .container .map_area figure {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}
#section01 .container .map_area figure figcaption p {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p {
    font-size: 2.25vw;
    line-height: 1.25;
  }
}
#section01 .container .map_area figure figcaption p span {
  font-size: 48px;
  font-family: "Roboto";
  font-weight: 700;
  color: #007dc4;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p span {
    font-size: 5vw;
  }
}
#section01 .container .map_area figure figcaption p small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p small {
    font-size: 2vw;
  }
}
#section01 .container .map_area figure figcaption p.region01 {
  top: 170px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region01 {
    top: 20vw;
    right: 3vw;
  }
}
#section01 .container .map_area figure figcaption p.region02 {
  top: 390px;
  right: 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region02 {
    top: 46vw;
    right: 7vw;
  }
}
#section01 .container .map_area figure figcaption p.region03 {
  right: 220px;
  bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region03 {
    right: 28vw;
    bottom: 14vw;
  }
}
#section01 .container .map_area figure figcaption p.region04 {
  top: 340px;
  left: 290px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region04 {
    top: 42vw;
    left: 36vw;
  }
}
#section01 .container .map_area figure figcaption p.region05 {
  left: 255px;
  bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region05 {
    left: 21vw;
    bottom: 31vw;
  }
}
#section01 .container .map_area figure figcaption p.region06 {
  top: 370px;
  left: 160px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region06 {
    top: 70vw;
    left: 32vw;
  }
}
#section01 .container .map_area figure figcaption p.region07 {
  top: 450px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .map_area figure figcaption p.region07 {
    top: 54vw;
  }
}
#section01 .container .align_right {
  text-align: right;
}

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 60px 0 120px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 40px 0 80px;
  }
}
#section02 .container h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section02 .container h2 {
    font-size: 20px;
    padding: 0 0 20px;
  }
}
#section02 .container h2::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #007dc4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section02 .container h2::after {
    width: 58px;
  }
}
#section02 .container h2 {
  margin: 0 0 40px;
}
#section02 .container .shop_link .box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .shop_link .box {
    margin: 0 0 20px;
  }
}
#section02 .container .shop_link .box h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .shop_link .box h3 {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
#section02 .container .shop_link .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .shop_link .box ul {
    gap: 5px;
  }
}
#section02 .container .shop_link .box ul:not(:last-child) {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .shop_link .box ul:not(:last-child) {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .container .shop_link .box ul li {
    width: calc(33.3333333333% - 5px);
  }
}
#section02 .container .shop_link .box ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 285px;
  height: 60px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1170px) {
  #section02 .container .shop_link .box ul li a {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .container .shop_link .box ul li a {
    width: 100%;
    height: 40px;
    font-size: 12px;
    margin: 0 auto;
  }
}
#section02 .container .shop_link .box ul li a:hover {
  opacity: 0.7;
}
#section02 .container .shop_link .box ul#area01 li a {
  background: #0071bc;
}
#section02 .container .shop_link .box ul#area02 li a {
  background: #619fea;
}
#section02 .container .shop_link .box ul#area03 li a {
  background: #3fa944;
}
#section02 .container .shop_link .box ul#area04 li a {
  background: #99cc34;
}
#section02 .container .shop_link .box ul#area05 li a {
  background: #f1c103;
}
#section02 .container .shop_link .box ul#area06 li a {
  background: #fe9903;
}
#section02 .container .shop_link .box ul#area07 li a {
  background: #fc9fab;
}
#section02 .container .shop_link .box ul#area08 li a, #section02 .container .shop_link .box ul#area09 li a {
  background: #fe6561;
}