.br-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
}

#ct_barbershop #six {
  height: auto !important;
}
#ct_barbershop #six.barbershop_introduction .ct_innner {
  width: 100%;
  padding: 6.25rem 0 21.25rem;
  box-sizing: border-box;
}
#ct_barbershop #six.barbershop_introduction .ct_innner h3 {
  display: flex;
  gap: 24px;
  line-height: 1;
  align-items: flex-end;
  width: 88.88%;
  margin: 0 auto;
}
#ct_barbershop #six.barbershop_introduction .ct_innner h3 small {
  font-size: 20px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  #ct_barbershop #six.barbershop_introduction .ct_innner {
    width: 100%;
    padding: 48px 0 0;
  }
  #ct_barbershop #six.barbershop_introduction .ct_innner h3 {
    gap: 13px;
    margin: 0 auto 3rem;
  }
  #ct_barbershop #six.barbershop_introduction .ct_innner h3 small {
    font-size: 14px;
  }
}
#ct_barbershop .shop_wrap {
  width: 94.44%;
  margin: 14rem auto 14rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_wrap {
    margin: 6.25rem auto;
  }
}
#ct_barbershop .shop_wrap_inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0 5%;
  width: 100%;
  margin: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}
#ct_barbershop .shop_content {
  width: calc(100% - 12px - 5%);
}
#ct_barbershop .shop_content h4 {
  font-family: "Oleo Script Swash Caps", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content h4 {
    font-size: 9.2vw;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
#ct_barbershop .shop_content img {
  width: 100%;
  height: auto;
  margin: 0 0 83px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content img {
    width: calc(100dvw - 42px);
    min-width: inherit;
    height: 318px;
    margin-bottom: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
#ct_barbershop .shop_content_img {
  aspect-ratio: 43/19;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_img {
    width: calc(100dvw - 42px);
    margin-bottom: 30px;
    aspect-ratio: 1/0.911;
  }
}
#ct_barbershop .shop_content_text {
  width: 100%;
  max-width: 1570px;
  margin: 0 0 0 auto;
  text-align: right;
}
#ct_barbershop .shop_content_name, #ct_barbershop .shop_content_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#ct_barbershop .shop_content_name {
  margin: 0 0 2rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_name {
    margin-bottom: 1.5rem;
  }
}
#ct_barbershop .shop_content_name .shopname {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_name .shopname {
    font-size: 20px;
  }
}
#ct_barbershop .shop_content_name .since {
  width: 168px;
  height: 40px;
  margin: 0 0 0 32px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#ct_barbershop .shop_content_name .since img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_name .since {
    width: 76px;
    height: 18px;
    margin-left: 11px;
  }
}
#ct_barbershop .shop_content_bottom {
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 1.5rem 2.5rem;
}
#ct_barbershop .shop_content_access {
  margin: 0 0 0 auto;
}
#ct_barbershop .shop_content_access > * {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_access > * {
    font-size: 3.6vw;
  }
}
#ct_barbershop .shop_content_btn_wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
#ct_barbershop .shop_content_btn_wrap a {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 80px;
  text-decoration: none;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 1em;
  text-align: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_btn_wrap a {
    width: 242px;
    height: 64px;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_btn_wrap {
    gap: 1.25rem;
  }
}
#ct_barbershop .shop_content_btn_tel, #ct_barbershop .shop_content_btn_cal {
  background-color: #fff;
  color: #000;
}
#ct_barbershop .shop_content_btn_tel {
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-left: 70px;
  background-image: url("../images/barber/barber_icon_tel.svg");
  background-size: 43px;
  background-position: 16px 50%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_btn_tel {
    font-size: 15px;
    letter-spacing: 3px;
    background-size: 35px;
    padding-left: 57px;
    background-position: 13px 50%;
  }
}
#ct_barbershop .shop_content_btn_tel b {
  font-weight: 500;
}
#ct_barbershop .shop_content_btn_tel span {
  padding: 4px 1rem;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_btn_tel span {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}
