@charset "UTF-8";
/*----------------------------------------
Name: room.scss
import: _mq_room.scss
----------------------------------------*/
/* 全端末共通
-------------------------------------------------- */
/*Layout*/
.contents .image01, .contents .photoList li {
  background: #FFF;
}

#rate h4 {
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}

#service .list01 {
  margin-bottom: 20px;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /*Layout*/
  #rate .image01 {
    max-width: 275px;
    margin-bottom: 12px;
  }
  #rate .image01 img {
    width: 100%;
  }

  #service .image01 {
    max-width: 275px;
    margin-bottom: 12px;
  }
  #service .image01 img {
    width: 100%;
  }
}
/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 909px) {
  /*Layout*/
  #rate .image01 {
    max-width: 275px;
    margin-bottom: 12px;
  }
  #rate .image01 img {
    width: 100%;
  }

  #service .image01 {
    max-width: 275px;
    margin-bottom: 12px;
  }
  #service .image01 img {
    width: 100%;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 910px) {
  #globalNav .nav01 a {
    background: #000 url(../img/common/gnav_01.svg) -2px -50px/568px 92px no-repeat;
  }
  #globalNav .nav01 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
  }

  /*Layout*/
  .contents .leftImage {
    float: left;
    width: 275px;
  }
  .contents #checkin {
    float: right;
    width: 568px;
  }
  .contents #rate {
    clear: both;
  }

  #rate .title02 {
    margin-left: 295px;
  }
  #rate .image01 {
    float: left;
    width: 275px;
  }
  #rate .text {
    float: right;
    width: 568px;
  }

  #service .title02 {
    margin-left: 295px;
  }
  #service .image01 {
    float: left;
    width: 275px;
  }
  #service .text {
    float: right;
    width: 568px;
  }
}

/*# sourceMappingURL=room.css.map */
