@charset "UTF-8";
/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  
  
body {
    box-sizing: border-box;
    background-color: #FF8c00;
    font-family: 'Roboto','Lato','Noto Sans JP',sans-serif;
  
}
/* 冬限定雪を降らせる */
.snow {
  /*雪の色*/
  color: #ffffff;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 11s linear infinite;
  z-index: 1000;
  display: none;
  
}
  /*2つめの雪アニメーション*/
.snow2nd {
    animation: anim 14s linear infinite;
  display: none;
    
    
}


@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}

.wrap {
    overflow: hidden;
    display: block;
}
/* PCではハンバーガーメニューを表示しない */
@media screen and (min-width: 768px) {
.hamburger-demo-menubox {
	display: none;
	}
}

.gnav {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}

.gnav p {
    font-size: 1.3vw;
    text-align: center;
    margin-top: 0px;
    display: none;
}
ul.inner {
    display: flex;
    list-style: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.gnav ul .inner {
    display: flex;
    list-style: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.gnav li {
    display: flex;
    width: 22%;
    text-align: center;
    line-height: 18px;
    font-family: 'Yomogi';
    font-size: 16px;
    display: none;
}
.gnav li em {
    display: block;
    width: 100%;
    font-style: normal;
    font-family: 'Sacramento';
    font-size: 2.4vw;
    text-align: center;
    display: none;
}
.ph-thin {
    font-family: 'Phosphor-Thin';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

/* 右サイドナビタブボタン */

.navi-button-flame {
    position: fixed;
    text-align: right;
    width: 100%;
    z-index: 9000;
}

.navi-button-menu {
    position: relative;
    display: inline-block;
    margin-right: 1%;
    animation-name: fadein;
    animation-duration: 3s;
    z-index: 3000;
}
@keyframes fadein {
    from {
    opacity: 0;
    transform: translatex(-40px);
    }
    to {
    opacity: 1;
    transform: translatex(0);
    }
}

.navi-button-menu li {
    transition: all 0.6s ease 0s;
}


.navi-button-menu li:hover {
	transform: scale(1.1, 1.1);
}

.navi-button-menu li img {
    width: 30%;
}



header {
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
    z-index: 1;
}
/* mp4動画設定 */
video {
    margin-top: 60px;
    margin-bottom: 0px;
    width: 50%;
   
}

/* クーポン画像設定 */
.coupon img {
    margin-top: -20px;
    width: 80%;
}
 /* ふわふわアニメーション設定 */
header h1 {
    margin-top: 4vh;
    text-align: center;
    color: #ffffff;
    font-family: 'Cabin Sketch';
    font-size: 6vw;
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
}
header p {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi',sans-serif;
    font-size: 2.8vw;
    position: relative;
    margin-top: 1vh;
}
 /* ふわっとアニメーション設定 */
header img {
    margin-top: 20px;
    animation-name: fadeInAnime;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    opacity: 0;
    max-width: 64%;
    
}


i.ph.ph-van {
    font-weight: 100;
    font-size: 24px;
}
i.ph.ph-calendar-blank {
    font-weight: 100;
    font-size: 24px;
}
i.ph.ph-fork-knife {
    font-weight: 100;
    font-size: 24px;
}
i.ph.ph-twitter-logo {
    font-weight: 100;
    font-size: 24px;
}
i.fa-regular.fa-flag {
    font-weight: 100;
    font-size: 24px;
}
i.ph.ph-instagram-logo {
    font-weight: 100;
    font-size: 24px;
}
i.ph.ph-map-pin-line {
    font-weight: 100;
    font-size: 24px;
}
i.ph.ph-paper-plane-tilt {
    font-weight: 100;
    font-size: 24px;
}

/* 画像スライダー設定はじまり */
.slide {
    width: 480px;
    height: 320px;
    overflow: hidden;
    margin-top: 4vh;
    display: block;
    outline: 1px solid #FFFFFF;
    outline-offset: 16px;
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    border-width: 1px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 34s linear infinite;
}
/* 画像を暗くするオーバーレイ */
.slide-image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.slide-image:nth-child(1) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage1.png);
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage2.png);
  animation-delay: 5s;
}

