@charset "UTF-8";
.reflection {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe500+50,ecaa2c+100 */
  background: #ffe500; /* Old browsers */
  background: linear-gradient(to bottom, #ffe500 50%, #ecaa2c 100%);
}
.LINE-CMN a span, #page-top a span {
  text-indent: 100%;
  white-space: nowrap;
  border-width: 0px;
  height: 0;
  line-height: 0;
  font-size: 0;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-5px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-5px)
  }
  40% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
@keyframes fluffy2 {
  from {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(2px);
  }
}
@keyframes fluffy3 {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
/*======================================
common
/*======================================*/
.form-CMN aside {
  text-align: justify;
  font-size: 11px !important;
  margin: 1em auto 0;
  /*
  padding: .7em 1em;
    overflow: scroll;
  height: 7em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  */
}
.form-CMN aside::-webkit-scrollbar {
  width: 10px;
  height: 0;
}
.form-CMN aside::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0px 4px 4px 0px;
}
.form-CMN aside::-webkit-scrollbar-thumb {
  background: rgba(35, 180, 190, .5);
  border-radius: 4px;
}
.form-CMN aside h3 {
  font-size: 100%;
  text-align: left;
  margin: 1.5em auto 0.5em;
}
.form-CMN aside ul li {
  font-size: 13px;
  line-height: 1.3em;
}
.form-CMN aside ul li.left {
  text-align: left;
}
.form-CMN aside a {
  display: inline;
  text-decoration: underline;
  padding: 0 2px;
}
/*======================================
float-Btn
/*======================================*/
#page-top {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  background: rgba(0, 0, 0, .5);
}
#page-top.fadein {
  bottom: 0;
  transition: all .5s ease-out;
}
#page-top.fadeout {
  bottom: -200px;
  transition: all .3s ease-out;
}
#page-top .floatingBtn {
  opacity: 1;
  transition: all 0.3s ease;
  flex: 1;
  padding: .7em 0;
}
#page-top .floatingBtn:first-of-type {
  padding-left: .5em;
  padding-right: .25em;
}
#page-top .floatingBtn:last-of-type {
  padding-left: .25em;
  padding-right: .5em;
}
#page-top a {
  display: block;
  height: 0;
  border-radius: 3px;
  padding-top: 21.6%;
}
#page-top .LINE-floatingBtn a {
  background: url(../img/floatingBtn-LINE-SP.png) no-repeat center;
  background-size: cover;
}
#page-top .reserve-floatingBtn a {
  background: url(../img/floatingBtn-reserve-SP.png) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #page-top {
    width: 55px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    margin: -15% auto 0;
    background-color: transparent;
  }
  #page-top a {
    text-indent: 100%;
    white-space: nowrap;
    border-width: 0px;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
  #page-top a {
    width: 55px;
    background-color: transparent;
    border-radius: 0;
  }
  #page-top .floatingBtn:first-of-type, #page-top .floatingBtn:last-of-type {
    padding: 0;
  }
  #page-top .flex-SP {
    display: block;
  }
  #page-top .LINE-floatingBtn a {
    background: url(../img/floatingBtn-LINE-PC.png) #fff no-repeat center;
    background-size: cover;
    padding-top: calc(55px*3.7833333);
  }
  #page-top .reserve-floatingBtn a {
    background: url(../img/floatingBtn-reserve-PC.png) #fff no-repeat center;
    background-size: cover;
    padding-top: calc(55px*4.366666);
  }
}