@charset "UTF-8";
/* top main */
.top_main_sec {
  width: 100%;
  height: 373px;
  background-image: url("../../img/shop/top/main_bg.png");
  background-position: top center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  box-sizing: border-box;
  padding-top: 48px;
}
.top_main_sec h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 73px;
}
.top_main_sec ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.top_main_sec ul li {
  position: relative;
  display: block;
  width: 31%;
  height: 131px;
  background-color: #00a2e6;
  border-radius: 0 20px 0 20px;
}
.top_main_sec ul li .img {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.top_main_sec ul li .t1 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 52px;
  line-height: 120%;
}
.top_main_sec ul li .t1 sup {
  position: relative;
  font-size: 14px;
  top: 8px;
  line-height: 0;
}
.top_main_sec ul li .t2 {
  padding-top: 65px;
}
.top_main_sec ul li:nth-child(2) .img {
  padding-left: 20px;
}
.top_main_sec p {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .top_main_sec {
    width: 100%;
    height: auto;
    background-image: url("../../img/shop/top/main_bg.png");
    background-position: bottom left -110vw;
    background-size: auto 270px;
    background-repeat: no-repeat;
    background-color: #d4faff;
    padding-top: 9vw;
    padding-bottom: 8vw;
  }
  .top_main_sec h2 {
    text-align: center;
    font-size: 4.4vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0px;
    margin: 0 0 12vw;
  }
  .top_main_sec ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_main_sec ul li {
    position: relative;
    display: block;
    width: 76%;
    height: auto;
    background-color: #00a2e6;
    border-radius: 0 20px 0 20px;
    margin-bottom: 8vw;
  }
  .top_main_sec ul li .img {
    position: absolute;
    top: -4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .top_main_sec ul li .img img {
    height: 12vw;
  }
  .top_main_sec ul li .t1 {
    text-align: center;
    color: #fff;
    font-size: 4.2vw;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10vw 0 4vw;
    line-height: 140%;
  }
  .top_main_sec ul li .t1 sup {
    position: relative;
    font-size: 14px;
    top: 8px;
    line-height: 0;
  }
  .top_main_sec ul li .t2 {
    padding: 11vw 0 8vw;
  }
  .top_main_sec ul li:nth-child(2) .img {
    padding-left: 20px;
  }
  .top_main_sec p {
    font-size: 3.7vw;
    letter-spacing: 0;
    line-height: 140%;
    margin-top: 0;
  }
}
/* top main */
/* top コンテンツ */
.top_sec01 {
  padding: 1px 0 60px;
}

ul.top_anchor_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 35px 0 50px;
}
ul.top_anchor_link li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 2px solid #00a2e6;
}
ul.top_anchor_link li a {
  position: relative;
  display: block;
  width: 100%;
  color: #00a2e6;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 7px 0 33px;
}
ul.top_anchor_link li a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  background-image: url("../../../common_grand/img/shop/arrow01.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in 0s;
}
ul.top_anchor_link li a:hover {
  opacity: 0.6;
}
ul.top_anchor_link li a:hover:after {
  transform: translateY(5px);
}

@media screen and (max-width: 960px) {
  .top_sec01 {
    padding: 1px 0 11vw;
  }
  ul.top_anchor_link {
    flex-wrap: wrap;
    margin: 8vw 0 12vw;
    border-bottom: 1px solid #00a2e6;
  }
  ul.top_anchor_link li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #00a2e6;
    border-left: none;
  }
  ul.top_anchor_link li a {
    font-size: 4.5vw;
    letter-spacing: 0;
    padding: 3.5vw 0;
  }
  ul.top_anchor_link li a:after {
    bottom: 30%;
    left: inherit;
    right: 20px;
    margin: 0;
    width: 20px;
    height: 20px;
  }
  ul.top_anchor_link li a:hover {
    opacity: 0.6;
  }
  ul.top_anchor_link li a:hover:after {
    transform: translateY(0);
  }
}
.top_sec02 {
  padding: 50px 0 10px;
  background-color: #e3f7ff;
}

