@charset "UTF-8";
.mt_20 {
  margin-top: 10px;
}
@media print, screen and (min-width: 1110px) {
  .mt_20 {
    /*NT*/
    margin-top: 20px;
  }
}

.t_red, .shop-detail .shop-fee section > p .attention, .shop-detail .shop-fee section > p .attention_blu {
  color: #e50012;
}

.t_big {
  font-size: 1.2em;
  margin: 0 0.2em;
}

.t_border, .shop-detail .shop-fee section > p .attention, .shop-detail .shop-fee section > p .attention_blu {
  display: inline-block;
  border: solid 1px #231815;
  padding: 3px 5px;
  margin: 3px;
  line-height: 1;
}
@media print, screen and (min-width: 1110px) {
  .t_border, .shop-detail .shop-fee section > p .attention, .shop-detail .shop-fee section > p .attention_blu {
    /*NT*/
    margin: 5px;
    padding: 3px 10px;
  }
}

.t_border.t_red, .shop-detail .shop-fee section > p .attention, .shop-detail .shop-fee section > p .attention_blu {
  border: solid 1px #e50012;
}

.t_border.t_pink, .shop-detail .shop-fee section > p .t_pink.attention, .shop-detail .shop-fee section > p .t_pink.attention_blu {
  border: solid 1px #e6345c;
  color: #e6345c;
}

.bg_lpink {
  background-color: #fceded;
}

.icon.lunch, .icon.dinner, .icon.ichibu, .icon.nibu {
  display: inline-block;
  color: #fff;
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 0.8em;
  font-size: clamp(8px, 2.1vw, 18px);
  border-radius: 3px;
  margin: 0 5px;
}

.lunch {
  background-color: #13b7d2 !important;
}

.dinner {
  background-color: #ec6c00 !important;
}

.ichibu {
  background-color: #007dd2;
}

.nibu {
  background-color: #003c96;
}

h1,
h2,
h3,
h4,
h5,
div,
p,
figure,
a,
span,
ul,
li,
dl,
dt,
dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  counter-reset: shop 0;
}

.cover {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media print, screen and (min-width: 750px) {
  .sp-only {
    /*TB*/
    display: none;
  }
}

.sp-none {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .sp-none {
    /*TB*/
    display: inherit;
  }
}

@media print, screen and (min-width: 750px) {
  .tb-none {
    /*TB*/
    display: none;
  }
}

@media print, screen and (min-width: 1110px) {
  .nt-none {
    /*NT*/
    display: none;
  }
}

@media print, screen and (min-width: 1400px) {
  .pc-none {
    /*PC*/
    display: none;
  }
}

.img-title {
  text-align: center;
}

#dirPathBlock,
#anchorLinkBlock,
h1 {
  max-width: 970px;
  margin: 0 auto;
}

.main {
  margin: 0 auto;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: clamp(7px, 1.9vw, 16px);
}
.main img {
  vertical-align: middle;
  max-width: 100%;
}

.first-view_area {
  position: relative;
  background-color: #fff8fa;
  text-align: center;
}
.first-view_area .bnr_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.first-view_area .bnr_area p {
  padding: 0 11.7vw 20px;
}
@media print, screen and (min-width: 750px) {
  .first-view_area .bnr_area p {
    /*TB*/
    padding: 0 7.5vw 30px;
  }
}
.first-view_area .bnr_area p img {
  height: 100%;
  max-height: 30.4vw;
}
@media print, screen and (min-width: 750px) {
  .first-view_area .bnr_area p img {
    /*TB*/
    max-height: 16.2vw;
  }
}

#first-message {
  background-color: #ffeba0;
  background-image: url(../img/bg_first-message.webp);
  background-repeat: repeat;
}
#first-message .cover {
  padding: 40px 0;
}
@media print, screen and (min-width: 1110px) {
  #first-message .cover {
    /*NT*/
    padding: 80px 0;
  }
}
#first-message h2 {
  width: 61.3vw;
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
}
#first-message p {
  font-size: clamp(9px, 2.4vw, 22px);
  margin-top: 2em;
  text-align: center;
  line-height: 2;
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#first-message p span {
  font-weight: bold;
}
#first-message p span:first-of-type {
  color: #e6345c;
}
#first-message p span:nth-of-type(2) {
  color: #002859;
}
#first-message p span:last-of-type {
  color: #e40012;
}

