@charset "utf-8";
@import url('../common/common.css');

/*---------------------------------------------------------------------------*/
.ttlBox {
  background: url(../../img/access/bgTtl.jpg) center center no-repeat;
  background-size: cover;
  height: 225px;
  margin: 0 0 60px;
  padding: 75px 0 0;
}

.txtType01 {
  font-size: 12px;
  line-height: 24px;
  padding: 25px 0 0;
}

.contentsArea {
  padding: 0 0 120px;
}

.txtBar {
  background: #000000;
  font-size: 0;
  height: 1px;
  line-height: 1;
  margin: 0 0 25px;
  width: 40px;
}

/*---------------------------------------------------------------------------*/
.accessArea {
  background: #ffffff;
  margin: 30px 0 0;
  padding: 25px;
}

.accessArea .access_l {
  float: left;
  text-align: left;
  width: 375px;
}
.accessArea .access_r {
  float: right;
  text-align: left;
  width: 525px;
}

.accessArea .access_l .shopName {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 30px;
}
.accessArea .access_l .shopAddress {
  font-size: 12px;
  line-height: 1.8;
}

.accessArea .access_r p {
  font-size: 12px;
  line-height: 1.8;
}
.accessArea .access_r p.accessTxt01 {
  margin: 10px 0 0 0;
  font-weight: bold;
}
.accessArea .access_r p.accessLink {
  margin: 25px 0 0;
}



/*SP CSS */

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .ttlBox {
    background: url(../../img/access/bgTtl.jpg) center center no-repeat;
    background-size: cover;
    height: 225px;
    margin: 0 0 60px;
    padding: 75px 0 0;
  }

  .txtType01 {
    font-size: 12px;
    line-height: 24px;
    padding: 25px 0 0;
  }

  .contentsArea {
    padding: 0 0 120px;
  }

  .txtBar {
    background: #000000;
    font-size: 0;
    height: 1px;
    line-height: 1;
    margin: 0 0 25px;
    width: 40px;
  }
  .areaInner div > iflame {
    max-width:100%;
    width:100%;
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .accessArea {
    background: #ffffff;
    margin: 30px 0 0;
    padding: 25px;
  }

  .accessArea .access_l {
    float: none;
    text-align: left;
    width: 100%;
  }
  .accessArea .access_r {
    float: none;
    text-align: left;
    width: 100%;
  }

  .accessArea .access_l .shopName {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 30px;
  }
  .accessArea .access_l .shopAddress {
    font-size: 12px;
    line-height: 1.8;
  }

  .accessArea .access_r p {
    font-size: 12px;
    line-height: 1.8;
  }
  .accessArea .access_r p.accessTxt01 {
    margin: 10px 0 0 0;
    font-weight: bold;
  }
  .accessArea .access_r p.accessLink {
    margin: 25px 0 0;
  }
}