ul.shop_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
ul.shop_list > li {
  width: 48.1%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px 30px 38px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
ul.shop_list > li .name {
  color: #00a2e6;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
ul.shop_list > li .name span {
  display: block;
  font-size: 18px;
}
ul.shop_list > li .add {
  letter-spacing: -0.5px;
}
ul.shop_list > li ul.disk li {
  margin-bottom: 0;
  letter-spacing: 0;
}
ul.shop_list > li ul.btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 16px;
}
ul.shop_list > li ul.btn_list li {
  width: 49.3%;
}
ul.shop_list > li .btn01, ul.shop_list > li .btn02 {
  display: block;
  width: 100%;
  background-color: #00a2e6;
  border: 2px solid #000;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
  padding: 8px 16px 8px 0;
  box-sizing: border-box;
  background-image: url("../../../common_grand/img/shop/arrow02.png");
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
ul.shop_list > li .btn01 .fileicon, ul.shop_list > li .btn02 .fileicon {
  display: none !important;
}
ul.shop_list > li .btn01:hover, ul.shop_list > li .btn02:hover {
  opacity: 0.6;
}
ul.shop_list > li .btn02 {
  background-color: #ffd32d;
  color: #000;
  padding: 8px 5px 8px 0;
  background-image: url("../../../common_grand/img/shop/arrow03.png");
}

@media screen and (max-width: 960px) {
  .top_sec02 {
    padding: 15vw 0 3vw;
  }
  ul.shop_list > li {
    width: 100%;
    padding: 5vw 6vw 5vw;
    margin-bottom: 8vw;
  }
  ul.shop_list > li .name {
    font-size: 5.4vw;
    margin-bottom: 4vw;
  }
  ul.shop_list > li .name span {
    font-size: 3.8vw;
  }
  ul.shop_list > li .add {
    letter-spacing: 0;
    line-height: 170%;
  }
  ul.shop_list > li ul.disk li {
    margin-bottom: 2vw;
  }
  ul.shop_list > li ul.btn_list {
    flex-wrap: wrap;
    margin-top: 5vw;
  }
  ul.shop_list > li ul.btn_list li {
    width: 100%;
    margin-bottom: 5vw;
  }
  ul.shop_list > li .btn01, ul.shop_list > li .btn02 {
    border-radius: 50px;
    font-size: 4.2vw;
    letter-spacing: 0;
    padding: 3.5vw 0;
    background-position: right 7vw center;
  }
  ul.shop_list > li .btn02 {
    font-size: 4.2vw;
  }
}
.top_sec03 {
  padding: 70px 0 20px;
}
.top_sec03 .content {
  position: relative;
}
.top_sec03__img01 {
  position: absolute;
  left: 8px;
  top: -70px;
}

@media screen and (max-width: 960px) {
  .top_sec03 {
    padding: 15vw 0 5vw;
  }
  .top_sec03 .content {
    position: relative;
  }
  .top_sec03__img01 {
    position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
    margin: 3vw 0 8vw;
  }
  .top_sec03__img01 img {
    width: 43%;
  }
  .top_sec03__sp_wrap {
    width: 86%;
    margin: 0 auto;
  }
}
.top_sec04 {
  padding: 50px 0 60px;
}
.top_sec04 ul.top_step_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 50px;
  padding-top: 40px;
}
.top_sec04 ul.top_step_list li {
  position: relative;
  width: 28.4%;
  border: 2px solid #00a2e6;
  border-radius: 10px;
  padding: 65px 30px 30px;
  box-sizing: border-box;
}
.top_sec04 ul.top_step_list li .step {
  position: absolute;
  display: inline-block;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #00a2e6;
  border-radius: 50%;
  width: 79px;
  height: 79px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding-top: 20px;
  box-sizing: border-box;
}
.top_sec04 ul.top_step_list li .step span {
  font-size: 24px;
  display: block;
}
.top_sec04 ul.top_step_list li:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: -45px;
  margin: auto;
  width: 25px;
  height: 29px;
  background-color: #00a2e6;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.top_sec04 ul.top_step_list li::after {
  visibility: inherit;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: -42px;
  margin: auto;
  width: 20px;
  height: 23px;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.top_sec04 ul.top_step_list li:last-child::before, .top_sec04 ul.top_step_list li:last-child::after {
  display: none;
}

@media screen and (max-width: 960px) {
  .top_sec04 {
    padding: 8vw 0 6vw;
  }
  .top_sec04 ul.top_step_list {
    flex-wrap: wrap;
    margin: 0 0 6vw;
    padding-top: 8vw;
  }
  .top_sec04 ul.top_step_list li {
    width: 100%;
    border-radius: 6px;
    padding: 10vw 25px 15px;
    box-sizing: border-box;
    margin-bottom: 22vw;
  }
  .top_sec04 ul.top_step_list li .step {
    top: -7.8vw;
    width: 15vw;
    height: 15vw;
    font-size: 4vw;
    padding-top: 3.4vw;
  }
  .top_sec04 ul.top_step_list li .step span {
    font-size: 5vw;
  }
  .top_sec04 ul.top_step_list li:before {
    top: inherit;
    bottom: -11vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 27px;
    height: 23px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  .top_sec04 ul.top_step_list li::after {
    top: inherit;
    bottom: calc(-11vw + 4px);
    right: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 17px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  .top_sec04 ul.top_step_list li:last-child {
    margin-bottom: 4vw;
  }
}
/* top コンテンツ */
/* shop コンテンツ */
.shop_sec .h2_wrap:first-child {
  margin-top: 0;
}
.shop_sec .shop_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 95px;
}
.shop_sec .shop_wrap__cnt {
  padding-right: 60px;
  box-sizing: border-box;
}
.shop_sec .shop_wrap__cnt .info_box {
  position: relative;
  background-color: #fffcc7;
  padding: 45px 40px 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.shop_sec .shop_wrap__cnt .info_box .tag {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 5px 20px 4px;
  background-color: #006ecc;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
}
.shop_sec .shop_wrap__cnt .info_box h3 {
  font-size: 17px;
  font-weight: 700;
  color: #006ecc;
  margin: 0 0 10px;
}
.shop_sec .shop_wrap__cnt p {
  margin-top: 0;
}
.shop_sec .shop_wrap__img {
  width: 560px;
}

@media screen and (max-width: 960px) {
  .shop_sec .shop_wrap {
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
  .shop_sec .shop_wrap__cnt {
    padding-right: 0;
    margin-bottom: 10vw;
  }
  .shop_sec .shop_wrap__cnt .info_box {
    padding: 10vw 5vw 5vw;
    margin-bottom: 5vw;
  }
  .shop_sec .shop_wrap__img {
    width: 100%;
  }
  .maps {
    position: relative;
    margin: 2vw auto 0;
    width: 100%;
    padding-top: 56.25%;
  }
  .maps iframe {
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* shop コンテンツ */