#event {
  padding: 50px 0 0;
}
@media print, screen and (min-width: 1110px) {
  #event {
    /*NT*/
    padding: 100px 0 0;
  }
}

.map_area {
  position: relative;
  margin: 0 auto;
}

.map {
  position: relative;
  width: 100%;
  height: 70.1492537313vw;
  max-height: 80vh;
  border: solid 2px #0068b4;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
@media print, screen and (min-width: 1110px) {
  .map {
    /*NT*/
    max-height: 600px;
  }
}
.map img {
  max-width: inherit;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.map #osaka-map {
  height: 100%;
}
@media print, screen and (min-width: 750px) {
  .map #osaka-map {
    /*TB*/
    overflow: hidden;
  }
}

.shop_list {
  padding: 40px 0 0;
}
@media print, screen and (min-width: 1110px) {
  .shop_list {
    /*NT*/
    padding: 80px 0 0;
  }
}
.shop_list .img-title img {
  width: 80vw;
  max-width: 888px;
}
.shop_list .webyoyaku {
  font-size: clamp(13px, 3.5vw, 30px);
  text-align: center;
  font-weight: bold;
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shop_list .webyoyaku span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  border: solid 1px #fff;
  padding: 1em;
  border-width: 15px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 0.73em;
  background-color: #e40012;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #e40012 51%, #e40012 100%) #e40012;
  border-radius: 100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.course_area {
  margin-top: 30px;
  padding: 30px 0;
}
@media print, screen and (min-width: 1110px) {
  .course_area {
    /*NT*/
    margin-top: 110px;
    padding: 110px 0;
  }
}
.course_area#osaka-gourmet-course {
  background-color: #ff96b4;
}
.course_area#osaka-gourmet-course h3 strong {
  color: #e6345c;
}
.course_area#osaka-gourmet-course h3::before {
  background-color: #e6345c;
}
.course_area#osaka-gourmet-course .link_area a {
  background-color: #e6345c;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #e6345c 51%, #e6345c 100%) #e6345c;
}
.course_area#hotel-restaurant-course {
  background-color: #2058a7;
  margin-top: 0;
}
.course_area#hotel-restaurant-course .shop_area {
  position: relative;
  z-index: 1;
}
.course_area#hotel-restaurant-course .shop_area::before, .course_area#hotel-restaurant-course .shop_area::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 35px;
  z-index: -1;
  background-image: url(../img/bisyoku-frame_l.webp), url(../img/bisyoku-frame_r.webp);
  background-position: top left 5px, top right 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1110px) {
  .course_area#hotel-restaurant-course .shop_area::before, .course_area#hotel-restaurant-course .shop_area::after {
    /*NT*/
    height: 117px;
    background-position: top left 18px, top right 18px;
  }
}
.course_area#hotel-restaurant-course .shop_area::before {
  top: 5px;
  left: 0;
}
@media print, screen and (min-width: 1110px) {
  .course_area#hotel-restaurant-course .shop_area::before {
    /*NT*/
    top: 18px;
  }
}
.course_area#hotel-restaurant-course .shop_area::after {
  bottom: 5px;
  left: 0;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1110px) {
  .course_area#hotel-restaurant-course .shop_area::after {
    /*NT*/
    bottom: 18px;
  }
}
.course_area#hotel-restaurant-course h3 strong {
  color: #003c96;
  margin-bottom: 0;
}
.course_area#hotel-restaurant-course h3::before {
  background-color: #003c96;
}
.course_area#hotel-restaurant-course .link_area a {
  background-color: #003c96;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #003c96 51%, #003c96 100%) #003c96;
}

