@charset "UTF-8";

html{
  font-size: 100%;
}

body{
  color:#5D5654;
  font-family: Kosugi Maru;
  background-color: #FFFCF7;
}
/* gfont */
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* コースター共通 */
.decor{
  margin-top: -100px;
  margin-bottom: -100px;
}


/***** header ******/
.lower_layer{
  width: 100%;
  background: url(../images/common/bg_top.png)no-repeat right top/100%;
}

.header h1{
  padding: 3em;
  font-family: Mochiy Pop One;
  font-size: 6.9vw;
  color: #F29E3B;
  text-align: center;
}

/***** footer ******/
.footer{
  background: url(../images/common/bg_fot.png)no-repeat right bottom/100%;
}
.footer .banner{
  width: 640px;
}
.footer .icon_text{
  text-align: center;
  font-family: Kosugi Maru;
  font-size: 18px;
  background: url(../images/common/bg_fukidashi.png)no-repeat 30% 40%/70%;
}
.footer .text_area{
  width: 80%;
  padding: 100px 70px;
  line-height: 50px;
}
/* ぽよぽよ */
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/* ぽよぽよ */


.footer .icon_text span{
font-size: 30px;
}
.footer .icon_fot{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 180px;
}
.footer .icon_fot img{
  padding: 15px;
}
@media screen and (max-width:800px){
  .footer .banner{
    width: 400px;
    margin: 50px 0;
  }
  .footer .icon_text{
    font-size: 12px;
    background: url(../images/common/bg_fukidashi.png)no-repeat 0% 80%/80%;
  }
  .footer .text_area{
    width: 70%;
    padding: 60px 30px;
    line-height: 30px;
  }
  .footer .icon_text span{
    font-size: 18px;
    }
  .footer .icon_fot{
    width: 150px;
  }
}
@media screen and (max-width:390px){
  .footer .banner{
    width: 350px;
    margin:20px auto;
  }
  .footer .icon_text{
    font-size: 12px;
    background: url(../images/common/bg_fukidashi.png)no-repeat 80% 70%/90%;
  }
  .footer .text_area{
    width: 70%;
    margin: 0 auto;
    padding: 60px 30px;
    line-height: 30px;
  }
  .footer .icon_text span{
    font-size: 16px;
    }
  .footer .icon_fot{
    width: 150px;
  }
}


.footer .footer_text{
  position: relative;
}
.logo_pcftr{
  width: 150px;
  margin: 0 auto;
}
.footer address {
  margin: 100px;
  text-align: center;
}
.footer address p{
  font-family: Kosugi Maru;
  font-size: 20px;
  line-height: 60px;
}
.bt_access{
  margin: 40px auto;
  width: 270px;
}
.bt_access:hover{
  transform: translateY(-5px);
  transform: scale(1.1); 
  transition-duration: 0.5s;
}

.bt_top{
  position: absolute;
  right: 10px;
  top: 0;
  width: 125px;
  padding: 120px 10px 0px;
}
.bt_top:hover{
  transform: translateY(-20px);
  transition-duration: 0.5s;
}


.copy{
  text-align: center;
  padding: 20px;
}

@media screen and (max-width:800px){
  .footer address {
    margin: 50px;
  }
  .footer address p{
    font-size: 16px;
  }
  .footer address p .small{
    font-size: 11px;
  }
  
  .bt_access{
    margin: 30px auto;
    width: 200px;
  }
  .bt_top{
    width: 100px;
  }
  .linehit{
    line-height: 10px;
  }
}

@media screen and (max-width:390px){
  .footer address p{
    font-size: 14px;
    line-height: 50px;
  }
  .bt_top{
    width: 80px;
  }
  .linehit{
    line-height: 10px;
  }
}