@charset "UTF-8";
.t_red {
  color: #e60012;
}

.t_border {
  display: inline-block;
  border: solid 1px #231815;
  padding: 3px 10px;
  margin: 0 5px;
}

.t_border.t_red {
  border: solid 1px #e60012;
}

h1,
h2,
h3,
h4,
h5,
div,
p,
figure,
figcaption {
  margin: 0;
  box-sizing: border-box;
}

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;
  }
}

.bg_pink {
  background-color: #ffe5e5;
}

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

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

.main {
  margin: 0 auto;
  color: #6d5e3a;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
}
.main img {
  vertical-align: middle;
  max-width: 100%;
}
.main div,
.main p,
.main figure {
  box-sizing: border-box;
}

a.button-frame {
  display: block;
  width: 100%;
  border: solid 1px #fff;
  -moz-border-image: url(../img/button-frame.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame.png) 65 fill round;
  -ms-border-image: url(../img/button-frame.png) 65 fill round;
  border-image: url(../img/button-frame.png) 65 fill round;
  border-width: 20px;
  box-sizing: border-box;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 1110px) {
  a.button-frame {
    /*NT*/
    border-width: 40px;
  }
}

a.button-pink {
  background-color: #00aae8;
  color: #fff;
}

a.button-beige {
  background-color: #c6ae80;
  color: #fff;
}

.first-view_area {
  position: relative;
  background-color: #d5d5d5;
  background-color: #c8e7f2;
}
.first-view_area .logo {
  position: relative;
  width: 90%;
  z-index: 2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 1110px) {
  .first-view_area .logo {
    /*NT*/
    max-width: 1100px;
  }
}
.first-view_area .logo img {
  flex: 1 1 auto;
  width: auto;
  object-fit: contain;
}
.first-view_area .logo .afternoon-tea_logo {
  width: 69%;
}
@media print, screen and (min-width: 1110px) {
  .first-view_area .logo .afternoon-tea_logo {
    /*NT*/
    width: 62%;
  }
}
.first-view_area .logo .banner {
  width: 31%;
}
@media print, screen and (min-width: 1110px) {
  .first-view_area .logo .banner {
    /*NT*/
    width: 38%;
  }
}
.first-view_area .main-slider_area {
  position: relative;
  background-color: #c8e7f2;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
  margin-top: -8vw;
  margin-top: -4vw;
}
@media print, screen and (min-width: 1110px) {
  .first-view_area .main-slider_area {
    /*NT*/
    margin-top: -80px;
  }
}
.first-view_area .main-slider {
  width: 84.1025641026%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.first-view_area .main-slider-frame {
  position: relative;
  z-index: 2;
}
.first-view_area .slide,
.first-view_area .slick-slide {
  max-width: 984px;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 984/804;
  margin: 0 auto;
}
.first-view_area .slide img,
.first-view_area .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media print, screen and (min-width: 1110px) {
  .first-view_area .slide img,
  .first-view_area .slick-slide img {
    /*NT*/
  }
}

#first-message {
  background-color: #c8e7f2;
}
#first-message .cover {
  padding: 20px 0 40px;
  text-align: center;
  color: #6d5e3a;
}
@media print, screen and (min-width: 1110px) {
  #first-message .cover {
    /*NT*/
    padding: 40px 0 80px;
  }
}
#first-message .frame-box {
  display: inline-block;
  padding: 20px 30px;
  background-image: url(../img/first-message_left.png), url(../img/first-message_right.png);
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: contain;
  margin-top: 20px;
}
@media print, screen and (min-width: 1110px) {
  #first-message .frame-box {
    /*NT*/
    background-size: auto;
    padding: 20px 100px;
    margin-top: 40px;
  }
}
#first-message h2 {
  font-size: 24px;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
}
@media print, screen and (min-width: 1110px) {
  #first-message h2 {
    /*NT*/
    font-size: 48px;
  }
}
#first-message h2 span {
  display: block;
  font-size: 20px;
  border-bottom: dotted 3px #6d5e3a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1110px) {
  #first-message h2 span {
    /*NT*/
    font-size: 40px;
  }
}
#first-message p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
@media print, screen and (min-width: 1110px) {
  #first-message p {
    /*NT*/
    font-size: 28px;
  }
}
#first-message p strong {
  display: inline-block;
  background-color: #c6ae80;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  margin-right: 10px;
}

.special-bunner {
  text-align: center;
  margin-top: -60px;
}
.special-bunner img {
  max-width: 38%;
}
@media print, screen and (min-width: 750px) {
  .special-bunner {
    /*TB*/
    margin-top: -80px;
  }
}
.special-bunner + #event {
  padding: 40px 0 0;
}

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

#map_bikan,
#map_kojima {
  display: none;
}

input[type=radio] {
  display: none;
}
input[type=radio]#bikan_radio:checked ~ .tab_area label[for=bikan_radio] {
  background-color: #c6ae80;
  color: #fff;
  -moz-border-image: url(../img/button-frame.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame.png) 65 fill round;
  -ms-border-image: url(../img/button-frame.png) 65 fill round;
  border-image: url(../img/button-frame.png) 65 fill round;
}
input[type=radio]#bikan_radio:checked ~ #map_bikan {
  display: block;
}
input[type=radio]#kojima_radio:checked ~ .tab_area label[for=kojima_radio] {
  background-color: #c6ae80;
  color: #fff;
  -moz-border-image: url(../img/button-frame.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame.png) 65 fill round;
  -ms-border-image: url(../img/button-frame.png) 65 fill round;
  border-image: url(../img/button-frame.png) 65 fill round;
}
input[type=radio]#kojima_radio:checked ~ #map_kojima {
  display: block;
}

.tab_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 10px;
  gap: 0 10px;
}
.tab_area label {
  display: block;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 86px;
  line-height: 1;
  font-weight: bold;
  transition: 0.3s;
  outline: solid 2px #c6ae80;
  color: #c6ae80;
  border: solid 1px #fff;
  -moz-border-image: url(../img/button-frame_bg.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame_bg.png) 65 fill round;
  -ms-border-image: url(../img/button-frame_bg.png) 65 fill round;
  border-image: url(../img/button-frame_bg.png) 65 fill round;
  border-width: 15px;
}
@media print, screen and (min-width: 1110px) {
  .tab_area label {
    /*NT*/
    font-size: 32px;
    border-width: 25px;
  }
}
.tab_area label:hover {
  background-color: #c6ae80;
  color: #fff;
  -moz-border-image: url(../img/button-frame.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame.png) 65 fill round;
  -ms-border-image: url(../img/button-frame.png) 65 fill round;
  border-image: url(../img/button-frame.png) 65 fill round;
}

.map_area {
  position: relative;
  margin: 0 auto;
}
.map_area::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  left: 0;
  background-color: #fff9e9;
}

.map {
  position: relative;
  width: 100%;
  height: 70.1492537313vw;
  max-height: 80vh;
  border: solid 2px #c6ae80;
  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 #bikan-map,
.map #kojima-map {
  height: 100%;
}
@media print, screen and (min-width: 750px) {
  .map #bikan-map,
  .map #kojima-map {
    /*TB*/
    overflow: hidden;
  }
}
.map #kojima-map img {
  aspect-ratio: 1196/1280;
}

.shop_list {
  background-color: #fff9e9;
  background-color: #fff6e6;
  padding: 80px 0;
}
.shop_list .img-title img {
  max-width: 320px;
  width: 60%;
}
.shop_list .yoyaku {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .shop_list .yoyaku {
    /*TB*/
    font-size: 42px;
  }
}
.shop_list .yoyaku span {
  display: inline-block;
  border: solid 1px #fff;
  padding: 0 1em;
  -moz-border-image: url(../img/button-frame.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame.png) 65 fill round;
  -ms-border-image: url(../img/button-frame.png) 65 fill round;
  border-image: url(../img/button-frame.png) 65 fill round;
  border-width: 15px;
  font-size: 16px;
  line-height: 1;
  background-color: #00aae8;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 14px;
}
@media print, screen and (min-width: 750px) {
  .shop_list .yoyaku span {
    /*TB*/
    font-size: 25px;
    font-size: 22px;
  }
}