#ct_barbershop .shop_content_btn_cal {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 75px;
  letter-spacing: 0;
  background-image: url("../images/barber/barber_icon_cal.svg");
  background-size: 40px;
  background-position: 16px 50%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_btn_cal {
    background-size: 32px;
    font-size: 12px;
    padding-left: 60px;
    background-position: 14px 50%;
  }
}
#ct_barbershop .shop_content_btn_more {
  color: #fff;
  border: solid 1px #fff;
  padding-left: 1.5rem;
  font-size: 21px;
  background-image: url("../images/barber/barber_btn_arrow.svg");
  background-size: 40px;
  background-position: calc(100% - 18px) 50%;
}
#ct_barbershop .shop_content_btn_more:hover {
  background-position: calc(100% - 14px) 50%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_content_btn_more {
    font-size: 16px;
  }
}
#ct_barbershop .shop_side {
  width: 12px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  writing-mode: vertical-rl;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_side {
    height: auto;
  }
}
#ct_barbershop .shop_side_title, #ct_barbershop .shop_side_addr {
  background-color: #000;
  position: relative;
  word-break: break-word;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_side_title, #ct_barbershop .shop_side_addr {
    font-size: 8px;
  }
}
#ct_barbershop .shop_side_title {
  padding-bottom: 25px;
}
#ct_barbershop .shop_side_addr {
  padding-top: 34px;
}
#ct_barbershop .shop_side::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: calc((100% - 1px) / 2);
}
#ct_barbershop .shop_wrap:nth-of-type(even) {
  width: 94.44%;
  margin: 14rem 0 14rem auto;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_wrap:nth-of-type(even) {
    margin: 6.25rem auto;
  }
}
#ct_barbershop .shop_wrap:nth-of-type(even) .shop_wrap_inner {
  flex-direction: row-reverse;
  margin: 0;
}
#ct_barbershop .shop_wrap:nth-of-type(even) .shop_content_text {
  margin: 0 auto 0 0;
  text-align: left;
}
#ct_barbershop .shop_wrap:nth-of-type(even) .shop_content_name {
  justify-content: flex-start;
}
#ct_barbershop .shop_wrap:nth-of-type(even) .shop_content_bottom {
  justify-content: space-between;
  flex-direction: row;
}
#ct_barbershop .shop_wrap:nth-of-type(even) .shop_content_access {
  margin: 0;
}
#ct_barbershop .shop_wrap:nth-of-type(even) .shop_content_btn_wrap {
  justify-content: flex-start;
  text-align: left;
}
#ct_barbershop #shop_1 .shop_content_img {
  background-image: url("../images/barber/shop_img_01.jpg");
}
@media screen and (max-width: 640px) {
  #ct_barbershop #shop_1 .shop_content_img {
    background-image: url("../images/barber/shop_img_01_sp.jpg");
  }
}
#ct_barbershop #shop_1 .since {
  background-image: url("../images/barber/shop_1_since.png");
}
#ct_barbershop #shop_2 .shop_content_img {
  background-image: url("../images/barber/shop_img_02.jpg");
}
@media screen and (max-width: 640px) {
  #ct_barbershop #shop_2 .shop_content_img {
    background-image: url("../images/barber/shop_img_02_sp.jpg");
  }
}
#ct_barbershop #shop_2 .since {
  background-image: url("../images/barber/shop_2_since.png");
}
#ct_barbershop #shop_3 .shop_content_img {
  background-image: url("../images/barber/shop_img_03.jpg");
}
@media screen and (max-width: 640px) {
  #ct_barbershop #shop_3 .shop_content_img {
    background-image: url("../images/barber/shop_img_03_sp.jpg");
  }
}
#ct_barbershop #shop_3 .since {
  background-image: url("../images/barber/shop_3_since.png");
}
#ct_barbershop .shop_detail_title {
  font-family: "Oleo Script Swash Caps", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 0;
}
#ct_barbershop .shop_detail_title small {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.6923076923;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_title {
    gap: 0;
    font-size: 40px;
    line-height: 1.375;
    letter-spacing: 0.4px;
  }
  #ct_barbershop .shop_detail_title small {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0;
  }
}
#ct_barbershop .shop_detail_catch {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 9rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_catch {
    font-size: 18px;
    line-height: 1.2222222222;
    margin-bottom: 85px;
  }
}
#ct_barbershop .shop_detail_slide,
#ct_barbershop .shop_detail_slide .slick-track {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_slide,
  #ct_barbershop .shop_detail_slide .slick-track {
    gap: 30px;
  }
}
#ct_barbershop .shop_detail_slide li {
  width: 500px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
  aspect-ratio: 5/6;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_slide li {
    width: calc(100dvw - 90px);
    aspect-ratio: auto;
    height: 356px;
  }
}
#ct_barbershop .shop_detail_hero {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#ct_barbershop .shop_detail_hero_title {
  font-size: 70px;
  font-family: "Oleo Script Swash Caps", sans-serif;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto 1.875rem;
}
#ct_barbershop .shop_detail_hero_title small {
  font-size: 40px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_hero_title {
    font-size: 44px;
    line-height: 1.3863636364;
    gap: 1.25rem;
  }
  #ct_barbershop .shop_detail_hero_title small {
    font-size: 20px;
    line-height: 1.7;
  }
}
#ct_barbershop .shop_detail_hero_addr {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 6.72px;
  line-height: 1.2083333333;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_hero_addr {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    max-width: 242px;
  }
}
#ct_barbershop .shop_detail_hero .shop_content_btn_wrap {
  margin-top: 3.75rem;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_hero .shop_content_btn_wrap {
    margin-top: 3rem;
  }
}
#ct_barbershop .shop_detail_history_content {
  display: flex;
  gap: 3.645%;
  justify-content: center;
  width: 78.95%;
  max-width: 1516px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_content {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
  }
}
#ct_barbershop .shop_detail_history_content_text {
  width: 50%;
}
#ct_barbershop .shop_detail_history_content_text p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2;
  padding-bottom: 0;
}
#ct_barbershop .shop_detail_history_content_text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_content_text {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #ct_barbershop .shop_detail_history_content_text p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
#ct_barbershop .shop_detail_history_content_img {
  width: 46.355%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_content_img {
    width: 100%;
    text-align: center;
  }
}
#ct_barbershop .shop_detail_history_01 {
  padding: 10rem 0 0;
}
#ct_barbershop .shop_detail_history_01 .since {
  text-align: center;
  margin: 8rem auto 6.25rem;
  padding-bottom: 0;
}
#ct_barbershop .shop_detail_history_01 .since img {
  margin: 0 auto;
  width: 433px;
}
#ct_barbershop .shop_detail_history_01 .since.only_sp {
  display: none;
}
#ct_barbershop .shop_detail_history_01 .since.only_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_01 {
    padding: 5rem 0 0;
  }
  #ct_barbershop .shop_detail_history_01 .since {
    margin: 5rem auto 2.5rem;
  }
  #ct_barbershop .shop_detail_history_01 .since img {
    width: 179px;
  }
  #ct_barbershop .shop_detail_history_01 .since.only_sp {
    display: block;
  }
  #ct_barbershop .shop_detail_history_01 .since.only_pc {
    display: none;
  }
  #ct_barbershop .shop_detail_history_01 .shop_detail_title {
    margin-bottom: 50px;
  }
}
#ct_barbershop .shop_detail_history_02 {
  padding-top: 247px;
  position: relative;
  z-index: 1;
}
#ct_barbershop .shop_detail_history_02 img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_02 {
    padding-top: 0;
  }
  #ct_barbershop .shop_detail_history_02 .shop_detail_catch {
    padding: 0 !important;
    margin: 0 auto !important;
  }
}
#ct_barbershop .shop_detail_history_03 {
  padding: 10rem 0;
}
#ct_barbershop .shop_detail_history_03 .shop_detail_history_content_text {
  width: 78.9583333333vw;
  margin: 0 auto 10rem;
  max-width: calc(100% - 30px);
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_03 .shop_detail_history_content_text {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_history_03 {
    padding: 5rem 0 10rem;
  }
  #ct_barbershop .shop_detail_history_03 .shop_detail_history_content_text {
    width: calc(100% - 30px);
    margin-bottom: 6.25rem;
  }
}
#ct_barbershop .shop_detail_recommend .shop_detail_title {
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_recommend .shop_detail_title {
    margin-bottom: 8rem;
  }
}
#ct_barbershop .shop_detail_recommend_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem 8rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_recommend_wrap {
    gap: 1.875rem 1.25rem;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
