@charset "utf-8";


/* パソコンで出してスマホは出さない */
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
/* スマホは出してパソコンは出さない */
@media screen and (max-width: 736px) {
  .pc	{ display:none!important; }
  .sp { display:inline!important; }
}


/* サイト全体への適用 */
html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'YuMincho', 'Yu Mincho', serif;
    font-size: 14.5px;
}

h1,h2,h3{
  margin: 0;
  font-weight: normal;
}


li {
    list-style: none;
}

ul {
    padding: 0;
}

/* 下線を消す */
a {
    text-decoration: none;
}



/* ヘッダー */
.header {
    background-color: #f5f5f5;
}

.header a {
    color: black;
    text-align: center;
}

.logo_sp{
  height: 70px;
  display: flex;
  align-items: center;
}

.logo_sp a{
  width: 40%!important;
  max-height: 65px;
}

.logo_sp a img{
max-height: 65px;
}



/* スマホメニューバー */
.Toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10000;
  background-color: #ac4423;
  vertical-align: bottom;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 45px;
  border-bottom: solid 4px #ffffff;
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  left: 11.25px;
}

.Toggle span:nth-child(1) {
  top: 19px;
}

.Toggle span:nth-child(2) {
  top: 32px;
}

.Toggle span:nth-child(3) {
  top: 45px;
}


.Toggle.active span:nth-child(1) {
  top: 35px;
  left: 11.25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #ffffff;
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #ffffff;
}


.mini_font{
  font-size: 13px;
  margin: 3px 0;
}

