@charset "UTF-8";


/*
========================================
リセットCSS
=========================================
 */

/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
========================================
基本情報
=========================================
 */

 /* *{
	outline: 2px solid blue;
 }  */

.m_a{
  max-width:min(100%,1200px);
  padding-left: 20px;
  padding-right: 20px;
}

.m_lr{
  margin: 0 auto;
}

.main_pa{
  padding-top: 140px;
  padding-bottom: 140px;
}

.main_col{
  margin-bottom: 140px;
}

p{
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color:#514d4d;
}

  img{
    width: 100%;
}

.title{
  width: auto;
  margin: 0 auto;
}

h1{
  text-align: center;
  font-size: clamp(50px,3vw,64px);
  color: #211E1E;
  font-family: 'Kanit', sans-serif;
  margin-bottom: clamp(50px,3vw,64px);
  letter-spacing: 0.01em;
}

h2{
  font-family: 'Kanit', sans-serif;
}

html{
  scroll-behavior: smooth;
}


/*
========================================
ヘッダー
=========================================
 */

#top{
  position: relative;
  background-image: url(image/BG_top.png);
  background-repeat: no-repeat;
  background-position: center -160px;
  background-size: cover;
  height: 95vh;
  border: 20px solid #F8D621;

}

.icon{
  width: 25px;
  height: 25px;
  margin: 5px;
}

@media (min-width:1280px) {
  .icon{
    width: 45px;
    height: 45px;
    margin: 5px;
  }
}

.icon_warapper{
  display: flex;
  align-items: center;
  vertical-align: bottom;
  cursor: pointer;
  margin-top: 10px;
}

@media (min-width:768px) {
  .icon_warapper{
    margin-top: 20px;
  }
}

.btn-circle{
  border-radius: 50%;
  border: 2px solid #707070;
  background: #fdfdfd;
  margin: 5px 5px 5px 0px;
  box-shadow: 5px 5px 0px -2px #6CB9D0,5px 5px 0 0 #707070;
  cursor: pointer;
  padding: 5px 10px 5px 10px
}

.btn-circle:first-child{
  margin: 5px 5px 5px -5px;
}

.btn-circle:last-child{
  position: relative;
}

.btn-circle:hover{
  box-shadow: none;
  animation: kf-circle-btn 0.3s;
}

@keyframes kf-circle-btn {
  0%{
    transform: translate(0);
  }
  100%{
    transform: translate(5px,5px);
  }
}


.book{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.9rem;
  margin-left: 5px;
}

.book p{
  line-height: 1rem;
}

.book::before{
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
  rotate: -20deg;
  margin-bottom: 3px;
}

.book::after{
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
  rotate: 20deg;
  margin-top: 3px;
}

.logo{
    width: clamp(260px, 47vw, 660px);
    z-index: 3;
}

.logo_wrapper{
  display: grid;
  place-items: center;
  height: 100vh;
}

nav a{
    display: block;
    text-decoration: none;
    color: #211E1E;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    line-height: 1.5rem;
    /* padding: 4px; */
    padding-bottom: clamp(10px,3vw,24px);
}

@media (min-width: 760px) {
  nav a{
      font-size: 30px;
      /* line-height: 2.5rem; */
    }
}

nav a:hover{
  color: #726D6D;
}

.header_nav{
    position: absolute;
    bottom: 30px;
    left: clamp(30px,3vw,50px);
}

@media (max-width:375px) {
  .header_nav{
    left: 10px;
  }
}

@media (max-width:280px) {
  .header_nav{
    left: 15px;
  }
}

.video{
  width: clamp(400px,63vw,1200px);
  /* margin: 5% auto; */
  margin:0 auto;
}

.video video{
  width: 100%;
  height: auto;
  display: block;
}


/*
========================================
ラベル
=========================================
 */

