@charset "UTF-8";
/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media screen and (max-width: 428px) {
    
    
  body {
    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;
            position: relative;
            min-height: 100%;
}
header {
   text-align: center;
    color: #ffffff;
    margin-top: -24px;
    z-index: 1;
}
header h1 {
    margin-top: 10vh;
    text-align: center;
    color: #ffffff;
    font-family: 'Cabin Sketch';
    font-size: 12vw;
    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 h2 {
    margin-top: 12px;
}

header p {
   margin-top: 1vh;
    font-size: 5.5vw;
    font-family: 'Yomogi';
}
/* mp4動画設定 */
video {
    margin-top: 24px;
    margin-bottom: 0px;
    width: 96%;
    
}
/* 恐竜アニメ設定 */
header img {
    margin-top: 20px;
    width: 90%;
    
}    
  /* パソコン用メニューを表示させる */ 
.gnav {
    display: none;
}

   /* レスポンシブハンバーガーメニュー */ 
label.hamburger-demo-switch.hamburger-demo-switch5 {
    margin-top: 5%;
    margin-right: 2%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px;
    display: none;  
}
/* header（デモの参考値） */
.demobox-header {
	background: #ddd;
	height: 64px;
	padding: 1em;
}
.demobox-sitename {
	font-weight: 700;
	font-size: 18px;
}
/* 全体調整CSS */
.hamburger-demo-menubox em {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Yomogi';
    color: #ffffff;
}
.hamburger-demo-menubox {
    font-size: 10px;
    font-family: 'Yomogi';
    color: #ffffff;
}  
.hamburger-demo-menubox li {
	font-size: 14px;
}
/* hamburgerここから */
	/* inpu非表示 */
.input-hidden {
	display: none;
}
	/* label */
.hamburger-demo-switch {
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 9999;
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo5:checked ~ .hamburger-demo-switch {
	position: fixed;
}
/* メニューリスト */
.hamburger-demo-menulist {
	margin-right: 3%;
	padding-left: 5%; 
	list-style: none;
}
.hamburger-demo-menulist li a {
	text-decoration: none;
    display: block;
    padding: 0.5em 0px;
    color: #ffffff;
    font-size: 10px;
}
	/* コンテンツカバー */
#hamburger-demo5:checked ~ .hamburger-demo-closelabel {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#hamburger-demo5:checked ~ .hamburger-demo-closelabel .hamburger-demo-cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	display: block;
	cursor: pointer;
}
/* バインダーデザイン */
	/* バインダー全体共通absolute */
.hamburger-demo-switch5:before, .hamburger-demo-switch5:after, .hamburger-switch-binder:before, .hamburger-menulist-binder, .hamburger-menuwrap-binder:before, .hamburger-menuwrap-binder:after, .hamburger-menulist-binder li:before, .hamburger-menulist-binder li:after {
	content: "";
	position: absolute;
}
	/* スイッチ用バインダーボード */
.hamburger-demo-switch5 {
	background-image: url();
	width: 5em;
    height: 6em;
	transform: translate(0, 5%);
	border-radius: 5px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}
	/* メニューリスト用ボード */
.hamburger-menuwrap-binder {
	position: fixed;
    border-radius: 10px;
    height: 68%;
    width: 70%;
    top: 2%;
    right: 100%;
    transition: all 0.3s ease 0s;
    z-index: 9998;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    background-color: #ff8800;
    opacity: 0.9;
}
#hamburger-demo5:checked ~ .hamburger-menuwrap-binder {
	right: 28%;
}
	/* バインダー用紙部分 */
.hamburger-demo-switch5:before, .hamburger-menulist-binder {
	width: 90%;
    height: 84%;
    background-color: transparent;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
     border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    opacity: 1.0;
}
	/* メニューリストバインダー用紙調整 */
.hamburger-menulist-binder {
	z-index: -1;
	padding-top: 2em;
	overflow-y: scroll;
}
	/* 留め具軸 */
.hamburger-demo-switch5:after, .hamburger-menuwrap-binder:after {
	width: 50%;
    height: 7%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
	/* 留め具 */
.hamburger-switch-binder:before, .hamburger-menuwrap-binder:before {
	width: 75%;
    height: 2%;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    box-shadow: rgb(51, 39, 24) 2px 4px 8px;
    background-color: #ffffff;
    display: none;
}
	/* スイッチ用の留め具ボーダー */
.hamburger-switch-binder:before {
	border: 2px solid #ffffff;
    border-radius: 3px;
    display: none;
}
	/* メニューリストの留め具ボーダー */
.hamburger-menuwrap-binder:before {
	border: 5px solid #c0c0c0;
	border-radius: 5px;
    box-shadow: 2px 4px 8px #332718;
    display: none;
}
	/* スイッチMENU文字 */
.hamburger-switch-binder:after {
	content: "MENU";
	position: absolute;
	font-size: 16px;
    font-weight: bold;
    font-family: 'Yomogi';
	top: 46%;
	left: 50%;
	transform: translate(-50%, -40%);
    color: #ffffff;
}
#hamburger-demo5:checked ~ .hamburger-demo-switch5 .hamburger-switch-binder:after {
	content: "CLOSE";
}
	/* バインダーメニューの下線 */
.hamburger-menulist-binder li {
	border-bottom: 1px dashed #ddd;
	padding-left: 2em;
	position: relative;
	margin-right: 5%;
}
/* メニューリストのチェックマーク */
	/* チェックボックス */
.hamburger-menulist-binder li:before {
	width: 1em;
	height: 1em;
	border: 1px solid;
	top: 50%;
	left: 0;
	transform: translate(30%, -50%);
    border-color: #ffffff;
}
	/* チェックマーク */
.hamburger-menulist-binder li:after {
	width: 1em;
	height: 1.5em;
	border: 3px solid;
	border-color: transparent white white transparent;
	top: 50%;
	left: 0;
	transform: rotate(45deg) translate(-65%, -75%);
}

/* ページ最下部ナビタブボタン */

.navi-button-flame {
    position: fixed;
            text-align: right;
            width: 100%;
            z-index: 9000;
            bottom: 0;
            height: var(--footer-height);
}

.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: translatey(-40px);
    }
    to {
    opacity: 1;
    transform: translatey(0);
    }
}