.slide-image:nth-child(3) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage3.png);
  animation-delay: 10s;
}
.slide-image:nth-child(4) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage4.png);
  animation-delay: 15s;
}
.slide-image:nth-child(5) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage5.png);
  animation-delay: 20s;
}
.slide-image:nth-child(6) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage6.png);
  animation-delay: 25s;
}
.slide-image:nth-child(7) {
  background-image: url(https://garagekitchentop.com/swiperimage/swiperimage7.png);
  animation-delay: 30s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2.86% {
    opacity: 1;
  }
  14.29% {
    opacity: 1;
  }
  25.71% {
    opacity: 0;
    transform: scale(1.2);
  }
  40.00% {
    opacity: 0;
    transform: scale(1.2);
  }
  54.29% {
    opacity: 0;
    transform: scale(1.2);
  }
  68.57% {
    opacity: 0;
    transform: scale(1.2);
  }
  82.86% {
    opacity: 0;
    transform: scale(1.2);
  }
    100% {
  opacity: 0;
  }
}
/* 画像スライダー設定おわり */

  /* LINEショップカードご案内設定 */
 /* LINEショップカードご案内アニメーションぽよよん設定 */
.LINEShopcard {
    position: fixed;
    max-width: 100%;
    text-align: right;
    display: inline-block;
    bottom: 3%;
    right: 1%;
    z-index: 1000;
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
  display: none;
}
.deli {
    position: fixed;
    max-width: 100%;
    text-align: right;
    display: inline-block;
    bottom: 3%;
    right: 1%;
    z-index: 1000;
    animation: poyoyon3 2.5s infinite;
    opacity: 1;
    display: none;
}
/* バツ印設定 */
.modalClose {
    animation: poyoyon3 2.5s infinite;
    position: fixed;
    font-size: 3.0rem;
    background-color: #ffffff;
    font-weight: bold;
    color: #ff1745;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.3em;
    line-height: 1.3em;
    cursor: pointer;
    transition: .2s;
    display: inline-flex;
    bottom: 43%;
    right: 3%;
    z-index: 2000;
    display: none;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(1deg, 1deg);
  }
  10% {
    transform: skew(-1deg, -1deg);
  }
  15% {
    transform: skew(1deg, 1deg);
  }
  20% {
    transform: skew(-1deg, -1deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.1deg, -0.1deg);
  }
  35% {
    transform: skew(0.1deg, 0.1deg);
  }
}
.LINEShopcard img {
    width: 60%;
}
  
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}



@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
to {
    opacity: 1;
  }
}

#intro {
   position: relative;
    text-align: center;
    color: #ffffff;
    margin-top: 16px;
}

#intro img {
    max-width: 70%;
}
#intro p {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 2.0vw;
    line-height: 180%;
    font-weight: 600;
}

/* イベント出店告知 */
#eventinfo {
    margin-top: 80px ;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#eventinfo img {
    max-width: 100%;
}

/* 開店日時詳細について */
.open {
    text-align: center;
    margin-top: 24px;
}
.open img {
    width: 60%;
}


/* クレープシュゼットについて */
#Suzettebox {
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            margin-top: 0px;
            color: #ffffff;
            padding: 16px 36px 36px 36px;
            text-align: center;
        }
#Suzettebox video {
            margin-top: 20px;
            width: 50%;
            margin-bottom: 20px;
            position: relative;
            float: left;
        }
        
#Suzettebox img {
            max-width: 50%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            margin-top: 20px;
        }

#Suzettebox h3 {
    font-size: 3.0vh;
   font-family: 'Kosugi Maru';
            line-height: 4vh;
            font-weight: 800;
}
#Suzettebox p {
    font-size: 1.6vh;
            font-family: serif;
            margin-top: 0px;
            line-height: 2.4vh;
            font-weight: 700;
}