.label {
  white-space: nowrap;
  overflow: hidden;
  border-top: 20px solid #F8D621;
  border-bottom: 20px solid #F8D621;
  background-color: #fdfdfd;
  animation: loop2 60s linear infinite;
}

.label p{
  display: inline-block;
  font-family: 'Dongle', sans-serif;
  font-size: 50px;
  color: #F8D621;
  padding-top: clamp(40px,3vw,50px);
  padding-bottom: clamp(40px,3vw,50px);
}


/*
========================================
アバウト
=========================================
 */

#about{
  position: relative;
  background-image: url(image/earth-mb.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.text{
  /* padding: clamp(24px,3vw,32px); */
  padding: clamp(24px,3vw,50px);
}

@media (min-width: 760px){
  #about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
}

@media (min-width: 960px){
  #about{
    background-image: url(image/earth.png);
  }
}

@media (min-width: 1024px){
  #about{
    background-image: url(image/earth.png);
  }
}

@media (min-width: 1025px){
  #about{
    background-image: url(image/earth.png);
    height: 120vh;
  }
}

@media (min-width: 1280px) {
  #about{
      padding: 75px;
      height: auto;
    }
}

@media (min-width: 1366px) {
  #about{
    padding: 130px;
  }
}

@media (min-width: 1920px) {
  #about{
    padding: 230px;
  }
}

.text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  background: #fdfdfd;
  border: 4px solid #E0D4BB;
  padding: 30px;
}

.text_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.text p{
  line-height: 2.5rem;
}

@media (min-width: 768px) {

  .text{
      display: inline-block;
      width: 445px;
    }
    .text_wrapper{
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 0px;
      margin-top: 20px;
    }
}

@media (min-width: 912px){
  .text_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
    margin-top: 0px;
  }
}


@media (min-width: 1280px) {

  .text{
      display: inline-block;
      width: 654px;
      font-size: 1.5rem;
      line-height: 3rem;
    }

    .text p{
      font-size: 1.2rem;
      line-height: 3rem;
    }

    .text_wrapper{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      margin-right: 0px;
      margin-top: 0px;
    }
}

@media (max-width: 280px){
  .text{
    width: 253px;
  }
}

@media (min-width: 960px){
  .flag_img{
    position: absolute;
    bottom: -60px;
    right: 0px;
    width: 50%;
  }
}


/*
========================================
ピクチャー
=========================================
 */

.picture{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  /* margin: 5% auto 15%; */

}

.picture1{
  position: relative;
}

.picture2{
  position: relative;
}

.picture3{
  position: relative;
}

@media (min-width: 539px){

  .picture{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    overflow: hidden;
  }

  .picture1{
    transform: rotate(5deg);
  }

  .picture2{
    width: 700%;
    transform: rotate(-5deg);
  }

  .picture3{
    transform: rotate(5deg);
  }

  .photo_img{
    width: 180px;
  }
}

@media (min-width: 720px){

  .picture2{
    width: 350%;
  }

  .photo_img{
    width: 250px;
  }
}

@media (min-width: 900px){
  .picture2{
    width: 350%;
  }

  .photo_img{
    width: 300px;
  }
}

@media (min-width: 1280px){

  .picture2{
    width: 270%;
  }

  .photo_img{
    width: 400px;
  }
}

.photo_text1{
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 50%;
  transform: rotate(30deg);
  z-index: 2;
}

.photo_text2{
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 50%;
  transform: rotate(0deg);
  z-index: 2;
}

.photo_text3{
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 50%;
  transform: rotate(30deg);
  z-index: 2;
}

@media (min-width: 539px){
  .photo_text1{
    display:none;
  }

  .photo_text2{
    display:none;
  }

  .photo_text3{
    display:none;
  }

}

.cover-slide{
  position: relative;
  overflow: hidden;
}

.cover-slide::after{
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaebe6;
}

.cover-slide2{
  position: relative;
  overflow: hidden;
}

.cover-slide2::after{
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0D4BB;
}