.navi-button-menu ul {
    display: ruby;
}
    
.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: 24%;
}



/* スライダー画像設定 */ 
.slide {
    width: 80%;
    height: 54%;
    overflow: hidden;
    margin-top: 4vh;
    display: block;
    outline: 1px solid #FFFFFF;
    outline-offset: 8px;
    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: 15%;
    right: 1%;
    z-index: 1000;
    animation: 2.5s ease 0s infinite normal none running poyoyon3;
    opacity: 1;
    display: none;
}
.deli {
    position: fixed;
    max-width: 60%;
    text-align: right;
    display: inline-block;
    bottom: 5%;
    right: 1%;
    z-index: 1000;
    animation: poyoyon3 2.5s infinite;
    opacity: 1;
    display: none;
}
/* バツ印設定 */
.modalClose {
    animation: poyoyon3 2.5s infinite;
    position: fixed;
    font-size: 1.5rem;
    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: 30%;
    right: 5%;
    z-index: 2000;
    display: none;
}
.LINEShopcard img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

@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);
  }
}
  


/* 公式LINE部分閉じるボタン設定 */
.display_none.active {
	z-index: 1000;
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
	}

  
button.dis_none_bt {
    font-size: 1.6em;
    font-weight: bold;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1em;
    line-height: 1em;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    margin-top: -318px;
    float: right;
    margin-right: 4vw;
    position: sticky;
}
/* 公式LINE部分閉じるボタン設定 */
  
@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: 90%;
}
#intro p {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 3.7vw;
    line-height: 180%;
    font-weight: 600;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/* イベント出店告知 */
#eventinfo {
    margin-top: 80px ;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

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

