/** @format */

img {
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.layer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.contents {
  color: #696969;
}

.hide {
  display: none;
}

.spacing {
  border-bottom: 2px solid #eeeeee;
}

/* --------------------
shop-mainvisual
-------------------- */
.shop-mainvisual {
  position: relative;
  margin: 0;
  padding: 0;
}

.shop-mainvisual img {
  width: 800px;
  height: 400px;
  object-fit: cover;
}

.shop-mainvisual .slick-arrow,
.shop-guide_modal_menu .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-mainvisual .slick-prev {
  left: 50px;
  background-image: url(../image/shop/icon-slick_prev.png);
}

.shop-mainvisual .slick-next {
  right: 50px;
  background-image: url(../image/shop/icon-slick_next.png);
}

/* --------------------
shop-info
-------------------- */
.shop-info {
  padding: 30px 0;
}

/* shop-info_basic */
.shop-info h1 {
  margin-bottom: -30px;
  line-height: 1;
  font-weight: bold;
  font-size: 2.8rem;
  color: #333;
}

.shop-info_basic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}

.shop-info_rightcol {
  display: flex;
  align-items: flex-end;
  flex: 39% 0 0;
  justify-content: flex-end;
}

.shop-info_leftcol {
  flex: auto;
}

.shop-info_leftcol .shop-info_map_like_button {
  display: flex;
  margin-top: 17px;
}

.shop-info_leftcol .shop-info_map_like_button .shop-info_map {
  width: 90px;
  height: 35px;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-top: 1px;
  margin-right: 20px;
}

.shop-info_leftcol .shop-info_map_like_button .shop-info_like {
  padding: 0;
}

.shop-info_leftcol .shop-info_map_like_button .shop-info_like_btn {
  width: 103px;
  height: 40px;
}

.shop-info_basic.shop-info_show_closest_station {
  align-items: start;
}

.shop-info_basic.shop-info_show_closest_station .shop-info_leftcol {
  margin-top: 50px;
}

.shop-info_access {
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: url(../image/shop/icon-spot.png) 0 5px no-repeat;
  background-size: 12px 17px;
  line-height: 1.4;
  font-size: 1.4rem;
  padding-top: 3px;
}

.shop-info_access:not(.shop-info_hidden_closest_station) {
  margin-bottom: 17px;
}

.shop-info_map,
.shop-info_tel {
  margin-left: 10px;
  width: 60px;
  height: 24px;
  border: 1px solid #e94709;
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  color: #e94709;
  cursor: pointer;
}

.shop-info_hidden_closest_station {
  background: unset;
  padding-left: unset;
  margin-left: unset;
}

.shop-info_budget {
  display: flex;
  align-items: center;
}

.shop-info_budget div {
  margin-right: 10px;
  padding-left: 16px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 1.4rem;
}

.shop-info_genre {
  background-image: url(../image/shop/icon-genre.png);
}

.shop-info_lunch {
  background-image: url(../image/shop/icon-day.png);
}

.shop-info_dinner {
  background-image: url(../image/shop/icon-night.png);
}

/* shop-info_like */
.shop-info_like {
  flex: 100px 0 0;
  padding: 0 24px;
}

.shop-info_like_btn {
  position: relative;
  width: 121px;
  height: 51px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 51px;
}

.shop-info_like_btn>input {
  display: block;
  position: absolute;
  width: 100%;
  height: 51px;
  left: 0px;
  top: 0px;
  padding-right: 25px;
  cursor: pointer;
}

.shop-like {
  background: url(../image/common/not_liked.svg) no-repeat;
  background-size: contain;
}

.shop-liked {
  background: url(../image/common/liked.svg) no-repeat;
  background-size: contain;
}

/* shop-info_cashback */
.shop-info_banner {
  flex: 300px 0 0;
}

.shop-info_cashback {
  padding: 14px 7% 10px;
  background: #fdece6;
  border-radius: 6px;
}

.shop-info_cashback .title {
  background: #e94709;
  padding: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 8px;
}

.shop-info_cashback .cashback-per {
  text-align: center;
  color: #e94709;
  font-size: 4rem;
  line-height: 1;
}

.shop-info_cashback .cashback-per .num {
  font-size: 6rem;
  font-weight: bold;
}

.shop-course_menu_cashback .shop-info_cashback .title {
  font-size: 1.2rem;
}

.shop-course_menu_cashback .shop-info_cashback .cashback-per {
  font-size: 3rem;
}

.shop-course_menu_cashback .shop-info_cashback .cashback-per .num {
  font-size: 5rem;
}

.shop-request_course .shop-info_cashback {
  padding: 10px 1.2% 8px;
  margin: 0 3%;
  flex: 108px 0 0;
}

.shop-request_course .shop-info_cashback .title {
  font-size: 1rem;
  padding: 8px;
}

.shop-request_course .shop-info_cashback .cashback-per {
  font-size: 2rem;
}

.shop-request_course .shop-info_cashback .cashback-per .num {
  font-size: 3rem;
}

.shop-info_cashback .campaign-additional-cashback {
  text-align: center;
  color: #e94709;
  font-size: 0.5em;
  margin-top: 10px;
}

.shop-info_cashback .campaign-additional-cashback .resv-campaign-cb-amount {
  font-size: 1.2em;
  font-weight: bold;
}

/* --------------------
shop-navi
-------------------- */
.shop-navi {
  background: #eee;
}

.shop-navi ul {
  display: flex;
  align-items: center;
  padding: 0;
  height: 60px;
}

.shop-navi li {
  position: relative;
  flex: 25% 0 0;
  text-align: center;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}

.shop-navi li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  background: #cccccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-navi li:last-child::after {
  position: static;
  width: 0;
  height: 0;
}