.cover-slide.inview::after{
  animation: kf-cover-slide 1.6s ease-in-out 1 forwards;
}

.cover-slide2.inview::after{
  animation: kf-cover-slide 1.6s ease-in-out 1 forwards;
}

@keyframes kf-cover-slide {
  0%{
    left: 0;
    right: 100%;
  }
  50%{
    left: 0;
    right: 0;
  }
  100%{
    left: 100%;
    right: 0;
  }
}

.img-zoom{
  opacity: 0;
}

.inview .img-zoom{
  opacity: 1;
  animation: kf-img-show 1.6s ease-in-out 1 forwards;
}

@keyframes kf-img-show {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  50.1%{
    opacity: 1;
    transform: scale(1.5);
  }
  100%{
    opacity: 1;
  }
}


/*
========================================
ニュース
=========================================
 */

#news{
  background: #E0D4BB;
}

.news_warapper{
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(32px,6vw,104px);
  align-items: center;
}

.news_text_warapper{
  width: 50%;
}

.news_text_inner{
  padding-right: 10%;
  padding-bottom: 8%;
}

.news_text_inner p{
  margin-bottom: clamp(16px,3vw,32px);
  font-size: clamp(16px,2vw,19px);
}

.news_text{
  background-image: url(image/fukidashi.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 800/521;
  display: grid;
  place-items: center;
}

.news_img{
  width: 50%;
}

/*
========================================
メニュー
=========================================
 */

.menu_title h2{
  display: inline-block;
  width: 120px;
  font-size: clamp(20px,3vw,28px);
  text-align: center;
  /* transform: rotate(-18deg); */
  transform: rotate(-14deg);
  padding: 10px 16px;
  /* margin-left: 5%; */
}

@media (min-width:768px) {
  .menu_title h2{
    margin-bottom: 22px;
  }
}

.menu_title h2:nth-child(2){
  display: inline-block;
  width: 100px;
  border: 1px solid #726D6D;
}

.menu_title_1{
  color: #726D6D;
  background-color: #fdfdfd;
  border: solid 2px #726D6D;
}

.menu_title_2{
  color: #fdfdfd;
  background-color: #726D6D;
}


.menu_title_3{
  color: #726D6D;
  background-color: #fdfdfd;
  border: solid 2px #726D6D;
}

@media (min-width:960px){
  .menu_title{
    width:80%;
    margin:0 auto;
    margin-top: 80px;
    margin-bottom:40px;
  }
}

.menu_title p{
  display: inline-block;
  width: 100px;
  color: #726D6D;
  text-align: center;
  /* transform: rotate(-18deg); */
  transform: rotate(-14deg);
  margin-left: 50px;
}

.menu_title{
  display: flex;
  flex-direction: column;
}

@media (min-width:720px){
  .menu_title p{
    margin-left: -50px;
	margin-top: 32px;
  }

  .menu_title{
    display: flex;
    flex-direction: row;
  }
}

.swiper {
  /* width: 90%; */
  width: 80%;
  height: auto;
  text-align: center;
  /* margin-bottom: 85px; */
}

.bainmee img{
  width: 240px;
}

.food img{
  width: 240px;
}

.drink img{
  width: 240px;
}

.swiper-pagination{
  color: #A34641;
}

.swiper-button-prev {
  color: #A34641;
}

.swiper-button-next{
  color: #A34641;
}

.swiper-slide{
  position: relative;
  padding-bottom: 80px;
}

.swiper-slide p{
  position: absolute;
  bottom: 100px;
  right: clamp(50px,5vw,70px);
  rotate: -18deg;
  color: #77403d;
  background: #fdfdfd;
	font-size: clamp(16px,3vw,18px);
}

.swiper-slide .vi{
  position: absolute;
  bottom: 146px;
  right: 90px;
  rotate: -18deg;
  color: #77403d;
}

.swiper-slide .en{
  position: absolute;
  bottom: 146px;
  right: 90px;
  rotate: -18deg;
  color: #77403d;
}

@media (max-width:280px) {
  .swiper-slide p{
    bottom: 32px;
  }

  .swiper-slide .en{
    bottom: 76px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,0px);
}

}