#ct_barbershop .shop_detail_recommend_wrap a {
  display: flex;
  flex-direction: column;
  width: 250px;
  color: #fff;
  text-decoration: none;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_recommend_wrap a {
    width: calc((100% - 33px) / 2);
  }
}
#ct_barbershop .shop_detail_recommend_wrap a img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_recommend_wrap a img {
    margin-bottom: 1.25rem;
  }
}
#ct_barbershop .shop_detail_recommend_wrap a h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7777777778;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_recommend_wrap a h4 {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
#ct_barbershop .shop_detail_recommend_wrap a p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6875;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_recommend_wrap a p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
#ct_barbershop .shop_detail_member .shop_detail_title {
  margin: 0 auto 6.25rem !important;
}
#ct_barbershop .shop_detail_member_card {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: 30% calc(47.75% - 60px) 22.25%;
  grid-template-rows: 1fr;
  gap: 30px;
  color: #000;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
#ct_barbershop .shop_detail_member_card_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_wrap {
    display: block;
  }
}
#ct_barbershop .shop_detail_member_card_wrap .slick-dots li {
  width: 8px;
  height: 8px;
}
#ct_barbershop .shop_detail_member_card_wrap .slick-dots li button {
  width: 8px;
  height: 8px;
}
#ct_barbershop .shop_detail_member_card_wrap .slick-dots li button::before {
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  font-size: 9px;
}
@media screen and (max-width: 880px) {
  #ct_barbershop .shop_detail_member_card {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card {
    width: calc(100dvw - 82px);
    flex-direction: column;
    margin: 0;
    transform: scale(0.8);
    transition: transform 0.3s;
  }
  #ct_barbershop .shop_detail_member_card.slick-center {
    transform: scale(1);
  }
}
#ct_barbershop .shop_detail_member_card_img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#ct_barbershop .shop_detail_member_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_img img {
    aspect-ratio: 1/0.643;
  }
}
#ct_barbershop .shop_detail_member_card_text {
  width: 100%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_text {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 0;
  }
}
#ct_barbershop .shop_detail_member_card_text h4 {
  font-family: "Oleo Script Swash Caps", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #000;
  white-space: nowrap;
}
@media screen and (max-width: 880px) {
  #ct_barbershop .shop_detail_member_card_text h4 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_text h4 {
    font-size: 6.4vw;
    line-height: 1.3846153846;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#ct_barbershop .shop_detail_member_card_text h4 small {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_text h4 small {
    font-size: 15px;
    line-height: 1.6;
  }
}
#ct_barbershop .shop_detail_member_card_text p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_text p {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
#ct_barbershop .shop_detail_member_card_text p + p {
  margin-top: 1rem;
}
#ct_barbershop .shop_detail_member_card_insta {
  width: calc(100% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  margin: 1rem 1rem 1rem 0;
  padding: 1rem 1.25rem 10px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_insta {
    width: 200px;
    margin: 0 auto 1rem;
    padding: 0.5rem 1rem 0.5rem;
  }
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide {
  width: 100%;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide li {
  width: 100%;
  height: 184px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-list {
  width: 100%;
  height: 184px;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-arrow {
  width: 25px;
  height: 25px;
  background-color: #fff;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-arrow::before {
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-prev {
  left: -10px;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-prev::before {
  content: "\f0d9";
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-next {
  right: -10px;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-next::before {
  content: "\f0da";
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-dots {
  top: -244px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  z-index: 1;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
#ct_barbershop .shop_detail_member_card_insta .insta_slide .slick-dots li button::before {
  width: 100%;
  height: 100%;
  background-color: #000;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
#ct_barbershop .shop_detail_member_card_insta_title {
  font-size: 1rem;
  font-family: "Trade Winds", system-ui;
  line-height: 1.25;
  letter-spacing: 1.6px;
  width: 100%;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_insta_title {
    padding-bottom: 0 !important;
  }
}
#ct_barbershop .shop_detail_member_card_insta_account {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_insta_account {
    margin-top: 8px;
    padding-bottom: 0 !important;
    letter-spacing: 0;
  }
}
#ct_barbershop .shop_detail_member_card_insta_account a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 1.4px;
  line-height: 1.7142857143;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}
#ct_barbershop .shop_detail_member_card_insta_account span {
  background-color: #000;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  gap: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_insta_account span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
}
#ct_barbershop .shop_detail_member_card_insta_account span i {
  color: #fff;
  font-size: 18.5px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_member_card_insta_account span i {
    font-size: 14px;
  }
}
#ct_barbershop .shop_detail_voice {
  background: #000;
}
#ct_barbershop .shop_detail_voice .shop_detail_title {
  margin: 0 auto 157px !important;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_voice .shop_detail_title {
    margin-bottom: 56px !important;
  }
}
#ct_barbershop .shop_detail_voice_card {
  background-color: #fff;
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  padding: 34px 91px 35px;
  border-radius: 4px;
}
#ct_barbershop .shop_detail_voice_card_wrap {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_voice_card_wrap {
    margin: 0 10px;
    gap: 37px;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_voice_card {
    padding: 36px 20px 38px;
  }
}
#ct_barbershop .shop_detail_voice_card h4 {
  font-size: 20px;
  letter-spacing: 1.7;
  border-bottom: solid 1px #000;
  padding-bottom: 19px;
  margin-bottom: 26px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_voice_card h4 {
    font-size: 13px;
    letter-spacing: 1.8461538462;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 11px;
  }
}
#ct_barbershop .shop_detail_voice_card p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_voice_card p {
    font-size: 12px;
    line-height: 2;
    font-weight: 300;
  }
}
#ct_barbershop .shop_detail_reservation .shop_detail_title {
  margin: 0 auto 6.25rem !important;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation .shop_detail_title {
    margin-bottom: 75px !important;
  }
}
#ct_barbershop .shop_detail_reservation_card {
  width: calc((100% - 55px) / 2);
}
#ct_barbershop .shop_detail_reservation_card_wrap {
  display: flex;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card_wrap {
    flex-direction: column;
    gap: 34px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card {
    width: 100%;
  }
}
#ct_barbershop .shop_detail_reservation_card a {
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 29px 21px 28px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card a {
    padding: 22px 0 30px;
  }
}
#ct_barbershop .shop_detail_reservation_card_content {
  max-width: calc(100% - 57px);
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card_content {
    margin: 0 auto;
    padding-left: 1em;
  }
}
#ct_barbershop .shop_detail_reservation_card_content p {
  color: #000;
  font-size: 21px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  text-align: center;
}
#ct_barbershop .shop_detail_reservation_card_content p span {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 18px;
}
#ct_barbershop .shop_detail_reservation_card_content dl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
#ct_barbershop .shop_detail_reservation_card_content dl dt {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 26px;
  text-align: center;
}
#ct_barbershop .shop_detail_reservation_card_content dl dd {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.9230769231;
}
#ct_barbershop .shop_detail_reservation_card_content dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#ct_barbershop .shop_detail_reservation_card_content dl dd ul li {
  display: flex;
}
#ct_barbershop .shop_detail_reservation_card_content dl dd ul li span {
  background-color: #000;
  color: #fff;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
