@charset "UTF-8";
/* ==================================
  reset
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=date],
input[type=tel],
input[type=url],
input[type=email],
input[type=time],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
button,
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button::focus,
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
}

ul,
ol,
dl {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

.font-arial {
  font-family: Arial;
}

html {
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

.crump-1-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  text-overflow: ellipsis;
  max-width: 55px;
}

.g-container {
  max-width: 1160px;
  margin: 0 auto;
}

.g-header-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.g-header {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1019607843);
}
.g-header .g-header-upper {
  background: #333333;
}
.g-header .g-header-upper__title {
  text-align: left;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.g-header .g-header-main {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
}
.g-header .g-header-main-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 19px 0;
}
.g-header .g-header-main-content__logo {
  width: 230px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-header .g-header-main-content__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.g-header .g-header-main-content__left .link-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #1F1C0D;
}
.g-header .g-header-main-content__left .link-item a img {
  height: 26px;
  width: auto;
  margin-bottom: 7px;
}

#keepAction-wrap#keepAction-wrap {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  height: 0;
  position: fixed;
  top: calc(50% - 5vh);
  left: calc(50% - 12.5vw);
  overflow: hidden;
  border: 4px solid #FFDD83;
  border-radius: 10px;
  background: #F2BE13;
  transition: 0.5s;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
#keepAction-wrap#keepAction-wrap.open {
  height: 90px;
  border: 4px solid #FFDD83;
  opacity: 1;
  z-index: 100;
}
#keepAction-wrap#keepAction-wrap .keepAction-txt {
  padding-left: 40px;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
#keepAction-wrap#keepAction-wrap .keepAction-txt::before {
  content: "";
  width: 32px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/assets/img/user/pc/common/icon-star-white.svg);
  background-size: cover;
}

#keepDelete-wrap {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  height: 0;
  position: fixed;
  top: calc(50% - 5vh);
  left: calc(50% - 12.5vw);
  overflow: hidden;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border: 4px solid #FFDD83;
  border-radius: 10px;
  background: #F2BE13;
  transition: 0.5s;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
#keepDelete-wrap.open {
  height: 90px;
  border: 4px solid #FFDD83;
  opacity: 1;
  z-index: 100;
}

.l-breadcrumb {
  height: 32px;
  padding: 8px 0 9px 0;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
}
.l-breadcrumb .breadcrumb-list {
  overflow: hidden;
  color: #1F1C0D;
}
.l-breadcrumb .breadcrumb-list .breadcrumb-item {
  float: left;
  padding-right: 4px;
}
.l-breadcrumb .breadcrumb-list .breadcrumb-item:after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
}
.l-breadcrumb .breadcrumb-list .breadcrumb-item:last-child {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
.l-breadcrumb .breadcrumb-list .breadcrumb-item:last-child:after {
  display: none;
}

.hero-section {
  background: #FFFFFF;
  padding-bottom: 16px;
  position: relative;
  z-index: 99;
  margin-top: 8px;
}
.hero-section .hero-section-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.hero-section .hero-section-left {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 760px;
}
.hero-section .hero-section-left img {
  width: 100%;
}
.hero-section .hero-section-left .video-wrap {
  padding: 20px;
  background: #333333;
  text-align: center;
  position: relative;
  width: 100%;
}
.hero-section .hero-section-left .play-icon {
  width: 90px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
}
.hero-section .hero-section-left .shop-video {
  width: 720px;
  cursor: pointer;
}
.hero-section .hero-section-right {
  width: 376px;
  position: relative;
  overflow-wrap: anywhere;
}
.hero-section .hero-section-right.full {
  width: 100%;
}
.hero-section .hero-section-right .shop-recommend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -ms-flex-align: end;
  align-items: end;
}
.hero-section .hero-section-right .shop-recommend .jp-interview {
  width: 65px;
}
.hero-section .hero-section-right .shop-recommend .shop-tag {
  background: #FFEB7E;
  border-radius: 2px;
  padding: 6px 16px 5px 16px;
  height: 100%;
  width: 128px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.hero-section .hero-section-right .shop-recommend .shopReview-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 2px;
  width: -moz-fit-content;
  width: 182px;
  height: 100%;
  padding: 6px 16px 5px 16px;
  background: #397ec5 0% 0% no-repeat padding-box;
}
.hero-section .hero-section-right .shop-title {
  margin-top: 16px;
  color: #1F1C0D;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: 130px;
}
.hero-section .hero-section-right .shop-genre {
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
  color: #1F1C0D;
}
.hero-section .hero-section-right .shop-rating {
  margin-top: 14px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
}
.hero-section .hero-section-right .shop-rating.full {
  margin-top: 0;
}
.hero-section .hero-section-right .shop-rating .rating-star {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.hero-section .hero-section-right .shop-rating .rating-star .star-wrapper {
  width: 24px;
  height: 24px;
  background: url(/assets/img/user/common/v2/layout/star.svg) no-repeat center;
}
.hero-section .hero-section-right .shop-rating .rating-star .star-wrapper.no-star {
  background: url(/assets/img/user/common/v2/layout/star-gray.svg) no-repeat center;
}
.hero-section .hero-section-right .shop-rating .rating-star .star-wrapper.half-star {
  background: url(/assets/img/user/common/v2/layout/star-half.svg) no-repeat left;
}
.hero-section .hero-section-right .shop-rating .rating-number {
  margin-left: 5px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #1F1C0D;
}
.hero-section .hero-section-right .shop-rating .rating-review {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 8px;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #1F1C0D;
}
.hero-section .hero-section-right .shop-rating .rating-review a {
  text-decoration: underline;
  color: #006BC4;
}
.hero-section .hero-section-right .shopReview-rating {
  background: no-repeat left center/137px auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 0 142px;
  height: 27px;
}
.hero-section .hero-section-right .shopReview-number {
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 8px;
}
.hero-section .hero-section-right .shopReview-number span.num {
  text-decoration: underline;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #006BC4;
}
.hero-section .hero-section-right .shopReview-star1 {
  background-image: url(/assets/img/user/pc/common/star-1.svg);
}
.hero-section .hero-section-right .shopReview-star15 {
  background-image: url(/assets/img/user/pc/common/star-15.svg);
}
.hero-section .hero-section-right .shopReview-star2 {
  background-image: url(/assets/img/user/pc/common/star-2.svg);
}
.hero-section .hero-section-right .shopReview-star25 {
  background-image: url(/assets/img/user/pc/common/star-25.svg);
}
.hero-section .hero-section-right .shopReview-star3 {
  background-image: url(/assets/img/user/pc/common/star-3.svg);
}
.hero-section .hero-section-right .shopReview-star35 {
  background-image: url(/assets/img/user/pc/common/star-35.svg);
}
.hero-section .hero-section-right .shopReview-star4 {
  background-image: url(/assets/img/user/pc/common/star-4.svg);
}
.hero-section .hero-section-right .shopReview-star45 {
  background-image: url(/assets/img/user/pc/common/star-45.svg);
}
.hero-section .hero-section-right .shopReview-star5 {
  background-image: url(/assets/img/user/pc/common/star-5.svg);
}
.hero-section .hero-section-right .rcm-star {
  width: 130px;
  height: 35px;
  border: 1px solid #CBCBCB;
  border-radius: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
  margin-top: 20px;
}
.hero-section .hero-section-right .rcm-star.on {
  border: 1px solid #fb0;
}
.hero-section .hero-section-right .rcm-star.on .g {
  stroke: #fb0;
}
.hero-section .hero-section-right .rcm-star.on .path {
  fill: #fb0;
}
.hero-section .hero-section-right .shop-type {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.hero-section .hero-section-right .shop-type .shop-type__item {
  height: 25px;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  font-size: 11px;
  padding: 4px 12px;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}
.hero-section .hero-section-right .shop-type .shop-type__item.business-japan {
  background: #ffffff;
}
.hero-section .hero-section-right .shop-type .shop-type__item.business-asia {
  background: #ffffff;
}
.hero-section .hero-section-right .shop-type .shop-type__item.enable-place {
  background: #ECF2F7;
}
.hero-section .hero-section-right .shop-open,
.hero-section .hero-section-right .shop-location,
.hero-section .hero-section-right .shop-price,
.hero-section .hero-section-right .shop-payment-type {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  height: 21px;
}
.hero-section .hero-section-right .shop-open img,
.hero-section .hero-section-right .shop-location img,
.hero-section .hero-section-right .shop-price img,
.hero-section .hero-section-right .shop-payment-type img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.hero-section .hero-section-right .shop-open img.unit,
.hero-section .hero-section-right .shop-location img.unit,
.hero-section .hero-section-right .shop-price img.unit,
.hero-section .hero-section-right .shop-payment-type img.unit {
  height: 15px;
}
.hero-section .hero-section-right .shop-open span,
.hero-section .hero-section-right .shop-location span,
.hero-section .hero-section-right .shop-price span,
.hero-section .hero-section-right .shop-payment-type span {
  font-size: 14px;
}
.hero-section .hero-section-right .info-inline {
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.hero-section .hero-section-right .shop-open {
  margin-top: 20px;
}
.hero-section .hero-section-right .booking-btn {
  margin-top: 20px;
  min-width: 300px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #FF4A4A;
  border-radius: 3px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: #FF4A4A;
  cursor: pointer;
}
.hero-section .hero-section-right .booking-btn img {
  height: 25px;
}
.hero-section .hero-section-right .booking-btn span {
  font-size: 15px;
  font-weight: bold;
}
.hero-section .hero-section-right .row-flex {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}
.hero-section .hero-section-right .row-flex .shop-genre {
  margin-top: 0;
}
.hero-section .hero-section-right .row-flex .shop-type {
  margin-top: 0;
}
.hero-section .hero-section-right .row-flex .shop-open {
  margin-top: 0;
}
.hero-section .hero-section-right .row-flex .shop-location {
  margin-top: 0;
}
.hero-section .hero-section-right .row-flex .shop-price {
  margin-top: 0;
}
.hero-section .hero-section-right .row-flex .shop-payment-type {
  margin-top: 0;
}
.hero-section .hero-section-right .keep-btn-page {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-section .hero-section-right .keep-btn-page .rcm-star {
  margin-top: 0;
}
.hero-section .popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 101;
  display: none;
}
.hero-section .popup .bg-gray {
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.6;
}
.hero-section .popup .board {
  width: 780px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0509803922);
  position: absolute;
  border-radius: 10px;
}
.hero-section .popup .board .close {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}
.hero-section .popup .board .popup-board {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.hero-section .popup .board .popup-content {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: transparent linear-gradient(287deg, #FDFDFC 0%, #FAF7F2 100%) 0% 0% no-repeat padding-box;
}
.hero-section .popup .board .popup-content .popup-title {
  text-align: center;
  padding: 30px 0 20px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  color: #13131E;
}
.hero-section .popup .board .popup-content .popup-text {
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  color: #13131E;
  padding: 20px 50px 50px 50px;
}
.hero-section .popup .board .popup-content hr {
  margin: 0px 50px;
}

.shopNav-section {
  background: #F4F7F8;
  color: #1F1C0D;
  position: sticky;
  top: 0;
  z-index: 90;
}
.shopNav-section .shopNav-list {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.shopNav-section .shopNav-list .shopNav-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.shopNav-section .shopNav-list .shopNav-item.active {
  border-bottom: 1.5px solid #333333;
}
.shopNav-section .shopNav-list .shopNav-item .shopNav-item__wrapper {
  border-right: 1px solid #333333;
  height: 25px;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.shopNav-section .shopNav-list .shopNav-item .shopNav-item__wrapper .shopNav-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  position: relative;
}
.shopNav-section .shopNav-list .shopNav-item .shopNav-item__wrapper .shopNav-link .counter {
  position: absolute;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #1F1C0D;
  background: #d8d8d9 0% 0% no-repeat padding-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -15px;
  right: -22px;
}
.shopNav-section .shopNav-list .shopNav-item .shopNav-item__wrapper .shopNav-link.off {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #C3C3C3;
}
.shopNav-section .shopNav-list .shopNav-item:last-child .shopNav-item__wrapper {
  border-right: none;
}

.main-section {
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 35px auto auto auto;
  overflow-wrap: anywhere;
}
.main-section .main-left {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-section .main-right {
  padding-left: 24px;
  padding-bottom: 24px;
}
.main-section .main-right .booking-card {
  width: 300px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  position: sticky;
  top: 94px;
}
.main-section .main-right .booking-card .title {
  padding: 10px 20px;
  background: #FAFAFA;
  border-bottom: 1px solid #D7D7D7;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.main-section .main-right .booking-card .info {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.main-section .main-right .booking-card .info .info-phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
.main-section .main-right .booking-card .info .info-phone span {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #1F1C0D;
}
.main-section .main-right .booking-card .info .info-hint {
  font-size: 11px;
  line-height: 17px;
}
.main-section .main-right .booking-card .info .info-hint span {
  font-weight: bold;
}
.main-section .main-right .booking-card .schedule-title {
  padding: 11px 20px;
  background: #FAFAFA;
  border-bottom: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.main-section .main-right .booking-card .schedule-content {
  padding: 10px 20px 16px 20px;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  row-gap: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-weekday {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-weekday.sat {
  color: #0867B9;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-weekday.sun {
  color: #FF4A4A;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-day {
  padding: 7px 0;
  background: #FFFFFF;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  font-size: 13px;
  line-height: 20px;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-day.last-child {
  border-right: 1px solid #D7D7D7;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-member {
  padding: 9px 0;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-right: none;
  font-size: 12px;
  line-height: 24px;
  height: 45px;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-member.active {
  background: #FFF8D5;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-member.last-child {
  border-right: 1px solid #D7D7D7;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item .schedule-member .link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #FF4A4A;
  cursor: pointer;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item:last-child .schedule-day {
  border-right: 1px solid #D7D7D7;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item:last-child .schedule-member {
  border-right: 1px solid #D7D7D7;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item:nth-child(4) .schedule-day {
  border-right: 1px solid #D7D7D7;
}
.main-section .main-right .booking-card .schedule-content .schedule-grid .schedule-grid-item:nth-child(4) .schedule-member {
  border-right: 1px solid #D7D7D7;
}
.main-section .main-right .booking-card .schedule-content .work-btn {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  display: block;
  text-align: center;
  padding: 13px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #1F1C0D;
}
.main-section .main-right .booking-card .schedule-content .work-btn img {
  height: 7.5px;
  padding-left: 5px;
}
.main-section .main-right .booking-card .schedule-content .work-btn span {
  letter-spacing: 0.52px;
}
.main-section .main-right .booking-card .schedule-content .booking-btn {
  margin-top: 10px;
  height: 46px;
  display: block;
  text-align: center;
  padding: 13px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  background: #FF4A4A;
  border-radius: 3px;
}
.main-section .main-right .booking-card .schedule-content .booking-btn span {
  color: #FFFFFF;
  letter-spacing: 0.56px;
}
.main-section .main-right .booking-card .schedule-content .booking-btn.off {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #C3C3C3;
  background: #f2f2f2;
}

.g-footer {
  background: #333333;
  color: #FFFFFF;
  padding: 16px 0 25px 0;
}
.g-footer .g-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.g-footer .g-footer__inner .g-footer__logo {
  width: 230px;
}
.g-footer .g-footer__inner .g-footer__nav {
  font-size: 11px;
  line-height: 19.5px;
  text-align: right;
}
.g-footer .g-footer__inner .g-footer__nav .g-footer__nav-list {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

#btn-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 2%;
  right: 4%;
  z-index: 100;
  display: none;
}
#btn-to-top a {
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  background: rgba(255, 255, 255, 0.8);
}
#btn-to-top a img {
  rotate: 270deg;
  width: 6px;
}

@media screen and (min-width: 759px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 759px) {
  .pc {
    display: none !important;
  }
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: auto 0 52px;
}
.pagination li a {
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.pagination li.preNext a {
  border: none;
}
.pagination li.preNext a svg {
  height: 10px;
}
.pagination li.hide {
  display: none;
}
.pagination li.active a {
  background: #1f1c0d;
  border: 1px solid #1f1c0d;
  color: #ffffff;
}

.hero-section .hero-section-right .shop-recommend .shop-label-cashback {
  background: #FF4A4A;
  color: #FFFF8F;
  border-radius: 2px;
  padding: 6px 16px 5px 16px;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

.main-section .main-right .booking-card .schedule-content .tooltip-cashback {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 4.7px auto 0;
  border-radius: 2px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  background: #FFFF8F;
  width: 208px;
  height: 30px;
  color: #FF4A4A;
  padding: 6px 18px;
  border: 1px solid #FF4A4A;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1607843137);
}
.main-section .main-right .booking-card .schedule-content .tooltip-cashback:after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0.7rem;
  height: 0.7rem;
  background: linear-gradient(to bottom left, #FFFF8F 60%, transparent 65%);
  border-width: 1px 1px 0 0;
  border-color: #FF4A4A;
  top: 0;
  transform: translate(0, -56%) rotate(315deg);
}

.shopSchedule {
  max-width: 836px;
  padding-bottom: 68px;
}
.shopSchedule .shopSch__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  color: #FFFFFF;
  gap: 24px;
  margin-top: 64px;
}
.shopSchedule .shopSch__head.unset-mt {
  margin-top: unset;
}
.shopSchedule .shopSch__line {
  border: none;
  border-bottom: 1px solid #ffffff !important;
  margin: 12px 0 30px !important;
}
.shopSchedule .shopSch__title {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}
.shopSchedule .shopSch__numVideos {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px !important;
  line-height: 33px !important;
  color: #FFFFFF;
  font-weight: bold !important;
}
.shopSchedule .shopSch__numVideos .videolist__title {
  font-weight: bold !important;
}
.shopSchedule .shopSch__numVideos .videolist__title::before {
  content: "＃";
}
.shopSchedule .shopSch__numVideos .shopSch__numVideos--yelow {
  color: #FFEDB3;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}
.shopSchedule .shopSch__numVideos .shopSch__numVideos--bold {
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
}
.shopSchedule .shopSch__videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 44px;
}
.shopSchedule .shopSch__videos li {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
  overflow: hidden;
  width: 100% !important;
  position: relative;
  border: 1px rgba(255, 255, 255, 0.4509803922) solid;
}
.shopSchedule .shopSch__storeInfo {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 68px;
  background: #FFFFFF;
}
.shopSchedule .shopSch__storeInfo li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 30px;
  font-size: 15px;
  line-height: 23px;
}
.shopSchedule .shopSch__storeInfo li .shopSch__storeInfo_detail {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 158px);
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
}
.shopSchedule .shopSch__storeInfo li .shopSch__storeInfo_title {
  width: 160px;
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
}
.shopSchedule .shopSch__storeInfo li .shopSch__storeInfo_detail .socials {
  height: 48px;
}
.shopSchedule .shopSch__storeInfo li .shopSch__storeInfo_detail a {
  color: #006bc4;
}
.shopSchedule .shopSch__storeInfo li .shopSch__storeInfo_detail.area a {
  color: #1f1c0d;
}
.shopSchedule .shopSch__storeInfo li .shopSch__storeInfo_detail .sns-link.off {
  pointer-events: none;
  cursor: default;
}
.shopSchedule .shopSch__btn {
  width: 448px;
  height: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  color: #1f1c0d;
  border: 1px solid #dedede;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 auto 12px;
}
.shopSchedule .shopSch__btn img {
  margin-right: 10px;
  height: 13px;
}

.therapistsList .shopSch__head {
  margin-bottom: 12px;
}
.therapistsList .shopSch__numVideos {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 12px;
}
.therapistsList .shopSch__numVideos .shopSch__numVideos--bold {
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
}

.main-container {
  background: #1F1C0D;
  width: 100%;
}

.main-section {
  margin-top: 0;
  padding-top: 35px;
}

.videolist_head_note {
  color: #ffffff;
  margin-bottom: 30px;
}

.pagination li a {
  border: 1px #FFFFFF solid;
  color: #FFFFFF;
}
.pagination li.active a {
  background: #FFFFFF;
  color: #1F1C0D;
}
.pagination .preNext a svg {
  fill: #FFFFFF;
}