/* ページ全体の設定 */
body{
  background-color: #fffaf0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 0;
  text-align: center;
}
p{
  font-size: 14px;
  margin: 0;
}
img{
  width: 100%;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
  cursor: pointer;
}
figure{
  margin: 0;
}
h2, h3{
  margin: 0;
}
/* トップページの設定 */
.top{
  text-align: center;
}
.top img{
  margin-top: 60px;
}
.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;
}
.top .top-logo{
  margin: 10px 15% 0px 15%;
}
.top .top-logo h1{
  padding: 20px;
  margin: 0;
  background-color: salmon;
}
.top .top-logo h1 img{
  width: 60%;
  animation: poyonyon2 4s ease-in-out 1 forwards;
}
.top .top-logo p{
  margin-top: 10px;
  margin-bottom: 10px;
}
@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;
  }
}


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

  .top .top-logo h1{
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .top .top-logo h1 img{
    width: 30%;
  }
  .top .sarutaya-menu{
    width: 70%;
    margin-bottom: 50px;
  }
  .top p{
    font-size: 24px;
  }
  .annai{
    width: 50%;
    margin: 0px auto;
  }
  .top .icon img{
    width: 18px;
    height: 18px;
  }
  .top h4{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .top .top-logo a{
    font-size: 30px;
  }
}
/* メニュー */
.menu{
  text-align: left;
  padding: 0px 6%;
  background-color: #FDFBF2;
}
.menu .container{
  padding: 6%;
}
.menu ul{
  background-color: #fff;
}
.menu ul li{
  padding: 20px 6%;
}
.menu ul li h3{
  padding-left: 1em;
  display: inline-block;
  border-left: solid 2px #E3181C;
  font-size: 16px;
  font-weight: normal;
  color: #E3181C;
  margin-bottom: 20px;
}
.menu ul li span{
  color: #E3181C;
  margin-left: 1em;
  font-weight: bold;
}
.menu ul figure{
  margin-bottom: 30px;
}
.menu .youki{
  color: darkgray;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
}
.menu .container .infoinfo{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .container .logo{
  width: 10%;
}
.menu .container .info{
  margin-left: 1em;
  margin-right: 1em;
  font-size: 8px;
  color: #272727;
}

/* PC版：メニュー */
@media(min-width: 600px){
  .menu .container{
    padding: 2%;
  }
  .menu .container ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .menu ul li{
    width: 30%;
    padding: 20px 6%;
  }
  .menu ul li h3{
    padding-left: 15px;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .menu ul li p{
    font-size: 20px;
  }
  .menu .container .youki{
    font-size: 14px;
  }
  .menu .container .info{
    font-size: 20px;
  }
}
/* アクセス */
.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;
}

/* さるたや工房 */
.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;
  }

}


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

/* 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;
  }
}
