@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
}

a {
  text-decoration: none;
}
a:hover {
  outline: none;
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, p, figure, figcaption, input, textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul:after, ol:after {
  clear: both;
  content: "";
  display: block;
}

a:hover {
  opacity: 0.75;
  cursor: pointer;
}

.common-h2 {
  padding: 10vw 0 3vw;
  text-align: center;
}
.common-h2 strong {
  display: block;
  font-size: 45px;
  color: #fff;
}
.common-h2 span {
  display: block;
  font-size: 16px;
  opacity: 0.5;
  color: #fff;
}

.common-h3 {
  padding: 4vw 0 3vw;
  text-align: center;
}

#read {
  padding: 5vw;
}
#read p {
  max-width: 1000px;
  margin: 0 auto;
}

#menu {
  padding: 5vw;
  background: #f7f7f7;
}
#menu .menu-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .menu-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 10vw;
}
#menu .menu-list {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  #menu .menu-list{
    width: 100%;
  }
}

.menu-list-item {
  width: 100%;
  padding: 1em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 700px) {
  .menu-list-item {
    width: 80vw;
  }
}
.menu-list-item img {
  margin-bottom: 0.5em;
  width: 100px;
  height: auto;
}
.menu-list-item .menu-list-item-must {
  display: block;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}
.menu-list-item .-name {
  padding-right: 1em;
  font-size: 16px;
}
.menu-list-item .-price {
  font-size: 16px;
}
.menu-list-item .-detail {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  width: 100%;
  font-size: 13px;
  color: #666;
  display: none;
}

.news-list {
  width: 70vw;
  margin: 0 auto 5vw;
}
@media (max-width: 700px) {
  .news-list {
    width: 90vw;
  }
}
.news-list .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 700px) {
  .news-list .news-list-item {
    display: block;
  }
}
.news-list .news-list-item .-thumb {
  width: 200px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .news-list .news-list-item .-thumb {
    width: 45vw;
    float: left;
    height: 100px;
    position: relative;
    left: -5vw;
  }
}
.news-list .news-list-item p {
  padding-left: 1.5em;
  line-height: 1.8;
  font-size: 15px;
}
@media (max-width: 700px) {
  .news-list .news-list-item p {
    padding-left: 0;
    font-size: 12px;
  }
}

#access {
  background: #f7f7f7;
  padding-bottom: 5vw;
}
@media (max-width: 700px) {
  #access {
    background: none;
  }
}

.access-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
@media (max-width: 700px) {
  .access-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding-top: 1em;
  }
}
.access-contact a {
  color: #fff;
  display: block;
  padding: 1em 2em;
  line-height: 1;
}
.access-contact .-tel {
  border-radius: 100px;
  margin: 0 1em;
}
@media (max-width: 700px) {
  .access-contact .-tel {
    margin-bottom: 1em;
  }
}
.access-contact .-reserve {
  border-radius: 100px;
}
@media (max-width: 700px) {
  .access-contact .-reserve {
    margin-bottom: 1em;
  }
}


.access-info {
  max-width: 70vw;
  margin: 0 auto;
  color: #666;
  font-size: 15px;
}
@media (max-width: 700px) {
  .access-info {
    max-width: 100%;
    width: 90vw;
    font-size: 13px;
  }
}
.access-info tr th {
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 700px) {
  .access-info tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.access-info tr td {
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 700px) {
  .access-info tr td {
    display: block;
    width: 100%;
  }
}

/* googlemap */
.GoogleMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  /*比率をお好みで*/
}
@media (max-width: 700px) {
  .GoogleMap {
    padding-top: 100%;
  }
}

.GoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#shop {
  padding-bottom: 5vw;
}

.shop-description {
  text-align: center;
  padding: 0em 0 3em;
  font-size: 15px;
  color: #666;
}
@media (max-width: 700px) {
  .shop-description {
    max-width: 90vw;
    margin: 0 auto;
    text-align: left;
    padding: 0em 0 1em;
  }
}
.shop-description .shop-description-p {
  display: inline-block;
  padding: 1em;
  border: 1px solid #ddd;
}

#footer {
  padding-bottom: 8vw;
}
@media (max-width: 700px) {
  #footer {
    padding-bottom: 80px;
  }
}
#footer p {
  text-align: center;
  padding: 1em 2em;
  color: #fff;
}
@media (max-width: 700px) {
  #footer p {
    font-size: 11px;
  }
}
#footer .privacy {
  padding-top: 2em;
}
#footer .privacy a {
  color: #fff;
  text-decoration: underline;
}

/* Loading背景画面設定　*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1800;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 260px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp-toggle {
  position: fixed;
  top: 0vw;
  right: 0vw;
  z-index: 1200;
  display: none;
}
@media (max-width: 700px) {
  .sp-toggle {
    display: block;
  }
}

.openbtn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #666;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 0 0 0 8px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
  height: 2px;
  background: #fff;
  width: 62%;
  left: 10px;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
  left: 11px;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #fff;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* photo */
.photo_slide {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .photo_slide {
    width: 100vw;
  }
}
.photo_slide .swiper-slide img {
  width: 100%;
  height: auto;
}

.photo_slide .swiper-button-next {
  right: 3vw;
  color: #fff;
}