.shop_area {
  padding: 20px 0;
}
@media print, screen and (min-width: 1110px) {
  .shop_area {
    /*NT*/
    padding: 50px 0;
  }
}
.shop_area h3 {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .shop_area h3 {
    /*TB*/
    font-size: 46px;
  }
}
.shop_area h3 span {
  font-size: 13px;
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 750px) {
  .shop_area h3 span {
    /*TB*/
    display: inline;
    font-size: 26px;
    text-align: left;
  }
}
.shop_area h3 rt {
  font-size: 10px;
}
@media print, screen and (min-width: 750px) {
  .shop_area h3 rt {
    /*TB*/
    font-size: 12px;
  }
}
.shop_area h3::before {
  counter-increment: shop 1;
  content: counter(shop);
  display: inline-block;
  background-image: url(../img/back_number.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Baskerville Old Face;
  color: #fff;
  font-size: 20px;
}
@media print, screen and (min-width: 750px) {
  .shop_area h3::before {
    /*TB*/
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 56px;
  }
}

.shop-introduction::before, .shop-introduction::after {
  content: "";
  display: block;
  width: 100%;
  max-height: 60px;
  height: 5.4545454545vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop-introduction::before {
  background-image: url(../img/back_shop_top.png);
  background-position: center bottom;
}
.shop-introduction::after {
  background-image: url(../img/back_shop_bottom.png);
}

.introduction_inner {
  position: relative;
  background-image: url(../img/back_shop_side.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 10px;
  align-items: flex-start;
}
@media print, screen and (min-width: 1110px) {
  .introduction_inner {
    /*NT*/
    padding: 20px 40px;
  }
}
.introduction_inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #cbb686;
  color: #fff;
  font-size: 10px;
  padding: 3px 10px;
  right: 3px;
  top: -3px;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner::before {
    /*TB*/
    font-size: 22px;
    right: 9px;
    top: -6px;
  }
}
@media print, screen and (min-width: 1110px) {
  .introduction_inner::before {
    /*NT*/
    right: 10px;
    top: -8px;
  }
}
#bikan_area .introduction_inner::before {
  content: "倉敷美観地区";
}
#kojima_area .introduction_inner::before {
  content: "児島地区";
}
.introduction_inner h3 {
  width: 100%;
}
.introduction_inner .main-image {
  width: 100%;
  position: relative;
}
.introduction_inner .main-image .new {
  display: inline-block;
  position: absolute;
  top: -7vw;
  right: 10px;
  width: 15%;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .main-image .new {
    /*TB*/
    top: -70px;
  }
}
.introduction_inner .main-image figcaption {
  position: absolute;
  width: calc(100% - 10px);
  bottom: 5px;
  right: 5px;
  text-align: right;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .main-image figcaption {
    /*TB*/
    width: calc(100% - 20px);
    bottom: 10px;
    right: 10px;
  }
}
.introduction_inner .main-image figcaption img {
  vertical-align: bottom;
  height: 2vw;
  width: auto;
  object-fit: contain;
  max-height: 17px;
}
.introduction_inner .text-area {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .text-area {
    /*TB*/
    width: calc(50% - 10px);
    font-size: 28px;
  }
}
.introduction_inner .text-area p {
  margin-bottom: 25px;
  display: inline-block;
  text-align: left;
}
.introduction_inner .text-area p.text-image,
.introduction_inner .text-area p.yoyaku {
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .text-area p.text-image,
  .introduction_inner .text-area p.yoyaku {
    /*TB*/
    width: 100%;
  }
}
.introduction_inner .sub-image {
  position: relative;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .sub-image {
    /*TB*/
    display: block;
    width: 50%;
  }
}
.introduction_inner .sub-image figcaption {
  position: absolute;
  width: calc(100% - 10px);
  bottom: 5px;
  right: 5px;
  text-align: right;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .sub-image figcaption {
    /*TB*/
    width: calc(100% - 20px);
    bottom: 10px;
    right: 10px;
  }
}
.introduction_inner .sub-image figcaption img {
  vertical-align: bottom;
  height: 2vw;
  max-height: 17px;
  width: auto;
  object-fit: contain;
}
.introduction_inner .link_area {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 10px;
}
.introduction_inner .link_area p {
  width: 100%;
}
.introduction_inner .link_area p a {
  text-align: center;
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 1;
  border-width: 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .link_area p a {
    /*TB*/
    font-size: 30px;
    border-width: 25px;
  }
}
.introduction_inner .link_area p a span {
  display: inline-block;
  display: block;
  margin-bottom: -0.3rem;
  font-size: 10px;
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .link_area p a span {
    /*TB*/
    padding: 0.5rem 0.5rem 0;
    padding: 5px 5px 0;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 750px) {
  .introduction_inner .link_area p a .pc-none {
    /*TB*/
    display: none;
  }
}

.shop-detail {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.shop-detail::before, .shop-detail::after {
  content: "";
  display: block;
  width: 100%;
  max-height: 120px;
  height: 10.9090909091vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop-detail::before {
  background-image: url(../img/back_detail_top.png);
  background-position: center bottom;
}
.shop-detail::after {
  background-image: url(../img/back_detail_bottom.png);
  background-position: center top;
}

.detail_inner {
  background-image: url(../img/back_detail_side.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  font-size: 16px;
  color: #251e1c;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner {
    /*NT*/
    font-size: 18px;
  }
}
.detail_inner h4 {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.detail_inner h4 img {
  max-width: 480px;
  width: 35%;
}
.detail_inner h4 .event-dates {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner h4 .event-dates {
    /*NT*/
    font-size: 47px;
  }
  .detail_inner h4 .event-dates small {
    font-size: 23px;
  }
}
.detail_inner h4 .limited-time-menu {
  display: inline-block;
  font-weight: bold;
  background-color: #ebe1ff;
  padding: 5px 10px;
  max-width: 82%;
  margin: 10px 0;
}
.detail_inner h4 .shop-name {
  display: block;
  background-color: #c6ae80;
  color: #fff;
  font-size: 30px;
  font-size: 20px;
  margin-top: 10px;
  line-height: 1;
  padding: 10px 0;
}
@media print, screen and (min-width: 750px) {
  .detail_inner h4 .shop-name {
    /*TB*/
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1110px) {
  .detail_inner h4 .shop-name {
    /*NT*/
    font-size: 36px;
  }
}
.detail_inner h4 .shop-name span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner h4 .shop-name span {
    /*NT*/
    font-size: 20px;
  }
}
.detail_inner .menu,
.detail_inner .fee,
.detail_inner .button-application {
  width: 85%;
  margin: 0 auto;
}
.detail_inner h5 {
  text-align: center;
  padding: 20px 0;
}
.detail_inner h5 img {
  width: 80px;
}
@media print, screen and (min-width: 750px) {
  .detail_inner h5 img {
    /*TB*/
    width: auto;
  }
}
.detail_inner .menu {
  padding: 0 0 40px;
  letter-spacing: -0.5px;
}
.detail_inner .menu li,
.detail_inner .menu span {
  display: inline-block;
  margin-right: 1em;
}
.detail_inner .menu li::before,
.detail_inner .menu span::before {
  content: "●";
}
.detail_inner .menu .limited-time-menu {
  background-color: #ebe1ff;
  padding: 1em;
  margin: 1em 0;
}
.detail_inner .menu strong {
  font-weight: bold;
}
.detail_inner .menu dl dt {
  font-weight: bold;
}
.detail_inner .menu .lunch dl {
  margin-top: 0.5rem;
}
.detail_inner .menu .lunch dl dt {
  color: #887635;
}
.detail_inner .menu .drink {
  margin-top: 2rem;
}
.detail_inner .menu .drink dl {
  display: inline-block;
  display: block;
  margin-right: 20px;
}
.detail_inner .menu .drink dl:last-of-type {
  margin-right: 0;
}
.detail_inner .caution {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 1rem;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .caution {
    /*NT*/
    font-size: 16px;
  }
}
.detail_inner .fee {
  border-top: dotted 3px #c6ae80;
  padding: 40px 0;
}
.detail_inner .fee ul li {
  margin-top: 5px;
}
.detail_inner .fee ul li:first-child {
  margin-top: 0;
}
.detail_inner .fee ul li dl {
  display: flex;
  flex-flow: row wrap;
  display: inline-flex;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .fee ul li dl {
    /*NT*/
    flex-flow: row nowrap;
  }
}
.detail_inner .fee ul li dl dt {
  white-space: nowrap;
}
.detail_inner .fee ul li.price_area {
  margin-bottom: 10px;
}
.detail_inner .side-note {
  font-size: 16px;
  font-weight: bold;
}
.detail_inner .side-note .t_border {
  margin-bottom: 3px;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .side-note .t_border {
    /*NT*/
    font-size: 18px;
  }
}
.detail_inner .table_area {
  overflow-x: auto;
}
.detail_inner .price-table {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #231815;
  line-height: 1.2;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .price-table {
    /*NT*/
    font-size: 22px;
  }
}
.detail_inner .price-table tr:first-of-type th {
  background-color: #d3ebfa;
  border-left: solid 1px #231815;
}
.detail_inner .price-table tr:first-of-type th:first-child {
  border-left: none;
}
.detail_inner .price-table th,
.detail_inner .price-table td {
  border-top: solid 1px #231815;
}
.detail_inner .price-table th {
  text-align: center;
  padding: 10px 5px;
}
.detail_inner .price-table th.station {
  width: 28%;
}
.detail_inner .price-table td {
  border-left: solid 1px #231815;
}
.detail_inner .price-table td.price {
  color: #251e1c;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .price-table td.price {
    /*NT*/
    padding: 10px 30px;
    font-size: 26px;
  }
}
.detail_inner .price-table td.price strong {
  font-size: 24px;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .price-table td.price strong {
    /*NT*/
    font-size: 36px;
  }
}
.detail_inner .button-application {
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0 5px;
}
.detail_inner .button-application a {
  font-size: 22px;
  line-height: 1;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .button-application a {
    /*NT*/
    font-size: 30px;
    border-width: 25px;
    max-width: 50%;
  }
}
.detail_inner .button-application a span {
  font-size: 12px;
  display: block;
}
@media print, screen and (min-width: 1110px) {
  .detail_inner .button-application a span {
    /*NT*/
    font-size: 20px;
  }
}
.detail_inner .link {
  color: #00a0e9;
  text-decoration: underline;
}

#spots_area {
  padding: 80px 0;
  margin-bottom: 30px;
  background-color: #c8e7f2;
}
@media print, screen and (min-width: 750px) {
  #spots_area {
    /*TB*/
    margin-bottom: 60px;
  }
}
#spots_area > p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 750px) {
  #spots_area > p {
    /*TB*/
    font-size: 40px;
  }
}
#spots_area > p strong {
  font-size: 24px;
}
@media print, screen and (min-width: 750px) {
  #spots_area > p strong {
    /*TB*/
    font-size: 48px;
  }
}

