@charset "utf-8";
/* ワン・ステーションホテル熊本 */
.dm{}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
html {
	height: 100%;
  font-size: calc(100vw / 7.5);
}
@media only screen and (max-width: 319px) {
  html {
    font-size:62.5%;
  }
}
@media only screen and (min-width: 751px) {
  html {
    font-size:62.5%;
  }
}
body {
	height: 100%;
	margin: auto;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: .16rem;
  background-color: #FFFFFF;
	line-height: 2;
	text-align: center;
}
@media only screen and (max-width: 319px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 751px) {
  body {
    font-size: 3.2rem;
  }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
  width: 100%;
	height: auto;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	color: #465167;
	text-decoration: none;
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf:after {
  display: block;
	clear: both;
	content: "";
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}

.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.ffGo {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
b.ffGo, strong.ffGo, .ffGo.bold {
  font-family: Verdana,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
}
.ffMin {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

.sp-display {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp-display {
    display: block;
  }
}

@media only screen and (max-width: 750px) {

}
@media only screen and (min-width: 751px) {

}


/*レイアウト*/
#lp #wrapper {
  position: relative;
	margin: auto;
	width: 100%;
  min-width: 320px;
	max-width: 750px;
	min-height: 100%;
	overflow: initial;
}
@media only screen and (max-width: 750px) {
  #lp #wrapper {
    overflow: hidden;
  }
}

#lp header#headerWrap {
  position: relative;
  margin: auto;
  padding: 3% 0;
}
#lp.page-lp-sbf header#headerWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.154;
  padding: 0;
  z-index: 10;
}

#lp.page-lp-sbf header#headerWrap .inner {
  display: flex;
  align-items: center;
  padding: 0 5%;
  height: 100%;
}

#lp header#headerWrap .logo {
  width: 22%;
  font-size: 12px;
  margin: auto;
  line-height: 1;
}
#lp.page-lp-sbf header#headerWrap .logo {
  margin: initial;
  width: 24%;
}
#lp.page-lp-sbf header#headerWrap .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#lp .cta {
  width: 94.9%;
  margin: auto;
  padding: 5% 0 12%;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
#lp .cta.cta1 {
  padding: 0;
}


/*ヘッダー*/
#lp header#lpHeader {
  position: relative;
}
#lp.page-lp-sbf-end header#lpHeader {
  margin: auto;
}

#lp header#lpHeader .headerLogo {
  position: absolute;
  width: 16%;
  top: 2%;
  left: 3%;
  z-index: 10;
}
#lp.end header#lpHeader .headerLogo {
  position: relative;
  width: 30%;
  top: initial;
  left: initial;
  margin: auto;
}


#lp header#lpHeader .headerLogo h1 {
  font-size: 1rem;
  line-height: 1;
}

#lp header#lpHeader .headerMain {
  position: relative;
}
#lp.end header#lpHeader .headerMain {
  background-color: initial;
}
#lp.page-lp-sbf-end header#lpHeader .headerMain h1 {
  font-size: .36rem;
}
@media only screen and (max-width: 319px) {
  #lp.page-lp-sbf-end header#lpHeader .headerMain h1  {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 751px) {
  #lp.page-lp-sbf-end header#lpHeader .headerMain h1  {
    font-size: 3rem;
  }
}
#lp header#lpHeader .headerMain .inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 0 3%;
  z-index: 1;
}
#lp header#lpHeader .headerMain .kv {
  margin: auto;
}
#lp header#lpHeader .headerMain h2 {
  position: relative;
  display: flex;
  flex-flow: column;
  z-index: 1;
}
#lp header#lpHeader .headerMain h2 >img {
  position: relative;
  display: block;
  margin: auto;
  order: 2;
}
#lp header#lpHeader .headerMain h2 .en {
  width: 80.2%;
  margin: 0 auto 4%;
  order: 1;
}

#lp header#lpHeader .headerMain .label {
  position: absolute;
  width: 100%;
  top: 5%;
  left: 0;
  z-index: 10;
}

#lp header#lpHeader .headerMain .icon {
  width: 24.5%;
  position: absolute;
  top: 37%;
  left: 3%;
}