.shop_area {
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
@media print, screen and (min-width: 750px) {
  .shop_area {
    /*TB*/
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1110px) {
  .shop_area {
    /*NT*/
    padding: 52px;
    border-radius: 30px;
  }
}

.shop-introduction h3 {
  width: 100%;
  font-size: clamp(12px, 3.6vw, 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.shop-introduction h3 strong {
  display: block;
  font-size: clamp(21px, 5.6vw, 55px);
  font-weight: bold;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1110px) {
  .shop-introduction h3 strong {
    /*NT*/
    margin-bottom: 10px;
  }
}
.shop-introduction h3::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: shop 1;
  content: counter(shop);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction h3::before {
    /*TB*/
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 85px;
  }
}
.shop-introduction .introduction_inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 0;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner {
    /*TB*/
    gap: 40px 0;
  }
}
.shop-introduction .introduction_inner .main-image {
  width: 100%;
  position: relative;
}
.shop-introduction .introduction_inner .main-image .top-caption {
  position: absolute;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .main-image .top-caption {
    /*TB*/
    top: 20px;
    left: 20px;
  }
}
.shop-introduction .introduction_inner .main-image .top-caption img {
  height: 30px;
  margin-right: 5px;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .main-image .top-caption img {
    /*TB*/
    height: auto;
    margin-right: 10px;
  }
}
.shop-introduction .introduction_inner .main-image .bottom-caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media print, screen and (min-width: 1110px) {
  .shop-introduction .introduction_inner .main-image .bottom-caption {
    /*NT*/
    right: 20px;
    bottom: 20px;
  }
}
.shop-introduction .introduction_inner .main-image .bottom-caption img {
  height: 14px;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .main-image .bottom-caption img {
    /*TB*/
    height: auto;
  }
}
.shop-introduction .introduction_inner .text_area {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  text-align: justify;
  display: flex;
  flex-flow: column nowrap;
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(9px, 2.4vw, 21px);
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .text_area {
    /*TB*/
    width: 50%;
    padding-right: 58px;
  }
}
.shop-introduction .introduction_inner .text_area p.text {
  margin-bottom: 25px;
  display: inline-block;
}
.shop-introduction .introduction_inner .text_area p.icons {
  margin-top: auto;
}
.shop-introduction .introduction_inner .text_area p.icons img {
  display: inline-block;
  margin-right: 4px;
  width: 13%;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .text_area p.icons img {
    /*TB*/
    width: auto;
    margin-right: 9px;
  }
}
.shop-introduction .introduction_inner .sub-image {
  position: relative;
  width: 100%;
  text-align: center;
  align-self: flex-start;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .sub-image {
    /*TB*/
    display: block;
    width: 50%;
  }
}
.shop-introduction .introduction_inner .sub-image .top-caption {
  position: absolute;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .sub-image .top-caption {
    /*TB*/
    top: 20px;
    left: 20px;
  }
}
.shop-introduction .introduction_inner .sub-image .top-caption img {
  height: 30px;
  margin-right: 5px;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .sub-image .top-caption img {
    /*TB*/
    height: 65px;
    margin-right: 10px;
  }
}
.shop-introduction .introduction_inner .sub-image .bottom-caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media print, screen and (min-width: 1110px) {
  .shop-introduction .introduction_inner .sub-image .bottom-caption {
    /*NT*/
    right: 20px;
    bottom: 20px;
  }
}
.shop-introduction .introduction_inner .sub-image .bottom-caption img {
  height: 14px;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .introduction_inner .sub-image .bottom-caption img {
    /*TB*/
    height: auto;
  }
}
.shop-introduction .link_area {
  margin-top: 20px;
  width: 100%;
}
@media print, screen and (min-width: 750px) {
  .shop-introduction .link_area {
    /*TB*/
    margin-top: 40px;
  }
}
.shop-introduction .link_area a {
  display: block;
  font-weight: bold;
  width: 100%;
  max-width: 750px;
  line-height: 3;
  height: 100%;
  text-align: center;
  font-size: clamp(16px, 4.7vw, 36px);
  margin: 0 auto;
  border-radius: 1.4em;
  color: #fff;
  z-index: 2;
}

.shop-detail {
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 50px 0;
}
.shop-detail .border, .shop-detail .shop-plan, .shop-detail .shop-guide, .shop-detail .shop-menu {
  border-bottom: dashed 1px transparent;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .border, .shop-detail .shop-plan, .shop-detail .shop-guide, .shop-detail .shop-menu {
    /*NT*/
    border-bottom: dashed 3px transparent;
  }
}
.shop-detail#osaka-gourmet-course {
  background-color: #ff96b4;
}
.shop-detail#osaka-gourmet-course h3 strong {
  color: #e6345c;
}
.shop-detail#osaka-gourmet-course .border, .shop-detail#osaka-gourmet-course .shop-plan, .shop-detail#osaka-gourmet-course .shop-guide, .shop-detail#osaka-gourmet-course .shop-menu {
  border-color: #e6345c;
}
.shop-detail#osaka-gourmet-course .main-slider .slick-dots li.slick-active button:before {
  background-color: #e6345c;
}
.shop-detail#osaka-gourmet-course h4 {
  color: #e6345c;
}
.shop-detail#osaka-gourmet-course .shop-menu dl dt span {
  background-color: #e6345c;
}
.shop-detail#osaka-gourmet-course .shop-plan a {
  background-color: #e6345c;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #e6345c 51%, #e6345c 100%) #e6345c;
}
.shop-detail#hotel-restaurant-course {
  background-color: #2058a7;
}
.shop-detail#hotel-restaurant-course .shop-introduction {
  position: relative;
  z-index: 1;
}
.shop-detail#hotel-restaurant-course .shop-introduction::before, .shop-detail#hotel-restaurant-course .shop-introduction::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 35px;
  z-index: -1;
  background-image: url(../img/bisyoku-frame_l.webp), url(../img/bisyoku-frame_r.webp);
  background-position: top left 5px, top right 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail#hotel-restaurant-course .shop-introduction::before, .shop-detail#hotel-restaurant-course .shop-introduction::after {
    /*NT*/
    height: 117px;
    background-position: top left 18px, top right 18px;
  }
}
.shop-detail#hotel-restaurant-course .shop-introduction::before {
  top: 5px;
  left: 0;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail#hotel-restaurant-course .shop-introduction::before {
    /*NT*/
    top: 18px;
  }
}
.shop-detail#hotel-restaurant-course .shop-introduction::after {
  bottom: 5px;
  left: 0;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1110px) {
  .shop-detail#hotel-restaurant-course .shop-introduction::after {
    /*NT*/
    bottom: 18px;
  }
}
.shop-detail#hotel-restaurant-course h3 strong {
  color: #003c96;
}
.shop-detail#hotel-restaurant-course .border, .shop-detail#hotel-restaurant-course .shop-plan, .shop-detail#hotel-restaurant-course .shop-guide, .shop-detail#hotel-restaurant-course .shop-menu {
  border-color: #003c96;
}
.shop-detail#hotel-restaurant-course .main-slider .slick-dots li.slick-active button:before {
  background-color: #003c96;
}
.shop-detail#hotel-restaurant-course h4 {
  color: #003c96;
}
.shop-detail#hotel-restaurant-course .shop-menu dl dt span {
  background-color: #003c96;
}
.shop-detail#hotel-restaurant-course .shop-menu h5 {
  color: #003c96;
  font-size: clamp(9px, 2.4vw, 20px);
}
.shop-detail#hotel-restaurant-course .shop-plan a {
  background-color: #003c96;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #003c96 51%, #003c96 100%) #003c96;
}
.shop-detail#hotel-restaurant-course #keihanshin h5 {
  background-color: #329bd2;
}
.shop-detail#hotel-restaurant-course #keihanshin .price-table tr:first-of-type th {
  background-color: rgba(50, 155, 210, 0.3);
}
.shop-detail#hotel-restaurant-course #keihanshin .link_area a {
  background-color: #329bd2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #329bd2 51%, #329bd2 100%) #329bd2;
}
.shop-detail#hotel-restaurant-course #sanyou-sanin h5 {
  background-color: #0096a0;
}
.shop-detail#hotel-restaurant-course #sanyou-sanin .price-table tr:first-of-type th {
  background-color: rgba(0, 150, 160, 0.3);
}
.shop-detail#hotel-restaurant-course #sanyou-sanin .link_area a {
  background-color: #0096a0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #0096a0 51%, #0096a0 100%) #0096a0;
}
.shop-detail#hotel-restaurant-course #hokuriku h5 {
  background-color: #329b64;
}
.shop-detail#hotel-restaurant-course #hokuriku .price-table tr:first-of-type th {
  background-color: rgba(50, 155, 100, 0.3);
}
.shop-detail#hotel-restaurant-course #hokuriku .link_area a {
  background-color: #329b64;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #329b64 51%, #329b64 100%) #329b64;
}
.shop-detail h2 {
  text-align: right;
}
.shop-detail h2 img {
  max-width: 380px;
  width: 38.9vw;
}
.shop-detail h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shop-detail .shop-introduction {
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-introduction {
    /*TB*/
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-introduction {
    /*NT*/
    padding: 52px;
    border-radius: 30px;
  }
}
.shop-detail .shop-introduction h3 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-introduction h3 {
    /*NT*/
    margin-bottom: 40px;
  }
}
.shop-detail .shop-introduction h3::before {
  content: none;
}
.shop-detail .shop-images {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-images {
    /*NT*/
    margin-bottom: 80px;
  }
}
.shop-detail .shop-images .slide {
  position: relative;
}
.shop-detail .shop-images .slide .top-caption {
  position: absolute;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-images .slide .top-caption {
    /*TB*/
    top: 20px;
    left: 20px;
  }
}
.shop-detail .shop-images .slide .top-caption img {
  height: 30px;
  margin-right: 5px;
  display: inline;
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-images .slide .top-caption img {
    /*TB*/
    height: auto;
    margin-right: 10px;
  }
}
.shop-detail .shop-images .slide .bottom-caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-images .slide .bottom-caption {
    /*TB*/
    right: 10px;
    bottom: 10px;
  }
}
.shop-detail .shop-images .slide .bottom-caption img {
  height: 14px;
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-images .slide .bottom-caption img {
    /*TB*/
    height: auto;
  }
}
.shop-detail .main-slider .slick-dots {
  bottom: -15px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .main-slider .slick-dots {
    /*NT*/
    bottom: -25px;
  }
}
.shop-detail .main-slider .slick-dots li {
  margin: 0 3px;
  width: 6px;
  height: 6px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .main-slider .slick-dots li {
    /*NT*/
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
.shop-detail .main-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.shop-detail .main-slider .slick-dots li button::before {
  content: "";
  font-size: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
}
.shop-detail .shop-comment {
  font-size: clamp(9px, 2.4vw, 20px);
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-comment {
    /*NT*/
  }
}
.shop-detail .shop-menu {
  padding: 20px 0;
  line-height: 1;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-menu {
    /*NT*/
    padding: 50px 0;
  }
}
.shop-detail .shop-menu h4 {
  font-size: clamp(11px, 3vw, 31px);
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-menu h4 {
    /*NT*/
    margin-bottom: 10px;
  }
}
.shop-detail .shop-menu > dl > dt {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-menu > dl > dt {
    /*NT*/
    margin-bottom: 20px;
  }
}
.shop-detail .shop-menu > dl > dt span {
  display: inline-block;
  color: #fff;
  font-size: clamp(11px, 3vw, 36px);
  padding: 0.2em 0.5em;
}
.shop-detail .shop-menu > dl > dt span.bk {
  color: #000;
  background-color: transparent !important;
  padding: 0;
}
.shop-detail .shop-menu > dl > dt small {
  display: inline-block;
  margin-left: 1em;
}
.shop-detail .shop-menu > dl > dt small.t_border, .shop-detail .shop-menu > dl > dt .shop-fee section > p small.attention, .shop-detail .shop-menu > dl > dt .shop-fee section > p small.attention_blu, .shop-detail .shop-fee section > p .shop-menu > dl > dt small.attention, .shop-detail .shop-fee section > p .shop-menu > dl > dt small.attention_blu {
  font-size: 1.4em;
}
.shop-detail .shop-menu > dl > dd {
  line-height: 1.4;
}
.shop-detail .shop-menu > dl > dd:not(:last-of-type) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-menu > dl > dd:not(:last-of-type) {
    /*NT*/
    margin-bottom: 50px;
  }
}
.shop-detail .shop-menu > dl > dd ul li {
  display: inline-block;
  margin-right: 1em;
  font-size: clamp(9px, 2.4vw, 20px);
}
.shop-detail .shop-menu > dl > dd ul li::before {
  content: "●";
}
.shop-detail .shop-menu > dl > dd dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.shop-detail .shop-menu p {
  margin-top: 10px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-menu p {
    /*NT*/
    margin-top: 20px;
  }
}
.shop-detail .shop-guide {
  padding: 20px 0;
  font-size: clamp(9px, 2.4vw, 21px);
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-guide {
    /*NT*/
    padding: 50px 0;
  }
}
.shop-detail .shop-guide h5 {
  margin-bottom: 5px;
}
.shop-detail .shop-guide h5 span {
  font-weight: bold;
}
.shop-detail .shop-guide dl {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 5px;
  flex-flow: row nowrap;
}
.shop-detail .shop-guide dl dt {
  white-space: nowrap;
}
.shop-detail .shop-guide dl dd dl dt span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0;
}
.shop-detail .shop-guide p {
  margin-bottom: 5px;
}
.shop-detail .shop-guide small {
  font-size: 0.77em;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-guide small {
    /*NT*/
    font-size: 0.6em;
  }
}
.shop-detail .shop-guide .link {
  color: #00a0e9;
  text-decoration: underline;
}
.shop-detail .shop-fee {
  padding: 20px 0 0;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee {
    /*NT*/
    padding: 50px 0 0;
  }
}
.shop-detail .shop-fee section {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee section {
    /*NT*/
    margin-bottom: 50px;
  }
}
.shop-detail .shop-fee section:last-of-type {
  margin-bottom: 0;
}
.shop-detail .shop-fee section > p {
  font-size: clamp(9px, 2.4vw, 21px);
  margin-bottom: 10px;
  position: relative;
}
.shop-detail .shop-fee section > p:has(.attention, .shop-detail .shop-fee section > p .attention_blu) {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
}
.shop-detail .shop-fee section > p:has(.attention_blu) {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.shop-detail .shop-fee section > p .attention, .shop-detail .shop-fee section > p .attention_blu {
  background-color: #fffac6;
  font-size: clamp(8px, 2vw, 19px);
  font-weight: bold;
}
.shop-detail .shop-fee section > p .attention_blu {
  border-color: #00aeeb;
  color: #00aeeb;
  align-self: flex-end;
}
.shop-detail .shop-fee section > p .attention strong, .shop-detail .shop-fee section > p .attention_blu strong {
  font-weight: bold;
  font-size: 1.2em;
}
.shop-detail .shop-fee #keihanshin h5 {
  background-color: #e66e4b;
}
.shop-detail .shop-fee #keihanshin .price-table tr:first-of-type th {
  background-color: rgba(230, 110, 75, 0.3);
}
.shop-detail .shop-fee #keihanshin .link_area a {
  background-color: #e66e4b;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #e66e4b 51%, #e66e4b 100%) #e66e4b;
}
.shop-detail .shop-fee #sanyou-sanin h5 {
  background-color: #e63482;
}
.shop-detail .shop-fee #sanyou-sanin .price-table tr:first-of-type th {
  background-color: rgba(230, 52, 130, 0.3);
}
.shop-detail .shop-fee #sanyou-sanin .link_area a {
  background-color: #e63482;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #e63482 51%, #e63482 100%) #e63482;
}
.shop-detail .shop-fee #hokuriku h5 {
  background-color: #aa328c;
}
.shop-detail .shop-fee #hokuriku .price-table tr:first-of-type th {
  background-color: rgba(170, 50, 140, 0.3);
}
.shop-detail .shop-fee #hokuriku .link_area a {
  background-color: #aa328c;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #aa328c 51%, #aa328c 100%) #aa328c;
}
.shop-detail .shop-fee h5 {
  color: #fff;
  text-align: center;
  font-size: clamp(9px, 2.4vw, 22px);
}
.shop-detail .shop-fee .table_wrapper {
  position: relative;
  overflow: hidden;
}
.shop-detail .shop-fee .table_wrapper .scrl_btn {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .table_wrapper .scrl_btn {
    /*NT*/
    width: 40px;
  }
}
.shop-detail .shop-fee .table_wrapper .scrl_btn_before {
  left: 5px;
}
.shop-detail .shop-fee .table_wrapper .scrl_btn_after {
  right: 5px;
}
.shop-detail .shop-fee .table_area {
  overflow-x: auto;
}
.shop-detail .shop-fee .price-table {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #231815;
  line-height: 1.2;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: clamp(9px, 2.4vw, 22px);
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .price-table {
    /*NT*/
    margin-bottom: 20px;
  }
}
.shop-detail .shop-fee .price-table tr:first-of-type th {
  border-left: solid 1px #231815;
}
.shop-detail .shop-fee .price-table tr:first-of-type th:first-child {
  border-left: none;
}
.shop-detail .shop-fee .price-table th,
.shop-detail .shop-fee .price-table td {
  border-top: solid 1px #231815;
  width: 156px;
  padding: 10px;
}
.shop-detail .shop-fee .price-table th.title,
.shop-detail .shop-fee .price-table td.title {
  padding-left: 25px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .price-table th.title,
  .shop-detail .shop-fee .price-table td.title {
    /*NT*/
    padding-left: 50px;
  }
}
.shop-detail .shop-fee .price-table th:last-of-type,
.shop-detail .shop-fee .price-table td:last-of-type {
  padding-right: 30px;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .price-table th:last-of-type,
  .shop-detail .shop-fee .price-table td:last-of-type {
    /*NT*/
    padding-right: 50px;
  }
}
.shop-detail .shop-fee .price-table th {
  text-align: center;
}
.shop-detail .shop-fee .price-table td {
  border-left: solid 1px #231815;
  text-align: right;
}
.shop-detail .shop-fee .price-table .price {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shop-detail .shop-fee .price-table strong {
  font-size: 1.9em;
}
.shop-detail .shop-fee .price-table small {
  font-size: 0.6em;
  display: block;
}
.shop-detail .shop-fee dl {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  margin-top: 10px;
  font-size: clamp(7px, 1.9vw, 16px);
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee dl {
    /*NT*/
    flex-flow: row nowrap;
  }
}
.shop-detail .shop-fee dl dt {
  white-space: nowrap;
}
.shop-detail .shop-fee .link_area {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  justify-content: center;
}
.shop-detail .shop-fee .link_area a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(16px, 4.26vw, 32px);
  max-width: 600px;
  border-radius: 40px;
}
.shop-detail .shop-fee .link_area a.sp-none {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-fee .link_area a.sp-none {
    /*TB*/
    display: block;
  }
}
@media print, screen and (min-width: 750px) {
  .shop-detail .shop-fee .link_area a.sp-only {
    /*TB*/
    display: none;
  }
}
.shop-detail .shop-fee .link_area.link-1 a:has(br) {
  line-height: 1.2;
  padding: 0.8em 0;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .link_area.link-1 a:has(br) {
    /*NT*/
    max-width: 700px;
  }
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .link_area.link-1 a:has(br) br {
    /*NT*/
    display: none;
  }
}
.shop-detail .shop-fee .link_area.link-2 a {
  width: calc(50% - 5px);
  font-size: clamp(10px, 2.6vw, 22px);
  line-height: 1.2;
  padding: 1em 0;
}
.shop-detail .shop-fee .link_area.link-3 a {
  width: calc(50% - 5px);
  font-size: clamp(10px, 2.6vw, 22px);
  line-height: 1.2;
  padding: 1em 0;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .link_area.link-3 a {
    /*NT*/
    width: calc(33.333% - 5px);
  }
}
.shop-detail .shop-fee .link_area.link-4 a {
  width: calc(50% - 5px);
  font-size: clamp(10px, 2.6vw, 22px);
  line-height: 1.2;
  padding: 1em 0;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-fee .link_area.link-4 a {
    /*NT*/
    width: calc(25% - 5px);
  }
}
.shop-detail .shop-plan {
  padding: 20px 0;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-plan {
    /*NT*/
    padding: 50px 0;
  }
}
.shop-detail .shop-plan > p {
  font-size: clamp(9px, 2.4vw, 21px);
}
.shop-detail .shop-plan .link_area {
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width: 1110px) {
  .shop-detail .shop-plan .link_area {
    /*NT*/
    margin-top: 20px;
  }
}
.shop-detail .shop-plan .link_area a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(11px, 3vw, 29px);
  max-width: 388px;
  width: auto;
  margin: 0;
  display: inline-block;
  padding: 0 1em;
  line-height: 3;
}

