@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("../../css/font/NotoSansR.eot") format("eot"), url("../../css/font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("../../css/font/NotoSansL.eot") format("eot"), url("../../css/font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("../../css/font/iconfont.eot");
  src: url("../../css/font/iconfont.eot#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

/*------------------------------------------
  TOP
------------------------------------------*/
.room-top-block {
  margin-bottom: 50px;
}
.room-top-block .top-visual {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.room-top-block h3 {
  text-align: center;
  color: #fff;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  padding-top: 100px;
  padding-bottom: 15px;
}
.room-top-block .cmn-btn-style05 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.room-top-block .text-box .ttl {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #b19a84;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.room-top-block .text-box .ttl:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  background: #be920e;
}
.room-top-block .text-box .catch {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.room-top-block .text-box .txt {
  line-height: 1.75;
  letter-spacing: .0;
}
.room-top-block .text-box .txt p {
  margin-bottom: 12px;
}
.room-top-block .text-box .txt p:last-child {
  margin-bottom: 0;
}

html.cookie-fz-L .room-top-block .text-box .ttl br {
  display: none;
}

#STAY .top-visual {
  background-image: url(https://clubby-sapporo.jp/sp/images/rooms/bg-stay.jpg);
}

#BREAKFAST .top-visual {
  background-image: url(https://clubby-sapporo.jp/sp/images/rooms/bg-breakfast.jpg);
}

#STAFF .top-visual {
  background-image: url(https://clubby-sapporo.jp/sp/images/rooms/bg-staff.jpg);
}

#LOCATION .top-visual {
  background-image: url(https://clubby-sapporo.jp/sp/images/rooms/bg-location.jpg);
}

.rooms-information .cmn-btn-style05 {
  text-align: center;
  width: 100%;
}

.rooms-information .cmn-itemlist-type01 .list-photo {
  margin-bottom: 10px;
}
.rooms-information .cmn-itemlist-type01 .list-photo:after {
  content: none;
}

/*------------------------------------------
  Detail
------------------------------------------*/
.BD-rooms-detail .cmn-page-title {
  margin-bottom: 0;
  border-bottom: none;
}
.BD-rooms-detail .cmn-page-title:after {
  content: none;
}
.BD-rooms-detail .cmn-page-title .title-main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .075em;
}

.BD-rooms-detail .cmn-contents-area {
  position: relative;
}

.rooms-visual {
  margin-bottom: 25px;
}

.rooms-information {
  color: #73604e;
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.rooms-information .information-text {
  margin-bottom: 6px;
}
.rooms-information .information-text p {
  display: inline-block;
  vertical-align: middle;
  color: #73604e;
}
.rooms-information .information-text .txt {
  padding-left: 10px;
  line-height: 1.1;
  color: #2d2116;
}
.rooms-information .information-text .txt .num {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "EB Garamond", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.rooms-sammary .sammary-box {
  margin-bottom: 30px;
}
.rooms-sammary .sammary-box .box-ttl {
  color: #b19a84;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 6px solid #b19a84;
}
.rooms-sammary .sammary-box .caution {
  font-size: 12px;
  font-size: 1.2rem;
  color: #73604e;
  margin-top: 8px;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}