/* クレープシュゼットについて */
#Suzettebox {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
}
#Suzettebox video {
    margin-top: 8px;
    width: 96%;
    margin-bottom: 10px;
    position: relative;
    
}
#Suzettebox img {
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            margin-top: 0px;
            margin-bottom: 12px;
        }

#Suzettebox h3 {
    font-size: 2.0vh;
    font-family: 'Kosugi Maru';
    line-height: 3vh;
}
#Suzettebox p {
    font-size: 1.2vh;
    font-family: 'Kosugi Maru';
    margin-top: 0px;
    line-height: 2.0vh;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}



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

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

/* デリバリーバッグゆらゆら */
#deli_move {
position: relative;
            z-index: 1;
}
#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);
     background-position-y: 2vh;
     background-size: 66%;
     background-repeat: no-repeat;
            background-position: center;
    margin-top: 6vh;
    text-align: center;
    margin-bottom: 2vh;
}
.aboutshop h1.wakuh1 {
	padding: 0.1em;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 1em 0.6em 2em / 0.6em 2em 0.6em 1em;
    font-size: 8.8vw;
    color: rgb(255, 255, 255);
    font-family: Yomogi;
    max-width: 34%;
    margin: auto;
}
.aboutdelitakeout{
max-width: 98%;
    margin: auto;
    margin-top: 7vh;
}
.aboutdelitakeout p {
  color: #ffffff;
    font-size: 1vw;
   font-weight: 600;
   display: contents;
   display: block;
    
}

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

.aboutshop h2 {
    color: rgb(255, 255, 255);
    font-size: 4.4vw;
    font-family: "Kosugi Maru";
    line-height: 3vh;
    text-align: left;
    max-width: 66%;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
}
.aboutshop p {
  color: #ffffff;
    font-size: 3.2vw;
    margin-top: 20px;
    font-family: 'Yomogi';
    line-height: 180%;
    margin-bottom: 12px;
}
 /* ゆらゆらアニメーション設定 */
.abouttravel {
    text-align: center;
    position: relative;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border: solid 1px #ffffff;
    border-radius: 30px;
    max-width: 90%;
    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: 3vh;
}
.abouttravel:before, .abouttravel:after { 
    position: absolute;
    top: 0;
    content:'';
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.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: 0px;
    color: rgb(255, 255, 255);
    line-height: 180%;
    max-width: 96%;
    margin: auto;
    font-size: 3.4vw;
    font-family: "Kosugi Maru";
}
/* GotoTopページへボタン設定 */
.gototop {
    max-width: 100%;
    bottom: 32vh;
    margin-top: 0vh;
    margin-left: 0vh;
    position: fixed;
    z-index: 5000;
}
.gototop img {
    max-width: 40%;
    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%;
    
}

#info h1 {
    width: 44%;
    margin: 4vh auto auto;
    position: relative;
    padding: 1.8vh;
    border-radius: 10px;
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 4vw;
    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: 6vh;
    color: rgb(255, 255, 255);
    font-family: "Fredericka the Great";
    font-size: 5.2vw;
    transform: rotate(-8deg);
}
/* 新お知らせ設定 */

.oshirase {
   max-width: 84%;
            margin-left: auto;
            margin-right: auto;
}

.oshirase ul {
            display: block;
            font-size: 2.4vw;
            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) {
            font-size: 2.8vw;
    
}    
    
    
.oshirase ul li:nth-child(2) {
border-radius: 24px;
            border-color: #ffffff;
            border-width: 1px;
            margin-right: 12px;
            text-align: center;
            font-size: 2.4vw;
            height: auto;
            width: 28%;
}

.oshirase ul li:nth-child(3) {
margin-top: 2px;

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

}


 /* Twitter設定 */
#twitter {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vh;
}
iframe#twitter-widget-0 {
    margin-top: 4vh;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#twitter .twitter-timeline.twitter-timeline-rendered {
    display: flex;
    width: 90%;
    margin-top: -1vh;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

