
:root {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #745E73;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.intro {
  text-align: center;
}
.intro h1 {
  color: #EFEFEF;
  font-size: 3rem;
  margin: 60px 0 0;
  font-weight: bold;
  font-family: monospace;
}
@media screen and (min-width: 500px) {
  .intro h1 {
    font-size: 4rem;
  }
}
.intro p {
  color: #E0CF79;
  font-size: 1.3rem;
  line-height: 1.5;
}
.intro a {
  color: #40DFBB;
  font-weight: bold;
  text-decoration: none;
}
.host_intro{
    text-align: left;
    padding:20px;
    line-height: 1.8
}
.pg_tit {
    text-align: left;
    padding-bottom:0;
}


.swiper-container {
    width: 100%;
  /*height: 100%; */
    margin: 50px auto 0;
    margin-left: 0%;
    padding-bottom:70px;
}
.swiper-wrapper{
  height:auto;
}
.swiper-slide {
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  min-height: 100px;
  display: flex;

  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top:60px;
}

.swiper-container-horizontal > .swiper-pagination {
  top: 0;
  bottom: auto;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination-bullet {
  background-color: #00D42B;
  border-radius: 0;
  box-sizing: border-box;
  color: #0e8927;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  opacity: 1;
  height: 56px;
  width: 100% ;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: font-weight 0.22s ease;
/*
    width: 312px;
    height: 49px;
*/
  margin-left: 4px;
  color: #888;
  font-size: 16px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ddd;
  background-color: #f8f8f8;
  cursor: pointer;
}

.active-mark {
/*  background: #ffeb3b;*/
  width: 20%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 52px;
  transition: left 0.2s ease-out;
}

.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .active-mark {
  left: 0%;
}
.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active ~  .active-mark {
  left: 20%;
}
.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active ~  .active-mark {
  left: 40%;
}
.swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active ~ .active-mark {
  left: 60%;
}
.swiper-pagination-bullet:nth-of-type(5).swiper-pagination-bullet-active ~ .active-mark {
  left: 80%;
}

.swiper-pagination-bullet:nth-child(1) {
}
.swiper-pagination-bullet:nth-child(2) {
}
.swiper-pagination-bullet:nth-child(3) {
}
.swiper-pagination-bullet:nth-child(4) {
}
.swiper-pagination-bullet:nth-child(5) {
}

.swiper-pagination-bullet-active {
    font-weight: bold;
    background-color:white;
    border-color:black;
}

.swiper-pagination {
    margin-top:50px;
    text-align: center;
    display: flex;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    width:1200px;
}

.openning {
  width: 100%;
  border: 1px solid #444444;
  border-collapse: collapse;
  text-align: center;
}

.massage-title{
  width: 100%;
  border: 1px solid #444444;
  border-collapse: collapse;
  text-align: center;
  padding: 10px;
}
 .jbFixed {
    position: fixed;
    top: -50px;
  }

.openning {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: auto;
  width: 80%;
    margin:0 auto;
}
  .openning th {
    background-color: rgb(112, 196, 105);
    color: white;
    font-weight: normal;
    padding: 20px 30px;
    text-align: center;
  }
.openning td {
    background-color: rgb(238, 238, 238);
    color: rgb(111, 111, 111);
    padding: 20px 30px;
  }


