@charset "UTF-8";
/*----------------------------------------
Name: coworking.scss
import: _mq_coworking.scss
----------------------------------------*/
/* 全端末共通
-------------------------------------------------- */
/*Layout*/
#gallery .telNum {
  margin: 10px 0;
  line-height: 1;
}
#gallery .mail {
  margin-bottom: 10px;
  font-weight: bold;
}

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

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

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

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

  #space .list01 {
    padding-bottom: 10px;
    zoom: 1;
  }
  #space .list01 li {
    float: left;
    width: 220px;
  }
  #space .list01 li:last-child {
    width: 280px;
  }
  #space .list01:before, #space .list01:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #space .list01:after {
    clear: both;
  }

  #facilities .title02 {
    margin-left: 295px;
  }
  #facilities .image01 {
    float: left;
    width: 275px;
    margin-top: 154px;
  }
  #facilities .text {
    float: right;
    width: 568px;
  }
  #facilities .text p {
    margin-bottom: 5px;
  }

  #gallery .title02 {
    margin-left: 295px;
    border-top: 30px solid #FFF;
  }
  #gallery .image01 {
    float: left;
    width: 275px;
    margin-top: 146px;
  }
  #gallery .text {
    float: right;
    width: 568px;
  }
}

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