/* カレンダー設定 */
#infocalendar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 2vh;
    text-align: center;
}  
div#calendar {
    max-width: 100%;
    margin-top: 2vh;
    text-align: center;
}

#infocalendar h1 {
    width: 44%;
    margin: 4vh auto auto;
    position: relative;
    padding: 1.8vh;
    border-radius: 10px;
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 4vw;
    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: rgb(255, 255, 255);
    font-family: Yomogi;
    font-size: 5.6vw;
    text-align: center;
    margin-top: 1vh;
    transform: rotate(-3deg);
    animation: poyopoyotext 4s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyotext {
  0%, 40%, 60%, 80% {
    transform: scale(1.0) rotate(-3deg);
  }
  50%, 70% {
    transform: scale(0.95) rotate(-3deg);
  }
}
#infocalendar img {
    margin-top: 24px;
    width: 28vh;
    position: relative;
}

/* オリジナルカレンダー本体設定 */
#calendar img {
    width: 96%;
}
i.fa-regular.fa-calendar-check {
    font-size: 2.4vw;
    margin-right: 8px;
    vertical-align: bottom;
}
#calendar p {
    color: #ffffff;
    margin-top: 12px;
    font-family: 'Noto Sans JP';
    text-align: center;
}
/* オリジナル予定表本体設定 */
#mcalendar {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: auto;
    display: none;
}
#mcalendar table.tg {
    position: relative;
    display: table;
    border-style: solid;
}
#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: 6.4vw;
    font-family: 'Yomogi';
    font-weight: normal;
    padding-bottom: 8px;
}
.tg-23tl em {
    font-style: normal;
    font-weight: normal;
    font-size: 10vw;
    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: 6%;
    text-align: right;
    font-size: 5.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: 27%;
    font-size: 5.0vw;
    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: 5.4vw;
    margin-right: 8px;
    transform: scaleX(-1);
}
i.fa-solid.fa-paw {
    font-size: 5.4vw;
    margin-left: 8px;
}  
#mcalendar p i.fa-solid.fa-paw {
    font-size: 5.4vw;
    margin-left: 8px;
    margin-right: 8px;
}
i.fa-solid.fa-mobile-screen-button {
    font-size: 6.4vw;
    vertical-align: text-bottom;
    transform: rotate(15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(15deg);
    margin-right: 12px;
    margin-left: 4px;
}
#mcalendar p {
    margin-top: 4px;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Yomogi';
    font-size: 3.6vw;
    margin-left: 20px;
    line-height: 30px;
}
/* オープン用カレンダー設定 */
#opencalendar {
    margin-top: 20px;
}
#opencalendar img {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 24px;
}
#opencalendar p {
    color: #ffffff;
    text-align: center;
    font-family: 'Kosugi Maru';
    margin-top: -12px;
    font-size: 2.2vw;
}
/* Googleカレンダー本体設定 */
#calendar iframe {
    max-width: 90%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
