@charset "UTF-8";
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  overflow-x: hidden !important;
}

:root {
  overflow-x: hidden;
}

body.single-shop .container {
  max-width: 1080px;
}
body.single-shop .flex {
  display: flex;
}
body.single-shop .fontxll {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fontxll {
    font-size: 22px;
  }
}
body.single-shop .fontxl {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fontxl {
    font-size: 14px;
  }
}
body.single-shop .fontll {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fontll {
    font-size: 18px;
  }
}
body.single-shop .fontl {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fontl {
    font-size: 16px;
  }
}
body.single-shop .fontm {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fontm {
    font-size: 14px;
  }
}
body.single-shop .fonts {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fonts {
    font-size: 12px;
  }
}
body.single-shop .fontss {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fontss {
    font-size: 11px;
  }
}
body.single-shop .mt-5 {
  margin-top: 3rem !important;
}
body.single-shop .mt-4 {
  margin-top: 1.5rem !important;
}
body.single-shop .mt-3 {
  margin-top: 1rem !important;
}
body.single-shop .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
body.single-shop .col-12 {
  flex: 0 0 auto;
  width: 100% !important;
}
body.single-shop .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667% !important;
}
body.single-shop .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333% !important;
}
body.single-shop .col-9 {
  flex: 0 0 auto;
  width: 75% !important;
}
body.single-shop .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667% !important;
}
body.single-shop .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333% !important;
}
body.single-shop .col-6 {
  flex: 0 0 auto;
  width: 50% !important;
}
body.single-shop .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667% !important;
}
body.single-shop .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333% !important;
}
body.single-shop .col-3 {
  flex: 0 0 auto;
  width: 25% !important;
}
body.single-shop .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667% !important;
}
body.single-shop .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333% !important;
}
  body.single-shop .col-sw-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  body.single-shop .col-sw-4 {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  body.single-shop .col-sw-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
@media screen and (max-width: 768px) {
  body.single-shop .col-md-12 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  body.single-shop .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667% !important;
  }
  body.single-shop .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333% !important;
  }
  body.single-shop .col-md-9 {
    flex: 0 0 auto;
    width: 75% !important;
  }
  body.single-shop .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667% !important;
  }
  body.single-shop .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333% !important;
  }
  body.single-shop .col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  body.single-shop .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  body.single-shop .col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  body.single-shop .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667% !important;
  }

  body.single-shop .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  body.single-shop .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