/* デリバリーとテイクアウトについて */
#deli {
    max-width: 50%;
            margin: auto;
            text-align: center;
            position: relative;
            z-index: 10000;
}

#deli img {
    max-width: 60%;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
}

/* デリバリーバッグゆらゆら */
#deli_move {
position: relative;
            z-index: 10000;
}
#deli_move img {
animation: yurayura 3s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}


.aboutshop {
    background-image: url(https://garagekitchentop.com/topimage/shopimage2.png);
    margin-top: 0vh;
    text-align: center;
    margin-bottom: 3vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26%;
    background-position-y: 7vh;
}
.aboutshop h1.wakuh1 {
	padding: 0.1em;
    border: 2px solid #ffffff;
    border-radius: 1em 0.6em 2em 0.6em/0.6em 2em 0.6em 1em;
    font-size: 6.8vw;
    color: #ffffff;
    font-family: 'Yomogi';
    max-width: 16%;
    margin: auto;
}
.aboutdelitakeout{
 max-width: 90%;
    margin: auto;   
}
.aboutdelitakeout p {
  color: #ffffff;
    font-size: 1vw;
   font-weight: 600;
   display: contents;
   display: block;
    
}

.aboutdelitakeout h3 {
   color: #ffffff;
    font-size: 2vw;
    font-family: 'Kosugi Maru';
    display: contents;
    padding-right: 24px;
    margin-left: 48px;
    vertical-align: top;
    margin-top: 36px;
}
i.fa-solid.fa-link {
    margin-right: 10px;
}
.aboutdelitakeout img {
    width: 18%;
    vertical-align: middle;
    padding-left: 12px;
}
.aboutdelitakeout img:hover {
  transform: scale(1.1);
}

.aboutshop h2 {
    color: #ffffff;
    font-size: 2.4vw;
    font-family: 'Kosugi Maru';
    line-height: 40px;
    text-align: left;
    max-width: 36%;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
}
.aboutshop p {
  color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Yomogi';
    line-height: 180%;
    margin-bottom: 24px;
}
 /* ゆらゆらアニメーション設定 */
.abouttravel {
    text-align: center;
    position: relative;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border: solid 1px #ffffff;
    border-radius: 50px;
    max-width: 64%;
    margin: auto;
    transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
    transition: 1.5s ease-in-out;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1vh;
}
.abouttravel:before, .abouttravel:after { 
    position: absolute;
    top: 0;
    content:'';
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.abouttravel:before {
    left:0;
    border: solid 1px #ffffff;
    transform: rotate(-0.7deg);
}
.abouttravel:after {
    left:0;
    border: solid 1px #ffffff;
    transform: rotate(0.7deg);
}
.abouttravel p {
    padding: 0;
    color: #ffffff;
    line-height: 180%;
    max-width: 100%;
    margin: auto;
    font-size: 1.8vw;
    font-family: 'Kosugi Maru';
}
/* GotoTopページへボタン設定 */
.gototop {
    position: fixed;
    max-width: 100%;
    bottom: 60px;
    margin-top: 4vh;
    margin-left: 4vw;
}
.gototop img {
    max-width: 100%;
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



#info {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
}

#info h1 {
    width: 24%;
    margin: auto;
    position: relative;
    padding: 1.4vh;
    border-radius: 10px;
    border: 3px solid #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 2.0vw;
    margin-top: 4vh;
    text-align: center;
}
#info h1:before {
   position: absolute;
    top: 6px;
    left: 6px;
    width: 103%;
    height: 107%;
    border-radius: 10px;
    border: 3px solid #333;
    content: "";
}
#info h1:after {
    position: absolute;
    bottom: -31px;
    left: 50px;
    transform: skew(-25deg);
    height: 25px;
    width: 12px;
    border-right: 3px solid #333;
    background-color: #fff;
    content: "";
 } 