#ct_barbershop .shop_detail_reservation_card_content .icon_tel, #ct_barbershop .shop_detail_reservation_card_content .icon_cal {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  background-position: 50% 50%;
}
#ct_barbershop .shop_detail_reservation_card_content .icon_tel {
  background-image: url("../images/barber/barber_icon_tel.svg");
  height: 44px;
  margin-bottom: 27px;
}
#ct_barbershop .shop_detail_reservation_card_content .icon_cal {
  background-image: url("../images/barber/barber_icon_cal.svg");
  height: 38px;
  margin-bottom: 73px;
}
#ct_barbershop .shop_detail_reservation_card_deco {
  writing-mode: vertical-rl;
  color: #000;
  height: calc(100% - 57px);
  position: absolute;
  top: 29px;
  left: 21px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card_deco {
    left: 10px;
  }
}
#ct_barbershop .shop_detail_reservation_card_deco span {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card_deco span {
    font-size: 8px;
  }
}
#ct_barbershop .shop_detail_reservation_card_deco::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 2em);
  background-color: #000;
  position: absolute;
  top: 2em;
  left: 12px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card_deco::after {
    left: 11px;
  }
}
#ct_barbershop .shop_detail_reservation_card.tel a {
  padding-left: 110px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card.tel a {
    padding-left: 0;
  }
}
#ct_barbershop .shop_detail_reservation_card.tel a .shop_detail_reservation_card_content {
  width: 266px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card.tel a .shop_detail_reservation_card_content {
    width: auto;
  }
}
#ct_barbershop .shop_detail_reservation_card.tel a .shop_detail_reservation_card_content dl {
  margin-top: 23px;
}
#ct_barbershop .shop_detail_reservation_card.tel a .shop_detail_reservation_card_content dl + dl {
  margin-top: 31px;
}
#ct_barbershop .shop_detail_reservation_card.tel a .shop_detail_reservation_card_content p + p {
  margin-top: 10px;
}
#ct_barbershop .shop_detail_reservation_card.hotpepper a {
  padding-left: 78px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_reservation_card.hotpepper a {
    padding-left: 0;
  }
}
#ct_barbershop .shop_detail_reservation_card.hotpepper a .shop_detail_reservation_card_content {
  width: 328px;
}
#ct_barbershop .shop_detail_reservation_card.hotpepper a .shop_detail_reservation_card_content p + p {
  margin-top: 40px;
}
#ct_barbershop .shop_detail_reservation_card.hotpepper a .shop_detail_reservation_card_deco::after {
  height: calc(100% - 6em);
  top: 6em;
}
#ct_barbershop .shop_detail_access .shop_detail_title {
  margin: 0 auto 12.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access .shop_detail_title {
    margin-bottom: 50px;
  }
}
#ct_barbershop .shop_detail_access_title, #ct_barbershop .shop_detail_access_detail {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_title, #ct_barbershop .shop_detail_access_detail {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  #ct_barbershop .shop_detail_access_title dd, #ct_barbershop .shop_detail_access_detail dd {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}
#ct_barbershop .shop_detail_access_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 88px;
  margin-bottom: 24px;
}
#ct_barbershop .shop_detail_access_title .fa-instagram {
  font-size: 48px;
  color: #fff;
}
#ct_barbershop .shop_detail_access_title a {
  display: block;
  padding: 0;
  margin: 0 !important;
  height: 48px !important;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_title {
    font-size: 1rem;
    line-height: 23px;
    margin-bottom: 1.5rem;
    gap: 32px;
  }
  #ct_barbershop .shop_detail_access_title .fa-instagram {
    font-size: 23px;
  }
  #ct_barbershop .shop_detail_access_title a {
    height: 23px !important;
  }
}
#ct_barbershop .shop_detail_access_detail {
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_detail {
    margin: 0 10px 16px;
  }
}
#ct_barbershop .shop_detail_access_detail dl {
  display: flex;
  border-top: solid 1px #fff;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_detail dl {
    flex-direction: column;
    padding: 20px 0;
  }
}
#ct_barbershop .shop_detail_access_detail dl dt {
  font-weight: 600;
  width: 240px;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_detail dl dt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
