@charset "utf-8";
/* CSS Document */

@font-face{
  font-family:'Open Sans Condensed','Noto Sans JP','Playfair Display SC','ro-shino-std',sans-serif;
  font-style:normal;
  font-weight:400;
}
html{
  font-size:62.5%;/*16px × 62.5%=10px*/
}
body{
  color:#000;
  font-family: 'Open Sans Condensed','Noto Sans JP','Playfair Display sc',serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
a{
  color: #3b3b3b;
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
a:hover{
  opacity:0.5;
}
img{
  max-width:100%;
  height:auto;
}
/*-------------------
*UTILITY
--------------------*/
/*contentsエリアはpadding-R/Lを20pxで*/
.wrapper{
  padding: 0 20px;
}
.text-center{
  text-align: center;
}
.img_pc{
  display: none;
}
.bold{
  font-weight: bold;
}
/*section*/
.section{
  margin-bottom: 100px;
}
.sectionTitle{
  font-family:'Playfair Display';
  font-size:4rem;
  text-transform: lowercase;
  padding-bottom: 50px;
}
em{
  font-style: normal;
}

/*--------------------
*HEADER
---------------------*/
.header{
  position: absolute;
  width: 100%;
  height: 159.39px;
}
.logo{
  position: absolute;
  width: 108px;
  padding:16px 20px;
  z-index: 20;
}
/*btn_toggle*/
.btn-trigger{
  -webkit-appearance:none;
  appearance:none;
  position: fixed;
  top:16px;
  right: 24px;
  border:none;
  z-index: 10;
  padding: 6px;
  background-color: rgba(255,255,255,0.4);
}
.btn-trigger span{
  display:block;
  width: 40px;
  height: 2px;
  margin-bottom: 12px;
  background-color: #a0a0a0;
  transition:all 0.5s;
}
.btn-trigger span:last-of-type{
  margin-bottom: 0;
}
.btn-trigger.active span:first-of-type{
  transform:translatey(14.15px) rotate(45deg);
}
.btn-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.btn-trigger.active span:last-of-type{
  transform:translateY(-14.15px) rotate(-45deg);
}
.btn-submit{
  -webkit-appearance:none;
  appearance:none;
  width: 160px;
  border-radius:10px;
  border:none;
  color:#fff;
  font-size:1.6rem;
  letter-spacing:1em;
  background-color:#A0A0A0;
  padding: 0 56px;
  margin: 24px auto;
}
/*--------------------------------
*navigation
---------------------------------*/
.nav{
  display: none;
}
.navList{
  position:fixed;
  top:0;
  left:0;
  z-index:150;
  width: 100%;
  height:120%;
  padding: 120PX 0 150PX;
  background-color: rgba(255,255,255,0.95);
  text-align: center;
}
.navigation{
  position:fixed;
  top:0;
  left:0;
  z-index:150;
  width: 100%;
  height:120%;
  padding: 120PX 0 150PX;
  background-color: rgba(255,255,255,0.95);
}
.navItem{
  margin-bottom: 55px;
}
.navItem>a{
  font-family:'Playfair Display';
  font-size:1.4rem;
  text-transform:uppercase;
}
.sns{
  font-size:2.7rem;
}
/*--------------------------------
*topページ
---------------------------------*/
/*hero*/
.hero{
  position: relative;
  padding-top: 60px;
  margin-bottom: 50px;
}
.ph-slider{
  margin: 0 10px 16px;
}
.slick-dots{
  width: 30px;
  right:5px;
  bottom:0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots li{
  height: 20px;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
  opacity: 1;
  color:#3b3b3b;
}
.slick-dots li button:before{
  font-size: 25px;
  line-height:30px;
}
.slick-dots li.slick-active button:before{
  color: #3b3b3b;
}
/*hero-title*/
.heroTitle{
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -50px;
  padding: 0 1em;
  background-image: linear-gradient(-135deg,rgba(225,226,154,0),rgba(255,226,154,1));
  width: 166px;
  height: 200px;
  transform: skew(7deg);
}
.heroText{
  font-family: 'ro-shino-std';
  font-size: 2rem;
  line-height: 2;
  transform: skew(-7deg);
}
/*wave*/
.wave{
  position: relative;
  display:flex;
  flex-flow: column;
  width: 100%;
  height:100px;
}
.bigWave{
  position:absolute;
  width: 137px; 
  height: 70px;
  bottom: 0;
  right: 0;
}
.wave-front{
  position:absolute;
  bottom: 0;
  left: 0;
  width:76px;
  height: 80%;
}
.wave-back{
  position:absolute;
  bottom: 24px;
  right: 0;
  width: 60px;
  height: 60%;
}
.smallWave{
  width: 74px;
  display: flex;
  justify-content: space-between;
}
.smallWave:nth-last-of-type(1){
  position:absolute;
  bottom: 0;
  }
.smallWave:nth-last-of-type(2){
  position:absolute;
  bottom: 20px;
  left: 50px;
}
.smallWave:nth-last-of-type(3){
  position:absolute;
  bottom: 0;
  right: 119px;
}
.smallWave:nth-last-of-type(4){
  position:absolute;
  bottom: 20px;
  right: 25px;
}
.smallWave:nth-last-of-type(5){
  position:absolute;
  bottom: 35px;
  right: 0;
}
.smallWave .fa{
  font-size: 1rem;
  color:#E3E3E3;
}
/*---ABOUT---*/
.sectionTitle{
  font-family:'Playfair Display';
  font-size:4rem;
  text-transform: lowercase;
}
.keyVisual{
  position: relative;
  width: 335px;
  height: 380px;
  margin: 0 auto 64px;
}
.querico{
  position:absolute;
  top:0;
  left:0;
  width: 96px;
  height: auto;
  z-index: 10;
}
.kvLeft{
  position: absolute;
  top:52px;
  width:215px;
  height: auto;
  z-index: 5;
}
.kvRight{
  position:absolute;
  right:0;
  bottom:0px;
  width: 160px;
  height: auto;
  z-index: 7;
}
.kvBack{
  position:absolute;
  left: 60px;
  bottom:0px;
  width: 200px;
  height: auto;
  z-index: 0;
}
.complement{
  position:absolute;
  top:128px;
  right: 0;
  width: 120px;
  font-family: 'ro-shino-std';
  font-size: 1.8rem;
  line-height: 1.6em;
  z-index: 20;
}
.mL20{
   margin-left: 20px;
}
/*text_about*/
.textTitleEn{
  font-family:'Playfair Display';
  font-size:2.4rem;
  padding-bottom: 24px;
}
.textTitleJa{
  font-size:1.8rem;
  padding-bottom: 32px;
}
.textPart{
  text-align: left;
  line-height: 2;
  padding: 0 20px;
}
/*hola*/
.hola{
  width:196px;
  padding:0 0 50px 139px;
}
/*news*/
.news{
  display:flex;
  align-items: baseline;
  padding: 0 20px 32px;
}
.textTitleEn.bold{
  padding:0 40px 0 0;
}
.facebook::before {
  font-family: "Font Awesome 5 Free";
  font-weight:600;
  content: "\f101\f101\f101";
  color:#3b3b3b;
  font-size: 1.2rem;
  padding-right: 12px;
}
.facebook{
  font-family:'Playfair Display';
  font-size:1.8rem;
}
.newsItem{
  display: flex;
  align-items: center;
  padding: 0 20px 2em;
}
.newsItem:last-of-type{
  padding-bottom: 0;
}
.news-logo{
  width: 15%;
  margin-right: 7.5%;
}
.newsInfo{
  font-family:'Noto Sans JP';
  line-height: 1.6;
  width: 77.5%;
}
.newsDate{
  font-size: 1.4rem;
}
/*---MENU---*/
.tutaLeft{
  width: 165px;
  padding:0 0 2.8rem 20px;
}
.tutaRight{
  width: 165px;
  padding:0 0 0 180px;
}
.menuCategory{
  display: flex;
  padding:0 20px 2rem;
}
.menuPhoto{
  width: 167px;
  height:128px;
}
.menuItem_top{
  font-family:'Playfair Display';
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.menuSubTitle{
  font-size:2.8rem;
}
.menuDetails{
  font-size:1.6rem;
}
.reverse{
  flex-direction: row-reverse;
}
/*---INSTAGRAM---*/
.insta{
  font-size: 5.6rem;
}
.sectionTitle_insta{
  font-family:'Playfair Display';
  font-size:1.6rem;
  text-transform: lowercase;
  padding-top: 12px;
}
.instagramOuter{
  position:relative;
  padding-top: 50.4%;
  width:100%;
  margin:0 auto;
}
.instagram{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
} 

/*-----------------
*FOOTER
-----------------*/
.footer{
  margin-bottom: 8px;
}
.logoFooter{
  width: 111.6px;
  margin: 0 auto 55.83px;
}
.footerItem{
  display: flex;
  justify-content: space-around;
  padding: 0 20px 50px;
}
.footerItem_detail{
  flex: 0 1 45%;
}
.footerItem_Title{
  font-family:'Playfair Display';
  font-size:1.6rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.6rem;
}
.footerItem_Center{
  font-family:'Noto Sans JP';
  font-size: 1.4rem;
  font-weight:bold;
  letter-spacing: 0.1em;
  padding-bottom: 1.6rem;
}
.footerItem_Bottom{
  font-family:'Noto Sans JP';
  font-size:1.2rem;
  letter-spacing: 0.1em;
}
.line{
  position:absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 335px;
  height: 84px;
}
.line span{
  width: 1px;
  height: 30px;
  background-color: #3b3b3b;
}
.footerItem_Address{
  font-family:'Noto Sans JP';
  font-weight:bold;
  font-style: normal;
  padding-bottom: 50px;
}
.copyrights{
  font-size:1.4rem;
  letter-spacing:0.1em;
}

/*--------------------------------
*MAPS
---------------------------------*/
.maps-outer{
  position:relative;
  padding-top: 75%;
  width:100%;
  margin: 50px auto 0;
}
.maps{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

/*--------------------------------
*ABOUT
---------------------------------*/
.hero.other{
  padding: 0;
  margin: 0;
}
.heroBgi{
  background-image: url("../images/about/mv_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 57.6vh;
}
.heroTitle.other{
  top: 50%;
  left:50%;
  bottom: auto;
  transform: translate(-50%,-50%) skew(-20deg);
  width: 38%;
  height: 24.99%;
  padding: 0;
  background-image: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroTitle span{
  transform:skew(20deg);
  font-family:'Playfair Display';
  font-size: 2.4rem;
  text-transform: lowercase;
}
.keyVisual.about{
  position: relative;
  width:100%;
  height: 312.194px;
  margin-bottom: 6rem;
}
.kvLeft_about{
  position: absolute;
  left:5.32%;
  width: 55%;
  z-index: 100;
}
.kvRight_about{
  position: absolute;
  bottom:0;
  right:5.32%;
  width: 45%;
  z-index: 110;
}
.kvBack_about{
  position: absolute;
  right: 23%;
  bottom: 10%;
  width: 45%;
}
.keyVisual_aboutWave{
  position: absolute;
  left:5.32%;
  bottom: 0;
  width: 34vw;
}
.complement_about{
  position: absolute;
  top:4%;
  right: 2.66%;
  width: 33.9786vw;
  font-family: 'ro-shino-std';
  font-size: 1.8rem;
  line-height: 1.6em;
  z-index: 20;
}
.pL1em{
  padding-left: 1em;
}
.textPart_about{
  position: relative;
}
.textPart.pT32{
  padding-top: 1.6rem;
}
.querico_about{
  position: absolute;
  top: 51%;
  right:20px;
  width: 26%;
}
.textPart_supplement{
  display: flex;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 20px;
  text-align: left;
}
.textPart_supplement:first-of-type{
  padding-top: 1.6rem;
}
.textPart_left{
  width: 21.6%;
}
.textPart_center{
  width: 8.2%;
}
.textPart_right{
  width: 70.2%;
}
.hola_about{
  width: 50%;
  transform: translateX(89%);
  padding-top: 1.6rem;
}
/*photoGallery*/
.sectionTitle.pG{
  font-size:2rem;
  padding-bottom: 4.8rem;
}
.ph-slider.about{
  margin: 0 20px 16px;
}

/*--------------------------------
*MENU
---------------------------------*/
/*logo*/
.logo.menu{
  background: radial-gradient(circle at 0% 0%,rgba(255,255,255,0.6),rgba(255,255,255,0));
}
/*hero*/
.heroBgi.menu{
  background-image: url("../images/menu/mv_sp.png");
}
/*menu-title*/
.sectionTitle.menu{
  position: relative;
  display: flex;
}
.menuSub{
  padding-bottom: 25px;
}
.imgSize{
  border-radius: 5% 20%;
  width: 167.5px;
  height: 125.69px;
  object-fit: cover;
}
.side{
  border-radius: 20% 5%;
}
.menuItem{
  position: absolute;
  top:-4.37%;
  left: 0;
  width: 35%;
}
.menuItem.right{
  position: absolute;
  top:-4.37%;
  left:auto;
  right: 0;
  width: 35%;
}
.menuItem.bottom{
  position: static;
  width: 70%;
  margin: 0 auto;
}
.menuTitle{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
/*contents*/
.contents dl{
  display: flex;
  align-items: baseline;
  padding-bottom: 2rem;
}
.contents dl.pB1rem{
  padding-bottom: 1rem;
}
.contents dt{
  width: 83%;
  font-size: 2rem;
  font-family: 'ro-shino-std';
}
.contents dd{
  width: 5%;
  text-align: center;
}
.contents dd:last-of-type{
  width: 12%;
  font-weight: bold;
  text-align: center;
}
dt.categoryDtail{
  width: 100%;
  font-size: 1.4rem;
}
dt.drink{
  line-height: 1.5;
}
/*category*/
.category{
  padding-bottom: 50px;
}
.category:last-of-type{
  padding-bottom: 0;
}
.sub{
  font-size:2.5rem;
}
.font{
  width: 100%;
  font-family: 'ro-shino-std';
}
.pB{
  padding-bottom: 50px;
}

/*--------------------------------
*access
---------------------------------*/
/*hero*/
.heroBgi.access{
  background-image: url("../images/access/mv_sp.png");
}
.sectionTitle.access{
  font-size: 2rem;
  padding-bottom: 30px;
  text-align: center;
}
.access{
  font-family: 'ro-shino-std';
  padding-bottom: 60px;
  text-align: left;
}

/*--------------------------------
  *contact
  ---------------------------------*/
/*hero-title*/
.heroBgi.contact{
  background-image: none;
  width: 100%;
  height: 136px;
}
.heroTitle.other.contact{
  top: 64px;
  left: 55%;
  transform: translate(-50%,0) skew(-20deg);
  width: 100px;
  height: 72px;
  background-color: rgba(200,200,200,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.heroTitle span{
  transform:skew(20deg);
  font-family:'Playfair Display';
  font-size: 2.4rem;
  text-transform: lowercase;
}
.contactTitle{
  font-size:2.5rem;
  padding-bottom: 60px;
}
.contactTitle_sub{
  font-size: 2.5rem;
  padding-bottom: 30px;
}
.contactTitle_detail{
  font-size: 2.5rem;
  font-family: 'ro-shino-std';
  letter-spacing: 0.25em;
}
.contactDetail{
  line-height: 1.5;
  text-align: left;
}
.section.contact{
  margin-bottom: 60px;
}
.form {
  width: 100%;
  margin: 0 auto;
}
.formItem {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
.formItem:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.formItem_label{
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.formItem_label_required{
  display: inline-block;
  border-radius: 6px;
  margin-right: 16px;
  padding: 4px 0;
  width: 30px;
  text-align: center;
  background: #FCB838;
  color: #fff;
  font-size: 12px;
}
.formItem_input{
  border: 1px solid #ddd;
  border-radius: 6px;
  width:297px;
  height: 48px;
  padding: 0 1em;
  background: #eaedf2;
  font-size: 18px;
}
.pL{
  padding-left: 46px;
}
.formItem_input.select{
  width: 335px;
}
.space{
  display: inline-block;
  width: 55.99px;
}
.textarea{
  height: 216px;
}
.form_btn{
  border: none;
  border-radius: 6px;
  margin: 32px auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.1em;
  background: #FCB838;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}


@media screen and (min-width:768px){
  body{
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
  }
  a{
    transition:all 0.2s;
  }
  a:hover{
    opacity:0.5;
  }

  /*---------------------
  *UTILITY
  ---------------------*/
  .img_pc{
    display: block;
  }
  .img_sp{
    display: none;
  }
  .wrapper{
    padding: 0 2%;
  }
  /*section*/
  .section{
    margin-bottom: 140px;
  }
  .sectionTitle.bgc{
    padding-top: 8%;
  }
  /*--------------------
  *HEADER
  ---------------------*/
  .header{
    position: absolute;
    max-width: 1000px;
    height: 241.8px;
  }
  .logo{
    width: 200px;
    padding:20px;
  }

  /*--------------------
  *NAVIGATION
  --------------------*/
  .nav{
    display: block;
  }
  .navList{
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width:702.57px;
    height:60px;
    padding:30px 20px 30px 27.743%;
  }
  .navItem{
    border-left:1px solid #3b3b3b;
    text-align: center;
    flex:0 1 14%;
    padding: 0 20px;
    margin: 0;
  }
  .navItem:last-of-type{
    border-right:1px solid #3b3b3b;
  }
  .navItem.lastLine{
    border-right:none;
  }
  .navItem a{
    display: block;
    line-height:1;
    color:#3b3b3b;
  }
  .navItem>a{
    font-family:'Playfair Display';
    font-size:2rem;
    text-transform:uppercase;
  }
  .sns{
    font-size: 2rem;
  }
  /*--------------------
  *topページ
  ---------------------*/
  /*hero*/
  .hero{
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .ph-slider{
    margin: 0 20px 0 40px;
  }
  /*hero-title*/
  .heroTitle{
    top:25%;
    background-image:none;
    width: 197px;
    height: 238.89px;
    transform:none;
    padding: 0;
  }
  .heroText{
    font-size: 2.4rem;
    font-weight: 500;
    transform: none;
  }
  .heroAdd{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
    margin-top: 50px;
  }
  .heroAdd_detail{
    display: inline-block;
    font-family:'Playfair Display';
    font-size:2rem;
    line-height: 2;
    letter-spacing:0.1em;
  }
  .heroAdd_detail.right{
    text-align: right;
  }
  .mR38{
    margin-right: 38px;
  }
  .mR26{
    margin-right: 26px;
  }
  .mR32{
    margin-right: 32px;
  }
  /*wave*/
  .wave{
    position: relative;
    display:flex;
    flex-flow: column;
    width: 100%;
    height:140px;
  }
  .bigWave{
    position:absolute;
    width: 137px; 
    height: 80px;
    bottom:10%;
    right: 0;
  }
  .smallWave{
    width: 100px;
    display: flex;
    justify-content: space-between;
  }
  .smallWave:nth-last-of-type(1){
    bottom:10%;
    left: 5%;
    }
  .smallWave:nth-last-of-type(2){
    bottom: 20%;
    left: 20%;
  }
  .smallWave:nth-last-of-type(3){
    bottom: 10%;
    right: 35%;
  }
  .smallWave:nth-last-of-type(4){
    bottom: 20%;
    right: 15%;
  }
  .smallWave:nth-last-of-type(5){
    bottom: 40%;
    right: 3%;
  }
  .smallWave .fa{
    font-size: 1.2rem;
  }
  /*---ABOUT---*/
  .mainAbout{
    display: flex;
    margin-bottom: 6%;
  }
  /*keyvisual*/
  .keyVisual{
    float: left;
    position: relative;
    width: 50%;
    height: 788px;
    margin: 0;
    /*kvRightのheightの⅓をkvLeftのheightに足して、keyVisualのheightを導いた*/
  }
  .querico{
    width: 166px;
  }
  .kvLeft{
    top:80px;
    left: 18px;
    width:75%;
  }
  .kvRight{
    width: 50%;
  }
  .kvBack{
    position:absolute;
    left: 24.4%;
    bottom:0px;
    width: 75.6%;
    border-radius: 40%;
  }
  /*text_about*/
  .textAbout{
    width: 50%;
  }
  .complement_pc{
    display:block;
    position:static;
    font-family: 'ro-shino-std';
    font-size:2.4rem;
    line-height: 1.5em;
    text-align: left;
    margin: 60px 0 100px;
    background: radial-gradient(circle at 50%,rgba(225,225,225,0.4),rgba(225,225,225,0));
  }
  .spaceLeft2em{
    padding-left:2em;
  }
  .spaceLeft6em{
    padding-left:6em;
  }
  .textTitleEn{
    padding-bottom: 24px;
  }
  .textTitleJa{
    padding-bottom: 48px;
  }
  .textPart{
    font-size: 2rem;
    padding: 0 10%;
  }
  /*hola*/
  .hola{
    display: inline-block;
    width:96%;
    text-align: right;
    padding: 0 20px 0 0;
  }
  /*news*/
  .news{
    display:flex;
    align-items: baseline;
    padding:0 10% 3.2%;
  }
  .textTitleEn.bold{
    font-size: 3.2rem;
    padding:0 7.5% 0 0;
  }
  .facebook{
    width:100%;
    font-size:2.4rem;
  }
  .facebook::before {
    font-family: "Font Awesome 5 Free";
    font-weight:600;
    content: "\f101\f101\f101";
    color:#3b3b3b;
    font-size: 2rem;
    padding-right: 1em;
  }
  .newsItem{
    padding: 0 10% 3.2%;
  }
  .newsItem:last-of-type{
    padding-bottom: 0;
  }
  .newsInfo{
    font-size: 2rem;
    line-height: 2;
    width: 83.5%;
  }
  .news-logo{
    width: 10.5%;
    margin-right: 6%;
  }
  .newsDate{
    font-size: 1.6rem;
  }
  /*---MENU---*/
  .tutaLeft{
    width: 100%;
    padding: 0 0 2% 0;
  } 
  .tutaRight{
    width: 100%;
    padding:0;
    text-align: right;
  }
  .mainMenu{
    display: flex;
    padding: 0 2%;
  }
  .menuCategory{
    display: block;
    width: 32%;
    padding: 0;
  }
  .center{
    padding-top: 12.1%;
  }
  .menuPhoto{
    width:100%;
    height:auto;
    padding-bottom: 10%;
  }
  .menuItem{
    font-family:'Playfair Display';
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
  }
  .menuSubTitle{
    font-size:2.8rem;
    padding-bottom: 5%;
  }
  .menuDetails{
    font-size:1.6rem;
  }
  /*---INSTAGRAM---*/
  .sectionTitle_insta{
    font-size:2rem;
    padding-top: 2.4%;
  }

  /*-----------------
  *FOOTER
  -----------------*/
  .mainFooter{
    display: flex; 
  }
  .logoFooter{
    width: 15%;
    padding:0 3% 0 2%;
    margin: 0;
  }
 .footer_detail{
    display: flex;
    width: 76%;
    padding:0 2% 0 2%;
  }
  .footerItem{
    position: relative;
    display: flex;
    flex: 0 1 50%;
    justify-content: space-around;
    padding: 2.7195% 0;
  }
  .footerItem_detail{
    flex: 0 1 50%;
  }
  .footerItem_Title{
    font-family:'Playfair Display';
    font-size:2rem;
    letter-spacing: 0.1em;
    padding: 1em 0;
  }
  .footerItem_Center{
    font-family:'Noto Sans JP';
    font-size: 1.8rem;
    font-weight:bold;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
  }
  .footerItem_Bottom{
    font-family:'Noto Sans JP';
    font-size:1.4rem;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
  }
  .line{
    position:absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height:156.122px;
  }
  .line span{
    width: 1px;
    height: 55.27px;
    background-color: #3b3b3b;
  }
  .line_pc{
    opacity: 0;
  }
  .footerItem_Address{
    font-family:'Noto Sans JP';
    font-size: 2rem;
    font-weight:bold;
    padding: 2% 0 5.2%;
  }
  .copyrights{
    font-size:1.8rem;
    letter-spacing:0.1em;
  }
  /*ページトップボタン*/
  .page_top{
    width: 72px;
    height: 72px;
    position:fixed;
    right: 0;
    bottom: 30px;
    opcity:0.6;
  }
  .page_top a{
    position:relative;
    top:0;
    display:block;
    width: 72px;
    height: 72px;
    text-decoration:none;
    transition:all 0.2s;
  }
  .page_top:hover a::before{
    top:-10%;
  }
  .page_top a::before{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content:"\f102";
    font-size:30px;
    color:#3b3b3b;
    position:absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align:center;
  }
  .page_top a::after{
    content:"PAGE TOP";
    font-size:1rem;
    color:#3b3b3b;
    position:absolute;
    top:55px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align:center;
  }
  
  /*--------------------------------
  *MAPS
  ---------------------------------*/
  .maps-outer{
    margin: 6% auto 2%;
  }
  
  /*--------------------------------
  *ABOUT
  ---------------------------------*/
  /*logo*/
  .logo.about{
    background: radial-gradient(circle at 0% 0%,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  }
  /*hero*/
  .hero.other{
    position: relative;
    width: 794.22px;
    height: 600px;
    transform: skewX(-10deg);
    overflow: hidden;
    margin: 0 auto;
  }
  .heroBgi{
    position: absolute;
    left:-52.89px;
    width: 900px;
    height: 100%;
  }
  .heroBgi.about{
    background-image: url("../images/about/mv_pc.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: skewX(10deg);
    object-fit: cover;
  }
  .heroTitle.other{
    transform: translate(-50%,-50%) skew(0deg);
    width: 25%;
    height: 25%;
  }
  .heroTitle span{
    transform: skewX(10deg);
    font-size: 3rem;
  }
  /*keyVisual*/
  .aboutMain{
    position: relative;
    width: 1000px;
  }
  .keyVisual.about{
    position: static;
    width: 0;
    height: 0;
  }
  .keyVisual_aboutWave{
    left:1%;
    top: 38.81px;
    bottom:auto;
    width: 14.5%;
  }
  .complement_about{
    top:0;
    right:auto;
    left:15.94235%;
    width: 29.483%;
    font-size: 3rem;
  }
  .complement_aboutPc{
    display: flex;
    justify-content: center;
  }
  .pL1em{
    padding: 0;
  }
  .kvLeft_about{
    top:56.67px;
    left:auto;
    right: 2%;
    width: 30%;
  }
  .kvRight_about{
    top:410.97px;
    right: 20%;
    width: 20%;
    z-index: 110;
  }
  .kvBack_about{
    position: absolute;
    top:245.63px;
    right: 2%;
    bottom: auto;
    width: 38%;
  }
  /*textエリア*/
  .textPart_about{
    position: static;
    width: 56%;
    padding: 159.26px 20px 0;
  }
  .textPart.about{
    padding: 0;
  }
  .querico_about{
    position: absolute;
    top: 67%;
    left:37%;
    right:auto;
    width: 17.6%;
  }
  .textPart_supplement{
    font-size: 1.6rem;
    width: 100%;
    padding: 0;
  }
  .hola_about{
    position: absolute;
    top:678.025px;
    right:10%;
    width: 27.4%;
    transform: translateX(0);
    padding: 0;
  }
  /*photoGallery*/
  .sectionTitle.pG{
    font-size:3rem;
    padding-bottom: 4.8rem;
  }
  .ph-slider.about{
    margin: 0 0 16px 205px;
  }
  
  /*--------------------------------
  *MENU
  ---------------------------------*/
  /*logo*/
  .logo.menu{
    background: transparent;
  }
  /*hero*/ 
   .heroBgi.menu{
    background-image: url("../images/menu/mv.png");
  }
  /*menu-title*/
  .menuTitleBox{
    width: 50%;
  }
  .menuTitle{
    font-size: 5rem;
   }
  .shadow::before{
    content: "";
    width: 250px;
    height: 15px;
    position: absolute;
    top:48%;
    background: linear-gradient(60deg,rgba(200,200,200,0.4),rgba(250,250,250,0.3));
    transform: skewX(-60deg);
  }
  .sub{
    font-size:4rem;
  }
  .imgMenu{
    margin: 0 auto; 
  }
  .imgSize{
    width: 460.8px;
    height: 345.6px;
    border-radius: 5% 20%;
  }
  .side{
    width: 336px;
    height: 252px;
    border-radius: 20% 5%;
  }
  .menuSub{
    padding-bottom: 40px;
  }
  .menuItem.left{
    width: 25%;
    left:-2%;
  }
  .menuItem.right{
    width: 25%;
    right: -2%;
  }
  /*menu-contents*/
  .contentsBox{
    display: flex;
    justify-content: space-between;
  }
  .contents{
    width: 450px;
  }
  .contents dl{
    display: flex;
    padding-bottom: 3rem;
  }
  .contents dl.pB1rem{
    padding-bottom: 1.8rem;
  }
  .contents dt{
    font-size: 2.6rem;
  }
  .contents dd{
    font-size: 2rem;
  }
  .contents dd:last-of-type{
    width: 12%;
    font-size: 2.4rem;
    font-weight: bold;
  }
  dt.categoryDtail{
    width: 100%;
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .section.relative{
    position: relative;
  }
  dt.drink{
    position: absolute;
    width: 100%;
    font-size: 2.2rem;
    line-height: 2;
    text-align: center;
  } 
  /*category*/
  .category{
    padding-bottom: 60px;
  }
  .category:last-of-type{
    padding-bottom: 0;
  }
  .font{
    width: 100%;
    font-family: 'ro-shino-std';
    font-size: 4rem;
  }
  .pB{
    padding-bottom: 100px;
  }

  /*--------------------------------
  *access
  ---------------------------------*/
  /*hero*/ 
  .heroBgi.access{
    background-image: url("../images/access/mv_pc.png");
  }
  .sectionTitle.access{
    font-size: 3rem;
  }
  .access{
    font-size:2.4rem;
    text-align: center;
  }

  /*--------------------------------
  *contact
  ---------------------------------*/
  .hero.other.contact{
    height: 102.21px;
  }
  .heroBgi.contact{
    height: 102.21px;
  }
  .heroTitle.other.contact{
    top: 2.23px;
    width: 50%;
    height: 102.21px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .contactTitle{
    font-size: 3rem;
    padding-bottom: 100px;
  }
  .contactTitle_sub{
    font-size: 2.5rem;
    padding-bottom: 30px;
  }
  .contactDetail{
    text-align: center;
  }
  .contactTitle_detail{
    font-size: 5rem;
    font-family: 'ro-shino-std';
    letter-spacing: 0.25em;
  }
  .section.contact{
    margin-bottom: 60px;
  }
  .form {
    width: 900px;
    margin: 0 auto;
  }
  .formItem {
    width: 900px;
    display: flex;
    align-items: center;
  }
  .formItem:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .formItem_label{
    width: 250px;
    padding-left: 50px;
    margin: 0;
  }
  .formItem_label_required{
    padding: 8px 0;
    width: 48px;
    font-size: 14px;
  }
  .pL{
    padding-left: 63.99px;
  }
  .formItem_input{
    width:461.81px;
    margin: 0 50px;
  }
  .formItem_input.select{
    width: 500px;
  }
  .space{
    display: inline-block;
    width: 55.99px;
  }
  .textarea{
    height: 216px;
  }

}