#info p {
    margin-top: 4vh;
    color: #ffffff;
    font-family: 'Fredericka the Great';
    font-size: 3vw;
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
}
 /* 新お知らせ設定 */

.oshirase {
    max-width: 80%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            z-index: 10000;
}

.oshirase ul {
            display: inline-flex;
            font-size: 1.1vw;
            color: #ffffff;
            font-family: 'Kosugi Maru';
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            border-bottom: dashed #ffffff 1px;
            padding-top: 12px;
            line-height: 140%;
            padding-bottom: 4px;
}
.oshirase ul li:nth-child(1) {
    flex-basis: 8%;
            font-size: 1.2vw;
    
}    
    
    
.oshirase ul li:nth-child(2) {
flex-basis: 12%;
            border-radius: 24px;
            border-color: #ffffff;
            border-width: 2px;
            margin-right: 12px;
            text-align: center;
            font-size: 0.85vw;
            height: 2.0vh;
            margin-top: -2px;
}

.oshirase ul li:nth-child(3) {
flex-basis: 80%;

}
 .oshirase ul li:nth-child(3) a {
color:#7b5544;

}

 /* Twitter設定 */

#twitter {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vh;
    margin-bottom: 6vh;
}

.twitter-timeline.twitter-timeline-rendered {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

/* カレンダー設定 */
#infocalendar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0vh;
}
div#calendar {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: contents;
}

#infocalendar h1 {
    width: 24%;
    margin: auto;
    position: relative;
    padding: 1.4vh;
    border-radius: 10px;
    border: 3px solid #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 2.0vw;
    margin-top: 12vh;
    text-align: center;
}
#infocalendar h1:before {
   position: absolute;
    top: 6px;
    left: 6px;
    width: 103%;
    height: 107%;
    border-radius: 10px;
    border: 3px solid #333;
    content: "";
}
#infocalendar h1:after {
    position: absolute;
    bottom: -31px;
    left: 50px;
    transform: skew(-25deg);
    height: 25px;
    width: 12px;
    border-right: 3px solid #333;
    background-color: #fff;
    content: "";
 }
#infocalendar p {
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 3.2vw;
    text-align: center;
    margin-top: 6vh;
    transform: rotate(-6deg);
    float: right;
    animation: poyopoyotext 4s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyotext {
  0%, 40%, 60%, 80% {
    transform: scale(1.0) rotate(-6deg);
  }
  50%, 70% {
    transform: scale(0.95) rotate(-6deg);
  }
}
#infocalendar img {
    margin-top: -8vh;
    width: 28vw;
    position: relative;
    float: right;
    margin-right: 6%;
}
/* オリジナル予定表本体設定 */
#mcalendar {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: none;
}
#mcalendar table.tg {
    position: relative;
    display: table;
    border-style: solid;
    max-width: 96%;
    margin-top: 20px;
}
#mcalendar thead {
    position: relative;
}
#mcalendar tr {
    width: 100%;
    display: table-header-group;
}
.tg .tg-23tl {
    border-color: inherit;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
    width: 480px;
    font-size: 3.4vw;
    font-family: 'Yomogi';
    font-weight: normal;
    padding-bottom: 8px;
}
.tg-23tl em {
    font-style: normal;
    font-weight: normal;
    font-size: 5vw;
    font-family: 'Sacramento';
    margin-right: 24px;
    vertical-align: middle;
}
#mcalendar tbody {
    display: table-cell;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-left: 0px;
    border-bottom: 0px;
}

