/** Shopify CDN: Minification failed

Line 15:0 "@charset" must be the first rule in the file
Line 17:0 All "@import" rules must come first

**/
main{
    padding-top: 100px;
}

.yy-Section{
    margin: 120px auto;
}

@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap");
body {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
}

.HeaderMenu {
  height: 90px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.HeaderLogo {
  width: 110px;
  padding-top: 5px;
}
.HeaderLogo img {
  width: 100%;
}

.HeaderMenuList {
  display: flex;
  gap: 0 25px;
  align-items: center;
}
.HeaderMenuList li a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}

a {
  color: #000;
}

.KeyVisual {
  background-color: #000;
  height: 90vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.KVLogo {
  position: absolute;
  max-width: 600px;
  width: 50%;
  top: 35%;
  left: 5%;
  z-index: 3;
}
.KVLogo img {
  width: 100%;
}

.KVScroll {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateY(-90%) translateX(-50%);
  -webkit-transform: translateY(-90%) translateX(-50%);
  width: 80px;
  z-index: 4;
  -webkit-animation-name: ScrollAnimation;
          animation-name: ScrollAnimation;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.KVScroll img {
  width: 100%;
}

@-webkit-keyframes ScrollAnimation {
  0% {
    transform: translateY(-40px) translateX(-50%);
  }
  100% {
    transform: translateY(-70px) translateX(-50%);
  }
}

@keyframes ScrollAnimation {
  0% {
    transform: translateY(-40px) translateX(-50%);
  }
  100% {
    transform: translateY(-70px) translateX(-50%);
  }
}
.KVSlideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 300px;
  z-index: 1;
}
.KVSlideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.KVJump {
  position: absolute;
  width: 170px;
  height: 170px;
  right: 80px;
  bottom: 80px;
  z-index: 5;
}
.KVJump img {
  width: 100%;
}

.yy-container {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
  /* margin: 120px auto; */
}

.SectionFLex {
  display: flex;
  gap: 0 25px;
}

.SectionTitle {
  height: 190px;
  border-right: 1px solid #000;
}
.SectionTitle h2 {
  font-weight: 500;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 11px;
  padding-right: 25px;
  letter-spacing: 0;
}

.SectionContent {
  flex: 1;
}

.TopKeyPhrase {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}

.YY-Top {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.YY-Top h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #d39200;
  margin-bottom: 40px;
}
.YY-Top p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 25px;
}

footer {
  background-color: #000;
  padding: 80px 0;
  margin-top: 120px;
}

.FooterFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.FooterLeft {
  width: 48%;
}

.FooterRight {
  width: 48%;
}

.FooterTypoLogo {
  width: 280px;
}
.FooterTypoLogo img {
  width: 100%;
}

.FooterLine {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px 0 25px 0;
}

.FooterMenuFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.FooterMenu {
  width: 30%;
}
.FooterMenu ul li {
  list-style: none;
  padding: 2px 0;
  line-height: 25px
}
.FooterMenu ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.FooterReservation {
  flex: 1;
}
.FooterReservation p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.FooterOmakase {
  width: 150px;
  margin: 10px 0 25px 0;
}
.FooterOmakase img {
  width: 100%;
}

.PaymentLogp {
  width: 100%;
}

.CopyRight {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 0 0;
}

.CopyRight-sp {
  display: none;
  font-size: 12px;
  color: #fff;
  margin: 40px 0 20px 0;
  text-align: center;
}

.FooterLogo {
  width: 320px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 45px;
}
.FooterLogo img {
  width: 100%;
}

.SpecifiedCommercial {
  font-size: 12px;
  color: #fff;
  text-align: right;
  display: block;
}

.PageTitle {
  padding: 80px 0 65px 0;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.PageTitle h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000!important;
}
.PageTitle p {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  color: #000!important;
}

.PageTitleLine {
  width: 1280px;
  margin: 0 auto;
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  -webkit-transform: translateY(-100%) translateX(-50%);
}
.PageTitleLine img {
  width: 100%;
}

.AboutFlex {
  display: flex;
  gap: 40px 4%;
  flex-wrap: wrap-reverse;
}

.AboutContent {
  width: 48%;
}
.AboutContent h3 {
  font-size: 14px;
  font-weight: 500;
  color: #d39200;
  padding-bottom: 30px;
  border-bottom: 1px solid #d39200;
}
.AboutContent h2 {
  font-size: 22px;
  line-height: 35px;
  margin: 30px 0 30px 0;
}
.AboutContent .AboutInfo {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}
.AboutContent .AboutMap {
  width: 100%;
  height: 200px;
  margin: 60px 0 30px 0;
}
.AboutContent .AboutMap iframe {
  width: 100%;
  height: 100%;
}
.AboutContent .RestaurantInfo {
  font-size: 14px;
  line-height: 25px;
}
.AboutContent .ReservationHere {
  font-size: 14px;
  color: #d39200;
  margin: 30px 0 20px 0;
}
.AboutContent .AboutOmakase {
  width: 100%;
}
.AboutContent .AboutOmakase img {
  width: 100%;
}

