@charset "utf-8";
/* GATE HOTEL */
/*Setting for the PC*/
body {}
#headerSection {
  height: 550px !important;
  background: none !important;
  margin-bottom: 30px;
}
/*#headerSection {
  height: 688px !important;
  background-image: url(/sapporo/images/bg-top_1_.jpg) !important;
  background-size: 100%;
  margin-top: -120px;
}
#indexLogo {
  margin-top: 160px !important;
}
#functionSection {
  position: absolute;
  top: 130px !important;
  right: 10px;
}*/
/*newスライダー*/
.slick-track {
  height: 550px;
}
.slider {
  position: absolute;
  width: 100vw;
  height: 550px; /*100vh;*/
  overflow: hidden;
  top: 0;
  left: 0;
}
.slider .slick-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.slider .item_80 {
  background-position: center 80%;
}
.slider .item_t {
  background-position: center top;
}
.slider .item_b {
  background-position: center bottom;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 0;
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.add-animation {
  animation: zoomUp 4s linear 5s normal both;
}
.dots-wrap {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 15px;
}
.dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 10px 5px;
  background: #999;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover, .dots-wrap li.slick-active {
  background: #fff;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/*/newスライダー*/
.slideshow06, .slideshow05 {
  position: absolute;
  width: 100vw;
  height: 650px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.slideshow05 {
  top: 0;
  left: 0;
}
.mask {
	width: 100%;
	margin: 0;
	position: absolute;
	text-align: center;
	z-index:1;
}
.opentxt {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  margin: 300px 0 0;
}
.slideshow06 .item, .slideshow05 .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background-size: cover;
background-position: center center;
}
.topinfo {
  width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}
.topinfo p::before {
  content: '\2192';
  padding-right: 5px;
}
.slideshow01, .slideshow02 {
  position: absolute;
  width: 100vw;
  height: 650px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.slideshow02 {
  top: 0;
  left: 0;
}
.mask {
	width: 100%;
	margin: 0;
	position: absolute;
	text-align: center;
	z-index:1;
}
.opentxt {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  margin: 300px 0 0;
}
.slideshow01 .item, .slideshow02 .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.slideshow02 .item_b {
  background-position: center bottom;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 0;
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: -1;
}
.wrap {
  position: relative;
}
.title {
  position: absolute;
  transform: translate(calc(50vw - 50%), calc(50vh - 50%));
  z-index: 10;
  color: rgba(102, 102, 102, 0.70);
}
/* anIntimateHotel */
.blackFrame {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  width: 90%;
  height: 90%;
}
#anIntimateHotel {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 30px;
  text-align: center;
  background: url(/sapporo/images/bg-intimate-hotel.jpg) no-repeat center;
  margin-top: 40px;
}
.text {
  display: inline-block;
  text-indent: -9999px;
  width: 1px;
}
p.anIntimateRead {
  font-size: 14px;
  line-height: 5;
  text-align: center;
}
/* index rooms */
#indexRooms {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#indexRooms .imageSliding.left .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/sapporo/images/bg-index-room_.jpg);
  background-size: cover;
  background-position: center;
}
#indexRooms .commentSliding.right .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  right: -500px;
  width: 500px;
  height: auto;
}
/* index Restaurant and bar */
#indexRAB {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#indexRAB .imageSliding.right .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/sapporo/images/bg-index-rab_.jpg);
  background-size: cover;
  background-position: center;
}
#indexRAB .commentSliding.left .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  left: -500px;
  width: 500px;
  height: auto;
}
/* index experience */
#indexExperience {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#indexExperience .imageSliding.left .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/sapporo/images/bg-index-experience_.jpg);
  background-size: cover;
  background-position: bottom;
}
#indexExperience .commentSliding.right .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  right: -500px;
  width: 500px;
  height: auto;
}
/* index gallery */
#indexGallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#indexGallery .imageSliding.right .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/sapporo/images/bg-index-gallery_.jpg);
  background-size: cover;
  background-position: center;
}
#indexGallery .commentSliding.left .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  left: -500px;
  width: 500px;
  height: auto;
}
/*****************/
.indexCommentCageInner {
  padding: 30px 30px 60px 30px;
  background-color: #E6E6E6;
}
.dummyPlugs {
  /*height:200px;*/
}
/* index commons */
.indexImageCage {
  width: 100%;
  height: 480px;
}
.indexSliding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.commentSliding {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 400px;
}
.imageSliding.left .target.on {
  transform: translateX(-100px);
}
.commentSliding.right .target.on {
  transform: translateX(-500px);
}
.imageSliding.right .target.on {
  transform: translateX(100px);
}
.commentSliding.left .target.on {
  transform: translateX(500px);
}
h2.indexComment {
  /*color:#936D00;*/
  color: #000;
  margin-top: 50px;
  margin-left: 50px;
  font-size: 32px;
}
hr.indexComment {
  border: none;
  height: 1px;
  width: 80px;
  margin-left: 50px;
  margin-top: 15px;
  margin-bottom: 30px;
  /*background-color:#936D00;*/
  background-color: #000;
}
p.indexCommentRead {
  font-size: 16px;
  margin: .5em 0 .5em 50px;
  line-height: 1.5;
}
.btnContena.indexComment {
  padding-top: 20px;
}
/* index topics */
.indexTopics {
  margin: 0 auto;
  width: 1080px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.indexTopics h2.topics {
  color: #936d00;
  font-size: 150%;
  padding-bottom: 20px;
}
.indexTopics .topicsArticle {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.indexTopics a.topicsLink {
  display: block;
  width: 23.7%;
  /*float: left;*/
  margin-right: 1.3%;
  letter-spacing: normal;
  text-decoration: none;
}
.topicsColumns {
  display: block;
}
.topicsImageWrap {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  /*margin-bottom: 15px;*/
}
.topicsImageWrap span {
  background-position: center;
}
.topicsImageFolder {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: 140px;
  opacity: 0;
}
.topicsImageFolder.on {
  opacity: 1;
}
.indexTopics a.hover .topicsImageFolder.on {
  opacity: .85;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.indexTopics a.topicsLink span.topicsRead {
  display: block;
  font-size: 14px;
  margin: 5px 0 20px;
  line-height: 1.5;
  color: #000;
  /*height: 100px;*/
}
.indexTopics a.topicsLink span.topicsRead .ttl {
  display: block;
  font-weight: bold;
}
.indexTopics a.hover.topicsLink span.topicsRead .ttl {
  text-decoration: underline;
}
hr.grayline {
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.btnContena.indexTopics {
  padding-top: 15px;
  clear: both;
}
.uniquelink {
  display: none;
}
.news-txt .topicsImageWrap {
  display: none;
}
.news-txt .indexTopics a.topicsLink {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news-txt .indexTopics a.topicsLink:first-child {
  border-top: 1px solid #ccc;
}
.news-txt .indexTopics a.topicsLink:last-child {
  margin-bottom: 30px;
}
.news-txt .uniquelink a, .news-txt .indexTopics a.topicsLink span.topicsRead {
  display: block;
  font-size: 14px;
  padding: 10px 0 10px;
  margin: 0;
  line-height: 1.5;
  color: #000;
  height: auto;
}
.news-txt .uniquelink a::before, .news-txt .indexTopics a.topicsLink span.topicsRead::before {
  content: '\2192';
  padding-right: 5px;
  display: block;
  float: left;
}
/* Travel Around Japan With Us */
#indexTravel {
  margin: 0 auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
}
h2.travel {
  margin: 80px 0 20px;
  text-align: center;
}
h2.travel img {
  height: 50px;
}
/* instagram */
#travelEntry {
  text-align: center;
  width: 1030px;
  margin: 40px auto 0 auto;
}
#travelEntry a.instaLink {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.instagramContena {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}
#travelEntry a:nth-of-type(4n) {
  margin-right: 0px;
}
.instagramImageWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.instagramImage {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.instagramEntryArea {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
}
#indexTravel a.hover.instaLink .instagramEntryArea {
  transform: translateY(-35px);
}
.instagramProf {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  margin: 5px;
  vertical-align: top;
}
.instagramProf img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
}
.instagramProfName {
  display: inline-block;
  width: auto;
  height: 25px;
  line-height: 35px;
  vertical-align: top;
  color: #000;
  padding-left: 10px;
  font-size: 14px;
}
.instagramText {
  display: block;
  padding: 5px;
  line-height: 1.5;
  font-size: 12px;
  color: #000;
}
.btnContena.indexTravel {
  padding-top: 20px;
}
/* access */
.mapBox {
  clear: both;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
  margin: 50px auto 50px;
  width: 834px;
}
.mapBox.item2 {
  width: 552px;
}
.addressBox p {
  text-align: center;
}
.threeColumns {
  margin-right: 30px;
  height: 105px;
  width: 258px;
  float: left;
  margin-bottom: 15px;
}
.threeColumns:last-child {
  margin-right: 0;
}
.threeColumns.station4 {
  margin-right: 0;
}
.threeColumns dl {
  display: block;
  background-color: #e6e6e6;
  padding: 20px;
  /* cursor:pointer;*/
  /*height: 100%;*/
}
.threeColumns dl.hover {
  background-color: #222;
  color: #fff !important;
}
.threeColumns dt {
  font-size: 85% !important;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.threeColumns dd {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  color: #936D00;
}
.threeColumns a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.threeColumns a dl {
  text-decoration: none;
  color: #000;
}
.threeColumns a dl:hover {
  background-color: #222;
  color: #fff;
}
.btnFace p {
  height: 70px;
  vertical-align: middle;
  display: table-cell;
  letter-spacing: -0.5px;
  width: 250px;
}
.btnFace p span {
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#indexAccess {
  margin: 0 auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
}
h2.access {
  margin-bottom: 20px;
  text-align: center;
}
h2.access img {
  width: 172px;
  height: 46px;
}
.mapArea {
  width: 100%;
  height: 435px;
  margin: 0 auto;
}
a.maplink:link, a.maplink:visited {
  color: #427fed;
  text-decoration: none;
}
a.maplink:hover, a.maplink:active {
  color: #427fed;
  text-decoration: underline;
}
h3.asakusaStation {
  display: inline-block;
  margin-top: 40px;
  margin-left: 20px;
}
h3.asakusaStation img {
  width: 227px;
  height: 27px;
}
.stationArea {
  display: inline-block;
  margin-top: 40px;
  margin-left: 60px;
}
.stationColumns {
  display: inline-block;
  width: 300px;
  border-left: solid 1px #000;
}
/*.station2 {
  width: 370px;
}
.station3 {
  width: 200px;
}
.station4 {
  width: 200px;
}*/
.stationColumns h4 {
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.3;
}
.stationColumns h4 span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.stationColumns p {
  font-size: 12px;
  margin-top: 15px;
  margin-left: 15px;
  color: #936D00;
}
.btnContena.indexAccess {
  padding-top: 60px;
}
/* recomend */
#indexRecomend {
  position: relative;
  text-align: center;
  border-top: solid 1px #ddd;
  height: 300px;
}
.recomendItems {
  border-bottom: solid 1px #ddd;
  height: 140px;
}
#indexRecomend .indexRecomendAlt {
  position: relative;
  height: 160px;
}
#indexRecomend a.recomendLink {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  height: 140px;
}
#recomend01 img.recomendIcon {
  display: block;
  margin: 35px auto 0 auto;
  width: auto;
  height: 69px;
}
#recomend02 img.recomendIcon {
  display: block;
  margin: 35px auto 0 auto;
  width: 122px;
  height: 78px;
}
#recomend03 img.recomendIcon {
  display: block;
  margin: 35px auto 0 auto;
  width: 112px;
  height: 66px;
}
#indexRecomend a#recomend04 {
  padding-right: 0px !important;
}
#recomend04 img.recomendIcon {
  display: block;
  margin: 15px auto 0 auto;
  width: 172px;
  height: 114px;
}
#recomend04 .recomendTab img {
  left: 40px;
}
#recomend05 img.recomendIcon {
  display: block;
  margin: 35px auto 0 auto;
  width: 106px;
  height: 71px;
}
#indexRecomend a#recomend05 {
  padding-left: 30px !important;
}
.recomendTab img {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 21px;
  z-index: 1;
  display: none;
}
.recomendContents {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  height: 150px;
  background-color: #fff;
  z-index: 0;
  display: none;
}
.recomendGroupTitle {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 350px;
  text-align: right;
  color: #000;
  margin-top: 15px;
}
.recomendGroupTitle sup {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
#recomend01Contents .recomendGroupTitle img {
  width: 212px;
  height: 17px;
}
#recomend02Contents .recomendGroupTitle img {
  width: 212px;
  height: 17px;
}
#recomend03Contents .recomendGroupTitle img {
  width: 212px;
  height: 17px;
}
#recomend04Contents .recomendGroupTitle img {
  width: 212px;
  height: 17px;
}
#recomend05Contents .recomendGroupTitle img {
  width: 212px;
  height: 17px;
}
.recomendGroupURL {
  display: block;
  font-size: 10px;
  width: 350px;
  text-align: right;
  margin-top: 10px;
}
.recomendLinkAlt {
  position: absolute;
  top: 60px;
  left: 150px;
  display: block;
}
.recomendRead {
  position: absolute;
  width: 560px;
  top: 60px;
  left: 530px;
  display: block;
  padding: 5px 0 5px 30px;
  border-left: solid 1px #000;
  font-size: 12px;
  line-height: 1.75;
}
/*bland logo*/
#brandsLogoArea .target {
  opacity: 0;
}
#brandsLogoArea .target.on {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
#dataTimeColon {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sys-notify a {
  text-decoration: none;
  color: #936D00;
}
.sys-notify a:hover {
  opacity: .7;
}
.sys-notify-btn {
  border: #936D00 1px solid;
  padding: 20px;
  width: 1000px;
  margin: 20px auto;
}
.sys-notify-btn span {
  color: #936D00;
}
.sys-notify-btn p {
  margin: 0;
  padding: 0;
  text-align: center;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body {}
  #headerSection {
    height: 450px !important;
    background-image: none !important;
    margin: 0;
  }
  #indexLogo {
    margin-top: 0 !important;
  }
  #functionSection {
    position: absolute;
    top: 20px !important;
    right: 10px;
  }
  #indexLogo {
    margin-top: 0 !important;
  }
  #functionSection {
    position: absolute;
    top: 20px !important;
    right: 10px;
  }
  #globalMenuBar {
    margin-top: 0px;
  }
  .topinfo {
    text-align: left;
    padding: 8% 0;
    line-height: 1.5;
    width: 90%;
  }
  .topinfo p {
    overflow: hidden;
  }
  .topinfo p::before {
    content: '\2192';
    float: left;
    padding-right: 5px;
  }
  .topinfo p a {
    display: block;
    float: left;
    width: 90%;
  }
  .opentxt {
    margin: 500px 0 0;
  }
  #travelEntry {
    text-align: center;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  h2.travel img {
    width: 83%;
    height: auto;
    vertical-align: middle;
  }
  h2.travel img.infomark {
    width: 12%;
    display: inherit;
    vertical-align: middle;
  }
  .recomendLinkAlt {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .recomendRead {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0 5px 30px;
    border-left: none;
    font-size: 12px;
    line-height: 1.75;
  }
  #indexAccess {
    padding-bottom: 0;
  }
  #indexRecomend {
    height: auto;
    border-bottom: solid 1px #ddd;
  }
  .recomendItems {
    /*vertical-align: middle;*/
    padding: 30px 10px 0px 10px;
    height: 180px;
  }
  #indexRecomend a#recomend04, #indexRecomend a#recomend05, #indexRecomend a#recomend01 {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
    display: block;
    width: 33.3%;
    float: left;
    text-align: center; /*height: 130px;
	display: inline-block;
	float:left;*/
  }
  /*
#recomend01 img.recomendIcon ,
#recomend02 img.recomendIcon ,
#recomend03 img.recomendIcon ,
#recomend04 img.recomendIcon ,
#recomend05 img.recomendIcon {
	display: block;
    width: 90%;
	height: auto;
	margin:auto;
	position:absolute;
	bottom:30px;
}
#recomend01 img.recomendIcon {
	bottom:42px;
}
#recomend02 img.recomendIcon {
	bottom:40px;
}
#recomend03 img.recomendIcon {
	bottom:40px;
}*/
  #recomend04 img.recomendIcon {
    width: 100%;
    height: auto;
  }
  #recomend05 img.recomendIcon {
    margin-top: 30px;
  }
  #recomend01 img.recomendIcon {}
  .indexRecomendAlt a {
    text-decoration: none;
  }
  .recomendGroupTitle {
    display: block;
    margin: 0;
    padding: 20px 10px 5px 10px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    color: #000;
  }
  a .recomendGroupTitle {
    text-decoration: none;
  }
  .recomendGroupURL {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  a .recomendGroupURL {
    text-decoration: none;
  }
  .recomendRead {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 10px 5px 10px;
    border-left: none;
    font-size: 12px;
    line-height: 1.75;
  }
  /****************/
  .imageSliding.left .indexImage {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 0px !important;
    width: 100%;
    height: 400px;
    transform: translateX(0px) translatey(0px);
    filter: brightness(200%) grayscale(100%);
  }
  .imageSliding.left .target.on {
    transform: translateX(0px) translatey(0px) !important;
    filter: brightness(80%) grayscale(0%);
  }
  .commentSliding .target.on img {
    filter: invert(100%);
  }
  .commentSliding.right .indexCommentCage {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    margin-top: 0px !important;
    right: -100%;
    width: 100%;
    height: 400px !important;
    background-color: transparent !important;
  }
  .commentSliding.right .target.on {
    transform: translateX(-100%);
  }
  .commentSliding.left .indexCommentCage {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 400px !important;
    background-color: transparent !important;
  }
  .imageSliding.right .indexImage {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 0px !important;
    width: 100%;
    height: 400px;
    filter: brightness(200%) grayscale(100%);
  }
  .imageSliding.right .target.on {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    filter: brightness(80%) grayscale(0%);
  }
  p.indexCommentRead {
    color: #fff;
    font-size: 16px;
  }
  .commentSliding {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px !important;
  }
  .topicsImageWrap {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-bottom: 10px;
  }
    .news-txt .uniquelink, .news-txt .indexTopics .topicsArticle {
    width: 90%;
    margin: 0 auto;
  }
  .news-txt .indexTopics a.topicsLink {
    margin-bottom: 0;
  }
  #indexRooms .imageSliding.left .indexImage {
    width: 100%;
    height: 400px;
    background-image: url(/sapporo/images/_bg-index-room_.jpg);
    background-size: cover;
  }
  .indexTopics a.topicsLink span.topicsRead {
    display: block;
    font-size: 14px;
    margin: .5em 20px;
    line-height: 1.5;
    color: #000;
    overflow: auto;
    /*height: 60px;*/
  }
  #indexRAB .imageSliding.right .indexImage {
    background-image: url(/sapporo/images/_bg-index-rab_.jpg);
  }
  #indexExperience .imageSliding.left .indexImage {
    background-image: url(/sapporo/images/_bg-index-experience_.jpg);
  }
  #indexGallery .imageSliding.right .indexImage {
    background-image: url(/sapporo/images/_bg-index-gallery_.jpg);
  }
  .indexImageCage {
    width: 100%;
    height: 400px;
  }
  .btnContena a.arrow {
    color: #fff !important;
  }
  .indexTopics {
    margin: 0 auto;
    width: 100%;
    padding-top: 7%;
    padding-bottom: 7%;
    overflow: hidden;
  }
  .indexTopics h2.topics {
    font-size: 150%;
    padding: 0 5% 5%;
  }
  .indexTopics a.topicsLink {
    display: inline-block;
    width: 50%;
    margin-right: 0;
    letter-spacing: normal;
    text-decoration: none;
    margin-bottom: 4%;
  }
  .btnContena.indexTopics {
    padding-top: 0;
    clear: both;
  }
  #travelEntry a.instaLink {
    display: inline-block;
    width: 50%;
    height: 240px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .stationArea {
    margin-left: 20px;
  }
  .mapBox {
    margin: 50px 3% 50px;
    width: 94%;
  }
  .mapBox.item2 {
    width: 94%;
  }
  .addressBox p {
    font-size: 14px;
    line-height: 1.75;
  }
  .threeColumns {
    width: 48%;
    margin-right: 2%;
    height: auto;
    /* clear: both; */
    /* margin-bottom: 4%; */
    /* margin: 2% auto; */
    float: left;
  }
  .threeColumns.end {
    margin: 2% auto;
  }
  .threeColumns dl {
    height: 120px;
  }
  .stationColumns {
    display: inline-block;
    width: 200px;
    height: 70px;
    margin: 10px;
    border-left: solid 1px #000;
  }
  .btnContena.indexTravel, .btnContena.indexAccess {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #recomend04 .recomendTab {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    height: 21px;
    z-index: 1;
    bottom: -34px; /*display: none;*/
  }
  #recomend05 .recomendTab {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    height: 21px;
    z-index: 1;
    bottom: -49px; /*display: none;*/
  }
  #recomend01 .recomendTab {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    height: 21px;
    z-index: 1;
    bottom: -47px; /*display: none;*/
  }
  #recomend04 .recomendTab img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /********************/
  /*newスライダー*/
  .slick-track {
    height: 450px;
  }
  .slider {
    position: absolute;
    width: 100vw;
    height: 450px; /*100vh;*/
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .dots-wrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 15px;
    /*justify-content: center;*/
  }
  .dots-wrap li {
    width: 12px;
    height: 12px;
    margin: 15px 5px;
  }
  /********************/
  .slideshow06, .slideshow05 {
    position: absolute;
    width: 100vw;
    height: 450px;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .slideshow05 {
    top: -30px;
    left: -30px;
  }
  .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .slideshow06 .item, .slideshow05 .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background-size: cover;
    background-position: center bottom;
  }
  .slideshow05 .item {
    background-position: center bottom;
  }
  /********************/
  .slideshow01, .slideshow02 {
    position: absolute;
    width: 100vw;
    height: 450px;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .slideshow02 {
    top: -30px;
    left: -30px;
  }
  .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .slideshow01 .item, .slideshow02 .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-size: cover;
    background-position: center center;
  }
  .slideshow02 .item {
    background-position: center bottom;
  }
  .in {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 0;
  }
  .out {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: 4s;
    transition: 4s;
    z-index: -1;
  }
  .wrap {
    position: relative;
  }
  .title {
    position: absolute;
    transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    z-index: 10;
    color: rgba(102, 102, 102, 0.70);
  }
  .blackFrame {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
    height: 90%;
  }
  #anIntimateHotel {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0px;
    margin-top: 2%;
    background-size: cover;
  }
  #anIntimateHotel p img {
    width: 100%;
  }
  .wrap img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 70%;
  }
  /*****************/
  .indexCommentCageInner {
    padding: 30px 30px 60px 30px;
    background-color: transparent;
  }
  .dummyPlugs {
    height: 100px;
  }
  .commentSliding.left .target.on {
    transform: translateX(480px);
  }
  .siteAttentionSP {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 40px 10px;
    background-color: #000;
  }
  .siteAttentionSP a {
    color: #fff;
  }
  .sys-notify-btn {
    border: #936D00 1px solid;
    padding: 20px;
    width: 90%;
    margin: 20px auto;
  }
  .sys-notify-btn p {
    line-height: 1.4;
  }
}