/* --------------------
shop-guide
-------------------- */
.shop-guide {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

/* shop-guide_pr */
.shop-guide_pr {
  flex: 66% 0 0;
}

.shop-guide_pr h2 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}

.shop-guide_pr p {
  font-size: 1.4rem;
}

.shop-guide_menu,
.shop-guide_seat {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.shop-guide_menu_list,
.shop-guide_seat_list {
  flex: 30% 0 0;
  line-height: 1.5;
  font-size: 1.4rem;
}

.shop-guide_menu_list img,
.shop-guide_seat_list img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.shop-guide_menu_list_txt,
.shop-guide_seat_list_txt {
  margin: 16px 0 10px;
}

.shop-guide_menu_list_more,
.shop-guide_seat_list_more {
  text-decoration: underline;
  color: #333333;
}

.shop-guide_more_btn {
  margin: 30px 0;
  text-align: right;
}

.shop-guide_more_btn a {
  display: inline-block;
  width: 150px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #333333;
}

/* shop-guide_calendar */
.shop-guide_rightcol {
  flex: 28% 0 0;
}

.shop-guide_calendar {
  margin-bottom: 90px;
}

.shop-guide_calendar h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
}

.shop-guide_calendar_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-guide_calendar_prev,
.shop-guide_calendar_next {
  width: 8px;
  height: 11px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.shop-guide_calendar_prev {
  background-image: url(../image/shop/icon-calendar_prev.png);
}

.shop-guide_calendar_next {
  background-image: url(../image/shop/icon-calendar_next.png);
}

.shop-guide_calendar_month {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
}

.shop-guide_calendar_week {
  display: flex;
  align-items: center;
  height: 50px;
}

.shop-guide_calendar_week div,
.shop-guide_calendar_body div {
  flex: 14.285% 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #333333;
  cursor: pointer;
}

.shop-guide_calendar .sun,
.shop-request_calendar .sun {
  color: #d70025;
}

.shop-guide_calendar .sat,
.shop-request_calendar .sat {
  color: #2d88d9;
}

.shop-guide_calendar_body {
  display: flex;
  flex-wrap: wrap;
}

.shop-guide_calendar_body div {
  height: 50px;
}

.shop-guide_calendar_body .shop-guide_calendar_blank {
  color: #cccccc;
}

.shop-guide_calendar_reserve {
  display: block;
  height: 15px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.shop-request_calendar_exp span {
  padding-left: 30px;
  background-size: 26px auto;
}

.shop-guide_calendar_reserve.vacancy,
.shop-request_calendar_exp .vacancy {
  background-image: url(../image/shop/icon-calendar_vacancy.png);
}

.shop-guide_calendar_reserve.good,
.shop-request_calendar_exp .good {
  background-image: url(../image/shop/icon-calendar_good.png);
}

.shop-guide_calendar_reserve.few,
.shop-request_calendar_exp .few {
  background-image: url(../image/shop/icon-calendar_few.png);
}

.shop-guide_calendar_reserve.none,
.shop-request_calendar_exp .none {
  background-image: url(../image/shop/icon-calendar_none.png);
  cursor: not-allowed;
}

.shop-guide_calendar_reserve.tel,
.shop-request_calendar_exp .tel {
  background-image: url(../image/shop/icon-calendar_tel.png);
}

.shop-guide_calendar_reserve.close,
.shop-request_calendar_exp .close {
  background-image: url(../image/shop/icon-calendar_close.png);
}

.shop-guide_calendar_blank .shop-guide_calendar_reserve.vacancy,
.shop-guide_calendar_blank .shop-request_calendar_exp .vacancy {
  background-image: url(../image/shop/icon-calendar_vacancy_blank.png);
}

.shop-guide_calendar_blank .shop-guide_calendar_reserve.good,
.shop-guide_calendar_blank .shop-request_calendar_exp .good {
  background-image: url(../image/shop/icon-calendar_good_blank.png);
}

.shop-guide_calendar_blank .shop-guide_calendar_reserve.few,
.shop-guide_calendar_blank .shop-request_calendar_exp .few {
  background-image: url(../image/shop/icon-calendar_few_blank.png);
}

.shop-guide_calendar_blank .shop-guide_calendar_reserve.none,
.shop-guide_calendar_blank .shop-request_calendar_exp .none {
  background-image: url(../image/shop/icon-calendar_none_blank.png);
}

.shop-guide_calendar_blank .shop-guide_calendar_reserve.tel,
.shop-guide_calendar_blank .shop-request_calendar_exp .tel {
  background-image: url(../image/shop/icon-calendar_tel_blank.png);
}

.shop-guide_calendar_blank .shop-guide_calendar_reserve.close,
.shop-guide_calendar_blank .shop-request_calendar_exp .close {
  background-image: url(../image/shop/icon-calendar_close_blank.png);
}

/* shop-guide_notice */
.shop-guide_notice h3 {
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
  font-size: 1.8rem;
  color: #000;
}

.shop-guide_notice_txt {
  line-height: 1.6;
  font-size: 1.4rem;
}

/* --------------------
shop-course
-------------------- */
.shop-course {
  margin-bottom: 10vw;
  padding: 0;
}

.shop-course h2,
.shop-request h2 {
  margin-bottom: 0;
  border-bottom: 2px solid #eeeeee;
  font-weight: bold;
  font-size: 2.4rem;
  color: #333333;
}

.shop-course_menu {
  display: flex;
  padding: 35px 0;
  border-bottom: 2px solid #eeeeee;
}

.shop-course_menu_img {
  flex: 24% 0 0;
}

.shop-course_menu_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.shop-course_menu_txt {
  position: relative;
  flex: auto;
  padding: 0 25px 40px;
  line-height: 1.4;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
}

.shop-course_menu_ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}

.shop-course_min_bill_requirement {
  flex-grow: 1;
  display: flex;
  align-items: end;
}

.shop-course_menu_foot {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  width: calc(100% - 60px);
}

.shop-course_menu_price,
.shop-request_course_price,
.shop-coupon_course_menu_price {
  font-weight: bold;
  font-size: 2.2rem;
  color: #f53b02;
}

.shop-course_menu_price span,
.shop-request_course_price span,
.shop-coupon_course_menu_price span {
  font-size: 0.9em;
}

.shop-course_menu_btn {
  width: 150px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  color: #333;
}

.shop-course_menu_btn a {
  display: block;
}

.shop-course_menu_banner,
.shop-coupon_course_menu_banner {
  flex: 300px 0 0;
}

.shop-course_menu_cashback,
.shop-coupon_detail_cashback {
  height: 108px;
}

.shop-course_menu_reserve,
.shop-coupon_detail_reserve {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.shop-course_menu_banner_spcol .shop-course_menu_reserve {
  display: none;
}

.shop-course_menu .shop-course_menu_banner .shop-course_menu_reserve {
  height: calc(100% - 134px);
  align-items: end;
}

.shop-course_menu .shop-course_menu_banner .shop-course_menu_reserve a {
  width: 100%;
}

.shop-course_menu_reserve a,
.shop-coupon_detail_reserve a,
.shop-coupon_course_menu_banner a {
  display: block;
  width: 210px;
  height: 48px;
  background: #e94709;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
}

.shop-course_menu_reserve .disabled {
  display: block;
  width: 100%;
  height: 48px;
  background: #999;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  cursor: default;
}

/* --------------------
shop-guide_modal
-------------------- */
.mfp-container {
  left: 50%;
  width: 1000px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mfp-bg,
.mfp-wrap,
mfo-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing,
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap.mfp-ready,
mfo-content {
  opacity: 1;
}

button.mfp-arrow {
  margin-top: 0 !important;
  width: 40px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

button.mfp-arrow:before,
button.mfp-arrow:after {
  position: static;
  border: 0;
}

button.mfp-arrow-left {
  left: 5px;
  background-image: url(../image/shop/icon-slick_prev.png);
}

button.mfp-arrow-right {
  right: 5px;
  background-image: url(../image/shop/icon-slick_next.png);
}

.shop-guide_modal_list,
.shop-course_modal_list {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px;
  width: 1000px;
  background: #ffffff;
  box-sizing: border-box;
  color: #696969;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shop-guide_modal_list .mfp-close,
.shop-course_modal_list .mfp-close,
.shop-menu_list .mfp-close,
.shop-seat_list .mfp-close {
  position: absolute;
  top: -24px;
  right: -10px;
  width: 48px;
  height: 48px;
  background: url(../image/shop/icon-modal_close.png);
  opacity: 1;
}

.shop-guide_modal_list {
  display: flex;
}

.shop-guide_modal_list_img {
  flex: 200px 0 0;
  padding-right: 25px;
}

.shop-guide_modal_list_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.shop-guide_modal_list_txt {
  flex: auto;
  line-height: 1.5;
  font-size: 1.4rem;
}

.shop-guide_modal_list_ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}

/* --------------------
shop-course_modal
-------------------- */
.shop-course_modal_list .shop-course_menu {
  padding-top: 0;
}

.shop-course_modal_detail {
  height: 50vh;
  overflow-y: scroll;
}

.shop-course_modal_detail::-webkit-scrollbar,
.shop-coupon_wrap::-webkit-scrollbar,
.shop-access_wrap::-webkit-scrollbar {
  width: 12px;
}

.shop-course_modal_detail::-webkit-scrollbar-thumb,
.shop-coupon_wrap::-webkit-scrollbar-thumb,
.shop-access_wrap::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 6px;
}

.shop-course_modal_table th,
.shop-course_modal_table td {
  padding: 30px 0;
  border-bottom: 2px solid #eeeeee;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
  font-size: 1.6rem;
}

.shop-course_modal_table tr:last-child th,
.shop-course_modal_table tr:last-child td,
.shop-access_table tr:last-child th,
.shop-access_table tr:last-child td {
  border-bottom: 0;
}

.shop-course_modal_table th {
  width: 140px;
  font-weight: normal;
}

/* --------------------
shop-coupon
-------------------- */
.shop-coupon,
.shop-access {
  position: fixed;
  top: 0;
  right: -1060px;
  height: 100%;
  background: #ffffff;
  color: #696969;
  z-index: 99;
}

.shop-coupon_wrap,
.shop-access_wrap {
  padding: 30px 50px;
  width: 854px;
  height: calc(100% - 48px);
  overflow-y: auto;
}

.shop-coupon_wrap::after,
.shop-access_wrap::after {
  display: block;
  content: "";
  width: 1px;
  height: 50px;
}

.shop-coupon_close,
.shop-access_close {
  display: none;
  position: absolute;
  top: 10px;
  left: -60px;
  width: 36px;
  height: 36px;
  background: url(../image/shop/icon-menu_close.png) 0 0 no-repeat;
  cursor: pointer;
}

.shop-coupon h2,
.shop-access h2 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

.shop-coupon_list {
  margin-bottom: 30px;
}

.shop-coupon_detail {
  display: flex;
  position: relative;
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #cccccc;
}

.shop-coupon_detail_leftcol {
  flex: auto;
  padding-right: 25px;
}

.shop-coupon_detail_img {
  position: absolute;
  width: 100px;
}

.shop-coupon_detail_ttl {
  margin-bottom: 30px;
  /* padding-left: 125px; */
  font-weight: bold;
  font-size: 1.8rem;
  color: #e94709;
}

.shop-coupon_list.request-page .shop-coupon_detail_ttl {
  padding-left: 0;
  margin-bottom: 10px;
}

.shop-coupon_list.request-page .shop-coupon_course_menu_price {
  margin-top: 0;
}

.shop-coupon_detail_txt {
  /* padding-left: 125px; */
  line-height: 1.4;
  font-size: 1.4rem;
}

.shop-coupon_detail_table th,
.shop-coupon_detail_table td {
  vertical-align: top;
}

.shop-coupon_detail_table th {
  width: 100px;
}

.shop-coupon_detail_banner {
  flex: 210px 0 0;
}

/* shop-coupon_course */
.shop-coupon_course_btn {
  position: relative;
  margin: auto;
  padding-right: 30px;
  width: 260px;
  height: 36px;
  background: url(../image/shop/icon-arrow_open.png) 220px center no-repeat #ffffff;
  background-size: 12px 8px;
  border: 1px solid #e94709;
  border-radius: 100px;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  font-size: 1.4rem;
  color: #e94709;
  cursor: pointer;
}

.shop-coupon_course_btn.open {
  background-image: url(../image/shop/icon-arrow_close.png);
  border-color: #cccccc;
  color: #696969;
}

.shop-coupon_course_list {
  padding: 0 25px 25px 25px;
}

.shop-coupon_course_menu {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 2px solid #eeeeee;
}

.shop-coupon_course_menu:last-child {
  border-bottom: 0;
}

.shop-coupon_course_menu_leftcol {
  display: flex;
  align-items: center;
}

.shop-coupon_course_menu_img {
  flex: 195px 0 0;
}

.shop-coupon_course_menu_txt {
  flex: auto;
  padding: 0 20px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
}

.shop-coupon_course_menu_price {
  margin-top: 25px;
}

.shop-coupon_course_menu_reserve {
  margin-top: 12px;
}

/* --------------------
shop-access
-------------------- */
.shop-access_map iframe {
  margin-bottom: 50px;
  width: 100%;
  height: 550px;
}

.shop-access_table th,
.shop-access_table td {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
  font-size: 1.4rem;
}

/* ------------------------------------------------
shop-photo
------------------------------------------------ */
.shop-photo {
  padding: 30px 0;
}

.shop-photo ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.shop-photo li {
  flex: 190px 0 0;
  margin: 0 5px 10px;
}

.shop-photo li img {
  width: 190px;
  height: 190px;
  object-fit: cover;
}

/* shop-photo_modal */
.shop-menu_list,
.shop-seat_list {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px;
  max-width: 1000px;
  background: #ffffff;
  box-sizing: border-box;
  color: #696969;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shop-menu_img,
.shop-seat_img {
  margin-bottom: 15px;
  text-align: center;
}

.shop-menu_txt,
.shop-seat_txt {
  line-height: 1.6;
}

.shop-menu_txt p {
  font-size: 1.4rem;
}

.shop-menu_txt .shop-menu_price {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}

.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e94709;
  text-align: center;
  width: 10%;
  height: 56px;
  margin: 0 auto;
  color: white;
  font-weight: bold;
}

/* ------------------------------------------------
shop-request
------------------------------------------------ */
.shop-request {
  padding: 20px 0 30px;
}

.shop-request select,
.shop-request input,
.shop-request textarea {
  -webkit-appearance: none;
}

.shop-request select::-ms-expand {
  display: none;
}

.shop-request_table {
  margin-top: 20px;
  width: calc(100% - 80px);
}

.shop-request_table th,
.shop-request_table td {
  padding: 18px 0;
  vertical-align: top;
  text-align: left;
}

.shop-request_table th {
  padding-top: 28px;
  width: 80px;
  font-size: 1.4rem;
  color: #333333;
}

.shop-request_visit input[type="text"] {
  width: 300px;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.shop-request_select {
  position: relative;
  width: 300px;
}

.shop-request_select::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  width: 12px;
  height: 9px;
  background: url(../image/shop/icon-arrow_open.png) 0 0 no-repeat;
  background-size: 12px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-request_select select {
  width: 100%;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
}

.shop-request_calendar {
  display: flex;
  margin-bottom: 30px;
}

.shop-request_calendar_head {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
}

.shop-request_calendar_thismonth,
.shop-request_calendar_nextmonth {
  margin-right: 65px;
  width: 350px;
}

.shop-request_calendar_exp {
  font-size: 1.2rem;
}

.shop-request_calendar_exp span {
  padding: 2px 16px 0;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.shop-request_calendar_exp .tel {
  padding-left: 24px;
}

.shop-request_calendar_exp .none {
  padding-left: 10px;
}

.shop-request_calendar_next,
.shop-request_calendar_this {
  display: none;
}

.shop-request_course {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}

.shop-request_course input {
  display: none;
}

.shop-coupon_course_title {
  text-align: center;
  font-weight: bold;
  color: #f53b02;
}

.shop-request_course_txt {
  flex: auto;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}

.shop-request_course_select {
  flex: 90px 0 0;
}

.shop-request_course_select_btn {
  width: 100%;
  height: 36px;
  border: 1px solid #e94709;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 1.4rem;
  color: #e94709;
}

.shop-request_course.selected-course {
  border: 2px solid #f53b02;
}

.shop-request_course.selected-course .shop-request_course_select_btn {
  background: #e94709;
  color: #fff;
}

.shop-request_table textarea {
  padding: 20px;
  width: 100%;
  height: 240px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.shop-request_cashback {
  padding: 30px;
  background: #fdece6;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
}

.shop-request_cashback span {
  font-size: 3rem;
  color: #e94709;
}

.shop-request_send_btn {
  margin-top: 60px;
  text-align: center;
}

.shop-request_send_btn input {
  width: 200px;
  height: 48px;
  background: #e94709;
  line-height: 48px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ffffff;
  cursor: pointer;
}

.shop-request_send_btn input:disabled {
  opacity: 0.5;
}

ul.shop-request_user-consent {
  padding-inline-start: 10px;
}

ul.shop-request_user-consent li {
  display: flex;
  gap: 5px;
  align-items: start;
}

ul.shop-request_user-consent li input {
  -webkit-appearance: checkbox;
  margin: 10px 5px;
}

ul.shop-request_user-consent li .hilight {
  color: red;
}

.application-cashback dl {
  display: flex;
  align-items: center;
  margin: 0.8em 0;
  padding: 0.5em;
  background: #fdece6;
}

.application-cashback dl dt {
  position: relative;
  flex: 40% 0 0;
  padding: 0.2em 1em;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
}

.application-cashback dl dt::before,
.application-cashback dl dt::after {
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
}

.application-cashback dl dt::before {
  background: linear-gradient(to bottom left, transparent 50%, #ffffff 50.5%) no-repeat top left/100% 50%;
}

.application-cashback dl dt::after {
  background: linear-gradient(to top left, transparent 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%;
}

.application-cashback dl dd {
  flex: auto;
  line-height: 1;
  font-weight: bold;
  font-size: 2.4rem;
  color: #e94709;
}

.application-cashback dl dd span {
  font-weight: normal;
  font-size: 1.8rem;
}

.application-cashback dl {
  margin: 1em 0;
  padding: 1em 2em;
}

.application-cashback dl dt {
  flex: 50% 0 0;
  padding: 0.2em 1em;
  font-size: 2rem;
}

.application-cashback dl dt::before,
.application-cashback dl dt::after {
  position: absolute;
  right: -24px;
  width: 24px;
}

.application-cashback dl dd {
  font-size: 4.2rem;
}

.application-cashback dl dd span {
  font-size: 3.6rem;
}

/* ------------------------------------------------
	photo-menu
------------------------------------------------ */
.photo-menu {
  background: #eee;
}

.photo-menu ul {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: center;
  width: 100%;
}

.photo-menu li {
  flex: 86%;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  width: calc(100% / 5);
}

.photo-menu li a {
  display: block;
  height: 100%;
  width: 100%;
}

.photo-menu li span {
  position: relative;
}

.photo-menu ul li.select span::after,
.photo-menu ul li:hover span::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -16px;
  width: calc(100% + 40px);
  height: 4px;
  background: #e94709;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------------------------
shop-detail top_section
------------------------------------------------ */
.shop-info_contact {
  display: none;
}

/* =============================================
max-width: 1074px
============================================= */
@media screen and (max-width: 1074px) {

  /* --------------------
	shop-info
	-------------------- */
  .shop-info_basic {
    margin-top: 20px;
  }

  /* --------------------
	shop-course
	-------------------- */
  .shop-course_menu_btn {
    width: 50%;
    font-size: 1.6vw;
  }

  /* --------------------
	shop-guide_modal
	-------------------- */
  .mfp-container,
  .shop-guide_modal_list,
  .shop-course_modal_list {
    width: 80vw;
  }

  .shop-course_modal_list .shop-course_menu {
    display: block;
  }

  .shop-course_modal_list .shop-course_menu_txt {
    padding: 20px 0 40px;
  }

  .shop-course_modal_list .shop-course_menu_banner {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  /* --------------------
	shop-course_modal
	-------------------- */
  .shop-course_modal_list {
    position: relative;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .shop-course_modal_detail {
    height: auto;
  }

  .shop-course_modal_list .shop-course_menu_cashback,
  .shop-coupon_detail_cashback,
  .shop-coupon_course_menu_cashback {
    flex-basis: 100%;
    padding: 1em 0.5em;
    height: auto;
    font-size: 0.9em;
  }

  .shop-course_modal_list .shop-course_menu_reserve,
  .shop-coupon_detail_reserve,
  .shop-coupon_course_menu_reserve {
    flex: 40% 0 0;
    margin-top: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  /* --------------------
	shop-coupon
	-------------------- */
  .shop-coupon_wrap,
  .shop-access_wrap {
    width: 75vw;
    box-sizing: border-box;
  }

  .shop-coupon h2,
  .shop-access h2 {
    margin-top: 1em;
    font-size: 1.2em;
    color: #000;
  }

  .shop-coupon_detail {
    display: block;
    padding: 1em;
  }

  .shop-coupon_detail_leftcol {
    padding-right: 0;
  }

  .shop-coupon_detail_head,
  .shop-coupon_detail_banner,
  .shop-coupon_course_menu_banner {
    display: flex;
    align-items: center;
  }

  .shop-coupon_detail_img {
    position: static;
  }

  .btn-coupon_close,
  .btn-access_close {
    height: 30px;
    background: url(../image/shop/icon-menu-shop_close.png) no-repeat right center;
    background-size: contain;
  }

  .shop-coupon_detail_head {
    margin-bottom: 30px;
  }

  .shop-coupon_detail_ttl {
    padding-left: 1em;
    line-height: 1.4;
    font-size: 1.1em;
    margin-bottom: 0;
  }

  .shop-coupon_detail_txt {
    margin-bottom: 2em;
    padding-left: 0;
    font-size: 0.8em;
  }

  .shop-coupon_detail_table th {
    width: 30%;
    text-align: left;
  }

  .shop-coupon_detail_banner,
  .shop-coupon_course_menu_banner {
    /* justify-content: space-between; */
    display: block;
  }

  .shop-coupon_detail_reserve a,
  .shop-coupon_course_menu_reserve a,
  .shop-course_menu_reserve a {
    padding: 0.6em;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    line-height: 2;
    font-size: 1.1em;
  }

  /* shop-coupon_course */
  .shop-coupon_course_btn {
    padding: 0.3em 6vw 0.3em 0.8em;
    height: auto;
    background-position: 94% center;
    background-size: 3.2vw auto;
    font-size: 0.8em;
    color: #696969;
  }

  .shop-coupon_course_btn.open {
    background-image: url(../image/shop/icon-arrow_close_sp.png);
  }

  .shop-coupon_course_list {
    padding: 1em 1.5em;
  }

  .shop-coupon_course_menu {
    display: block;
    padding: 1em 0;
    border-bottom-width: 1px;
  }

  .shop-coupon_course_menu_leftcol {
    margin-bottom: 1em;
  }

  .shop-coupon_course_menu_img {
    flex-basis: 32vw;
  }

  .shop-coupon_course_menu_txt {
    padding: 0 0 0 1em;
    font-size: 1em;
  }

  /* --------------------
	shop-access
	-------------------- */
  .shop-access_map iframe {
    margin-bottom: 1em;
    height: 30vh;
  }

  .shop-access_table th,
  .shop-access_table td {
    border-bottom: 1px solid #eeeeee;
  }

  .shop-access_table th {
    width: 22vw;
  }

  /* ------------------------------------------------
	shop-photo
	------------------------------------------------ */
  .shop-photo li {
    /* flex-basis: 19.2%; */
    margin-right: 1%;
  }

  /* ------------------------------------------------
	shop-request
	------------------------------------------------ */
  .shop-request_table {
    width: 90%;
  }

  .shop-request_table th {
    width: 10%;
  }

  .shop-request_calendar_thismonth,
  .shop-request_calendar_nextmonth {
    margin-right: 10%;
    width: 49%;
  }
}

/* =============================================
max-width: 800px
============================================= */
@media screen and (max-width: 800px) {
  .shop-info h1 {
    margin-bottom: 0;
    margin: 0 0 0.67em 0;
  }

  .shop-info_budget {
    flex-wrap: wrap;
  }

  .shop-info_genre {
    flex: 100%;
  }

  .shop-info_basic,
  .shop-info_rightcol {
    flex: 52% 0 0;
  }
}

/* =============================================
max-width: 767px
============================================= */
@media screen and (max-width: 767px) {
  .single-column {
    font-size: 3.4vw;
  }

  .sp-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .spacing {
    border-bottom: 10px solid #eeeeee;
    margin: 20px 0 20px;
  }

  /* --------------------
	shop-mainvisual
	-------------------- */
  .shop-mainvisual {
    overflow: hidden;
    height: 240px;
  }

  .shop-mainvisual li {
    height: 240px;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .shop-mainvisual img {
    width: 100vw;
    height: initial;
    object-fit: initial;
  }

  .shop-mainvisual .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding: 0;
  }

  .shop-mainvisual .slick-dots li {
    margin: 0 0.5em;
  }

  .shop-mainvisual .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: #eeeeee;
    border: 0;
    border-radius: 100px;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
  }

  .shop-mainvisual .slick-dots li.slick-active button {
    background: #000000;
  }

  /* --------------------
	shop-info
	-------------------- */
  .shop-info {
    padding: 20px 0 30px 0;
  }

  .shop-info h1 {
    margin-top: 0;
    margin-bottom: 0.4em;
    font-size: 1.4em;
    line-height: 1.6;
  }

  .shop-info_access {
    display: block;
    margin-top: 1em;
    padding-left: 4vw;
    background-position: 0 0;
    background-size: 3vw auto;
    font-size: 1em;
  }

  .shop-info_budget {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .shop-info_budget div {
    margin-right: 0;
    padding-left: 4vw;
    background-position: 0 0.5em;
    background-size: 3.4vw auto;
    font-size: 1em;
  }

  .shop-info_basic.shop-info_show_closest_station .shop-info_leftcol {
    margin-top: 0;
  }

  .shop-info_leftcol .shop-info_map_like_button {
    display: none;
  }

  .shop-info_map,
  .shop-info_tel {
    margin: 1em 0 0;
    padding: 0.1em 0;
    width: 100%;
  }

  .shop-info_rightcol {
    display: block;
    flex: 42vw 0 0;
    padding-left: 8vw;
  }

  .shop-info_like,
  .shop-info_banner {
    flex: 100%;
  }

  .shop-info_like {
    margin-bottom: 1.6em;
    padding: 0;
    text-align: right;
  }

  .shop-info_like_btn {
    padding: 0.6em 2vw 0.6em 3vw;
    line-height: 1;
    font-size: 0.9em;
  }

  /* shop-info_cashback */
  .shop-info_cashback {
    padding: 10px 1.8vw;
    width: calc(100% - 3.6vw);
    height: auto;
    font-size: 1em;
  }

  .shop-info_cashback .title {
    padding: 10px 5px;
    font-size: 1rem;
  }

  .shop-info_cashback .cashback-per {
    font-size: 2rem;
  }

  .shop-info_cashback .cashback-per .num {
    font-size: 4rem;
  }

  .shop-course_menu_cashback .shop-info_cashback .title {
    padding: 8px 5px;
    font-size: 1rem;
  }

  .shop-course_menu_cashback .shop-info_cashback .cashback-per {
    font-size: 2.5rem;
  }

  .shop-course_menu_cashback .shop-info_cashback .cashback-per .num {
    font-size: 4rem;
  }

  /* --------------------
	shop-navi
	-------------------- */
  .shop-navi ul {
    padding: 1.5vw 0;
    height: auto;
    margin: unset;
    width: 100%;
  }

  .shop-navi li {
    font-size: 1.05em;
  }

  .shop-navi li::after {
    height: 100%;
  }

  /* --------------------
	shop-guide
	-------------------- */
  .shop-guide {
    display: block;
    padding: 1em 0;
    width: 100%;
  }

  .shop-guide_pr h2 {
    line-height: 1.4;
    font-size: 1.2em;
  }

  .shop-guide_pr p {
    line-height: 1.6;
    font-size: 1em;
  }

  /* shop-guide_calendar_sp */
  .shop-guide_calendar_sp,
  .shop-guide_more_btn {
    margin-bottom: 3.5em;
  }

  .shop-guide_calendar_sp h3 {
    margin-bottom: 0.3em;
    font-size: 1.08em;
    color: #333333;
  }

  .shop-guide_calendar_sp .shop-guide_calendar_body {
    display: flex;
  }

  .shop-guide_calendar_sp .shop-guide_calendar_body div {
    flex-basis: 13%;
    margin: 0 1.5% 0.3em 0;
    padding: 0.5em 0;
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.2;
    font-weight: normal;
    font-size: 1em;
  }

  .shop-guide_calendar_sp .shop-guide_calendar_body div:nth-of-type(7n) {
    margin-right: 0;
  }

  .shop-guide_calendar_sp .shop-guide_calendar_reserve {
    margin-top: 0.2em;
    height: 3.7vw;
    background-size: 6.6vw auto;
  }

  .shop-guide_calendar_other {
    margin: 1em 0;
    text-align: center;
  }

  .shop-guide_calendar_other a,
  .shop-guide_more_btn a {
    display: inline-block;
    padding: 0.7em 2em;
    width: auto;
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 1.08em;
    color: #333333;
  }

  /* shop-guide_menu */
  .shop-guide_menu_list_txt,
  .shop-guide_seat_list_txt {
    padding: 0 1em;
    font-size: 1em;
  }

  .shop-guide_menu_list_more,
  .shop-guide_seat_list_more {
    padding-right: 1em;
    text-align: right;
    font-size: 0.9em;
  }

  .shop-guide_more_btn {
    text-align: center;
  }

  /* shop-guide_notice */
  .shop-guide_notice h3,
  .shop-course h2 {
    font-size: 1.08em;
  }

  .shop-guide_notice_txt {
    font-size: 1em;
  }

  /* --------------------
	shop-course
	-------------------- */
  .shop-course_menu {
    display: block;
    padding: 2.5em 0;
    border-bottom-width: 1px;
  }

  .shop-course_menu_img img {
    width: 100%;
    height: 200px;
  }

  .shop-course_menu_txt {
    padding: 1em 0;
    font-size: 1em;
  }

  .shop-course_menu_ttl {
    font-size: 1.15em;
  }

  .shop-course_menu_foot {
    position: static;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }

  .shop-course_menu_price,
  .shop-coupon_course_menu_price,
  .shop-request_course_price {
    font-size: 1.2em;
  }

  .shop-course_menu_banner {
    display: flex;
    align-items: center;
  }

  .shop-course_menu_cashback {
    flex-basis: 45.8vw;
    padding: 0 1.8vw 3em;
    height: auto;
    font-size: 1em;
  }

  .shop-course_menu_banner_spcol {
    flex: auto;
    padding-left: 1em;
    margin: 0 0 3em;
  }

  .shop-course_menu_banner_spcol .shop-course_menu_btn {
    padding: 1em;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    font-size: 0.9em;
  }

  .shop-course_menu_banner_spcol .shop-course_menu_reserve {
    display: block;
  }


  .shop-course_menu_banner_spcol .shop-course_menu_reserve a {
    font-size: 0.9em;
  }

  .shop-course_menu_reserve {
    margin-top: 1em;
    display: none;
  }

  /* --------------------
	shop-guide_modal
	-------------------- */
  .mfp-container {
    padding: 0;
    width: calc(100% - 3em);
  }

  button.mfp-arrow {
    width: 20px;
    height: 30px;
    background-size: 20px auto;
  }

  .shop-guide_modal_list,
  .shop-course_modal_list {
    position: relative;
    display: block;
    top: 30px;
    left: 50%;
    padding: 2em;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .shop-guide_modal_list_img {
    margin-bottom: 1em;
    padding-right: 0;
  }

  .shop-guide_modal_list_img img {
    height: auto;
    object-fit: initial;
  }

  .shop-guide_modal_list_txt {
    font-size: 1em;
  }

  .shop-guide_modal_list_ttl {
    font-size: 1.2em;
  }

  /* --------------------
	shop-course_modal
	-------------------- */
  .shop-course_modal_list .shop-course_menu_cashback::after,
  .shop-coupon_detail_cashback::after,
  .shop-coupon_course_menu_cashback::after {
    position: static;
    border: 0;
  }

  .shop-course_modal_table th,
  .shop-course_modal_table td {
    display: block;
    font-size: 1em;
  }

  .shop-course_modal_table th {
    padding-bottom: 0;
    width: 100%;
    border-bottom: 0;
    font-weight: bold;
  }

  .shop-course_modal_table td {
    padding-top: 1em;
    border-bottom-width: 1px;
  }

  /* --------------------
	shop-coupon
	-------------------- */
  .shop-coupon_wrap,
  .shop-access_wrap {
    margin-top: 18px;
    padding: 1em 1em 5em;
    width: 100vw;
    box-sizing: border-box;
  }

  .shop-coupon_close,
  .shop-access_close {
    position: static;
    display: inline-block;
    padding-left: 1vw;
    width: 16vw;
    height: auto;
    background: url(../image/shop/icon-arrow_back.png) 3vw center no-repeat #bababa;
    background-size: 1.2vw auto;
    border-radius: 100px;
    text-align: center;
    line-height: 1.4;
    font-size: 0.95em;
    color: #fff;
  }

  .shop-coupon_detail_head {
    margin-bottom: 30px;
  }

  .shop-coupon_detail_ttl {
    margin-bottom: 0;
  }

  .shop-coupon_detail_banner {
    display: block;
  }

  .shop-coupon_list .shop-coupon_detail_cashback {
    padding: 1em 0;
  }

  .shop-coupon_list .shop-coupon_detail_cashback .shop-info_cashback {
    box-sizing: border-box;
    width: 100%;
  }

  .shop-coupon_list .shop-coupon_detail_reserve {
    padding-left: 0;
    padding-right: 0;
  }

  /* ------------------------------------------------
	shop-photo
	------------------------------------------------ */
  .shop-photo li {
    flex-basis: calc(33.3% - 10px);
    margin: 0 5px 10px;
  }

  .shop-photo li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }

  /* shop-photo_modal */
  .shop-menu_list,
  .shop-seat_list {
    position: relative;
    top: 30px;
    left: 50%;
    padding: 2em;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .shop-menu_txt,
  .shop-seat_txt {
    font-size: 1.2rem;
  }

  /* ------------------------------------------------
	shop-request
	------------------------------------------------ */
  .shop-request {
    padding: 0 0 5em;
  }

  .shop-request h2 {
    font-size: 1.2em;
  }

  .shop-request_table {
    width: 100%;
  }

  .shop-request_table th,
  .shop-request_table td {
    display: block;
    width: 100%;
  }

  .shop-request_table th {
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
  }

  .shop-request_table td {
    padding: 0 0 1em;
  }

  .shop-request_visit input[type="text"],
  .shop-request_select {
    width: 100%;
  }

  .shop-request_select::after {
    right: 6vw;
    width: 3.2vw;
    height: 3vw;
    background-size: 3.2vw auto;
  }

  .shop-request_select select {
    padding: 1.3em 9vw 1.3em 1em;
    height: auto;
    font-size: 1em;
  }

  .shop-request_calendar {
    display: block;
  }

  .shop-request_calendar_thismonth,
  .shop-request_calendar_nextmonth {
    margin-right: 0;
    width: 100%;
  }

  .shop-request_calendar_nextmonth {
    display: none;
  }

  .shop-request_calendar_next,
  .shop-request_calendar_this {
    display: block;
    color: #e94709;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .shop-request_calendar_next {
    text-align: right;
  }

  .shop-request_calendar_head {
    margin-bottom: 1em;
    font-size: 1.2em;
  }

  .shop-guide_calendar_week div,
  .shop-guide_calendar_body div {
    padding: 0.5em 0;
    height: auto;
    font-size: 1.1em;
  }

  .shop-guide_calendar_reserve {
    height: 3.7vw;
    background-size: 6.6vw auto;
  }

  .shop-request_calendar_exp {
    font-size: 0.8em;
  }

  .shop-request_calendar_exp span {
    padding-left: 3vw;
    background-size: 3.6vw auto;
  }

  .shop-request_calendar_exp .tel,
  .shop-request_calendar_exp .none {
    padding-left: 3.2vw;
  }

  .shop-request_course {
    flex-wrap: wrap;
    padding: 15px;
  }

  .shop-request_course .shop-info_cashback {
    padding: 8px 4% 6px;
    margin: 0 auto 20px;
  }

  .shop-request_course:last-child {
    margin-bottom: 0;
  }

  .shop-request_course_txt {
    font-size: 1.2em;
    margin-bottom: 1em;
  }

  .shop-request_course_select {
    flex-basis: 82vw;
  }

  .shop-request_course_select_btn {
    padding: 0.1em 5px;
    height: auto;
    border-width: 1px;
    box-sizing: border-box;
    font-size: 1em;
  }

  .shop-request_cashback {
    padding: 1.2em 1em;
    line-height: 1.6;
    font-size: 1.2em;
  }

  .shop-request_cashback span {
    display: block;
    font-size: 1.25em;
  }

  .shop-request_send_btn {
    margin-top: 2em;
  }

  .shop-request_send_btn input {
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 1.3em;
  }

  .application-cashback dl {
    padding: 0.5em;
  }

  .application-cashback dl dt {
    flex: 40% 0 0;
    font-size: 1.3em;
  }

  .application-cashback dl dt::before,
  .application-cashback dl dt::after {
    right: -20px;
    width: 20px;
  }

  .application-cashback dl dd {
    font-size: 2.4rem;
  }

  .application-cashback dl dd span {
    font-size: 1.8rem;
  }

  .application-cashback dl dd span#application-cashback-amount {
    font-size: 4rem;
    font-weight: bold;
  }

  /* ------------------------------------------------
  shop-detail top_section
  ------------------------------------------------ */
  .shop-info_contact {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 3px;
    gap: 21px;
  }

  .shop-info_map__sp {
    border-radius: 13px;
    background: url(../image/shop/icon-map.png) no-repeat;
    background-size: cover;
    width: 70px;
    height: 30px;
    display: block;
  }

  .shop-info_tel__sp {
    background: url(../image/shop/icon-phone.png) no-repeat;
    background-size: contain;
    height: 29px;
    width: 29px;
    display: block;
  }

  .shop-like-sp {
    background: url(../image/common/not_liked_sp.svg) no-repeat center;
    background-size: 6.4vw auto;
    height: 30px;
    width: 6.4vw;
  }

  .shop-liked-sp {
    background: url(../image/common/liked_sp.svg) no-repeat center;
    background-size: 6.4vw auto;
    height: 30px;
    width: 6.4vw;
  }

  .shop-info_contact .shop-info_like_btn>input {
    height: 30px;
    width: 6.4vw;
    padding: unset;
  }

}