@charset "utf-8";

/* ==========================================================

scope : /tado_onsen/

last modify : 2020/09/18 TCV_ヴィ/ Doan Thi Tuong Vi

========================================================== */
/* --------------------------------------------------------------------------------------------

  　　　ページトップへ　ボタン

----------------------------------------------------------------------------------------------- */
.go_top {
  border-radius: 10px;
  bottom: 20px;
  display: block;
  height: 90px;
  position: fixed;
  right: 3%;
  width: 75px;
  z-index: 999;
}

.go_top:hover {
  opacity: .8;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.go_top span {
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: inline-block;
  font-size: 12.8px;
  font-weight: bold;
  font-weight: 300;
  line-height: 1.2em;
  overflow: hidden;
  padding: 15% 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .go_top span {
    font-size: inherit;
  }
}

.go_top span.red {
  background-image: -webkit-linear-gradient(#b83232 0%, #880101 100%);
  background-image: linear-gradient(#b83232 0%, #880101 100%);
}

.go_top span:before {
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
  display: block;
  height: auto;
  left: 0;
  margin: 0 auto;
  padding-top: 12.5%;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  width: 12%;
}

@media only screen and (max-width: 736px) {
  .go_top {
    bottom: 20px;
    font-size: 77%;
    height: auto;
    position: fixed;
    right: 1%;
    width: 15%;
    z-index: 100;
  }

  .go_top span:before {
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding-top: 15%;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 15%;
  }

}