/* メニューリスト */

.menu_list{
  width: 80%;
  margin: 0 auto;
  font-family: 'Noto Sans JP';
	/* margin-top: 140px; */
  margin-bottom: 140px;
}

@media (min-width:768px) {
  .menu_list{
    width: 86%;
  }
}

@media (min-width:820px) {
  .menu_list{
    width: 80%;
  }
}

@media (max-width:280px) {
  .menu_list{
    width: 93%;
  }
}

.tab{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab li{
  width: 33.3%;
}

.tab li a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #E0D4BB;
  color: #fdfdfd;
  padding: 20px clamp(12px,3vw,20px);
  text-decoration: none;
  text-align: center;
  font-size:clamp(16px,3vw,19px);
  gap: 12px;
}

@media (max-width:280px){
  .tab li a{
    padding: 20px 0px;
  }
}

.tab li.active a{
  background: #fdfdfd;
  color: #E0D4BB;
  border: 1px solid #E0D4BB;
}

@media (min-width:960px){

  .tab{
    max-width: 830px;
    margin: 0 auto;
  }

  .list_area{
    max-width: 830px;
  }
}

.list_area{
  display: none;
  text-align: center;
  background: #fdfdfd;
  margin: 0 auto;
  border: 1px solid #E0D4BB;
  line-height: 3rem;
}

.list_area.is-active{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width:1024px) {
  .list_area.is-active{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

.list_area dl{
  padding-top: 50px;
  padding-bottom: 50px;
}

.list_area div{
  display: flex;
  text-align: start;
  margin-bottom: 24px;
  gap: clamp(0px,6vw,60px);
  justify-content:space-between;
}

.list_area div:last-child{
	margin-bottom: 0px;
}

.list_area dt{
  min-width: 14rem;
  font-size: clamp(16px,2vw,17px);
}

.list_area .en dt{
  min-width: 17rem;
}

@media (max-width:430px) {
  .list_area .en dt{
    min-width: 14rem;
    font-size: 13px;
  }

  .list_area .en dd{
    font-size: 14px;
  }
}

@media (max-width:280px) {
  .list_area dt{
    min-width: 12rem;
    font-size: 13px;
  }

  .list_area dt{
    font-size: 14px;
  }

  .list_area .en dt{
    min-width: 12rem;
    font-size: 11px;
  }

  .list_area .en dd{
    font-size: 14px;
  }
}

/* テイクアウト */

.takeout_img{
  display: block;
	margin: 0 auto;
  /* margin-top: 80px; */
  width: 330px;
}

@media (max-width:360px) {
  .takeout_img{
    width: 250px;
  }
}

.takeout_img{
  animation: ak-takeout 2s infinite;
}

@keyframes ak-takeout {
  0%{
    transform: rotate(-5deg);
  }
  100%{
    transform: rotate(5deg);
  }
}

.takeout-btn{
  display: block;
  width: clamp(250px,24vw,350px);
  margin: 0 auto;
  border-radius: 40%;
  border: 1px solid #707070;
  background: #fdfdfd;
  box-shadow: 5px 5px 0px -1px #6CB9D0,5px 5px 0 0 #707070;
  /* padding: 0px 50px; */
  padding: 10px 50px 0px;
  cursor: pointer;
  font-family: 'Dongle', sans-serif;
  font-size: clamp(40px,4vw,60px);
  font-weight: 900;
  color: #6CB9D0;
  -webkit-text-stroke: 0.5px #707070;
  /* padding-top: 5px; */
}

.takeout-btn:hover{
  box-shadow: none;
  animation: kf-circle-btn 0.3s;
}

/*
========================================
info
=========================================
 */

#info{
  /* margin-top: 5%; */
  background-color: #E0D4BB;
}

@media (min-width:1280px){
  #info{
    /* background-image: url(image/bg_br.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    /* padding-bottom: 15%; */
    background: #e0d4bb;
	/* padding-top: 320px; */
  }
}

