@charset "utf-8";
section.rooms {
  background: #FFF;
  padding: 60px 0;
  color: #000;
}
h2 {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 10px;
  font-weight: bold;
  padding-bottom: 6px;
}
section h2 span{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
section#con01 .col-md-4 img {
  padding-top: 20px;
}
p.days {
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding: 5px 0 0;
  margin-bottom: 0;
}
a.newslink {
  color: #000;
  transition : 1s;
  background-color: transparent;
  transition : 1s;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
a.newslink:hover {
  opacity: .8;
  transition : 1s;
}
.bgBlue {
  background: #202f55;
}
.bgYellow {
  background: #dfb215;
}
.messege_block{
  margin-right: initial;
  margin-left: initial;
}
.messege {
  padding: 60px 10px;
}
.messege h3{
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 2px;
  line-height: 1.6;
}
.messege p {
  margin: 20px auto;
  line-height: 2.1;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 200;
  max-width: 600px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  
}
.bgWhite div h3 {
  color:#000;
}
.bgWhite div div hr {
  max-width: 100px;
  border-top: 1px solid #000;
}
.bgWhite div div p {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px 0 0;
}