body.single-shop .font-weight-bold {
  font-weight: bold;
}
body.single-shop .slash-left {
  padding-right: 70px;
  transform: rotate(-20deg);
  position: relative;
  top: -15px;
}
@media screen and (max-width: 768px) {
  body.single-shop .slash-left {
    top: -2px;
    padding-right: 10px;
  }
}
body.single-shop .slash-right {
  padding-left: 70px;
  transform: rotate(20deg);
  position: relative;
  top: -15px;
}
@media screen and (max-width: 768px) {
  body.single-shop .slash-right {
    top: -2px;
    padding-left: 10px;
  }
}
body.single-shop .text-red {
  color: #E64754;
}
body.single-shop .text-left {
  text-align: left;
}
body.single-shop .text-center {
  text-align: center;
}
body.single-shop .text-right {
  text-align: right;
}
body.single-shop .align-items-center {
  align-items: center;
}
body.single-shop .align-items-end {
  align-items: end;
}
body.single-shop .justify-content-center {
  justify-content: center;
}
body.single-shop .justify-content-end {
  justify-content: end;
}
body.single-shop .d-inline-block {
  display: inline-block;
}
body.single-shop .bg-orange {
  background-color: #FCF9F5;
}
body.single-shop .bg-white {
  background-color: #fff;
}
body.single-shop .bg-red {
  background-color: #E64754;
  color: #fff;
}
body.single-shop .bg-gray {
  background-color: #F8F8F8;
}
body.single-shop .border-red {
  border: 3px solid #D25359;
}
body.single-shop .swiper-button-next {
  background-image: url(/wp-content/themes/kaitorimakxas/assets/images/arrow_right.png);
  background-position: center;
  width: 44px;
  background-size: cover;
}
body.single-shop .swiper-button-next:after {
  content: "";
}
body.single-shop .swiper-button-prev {
  background-image: url(/wp-content/themes/kaitorimakxas/assets/images/arrow_left.png);
  background-position: center;
  width: 44px;
  background-size: cover;
}
body.single-shop .swiper-button-prev:after {
  content: "";
}
body.single-shop .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.single-shop .sp {
    display: flex;
  }
}
body.single-shop .header .nav .pc{
  display: flex;
}
body.single-shop ul {
  display: inline-block;
}
body.single-shop ul li {
  display: inline-block;
}
body.single-shop h2 {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop h2 {
    font-size: 26px;
  }
}
body.single-shop .title-en {
  font-size: 170px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #E8E0D0;
  text-stroke: 1px #E8E0D0;
  position: absolute;
  top: -80px;
  left: 20%;
  z-index: -1;
}
body.single-shop .title-en4 {
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.single-shop .title-en {
    font-size: 80px;
    left: 0;
    top: -60px;
    bottom: 0;
    right: 0px;
  }
}
body.single-shop .title-sub {
  text-align: center;
  padding-bottom: 20px;
}
body.single-shop .title-sub:before {
  content: "";
  width: 58px;
  height: 38px;
  background-image: url(/wp-content/themes/kaitorimakxas/assets/images/shop/bg.png);
  display: block;
  margin: auto;
  position: relative;
  top: 38px;
  z-index: -1;
}
body.single-shop .neighborhood {
  padding: 60px 0 !important;
}
@media screen and (max-width: 768px) {
  body.single-shop .neighborhood {
    padding: 40px 0 !important;
  }
}
body.single-shop .neighborhood h2 {
  margin-bottom: 30px;
}
body.single-shop .neighborhood-name {
  margin-top: 65px;
}
body.single-shop .neighborhood-name:after {
  content: "";
  display: block;
  background-color: #E64754;
  margin: 20px auto;
  height: 2px;
  width: 80px;
}
body.single-shop .neighborhood table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.single-shop .neighborhood table {
    font-size: 14px;
  }
}
body.single-shop .neighborhood table th {
  background-color: #FFF2F2;
  color: #E64754;
  padding: 15px 0.5em;
}
body.single-shop .neighborhood table td {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  body.single-shop .neighborhood table td {
    padding-left: 20px;
  }
}
body.single-shop .neighborhood table td div {
  margin-top: 5px;
}
body.single-shop .neighborhood table svg {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  body.single-shop .neighborhood .col-6 {
    width: 100% !important;
  }
}
body.single-shop .access-area {
  padding-bottom: 60px;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 768px) {
  body.single-shop .access-area {
    padding: 0 10px;
  }
}
body.single-shop .access h2 {
  margin: 0px 0 80px 0;
}
body.single-shop .access .cta {
  max-width: 490px;
  width: 100%;
}
body.single-shop .access .cta a {
  height: 70px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .access .cta a {
    padding: 0 20px;
  }
}
body.single-shop .access .cta a.act {
  background-color: #E64754;
  color: #fff;
}
body.single-shop .access .swiper {
  margin-top: 20px;
}
body.single-shop .access .swiper .bg-white {
  padding: 28px 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .access .swiper .bg-white {
    padding: 28px 30px 50px;
  }
}
body.single-shop .access .swiper .bg-white img {
  margin-top: 0;
}
body.single-shop .access .swiper .bg-white .fontxl {
  font-size: 14px;
}
body.single-shop .access .swiper .swiper-pagination {
  margin-top: 20px;
  bottom: 20px;
}
body.single-shop .access .swiper .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #E64754;
  height: 15px;
  width: 15px;
}
body.single-shop .access .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E64754;
}
body.single-shop .access-img {
  margin-top: 50px;
}
body.single-shop .access-num {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #E64754;
  border-radius: 30px;
  display: inline-block;
}
body.single-shop .access-box {
  padding: 0 40px 50px;
  margin-top: 20px;
}
body.single-shop .access-box .col-6 {
  padding: 0 20px;
}
body.single-shop .access-box .col-6 img {
  width: 100%;
}
body.single-shop .access-introduction {
  border: 2px solid #D25359;
  margin-top: 100px;
  padding: 10px 50px 50px;
}
@media screen and (max-width: 768px) {
  body.single-shop .access-introduction {
    padding: 10px 20px 30px;
  }
}
body.single-shop .access-introduction_title {
  color: #E64754;
  font-weight: bold;
  position: relative;
  top: -30px;
  font-size: 24px;
  background-color: #FCF9F5;
  text-align: center;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.single-shop .access-introduction_title {
    font-size: 16px;
    width: 100%;
  }
}
body.single-shop .access-introduction_title:before {
  background-image: url(/wp-content/themes/kaitorimakxas/assets/images/access-introduction.png);
  display: block;
  content: "";
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: -1;
}
body.single-shop .access-introduction iframe {
  height: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .access-introduction iframe {
    height: 250px;
  }
}
body.single-shop .results {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  body.single-shop .results {
    margin-top: 50px;
  }
}
body.single-shop .results .title-en {
  left: 17%;
  top: -100px;
}
@media screen and (max-width: 768px) {
  body.single-shop .results .title-en {
    left: 0%;
    top: -35px;
  }
}
body.single-shop .results-title {
  text-align: center;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  body.single-shop .results-title {
    font-size: 30px;
  }
}
body.single-shop .results.bg-orange {
  padding-bottom: 65px;
}
body.single-shop .results h2 {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  body.single-shop .results h2 span {
    position: relative;
    top: -10px;
  }
}
body.single-shop .results .price {
  font-weight: bold;
  font-size: 40px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .results .price {
    font-size: 24px;
    padding: 0 0 0 20px;
  }
}
body.single-shop .results .cta {
  background-color: #FFE200;
  margin-top: 50px;
  height: 80px;
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .results .cta {
    margin: 30px auto 0;
    width: 90%;
  }
}
body.single-shop .results .cta .icon-arrow-right {
  position: absolute;
  top: 25%;
  right: 10px;
}
body.single-shop .results-area {
  background-image: url(/wp-content/themes/kaitorimakxas/assets/images/shop/border.png);
  height: 410px;
}
body.single-shop .results-area .swiper {
  margin-top: 350px;
  top: -230px;
}
@media screen and (max-width: 768px) {
  body.single-shop .results-area .swiper {
    top: -230px;
    margin-top: 90px;
  }
  body.single-shop .results-area .swiper-slide {
    margin-top: 180px;
    margin-left: 10px;
  }
}
body.single-shop .results-area .swiper .swiper-button-next,
body.single-shop .results-area .swiper .swiper-button-prev {
  top: 30%;
}
@media screen and (max-width: 768px) {
  body.single-shop .results-area .swiper .swiper-button-next,
  body.single-shop .results-area .swiper .swiper-button-prev {
    top: 45%;
  }
}
body.single-shop .results-area .swiper img {
  width: 100%;
}
body.single-shop .review {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .review {
    padding: 40px 0 0;
  }
}
body.single-shop .review .cta {
  min-width: auto;
  width: 100%;
}
body.single-shop .review .cta .bg-red {
  border: 2px solid #D25359;
}
@media screen and (max-width: 768px) {
  body.single-shop .review .cta .bg-red {
    padding: 20px 0;
  }
}
body.single-shop .review .cta .bg-white {
  border: 2px solid #D25359;
  color: #E64754;
}
@media screen and (max-width: 768px) {
  body.single-shop .review .cta .bg-white {
    padding: 20px 0;
  }
}
body.single-shop .review .title-en {
  top: -90px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review .title-en {
    top: -55px;
  }
}
body.single-shop .review .col-2 {
  margin: 0 0.8%;
  width: 15% !important;
}
@media screen and (max-width: 768px) {
  body.single-shop .review .col-2 {
    margin-bottom: 10px;
    width: 48% !important;
  }
}
body.single-shop .review-link {
  color: #1D7ACB;
  display: block;
  text-align: right;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-link {
    text-align: center;
    margin-top: 5px;
  }
}
body.single-shop .review-list {
  font-weight: bold;
  position: relative;
  top: 45px;
}
body.single-shop .review-title_red {
  color: #E64754;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-title_red {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .review-all.row {
    display: block;
    text-align: center;
  }
  body.single-shop .review-all .star img {
    display: inline-block;
    width: 50px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body.single-shop .review-all .star img {
    width: 45px !important;
  }
}
body.single-shop .review-content {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content {
    padding: 230px 0 60px;
    position: relative;
    top: -150px;
    z-index: -1;
  }
}
body.single-shop .review-content .star {
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .star {
    margin: 10px 40px;
  }
}
body.single-shop .review-content .star img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .star img {
    display: inline-block;
  }
}
body.single-shop .review-content .bg-white {
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .bg-white {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .bg-white .text-red {
    text-align: center;
    margin-bottom: 10px;
  }
}
body.single-shop .review-content .bg-white .star {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .bg-white .star {
    text-align: center;
  }
}
body.single-shop .review-content .bg-white .star img {
  width: 18px;
}
body.single-shop .review-content .bg-white .star a {
  color: #1D7ACB;
  display: inline-block;
  font-size: 12px;
  float: right;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .bg-white .star a {
    float: none;
    display: block;
    text-align: right;
  }
}
body.single-shop .review-content .bg-white .star a svg {
  vertical-align: middle;
  margin-right: 5px;
}
body.single-shop .review-content .bg-gray {
  margin-top: 10px;
  padding: 7px 12px;
}
body.single-shop .review-content .col-6 {
  width: 48% !important;
  margin: 20px 1% 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .col-6 {
    width: 100% !important;
  }
}
body.single-shop .review-content .cta {
  border-radius: 10px;
  max-width: 400px;
  margin-top: 50px;
}
body.single-shop .review-content .cta a {
  font-size: 17px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-content .cta a {
    font-size: 15px;
    height: 60px;
  }
}
body.single-shop .review-num {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-num {
    font-size: 24px;
  }
}
body.single-shop .review-num span {
  color: #E64754;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-num span {
    font-size: 40px;
  }
}
body.single-shop .review-text {
  line-height: 36px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .review-text {
    margin-top: 15px;
  }
}
body.single-shop .shop {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop {
    padding: 40px 0;
  }
}
body.single-shop .shop .bg-orange {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop .bg-orange {
    padding: 40px 0;
  }
}
body.single-shop .shop .title-en4 {
  top: -20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop .title-en4 {
    top: -5px;
  }
}
body.single-shop .shop-title {
  font-size: 42px;
  padding-top: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
body.single-shop .shop-content {
  margin-bottom: 40px;
}
body.single-shop .shop-right {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-right {
    padding-left: 0px;
  }
}
body.single-shop .shop-name {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-name {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
  }
}
body.single-shop .shop-name:after {
  border-bottom: 3px solid #E64754;
  content: "";
  display: block;
  width: 80px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-name:after {
    margin: 20px auto;
  }
}
body.single-shop .shop-addres {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-addres {
    font-size: 14px;
    padding: 0 20px;
  }
}
body.single-shop .shop-tel {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-tel {
    font-size: 14px;
    padding: 0 20px;
  }
}
body.single-shop .shop-date {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-date {
    font-size: 14px;
    padding: 0 20px;
  }
}
body.single-shop .shop-area {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-area {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
body.single-shop .shop-area svg {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop img {
    padding: 0 20px;
  }
}
body.single-shop .area {
  padding: 0px 0 160px;
}
@media screen and (max-width: 768px) {
  body.single-shop .area {
    padding: 40px 20px;
  }
}
body.single-shop .area .title-en {
  left: 10%;
  top: -95px;
}
@media screen and (max-width: 768px) {
  body.single-shop .area .title-en {
    left: 0;
    top: -65px;
  }
}
body.single-shop .area a {
  float: none;
  margin: 5px;
}
body.single-shop .area .icon-map {
  color: #E64754;
}
body.single-shop .area-title {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  body.single-shop .area-title {
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .area-text {
    margin: 20px 0;
    text-align: center;
  }
}
body.single-shop .area-content {
  position: relative;
}
body.single-shop .area .map-list {
  position: absolute;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .area .map-list {
    position: static;
  }
}
body.single-shop .area .map-list1 {
  top: 300px;
  right: 100px;
}
body.single-shop .area .map-list2 {
  top: 400px;
  right: 100px;
}
body.single-shop .area .map-list3 {
  right: 180px;
  bottom: 100px;
}
body.single-shop .area .map-list4 {
  right: 38%;
  bottom: -5%;
}
body.single-shop .area .map-list5 {
  left: 30%;
  top: 33%;
}
body.single-shop .area .map-list6 {
  left: 0%;
  top: 33%;
}
body.single-shop .area .map-list7 {
  left: 0%;
  top: 50%;
}
body.single-shop .area .map-list8 {
  left: 20%;
  bottom: -5%;
}
body.single-shop .area .map-list a {
  font-size: 16px;
}
body.single-shop .area .map-list a svg {
  vertical-align: baseline;
  margin-right: 5px;
}
body.single-shop .area .map-title {
  font-size: 20px;
  margin-top: 20px;
}
body.single-shop .area .map .kaitoribubble span {
  font-size: 30px;
}
body.single-shop footer {
  margin-top: 100px;
}

body.single-shop .access-box{
	padding: 20px 0;
}
body.single-shop .access-box .col-6{
padding:0 10px;
}
body.single-shop .access-img{
margin-top:10px;
}
body.single-shop .access-num{
	    width: 20px;
    height: 20px;
    line-height: 20px;
	margin: 5px;
}
@media screen and (max-width: 768px) {
	body.single-shop .bg-white{
		padding:0;
	}
	body.single-shop .col-sw-3,
	 body.single-shop .col-sw-4,
	 body.single-shop .col-sw-6{
		width:100%!important;
	}
}
iframe{
	    width: 100%;
}

a.tel-link {
	color: inherit;
	text-decoration: none;
}

a.tel-link:hover,
a.tel-link:focus {
	text-decoration: none;
}