nav.NavMenu{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #ac4423;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

nav.NavMenu ul{
  width: 100%;
  height: 90%;
  margin: 40px auto 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
    overflow: auto;
}

nav.NavMenu ul li{
  font-size: calc(16px + 10 * (100vw - 280px)/456);
  width: 100%;
  border-bottom: thin solid #ffffff;
}
nav.NavMenu ul li:last-child{
  border: none;
}

nav.NavMenu ul li a{
  display: block;
  color: white;
  padding-top: calc(24px + 5 * (100vw - 280px)/456);
  padding-bottom: calc(24px + 5 * (100vw - 280px)/456);
  font-weight: 100;
  font-size: calc(15px + 5 * (100vw - 280px)/456);
  line-height: 1.2;
}



.menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu li {
    width: 100%;
    border-right: 1px solid black;
    padding: 1%;
}

.menu li:nth-child(6){
    border-right: none;
}

.menu li:last-child {
    border-right: none;
    background-color: #ac4423;
}

.menu li:hover {
    opacity: 0.5;
}

.menu p {
    margin: 0;
}

.contact{
    background-color: #ac4423;
    color: #ffffff;
    padding: 5px 0;
}


/* トップ画像 */
.top{
    text-align: center;
    width: 100%;
    position: relative;
}

.test2 {
  width: 15%;
  position: absolute;
  top: 10%;
  left: 7%;
  z-index: 9999;
}

.test2 img {
  width: 100%;
}

.test2:hover {
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

.top_slider .slick-dots {
    background-color: #023016;
}


.top video {
    width: 100%;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center
    
}

.title{
    margin: 60px 0 1px;
    border-bottom: 1px solid #ac4423;
    width: 60%;
}

.title img{
    margin: 0 0 -35px 0;
    width: 100%;
}
.subtitle {
    margin: 10% 0 0 10%;
}

.no_vacancy{
	width: 100%;
	line-height: 2.5em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #ac0023;
	color: white;
}


.update{
  text-align: right;
  width: 100%;
}


.slider {/*横幅736pxで左右に余白を持たせて中央寄せ*/
    max-width:736px;
    /* width: 100%; */
    margin:50px auto 0;
}

.slider img {
  width: calc(260px + 100 * (100vw - 280px)/456);/*スライダー内の画像をにしてレスポンシブ化*/
  height: auto;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*ドットナビゲーションの設定*/
.slick-dots button {
  border-radius:50%;
}

.slick-dots .slick-active button{
  background:#000;/*ドットボタンの現在地表示の色*/
}

.roomplan{
  margin: 0 auto;
}

.roomplan_setumei{
  width: 90%;
  margin: 80px auto 0;
}

.roomphoto{
  max-width: 736px;
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
}

.roomphoto p{
  text-align: center;
  margin:0 auto;

}

.roomphoto img{
  width: 100%;
}

.roomphoto2{
  text-align: right;
  max-width: 736px;
}

.equipment{
    background-color: #f7f7f7;
    padding: 80px 0;
    margin-top: 70px;
    width: 100%;
    max-width: 736px;
}
.equipment .title{
  padding-bottom: 2px;
}


.equipment_photo{
    margin:100px auto 0;
    width: 80%;
    max-width: 736px;
    overflow: hidden;
}

.equipment_photo li img{
  width: 55%;
}

.equipment_photo li:first-child{
  margin-top: -15%;
  z-index: 4;
}

.equipment_photo li:nth-child(2){
  text-align: right;
  margin-top: -15%;
  z-index: 3;
}

.equipment_photo li:nth-child(3){
  margin-top: -15%;
  z-index: 2;
}

.equipment_photo li:nth-child(4){
  text-align: right;
  margin-top: -15%;
}

.equipment_photo li:last-child{
  text-align: right;
 z-index: 5;
}

.parent{
  display: flex;
  flex-direction: column;
}
.child_1{
  order: 1;
}

.child_2{
  order: 2;
}

.child_3{
  order: 3;
}

.child_4{
  order: 4;
}

.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.0s ease-in-out, transform 1.0s ease-in-out;
}

.up {
  transform: translateY(50px);
}

.down {
  transform: translateY(-50px);
}
.down736 {
  transform: translateY(50px);
}

.show {
  opacity: 1;
  transform: translateY(0);
}

         
        

.equipment_photo p{
    display:none!important;
}

.equipment_icon{
    display: flex;
    width: 100%;
    max-width: 736px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 60px;
}

.equipment_icon_text{
  text-align: left;
  margin: 50px auto 0 60px;
}

.equipment_setumei{
    margin: 80px auto 0;
    width: 90%;
}

.equipment_setumei2{
    width: 100%;
    max-width: 736px;
    text-align: center;
}

.equipment_icon p{
    text-align: center;
    margin-top: 2px;
}

.location{
    margin-top: 90px;
}
.location .title{
  padding-bottom: 2px;
}

.sitamachi {
  margin: 0 auto -40px;
    width: 100%;
    max-width: 736px;
    text-align: center;
}

.sitamachi img{
  width: 90%;
}

.location_bg{
    margin: 80px auto 0;
    background-color: #721d1e;
    padding: 100px 0 40px;
}

.location_setumei{
    margin: 80px auto 20px ;
    width: 80%;
    color: white;
}

.location_setumei2{
    text-align: left !important;
    width: 90%;
    margin: 10px auto;
}

.pin{
    position: absolute;
    margin-top: 30px;
    width: 40px;
}
.googlemap {
  margin: 50px auto;
  text-align: center;
  
}

.googlemap .map{
  position: relative;
  padding-bottom: 500px;
  overflow: hidden;
}

.googlemap .map iframe{
  position: absolute;
  top:-60px;
  left: 0;
  width: 100%;
  height: 100%;
}

.pinclick{

  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
}

.relative_pin1 {
    position: relative;

  }

.absolute_pin1 {
    position: absolute;
    left: 0px;
    margin-top: -45px;
    width: 45px;
  }

.relative_pin2 {
    position: relative;
}

.absolute_pin2 {
    position: absolute;
    margin-top: -45px;
    left: 0px;
    width: 45px;
}

/* 画面幅が750px以下の時に適用 */
@media screen and (max-width: 797px) {
  .absolute_pin2 {
    width: 40px;
    margin-top: -33px;
  }

}

.location_shop{
    display: flex;
    width: 90%;
    max-width: 736px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 10px;
    margin:70px auto 50px;
}

.location_shop li:first-child{
  width: 100%;
  max-width: 736px;
}

.location_shop li:nth-child(2){
  width: 100%;
  max-width: 736px;
}

.location_shop li{
  width: 45%;
  max-width: 250px;
  min-width: 180px;
}

.location_shop p{
    text-align: center;
    color: white;
    margin-bottom: 2px;
}

.lawson, .laundry{
  width: 100%;
  border: solid 5px #fff4e5;
  border-radius: 5px;
}

.shop_img{
  width: 100%;
  
}

.kuroyama{
  white-space: nowrap;
  transform: scaleX(0.75);
  margin-left: 15px;
}


.abinko {
  margin: 0 auto;
  width: 100%;
  padding: 100px 0 ;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.box {
  width: 90%;
  height: auto;
  background-color: #f7f7f7;

}

.abinko img{
    width: 100%;
}

.access{
    margin: 100px auto 0;
    width: 100%;
    max-width: 736px;
}

.access_bg{
    background-color: #f7f7f7;
    margin-top: 60px;
}

.access_bg img{
    width: 80%;
    margin-top: 60px;
}

.access li:last-child {
  padding-bottom: 30px;

}

.access_title{
    margin: 0 auto -40px;
    width: 100%;
    max-width: 736px;
    text-align: center;
}


.access_setumei{
    margin: 80px auto 0;
    width: 80%;
}

.access_osaka li img{
  width: 100%;
}

.access_osaka_text{
  max-width: 736px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.station{
    margin: 0 auto;
    width: 100%;
    max-width: 736px;
    background-color: #f7f7f7;
    overflow: hidden;
    text-align: center;
}

.station img{
  width: 80%;
}





.red_line{
background-color: #ac4423;
width: 100%;
height: 3px;
margin-bottom: -30px;
}



.access_osaka{
    width: 80%;
    max-width: 736px;
    margin: 50px auto 0;
    justify-content: space-between;
    gap: 0 10px;
}

.outline{
  text-align: left;
  margin: 80px auto 0;
  font-size: calc(16px + 4 * (100vw - 737px)/1663);
  width: 100%;
  max-width: 736px;
}

.outline h3{
  font-size: 2.6rem;
  font-weight: bold;
  padding: 10px 0 10px 23px;
  text-align: center;
}

.outline table{
  border-collapse:　collapse;
  border-spacing: 0;
}

.outline th{
  color: #ac4423;
  font-size: calc(16px + 4 * (100vw - 737px)/1663);
  width: 25%;
  padding: 0.7em 0.7em 0.7em 2em;
  border-top: 1px solid #CCC;
}

.outline td{
  width: 75%;
  padding: 1em 1em 1em 1.5em;
  border-top: 1px solid #CCC;
  text-align: justify;
}

.outline tr:last-child .outline td,.outline tr:last-child .outline th{
  border-bottom: 1px solid #CCC;
}

  @media screen and (max-width: 560px) {



    .outline th,
    .outline td {
      width: 90%;
      display: block;
    }
  
    .outline th {
      padding: 1em 1em 1.4em;
      border-top: 1px solid #CCC;
    }
  
    .outline td {
      padding: 0  1em 1.5em;
      border-top: none;
    }
  }


  /* お問い合わせ */
.contact_btn{
    background-color: #595757;
    width: 100%;
    margin: 30px auto 0;
    padding: 50px 0;
}

.otoiawase{
  font-size: 30px;
}

.contact_btn_box{
    width: 100%;
    max-width: 736px;
    color: white;
    margin: 0 auto 15px;
}


.left{
    text-align: center;
    padding-bottom: 10px;
}

.left img{
  width: 50px;
}

.freedial{
  font-size: 30px;
  display: inline-block;
  margin: -20px 0;
}

.right{
  text-align: center;
}

.mail_bt{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail_bt img{
  max-width: 38px;
  height: 100%;
  margin: 3%;
}

.mailphoto{
  margin: 0 10px -6px 0;
}


  


.otoiawaseform{
  background-color: white;
  margin: 0 7px 0 2px;
  width: 300px;
  padding: 10px 10px;
  border-radius: 20px;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}




  /*フッター
------------------------------*/

footer{
  width: 100%;
    max-width: 736px;
    background-color: #ffffff;
    color: #000;
    margin: 0 auto;
  }
  
  .foot_wrap{
    width: 100%;
    max-width: 736px;
    padding-top: 30px;
    text-align: center;
  }
  
  .foot_wrap a{
    color: #000;
    margin: 20px 0;
  }
  
  .foot_ff ul{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    z-index: 1;
  }
  
  .foot_ff ul li:first-child{
    margin-right: calc(900px + 120 * (100vw - 737px)/1663);
  }
  
  .foot_ff ul li img{
    width: 70px;
  }
  
  .foot_fujilogo{
    width: 100px;
  }
  
  .foot_fujilogo img{
    width: 100%;
  }
  
  .foot_fujilogo a{
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .foot_fujilogo a:hover{
    opacity: .6;
  }

  .foot_main_left p{
    font-size: 14px;
    text-align: center;
  }
  
  .foot_main_left img{
    width: 60%;
    max-width: 736px;
  }

  
  .foot_main{
    top: 30px;
    width: 100%;
    max-width: 736px;
    
  }
  
  .foot_main_wrap{

    margin-top: 5px;
    width: 100%;
    max-width: 736px;
  }

  .foot_main_right{
    padding-right: 20px;
  }
  
  .foot_main_right p{
    font-size: 14px;
    text-align: center;
  }


  
  .foot_main_right ul li{
    font-size: calc(32px + 6 * (100vw - 280px)/456);
    white-space: nowrap;
  }
  
  .foot_main_left ul li:first-child{
    margin-top: 5px 0 10px;
    text-align: center;
  }
  
  .foot_main_right ul li,
  .foot_main_left ul li{
    line-height: 0.7;
    color: #ac4423;
    text-align: center;
  }
  
  .foot_main_right ul li:last-child a:hover{
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .4;
  }
  
  .takken p{
    display:inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    width: 90%;
  }
  
  
  .foot_contact{
    margin: 30px 0;
  }
  
  .foot_contact,
  .foot_iiheya{
    text-align: center;
    width: 100%;
    max-width: 736px;
    padding-top: 20px;
  }
  
  .foot_contact a{
    position: relative;
    display: inline-block;
    width: 400px;
    height: 54px;
    text-align: center;
    line-height: 53px;
    outline: none;
  }
  
  .foot_contact a,
  .foot_contact a::before,
  .foot_contact a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  
  .foot_contact a::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("../../image/f_abiko12/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: .1;
    z-index: 1;
  }
  
  .foot_contact a {
    background-color: #FEF8E1;
    border: 2px solid #FEF8E1;
    color: #252400;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5em;
  }
  
  .foot_contact a:hover {
    background-color: transparent;
    border-color: #FEF8E1;
    color: #FEF8E1;
  }
  
  .foot_contact a:hover::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("../../image/f_abiko12/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: .6;
    z-index: -1;
  }

  .foot_iiheya img{
    width: 50%;
    max-width: 376px;
  }
  

  
  .copyright{
    width: 100%;
    max-width: 736px;
    bottom: 0;
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
  }
  




/* 以下お問い合わせフォーム用 */

/*contact.html
------------------------------*/

.contact_header{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 736px!important;
  width: 90%!important;
  margin: 0 auto!important;
  font-family:"Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 1.78rem;
  padding: 20px 0;
}

.contact_header img{
  width: 100%;
}

.contact_header li:first-child{
  width: 50%;
}

.contact_header li:first-child img{
  width: 100%;
}

.contact_header li:first-child a:hover{
  opacity: .6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contact_header li:last-child{
  line-height: 1;
}

.contact_header li:last-child a{
  line-height: 0.1;
  color: #000;
}

.contact_header li:last-child a:hover{
  opacity: .6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.txt_big{
  font-size: 2.5rem;
  color: #ac4423;
}

.txt_small1{
  font-size: 1.25rem;
  color: black;
  letter-spacing: 0.05em;
  padding-bottom: 10%;
}

.txt_small2{
  font-size: 1.45rem;
  color: #ac4423;
  letter-spacing: 0.05em;
}


.contact_bg {
  /* 上部タイトル */
  padding: 30px 0 !important;
  padding-top: 10px !important;
  font-weight: 600 !important;
  background: #ac4423;
  font-size: calc(20px + 2 * (100vw - 280px)/456) !important;
  text-align: center !important;
  color: #FFF !important;
  margin-top: 0 !important;
}

#contact_form {
  /* 上部タイトル・説明文 */
  width: 90% !important;
  margin: 0 auto !important;
}

#contact_form p {
  /* 上部説明文 */
  padding: 30px 0 !important;
  padding-top: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: calc(13px + 2 * (100vw - 280px)/456) !important;
  width: 90%;
}

#container {
  width: 90% !important;
  margin: 0 auto !important;
  margin-bottom: 50px !important;
}

form#mailformpro label.mfp_not_checked {
  padding: 15px !important;
}

form#mailformpro dl dt {
  font-size: 15px !important;
  padding: 15px 0 !important;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_email,
.mfp_element_select-one,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  padding: 15px 8px !important;
  margin: 5px !important;
  font-size: 15px !important;
}

.mfp_element_all {
  max-width: 95% !important;
}

.must {
  background-color: #ac4423 !important;
  border: #ac4423 !important;
  background-image: none !important;
}

.yohaku {
  display: inline-block !important;
  width: calc(23px + 10 * (100vw - 280px)/456) !important;
}

.yohaku2 {
  display: inline-block !important;
  width: calc(3px + 3 * (100vw - 280px)/456) !important;
}

.fs{
  font-size: calc(13px + 3 * (100vw - 280px)/456) !important;
}

.contact_pp {
  padding: 30px 15px !important;
  font-size: calc(13px + 3 * (100vw - 280px)/456) !important;
  text-align: center !important;
}

.any {
  display: block;
  background-color: #F0F0F0;
  border:  #F0F0F0;
  background-image: none;
  padding: 2px 5px;
  font-size: 10px;
  color: #000;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
}

.must3 a{
  color: #551a8b;
  font-size: 12px;
  white-space: nowrap;
}

.mfp_element_submit, .mfp_element_reset {
  background: #F0F0F0!important;
  color: #333!important;
  font-weight: 500!important;
  width: 100px!important;
  height: 45px!important;
}

@media screen and (max-width:455px) {
  .line_break {
    display: none !important;
  }

  #contact_form p {
    /* 上部説明文 */
    text-align: center !important;
    text-align: justify !important;
    text-align-last: left !important;
  }
}

@media screen and (min-width:475px) {
  .nowrap {
    white-space: nowrap
  }
}

@media screen and (min-width:360px) {
  .line_break2 {
    display: none !important;
  }
}


/*thanks.html
------------------------------*/

#contactmail {
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  font-size: calc(13px + 2 * (100vw - 280px)/456) !important;
}

#mfp_thanks h3 {
  margin-bottom: 0;
  color: #ac4423;
  font-size: calc(14.5px + 18 * (100vw - 280px)/456) !important;
  padding-bottom: 2% !important;
}

#mfp_thanks {
  padding-bottom: 30px !important;
}

#mfp_thanks p {
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #ac4423;
  font-size: calc(12px + 8 * (100vw - 280px)/456) !important;
}

.contact_box {
  text-align: justify;
}

.contact_line {
  height: 1px;
  background-color: #DDCDC0;
  border: none;
  margin-bottom: 20px;
}

.thanks_address {
  max-width: 500px;
  border: 1px solid #DDCDC0;
  padding: 1em;
  margin: 0 auto;
}

.top_back {
  text-align: center;
  margin-top: 30px;
}

.top_back a {
  display: inline-block;
  outline: none;
  background-color: #ac4423;
  border: 1px solid #ac4423;
  color: #FFF;
  border-radius: 50px;
  padding: 1em 5em;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (min-width:300px) {
  .line_break3 {
    display: none !important;
  }
}

/*ページスクロール
------------------------------*/
#page-top {
  background-color: #721d1e;
  filter: drop-shadow(0 0 4px #FEF8E1);
  color: white;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 1000;
}

#page-top a {
  padding: 10% 0 0 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#page-top a:link,
#page-top a:visited {
  color: #FFF;
  font-size: 35px;
  text-decoration: none;
}