@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*================================================================
base
================================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg {
  background: #FFFBF8;
  position: relative;
  z-index: 10;
}

body {
  color: #333;
  font-size: 13px;
  background: #FFFBF8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  body {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  a:hover, a:active, a:link {
    opacity: 1;
    color: inherit;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #fff;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  position: relative;
}

@media screen and (max-width: 374px) {
  .text-left {
    text-align: left !important;
  }
}

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

@media screen and (min-width:321px) {
  .is-sp320 {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .is-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sm {
    display: none !important;
  }
}

.inner {
  width: 71.875%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .inner {
    width: 80%;
  }
}
.inner-main {
  border-top: #333 1px solid;
  padding-top: 50px;
  max-width: 964px;
}
@media screen and (max-width:767px) {
  .inner-main {
    padding-top: 42px;
  }
}

.util-link {
  display: block;
  background: #886d4b;
  color: #FFFBF8;
  text-align: center;
  width: 200px;
  height: 30px;
  line-height: 26px;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
}
@media screen and (max-width:767px) {
  .util-link {
    margin-top: 32px;
  }
}
@media screen and (min-width:768px) {
  .util-link:hover {
    background: #FFFBF8;
    color: #886d4b;
  }
  .util-link:hover::after {
    background: url(../image/arrow.svg) center center/contain no-repeat;
  }
}
@media screen and (max-width:767px) {
  .util-link:hover, .util-link:active, .util-link:link {
    color: #FFFBF8;
  }
}
.util-link-sub {
  display: block;
  color: #FFF;
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .util-link-sub {
    font-size: 10px;
  }
}

.section {
  padding-top: 84px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .section {
    padding-top: 50px;
  }
}
.section-title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 8px;
}
@media screen and (max-width:767px) {
  .section-title {
    font-size: 17px;
  }
}
.section-title img {
  height: 20px;
}
@media screen and (max-width:767px) {
  .section-title img {
    height: 14px;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  bottom: 0;
  background: url(../image/top-line01.png) center center/cover no-repeat;
}
@media screen and (max-width:767px) {
  .section-title::after {
    width: 68px;
  }
}
.section-title.shop-title::after {
  width: 160px;
  height: 5px;
}
@media screen and (max-width:767px) {
  .section-title.shop-title::after {
    width: 108px;
  }
}
.section-title.contact-title::after {
  width: 150px;
  height: 5px;
}
@media screen and (max-width:767px) {
  .section-title.contact-title::after {
    width: 92px;
  }
}

.header {
  padding: 6px 0 8px;
  background: #FFFBF8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  min-height: 100px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 3s linear forwards;
  animation: fadeIn 0.5s 3s linear forwards;
}
@media screen and (max-width:767px) {
  .header {
    padding: 4px 0 8px;
    min-height: 34px;
  }
}
.header-menu {
  width: auto;
  height: 11px;
}
.header-logo {
  width: 570px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .header-logo {
    width: 60%;
  }
}
.header-nav-list {
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-nav-list-item {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width:767px) {
  .header-nav-list-item {
    border-bottom: 1px solid gray;
    position: relative;
  }
  .header-nav-list-item::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
    width: 12px;
    height: 24px;
    background: url(../image/arrow.svg) center center/contain no-repeat;
  }
}
@media screen and (min-width:768px) {
  .header-nav-list-item + .header-nav-list-item {
    margin-left: 5%;
  }
}
.header-nav-list-item a {
  color: #333;
}
.header-nav-list-item a:hover {
  color: #886d4b;
}
.header-nav-list-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-left: 12px;
}
.header-nav-list-sns-list-item {
  width: 24px;
  margin-right: 12px;
}
.header-sns-list {
  position: fixed;
  top: 24px;
  left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .header-sns-list {
    right: 10px;
    top: 12px;
    left: auto;
  }
}
.header-sns-list-item {
  width: 20px;
  position: relative;
  background: #FFFBF8;
}
@media screen and (max-width:767px) {
  .header-sns-list-item {
    width: 15px;
  }
}
.header-sns-list-item + .header-sns-list-item {
  margin-left: 16px;
}
@media screen and (max-width:767px) {
  .header-sns-list-item + .header-sns-list-item {
    margin-left: 4px;
  }
}
.header-link {
  display: block;
  position: fixed;
  z-index: 100;
  top: 12px;
  right: 10px;
  background: #886d4b;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFFBF8;
  opacity: 1 !important;
}
@media screen and (max-width:767px) {
  .header-link {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 10px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

.header-link span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .header-link span {
    margin-top: 6px;
    font-size: 10px;
  }
}
@media screen and (min-width:768px) {
  .header-link:hover {
    background: #FFFBF8;
    color: #886d4b;
  }
}
@media screen and (max-width:767px) {
  .header-link:hover, .header-link:active, .header-link:link {
    color: #FFFBF8;
  }
}
.header .drawer-nav {
  margin-top: 12px;
}
@media screen and (max-width:767px) {
  .header .drawer-nav {
    background: #FFFBF8;
    padding: 64px 24px;
    width: 200px;
  }
  .header .drawer-hamburger {
    padding: 10px 16px;
  }
  .header .drawer-hamburger-icon, .header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
    background: #886d4b;
    height: 3px;
  }
  .header .drawer-hamburger-icon::before {
    top: -6px;
  }
  .header .drawer-hamburger-icon::after {
    top: 6px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-open .drawer-hamburger {
  left: 0 !important;
}
.drawer-open .drawer-hamburger-icon {
  background: transparent;
}
.drawer-open .drawer-hamburger-icon::before {
  top: 5px;
}
.drawer-open .drawer-hamburger-icon::after {
  top: 6px;
}

.top-slide {
  position: fixed;
  top: 100px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .top-slide {
    top: 45px;
  }
}
.top-slide-item {
  width: 100%;
  height: 400px;
}
.top-slide-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .top-slide-item:nth-child(1) {
    background: url(../image/top_2024_01.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width:767px) {
  .top-slide-item:nth-child(1) {
    background: url(../image/top01_2024-sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:768px) {
  .top-slide-item:nth-child(2) {
    background: url(../image/top_2024_02.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width:767px) {
  .top-slide-item:nth-child(2) {
    background: url(../image/top02_2024-sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:768px) {
  .top-slide-item:nth-child(3) {
    background: url(../image/top_2024_03.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width:767px) {
  .top-slide-item:nth-child(3) {
    background: url(../image/top03_2024-sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:768px) {
  .top-slide-item:nth-child(4) {
    background: url(../image/top_2024_04.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width:767px) {
  .top-slide-item:nth-child(4) {
    background: url(../image/top04_2024-sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:768px) {
  .top-slide-item:nth-child(5) {
    background: url(../image/top_2024_05.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width:767px) {
  .top-slide-item:nth-child(5) {
    background: url(../image/top05_2024-sp.jpg) center center/cover no-repeat;
  }
}

@media screen and (min-width:768px) {
  .top-slide-item:nth-child(6) {
    background: url(../image/top_2024_06.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width:767px) {
  .top-slide-item:nth-child(6) {
    background: url(../image/top06_2024-sp.jpg) center center/cover no-repeat;
  }
}

.story {
  margin-top: 495px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:955px) {
  .story {
    margin-top: 445px;
  }
}
.story-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width:955px) {
  .story-inner {
    margin-top: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:955px) {
  .story-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
  }
}
.story-image {
  width: 355px;
}
@media screen and (max-width:955px) {
  .story-image {
    width: 60%;
    margin-top: 32px;
  }
}
.story-body {
  width: 708px;
  position: relative;
}
.story-body img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width:955px) {
  .story-body {
    width: 100%;
  }
}
.story-bg {
  position: absolute;
  z-index: 1;
  width: 378px;
  max-width: 378px;
  right: 0;
  bottom: -280px;
}
@media screen and (max-width:767px) {
  .story-bg {
    width: 164px;
    bottom: -10%;
    right: 0;
  }
}

.news {
  margin-top: 138px;
}
@media screen and (max-width:767px) {
  .news {
    margin-top: 20px;
  }
}
.news-list {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list-item {
  width: calc(100% - 5.3333333333px);
}
.news-list-item + .news-list-item {
  margin-left: 8px;
}
@media screen and (min-width:768px) {
  .news-list-item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .news-list-item:nth-child(n+2) {
    display: none;
  }
}
.news-list-item-image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list-item-date {
  color: #EA5A24;
  font-size: 12px;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width:767px) {
  .news-list-item-date {
    font-size: 11px;
    margin-top: 14px;
  }
}
.news-list-item-title {
  margin-top: 4px;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list-item:hover .news-list-item-title {
  color: #886d4b;
}
.news-list-item:hover .news-list-item-image {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .news-list-item:hover .news-list-item-title, .news-list-item:active .news-list-item-title, .news-list-item:link .news-list-item-title {
    color: #333;
  }
  .news-list-item:hover .news-list-item-image, .news-list-item:active .news-list-item-image, .news-list-item:link .news-list-item-image {
    opacity: 1;
  }
}

.menu {
  margin-top: 96px;
  position: relative;
  z-index: 2;
}
.menu-title-wrap {
  position: relative;
}
.menu-inner {
  position: relative;
}
@media screen and (max-width:767px) {
  .menu {
    margin-top: 60px;
  }
}
.menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:768px) {
  .menu-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 42px;
  }
}
@media screen and (max-width:767px) {
  .menu-inner {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 97%;
  }
}
.menu-image {
  position: relative;
}
@media screen and (min-width:768px) {
  .menu-image {
    width: 56.7391304348%;
  }
}
@media screen and (max-width:767px) {
  .menu-image {
    margin-top: 30px;
  }
}
.goods-all {
  position: absolute;
}
@media screen and (min-width:768px) {
  .goods-all {
    top: 50;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    width: 280px;
  }
}
@media screen and (max-width:767px) {
  .goods-all {
    margin-top: 30px;
    margin-left: 40px;
    width: 240px;
  }
}
.menu-body {
  width: 47.8260869565%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 4%;
  padding-top: 4%;
  position: relative;
}
@media screen and (min-width:768px) {
  .menu-body {
    padding-right: 48px;
  }
}
@media screen and (max-width:767px) {
  .menu-body {
    width: 100%;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-body-text {
  line-height: 2;
  max-width: 380px;
}
@media screen and (max-width:767px) {
  .menu-body-text {
    text-align: center;
    line-height: 1.7;
    max-width: 420px;
  }
}
.menu-body-link:nth-child(1) {
  margin-top: 36px;
}
@media screen and (max-width:767px) {
  .menu-body-link:nth-child(1) {
    margin-top: 24px;
  }
}
.menu-body-link:not(:nth-child(1)) {
  margin-top: 14px;
}
@media screen and (max-width:767px) {
  .menu-body-link:not(:nth-child(1)) {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .menu-body-link-wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-bg {
  z-index: 1;
  position: absolute;
  top: -220px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  width: 100%;
  max-width: 700px;
}
@media screen and (min-width:768px) {
  .menu-bg {
    min-width: 340px;
  }
}
@media screen and (max-width:767px) {
  .menu-bg {
    top: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 42.3913043478%;
    left: 8px;
    width: 40%;
    max-width: 250px;
  }
}

.goods {
  margin-top: 64px;
}
@media screen and (max-width:767px) {
  .goods {
    margin-top: 22px;
  }
}
.goods-image {
  margin-top: 42px;
  position: relative;
}
.goods-all {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width:767px) {
  .goods-image {
    margin-top: 30px;
  }
  .goods-all {
    margin-top: 20px;
  }
}
.goods-list {
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .goods-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width:768px) {
  .goods-list-item {
    width: calc(100% - 5.3333333333px);
  }
  .goods-list-item + .goods-list-item {
    margin-left: 8px;
  }
}
@media screen and (max-width:767px) {
  .goods-list-item:nth-child(n+2) {
    display: none;
  }
}
.goods-list-item-body {
  padding: 8px 8px 42px;
  position: relative;
  height: 132px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .goods-list-item-body {
    height: 144px;
    padding-bottom: 80px;
  }
}
.goods-list-item-title {
  line-height: 1.5;
}
.goods-list-item-description {
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .goods-list-item-description {
    font-size: 10px;
  }
}
.goods-list-item-price {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.goods-list-item-price span {
  font-size: 10px;
  font-weight: normal;
}
.goods-list-item-link {
  position: absolute;
  bottom: 0;
  margin-top: 12px;
}
@media screen and (max-width:767px) {
  .goods-list-item-link {
    margin-top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.goods-bg {
  position: absolute;
  width: 200px;
  right: -12px;
  top: -180px;
  max-width: 200px;
}
@media screen and (max-width:767px) {
  .goods-bg {
    width: 112px;
    top: -320px;
    right: 12px;
  }
}

.floor {
  margin-top: 64px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .floor {
    margin-top: 60px;
  }
}
.goods-text {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width:767px) {
  .goods-text {
    margin-top: 20px;
    width: 80% !important;
    line-height: 1.7;
  }
}
.floor-text {
  margin-top: 42px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width:767px) {
  .floor-text {
    margin-top: 30px;
    width: 100% !important;
    line-height: 1.7;
  }
}
.floor-map {
  width: 80%;
  max-width: 920px;
  margin: 16px auto 0;
  position: relative;
}
.floor-map:nth-of-type(1) {
  z-index: 2;
}
.floor-map:nth-of-type(2) {
  z-index: 1;
}
@media screen and (min-width:768px) {
  .floor-map + .floor-text {
    margin-top: 120px;
  }
}
@media screen and (max-width:767px) {
  .floor-map {
    width: 96%;
  }
}
.floor-map-target {
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  cursor: pointer;
}
.floor-map-target.is-s-02 {
  width: 34%;
  padding-top: 6%;
  top: 28%;
  left: 20%;
}
.floor-map-target.is-s-03 {
  width: 20%;
  padding-top: 6%;
  bottom: 12%;
  left: 4%;
}
.floor-map-target.is-s-04 {
  width: 8%;
  padding-top: 6%;
  top: 16%;
  right: 25%;
}
.floor-map-target.is-s-05 {
  width: 7%;
  padding-top: 5%;
  top: 50%;
  right: 41%;
}
.floor-map-target.is-s-06 {
  width: 5%;
  padding-top: 5%;
  top: 45%;
  right: 35%;
}
.floor-map-target.is-s-07 {
  width: 6%;
  padding-top: 6%;
  top: 39%;
  right: 28%;
}
.floor-map-target.is-s-08 {
  width: 11%;
  padding-top: 5%;
  top: 32%;
  right: 16%;
}
.floor-map-target.is-s-09 {
  width: 14%;
  padding-top: 14%;
  top: 1%;
  right: 3%;
}
.floor-map-target.is-y-01 {
  width: 7%;
  padding-top: 8%;
  bottom: 10%;
  left: 40%;
}
.floor-map-target.is-y-02 {
  width: 9%;
  padding-top: 6%;
  bottom: 8%;
  left: 48%;
}
.floor-map-target.is-y-03 {
  width: 14%;
  padding-top: 14%;
  top: 21%;
  left: 17%;
}
.floor-map-target.is-y-04 {
  width: 12%;
  padding-top: 11%;
  bottom: 0;
  right: 31%;
}
.floor-map-target.is-y-05 {
  width: 14%;
  padding-top: 23%;
  top: 20%;
  right: 8%;
}
.floor-map-target.is-y-06 {
  width: 15%;
  padding-top: 5%;
  bottom: 19%;
  right: 35%;
}
.floor-map-target.is-y-07 {
  width: 4.5%;
  padding-top: 4%;
  bottom: 20%;
  left: 13%;
}
.floor-map-target.is-y-08 {
  width: 11.5%;
  padding-top: 14.5%;
  bottom: 0;
  left: 25%;
}
.floor-map-content {
  min-width: 280px;
  max-width: 280px;
  background: rgb(255, 255, 255);
  border: 1px solid #333;
  padding: 20px 20px;
  position: absolute;
  z-index: 110;
  left: 70%;
  top: 60%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-map-content::after {
    content: "×";
    font-size: 26px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width:767px) {
  .floor-map-content {
    top: -12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.floor-map-content.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width:768px) {
  .floor-map-content.yokohama {
    left: 70%;
    top: 80%;
  }
}
.floor-map-content-image {
  width: 40%;
  margin: 0 auto;
}
.floor-map-content-image.is-full {
  width: calc(100% - 40px);
  margin-bottom: 24px;
}
.floor-map-content-title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  white-space: nowrap;
}
.floor-map-content-text {
  font-size: 12px;
  margin-top: 12px;
  line-height: 2;
}
.floor-map-content-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.floor-top {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.floor-top::after {
  content: "";
  display: block;
  padding-top: 30%;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-top::after {
    padding-top: 55.8%;
  }
}
.floor-top-bg {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  background-image: url(../image/floor-top-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-top-bg {
    background-image: url(../image/floor-top-sp2.png);
    width: 100%;
    height: 100%;
  }
}
.floor-center {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .floor-center {
    margin-top: 8%;
  }
}
@media screen and (max-width:767px) {
  .floor-center {
    bottom: -35%;
  }
}
.floor-center::after {
  content: "";
  display: block;
  padding-top: 58.8%;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-center::after {
    padding-top: 67.2%;
  }
}
.floor-center-bg {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  background: url(../image/floor-center-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-center-bg {
    background-image: url(../image/floor-center-sp2.png);
    background-position: center top 82%;
  }
}
.floor-bottom {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  z-index: -1;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.floor-bottom::after {
  content: "";
  display: block;
  padding-top: 58.8%;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-bottom::after {
    padding-top: 67.2%;
  }
}
.floor-bottom-bg {
  width: 25%;
  height: 44%;
  position: absolute;
  background: url(../image/floor-bottom-pc.png?2023-07-03);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 5%;
  bottom: -25%;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .floor-bottom-bg {
    background-image: url(../image/floor-bottom-sp.png?2023-07-03);
    width: 100%;
    bottom: -13%;
    right: 0;
  }
}

.shop {
  margin-top: 148px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .shop {
    margin-top: 60px;
  }
}
.shop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:768px) {
  .shop-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 42px;
  }
}
@media screen and (max-width:767px) {
  .shop-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .shop-image {
    width: 54.347826087%;
    max-width: 500px;
    margin-left: 16px;
  }
}
@media screen and (max-width:767px) {
  .shop-image {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .shop-content {
    width: 260px;
    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;
  }
}
@media screen and (max-width:767px) {
  .shop-content {
    width: 90%;
  }
}
.shop-content-title {
  font-size: 16px;
  font-weight: bold;
}
.shop-content-title span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .shop-content-title span {
    font-size: 10px;
    margin-top: 6px;
  }
}
@media screen and (max-width:767px) {
  .shop-content-title {
    font-size: 13px;
  }
}
.shop-content-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333 !important;
}
.shop-content-dl dt,
.shop-content-dl dd {
  margin-top: 8px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .shop-content-dl dt,
  .shop-content-dl dd {
    font-size: 11px;
    margin-top: 4px;
  }
}
.shop-content-dl dt {
  font-weight: bold;
  width: 84px;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .shop-content-dl dt {
    letter-spacing: 0.2em;
  }
}
.shop-content-dl dd {
  width: calc(100% - 84px);
}
.shop-content-link:nth-child(1) {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .shop-content-link:nth-child(1) {
    margin: 30px auto 0;
  }
}
.shop-content-link:not(:nth-child(1)) {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .shop-content-link:not(:nth-child(1)) {
    margin: 8px auto 0;
  }
}

.contact {
  margin-top: 64px;
  max-width: 800px;
  padding-bottom: 80px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .contact {
    margin-top: 60px;
    padding-bottom: 60px;
    width: 96%;
  }
}
.contact-text {
  margin-top: 42px;
  line-height: 2;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (max-width:767px) {
  .contact-text {
    margin-top: 30px;
    line-height: 1.7;
  }
}
.contact-text-wrap {
  text-align: center;
  position: relative;
}
.contact-text-link {
  color: #333;
  text-decoration: underline;
}
.contact-text-link:hover {
  color: #886d4b;
}
@media screen and (max-width:767px) {
  .contact-text-link:hover, .contact-text-link:active, .contact-text-link:link {
    color: #333;
  }
}
.contact-link {
  margin: 26px auto 0;
}
@media screen and (max-width:767px) {
  .contact-link {
    margin-top: 30px;
  }
}
.contact-bg {
  width: 21.7391304348%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
}
@media screen and (max-width:767px) {
  .contact-bg {
    top: 8%;
    right: 10%;
    left: auto;
    width: 80px;
  }
}

.footer {
  position: relative;
  text-align: center;
  background: #333;
  padding: 36px 0 42px;
  font-size: 12px;
}
.footer a {
  color: #FFFBF8;
}
@media screen and (max-width:767px) {
  .footer {
    padding: 12px 0 32px;
    font-size: 10px !important;
  }
}
.footer-copy {
  color: #FFFBF8;
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .footer-copy span {
    padding-left: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width:767px) {
  .footer-copy span {
    padding-left: 12px;
  }
}

.slick-arrow {
  display: none !important;
}

.anime {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background: #FFFBF8;
  height: 100%;
  width: 100%;
  display: none;
  overflow-y: scroll;
}
.anime-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anime-logo {
  width: 20%;
}
@media screen and (max-width:767px) {
  .anime-logo {
    width: 60%;
  }
}

.totop {
  position: absolute;
  top: -36px;
  right: 20px;
  font-size: 13px;
  color: #333 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.totop-arrow {
  width: 20px;
  height: 20px;
  background: #886d4b;
  border: 1px solid #886d4b;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.totop-arrow::before {
  content: "";
  position: absolute;
  background: url(../image/arrow_w.svg) center center/contain no-repeat;
  width: 9px;
  height: 9px;
  left: 5px;
  top: 4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width:768px) {
  .totop:hover .totop-arrow {
    background: #FFFBF8;
  }
  .totop:hover .totop-arrow::before {
    background: url(../image/arrow.svg) center center/contain no-repeat;
  }
}
@media screen and (max-width:767px) {
  .totop {
    position: fixed;
    right: 16px;
    top: auto;
    bottom: 32px;
  }
  .totop-arrow {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }
  .totop-arrow::before {
    width: 12px;
    height: 12px;
    left: 5.5px;
    top: 5px;
  }
}

.fade-in-enter-active {
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
}

.fade-in-leave-active {
  animation: fadeIn 0.3s linear reverse;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-6 {
  margin-top: 26px !important;
}