@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-size: 13px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

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

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  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: 768px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

.cormo {
  font-family: "Cormorant", serif;
  font-weight: 500;
}

.goudy {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

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

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

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

.mb5 {
  margin-bottom: 5px;
}

.mb25 {
  margin-bottom: 25px;
}

/***************************************
common
****************************************/
.page_ttl h2 {
  text-align: center;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 500;
}
.page_ttl .ttl_sub {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.page_ttl.pc_bg_ttl {
  padding-top: 16vh;
}
.page_ttl.pc_bg_ttl h2 {
  font-size: 33px;
}
.page_ttl.pc_bg_ttl .ttl_sub {
  font-size: 40px;
}
.page_ttl.sp_mv {
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50%;
  width: 100%;
}

.menu_wrap .section_title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}
.menu_wrap .menu_list {
  display: block;
  text-align: center;
}
.menu_wrap .menu_list_link {
  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;
  margin: 0 auto;
  height: 65px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100vmax;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
.menu_wrap .menu_list_link:not(:last-child) {
  margin-bottom: 10px;
}
.menu_wrap .menu_list_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_under.svg) no-repeat center/contain;
  width: 8px;
  height: 15px;
  right: 24px;
}
.menu_wrap .menu_list_link.link_external::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu_wrap .menu_list_link.repo {
  background-color: #718BBA;
  border: none;
  color: #fff;
  pointer-events: none;
}
.menu_wrap .menu_list_link.repo span {
  padding-right: 6px;
  margin-bottom: 6px;
}
.menu_wrap .menu_list_link.repo::before {
  background: url(../img/arrow_right_wh.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  right: 20px;
}
.menu_wrap .menu_list_link.repo::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 25px;
  width: 126px;
  height: 74px;
}
.menu_wrap .menu_list_link.repo.coming::after {
  background: url(../img/fukidashi_coming.webp) no-repeat center/contain;
}
.menu_wrap .menu_list_link.repo.on::after {
  background: url(../img/fukidashi_on.webp) no-repeat center/contain;
}
.menu_wrap.content .menu_list {
  max-width: 300px;
  margin: 0 auto;
}

h2.section_ttl {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 17px;
  position: relative;
}
h2.section_ttl::after {
  content: "";
  position: absolute;
  background: url(../img/section_line.svg) no-repeat center/contain;
  width: 107px;
  height: 7px;
  bottom: -5px;
  left: 50%;
  translate: -50%;
}

.btn_more {
  text-align: center;
}
.btn_more a.btn {
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  border-radius: 100vmax;
  border: 1px solid #000000;
}

.share {
  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;
  gap: 20px;
  background-color: #F5FAFC;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.share p {
  font-size: 15px;
}
.share a {
  width: 23px;
}

/***************************************
PCサイド
****************************************/
.pc-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.pc-bg .pc_bg_fix {
  position: fixed;
  width: calc(50% - 187px);
  height: 100vh;
}
.pc-bg .pc_left {
  background: url(../img/bg_left.webp) no-repeat top center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc-bg .pc_left .site_ttl {
  max-width: 165px;
  position: absolute;
  top: 31px;
  left: 50px;
}
.pc-bg .pc_right {
  background: url(../img/bg_right.webp) no-repeat top center/cover;
  right: 0;
}
.pc-bg .pc_right #menu_pc {
  max-width: 70%;
  margin: 20vh auto 0;
}

/***************************************
spコンテンツ
****************************************/
.sp-center {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sp-center {
    max-width: 375px;
  }
}

/***************************************
ヘッダー
****************************************/
header {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  header {
    position: relative;
  }
}
header .header_inner {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  header .header_inner {
    position: relative;
  }
}
header .header_inner .site_ttl {
  max-width: 104px;
  padding: 25px 0 0 18px;
}