#mcalendar .tg .tg-plj4 {
    color: #ffffff;
    vertical-align: middle;
    width: 80px;
    text-align: right;
    font-size: 2.0vw;
    font-family: 'Yomogi';
    font-weight: 300;
    border-width: 0px 0px 1px 1px;
    border-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 36px;
}
#mcalendar .tg .tg-es9w {
    color: #ffffff;
    vertical-align: middle;
    width: 400px;
    font-size: 1.6vw;
    font-family: system-ui;
    font-weight: 300;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 36px;
    text-align: left;
}
i.fa-solid.fa-truck {
    font-size: 2.0vw;
    margin-right: 8px;
    transform: scaleX(-1);
}
i.fa-solid.fa-paw {
    font-size: 2.0vw;
    margin-left: 8px;
}
#mcalendar p i.fa-solid.fa-paw {
    font-size: 2.0vw;
    margin-left: 8px;
    margin-right: 8px;
}
i.fa-solid.fa-mobile-screen-button {
    font-size: 2.4vw;
    vertical-align: text-bottom;
    transform: rotate(15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(15deg);
    margin-right: 10px;
    margin-left: 4px;
}
#mcalendar img {
    width: 3vw;
    vertical-align: inherit;
    margin-left: 4px;
}
#mcalendar p {
    margin-top: 4px;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Yomogi';
    font-size: 1.0vw;
    margin-left: 20px;
    line-height: 24px;
}
/* オリジナルカレンダー本体設定 */
#calendar img {
    width: 100%;
}
i.fa-regular.fa-calendar-check {
    font-size: 2.4vw;
    margin-right: 8px;
    vertical-align: sub;
}
#calendar p {
    color: #ffffff;
    margin-top: 12px;
    font-family: 'Noto Sans JP';
    text-align: center;
}
/* オープン用カレンダー設定 */
#opencalendar {
    margin-top: 10px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            display: inline-block;
            margin-bottom: 0vh;
}
#opencalendar img {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3vh;
}
#opencalendar p {
    color: #ffffff;
    text-align: center;
    font-family: 'Kosugi Maru';
    margin-top: 12px;
}

/* メニュー設定 */
/* 区切り波線1設定 */

.custom-shape-divider-top-1736280008 {
            position: relative;
            top: 11vh;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }

.custom-shape-divider-top-1736280008 svg {
    position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 12vh;
}

.custom-shape-divider-top-1736280008 .shape-fill {
    fill: #FF8c00;
}


/* すべてのメニュータイトル */

.allmenu {
     background-image: url(https://garagekitchentop.com/limitedmenu/limitedmenuwall.jpg);
            max-width: 100%;
            height: auto;
}

.allmenu_title {
    max-width: 70%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0vh;
            position: relative;
    
}


.allmenu_title img {
    text-align: center;
            width: 100%;
            margin-top: -14vh;
    
}




/* 期間限定クレープ設定 */
.limitedcrepemenu {
  
            padding-bottom: 20vh;
            margin-top: -24px;
}

.limitedbody {
 max-width: 100%;
            margin-left: auto;
            margin-right: auto;

}

/* 期間限定クレープタイトル */
.limitedcrepemenu_title {
            margin-top: 5vh;
            text-align: center;
            margin-bottom: 4vh;
            padding-top: 0px;
        }
.limitedcrepemenu_title img {
    width: 80%;
}

/* 期間限定クレープ1段目 */
        .limitedcrepe1 {
          text-align: center;  
          margin-top: 48px;
        }
     .limitedcrepe1 img {
           width: 80%; 
           
        }



/* 期間限定クレープ設定2段目 */
.limitedcrepe2  {
          text-align: center;
           margin-top: 36px;
        }
        
     .limitedcrepe2 img {
           width: 80%; 
        }
        
        
 /* 期間限定クラフトビール設定 */
#limitedbeermenu {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.limitedbeer_title  {       
          margin-top: 2vh;
            text-align: center;
            margin-bottom: 4vh;
            padding-top: 40px;
        }
        
     .limitedbeer_title img {
          width: 80%;  
        }      

.limitedbeer {
          text-align: center;
        }
        
     .limitedbeer img {
           width: 80%; 
           margin-bottom: 56px
        }

/* グランドメニュー */

