@charset "UTF-8";
/* 
slick-animation
*/
.add-animation{
  animation: fadezoom 16s 0s forwards;
  animation-timing-function: linear;
}
@keyframes fadezoom {
0% {
  transform: scale(1);
}
100% {
  transform: scale(1.5);
}
}
@media screen and (min-width: 481px) {
  @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.3);
    }
  }
}
/* 
hero
*/
.wrapper{
  position: relative;
}
.page-noname-header01,
.page-noname-header02,
.page-noname-header03,
.page-noname-header04,
.page-noname-header05,
.page-noname-header--cafe,
.page-noname-cocktails,
.page-noname-header--bbq,
.page-noname-bbq-menu,
.page-noname-recommended{
  position: relative;
  background-image: url(../../assets/images/nonamecafe/hero_01_sp.jpg);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-noname-header02{
  background-image: url(../../assets/images/nonamecafe/hero_02_sp.jpg);
}
.page-noname-header03{
  background-image: url(../../assets/images/nonamecafe/hero_03_sp.jpg);
}
.page-noname-header04{
  background-image: url(../../assets/images/nonamecafe/hero_04_sp.jpg);
}
.page-noname-header05{
  background-image: url(../../assets/images/nonamecafe/hero_05_sp.jpg);
}
.page-noname-header--cafe{
  background-image: url(../../assets/images/nonamecafe/hero_sec-cafe_sp.jpg);
  height: 235px;
}
.page-noname-cocktails,
.page-noname-recommended{
  background-image: url(../../assets/images/nonamecafe/hero_cocktails-drinks.jpg);
  height: 110px;
}
.page-noname-header--bbq{
  background-image: url(../../assets/images/nonamecafe/hero_sec-bbq_sp.jpg);
  height: 235px;
}
.page-noname-bbq-menu{
  background-image: url(../../assets/images/nonamecafe/bg_bbq_sp.jpg);
  height: 180px;
}
.page-noname-recommended{
  background-image: url(../../assets/images/nonamecafe/hero_sec-recommended_sp.jpg);
  height: 290px;
}
.inner-noname,
.inner-noname-cafe,
.inner-noname-bbq{
  position: absolute;
  max-width: 100%;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
}
.inner-noname-cafe{
  width: 70%;
}
.inner-noname-bbq{
  width: 50%;
}
.inner-noname-cocktails{
  position: absolute;
  width: 8vw;
  top: 130px;
  left: 15px;
}
.inner-noname img,
.inner-noname-cafe img,
.inner-noname-bbq img{
  width: 100%;
}  
@media screen and (min-width: 481px) {
  .page-noname-header01,
  .page-noname-header02,
  .page-noname-header03,
  .page-noname-header04,
  .page-noname-header05,
  .page-noname-header--cafe,
  .page-noname-header--bbq,
  .page-noname-bbq-menu{
    background-image: url(../../assets/images/nonamecafe/hero_01_pc.jpg);
    height: 475px;
  }
  .page-noname-header02{
    background-image: url(../../assets/images/nonamecafe/hero_02_pc.jpg);
  }
  .page-noname-header03{
    background-image: url(../../assets/images/nonamecafe/hero_03_pc.jpg);
  }
  .page-noname-header04{
    background-image: url(../../assets/images/nonamecafe/hero_04_pc.jpg);
  }
  .page-noname-header05{
    background-image: url(../../assets/images/nonamecafe/hero_05_pc.jpg);
  }
  .page-noname-header--cafe{
    background-image: url(../../assets/images/nonamecafe/hero_sec-cafe_pc.jpg);
    height: 380px;
  }
  .page-noname-header--bbq{
    background-image: url(../../assets/images/nonamecafe/hero_sec-bbq_pc.jpg);
    height: 380px;
  }  
  .page-noname-bbq-menu{
    background-image: url(../../assets/images/nonamecafe/bg_bbq_pc.jpg);
    margin: auto;
    max-width: 65%;
    height: 277px;
  }
  .page-noname-recommended{
    background-image: url(../../assets/images/nonamecafe/hero_sec-recommended_pc.jpg);
  }  
  .page-noname-cocktails,
  .page-noname-recommended{
    height: 380px;
  }
  .inner-noname-bbq{
    width: 20%;
  }
  .inner-noname,
  .inner-noname-cafe{
    width: 30%;
  }
  .inner-noname-cocktails{
    top: 260px;
    left: 24%;
    width: 40px;
    /* width: 3%; */
  }  
}

/* 
section
 */
.sec_noname,
.sec-bbq{
  text-align: center;
}
.sec-about{
  margin: 50px auto;
  padding: 0 4vw;
}
.sec-link{
  margin: 50px 0;
  justify-content: center !important;
}
.sec-about a,
.sec-link a{
  text-decoration: none;
}
.sec-about a:hover{
  opacity: .7;
}
.sec-menu,
.sec-cocktails,
.sec-recommended,
.sec-bbq{
  padding-bottom: 50px;
  background-color: #F9EFE4;  
}
.sec-recommended,
.sec-cocktails{
  position: relative;
}
.sec-cocktails{
  background-color: #D87244;
}
.sec-bbq{
  padding-bottom: 10px;
  background-color: #ECF4E4;
}
.sec-recommended{
  padding-bottom: 15px;
  background-color: #6AA6AC;
}
.sec-prefooter{
  background-color: #49080C;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.sec-about .pdf a{
  text-decoration: underline;
}
.sec-prefooter-bnr-container{
  display: block;
  margin: auto;
  width: 65%;
  padding-top: 20px;
  transition: all 0.3s;
}
.sec-prefooter-bnr-container:hover{
  opacity: 0.8;
}
.sec-prefooter-bnr-container-image{
  width: 100%;
}
.sec-prefooter-bnr-container-text{
  color: #ECF4E4;
  margin-top: 5px;
  text-decoration: underline;
}

@media  screen and (min-width: 481px) {
  .sec-menu{
    padding-bottom: 105px;
  }  
  .sec-bbq{
    padding-bottom: 50px;
  }  
  .sec-prefooter-bnr-container{
    width: 100%;
    max-width: 285px;
    padding-top: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1350px) {
  .sec-recommended{
    padding-bottom: 65px;
  }
}

/*
flexbox
*/
.block_flex{
  display: block;
}
.block_flex-sp{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media  screen and (min-width: 481px) {
  .block_flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }
  .block_flex-center{
    justify-content: center;
    gap: 50px;
  } 
  .block_flex-note{
    align-items: flex-start;
    justify-content: center;
  }
}


/* 
AnchorLink
*/
.link-cafe,
.link-bbq{
  margin: 0 20px;
}
.link-cafe p,
.link-bbq p,
.link-cafe:link p,
.link-cafe:visited p,
.link-bbq:link p,
.link-bbq:visited p{
  font-size: 1.8em;
  font-weight: bold;
  color: #872021;
  text-decoration: none;
}
.link-cafe::before,
.link-bbq::before{
  content: "";
  width: 75px;
  height: 75px;
  margin-right: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.link-cafe::before{
  background-image: url(../../assets/images/nonamecafe/icon_cafe.png);
}
.link-bbq::before{
  background-image: url(../../assets/images/nonamecafe/icon_bbq.png);
}
@media screen and (min-width: 481px){
  .link-cafe,
  .link-bbq{
  margin: 0 40px;
  }
  .link-bbq:link p,
  .link-bbq:visited p{
    font-size: 2em;
  }
  .link-cafe::before,
  .link-bbq::before{
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }  
}

/* 
content 
*/
.con-about-txt{
  margin-top: 50px;
  font-size: 1.25em;
  padding: 0 12px;
  font-weight: 500;
}
.sec-about .con-about-txt{
  margin-top: 20px;
}
.con-icon::before,
.con-icon::after{
  content: "";
  display: block;
  margin: auto;
  background-image: url(../../assets/images/nonamecafe/icon-line.svg);
  /* border-bottom: 2px dashed #F1D49F; */
  width: 80%;
  height: 1px;
}
.con-icon{
  margin: 50px auto 0;
  color: #fff;
}
.con-icon__title{
  width: 90%;
}
.con-icon__text{
  width: 70%;
  margin: 35px auto;
  text-align: center;
}
.con-icon__text p{
  margin-top: 10px;
}
.con-icon-img_sp{
  width: 40%;
  margin: 20px auto;
}
.con-icon__text-img{
  width: 85%;
  margin-top: 34px;
}
.con-icon__text-content{
  height: auto !important;
}
.con-icon__text-ttl{
  text-align: center;
  font-size: large;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  .con-about-txt{
    font-size: 1.4em;
    /* font-weight: bolder; */
    font-weight: normal;
  }
  .con-icon__title{
    width: 45%;
  }  
  .con-icon__title-footer{
    width: 75%;
  }
  .con-icon::before,
  .con-icon::after{
    width: 50%;
  }
  .con-icon__text{
    max-width: 50%;
    width: 30%;
    margin: 30px 0;
    text-align: left;
  }
  .con-icon__text-img{
    width: 45%;
  }  
  .con-icon__text p{
    margin: 20px 0 0;
    line-height: normal;
  }
  .con-icon-img_pc{
    width: 12%;
    /* margin-left: 40px; */
  }
  .con-icon-img_pc img{
    width: 100%;
  }
  .con-icon_flex{
    justify-content: center;
    gap: 2%;
  } 
  .con-icon__text-content{
    font-size: .8em !important;
  }  
  .con-icon__text-ttl{
    text-align: left;
  }  
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .con-icon__text{
    max-width: 40%;
    width: 30%;
  }
  .con-icon__title{
    width: 70%;
    margin-top: 0;
  }
  .con-icon-img_sp{
    width: 90%;
  }
  .con-icon::before,
  .con-icon::after{
    width: 41%;
  }
  .con-icon__text-img{
    margin-top: 30px;
    width: 65%;
  }  
}

/* 
menu list 
*/
.menu-list{
  width: 100%;
  padding-top: 50px;
}
.menu-list-item{
  position: relative;
  margin-bottom: 50px;
  height: 120vw;
  /* height: 480px; */
  /* margin: 50px 0 0; */
}
.menu-list-item h2,
.menu-list-item p{
  text-align: left;
  margin-left: 70px;
  margin-right: 10px;
  font-weight: 500;
}
.menu-list-item h2{
  font-size: 1.2em;
  font-weight: bold;
}
.menu-list-img,
.menu-list-text,
.menu-list-img-re,
.menu-list-text-re,
.recommended-list-text,
.recommended-list-text-re{
  position: absolute;
  /* top: 5px; */
  top: 0;
  width: 90%;
}
.menu-list-text,
.menu-list-text-re,
.recommended-list-text,
.recommended-list-text-re{
  padding: 40px 0 20px;
  right: 0;
  /* top: 220px; */
  /* top: 30vh; */
  top: 55vw;
  background-color: rgba(209, 179, 137, .6);
}
.menu-list-text::before,
.menu-list-text-re::before{
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  display: block;
  border: solid #000 .8px;
  background-color: #000;
  width: 20%;
}
.menu-list-img,
.menu-list-img-re{
  left: 0;
  right: 0;
}
.menu-list-text-content{
  margin-top: 10px;
  height: 105px;
  font-size: .85em;
  text-align: left;
  line-height: 1.7;
}
.menu-list-text-price{
  text-align: right !important;
  margin-right: 20px !important;
}
.manu-takeout{
  margin-top: 80px;
  text-align: center;
}
.manu-takeout .con-about-txt{
  padding: 0 30px;
}
.menu-list-text-notice{
  font-size: .8em;
  margin-top: 2px;
  font-weight: lighter;
}
@media screen and (min-width: 481px){
  .menu-list{
    width: 70%;
    margin: 0 auto;
  } 
  .menu-list-item{
    /* height: 60vh; */
    height: 26vw;
  }
  .menu-list-item p{
  font-weight: normal;
  margin-left: 42px;
  margin-right: 100px;
  }
  .menu-list-img,
  .menu-list-img-re{
    top: 50%;
    width: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .menu-list-img img,
  .menu-list-img-re img{
    max-width: 100%;
    width: 100%;
  }
  .menu-list-text,
  .menu-list-text-re,
  .recommended-list-text,
  .recommended-list-text-re{
    max-height: 100%;
    padding: 60px 0 50px;
    top: 50%;
    width: 45%;
    background-color: rgba(209, 179, 137, .6);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .menu-list-img{
    left: 20px;
    right: auto;
  }
  .menu-list-img-re{
    right: 20px;
    left: auto;
  }
  .menu-list-text,
  .recommended-list-text{
    right: 20px;
  }
  .menu-list-text-re,
  .recommended-list-text-re{
    left: 20px;
  }
  .menu-list-text-re::before{
    right: 5%;
    left: auto;
  }
  .menu-list-text h2,
  .menu-list-text p,
  .recommended-list-text h2,
  .recommended-list-text p{
    text-align: left;
    margin-left: 60px;
    margin-right: 30px;
    /* font-weight: bolder; */
    /* font-weight: normal; */
  }
  .menu-list-text-re h2,
  .menu-list-text-re p,
  .recommended-list-text-re h2
  .recommended-list-text-re p{
    margin-right: 60px;
    margin-left: 30px;
  }
  .menu-list-text-content{
    margin-right: 55px;
  }   
  .menu-list-text-price{
    margin-right: 60px !important;
  } 
  .menu-list-text-notice{
    font-size: .8em;
    font-weight: lighter;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .menu-list-item{
    /* height: 50vh; */
    height: 350px;
    margin: 15px 0 0;
  }  
  .menu-list-text-re,
  .menu-list-text,
  .recommended-list-text,
  .recommended-list-text-re{
    padding: 40px 0 20px;
  }
  .menu-list-text-content{
    height: 105px;
  }    
  .menu-list-text-price{
    margin-right: 80px !important;
  }  
}

/* 
「おすすめの過ごし方」text
*/
.text-vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bolder;
  position: absolute;
  color: #fff;
  top: 105px;
  right: 2%;
  font-size: 30px;
  line-height: 1.2;
  font-size: 40px;
  text-indent: -2em;
}
@media screen and (min-width: 481px) {
  .text-vertical{
    right: 25%;
    font-size: 50px;
    top: 50px;
    text-indent: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .text-vertical{
    top: 145px;
    right: 25%;
    text-indent: -2em;
  }  
  
}

/* 
gallery block
*/
.block__gallery{
  width: 85%;
  margin-top: 10px;
  margin-left: auto;
}
.block__gallery-list-item{
  padding-top: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 481px) {
  .block__gallery{
    width: 65%;
    position: absolute;
    top: 240px;
    right: 0;
  } 
  .block__gallery-con{
    justify-content: end;
    margin-left: auto;
  }
  .block__gallery-display{
    /* height: 600px; */
    /* height: 70vh; */
    height: 30vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .block__gallery-display{
    height: 550px;
    height: 430px;
  }
}

/* 
linkButton
*/
.pdf a{
  color: #000;
}
.button__pdf a{
  position: relative;
  width: 85%;
  margin: 20px auto;
  background-color: #fff;
  font-weight: bolder;
}
.button__pdf a::after,
.button_receive a::after,
.calendar::after{
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  -webkit-mask: url("../images/ic_launch.svg");
  mask: url("../images/ic_launch.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000;
  transition: all .5s;
}
.calendar::after{
  width: 15px;
  height: 15px;
}
.button_receive a:hover:after{
  -webkit-mask: url("../images/ic_launch_fff.svg");
  mask: url("../images/ic_launch_fff.svg");
  background-color: #000 !important;
}
.button__pdf a:hover:after,
.button_receive a::after{
  background-color: #fff;
}
.button-bg{
  position: relative;
  margin: auto;
  width: 100%;
  height: 20vh;
}
.button_bbq{
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
}
.button__bbq-menu{
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
}
.button_receive{
  margin: 50px auto;
}
.button_receive a{
  color: #fff;
  text-decoration: none;
  background-color: #b99363;
}
.button_receive a:hover{
  background-color: #fff;
  color: #000;
  /* border: solid #b99363; */
}
@media screen and (min-width: 481px) {
  .button__pdf{
    width: 30%;
  }
  .button__pdf a{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .button--flex{
    margin-top: 30px;
  }
  .button-bg{
    width: 50%;
    height: 30vh;
  }
  .button__bbq-menu{
    width: 46.15%;
  }
  .button_receive{
    margin: 80px auto;
    width: 30%;
  }
  .button__pdf a::after,
  .button_receive a::after{
    vertical-align: text-top;
    width: 19px;
    height: 19px;  
  }
}

/* 
note-list
*/
.note-list{
  width: 100%;
  margin: 40px 0;
  padding: 0 4vh;
}
.note-list-item{
  list-style: disc;
  text-indent: 2px;
  text-align: left;
}
.note-list-title{
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 5px;
}
.note-list p{
  text-align: left;
}
.note-list-itemblock{
  padding-left: 16px;
}
@media screen and (min-width: 481px) {
  .note-list{
    margin: 0;
    width: 33%;
  }
  .note-list-item{
    font-size: .9em;
  }
  .note-list-itemblock{
    padding-left: 17px;
  }
}

/* 
price table list
 */
.sec-bbq table{
  margin: 50px auto;
  width: 95%;
}
.sec-bbq caption{
  font-size: 1.4em;
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1.5px solid #000;
  /* font-family: 'Fraunces', serif; */
}
.sec-bbq th,
.sec-bbq td{
  display: block;
  text-align: left;
}
.sec-bbq td{
  border-bottom: 1.5px solid #000;
}
.bbq-notice{
  font-size: 85%;
}
@media screen and (min-width: 481px) {
  .sec-bbq table{
    margin: 80px auto;
    width: 40%;
    border-spacing: 0;
  }  
  .sec-bbq th,
  .sec-bbq td{
    display: table-cell;
    border-bottom: 1px solid #000;
    padding: 5px 0;
  }  
  .bbq-notice{
  font-size: 75%;
}
}

/* BBQ menu PDF */
.menubbq-image-link{
  width: 85%;
  margin: 50px auto 0;
}
.menubbq-image-link img{
  transition: all .4s;
}
.menubbq-image-link img:hover{
  transition: all .4s;
  opacity: .7;
}
@media screen and (min-width: 481px) {
  .menubbq-image-link{
    max-width: 65%;
    margin-top: 80px;
  }
}
/* 
recommended-list
*/
.recommended-list .menu-list-item{
  height: 115vw;
  margin-bottom: 35px;
}
.recommended-list .menu-list-img,
.recommended-list .menu-list-img-re{
  top: 188px;
}
.recommended-list .menu-list-img-re{
  left: auto;
}
.recommended-list .menu-list-img{
  right: auto;
}
.recommended-list-text,
.recommended-list-text-re{
  color: #fff;
  background-color: rgba(19, 44, 53, .6);
  padding: 20px 0;
  top: 0;
  height: auto;
}
.recommended-list-text-re{
  left: 0;
  right: auto;
}
.recommended-list-text h2,
.recommended-list-text-re h2{
  position: absolute;
  top: -7%;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Fraunces', serif;
  font-style:italic;
  margin-left: 25px;
}
.recommended-list-text .menu-list-text-content,
.recommended-list-text-re .menu-list-text-content{
  margin-right: 42px;
  font-size: 1.1em;
  line-height: 1.5;
  height: 70px;
}
.recommended-list-text-re .menu-list-text-content{
  left: 0;
  margin-left: 42px;
}
.menu-list-item .menu-list-text-content-list{
  line-height: normal;
  font-size: 13px;
  margin-left: 25px;
  font-weight: normal;
  height: 95px;
}
.menu-list-item .menu-list-text-content-sub{
  height: auto;
  margin-bottom: 25px;
  margin-right: 0;
  margin-left: 25px;
  font-size: 110%;
  font-weight: bolder;
}
.sec-recommended .sp{
  display: inline-block;
}
.sec-recommended .pc{
  display: none;
}
@media screen and (min-width: 481px) {
  .recommended-list .menu-list-item{
    /* height: 70vh; */
    height: 33vw;
    margin-bottom: 50px;
  }
  .recommended-list .menu-list-img,
  .recommended-list .menu-list-img-re{
  top: 50%;
  width: 57%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  }
  .recommended-list-text,
  .recommended-list-text-re{
    top: 50%;
    padding: 40px 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: auto;
  } 
  .recommended-list-text{
    right: 20px;
    left: auto;
  }
  .recommended-list-text-re{
    left: 20px;
    right: auto;
  }
  .recommended-list-text h2,
  .recommended-list-text-re h2{
    top: -6%;
    left: 0;
    font-size: 1.8em;
    margin-right: 0;
  }
  .recommended-list-text h2{
    left: 10%;
  }
  .menu-list-item .menu-list-text-content-sub,
  .menu-list-item .menu-list-text-content-list{
    /* margin-left: 5%; */
    margin-left: 30px;
  }
  .recommended-list-text .menu-list-text-content-sub,
  .recommended-list-text .menu-list-text-content-list{
    margin-left: 15%;
  }
  .menu-list-item .menu-list-text-content-list{
    text-align: left;
    line-height: normal;
    font-size: 13px;
    height: auto;
  }
  .menu-list-item .menu-list-text-content-sub{
    height: auto;
    margin-bottom: 15px;
  }
  .sec-recommended .sp{
    display: none;
  }
  .sec-recommended .pc{
    display: inline-block;
  } 
  .recommended-list-text-re .menu-list-text-content-list{
    margin-right: 17%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .recommended-list .menu-list-item{
    /* height: 55vh; */
    height: 520px;
    height: 350px;
    margin-top: 90px;
    margin-bottom: 0;
  }
  .recommended-list-text h2,
  .recommended-list-text-re h2{
    font-size: 1.5em;
  }
  .recommended-list-text .menu-list-text-content-sub,
  .recommended-list-text .menu-list-text-content-list{
    margin-left: 17%;
  }
}


/* 
フッター前 
*/
.prefooter_text-img{
  margin: auto;
  width: 260px;
}
.prefooter-text{
  width: 65%;
  margin: 30px auto;
}
.prefooter-text p{
  text-align: left;
}
@media screen and (min-width: 481px) {
  .block_flex-prefooter{
    justify-content: center;
  }
  .block_flex-prefooter--con{
    gap: 0 5%;
    position: relative;
  }
  .prefooter_text-img{
    width: 300px;
  }
  .prefooter_text-img::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 102px;
    border-left: solid #fff .8px;
    top: 50%;
    /* left: 247px; */
    left:42.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .prefooter_text-img img{
    width: 100%;
  }
  .prefooter_text-img::after{
    left: 45.5%;
  }
}

/* 2022/12/2追加*/

.dinner-set-menu-button{
  margin: 30px auto 0;
}

.dinner-set-menu-text{
  margin-top: 0 !important;
  line-height: initial;
  text-align: center;
  font-size: 1em;
}

/* 2023/09/13追加 */
.button__reservation{
  margin: 30px auto;
}

.button__menu{
  width: 100%;
}

.button__menu a{
  padding: 20px;
}

.button--flex--end{
  align-items: end;
  gap:0;
}

.menu-txt{
  margin-bottom: 10px;
}

.menu-blick-1{
  margin-right: 0;
}

.menu-blick-2{
  margin-left: 0;
}

@media screen and (min-width: 768px){
  .menu-blick-1{
    margin-right: 50px;
  }
  
  .menu-blick-2{
  }

  .menu-blick-3{
    margin-left: 50px;
  }
  
}

.close-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  justify-content: center;
}
.close-section-container{
  padding: 10vh 20px;
}
.close-section-container h1{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.close-section-container p{
  font-size: 13px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 768px){
  .close-section {
    min-height: 90vh;
  }
  .close-section-container{
    padding: 20vh 0;
    text-align: center;
  }
  .close-section-container h1{
    font-size: 20px;
  }
  .close-section-container p{
    font-size: 16px;
    margin-top: 30px;
  }
}