@charset "UTF-8";
/*----------------------------------------
Name: access.scss
import: _mq_access.scss
----------------------------------------*/
/* 全端末共通
-------------------------------------------------- */
/*Layout*/
#wrapper .map {
  background: #FFF;
}
#wrapper .map img {
  width: 100%;
}
#wrapper #info .copy {
  font-weight: bold;
}
#wrapper #info .address {
  margin-bottom: 15px;
  font-weight: bold;
}
#wrapper #info .photoList {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 5px solid #FFF;
}
#wrapper #city li, #wrapper #disney li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /*Layout*/
}
/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 909px) {
  /*Layout*/
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 910px) {
  #globalNav .nav04 a {
    background: #000 url(../img/common/gnav_01.svg) -396px -50px/568px 92px no-repeat;
  }
  #globalNav .nav04 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
  }

  /*Layout*/
  .contents .leftImage {
    float: left;
    width: 275px;
  }
  .contents .mainColumn {
    float: right;
    width: 568px;
  }
}

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