.grandmenukyoryubodyimage {
    position: absolute;
            max-width: 20%;
            margin-top: -14vh;
            margin-left: -8%;
}
.grandmenukyoryubodyimage img {
    filter: drop-shadow(5px 10px 5px #000000);
        
}



.grandmenu {
    background-image: url(https://garagekitchentop.com/grandmenu/grandmenubackimage.jpg);
    text-align: center;
    margin-top: -18vh;
    
}
.grandmenubody {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.grandmenutitle {
    max-width: 80%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-bottom: 0vh;
            padding-top: 4vh;
}

.grandmenusubtitle {
    max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            margin-top: 2vh;
            margin-bottom: 0vh;
}

.grandmenu img {
    width: 80%;
            margin-top: 2vh;
    
    
}
.grandmenukyoryu {
    float: right;
            margin-top: -6vh;
            margin-right: -10%;
}
.grandmenukyoryu img {
    max-width: 80%;
}

.kugiriimage {
    
    
}
.kugiriimage img {
            max-width: 80%;
            margin-top: 0vh;
        }

.drinkmenu {
    margin-top: 4vh;
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
}

.drinkmenu img {
            width: 100%;
            margin-top: 2vh;
        }

.pastlimitedmenu {
background-image: url(https://garagekitchentop.com/limitedmenu/limitedmenuwall.jpg);
            max-width: 100%;
            height: auto;
            padding-top: 8vh;
            padding-bottom: 0vh;
            text-align: center;
            margin-top: -10px;
}

.pastlimitedmenu img {
    padding-bottom: 4vh;
            width: 60%;
}
.pastlimitedmenutitle {
    padding-bottom: 16vh;
}

/* 区切り波線2設定 */

.custom-shape-divider-bottom-1736281631 {
    position: relative;
    bottom: 171px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1736281631 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 171px;
}

.custom-shape-divider-bottom-1736281631 .shape-fill {
    fill: #FF8c00;
}


/* インスタグラム設定 */
#instagram {
    width: 96%;
    width: 96%;
            margin: auto;
            margin-top: -23vh;
}
#instagram h1 {
    text-align: center;
    color: #ffffff;
    font-size: 5.6vh;
    font-family: 'Yomogi';
    margin-top: 86px;
}
#instagram img {
    max-width: 7%;
    margin: auto;
    margin-left: 30px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
#instagram p {
    padding-top: 20px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 2.2vw;
    animation-name: fadein;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatex(-20px);
    }
    to{
    opacity: 1;
    transform: translatex(0);
    }
}
iframe#iFrameResizer0 {
    margin-top: 40px;
    background-color: #ffffff; 
    padding: 1.1rem;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.5);
}
/* オリジナル地図設定 */
#map .maptop {
    max-width: 100%;
}
#map .maptop img {
    width: 80%;
    margin-top: 48px;
}
#map .maptop p {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 1.8vw;
    display: block;
    margin-top: 0px;
}
i.fa-solid.fa-location-dot {
    font-size: 2.4vw;
    padding-right: 0.2vw;
    vertical-align: baseline;
}
/* Google地図本体設定 */
#map .maptop {
    max-width: 100%;
}
#map .maptop img {
    width: 60%;
    margin-top: 0px;
}
#map .maptop p {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 1.0vw;
    display: block;
    margin-top: 0px;
}
i.fa-solid.fa-location-dot {
    font-size: 1.8vw;
    padding-right: 0.2vw;
    vertical-align: text-top;
}
/* Googlgeマップうめこみ地図設定 */
#map {
    width: 100%;
    margin: auto;
    margin-top: 6vh;
    text-align: center;
}
#map h1 {
    text-align: center;
    color: #ffffff;
    font-size: 5.6vw;
    font-family: 'Yomogi';
}
  