@media (min-width:1080px){
  #info{
    /* padding-bottom: 300px; */
  }
}

#info h1{
  color: #fff;
	/* margin-bottom: clamp(32px,2vw,50px); */
}

.info_content{
  display: flex;
  flex-direction: column;
}

@media (min-width:1280px) {
  .info_content{
    flex-direction: row;
    align-items: center;
	  /* padding-bottom: 175px; */
  }
}

.shop_img{
  margin: 0px;
  /* margin-bottom: 60px; */
}

@media (min-width:1280px){
  .shop_img{
    width: 50%;
    object-fit: cover;
  }
}

.info_date{
  /* padding-bottom: clamp(32px,2vw,48px); */
  padding-bottom:60px;
}

.info_date dt{
  color: #fdfdfd;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP';
  margin-bottom:20px;
}

.info_date dd{
  color: #fdfdfd;
  letter-spacing: 0.1rem;
  line-height: 2;
  font-family: 'Noto Sans JP';
}

.info_date div{
  display: flex;
}

.info_date dt{
  min-width: 7rem;
}

.tel{
  color: #fdfdfd;
}

.map_icon{
  display: grid;
  place-items: center;
  width: 30px;
  margin: 0 auto;
}

#info article{
  margin: 0 auto;
}

@media (min-width:960px){
  #info p {
    padding-bottom: 27px;
  }

}

/*
========================================
インスタグラム
=========================================
 */

.instagram_img img{
  width: 40%;
}

.instagram_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

@media (min-width:540px){
  .instagram_img img{
    width: 35%;
  }
}

@media (min-width:960px){
  .instagram_img img{
    width: 220px;
  }

  .instagram_img{
    display: flex;
    justify-content: center;
    max-width: 950px;
    margin: 0 auto;
  }
}

.instagram_icon{
  width: 30px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
}

.img_item{
  opacity: 1;
  width: 100%;
  object-fit: cover;
}

/*
========================================
フェードイン
=========================================
 */

.fadeUp{
  animation-name: fadeUpAnime;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

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

/*
========================================
フッター
=========================================
 */

footer{
  background-color: #F8D621;
  color: #fdfdfd;
}

.footer_lavel{
  white-space: nowrap;
  overflow: hidden;
  font-size: 50px;
  padding-top: 140px;
  padding-bottom: 104px;
}

.footer_lavel p{
  font-family: 'Dongle', sans-serif;
  color: #fdfdfd;
}

.label_wrapper {
  display: flex;
  gap: 2rem;
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.footer_nav a{
  text-align: center;
  line-height: 2.5rem;
  font-size: 30px;
  color: #fdfdfd;
}

.footer_icon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.footer_instagram{
  width: 30px;
	margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 30px;
}

.footer_telephone{
  width: 30px;
  margin: 0 auto;
}

.footer_logo2{
  width: 375px;
	margin: 0 auto;
  margin-top: 90px;
  /* margin-bottom: 54px; */
  margin-bottom: 140px;
}

@media (max-width:400px){
  .footer_logo2{
    width: 300px;
  }
}

@media (max-width:280px){
  .footer_logo2{
    width: 230px;
  }
}

/*
========================================
言語切り替え
=========================================
 */

.language {
  color: #211E1E;
  text-decoration: none;
  border: 1px solid #211E1E;
  padding: 8px 16px;
  background-color: #fdfdfd;
  font-family: 'Meirio';
  font-size: 1rem;
}

.language-vi{
  color: #211E1E;
  text-decoration: none;
  border: 1px solid #211E1E;
  padding: 0px 10%;
  background-color: #fdfdfd;
  font-family: 'Meirio';
  font-size: 1rem;
}

.language:hover {
  background-color: #726D6D;
  color: #fdfdfd;
  border: none
}

.language-vi:hover{
  background-color: #726D6D;
  color: #fdfdfd;
  border: none
}

.language_warapper{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}


/*
========================================
ロード
=========================================
 */

.pace-done #top{
	transition: opacity 1s;
	opacity: 1;
}

#top{
	opacity: 0;
}