.AboutImage {
  width: 48%;
  /* height: 740px; */
}
.AboutImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ContactContainer {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
.ContactContainer .ContactText {
  font-size: 16px;
  line-height: 25px;
  margin-top: 40px;
}
.ContactContainer .ContactAnnotation {
  font-size: 12px;
}

.PrivacyPolicy {
  margin: 60px 0 0 0;
}
.PrivacyPolicy h2 {
  color: #d39200;
  font-size: 24px;
  font-weight: 500;
}
.PrivacyPolicy h2 span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-left: 20px;
}

.PrivacyPolicy-text {
  border: 1px solid #cccccc;
  overflow: scroll;
  padding: 15px;
  margin-top: 15px;
}
.PrivacyPolicy-text p {
  font-size: 12px;
}

.ContactAgree {
  margin: 60px 0;
  text-align: center;
  font-size: 18px;
}
.ContactAgree input {
  margin-left: 10px;
}

/*slider*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100%; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-slider{
    margin: 0;
}

.ProductFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2%;
  }
  
  .ProductBlock {
    width: 32%;
  }
  
  .ProductBlock-image {
    width: 100%;
    height: 300px;
  }
  .ProductBlock-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .YY-ProductName {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  
  .YY-ProductPrice {
    font-size: 16px;
    letter-spacing: 0;
  }

  .text-body{
    font-family: "Shippori Mincho", serif!important;
    font-weight: 400;
  }

  .BreadCrumb ol li {
    list-style: none;
    font-size: 12px;
    font-weight: 400;
  }
  .BreadCrumb ol {
    display: flex;
    gap: 0 1px;
    align-items: center;
  }
  .BreadCrumb .BreadCrumbArrow {
    width: 25px;
    height: 25px;
  }
  .BreadCrumb .BreadCrumbArrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .product__title h1{
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }

  .product .price--sold-out .price__badge-sold-out{
    background-color: #000!important;
    color: #fff!important;
    margin-left: 10px;
  }

  .price--large{
    border-bottom: 1px solid #d39200;
    padding-bottom: 20px;
    font-size: 20px!important;
  }

  .ProductFeeTitle {
    border: 1px solid #d39200;
    margin: 60px 0 20px 0!important;
    width: 100%;
  }
  .ProductFeeTitle p {
    text-align: center;
    color: #d39200;
    font-size: 14px;
    padding: 10px 0;
  }
  
  .ProductFeeInfo {
    font-size: 14px;
    margin-bottom: 30px!important;
  }

  .product__description p{
    font-size: 14px;
  }

  .product-form__buttons{
    max-width: 100%!important;
  }

  #ContactForm{
    margin-top: 60px;
  }


  .contact__button{
    text-align: center;
  }

  .field__input{
    font-family: "Shippori Mincho", serif;

  }

  .header__menu-item{
    color: #000!important;
  }

  .slider-item{
    height: 100%;
  }

  .cart__note label{
    color: #000!important;
    font-size: 14px;
    line-height: 23px!important;
    height: auto!important;
    top: -5rem!important;
  }

  .cart__note .field__input{
    font-family: "Shippori Mincho", serif;
  }

  .product__description strong{
    color: #d39200;
  }

  .PolicyFLex{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
    margin-top: 20px;
    /* justify-content: center; */
  }

  .PolicyFLex li{
    border-right: 1px solid #fff;
    line-height: 15px;
  }

  .PolicyFLex li:last-child{
    border-right: 0;
  }

  .PolicyFirst{
    padding: 2px 10px 2px 0!important;
  }

  .PolicyFLex li a{
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
  }

  .PaymentLogo{
    display: flex;
    gap: 15px 10px;
  }

  .cart-notification-wrapper{
    top: 100px;
  }

  .shopify-policy__container{
    max-width: 1000px!important;
    width: 90%;
    padding-top: 60px;
  }

  .shopify-policy__title{
    margin-bottom: 30px;
  }

  .shopify-policy__body strong{
    color: #d39200;
  }

  .dropdown{
    margin-bottom: 30px;
  }

  .dropdown select{
    width: 150px;
    height: 40px;
    border-radius: 0;
  }



.TopMichelin {
  display: flex;
  gap: 8px 15px;
  flex-direction:column;
  /* align-items: left; */
  margin-bottom: 20px;
}
.TopMichelin p {
  color: #000;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.MichelinLogo {
  width: 240px;
}
.MichelinLogo img {
  width: 100%;
  vertical-align: top;
}

#noshiname{
  display: none;
}

#noshitype{
  display: none;
}

.noshiinput input{
  display: block;
  width: 300px;
  height: 40px;
  border-radius: 0;
  border: 1px solid rgb(118, 118, 118);
  margin-bottom: 30px;
}


/*20221223*/

.SeasonInfo{
  max-width: 800px;
  margin: 80px auto;
  width: 90%;
}

.SeasonInfo h2{
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #d39200;
  color: #d39200;
}

.SeasonInfo p{
  font-size: 14px;
  margin-top: 10px;
}

