/* ページ全体の設定 */
body{
  background-color: #fffaf0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
}
p{
  margin: 0;
}
img{
  width: 100%;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:hover{
  cursor: pointer;
  opacity: 0.7;
}
figure{
  margin: 0;
}
h1, h2, h3{
  margin: 0;
}
/* ページトップ */
.top-logo h1{
  margin-top: 20px;
}
.top-logo h1 img{
  width: 20%;
  margin: 10px auto;
  animation: poyonyon2 2s ease-in-out 1 forwards;
}
@keyframes poyonyon2{
  0%{
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15%{
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30%{
    transform: scale(1.02, 1.0) translate(0.8px);
  }
  50%{
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70%{
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100%{
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100%{
    opacity: 1;
  }
}
.takeout{
  text-align: right;
}
.takeout p{
  font-size: 12px;
}
  
.annai{
  display: block;
  width: 60%;
  margin: 10px auto;
}
.top .time{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.top .icon img{
  width: 9px;
  height: 9px;
}
.top p{
  font-size: 12px;
}
.top h4{
  display: inline-block;
  padding: 5px 20px;
  margin: 15px 0px;
  background-color: salmon;
  font-size: 12px;
  color: #fffaf0;
  font-weight: normal;
}


/* PC版：ページトップ */
@media(min-width: 600px){

  .top-logo h1{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .top-logo h1 img{
    width: 10%;
    
  }
  .top .sarutaya-menu{
    width: 60%;
    margin-bottom: 50px;
  }
  .top p{
    font-size: 24px;
  }
  .takeout p{
    font-size: 20px;
    margin-right: 10%;
  }
  
  .annai{
    width: 50%;
    margin: 0px auto;
  }
  .top .time{
    margin-bottom: 50px;
  }
  .top .icon img{
    width: 18px;
    height: 18px;
  }
  .top h4{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
  
  
  
  
/* メニュー */
.menu{
  padding: 0px 6%;
  background-color: #FDFBF2;
}
.menu .container{
  padding: 6%;
}
.menu .container h2{
  margin-bottom: 30px;
}
.menu .container h2 .mozi{
  width: 50%;
  height: auto;
  margin-left: -40px;
  margin-right: 4px;

}
.menu .container h2 .tengu{
  width: 35%;
  height: auto;
  margin-bottom: -50px;
  opacity: 0.5;
  transform: scale(-1,1);
}
.menu ul li{
  border-bottom: solid 2px salmon;
  padding: 20px 6%;
  margin-bottom: 20px;
}

.menu ul li h3{
  font-size: 16px;
  font-weight: normal;
  color: #E3181C;
  margin-bottom: 20px;
}
.menu ul figure{
  margin-bottom: 30px;
}

.menu .container ul .text h3{
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 1em;
  border-bottom: solid 1px #FDFBF2;
  border-top: solid 1px #FDFBF2;
  font-size: 10px;
  color: #FDFBF2;
  font-weight: normal;
}
.menu .container ul .list .text p{
  font-size: 14px;
  color: #512700;
  text-align: left;
}
.menu .container h4{
  color: salmon;
  font-size: 12px;
}
.menu .container .btn{
  padding: 5px 10px;
  background-color: #279D6B;
  margin-bottom: 20px;
}
.menu .container .btn a{
  color: #FDFBF2;
}
.menu .container .infoinfo{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .container .logo{
  width: 10%;
}
.menu .container .info{
  font-size: 8px;
  color: #272727;
}

/* PC版：メニュー */
@media(min-width: 600px){
  .menu .container h2 .tengu{
    width: 20%;
  }
  /* .menu .container h2 .mozi{
    margin-left: -200px;
  } */
  
  .menu .ul li{
    
    margin-bottom: 50px;
    padding: 40px 6%;
  }
  .menu ul li h3{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .menu ul .list{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .menu ul figure{
    flex: 60%;
    margin-right: 2em;
  }

  .menu ul .text{
    flex: 45%;
  }
  .menu ul li:nth-child(2) .list{
    flex-direction: row-reverse;
  }
  .menu ul li:nth-child(2) .list figure{
    margin-right: 0;
    margin-left: 1em;
  }
  
  .menu .container ul .list .text p{
    font-size: 24px;
    align-items: center;
  }
  .menu .container h4{
    font-size: 16px;
  }
  .menu .container .btn{
    display: inline-block;
    padding: 10px 200px;
    margin-bottom: 50px;
  }
  .menu .container .info{
    font-size: 30px;
  }
}
/* おばんざい */
.obanzai{
  padding-top: 30px;
  padding-bottom: 30px;
}
/* PC:おばんざい */
.obanzai img{
  width: 30%;
}
/* アクセス */
.access .photo{
  margin-bottom: 40px;
}
.access p img{
  width: 8px;
  height: auto;
  margin-right: 1em;
}
.access p{
  font-size: 8px;
  align-items: center;
  text-align: right;
  margin-right: 10%;
  margin-top: 1em;
  color: #E73B3F;
}

/* PC版：アクセス */
@media(min-width: 600px){
  .access .photo{
    margin-bottom: 100px;
  }
  .access iframe{
    height: 400px;
  }
  .access p img{
    width: 16px;
  }
  .access p{
    font-size: 18px;
    margin-right: 20%;
  }
}
/* フッター */
footer{
  padding: 40px 6%;
  text-align: right;
}
footer figure{
  display: inline-block;
  width: 60%;
  text-align: right;
}
footer p{
  color: #E73B3F;
  font-size: 12px;
  margin-top: 2px;
}
footer .tell{
  font-size: 16px;
}
footer .baito{
  margin-top: 20px;
  text-align: center;
}
footer .baito img{
  width: 40%;
  height: auto;
  margin-right: 20px;
}
footer .baito .baito-tengu{
  width: 15%;
  height: auto;
  transform: scale(-1,1);
  margin-bottom: -10px;
}
.sns{
  width: 50%;
  margin: 0 auto;
}
.yasumi{
  width: 50%;
  height: auto;
  margin: 50px 0px;
}

.copy{
  background-color: salmon;
  padding: 20px;
}
.copy small{
  font-size: 6px;
  color: #FDFBF2;
}

/* さるたや工房 */
.saltaya .saltaya-kobo{
  width: 50%;
  margin: 30px auto;
}
.saltaya .catch{
  margin-left: 6%;
  margin-right: 6%;
}
.saltaya h3{
  font-size: 18px;
  margin-bottom: 20px;
}
.saltaya .catch p{
  margin-left: 10%;
  margin-right: 10%;
  font-size: 12px;
}
.saltaya .pazzle{
  transform: rotate(-30deg);
  width: 55%;
  opacity: 0.5;
  margin-top: -50px;
}
.saltaya .hope{
  margin-top: -50px;
}
/* さるたや工房リスト */
.saltaya{
  background-color: lightyellow;
  padding-bottom: 50px;
  padding-top: 30px;
}
.saltaya .saltaya-list{
  margin-top: 30px;
}
.saltaya .saltaya-list ul{
  display: flex;
  justify-content: space-around;
}
.saltaya .saltaya-list ul li{
  width: 15%;
  flex: none;
  text-align: center;
}
.saltaya .saltaya-list ul li .icon{
  border-radius: 50%;
}
.saltaya .saltaya-list ul li p{
  color: #fa8072;
  font-size: 10px;
  margin: 0;
}

@media(min-width: 950px){
  .saltaya{
    text-align: right;
  }
  .saltaya .saltaya-kobo{
    width: 20%;
    margin-right: 6%;
  }
  .saltaya .pazzle{
    display: none;
  }
  .saltaya .hope{
    margin-top: 0;
  }
  .saltaya .catch p{
    margin-right: 0;
  }
  .saltaya .saltaya-list ul{
    justify-content: flex-end;
  }
  .saltaya .saltaya-list ul li{
    width: 5%;
    margin-right: 10px;
  }

}


/* PC版：フッター */
@media(min-width: 600px){
  footer{
    padding: 80px 6%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  footer .add{
    text-align: center;
  }
  footer .add figure{
    width: 80%;
    margin-bottom: 20px;
  }
  footer p{
    font-size: 26px;
  }
  footer .tell{
    font-size: 34px;
  }
  .sns{
    width: 20%;
  }

  .copy small{
    font-size: 16px;
  }
}