#map img {
    width: 18vw;
    margin-top: 2vh;
}
#map h2 {
    text-align: center;
    color: #ffffff;
    font-size: 2.6vw;
    margin-top: 2vh;
    font-family: 'Kosugi Maru';
}
#map p {
    text-align: center;
    line-height: 150%;
    margin-top: 2vh;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 2.0vw;
    display: inline-block;
} 

#map strong {
    font-weight: normal;
}
#map h3 {
    font-size: 2em;
    margin-top: 3vh;
    color: #ffffff;
    display: none;
}
 

/* ここからきょうりゅう足跡ぽてぽてアニメーション設定 */
.leftleg {
    margin-top: 4vh;
    margin-left: 14vw;
    position: absolute;
}
.leftleg img {
    max-width: 6vw;
    float: left;
    margin-top: -80px;
    margin-left: 100px;
    animation: walk 7s steps(7, end) infinite;
}
@keyframes walk {
to {
transform: translateX(675px);
}
   0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(150px, 150px);
  }
}
.rightleg {
    margin-top: 4vh;
    position: absolute;
    margin-left: 2vw;
}
.rightleg img {
    max-width: 6vw;
    float: left;
    margin-top: -80px;
    margin-left: 200px;
    animation: walk 7s steps(7, end) infinite;
    animation-delay: 0.5s;
}
@keyframes walk {
to {
transform: translateX(675px);
}
   0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(150px, 150px);
  }
}
/* ↑ここまで足跡上から下へフェードインアニメーション設定 */
.mapcomment {
    margin-top: 1vh;
}
.mapcomment p {
    text-align: center;
    line-height: 150%;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 20px;
    display: inline-block;
}  
.map strong {
    font-family: 'Noto Sans JP';
    font-weight: lighter;
    font-size: 18px;
}
.map h3 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
i.fa-solid.fa-phone {
    margin-right: 6px;
    font-size: 120%;
    vertical-align: middle;
}

/* 地図本体設定 */
#map iframe {
    max-width: 80%;
    height: 56vh;
    margin: auto;
    margin-top: 4vh;
}
.formrun-embed {
    max-width: 40%;
    margin: auto;
}
/* ↑お問い合わせフォーム編集設定 */
.vertical-body {
    background-color: #FF8c00;
}
#otoiawase {
    text-align: center;
    margin-top: 20px;
}
#otoiawase h1 {
    max-width: 24%;
    margin: auto;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 2.8vw;
    margin-top: 80px;
    text-align: center;
}

#otoiawase h1:before {
   position: absolute;
    top: 6px;
    left: 6px;
    width: 103%;
    height: 107%;
    border-radius: 10px;
    border: 3px solid #333;
    content: "";
}
#otoiawase h1:after {
    position: absolute;
    bottom: -31px;
    left: 50px;
    transform: skew(-25deg);
    height: 25px;
    width: 12px;
    border-right: 3px solid #333;
    background-color: #fff;
    content: "";
 } 
i.fa-regular.fa-paper-plane {
    font-weight: 400;
    padding-left: 8px;
    font-size: 3.0vw;
    vertical-align: baseline;
}
#otoiawase p {
  margin-top: 40px;
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 2.4vw;
    line-height: 180%;
    font-weight:600;
    margin-bottom: 0px;
}
iframe {
    display: block;
}
.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0%;
  }
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
/* ↑お問い合わせGoogleformリンク設定 */
.googleform_link {
    text-align: center;
    margin-top: 24px;
    z-index: 3000;
    
}
.googleform_link img {
    width: 48%;
}