.spot-box {
  width: 90%;
  min-width: 240px;
  max-width: 920px;
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 1110px) {
  .spot-box {
    /*NT*/
    margin-left: 20px;
    margin-right: 20px;
  }
}
.spot-box .spot-box_top {
  position: relative;
  text-align: center;
  background-image: url(../img/spot_top.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  bottom: -10px;
  line-height: 3;
  font-size: 12px;
  max-width: 75%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
@media print, screen and (min-width: 750px) {
  .spot-box .spot-box_top {
    /*TB*/
    font-size: 24px;
    bottom: -18px;
    height: 100px;
    line-height: 100px;
  }
}
.spot-box .spot-box_bottom {
  position: relative;
  text-align: center;
  background-image: url(../img/spot_bottom.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 60px;
  top: -10px;
  padding: 10px 0 0;
  line-height: 1.2;
  font-size: 12px;
  max-width: 75%;
  margin: 0 auto;
}
@media print, screen and (min-width: 750px) {
  .spot-box .spot-box_bottom {
    /*TB*/
    height: 100px;
    top: -18px;
    padding: 15px 0 0;
    font-size: 14px;
  }
}
.spot-box .box_inner {
  padding: 5px;
  background-color: #fff;
}
@media print, screen and (min-width: 750px) {
  .spot-box .box_inner {
    /*TB*/
    padding: 10px;
  }
}
.spot-box .box_inner > div {
  display: flex;
  flex-flow: column nowrap;
  border: solid 1px #c6ae80;
  padding: 10px;
  align-items: center;
}
@media print, screen and (min-width: 1400px) {
  .spot-box .box_inner > div {
    /*PC*/
    flex-flow: row wrap;
  }
}
.spot-box figure {
  position: relative;
  margin: 0;
}
@media print, screen and (min-width: 1400px) {
  .spot-box figure {
    /*PC*/
    width: 50%;
    height: 100%;
  }
}
.spot-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 400/260;
}
@media print, screen and (min-width: 750px) {
  .spot-box figure img {
    /*TB*/
    aspect-ratio: inherit;
  }
}
.spot-box figure span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background-color: #cbb686;
  color: #fff;
  padding: 2px 10px;
}
.spot-box .spot_title {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .spot-box .spot_title {
    /*TB*/
    font-size: 36px;
  }
}
.spot-box .spot_title.sp {
  padding: 20px 0;
}
@media print, screen and (min-width: 1400px) {
  .spot-box .spot_title.sp {
    /*PC*/
    display: none;
  }
}
.spot-box .spot_title span {
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 750px) {
  .spot-box .spot_title span {
    /*TB*/
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1400px) {
  .spot-box .text_area {
    /*PC*/
    width: 50%;
    padding: 0 40px;
  }
}
.spot-box .text_area .spot_title {
  display: none;
}
@media print, screen and (min-width: 1400px) {
  .spot-box .text_area .spot_title {
    /*PC*/
    display: block;
    padding: 10px 0;
  }
}
.spot-box .text_area .spot_introduction {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: dotted 2px #cbb686;
}
@media print, screen and (min-width: 1400px) {
  .spot-box .text_area .spot_introduction {
    /*PC*/
    border-top: dotted 2px #cbb686;
  }
}
.spot-box .text_area .access {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding: 10px 0;
}

.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;
  position: sticky;
  z-index: 40;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 750px) {
  .footer-navi {
    /*TB*/
    margin-bottom: 60px;
  }
}
@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;
}
.footer-navi .button_area p {
  width: calc(50% - 5px);
}
.footer-navi .button_area p a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-width: 15px;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi .button_area p a {
    /*NT*/
    font-size: 20px;
    border-width: 18px;
  }
}
.footer-navi .button_area p a.pdf {
  background-color: #4b4b90;
}
.footer-navi .button_area p a.contact {
  background-color: #f09192;
}
.footer-navi p.annai {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  padding-right: 60px;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi p.annai {
    /*NT*/
    font-size: 16px;
    padding-right: 0;
  }
}
.footer-navi p.annai span {
  display: inline-block;
  width: auto;
  padding: 0 1em;
  border: solid 1px #fff;
  -moz-border-image: url(../img/button-frame.png) 65 fill round;
  -webkit-border-image: url(../img/button-frame.png) 65 fill round;
  -ms-border-image: url(../img/button-frame.png) 65 fill round;
  border-image: url(../img/button-frame.png) 65 fill round;
  border-width: 10px;
  line-height: 1;
  background-color: #00aae8;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  margin: 0 10px;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi p.annai span {
    /*NT*/
    border-width: 15px;
  }
}
.footer-navi .gotop {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 1110px) {
  .footer-navi .gotop {
    /*NT*/
    width: 70px;
    height: 70px;
  }
}
.footer-navi .gotop a {
  position: relative;
  display: block;
  background-color: #5353a6;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.footer-navi .gotop a span {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  left: calc(50% - 8px);
  top: calc(50% - 4px);
}
@media print, screen and (min-width: 1110px) {
  .footer-navi .gotop a span {
    /*NT*/
    width: 20px;
    height: 20px;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    left: calc(50% - 12px);
    top: calc(50% - 8px);
  }
}
.footer-navi .sp-contact a {
  flex-flow: column nowrap;
}
.footer-navi .sp-contact span {
  display: block;
  font-size: 7px;
  margin-top: 3px;
}
.footer-navi .sp-contact span.small {
  font-size: 5px;
}

#shop-cascade,
#shop-hashimaya {
  ruby-align: center;
}

body.modal-mode {
  overflow: hidden;
  height: 100%;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 2;
  z-index: 1000;
  width: 90%;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 80vh;
  overflow: hidden;
}
@media print, screen and (min-width: 1110px) {
  .modal-content {
    /*NT*/
    width: 75%;
  }
}
@media print, screen and (min-width: 1400px) {
  .modal-content {
    /*PC*/
    max-width: 920px;
  }
}
.modal-content .modal-content_inner {
  overflow-y: auto;
  max-height: 80vh;
}

.modal-open {
  cursor: pointer;
}

.modal-overlay {
  z-index: 1;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-close::before {
  display: block;
  content: "×";
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #231815;
  font-weight: bold;
}

.modal-close:hover {
  cursor: pointer;
  opacity: 0.7;
}

#dirPathBlock {
  overflow-y: hidden;
}

#dirPathBlock p {
  width: max-content;
}/*# sourceMappingURL=styles.css.map */