/* メニュー設定 */
#menu {
   max-width: 100%;
    margin-top: -2vh;
    text-align: center;
    padding-bottom: 3vh;
}
.menuthema {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.updown span {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 7vh;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
}

@keyframes updown-anim{
  0%{
    transform: translateY(110%); /*表示範囲外から*/
  }
  10%{
    transform: translateY(0); /*通常の位置へ*/
  }
  50%{
    transform: translateY(0); /*文字が上に揃うまで待機*/
  }
  60%{
    transform: translateY(110%); /*下がる*/
  }
  100%{
    transform: translateY(110%); /*待機*/
  }
}

/*** アニメーションする要素の親 ***/
.updown{
  display: flex;
    overflow: hidden;
    text-align: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: -72px;
}

/*** アニメーションを適用する要素 ***/
.updown span {
  transform: translateY(110%); /*デフォルトで下に隠す*/
  display: block; /*ブロック要素に*/
  animation: 7.0s updown-anim linear infinite; /* アニメーション */
}

/*** 各span(文字)に遅延時間を設定 ***/
.updown span:nth-child(1) {
  animation-delay: 0s;
}
.updown span:nth-child(2) {
  animation-delay: 0.05s;
}
.updown span:nth-child(3) {
  animation-delay: 0.1s;
}
.updown span:nth-child(4) {
  animation-delay: 0.15s;
}
.menuthema img {
    max-width: 16%;
    margin-left: 18%;
    margin-top: -14px;
    transform: rotate(10deg);
    position: absolute;
}
.menuthemap {
    width: 100%;
    position: absolute;
}


.menuthemap {
    margin: 0px auto auto;
    color: rgb(255, 255, 255);
    font-family: Yomogi;
    font-size: 4.6vw;
    max-width: 100%;
    
}

.menuthemap p {
    margin: -8px auto auto;
            font-family: Yomogi;
            font-size: 14px;
            width: 84%;
            text-align: center;
            line-height: 20px;
            position: relative;
            color: #ffffff;
            animation-name: fadein;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            margin-top: -4px;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatex(-20px);
    }
    to{
    opacity: 1;
    transform: translatex(0);
    }
}
dl#menu{
	width:100%;
	font-size: 1rem;
	}


/* divにflexをかけdtとddを左右に配置しつつ
   position:relativeで点線配置の準備をする */
dl#menu div{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 5px 0;
	}
/* 疑似要素でオブジェクトを生成、positionでdivの上下中央に配置し
   borderで点線を表現する */
dl#menu div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 2px #ffffff;
	}
/* dtとddはz-indexで点線よりも手前にし、なおかつ背景色を付けて点線を隠す */
dl#menu dt {
    margin: 0;
    padding: 0 5px 0 0;
    background-color: #FF8c00;
    z-index: 2;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Kosugi Maru';
}
dl#menu dd{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #FF8c00;
	z-index: 2;
	text-align: right;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Kosugi Maru';
	}
	
/* 区切り波線1設定 */

.custom-shape-divider-top-1736280008 {
    position: relative;
    top: 48px;
    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: 50px;
}

.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: -8vh;
    
}




/* 期間限定クレープ設定 */
.limitedcrepemenu {
  
            padding-bottom: 12vh;
            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: 24px;
        }
     .limitedcrepe1 img {
           width: 100%; 
           
        }



/* 期間限定クレープ設定2段目 */
.limitedcrepe2  {
          text-align: center;
          margin-top: 12px;
        }
        
     .limitedcrepe2 img {
           width: 100%; 
           
        }
        
        
 /* 期間限定クラフトビール設定 */
#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: 100%; 
           margin-bottom: 36px;
        }
/* グランドメニュー */

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



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

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

.grandmenu img {
    max-width: 86%;
            margin-top: 3vh;
    
    
}
.grandmenukyoryu {
    float: right;
            margin-top: -6vh;
            margin-right: 0%;
            text-align: right;
            margin-bottom: 1vh;
}
.grandmenukyoryu img {
    width: 24%;

}

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

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

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

.pastlimitedmenu img {
    padding-bottom: 1vh;
            max-width: 80%;
}



/* 区切り線波2設定 */
.custom-shape-divider-bottom-1736281631 {
    position: relative;
    bottom: 97px;
    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: 100px;
}

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

/* インスタグラム設定 */
#instagram {
    width: 100%;
    margin-top: -16vh;
}
#instagram h1 {
    text-align: center;
    color: #ffffff;
    font-size: 4vh;
    font-family: 'Yomogi';
    margin-top: 60px;
}
#instagram img {
    max-width: 13%;
    margin: auto auto auto 12px;
    transform: rotate(-10deg);
}
#instagram p {
    padding-top: 20px;
    margin: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Yomogi;
    font-size: 16px;
    max-width: 86%;
    line-height: 28px;
     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: 2vh;
    background-color: #ffffff; 
    padding: 0.3rem;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.5);
}
/* オリジナル地図設定 */
#map .maptop {
    max-width: 100%;
}
#map .maptop img {
    width: 90%;
    margin-top: 16px;
}
#map .maptop p {
    text-align: center;
    color: #ffffff;
    font-family: 'Yomogi';
    font-size: 3.4vw;
    display: block;
    margin-top: 0px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