#spots_area {
  padding: 30px 0;
  margin-bottom: 100px;
  background-color: #def0ff;
  background-image: url(../img/bg_machiaruki.webp);
  background-repeat: repeat;
}
@media print, screen and (min-width: 1110px) {
  #spots_area {
    /*NT*/
    padding: 100px 0;
  }
}
#spots_area h4 {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1110px) {
  #spots_area h4 {
    /*NT*/
    margin-bottom: 100px;
  }
}
#spots_area h4 img {
  width: 80vw;
  max-width: 704px;
}

.spot-box {
  width: 90%;
  min-width: 240px;
  max-width: 600px;
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 1110px) {
  .spot-box {
    /*NT*/
    margin-left: 30px;
    margin-right: 30px;
  }
}
.spot-box .box_inner {
  background-color: #fff;
  border-radius: 9px;
}
@media print, screen and (min-width: 750px) {
  .spot-box .box_inner {
    /*TB*/
    border-radius: 20px;
  }
}
.spot-box figure {
  position: relative;
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 1110px) {
  .spot-box figure {
    /*NT*/
    padding: 47px 47px 0 47px;
  }
}
.spot-box figure img {
  width: 100%;
}
.spot-box figure span {
  display: block;
  width: 25%;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media print, screen and (min-width: 1110px) {
  .spot-box figure span {
    /*NT*/
    top: 47px;
    left: 47px;
  }
}
.spot-box .spot_title {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-align: center;
  background-color: #643c95;
  font-size: clamp(18px, 4.8vw, 38px);
  padding: 0.6em 0.5em;
  color: #fff;
}
.spot-box .text_area {
  padding: 20px 20px 20px 20px;
  text-align: justify;
}
@media print, screen and (min-width: 1110px) {
  .spot-box .text_area {
    /*NT*/
    padding: 30px 47px 47px 47px;
  }
}
.spot-box .text_area .spot_introduction {
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(10px, 2.6vw, 23px);
  border-bottom: dotted 2px #cbb686;
  padding: 0 0 10px;
}
@media print, screen and (min-width: 1110px) {
  .spot-box .text_area .spot_introduction {
    /*NT*/
    padding: 0 0 20px;
  }
}
.spot-box .text_area .access {
  font-family: Hiragino Maru Gothic Pro W4, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(8px, 2.1vw, 21px);
  padding: 10px 0 0;
}
@media print, screen and (min-width: 1110px) {
  .spot-box .text_area .access {
    /*NT*/
    padding: 20px 0 0;
  }
}
.spot-box .text_area .access p {
  padding-left: 1em;
  text-indent: -1em;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 10;
  top: 50%;
}
@media print, screen and (min-width: 750px) {
  .slick-arrow {
    /*TB*/
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width: 1110px) {
  .slick-arrow {
    /*NT*/
    width: 70px;
    height: 70px;
  }
}
.slick-arrow::before {
  content: none !important;
}
.slick-arrow.slick-prev {
  left: 5% !important;
  background: none !important;
}
@media print, screen and (min-width: 1110px) {
  .slick-arrow.slick-prev {
    /*NT*/
    left: 20% !important;
  }
}
.slick-arrow.slick-next {
  right: 5% !important;
  background: none !important;
}
@media print, screen and (min-width: 1110px) {
  .slick-arrow.slick-next {
    /*NT*/
    right: 20% !important;
  }
}

.footer-navi {
  position: fixed;
  z-index: 40;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi {
    /*NT*/
    padding: 15px 0 10px;
  }
}
.footer-navi .cover {
  width: 96%;
}
.footer-navi .button_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 10px;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi .button_area {
    /*NT*/
    gap: 20px;
  }
}
.footer-navi .button_area p {
  width: calc(50% - 5px);
  max-width: 540px;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi .button_area p {
    /*NT*/
    width: calc(50% - 10px);
  }
}
.footer-navi .button_area p a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 3.7vw, 34px);
  border-radius: 9px;
  padding: 10px 5px;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi .button_area p a {
    /*NT*/
    border-radius: 18px;
    padding: 20px 10px;
  }
}
.footer-navi .button_area p a.contact {
  background-color: #e50012;
  background: linear-gradient(-13deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #e50012 51%, #e50012 100%) #e50012;
}
.footer-navi .button_area p a.contact span {
  font-size: 0.5em;
}
.footer-navi .button_area p a.contact span.small {
  font-size: 0.43em;
}
.footer-navi .button_area p a.banpaku {
  background-color: #0068b5;
  background: linear-gradient(-13deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, #0068b5 51%, #0068b5 100%) #0068b5;
}
.footer-navi .button_area p a.banpaku span {
  font-size: 0.9em;
}/*# sourceMappingURL=styles.css.map */