/* ↓オリジナル問い合わせフォーム設定はじまり */
form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    padding: 5%;
    color: #ffffff;
    font-family: 'Kosugi Maru';
    font-weight: 500;
    background-image: url(https://garagekitchentop.com/swiperimage/swiperimage1.png);
    background-size: cover;
    font-size: 1.4vw;
    z-index: 500;
    margin-top: 1vh;
}
.answerbox1 {
    padding-bottom: 24px;
    
}
.answerbox1 label {
    margin-left: -1em;
}
.answerbox2 {
    padding-bottom: 24px;
}
.answerbox3 {
    padding-bottom: 24px;
    margin-top: -16px;
}
.answerbox4 {
    padding-bottom: 24px;
    margin-top: -16px;
}
.answerbox5 {
    padding-bottom: 6vh;
}
.answerbox5 label {
    margin-left: -1em;
}
label {
    color: #ffffff;
    font-family: 'Kosugi Maru';
    font-size: 1.1em;
}
input#name {
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    line-height: 3em;
    margin-top: 0.2em;
    text-indent: 1em;
    font-size: 1.2em;
}
input#tel {
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    line-height: 3em;
    margin-top: 0.2em;
    text-indent: 1em;
    font-size: 1.3em;
}
input#email {
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    line-height: 3em;
    margin-top: 0.2em;
    text-indent: 1em;
    font-size: 1.3em;
}
input#ms2 {
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    line-height: 3em;
    margin-top: 0.2em;
    text-indent: 1em;
}
input#ms3 {
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    line-height: 3em;
    margin-top: 0.2em;
    text-indent: 1em;
}
/* ↓チェックボックス設定ここから */

/* ↑チェックボックス設定ここまで */
.textbox {
    margin-top: 0em;
}

input.filled-in {
    display: block;
}
span {
    margin-left: 30px;
    font-family: 'Noto Sans JP';
    line-height: 2em;
}
textarea#msg {
    display: block;
    width: 100%;
    height: 5em;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    margin-top: 0.2em;
    vertical-align: super;
    line-height: 2em;
    text-indent: 1em;
}

.button {
    font-size: 1.6em;
    position: relative;
    color: #fff;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0vh;
    text-align: center;
    height: 6vh;
}
.button button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    width: 40%;
    padding: 1.5vw;
    background-color: rgba(255,255,255, 0.2);
    border: 1px solid #ccc;
    border-radius: 5px;
} 
.submit {
  width: 100%;
  background:#673ab7;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:#fff;
  font-size:24px;
  padding:10px 100px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  box-sizing:border-box;
}
.submit:hover {
    color: #fff;
    background: #884EF4;
}
.button-wrapper {
    width: 80%;
    text-align: left;    
    margin: 0px 100px;
    padding-bottom: 30px;
}
.thankyou {
    margin-top: 36px;
    text-align: center;
    line-height: 2.4vh;
}
.thankyou h1 {
    font-size: 3.6vh;
    opacity: 0.3;
    font-family: 'Cabin Sketch';
    margin-top: 1vh;
    transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
}

/* ↑オリジナル問い合わせフォーム設定おわり */
/* ↓サンクスページ設定はじまり */
.thanksbox {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 1%;
    color: #ffffff;
    font-family: 'Kosugi Maru';
    font-weight: 500;
    background-image: url(https://garagekitchentop.com/swiperimage/swiperimage1.png);
    background-size: cover;
    font-size: 1.0em;
    text-align: center;
    justify-self: center;
    align-self: center;
    position: relative;
    margin-top: 56px;
}
.thanksbox h1 {
    margin-top: 100px;
    font-size: 1.2em;
    line-height: 2.0em;
}
.thanksbox p {
    margin-top: 30px;
    font-size: 1.2em;
    line-height: 1.6em;
}
.thanksbox h2 {
    margin-top: 88px;
    font-size: 2.4em;
    font-family: 'Cabin Sketch';
}
.thanksbox img {
    max-width: 80%;
    margin-top: 60px;
}

.footer {
    padding-bottom: 20px;
}
.footer-copyright {
    text-align: center;
    color: #ffffff;
    margin-top: 60px;
}
.footer-copyright {
    text-align: center;
    color: #ffffff;
    margin-top: 6vh;
    font-family: 'Yomogi';
    font-weight: 300;
    font-size: 2.6vw;
}



  
  
  
  
  ｝