.TopCollectionBtn{
  display: block;
  max-width: 360px;
  width: 80%;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 5px;
  margin: 100px auto 0 auto;
  background-color: #000;
  color: #fff;
}

.AboutMichelin{
  margin-top: 35px;
}

.Hojyokin{
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 1px;
}

.HeaderSpecification h1{
  font-size: 12px;
}




.TopNews{
  max-width: 800px;
  margin: 80px auto;
  width: 90%;
}



.TopNews h2{
  font-size: 20px;
  line-height: 1;
  padding-bottom: 25px;
  /* border-bottom: 1px solid #d39200; */
  color: #d39200;
}

.TopArticle{
  padding: 25px 0;
  border-top: 1px solid #d39200;
  /* border-bottom: 1px solid #d39200; */
}

.TopArticle:last-child{
  padding: 25px 0;
  border-top: 1px solid #d39200;
  border-bottom: 1px solid #d39200;
}



.TopArticle h3{
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #d39200;
}

.TopArticle span{
  font-size: 14px;
  margin-right: 10px;
  height: 100%;
  line-height: 1;
}


.TopArticle p{
  font-size: 14px;
  margin-top: 10px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}


/*　背景画像設定　*/
@media screen and (max-width: 1024px) {
  .KeyVisual {
    height: 50vh;
  }
  .ProductBlock-image {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 959px) {
  .CopyRight {
    font-size: 12px;
    margin: 40px 0 0 0;
  }
  .KVJump {
    width: 150px;
    height: 150px;
    right: 60px;
    bottom: 60px;
  }
  .AboutContent {
    width: 100%;
  }
  .AboutImage {
    width: 100%;
  }
  .KVSlideshow {
    left: 250px;
  }
  .ProductBlock-image {
    width: 100%;
    height: 210px;
  }
}
@media screen and (max-width: 559px) {
  .FooterLeft {
    width: 100%;
  }
  .FooterRight {
    width: 100%;
  }
  .FooterTypoLogo {
    margin: 0 auto;
  }
  .FooterMenu {
    width: 85%;
  }
  .FooterMenuFlex {
    justify-content: center;
  }
  .FooterReservation {
    flex: none;
    width: 85%;
  }
  .CopyRight-sp {
    display: block;
  }
  .CopyRight {
    font-size: 12px;
    color: #fff;
    margin: 40px 0 20px 0;
    text-align: center;
  }
  .FooterLogo {
    width: 200px;
    margin: 0 auto;
  }
  .SpecifiedCommercial {
    text-align: center;
  }
  footer {
    background-color: #000;
    padding: 70px 0 40px 0;
  }
  .KVSlideshow {
    left: 120px;
  }
  .KVLogo {
    width: 86%;
  }
  .KeyVisual {
    height: 50vh;
  }
  .KVScroll {
    width: 70px;
  }
  .KVJump {
    width: 120px;
    height: 120px;
    right: 10px;
    bottom: 30px;
  }
  .SectionTitle h2 {
    padding-right: 15px;
  }
  .SectionFLex {
    display: flex;
    gap: 0 20px;
  }
  .YY-Top h2 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: justify;
    font-feature-settings: "palt";
  }
  .YY-Top p {
    font-size: 13px;
    line-height: 25px;
  }
  .PageTitle {
    padding: 60px 0 55px 0;
  }
  .yy-container {
    max-width: 1040px;
    width: 90%;
    /* margin: 100px auto; */
  }

  .yy-Section{
    margin: 100px auto;
    }
  .ContactContainer .ContactText {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .PrivacyPolicy h2 {
    color: #d39200;
    font-size: 22px;
    font-weight: 500;
  }
  .PrivacyPolicy h2 span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-left: 10px;
  }
  .PrivacyPolicy-text {
    height: 500px;
  }
  .ContactAgree {
    margin: 40px 0;
    text-align: center;
    font-size: 15px;
  }
  .ProductBlock {
    width: 100%;
  }
  .ProductBlock-image {
    width: 100%;
    height: 290px;
  }
  .PageTitle h1 {
    font-size: 50px;
    }
    .PolicyFLex{
        display: flex;
        flex-wrap: wrap;
        gap: 15px 0px;
        margin-top: 20px;
        justify-content: center;
    }
    
      .PolicyFLex li{
        border-right: 1px solid #fff;
        line-height: 15px;
      }
    
      .PolicyFLex li:last-child{
        border-right: 0;
      }
      
      .PolicyFLex li:first-child{
        border-right: 0;
      }

      .PolicyFirst{
        padding: 2px 20px 2px 20px!important;
      }

      .PolicyFLex li a{
        color: #fff;
        font-size: 11px;
        padding: 2px 20px;
      }

      .AboutImage {
        width: 100%;
        height: 300px;
      }

}/*# sourceMappingURL=index.css.map */

p{
    text-align: justify;
    font-feature-settings: "palt";
}

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


a{
    text-decoration: none;
}

ul{
    list-style: none;
}


h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
    font-weight: 500!important;
}