/* qa */
#qa {
  background-color: #53483a;
  margin: 0 auto 12%;
}
.qaWrap {
  font-size: 0.25rem;
  text-align: left;
  line-height: 1.5;
  color: #fff;
  margin-top: -20px;
  padding: 0 8% 12%;
}
.qaWrap dl {
  margin: 0;
}
.qaWrap dt {
  position: relative;
  border-bottom: 1px solid #bbaeae;
  transition: all 1s;
}
.qaWrap dt span {
  position: relative;
  display: block;
  padding: 20px 40px 20px 10%;
  word-break: break-word;
}
.qaWrap dt span::before {
  content: '';
  background-image: url(../img/lp_sbf/qa_q.webp);
  background-size: cover;
  width: 6%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 20px;
  left: 5px;
}
@media only screen and (min-width: 751px) {
  .qaWrap dt span::before {
    top: 14px;
  }
}
.qaWrap dt.open {
  border-bottom: 1px solid rgba(255,255,255,0);
}
.qaWrap dt:hover {
  cursor: pointer;
}
.qaWrap dt::before,
.qaWrap dt::after {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.qaWrap dt::after {
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.qaWrap dt.open::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 49%;
}
.qaWrap dd {
  display: none;
  margin: 0;
  border-bottom: 1px solid #999;
}
.qaWrap dd span {
  display: block;
  position: relative;
  padding: 0 10px 20px 10%;
  word-break: break-all;
}
.qaWrap dd span::before {
  content: '';
  background-image: url(../img/lp_sbf/qa_a.webp);
  background-size: cover;
  width: 6%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 5px;
}
@media only screen and (max-width: 319px) {
  .qaWrap {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 751px) {
  .qaWrap {
    font-size: 1.8rem;
  }
}


/*フォーム*/
#lp #formWrap {
  width: 100%;
  margin: 0 auto 3%;
}
#lp #formWrap .formHeader {
  position: relative;
  margin-bottom: 4%;
}
#lp #formWrap .formHeader .inner {
  position: relative;
  margin-bottom: 5%;
}
#lp #formWrap .formHeader h2 {
  font-size: .32rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto 4%;
  color: #542B24;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formHeader h2 {
      font-size: 1.6rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formHeader h2 {
      font-size: 3.2rem;
    }
  }

#lp #formWrap .formHeader .read1 {
  margin-bottom: 1em;
  text-indent: -1em;
}
#lp #formWrap .formHeader .read1 li {
  margin-left: 1em;
  font-feature-settings: 'palt' 1;
}

#lp #formWrap .formHeader .read3 {
  text-indent: -1em;
}

#lp #formWrap .formHeader .read3 li {
  margin-left: 1em;
  font-feature-settings: 'palt' 1;
}
#lp #formWrap .formHeader .read4 {
  margin-bottom: 1em;
}

#lp #formWrap .formHeader .read1,
#lp #formWrap .formHeader .read2,
#lp #formWrap .formHeader .read3,
#lp #formWrap .formHeader .read4,
#lp #formWrap .formHeader .read5 {
  font-size: .20rem;
  line-height: 1.6;
  text-align: left;
  padding: 0 4%;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formHeader .read1,
    #lp #formWrap .formHeader .read2,
    #lp #formWrap .formHeader .read3,
    #lp #formWrap .formHeader .read4,
    #lp #formWrap .formHeader .read5 {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formHeader .read1,
    #lp #formWrap .formHeader .read2,
    #lp #formWrap .formHeader .read3,
    #lp #formWrap .formHeader .read4,
    #lp #formWrap .formHeader .read5 {
      font-size: 2rem;
    }
  }


/* ------------------------------------------------------------ */
#lp #formWrap .formMain {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  text-align: left;
  padding: 2%;
}
#lp #formWrap .formMain > table {
  width: 100%;
}

#lp #formWrap .formMain th,
#lp #formWrap .formMain td {
  font-size: .28rem;
  text-align: left;
  padding: 8px !important;
  width: 100%;
  display:block;
  box-sizing: border-box;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formMain th,
    #lp #formWrap .formMain td {
      font-size: 1.3rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formMain th,
    #lp #formWrap .formMain td {
      font-size: 2.4rem;
    }
  }

#lp #formWrap .formMain th {
  font-weight: normal;
  line-height: 1;
}

#lp #formWrap .formMain td {
  padding: 0 15px 22px 15px !important;
}

#lp #formWrap .formMain td input[name=kibou1d],
#lp #formWrap .formMain td input[name=kibou2d] {
  width: 48%;
  display: inline-block;
}

#lp #formWrap .formMain td .kibou1t,
#lp #formWrap .formMain td .kibou2t {
  width: 48%;
  display: inline-block;
}

#lp #formWrap .formMain td .revday1,
#lp #formWrap .formMain td .revday2 {
  display: flex;
  justify-content: flex-start;
}

#lp #formWrap .formMain td .subTt {
  line-height: 1.4;
  margin: 2% 0 0;
}

#lp #formWrap .formMain td .bikou,
#lp #formWrap .formMain td .note {
  font-size: .2rem;
  line-height: 1.4;
  margin: 2% 0 0;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formMain td .bikou,
    #lp #formWrap .formMain td .note {
      font-size: 1.1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formMain td .bikou,
    #lp #formWrap .formMain td .note {
      font-size: 1.4rem;
    }
  }

