@charset "UTF-8";
.common__container {
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.header__container {
  max-width: 1366px;
  height: 90px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .header__container {
    height: auto;
  }
}
.header__items {
  display: flex;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .header__items {
    margin-right: 6vw;
  }
}

.mv img {
  max-width: 100%;
  height: auto;
}
.mv__image {
  position: relative;
}
.mv__shop-logo {
  max-width: 42.4%;
  height: auto;
  position: absolute;
  top: 20%;
  right: 6.588579795%;
}
.mv__shop-copy {
  max-width: 41.9%;
  height: auto;
  position: absolute;
  top: 79.75%;
  left: 5.8565153734%;
}

.about__container {
  max-width: 1366px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-top: 13.3333333333vw;
  }
}
.about__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about__header-title {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about__header-title {
    max-width: 74.9333333333vw;
  }
}
.about__header-text {
  font-size: 2rem;
  color: #414141;
  line-height: 1.6;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .about__header-text {
    font-size: 4vw;
  }
}
.about__itemlist {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .about__itemlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4vw;
  }
}
.about__item {
  margin-top: 26.5px;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .about__item {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.about__image {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about__sub-title {
  width: 100%;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1366px) {
  .about__sub-title {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .about__sub-title {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.about__text {
  margin-top: 14.2px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #414141;
  padding: 0 2rem;
}
@media screen and (max-width: 1366px) {
  .about__text {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}

.menu__container {
  max-width: 1366px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu__container {
    padding-top: 13.3333333333vw;
  }
}
.menu__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__header-title {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .menu__header-title {
    max-width: 41.0666666667vw;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.menu__header-text {
  font-size: 2rem;
  color: #414141;
  line-height: 1.6;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .menu__header-text {
    font-size: 4vw;
  }
}
.menu__itemlist {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .menu__itemlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -2vw;
  }
}
.menu__item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .menu__item {
    width: 100%;
    margin-bottom: 1.3333333333vw;
  }
}
.menu__image {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu__sub-title {
  width: 100%;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1366px) {
  .menu__sub-title {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .menu__sub-title {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.menu__text {
  margin-top: 14.2px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #414141;
  padding: 0 2rem;
}
@media screen and (max-width: 1366px) {
  .menu__text {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .menu__text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.menu__price {
  margin: 20px auto 0px;
}
@media screen and (max-width: 768px) {
  .menu__price {
    height: 6.4vw;
  }
  .menu__price img {
    height: 100%;
    width: auto;
  }
}

.access__container {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.access__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .access__header-title {
    width: 49.0666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .access__shop-logo {
    width: 54.9333333333vw;
  }
}
.access__contents {
  width: 100%;
  min-height: 390px;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .access__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7.2vw;
  }
}
.access__contents-info {
  background-color: #d9d9d9;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 3.6603221083% 5.8565153734%;
}
@media screen and (max-width: 768px) {
  .access__contents-info {
    width: 100%;
    padding-left: 10.6666666667vw;
  }
}
.access__contents-map {
  width: 50%;
  position: relative;
  border: 1px solid #FFFFFF;
  min-height: 390px;
}
@media screen and (max-width: 768px) {
  .access__contents-map {
    width: 100%;
    min-height: 200px;
  }
}
.access__shop-info {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.access-info {
  display: flex;
  flex-direction: row;
  margin-top: -5px;
}
.access__category {
  width: 8rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .access__category {
    width: 56px;
    font-size: 14px;
  }
}
.access__data {
  margin-left: 30px;
  font-size: 2rem;
  color: #414141;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .access__data {
    font-size: 14px;
  }
}
.access__map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__shop-access {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .access__shop-access {
    font-size: 5.6vw;
  }
}
.access__shop-data {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
}
.access__info {
  display: flex;
  flex-direction: row;
  margin-top: -4px;
}

.news__container {
  padding-top: 70px;
}
.news__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news__header-title {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .news__header-title {
    width: 42.1333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.news__contents {
  width: 100%;
  max-width: 1196px;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 768px) {
  .news__contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news__contents-topic {
  border-bottom: 1px solid #888888;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  font-size: 2rem;
  color: #414141;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news__contents-topic {
    display: flex;
    flex-direction: column;
  }
}
.news__topic-date {
  text-align: left;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .news__topic-date {
    font-size: 12px;
  }
}
.news__topic-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news__topic-text {
    font-size: 12px;
  }
}

.sns__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sns__shop-logo {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .sns__shop-logo {
    width: 37.4666666667vw;
    margin-top: 26.6666666667vw;
  }
}
.sns__icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 70px;
  width: 40.9%;
}
@media screen and (max-width: 768px) {
  .sns__icons {
    width: 80vw;
    margin-top: 13.3333333333vw;
  }
}
.sns__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17.9211469534%;
}
@media screen and (max-width: 768px) {
  .sns__icon {
    width: 25%;
  }
}
.sns__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #414141;
}
@media screen and (max-width: 768px) {
  .sns__text {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.footer__container {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.footer__contents {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__float {
  width: 100%;
  bottom: 60px;
  left: 0;
  position: fixed;
  flex-direction: row;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer__float {
    bottom: 5.3333333333vw;
  }
}
.footer__float-content {
  width: 100%;
  max-width: 1366px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer__top-arrow {
  width: 8.0527086384%;
  margin-right: 6.588579795%;
  pointer-events: fill;
}
@media screen and (max-width: 768px) {
  .footer__top-arrow {
    width: 13.3333333333vw;
  }
}
.footer__copylight {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 180px;
  text-align: center;
  font-size: 2rem;
  color: #414141;
}
@media screen and (max-width: 768px) {
  .footer__copylight {
    font-size: 10px;
    margin-top: 26.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

body {
  margin: 0;
  padding: 0;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body ul {
  list-style-type: none;
}

picture,
img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.common__container {
  border: 1px solid red;
}

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

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  font-family: "FOT-筑紫B丸ゴシック Std", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */