@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(https://kaitorimakxas.com/wp-content/themes/kaitorimakxas/202208/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(https://kaitorimakxas.com/wp-content/themes/kaitorimakxas/202208/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/images/shop/bg.png);
  display: block;
  margin: auto;
  position: relative;
  top: 38px;
  z-index: -1;
}
body.single-shop .kaitoribubble {
  background-color: #E64754;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 1.5em 0;
  padding: 15px 10px;
  font-size: 16px;
  border: solid 3px #E64754;
  box-sizing: border-box;
  width: 100%;
}
body.single-shop .kaitoribubble:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #E64754;
  z-index: 2;
}
body.single-shop .kaitoribubbleafter {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #E64754;
  z-index: 1;
}
body.single-shop .kaitoribubble ~ img {
  display: block;
  margin: 10px auto 0;
}
body.single-shop .fv {
  padding-bottom: 0;
}
body.single-shop .fv img {
  display: block;
  margin: 0 auto;
}
body.single-shop .fv .bg-red {
  max-width: 400px;
  margin: -20px auto 0;
  padding: 5px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
body.single-shop .fv-list {
  border: 1px solid #E64754;
  margin-top: 50px;
  margin-bottom: 20px;
}
body.single-shop .fv-list ul {
  margin: 1.5em 0;
  width: 100%;
}
body.single-shop .fv-list ul li {
  margin-right: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .fv-list ul li {
    margin-right: 20px;
  }
}
body.single-shop .fv h1 {
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fv h1 {
    font-size: 28px;
  }
}
body.single-shop .fv h2 {
  margin-top: 50px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fv h2 {
    font-size: 26px;
    margin-top: 40px;
  }
}
body.single-shop .fv h2 span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  body.single-shop .fv h2 span {
    font-size: 28px;
  }
}
body.single-shop .fv-text {
  margin-top: 30px;
  line-height: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body.single-shop .fv-text {
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .fv .col-8,
  body.single-shop .fv .col-4 {
    width: 100% !important;
  }
  body.single-shop .fv .col-8 img,
  body.single-shop .fv .col-4 img {
    width: 250px;
  }
}
body.single-shop .shop-info {
  background-color: #FCF9F5;
  padding: 40px 0 !important;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-info {
    padding: 40px 0 80px !important;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-info .title-sub {
    padding-bottom: 40px;
  }
}
body.single-shop .shop-info h2 {
  margin-bottom: 20px;
}
body.single-shop .shop-info .cta {
  max-width: 400px;
  width: 100%;
}
body.single-shop .cta a:not(#pagetop):hover {
        opacity: 1 !important;
    }
@media screen and (max-width: 768px) {
  body.single-shop .shop-info .cta {
    margin-top: 20px;
  }
}
body.single-shop .shop-info .cta a {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
body.single-shop .shop-info .cta a icon {
  height: 16px;
  width: 12px;
}
body.single-shop .shop-info table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-spacing: 0 8px;
}
body.single-shop .shop-info table th {
  background-color: #fff;
  color: #E64754;
  padding: 16px 0;
  width: 140px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-info table th {
    padding: 5px 0;
  }
}
body.single-shop .shop-info table td {
  background-color: inherit;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-info table td {
    padding-left: 20px;
  }
}
body.single-shop .shop-info iframe {
  height: 540px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-info iframe {
    margin-top: 20px;
    height: 360px;
  }
}
body.single-shop .shop-info svg {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.single-shop .shop-info .col-6 {
    width: 100% !important;
  }
}
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/asset/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/asset/images/border2.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 .category {
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .category {
    padding: 40px 0 20px;
  }
}
body.single-shop .category .container {
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .title-en {
    font-size: 60px;
    top: -20px;
  }
}
body.single-shop .category .kanren-item_img {
  display: block;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
  margin: 10px 0;
}
body.single-shop .category .kanren-item {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
body.single-shop .category-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.single-shop .category-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
body.single-shop .category-title span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .category-title span {
    position: relative;
    top: 10px;
    font-size: 24px;
  }
}
body.single-shop .category .card__text .name {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .card__text .name {
    font-size: 18px;
  }
}
body.single-shop .category .card__text {
  margin-top: 15px;
  padding: 0;
}
body.single-shop .category .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
body.single-shop .category .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body.single-shop .category .modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal-container {
    padding: 0;
  }
}
body.single-shop .category .modal-img {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
body.single-shop .category .modal-cat {
  font-size: 26px;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal-cat {
    font-size: 20px;
    margin-top: 20px;
  }
}
body.single-shop .category .modal-text {
  font-size: 15px;
  margin-top: 22px;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  line-height: 1.75rem;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
body.single-shop .category .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
}
body.single-shop .category .modal-body .swiper-button-prev {
  left: -50px;
  top: 51%;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal-body .swiper-button-prev {
    left: -20px;
  }
}
body.single-shop .category .modal-body .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal-body .swiper-button-next {
    right: -20px;
  }
}
body.single-shop .category .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal-close {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #999;
    z-index: 3;
  }
}
body.single-shop .category .modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .modal-content {
    background: #fff;
    text-align: left;
    padding: 30px 20px;
    overflow: scroll;
    height: 550px;
  }
}
body.single-shop .category .modal-content .cta {
  margin: 1em 0 0 auto;
  min-width: initial;
  width: auto;
  display: inline-block;
  float: right;
}
body.single-shop .category .modal-content .cta a {
  padding: 15px 25px;
  background-color: #E64754;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
body.single-shop .category .modal-content .cta a svg {
  display: inline-block;
  float: right;
  margin-left: 15px;
  font-size: 20px;
}
body.single-shop .category .kaitoribubble {
  border: none;
  background-color: #262626;
  color: #fff;
  display: block;
  padding: 10px 0;
  max-width: 500px;
  margin: 120px auto 10px;
}
body.single-shop .category .kaitoribubble::before {
  border-top: 12px solid #262626;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .kaitoribubble {
    margin: 60px auto 10px;
  }
}
body.single-shop .category-more {
  background-color: #fff;
  max-width: 600px;
  margin: auto;
  font-size: 44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.single-shop .category-more {
    font-size: 24px;
    width: 80%;
  }
}
body.single-shop .category-img {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/border.png);
  margin-bottom: 80px;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .category-img {
    margin-bottom: 40px;
  }
}
body.single-shop .category .kanren-arrow_down {
  position: relative;
  top: -40px;
  z-index: -2;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  body.single-shop .category .kanren-arrow_down {
    top: -25px;
  }
}
body.single-shop .method {
  padding: 0px 0 80px;
}
@media screen and (max-width: 768px) {
  body.single-shop .method {
    padding: 40px 0;
  }
}
body.single-shop .method-title {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .method-title {
    font-size: 28px;
  }
}
body.single-shop .method-title span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body.single-shop .method-title span {
    position: relative;
    top: 10px;
  }
}
body.single-shop .method-text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body.single-shop .method-text {
    font-size: 16px;
  }
}
body.single-shop .method .title-en {
  top: -50px;
}
body.single-shop .method .kaitoribubble {
  padding: 5px;
}
body.single-shop .method .col-3 {
  margin-top: 40px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single-shop .method .col-3 {
    margin-top: 20px;
    width: 50% !important;
  }
  body.single-shop .method .col-3 img {
    width: 75px;
  }
}
body.single-shop .method .col-3:after {
  border-right: 1px dotted #D25359;
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  height: 95%;
}
body.single-shop .method-box {
  margin-top: 80px;
  border: 5px solid #FFF2F2;
  font-size: 18px;
  line-height: 40px;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  body.single-shop .method-box {
    margin-top: 60px;
    padding: 20px 20px 0;
  }
}
body.single-shop .method-box img {
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 310px;
}
@media screen and (max-width: 768px) {
  body.single-shop .method-box img {
    position: relative;
    right: 0;
    height: 240px;
    width: auto;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .method .col-8,
  body.single-shop .method .col-4 {
    width: 100% !important;
  }
}
body.single-shop .up {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 768px) {
  body.single-shop .up {
    position: relative;
    top: -170px;
  }
}
body.single-shop .up .bg-red {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  body.single-shop .up .bg-red {
    font-size: 16px;
    padding: 5px 10px;
  }
}
body.single-shop .up .bg-red span {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .up .bg-red span {
    font-size: 20px;
  }
}
body.single-shop .up .bg-orange {
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  body.single-shop .up .bg-orange {
    padding: 60px 0 180px;
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .up .container {
    position: relative;
    top: 150px;
  }
}
body.single-shop .up-title {
  font-size: 80px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .up-title {
    font-size: 50px;
    margin: 10px 0;
    position: relative;
    left: 20px;
  }
}
body.single-shop .up-title_area {
  position: relative;
  top: 80px;
}
body.single-shop .up-text {
  font-size: 23px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single-shop .up-text {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    top: 150px;
  }
}
body.single-shop .up-text:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #393939;
  transform: rotate(-35deg);
  position: absolute;
  top: 15px;
  left: 14.5%;
}
@media screen and (max-width: 768px) {
  body.single-shop .up-text:before {
    left: 5%;
    top: initial;
    bottom: 0;
  }
}
body.single-shop .up-text:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #393939;
  transform: rotate(35deg);
  position: absolute;
  top: 15px;
  right: 15%;
}
@media screen and (max-width: 768px) {
  body.single-shop .up-text:after {
    right: 5%;
    top: initial;
    bottom: 0;
  }
}
body.single-shop .up .swiper .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0;
  padding-bottom: 20px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .up .swiper {
    position: relative;
    top: 150px;
  }
  body.single-shop .up .swiper-slide {
    position: relative;
    right: -8%;
  }
}
body.single-shop .up-img {
  display: inline-block !important;
  vertical-align: baseline;
}
body.single-shop .up .swiper-container2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
body.single-shop .up .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 8px 0;
}
body.single-shop .up .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
body.single-shop .up .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid;
  opacity: 1;
}
body.single-shop .up .swiper-pagination-bullet-active {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  body.single-shop .up .card {
    margin: 0 5px;
  }
  body.single-shop .up img.up-img {
    width: 50px !important;
  }
  body.single-shop .up img.up-img2 {
    margin-top: 10px;
    width: 250px;
  }
  body.single-shop .up .swiper img {
    width: 90%;
    margin: 0 auto;
  }
}
body.single-shop .up .kanren-item_img {
  display: block;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
  margin: 10px 0;
}
body.single-shop .up .kanren-item {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
body.single-shop .flow {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow {
    padding: 40px 0;
  }
  body.single-shop .flow .col-md-6 {
    width: 48% !important;
    margin: 1%;
    position: relative;
    top: 30px;
  }
  body.single-shop .flow .mt-5 {
    margin-top: 0rem !important;
  }
}
body.single-shop .flow .title-en {
  left: 0;
  right: 0;
  text-align: center;
  top: -120px;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow .title-en {
    top: -60px;
  }
}
body.single-shop .flow-area {
  margin-top: 40px;
}
body.single-shop .flow-area > *:last-child .flow-box:after {
  display: none;
}
body.single-shop .flow-title {
  font-size: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
body.single-shop .flow-card {
  background-color: #fff;
  border: 1px solid #E64754;
  border-radius: 5px;
  color: #E64754;
  margin: 50px 7px 7px;
  text-align: center;
  height: 90px;
  line-height: 90px;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-card {
    height: 70px;
    line-height: 70px;
    margin: 10px 7px 7px;
  }
}
body.single-shop .flow-card img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-card img {
    width: auto !important;
    height: 30px;
    display: inline-block !important;
    top: 40px;
  }
}
body.single-shop .flow-card div {
  position: relative;
  top: -75px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-card div {
    top: -60px;
  }
}
body.single-shop .flow-card span {
  position: relative;
  top: -15px;
}
body.single-shop .flow-box {
  margin: 0px 25px;
  position: relative;
  position: relative;
}
body.single-shop .flow-box:after {
  background-image: url("/wp-content/themes/kaitorimakxas/asset/images/triangle.png");
  color: #E64754;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  top: 20%;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-box:after {
    background-image: url("/wp-content/themes/kaitorimakxas/asset/images/triangle-sp.png");
    right: auto;
    top: auto;
    left: 40px;
    bottom: -20px;
    transform: 85deg;
    width: 30px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-box {
    margin: 20px 0 0px;
  }
}
body.single-shop .flow-box2:after {
  display: none;
}
body.single-shop .flow-num {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: -1;
}
body.single-shop .flow-content {
  background-color: #fff;
  padding: 0 30px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-content {
    padding: 0 20px 20px;
    margin-top: 30px;
  }
}
body.single-shop .flow-content_title {
  font-size: 22px;
  position: relative;
  top: -20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-content_title {
    font-size: 17px;
  }
}
body.single-shop .flow-content_text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow-content_text {
    font-size: 14px;
    color: #393939;
    position: relative;
    top: -10px;
  }
}
body.single-shop .flow .act {
  background-color: #E64754;
  color: #fff;
}
body.single-shop .flow .bg-orange {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body.single-shop .flow .bg-orange {
    margin-top: 60px;
  }
}
body.single-shop .flow .bg-orange .container {
  position: relative;
  top: -80px;
}
body.single-shop .flow img.flow_img {
  display: block;
  margin: 0 auto;
}
body.single-shop .flow #tab2,
body.single-shop .flow #tab3,
body.single-shop .flow #tab4 {
  display: none;
}
body.single-shop .voice {
  padding: 60px 0;
}
body.single-shop .voice .title-en {
  left: 27%;
}
@media screen and (max-width: 768px) {
  body.single-shop .voice .title-en {
    left: 0;
  }
}
body.single-shop .voice-title {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .voice-title {
    font-size: 28px;
  }
  body.single-shop .voice-title span {
    font-size: 24px;
  }
}
body.single-shop .voice-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 25px 30px;
  margin-top: 60px;
  margin-bottom: 10px;
}
body.single-shop .voice-img {
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  padding-bottom: 58%;
}
body.single-shop .voice-q {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body.single-shop .voice-q {
    margin-bottom: 10px;
  }
}
body.single-shop .voice-q:before {
  content: "Q";
  display: inline-block;
  background-color: #E64754;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  margin-right: 10px;
  margin-top: 35px;
}
body.single-shop .voice-q ~ .fontm {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
}
body.single-shop .voice .border-red {
  padding: 7px 17px;
  margin-right: 10px;
}
body.single-shop .voice .bg-gray {
  padding: 8px 0;
  text-align: center;
}
body.single-shop .voice .star {
  margin: 20px 0;
}
body.single-shop .voice .star img {
  width: 28px;
}
@media screen and (max-width: 768px) {
  body.single-shop .voice .star img {
    display: inline-block;
  }
}
body.single-shop .voice .swiper-container4 {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single-shop .voice .swiper-container4 {
    left: 0;
  }
}
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 .storemanager {
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
}
body.single-shop .storemanage iframe{
	width:100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager {
    padding-top: 0;
  }
}
body.single-shop .storemanager .container {
  position: relative;
  top: -80px;
}
body.single-shop .storemanager:after {
  background-image: url("/wp-content/themes/kaitorimakxas/asset/images/border2.png");
  background-position: top;
  content: "";
  height: 400px;
  width: 100%;
  position: absolute;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager:after {
    top: -150px;
  }
}
body.single-shop .storemanager-title {
  display: inline-block;
  font-size: 43px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-title {
    display: block;
    font-size: 28px;
    text-align: center;
  }
}
body.single-shop .storemanager-title:before {
  background-image: url("/wp-content/themes/kaitorimakxas/asset/images/storemanager2.png");
  background-size: cover;
  content: "";
  display: block;
  height: 80px;
  width: 300px;
  margin: 0 auto 20px;
}
body.single-shop .storemanager-area {
  background-color: #fff;
  border: 6px solid #FFF2F2;
  padding: 70px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-area {
    padding: 45px 10px 20px;
  }
}
body.single-shop .storemanager-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-text {
    font-size: 14px;
    width: 60%;
  }
}
body.single-shop .storemanager-text span {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-text span {
    margin-left: 10px;
  }
}
body.single-shop .storemanager-text svg {
  margin-right: 10px;
}
body.single-shop .storemanager-img {
    position: absolute;
    right: 80px;
    top: 20px;
    width: 180px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-img {
    position: absolute;
    bottom: auto;
    top: 40px;
    right: 13%;
    width: 25%;
  }
}
body.single-shop .storemanager-name {
  position: absolute;
  top: -100px;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #E64754;
  font-weight: bold;
  transform: rotate(10deg);
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-name {
    font-size: 12px;
    top: -20px;
    right: -5px;
  }
}
body.single-shop .storemanager-name span {
  margin-top: 30px;
}
body.single-shop .storemanager .kaitoribubble {
  margin: 2em 0 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager .kaitoribubble {
    padding: 8px 10px;
  }
}
body.single-shop .storemanager-youtube {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-youtube {
    margin-top: 0px;
    font-size: 24px;
    position: relative;
    top: -40px;
  }
}
body.single-shop .storemanager-youtube img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager-youtube img {
    display: block;
    margin: auto;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager .swiper {
    position: relative;
    top: -20px;
  }
}
body.single-shop .storemanager .swiper-slide {
  position: relative;
  left: -20%;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager .swiper-slide {
    left: 0;
  }
}
body.single-shop .storemanager .swiper-pagination {
  position: static;
  margin-top: 20px;
}
body.single-shop .storemanager .swiper-pagination-bullet {
  margin-left: 15px;
  height: 15px;
  width: 15px;
}
body.single-shop .storemanager .swiper-pagination-bullet-active {
  background-color: #E64754;
}
body.single-shop .storemanager .swiper iframe {
  height: 260px;
  width: 100%;
}
body.single-shop .storemanager .cta {
  margin-top: 50px;
  height: 80px;
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .storemanager .cta {
    margin: 0px 10px 0;
    height: auto;
    padding: 15px 0;
  }
}
body.single-shop .storemanager .cta .icon-arrow-right {
  position: absolute;
  top: 25%;
  right: 10px;
}
body.single-shop .faq {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq {
    padding: 40px 0px;
  }
}
body.single-shop .faq .container {
  padding: 0;
}
body.single-shop .faq .title-en {
  top: -95px;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq .title-en {
    top: -55px;
  }
}
body.single-shop .faq-title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-title {
    font-size: 20px;
  }
}
body.single-shop .faq-title span {
  font-size: 42px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-title span {
    top: -5px;
    font-size: 24px;
  }
}
body.single-shop .faq-list {
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-list {
    margin-top: 30px;
  }
}
body.single-shop .faq-list li {
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 1px;
  width: 100%;
    border-bottom: 1px solid #E64754;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-list li {
    padding: 20px 10px;
  }
}
body.single-shop .faq-list_q {
  font-size: 22px;
  font-weight: bold;
  padding: 0em 0em 0em 55px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-list_q {
    font-size: 16px;
  }
}
body.single-shop .faq-list_q:before {
  background-color: #FFE200;
  content: "Q";
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
  position: absolute;
  left: 14px;
  top: 14px;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-list_q:before {
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
}
body.single-shop .faq-list_a {
  display: none;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-list_a {
    font-size: 14px;
  }
}
body.single-shop .faq-list .icon-arrow-up {
  display: none;
}
@media screen and (max-width: 768px) {
  body.single-shop .faq-list .icon-arrow-up {
    top: 10% !important;
  }
}
body.single-shop .faq-list .icon-arrow-down,
body.single-shop .faq-list .icon-arrow-up {
  position: absolute;
  right: 20px;
  top: 35%;
  color: #E64754;
  font-size: 26px;
}
body.single-shop .faq-list li {
  position: relative;
}
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 .correspondence {
  margin-top: 20px;
}
body.single-shop .correspondence .align-items-end {
  margin-bottom: 20px;
}
body.single-shop .correspondence img {
  display: block;
  padding: 33px 40px 0px;
  margin: auto;
}
body.single-shop .correspondence .kaitoribubble {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 8px 10px;
  top: 30px;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  left: 60px;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence .kaitoribubble {
    font-size: 20px;
    left: 0px;
    right: 0;
    display: block;
  }
}
body.single-shop .correspondence-title {
  font-size: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence-title {
    font-size: 28px;
  }
}
body.single-shop .correspondence-title span {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence-title span {
    font-size: 36px;
  }
}
body.single-shop .correspondence-title:after {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/correspondence.png);
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 77px;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: 15%;
  width: 190px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence-title:after {
    top: -20px;
    right: 0;
    width: 150px;
  }
}
body.single-shop .correspondence-text {
  font-size: 18px;
  line-height: 42px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence-text {
    font-size: 16px;
    line-height: 36px;
  }
}
body.single-shop .correspondence-area {
  border: 2px solid #E64754;
  padding-top: 20px;
}
body.single-shop .correspondence-area_title {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
  text-align: center;
  color: #E64754;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence-area_title {
    font-size: 20px;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
body.single-shop .correspondence-area_text {
  font-size: 16px;
  line-height: 36px;
  padding: 40px 35px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  height: 250px;
}
@media screen and (max-width: 768px) {
  body.single-shop .correspondence-area_text {
    padding: 0px 20px 40px;
    height: auto;
  }
}
body.single-shop .correspondence-area_box {
  position: relative;
  background-color: #FFF2F2;
}
body.single-shop .correspondence-area .col-6:nth-of-type(1) {
  position: relative;
}
body.single-shop .correspondence-area .col-6:nth-of-type(1):after {
  border-right: 1px dotted #E64754;
  content: "";
  display: block;
  height: 88%;
  position: absolute;
  right: 0;
  top: 7%;
}
body.single-shop .correspondence-area .swiper {
  background-color: #FFF2F2;
}
body.single-shop .correspondence-area .swiper-slide {
  background-color: #FFF2F2;
}
body.single-shop .correspondence-area .swiper-pagination {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
}
body.single-shop .correspondence-area .swiper-pagination-bullet {
  border: 1px solid #E64754;
}
body.single-shop .correspondence-area .swiper-pagination-bullet-active {
  background-color: #E64754;
}
body.single-shop .correspondence-area .swiper img {
  background-color: #fff;
  width: auto;
}
body.single-shop .correspondence-area img {
  display: block;
  padding: 40px;
  margin: auto;
}
body.single-shop .bnr2 {
  background-image: url("/wp-content/themes/kaitorimakxas/images/shop/border.png");
  padding: 0px 0 20px;
  margin: 80px 0 110px;
}
@media screen and (max-width: 768px) {
  body.single-shop .bnr2 {
    background-image: url("/wp-content/themes/kaitorimakxas/asset/images/border2.png");
    padding: 50px 0 40px;
    margin: 80px 0 60px;
  }
}
body.single-shop .bnr2 .row {
  margin-top: -50px;
  max-width: 920px;
}
body.single-shop .bnr2 a {
  height: 118px;
  max-width: 440px;
}
body.single-shop .bnr2 .tel {
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  body.single-shop .bnr2 .tel {
    font-size: 26px;
  }
}
body.single-shop .bnr2 .icon {
  position: relative;
  top: -13px;
}
body.single-shop .bnr2-text {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  body.single-shop .bnr2-text {
    margin-bottom: 30px;
  }
}
body.single-shop .bnr2-text:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #E64754;
  transform: rotate(-45deg);
  margin-right: 40px;
  position: relative;
  top: 10px;
}
body.single-shop .bnr2-text:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #E64754;
  transform: rotate(45deg);
  margin-left: 40px;
  position: relative;
  top: 10px;
}
body.single-shop .bnr2-text span {
  font-size: 32px;
  background: linear-gradient(transparent 60%, #FFE200 60%);
}
@media screen and (max-width: 768px) {
  body.single-shop .bnr2-text span {
    font-size: 22px;
  }
}
body.single-shop .bnr2 .cta .reception-hours {
  font-size: 0.9em;
  font-weight: bold;
}
body.single-shop .bnr2 .cta .text {
  font-weight: bold;
  font-size: 1.4em;
  font-size: 30px;
}
body.single-shop .bnr2 a[data-action=line] .icon {
  left: -5px;
}
body.single-shop .bnr2 .fonts {
  font-size: 16px;
  position: relative;
  top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.single-shop .bnr2 a {
    height: auto;
    padding: 10px 20px;
  }
  body.single-shop .bnr2 .icon {
    left: 10px;
  }
  body.single-shop .bnr2 .bnr2-text {
    font-size: 18px;
  }
  body.single-shop .bnr2 .cta .text {
    font-size: 22px;
  }
  body.single-shop .bnr2 .fonts {
    font-size: 14px;
    top: 0;
  }
  body.single-shop .bnr2 .bnr2-text:before {
   display:none;
  }
  body.single-shop .bnr2 .bnr2-text:after {
   display:none;
  }
  body.single-shop .bnr2 .bnr2 .tel {
    font-size: 26px;
  }
  body.single-shop .bnr2 .bnr2 {
    padding: 0px 0 40px;
  }
  body.single-shop .bnr2 .bnr2 .row {
    margin-top: -30px;
  }
}
body.single-shop .lv {
  position: relative;
  padding: 20px 0 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv {
    padding: 0px 0 100px;
    height: auto;
  }
}
body.single-shop .lv-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-title {
    font-size: 22px;
    text-align: center;
  }
}
body.single-shop .lv-title:after {
  border-bottom: 3px solid #E64754;
  content: "";
  display: block;
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-title:after {
    margin: 20px auto;
  }
}
body.single-shop .lv-title img {
  height: 70px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-title img {
    display: inline-block !important;
    height: auto;
    width: 80% !important;
  }
}
body.single-shop .lv-title span {
  vertical-align: bottom;
  font-size: 50px;
  position: relative;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-title span {
    font-size: 30px;
    color: #393939;
  }
}
body.single-shop .lv-text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: -40px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
body.single-shop .lv-btn {
  position: absolute;
  bottom: -160px;
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-btn {
    max-width: 250px;
    bottom: -170px;
  }
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-btn .cta [data-action=tel] .tel {
    font-size: 24px;
  }
}
body.single-shop .lv-btn .cta [data-action=tel] svg {
  position: relative;
  top: -8px;
}
body.single-shop .lv-btn .cta [data-action=line] {
  position: relative;
  left: 20px;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-btn .cta [data-action=line] .text {
    font-size: 20px;
  }
}
body.single-shop .lv-btn .cta [data-action=line] svg {
  position: relative;
  top: -8px;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-btn .cta [data-action=line] {
    left: 0;
    padding: 7px 0;
  }
}
body.single-shop .lv-btn .cta .fonts {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-btn .cta .fonts {
    top: 0;
  }
}
body.single-shop .lv-sp {
  width: auto !important;
  z-index: -1;
  position: absolute;
  bottom: -150px;
  height: 400px;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.single-shop .lv-sp {
    right: -30px;
  }
}
body.single-shop .lv-sp2 {
  z-index: 1;
}
body.single-shop .lv img.pc {
  position: relative;
  bottom: -140px;
  z-index: -1;
}
body.single-shop footer {
  margin-top: 100px;
}

#shikaku{
	padding: 80px 0;
}
#shikaku .col-4 {
	padding:0 20px;
}
#shikaku .bg-red{
	padding: 5px 0;
}
#shikaku img {
	margin:20px 0;
}
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;
	}
#shikaku .col-4 {
	width:100%!important;
	}
	#shikaku img{
		max-width:200px;
		    margin: 20px auto;
	}
	body.single-shop .col-sw-3,
	 body.single-shop .col-sw-4,
	 body.single-shop .col-sw-6{
		width:100%!important;
	}
}
iframe{
	    width: 100%;
}