#lp #formWrap .formMain th .title-contactform7 {
  display: inline-block;
}
#lp #formWrap .formMain th .required-contactform7 {
  display: inline-block;
  padding: 5px 8px;
  background: #DE8686;
  font-size: .28rem;
  color: #fff;
  border-radius: 3px;
  margin-right: 6px;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formMain th .required-contactform7 {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formMain th .required-contactform7 {
      font-size: 1.8rem;
    }
  }

#lp #formWrap input[type=text],
#lp #formWrap input[type=email],
#lp #formWrap input[type=tel],
#lp #formWrap input[type=date],
#lp #formWrap input[type=number],
#lp #formWrap textarea {
	border: 0;
	padding: 6px 4px;
	color: #5E5851;
	border: 1px solid #ccc;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#lp #formWrap textarea {
  box-sizing: border-box;
  width: 100%;
  height: 3.6em;
}


#lp #formWrap input[type=text]:focus,
#lp #formWrap input[type=email]:focus,
#lp #formWrap input[type=tel]:focus,
#lp #formWrap input[type=date]:focus,
#lp #formWrap textarea:focus { border: solid 1px #EEA34A; }

#lp #formWrap select {
	border: 0;
	padding: 6px 4px;
	color: #5E5851;
	border: 1px solid #ccc;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
  font-size: 16px;
}


#lp #formWrap input[type="radio"],
#lp #formWrap input[type="checkbox"]{
  appearance: auto;
  -webkit-transform: scale(1.3) translate3d(0, 0, 0);
  transform: scale(1.3) translate3d(0, 0, 0);
  margin-right: 0.5em;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  height: 16px;
}


#lp #formWrap .formSend .formCheck {
  display: table;
  width: 96%;
  border: 1px solid #AC855B;
  padding: 2% 3%;
  margin: 0 auto 5%;
  background-color: #fefdfc;
  font-size: .22rem;
  line-height: 1.6;
}
#lp #formWrap .formSend .wpcf7-list-item {
  margin: 0;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formSend .formCheck {
      font-size: 1.2rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formSend .formCheck {
      font-size: 1.6rem;
    }
  }


#lp #formWrap .formSend input[type=submit] {
  display: block;
  width: 60%;
	border: solid 1px #ccc;
	padding: 4% 0;
	margin: 0 auto 5%;
	font-size: .3rem;
  line-height: 1;
	cursor: pointer;
	background-color: #5EAABA;
	color: #fff;
	-webkit-appearance: none;
}
  @media only screen and (max-width: 319px) {
    #lp #formWrap .formSend input[type=submit] {
      font-size: 1.2rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #formWrap .formSend input[type=submit] {
      font-size: 3rem;
    }
  }

#lp #formWrap .formMain .horizontal-item {
  display: inline-block;
}

/* ------------------------------------------------------------ */

body.lp-sbf-end main article {
  position: relative;
  margin: auto;
  padding: 15% 0 0 0;
  background-color: inherit;
}
body.lp-sbf-end main > article > h1 {
  font-size: .32rem;
  line-height: 1.2;
}

#fromEndWrap {
  padding: 5%;
}
#fromEndWrap h3  {
  font-size: .28rem;
  line-height: 1.5;
  margin-bottom: 3%;
}
#fromEndWrap .fromEndRead1,
#fromEndWrap .fromEndRead2 {
  font-size: .26rem;
  line-height: 1.5;
  margin-bottom: 5%;
}
#fromEndWrap .toCpTop  {
  font-size: .28rem;
  line-height: 1.5;
  margin-bottom: 5%;
}
#fromEndWrap .toTop  {
  font-size: .28rem;
  line-height: 1.5;
  margin-bottom: 8%;
}
#fromEndWrap .formEndInfo  {
  font-size: .24rem;
  line-height: 1.4;
}

  @media only screen and (max-width: 319px) {
    body.lp-sbf-end main > article > h1 {
      font-size: 1.6rem;
    }
    #fromEndWrap h3 {
      font-size: 1.4rem;
    }
    #fromEndWrap .fromEndRead1,
    #fromEndWrap .fromEndRead2 {
      font-size: 1.4rem;
    }
    #fromEndWrap .toCpTop,
    #fromEndWrap .toTop {
      font-size: 1.5rem;
    }
    #fromEndWrap .formEndInfo  {
      font-size: 1.3rem;
    }
  }
  @media only screen and (min-width: 751px) {
    body.lp-sbf-end main > article > h1 {
      font-size: 2.4rem;
    }
    #fromEndWrap h3 {
      font-size: 2.1rem;
    }
    #fromEndWrap .fromEndRead1,
    #fromEndWrap .fromEndRead2 {
      font-size: 1.8rem;
    }
    #fromEndWrap .toCpTop,
    #fromEndWrap .toTop {
      font-size: 1.8rem;
    }
    #fromEndWrap .formEndInfo {
      font-size: 1.4rem;
    }
  }