i.fa-solid.fa-location-dot {
    font-size: 3.6vw;
    padding-right: 0.2vw;
    vertical-align: baseline;
}
/* Google地図本体設定 */
#map {
    width: 100%;
    margin: auto;
    margin-top: 4vh;
    text-align: center;
}
#map h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 10.6vw;
    font-family: Yomogi;
}
  
#map img {
   width: 24vw;
    margin-top: 2vh;
}
#map h2 {
    text-align: center;
    color: #ffffff;
    font-size: 3.6vw;
    margin-top: 2vh;
    font-family: 'Kosugi Maru';
}
#map p {
    text-align: center;
    line-height: 150%;
    margin-top: 1vh;
    color: rgb(255, 255, 255);
    font-family: Yomogi;
    font-size: 3.4vw;
    display: inline-block;
    font-weight: bolder;
} 

#map strong {
    font-weight: bolder;
}
#map h3 {
   font-size: 3vh;
    margin-top: 1vh;
    color: rgb(255, 255, 255);
    display: none;
}
 

/* ここからきょうりゅう足跡ぽてぽてアニメーション設定 */
.leftleg {
    margin-top: -2vh;
    margin-left: -15vw;
    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: -2vh;
    position: absolute;
    margin-left: -28vw;
}
.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: 100%;
    vertical-align: top;
}
/* 地図本体設定 */
#map iframe {
    max-width: 100%;
    height: 56vh;
    margin: 2vh auto auto;
}
.formrun-embed {
    max-width: 40%;
    margin: auto;
}
/* ↑お問い合わせフォーム編集設定 */
.vertical-body {
    background-color: #FF8c00;
}
#otoiawase {
    text-align: center;
    margin-top: 0vh;
}
#otoiawase h1 {
   width: 48%;
    margin: 4vh auto auto;
    position: relative;
    padding: 1.8vh;
    border-radius: 10px;
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 5vw;
    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: 6vw;
    vertical-align: baseline;
}
#otoiawase p {
    margin-top: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Yomogi;
    font-size: 3.6vw;
    line-height: 180%;
    font-weight: 600;
    margin-bottom: 0px;
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
}
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: 0px;
    z-index: 3000;
   
}

.googleform_link video {
            margin-top: 4px;
            margin-bottom: 0px;
            width: 100%;
        }
.googleform_link img {
    width: 70%;
}

/* ↓オリジナル問い合わせフォーム設定はじまり */
form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    padding: 5%;
    color: rgb(255, 255, 255);
    font-family: "Kosugi Maru";
    font-weight: 500;
    background-image: url(https://garagekitchentop.com/swiperimage/swiperimage1.png);
    background-size: cover;
    font-size: 4.0vw;
    z-index: 500;
    margin-top: 1vh;
}
.answerbox1 {
    padding-bottom: 24px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
}
.answerbox1 label {
    margin-left: -1em;
}
.answerbox2 {
    padding-bottom: 24px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.answerbox3 {
    padding-bottom: 24px;
    margin-top: -16px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.answerbox4 {
    padding-bottom: 24px;
    margin-top: -16px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.answerbox5 {
    padding-bottom: 6vh;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.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.2em;
    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: 2.5vw;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(204, 204, 204);
    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: 20px;
    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: 100%;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    padding: 1%;
    color: #ffffff;
    font-family: 'Kosugi Maru';
    font-weight: 500;
    background-image: none;
    background-size: cover;
    font-size: 3vw;
    text-align: center;
    align-self: center;
    position: relative;
    margin-top: 86px;
}
.thanksbox h1 {
    margin-top: 40px;
    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: 48px;
    font-size: 2.4em;
    font-family: 'Cabin Sketch';
}
.thanksbox img {
    max-width: 90%;
    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: 3.6vw;
    margin-bottom: 210px;
}


  
}