#ct_barbershop .shop_detail_access_detail dl dd {
  font-weight: 300;
  width: calc(100% - 280px);
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_detail dl dd {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
#ct_barbershop .shop_detail_access_map {
  text-align: center;
}
#ct_barbershop .shop_detail_access_map a {
  margin: 0 auto 15px;
  color: #fff;
}
#ct_barbershop .shop_detail_access_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 640px) {
  #ct_barbershop .shop_detail_access_map a {
    font-size: 8pt;
  }
}
#ct_barbershop.shop_01 #one,
#ct_barbershop.shop_01 #four,
#ct_barbershop.shop_01 #six,
#ct_barbershop.shop_01 #eight, #ct_barbershop.shop_02 #one,
#ct_barbershop.shop_02 #four,
#ct_barbershop.shop_02 #six,
#ct_barbershop.shop_02 #eight, #ct_barbershop.shop_03 #one,
#ct_barbershop.shop_03 #four,
#ct_barbershop.shop_03 #six,
#ct_barbershop.shop_03 #eight {
  height: auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#ct_barbershop.shop_01 #one, #ct_barbershop.shop_02 #one, #ct_barbershop.shop_03 #one {
  height: auto;
  padding: 10rem 0 5rem;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #one, #ct_barbershop.shop_02 #one, #ct_barbershop.shop_03 #one {
    background-size: auto 100% !important;
    padding: 6.25rem 0 5rem;
  }
}
#ct_barbershop.shop_01 #two,
#ct_barbershop.shop_01 #four, #ct_barbershop.shop_02 #two,
#ct_barbershop.shop_02 #four, #ct_barbershop.shop_03 #two,
#ct_barbershop.shop_03 #four {
  height: auto !important;
}
#ct_barbershop.shop_01 #three, #ct_barbershop.shop_02 #three, #ct_barbershop.shop_03 #three {
  height: auto !important;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #three, #ct_barbershop.shop_02 #three, #ct_barbershop.shop_03 #three {
    margin-bottom: 0 !important;
    padding: 5rem 0 5rem;
    aspect-ratio: 9/16;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #four, #ct_barbershop.shop_02 #four, #ct_barbershop.shop_03 #four {
    background-size: cover !important;
  }
}
#ct_barbershop.shop_01 #five, #ct_barbershop.shop_02 #five, #ct_barbershop.shop_03 #five {
  height: auto !important;
  background-image: none;
}
#ct_barbershop.shop_01 #five .ct_innner, #ct_barbershop.shop_02 #five .ct_innner, #ct_barbershop.shop_03 #five .ct_innner {
  padding: 10rem 0 12.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #five .ct_innner, #ct_barbershop.shop_02 #five .ct_innner, #ct_barbershop.shop_03 #five .ct_innner {
    padding: 8rem 0 5rem;
  }
}
#ct_barbershop.shop_01 #six, #ct_barbershop.shop_02 #six, #ct_barbershop.shop_03 #six {
  height: auto !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #six, #ct_barbershop.shop_02 #six, #ct_barbershop.shop_03 #six {
    background-size: cover !important;
  }
}
#ct_barbershop.shop_01 #six .ct_innner, #ct_barbershop.shop_02 #six .ct_innner, #ct_barbershop.shop_03 #six .ct_innner {
  padding: 10rem 0;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #six .ct_innner, #ct_barbershop.shop_02 #six .ct_innner, #ct_barbershop.shop_03 #six .ct_innner {
    padding: 5rem 0;
  }
}
#ct_barbershop.shop_01 #seven, #ct_barbershop.shop_02 #seven, #ct_barbershop.shop_03 #seven {
  height: auto !important;
  background-image: none;
}
#ct_barbershop.shop_01 #seven .ct_innner, #ct_barbershop.shop_02 #seven .ct_innner, #ct_barbershop.shop_03 #seven .ct_innner {
  padding: 6.25rem 0 12.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #seven .ct_innner, #ct_barbershop.shop_02 #seven .ct_innner, #ct_barbershop.shop_03 #seven .ct_innner {
    padding: 95px 0 122px;
  }
}
#ct_barbershop.shop_01 #eight, #ct_barbershop.shop_02 #eight, #ct_barbershop.shop_03 #eight {
  height: auto !important;
  margin-bottom: 0 !important;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #eight, #ct_barbershop.shop_02 #eight, #ct_barbershop.shop_03 #eight {
    background-size: cover !important;
  }
}
#ct_barbershop.shop_01 #eight .ct_innner, #ct_barbershop.shop_02 #eight .ct_innner, #ct_barbershop.shop_03 #eight .ct_innner {
  padding: 10rem 0 12.5rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #eight .ct_innner, #ct_barbershop.shop_02 #eight .ct_innner, #ct_barbershop.shop_03 #eight .ct_innner {
    padding: 83px 0 120px;
  }
}
#ct_barbershop.shop_01 #nine, #ct_barbershop.shop_02 #nine, #ct_barbershop.shop_03 #nine {
  background-image: none;
  height: auto;
}
#ct_barbershop.shop_01 #nine .ct_innner, #ct_barbershop.shop_02 #nine .ct_innner, #ct_barbershop.shop_03 #nine .ct_innner {
  padding: 10rem 0 3.75rem;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #nine .ct_innner, #ct_barbershop.shop_02 #nine .ct_innner, #ct_barbershop.shop_03 #nine .ct_innner {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 > *, #ct_barbershop.shop_02 > *, #ct_barbershop.shop_03 > * {
    height: auto !important;
  }
}
#ct_barbershop.shop_01 #one {
  background-image: url("../images/barber/shop01/img_mv.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #one {
    background-image: url("../images/barber/shop01/img_mv_sp.png");
    background-position: 50% 100% !important;
  }
}
#ct_barbershop.shop_01 #four {
  background-image: url("../images/barber/shop01/bgimage_history.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #four {
    background-image: url("../images/barber/shop01/bg_history_01.png");
  }
}
#ct_barbershop.shop_01 #six {
  background-image: url("../images/barber/shop01/member_history.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #six {
    background-image: url("../images/barber/shop01/bg_member_01.png");
  }
}
#ct_barbershop.shop_01 #eight {
  background-image: url("../images/barber/shop01/bg_reservation.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_01 #eight {
    background-image: url("../images/barber/shop01/bg_reservation_01.png");
  }
}
#ct_barbershop.shop_02 #one {
  background-image: url("../images/barber/shop02/img_mv.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_02 #one {
    background-image: url("../images/barber/shop02/img_mv_sp.png");
  }
}
#ct_barbershop.shop_02 #four {
  height: auto !important;
  background-image: url("../images/barber/shop02/bgimage_history.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_02 #four {
    background-image: url("../images/barber/shop02/bg_history_02.png");
  }
}
#ct_barbershop.shop_02 #six {
  background-image: url("../images/barber/shop02/member_history.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_02 #six {
    background-image: url("../images/barber/shop02/bg_member_02.png");
  }
}
#ct_barbershop.shop_02 #eight {
  background-image: url("../images/barber/shop02/bg_reservation.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_02 #eight {
    background-image: url("../images/barber/shop02/bg_reservation_02.png");
  }
}
#ct_barbershop.shop_03 #one {
  background-image: url("../images/barber/shop03/img_mv.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_03 #one {
    background-image: url("../images/barber/shop03/img_mv_sp.png");
  }
}
#ct_barbershop.shop_03 #four {
  background-image: url("../images/barber/shop03/bgimage_history.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_03 #four {
    background-image: url("../images/barber/shop03/bg_history_03.png");
  }
}
#ct_barbershop.shop_03 #six {
  background-image: url("../images/barber/shop03/member_history.png");
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_03 #six {
    background-image: url("../images/barber/shop03/bg_member_03.png");
  }
}
#ct_barbershop.shop_03 #eight {
  background-image: url("../images/barber/shop03/bg_reservation.png");
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  #ct_barbershop.shop_03 #eight {
    background-image: url("../images/barber/shop03/bg_reservation_03.png");
  }
}/*# sourceMappingURL=style_250405.css.map */