.photo_slide .swiper-button-prev {
  left: 3vw;
  color: #fff;
}

.photo_block {
  max-width: 800px;
  margin: 0 auto;
}
.photo_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 700px) {
  .photo_block ul li {
    width: 33.3333333333%;
  }
}
.photo_block ul li img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .photo_block ul li img {
    height: 150px;
  }
}
.photo_block ul li a {
  overflow: hidden;
  display: block;
}
.photo_block ul li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#header {
  padding: 2em 1em 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media (max-width: 700px) {
  #header {
    padding: 0.5em;
  }
}
#header .header-logo {
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 700px) {
  #header .header-logo {
    margin-bottom: 0em;
  }
}
#header .header-logo img {
  max-width: 300px;
  height: auto;
}
@media (max-width: 700px) {
  #header .header-logo img {
    width: 200px;
  }
}
#header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-bottom: 1em;
}
@media (max-width: 700px) {
  #header .header-menu {
    position: fixed;
    z-index: 1000;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    padding: 2em;
    text-align: center;
    display: none;
  }
  #header .header-menu.active {
    display: block;
  }
}
@media (max-width: 700px) {
  #header .header-menu li {
    width: 100%;
    padding: 1em;
  }
}
#header .header-menu a {
  padding: 0 1em;
  color: #333;
  font-size: 20px;
}

#visual {
  background: #000;
  position: relative;
}
#visual h2 {
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 100;
  font-size: 24px;
  /* white-space: nowrap; */
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  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;
}
@media (max-width: 700px) {
  #visual h2 {
    white-space: normal;
    font-size: 15px;
    width: 90vw;
  }
}
#visual h2:before {
  width: 5vw;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  margin-right: 1em;
}
#visual h2:after {
  width: 5vw;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  margin-left: 1em;
}
#visual img {
  opacity: 0.5;
  width: 100%;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#feature .feature-section {
  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;
}
@media (max-width: 700px) {
  #feature .feature-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#feature .feature-section:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (max-width: 700px) {
  #feature .feature-section:nth-child(2n) {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
#feature .feature-img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  #feature .feature-img {
    width: 100%;
    height: 20vh;
  }
}
#feature .feature-detail {
  width: 50%;
  padding: 5vw;
}
@media (max-width: 700px) {
  #feature .feature-detail {
    width: 90vw;
    padding: 10vw 5vw;
  }
}
#feature .feature-detail h2 {
  font-size: 24px;
}
@media (max-width: 700px) {
  #feature .feature-detail h2 {
    font-size: 20px;
  }
}
#feature .feature-detail p {
  padding-top: 1em;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.review-list {
  padding: 0vw 5vw 10vw;
}
@media (max-width: 700px) {
  .review-list {
    padding: 0 5vw 5vw;
  }
}
.review-list .review-list-item {
  width: 700px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0 1em;
  overflow: hidden;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 2em;
  margin: 0 auto 2em;
}
@media (max-width: 700px) {
  .review-list .review-list-item {
    width: 100%;
  }
}
.review-list .-rating {
  text-align: center;
  color: orange;
  font-size: 13px;
  padding: 0.5em;
  letter-spacing: 2px;
  position: absolute;
  right: 8em;
  bottom: 0.1em;
}
.review-list .-review {
  padding: 1em;
  color: #fff;
}
@media (max-width: 700px) {
  .review-list .-review {
    font-size: 14px;
  }
}
.review-list .-date {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  padding: 1em 1em;
}
@media (max-width: 700px) {
  .review-list .-date {
    font-size: 11px;
  }
}
.review-list .review-list-item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1em 0;
}
.review-list .review-list-item-author .-avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-list .review-list-item-author .-name {
  color: #fff;
  padding-left: 1em;
}
@media (max-width: 700px) {
  .review-list .review-list-item-author .-name {
    font-size: 14px;
  }
}

/* fixed-contact */
.fixed-contact {
  position: fixed;
  width: 200px;
  /* width: 100%; */
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  /* padding: 1em 0; */
  /* background: rgba(0, 0, 0, 0.5); */
}
@media (max-width: 700px) {
  .fixed-contact {
    width: 100%;
    flex-flow: row;
    text-align: center;
    /* padding-top: 1em; */
  }
}
.fixed-contact div{
  max-width: 120px;
  border-top: 1px solid rgba(255,255,255,.3);
}
@media (max-width: 700px) {
  .fixed-contact div{
    width: 100%;
    max-width: 200px;
    border-top: 1px solid rgba(255,255,255,.3);
  }
}
.material-icons{
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.fixed-contact a {
  color: #fff;
  display: block;
  padding: 1em 2em 1em 2em;
  line-height: 1;
  font-size: 13px;
  border-radius: 100px;
  text-align: center;

}
@media (max-width: 700px) {
  .fixed-contact a {
    padding: 1em 1em;
    font-size: 12px;
  }
}
.fixed-contact .-tel {
}
.fixed-contact .-reserve {
  border-left: 1px solid rgba(255,255,255,.3);
}
.fixed-contact .-map {
  border-left: 1px solid rgba(255,255,255,.3);
}
.fixed-contact .-delivaly {
  border-left: 1px solid rgba(255,255,255,.3);
}
.fixed-contact .-coupon {
  border-left: 1px solid rgba(255,255,255,.3);
}