.menu {
  --menu-width:34px;
  --menu-height:34px;
  --menu-bg-color:#fff;
  --menu-bar-color:#000;
  --menu-bar-width:15px;
  --menu-bar-height:1px;
  --menu-bar-gap:3px;
  display: block;
  width: var(--menu-width);
  height: var(--menu-height);
  background: var(--menu-bg-color);
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 2000;
  border: 1px solid #000;
  border-radius: 50%;
}
.menu .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: calc((var(--menu-width) - var(--menu-bar-width)) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .icon::before, .menu .icon::after {
  content: "";
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
.menu .icon::before {
  top: calc(-1 * var(--menu-bar-gap));
}
.menu .icon::after {
  bottom: calc(-1 * var(--menu-bar-gap));
}
.menu .icon.active {
  background: transparent;
}
.menu .icon.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}
.menu .icon.active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}

/* グローバルナビゲーション */
#gnav {
  display: block !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding: 28px 20px 38px;
  margin: 0 0 0 18px;
  background-color: #718BBA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  border-radius: 0 0 0 30px;
}
#gnav.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #gnav {
    display: none;
  }
}
#gnav .menu_wrap .section_title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 42px;
}
#gnav .menu_wrap .menu_list {
  border-bottom: 1px solid #fff;
}
#gnav .menu_wrap .menu_list_link_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 65px;
  border-top: 1px solid #fff;
  font-size: 17px;
  line-height: 1;
  color: #fff;
}
#gnav .menu_wrap .menu_list_link_nav::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_under_wh.svg) no-repeat center/contain;
  width: 8px;
  height: 15px;
  right: 24px;
}
#gnav .menu_wrap .menu_list_link_nav.link_external::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#gnav .menu_wrap .menu_list_link_nav.repo {
  background: #fff;
  border-radius: 100vmax;
  color: #718BBA;
  pointer-events: none;
  margin-bottom: 15px;
  padding-left: 25PX;
}
#gnav .menu_wrap .menu_list_link_nav.repo span {
  padding-right: 6px;
  margin-bottom: 6px;
}
#gnav .menu_wrap .menu_list_link_nav.repo::before {
  background: url(../img/arrow_right_blue.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  right: 20px;
}
#gnav .share {
  margin-top: 42px;
  background-color: rgba(245, 250, 252, 0.6);
}

/* ▼▼▼ メイン
====================================================== */
#main {
  margin: 60px auto 0;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main {
    margin: 0 auto;
  }
}

.mv {
  position: relative;
}
.mv img {
  width: 100%;
}

.bg_grade {
  background: url(../img/bg_grade.webp) repeat-x top center/cover;
  padding: 60px 0;
  position: relative;
}

.anchor_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.anchor_new_link {
  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;
  margin: 0 auto;
  height: 45px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100vmax;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  width: calc(50% - 10px);
}
.anchor_new_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_under.svg) no-repeat center/contain;
  width: 8px;
  height: 15px;
  right: 24px;
}

#shop {
  padding-top: 58px;
}

.shop_content {
  position: relative;
  background-color: #FAFAFA;
  padding: 0px 25px 19px;
  margin: 90px auto;
  max-width: 340px;
  z-index: 1;
}
.shop_content::before {
  content: "";
  position: absolute;
  background: url(../img/shop_top.webp) no-repeat top/contain;
  max-width: 340px;
  width: 100%;
  height: 118px;
  top: -72px;
  left: 0;
  z-index: -1;
}
.shop_content .open_day {
  position: absolute;
  top: -40px;
  left: -10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  background-color: #9EF7CE;
  line-height: 1.2;
  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;
}
.shop_content .open_day.renew {
  font-size: 11px;
  background-color: #DEAEDC;
}
.shop_content .shop_name {
  position: relative;
  top: -25px;
  margin-bottom: -15px;
}
.shop_content .shop_name .name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.shop_content .shop_name .category {
  text-align: center;
  font-size: 12px;
  color: #6F6F6F;
}
.shop_content .shop_name::after {
  position: absolute;
  bottom: 3px;
  right: -5px;
  color: #E75F7A;
  border: 1px solid #E75F7A;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 3px;
}
.shop_content .shop_name.hyogo::after {
  content: "兵庫県初";
}
.shop_content .shop_name.nishi::after {
  content: "西日本初";
}
.shop_content .shop_name.kansai::after {
  content: "関西初";
}
.shop_content .shop_name.zenkoku::after {
  content: "新業態 全国初";
}
.shop_content .area {
  text-align: center;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  font-weight: 500;
  padding: 8px;
  margin-bottom: 16px;
}
.shop_content .term {
  margin: 10px 0;
  display: inline-block;
  font-weight: 500;
  background-color: #EAEAEA;
  border-radius: 3px;
  padding: 4px 6px;
}
.shop_content .shop_img {
  width: 100%;
  margin-bottom: 16px;
}
.shop_content:last-child {
  margin-bottom: 0;
}
.shop_content .promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop_content .promotion_text_title {
  font-weight: 500;
  margin-bottom: 10px;
}
.shop_content .promotion_text_title span {
  color: #718BBA;
  border: 1px solid #718BBA;
  padding: 2px 5px;
}
.shop_content .promotion_text_description {
  font-size: 12px;
}
.shop_content .promotion_img {
  max-width: 100px;
  width: 100%;
}
.shop_content .promotion_img img {
  width: 100%;
}

#campaign {
  background: url(../img/bg_event.webp) repeat-x top center/cover;
  padding: 46px 0 54px;
  position: relative;
  z-index: 1;
}

#event {
  background: url(../img/bg_event.webp) repeat-x top center/cover;
  padding: 46px 0 54px;
  position: relative;
  z-index: 1;
}

.event_content {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 28px 45px 34px;
  max-width: 340px;
  margin: 0 auto 20px;
}
.event_content .event_name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}
.event_content .event_img {
  position: relative;
}
.event_content .event_img .event_note {
  position: absolute;
  top: 0;
  right: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #4E64AB;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  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;
  line-height: 1.2;
}
.event_content table {
  margin-top: 15px;
  margin-bottom: 6px;
}
.event_content table th {
  font-size: 11px;
  color: #E75F7A;
  text-align: center;
  border: 1px solid #E75F7A;
  width: 5.5em;
  display: block;
  margin-bottom: 10px;
}
.event_content table td {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 7px;
  line-height: 1.4;
}
.event_content table td span {
  font-weight: 400;
}

.bg_bottom {
  background: url(../img/bg_service.webp) repeat-x top center/cover;
}

#service {
  padding: 69px 0 30px;
}
#service .txt_center {
  text-align: center;
  margin: 30px auto 25px;
  font-size: 14px;
  font-weight: 500;
}
#service .service_img {
  max-width: 103px;
  margin: 0 auto 24px;
}
#service table {
  margin-bottom: 14px;
}
#service table th {
  font-size: 11px;
  color: #E75F7A;
  text-align: center;
  border: 1px solid #E75F7A;
  width: 7em;
  display: block;
}
#service table td {
  font-weight: 500;
  padding-left: 7px;
  line-height: 1.4;
}
#service .service_wrap {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 15px 25px 13px;
  margin-top: 35px;
}
#service .service_wrap .txt01 {
  text-align: center;
  margin-bottom: 3px;
}

/***************************************
フッター
****************************************/
footer {
  width: 100%;
  padding: 36px 0;
  clear: both;
  overflow: hidden;
}

#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
}
#footer_inner #copyright {
  text-align: center;
  font-size: 10px;
  color: #747474;
  margin-bottom: 20px;
}
#footer_inner .footer_logo {
  max-width: 104px;
  margin: 0 auto;
}

/***************************************
EVENT REPORT
****************************************/
#report {
  padding: 50px 0;
  background: url(../img/bg_grade.webp) repeat-x top center/cover;
  position: relative;
  z-index: 1;
}
#report::before, #report::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#report h2.section_ttl {
  margin-bottom: 30px;
}
#report section {
  padding-top: 37px;
}
#report h2.repo_ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
#report h3.sec_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#report .txt {
  margin-bottom: 37px;
}
#report .img {
  margin-bottom: 20px;
}
#report .btn_more a {
  background-color: #fff;
  width: 300px;
  height: 65px;
  line-height: 65px;
  position: relative;
}
#report .btn_more a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_left.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  right: 20px;
}