.pace-done .label{
	transition: opacity 1s;
	opacity: 1;
}

.label{
	opacity: 0;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	z-index: 2000;
	position: fixed;
	margin: auto;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 200px;
	overflow: hidden;
}

.pace .pace-progress {
	transform: none !important;
}

.pace .pace-progress:after {
	content: attr(data-progress-text);
	display: inline-block;
	font-weight: 100;
	font-size: 1.5rem;
	font-family: 'Kanit', sans-serif;
	width: 50px;
	text-align: center;
	position: fixed;
	right: 50%;
	top: 50%;
	transform: translate(50%,50%);
}

.pace .pace-activity {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2001;
	background-image: url(image/logo.png);
	background-size:160px 100px ;
	background-position: center center;
	background-repeat:no-repeat ;
}

.pace.pace-inactive {
	display: none;
}

@media (max-width: 820px) {

  .main_col {
    margin-bottom: 120px;
  }

  .main_pa {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* ヘッダー */

  #top{
    height: 50vh;
  }

  .logo_wrapper{
    height: 50vh;
  }

  .news_warapper{
    flex-direction: column;
  }

  /* メニュー */

    #menu h1{
    margin-bottom: 80px;
  }

  .menu_title{
    flex-direction: column;
    margin-bottom: 4px;
  }

	.menu_title p{
    margin-left: 60px;
	}

  .menu_title h2{
    margin-left: 20px;
    margin-bottom: 8px;
  }

  .list_area div{
    gap: 0px;
	}

  .swiper{
    width: 90%;
  }

	.swiper-slide p{
    bottom: 60px;
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    rotate: -9deg;
    text-wrap: nowrap;
	}

  .banh_mi_menu{
    margin-bottom: 80px;
  }

  .food_menu{
    margin-bottom: 80px;
  }

  /* 店舗情報 */

	.shop_img{
		margin-bottom: 60px;
  }
}

@media (max-width:550px){

  .main_pa{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main_col{
    margin-bottom: 80px;
  }

  #top{
    height: 95vh;
  }

  .logo_wrapper{
    height: 80vh;
  }

  .header_nav{
    bottom: 40px;
  }

  .video{
    width: 100%;
  }

  /* アバウト */

  .text_wrapper{
    width: 100%;
  }

  .text{
    width: auto;
  }

  /* ニュース */

  .news_text_warapper{
    width: 100%;
  }

  .news_img{
    width: 100%;
  }

  .shop_img{
	margin-bottom: 60px;
	}

  /* メニュー */

  #menu h1{
    margin-bottom: 80px;
  }

  .menu_title{
    margin-bottom: 4px;
  }

	.menu_title p{
    margin-left: 60px;
    /* margin-left: 40px; */
	}

  .menu_title h2{
    margin-left: 20px;
  }


  .list_area div{
    gap: 0px;
	}

  .swiper{
    width: 90%;
  }

	.swiper-slide p{
    bottom: 60px;
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    rotate: -9deg;
    text-wrap: nowrap;
	}

	.swiper-slide .vi{
	    bottom: 100px;
      right: 34px;
  }

	.swiper-slide .en{
	    bottom: 100px;
      right: 34px;
  }

  .banh_mi_menu{
    margin-bottom: 80px;
  }

  .food_menu{
    margin-bottom: 80px;
  }

	.tab li a{
		font-size: 0.8rem;
	}

  .menu_list{
    margin-bottom: 80px;
  }

  /* フッター*/

  .footer_lavel{
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_logo2{
  margin-bottom:80px
}

}