/* -------------------------------- 
footer
-------------------------------- */
#lp footer {
  margin: auto;
  padding: 1vw 0 14vw;
}

#lp footer #footerEnd .coppyright {
  font-size: .20rem;
  line-height: 1.2;
}
  @media only screen and (max-width: 319px) {
    #lp footer #footerEnd .coppyright  {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp footer #footerEnd .coppyright  {
      font-size: 1.8rem;
    }
  }

#lp footer #footerBarWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}
#lp footer #footerBarWrap nav {
  max-width: 750px;
  margin: auto;
  background-color: #FFF;
}
#lp footer #footerBarWrap ul {
  display: flex;
  justify-content: space-between;
}
#lp footer #footerBarWrap ul li {
  width: 49.8%;
}
#lp footer #footerBarWrap ul a {
  display: block;
  text-align: center;
  line-height: 1;
}
#lp footer #footerBarWrap ul a img {
  width: 100%;
  margin: auto;
}

#lp #pageWrap .pageInner > .note {
  font-size: .16rem;
  color: #B19039;
  margin-bottom: 5%;
}
  @media only screen and (max-width: 319px) {
    #lp #pageWrap .pageInner > .note {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #lp #pageWrap .pageInner > .note {
      font-size: 1.6rem;
    }
  }

#footerCopy {
  font-size: .2rem;
}
  @media only screen and (max-width: 319px) {
    #footerCopy {
      font-size: 1rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #footerCopy {
      font-size: 2rem;
    }
  }


#lp footer #footerBarWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 9000;
}
body.page-lp-sbf footer #footerBarWrap {
  display: none;
}
#lp.page-lp-sbf-end footer #footerBarWrap {
  display: none;
}
#lp footer #footerBarWrap nav {
  max-width: 750px;
  margin: auto;
  background-color: #FFF;
}
#lp footer #footerBarWrap ul {
  display: flex;
  justify-content: space-between;
}
#lp footer #footerBarWrap ul li {
  width: 49.8%;
}
#lp footer #footerBarWrap ul a {
  display: block;
  text-align: center;
  line-height: 1;
}
#lp footer #footerBarWrap ul a img {
  width: 100%;
  margin: auto;
}


/* Slider */
#lp .slick-prev,
#lp .slick-next,
#lp .slick-prev:focus,
#lp .slick-next:focus {
    background: rgba(255,255,255,0.9);
    transition: all .5s;
}

#lp .slick-prev {
    width: 36px;
    height: 36px;
    left: -36px;
    z-index: 100;
}
#lp .slick-next {
    width: 36px;
    height: 36px;
    right: -36px;
    z-index: 100;
}
#lp #wpp .wppBlock .plan .slick-prev {
  top: 34%;
  left: -3%;
}
#lp #wpp .wppBlock .plan .slick-next {
  top: 34%;
  right: -3%;
}

#lp .slick-prev:hover,
#lp .slick-next:hover {
    background: rgba(68, 68, 68, 0.9);
}
#lp .slick-prev::before,
#lp .slick-next::before {
    font-family: initial;
    font-size: 21px;
    color: #D8AE98;
    content: '＞';
}
#lp .slick-prev::before {
  content: '＜';
}
#lp .slick-prev:hover::before,
#lp .slick-next:hover::before {
    color: #FFF;
}

#lp .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
#lp .slick-dots {
    font-size: 12px;
  bottom: -40px;
}
#lp .slick-dots li button::before {
    font-size: 12px;
    line-height: 1;
}

#ui-datepicker-div {
  font-size: initial !important;
}

#gMapWrap {
  font-size: .21rem;
  line-height: 1.6;
  margin: 0 auto 5%;
}
  @media only screen and (max-width: 319px) {
    #gMapWrap {
      font-size: 1.3rem;
    }
  }
  @media only screen and (min-width: 751px) {
    #gMapWrap {
      font-size: 2.1rem;
    }
  }
#gMap {
  height: 0;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
  margin-bottom: 15px;
}
#gMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


#pageTopWrap {
  position: fixed;
  width: 48px;
  right: 25px;
  bottom: 70px;
  display: none;
  z-index: 999;
}
#pageTop {
  overflow: hidden;
  margin: 0 auto;
}
#pageTop p {
  text-align: right;
}

