@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.jost {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background-color: #F7F5EC;
  color: #343434;
}

/* ▼▼▼ 各店舗ボタン
====================================================== */
#shop_slide {
  background-color: #E8E8DB;
  padding: 9px 0;
}
@media screen and (min-width: 769px) {
  #shop_slide .wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
  }
}
#shop_slide .shop_btn_slide {
  overflow: hidden;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  #shop_slide .shop_btn_slide .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#shop_slide .shop_btn_slide .shop_btn {
  width: auto !important;
  margin-right: 6px;
  white-space: nowrap;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  #shop_slide .shop_btn_slide .shop_btn {
    font-size: 17px;
  }
}
#shop_slide .shop_btn_slide .shop_btn a {
  padding: 4px 15px;
  background: #fff;
  border-radius: 100vmax;
  border: 2px solid #fff;
}
#shop_slide .shop_btn_slide .shop_btn.active a {
  background: #343434;
  color: #fff;
}

#map_area {
  padding: 26px 0 75px;
  position: relative;
}
#map_area::after {
  content: "";
  position: absolute;
  background: url(../img/nami_red.webp) repeat-x top/contain;
  width: 100%;
  height: 54px;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  #map_area {
    padding: 72PX 0 118px;
  }
}
#map_area .tap {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #map_area .tap {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#map_area .tap span {
  position: relative;
}
#map_area .tap span::before, #map_area .tap span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #343434;
  rotate: 90deg;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #map_area .tap span::before, #map_area .tap span::after {
    border-width: 8px 0 8px 10px;
  }
}
#map_area .tap span::before {
  left: -15px;
}
@media screen and (min-width: 769px) {
  #map_area .tap span::before {
    left: -25px;
  }
}
#map_area .tap span::after {
  right: -15px;
}
@media screen and (min-width: 769px) {
  #map_area .tap span::after {
    right: -25px;
  }
}
#map_area .map_wrap {
  position: relative;
  border-radius: 10px;
  margin-bottom: 32px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap {
    max-width: 700px;
    margin: 0 auto 28px;
  }
}
#map_area .map_wrap .zoom_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 11px;
  z-index: 3;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap .zoom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#map_area .map_wrap .zoom_btn #zoom-out, #map_area .map_wrap .zoom_btn #zoom-in {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap .zoom_btn #zoom-out, #map_area .map_wrap .zoom_btn #zoom-in {
    width: 58px;
    height: 58px;
    font-size: 32px;
  }
}
#map_area .map_wrap #draggable {
  position: relative;
}
#map_area .map_wrap svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#map_area .map_wrap svg .area_mark {
  opacity: 0;
  color: #fff;
}
#map_area .map_wrap svg a:hover {
  opacity: 0.5;
}
#map_area .map_wrap svg a:hover .area_mark {
  opacity: 0.5;
  color: #fff;
}
#map_area .anchor {
  margin-bottom: 28px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #map_area .anchor {
    margin-bottom: 44px;
  }
}
#map_area .anchor::before {
  content: "";
  position: absolute;
  background: url(../img/circle_sp.webp) no-repeat center/contain;
  width: 234px;
  height: 74px;
  top: -68px;
  left: 10px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #map_area .anchor::before {
    background: url(../img/circle_pc.webp) no-repeat center/contain;
    width: 526px;
    height: 243px;
    top: -88px;
    left: 50%;
    translate: -50%;
  }
}
#map_area .anchor_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 769px) {
  #map_area .anchor_box {
    max-width: 666px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 16px;
    margin: 0 auto;
  }
}
#map_area .anchor_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#map_area .anchor_btn span {
  padding-right: 2em;
}
#map_area .anchor_btn::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
}
#map_area .anchor_btn.btn_red {
  background-color: #F2243E;
}
#map_area .anchor_btn.btn_red::after {
  background: url(../img/arrow_wh_red.svg) no-repeat center/contain;
}
#map_area .anchor_btn.btn_red:hover {
  opacity: 1;
  color: #F2243E;
  border: 3px solid #F2243E;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#map_area .anchor_btn.btn_red:hover::after {
  background: url(../img/arrow_red.svg) no-repeat center/contain;
}
#map_area .anchor_btn.btn_blue {
  background-color: #06569C;
}
#map_area .anchor_btn.btn_blue::after {
  background: url(../img/arrow_wh_blue.svg) no-repeat center/contain;
}
#map_area .anchor_btn.btn_blue:hover {
  opacity: 1;
  color: #06569C;
  border: 3px solid #06569C;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#map_area .anchor_btn.btn_blue:hover::after {
  background: url(../img/arrow_blue.svg) no-repeat center/contain;
}
#map_area .kome_list {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #map_area .kome_list {
    max-width: 556px;
    margin: 0 auto;
  }
}
#map_area .kome_list li {
  padding-left: 1.3em;
  position: relative;
}
#map_area .kome_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .contents {
    padding-top: 30px;
  }
}
.contents .cont_catch {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .contents .cont_catch {
    max-width: 422px;
  }
}
.contents .cont_ttl {
  max-width: 271px;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .contents .cont_ttl {
    max-width: 300px;
    margin: 0 auto 48px;
  }
}
.contents .facility_name {
  text-align: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .contents .facility_name {
    font-size: 27px;
    margin-bottom: 60px;
  }
}
.contents .facility_name::after {
  content: "";
  position: absolute;
  background: url(../img/dot.svg) no-repeat center/contain;
  width: 25px;
  height: 5px;
  bottom: -10px;
  left: 50%;
  translate: -50%;
}
.contents .shop_wrap .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 10px;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .contents .shop_wrap .tab_list {
    gap: 0 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 56px;
  }
}
.contents .shop_wrap .tab_list li {
  width: calc(33.3333333333% - 7px);
  height: 43px;
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .contents .shop_wrap .tab_list li {
    max-width: 177px;
    width: 100%;
    font-size: 16px;
  }
}
.contents .shop_wrap .tab_list li.cafe {
  letter-spacing: -0.14em;
}
.contents .shop_wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  gap: 56px 0;
}
@media screen and (min-width: 769px) {
  .contents .shop_wrap .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 76px 83px;
  }
}
.contents .shop_wrap .card li {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .contents .shop_wrap .card li {
    width: calc(33.3333333333% - 56px);
  }
}
.contents .shop_wrap .card li::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  top: -20px;
  right: -15px;
}
.contents .shop_wrap .card li.ic_ko::after {
  background: url(../img/icon_koshien.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_shu::after {
  background: url(../img/icon_shukugawa.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_taka::after {
  background: url(../img/icon_takatsuki.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_ro::after {
  background: url(../img/icon_rokkomichi.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_kobe::after {
  background: url(../img/icon_kobe.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_taru::after {
  background: url(../img/icon_tarumi.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_nishi::after {
  background: url(../img/icon_nishiakashi.svg) no-repeat center/contain;
}
.contents .shop_wrap .card li.ic_san::after {
  background: url(../img/icon_sannomiya.svg) no-repeat center/contain;
}
.contents .shop_wrap .shop_item_box {
  color: #fff;
}
.contents .shop_wrap .shop_item_box .thumb {
  margin-bottom: 12px;
}
.contents .shop_wrap .shop_item_box .menu {
  font-size: 15px;
}
.contents .shop_wrap .shop_item_box .menu .kome {
  font-size: 10px;
  vertical-align: text-top;
}
.contents .shop_wrap .shop_item_box .price {
  text-align: right;
  font-size: 18px;
}
.contents .shop_wrap .shop_item_box .price .price_name {
  font-size: 14px;
  padding-right: 0.5em;
}
.contents .shop_wrap .shop_item_box .price .yen {
  font-size: 13px;
  padding-left: 0.2em;
}
.contents .shop_wrap .shop_item_box .shop_txt {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  margin-top: 8px;
  line-height: 1.4;
}
.contents .shop_wrap .shop_item_box .shop_name {
  font-size: 15px;
}

.expo_shukugawa .shop_wrap .card li.ic_shu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expo_shukugawa .shop_wrap .card li.ic_taka, .expo_shukugawa .shop_wrap .card li.ic_ko {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.expo_takatsuki .shop_wrap .card li.ic_taka {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expo_takatsuki .shop_wrap .card li.ic_shu, .expo_takatsuki .shop_wrap .card li.ic_ko {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.expo_nishiakashi .shop_wrap .card li.ic_nishi {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expo_nishiakashi .shop_wrap .card li.ic_ro, .expo_nishiakashi .shop_wrap .card li.ic_kobe, .expo_nishiakashi .shop_wrap .card li.ic_taru, .expo_nishiakashi .shop_wrap .card li.ic_san {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.expo_tarumi .shop_wrap .card li.ic_taru {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expo_tarumi .shop_wrap .card li.ic_ro, .expo_tarumi .shop_wrap .card li.ic_kobe, .expo_tarumi .shop_wrap .card li.ic_nishi, .expo_tarumi .shop_wrap .card li.ic_san {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.expo_kobe .shop_wrap .card li.ic_kobe {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expo_kobe .shop_wrap .card li.ic_ro, .expo_kobe .shop_wrap .card li.ic_taru, .expo_kobe .shop_wrap .card li.ic_nishi, .expo_kobe .shop_wrap .card li.ic_san {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.expo_sannomiya .shop_wrap .card li.ic_san {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expo_sannomiya .shop_wrap .card li.ic_ro, .expo_sannomiya .shop_wrap .card li.ic_taru, .expo_sannomiya .shop_wrap .card li.ic_nishi, .expo_sannomiya .shop_wrap .card li.ic_kobe {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#eatin {
  background-color: #FF6A76;
  padding-bottom: 134px;
}
#eatin::after {
  content: "";
  position: absolute;
  background: url(../img/nami_blue.webp) repeat-x top/contain;
  width: 100%;
  height: 54px;
  bottom: -1px;
  left: 0;
}
#eatin .cont_catch {
  max-width: 299px;
}
@media screen and (min-width: 769px) {
  #eatin .cont_catch {
    max-width: 422px;
  }
}
#eatin .shop_wrap .tab_list li {
  color: #F84351;
}
#eatin .shop_wrap .tab_list li:hover, #eatin .shop_wrap .tab_list li.selected {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFD0D3;
}

#takeout {
  background-color: #4893D5;
  padding-bottom: 80px;
}
#takeout .cont_catch {
  max-width: 250px;
}
@media screen and (min-width: 769px) {
  #takeout .cont_catch {
    max-width: 351px;
  }
}
#takeout .shop_wrap .tab_list li {
  color: #06569C;
}
#takeout .shop_wrap .tab_list li:hover, #takeout .shop_wrap .tab_list li.selected {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #C9E6FF;
}

.restaurant_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .restaurant_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    margin: 98px 0 56px;
  }
}
.restaurant_link .res_btn {
  background-color: #fff;
  border-radius: 100vmax;
  text-align: center;
  font-weight: 700;
  -webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .restaurant_link .res_btn {
    width: calc(33.3333333333% - 11px);
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  background: #4893D5;
  padding: 0 20px 15px;
  clear: both;
  overflow: hidden;
}

#copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
}