@charset "UTF-8";


/*べージュ背景*/
.reedWrap {
  position: fixed;
  z-index: 50;
  background-color: #F5ECD9;
  height: 2rem;
  bottom: 5.9rem;
  text-align: left;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  width: 100%;
  overflow: hidden;
}

/*リード*/
.reedWrap p {
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  line-height: 2rem;
  text-align: left;
  color: #499679;
  margin-left:20px;
  width:80%;
  white-space: nowrap;/*改行しない*/
  animation: flowing 20s linear infinite;
  transform: translateX(100%);/*初期位置*/
}

@keyframes flowing {
100% {
  transform: translateX(-100%);
}
}


/*白背景*/

.dataWrap_box {
  position: fixed;
  z-index: 60;
  background-color: #fff;
  height: 4.5rem;
  width: 100%;
  bottom: 0rem;
  padding-top: 1.5rem;
}

.dataWrap {
  width:80%;
  margin-left: 30px;
}

/*住所*/
.dataWrap p {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding-right: 1rem; 
  word-break :keep-all;
  text-align: left;

}

/*ホテル名*/
.dataWrap .ad .small{
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1rem;
}

.dataWrap .ad .big{
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.4rem;
  padding-right: 2rem;
}

/*外観*/
.appearance {
  position: fixed;
  z-index: 70;
  right: 0;
  bottom: 0;
}

.appearance img{
  width: 15rem;
  height: auto;
}

/*コピーライト*/
.copyright {
  position: fixed;
  z-index: 65;
  font-family: "Noto Sans JP";
  font-size: 0.6rem;
  text-align: left;
  margin-left: 30px;
  width: 80%;
  background-color: #fff;
  height: 1.5rem;
  bottom: 0;
  }

/*========================iPadスマホ=========================*/

@media screen and (max-width:768px){
  
/*ｉPad用ベージュ背景*/
  .reedWrap {
display: none;
}
  
/*ｉPad用リード*/

/*ｉPad用白背景*/
.dataWrap_box {
  height: 4rem;
  bottom: 0rem;
  padding-top: 0.5rem;
}

.dataWrap {
  display: block;
  width: 100%;
  max-width: 768px;
  justify-content: center;/*センター*/
  margin: 0 auto;
  text-align: left;
  margin-left:5vw;
}

/*スマホ・ｉPad用外観*/
.appearance {
  bottom: -2px;
  right: 0;
}

.appearance img{
  width: 20vw;
}
  
/*ｉPadスマホ住所*/
.dataWrap {
 width:80%;
}
  
/*ｉPadスマホ住所*/
.dataWrap p {
  font-size: 0.85rem;
  padding-right: 0.8rem; 
  word-break :keep-all;
  text-align: left;
  line-height: 1.2rem;
}
  
.dataWrap_box{
  padding-bottom: 30px;
  }
  
/*ｉPadホテル名*/
.dataWrap .ad .small{
  font-size: 0.9rem;
}
  
.dataWrap .ad .big{
  font-size: 1.3rem;
}
  
/*スマホ・ｉPad用コピーライト*/
.copyright {
  display: none;
}}

/*======================================スマホ=======================================*/
@media screen and (max-width:420px){

/*スマホ用白背景*/

.dataWrap_box {
  height:auto; 
}
  
  /*スマホ用ベージュ背景*/
  .reedWrap {
  display: none;
}}