@charset "UTF-8";
.myIcon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 24px;
  border: solid 2px #ff7a80;
  background-color: #fff;
  position: relative;
  /* .myIcon */
}

@media only screen and (max-width: 480px) {
  .myIcon {
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
  }
}

.myIcon:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 1em;
  text-align: center;
  color: #ff7a80;
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (max-width: 480px) {
  .myIcon:after {
    font-size: 20px;
    font-size: 2rem;
  }
}

.myIcon.parking {
  margin: -110px auto 24px;
}

@media only screen and (max-width: 480px) {
  .myIcon.parking {
    margin: 0 auto 20px;
  }
}

.myIcon.parking:after {
  content: "";
  background-image: url(../img/access/iconP.png);
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .myIcon.parking:after {
    background-size: 16px auto;
  }
}

.myIcon.train {
  margin: -110px auto 24px;
}

@media only screen and (max-width: 480px) {
  .myIcon.train {
    margin: 0 auto 20px;
  }
}

.myIcon.train:after {
  content: "";
}

.myIcon.bus {
  margin: -110px auto 24px;
}

@media only screen and (max-width: 480px) {
  .myIcon.bus {
    margin: 0 auto 20px;
  }
}

.myIcon.bus:after {
  content: "";
}

.myIcon.address:after {
  content: "";
  background-image: url(../img/access/iconPost.png);
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .myIcon.address:after {
    background-size: 16px auto;
  }
}

.myBlockPost {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #665352;
  font-weight: 500;
  /* .myBlockPost */
}

@media only screen and (max-width: 480px) {
  .myBlockPost {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlockPost .tel {
  color: #FB8F94;
  font-size: 40px;
  font-size: 4rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 480px) {
  .myBlockPost .tel {
    font-size: 30px;
    font-size: 3rem;
  }
}

.myBlockPost .tel span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/iconTel03.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 70px;
  height: 62px;
  line-height: 62px;
}

.myBlockPost .tel a {
  color: #FB8F94;
  text-decoration: none;
}

.myListCar {
  /* .myListCar */
}

.myListCar ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myListCar li {
  background-image: url(../img/access/line.png);
  background-position: right center;
  background-repeat: no-repeat;
  float: left;
  display: table;
  width: 31.3%;
  padding: 0;
  margin: 0 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 1160px) {
  .myListCar li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .myListCar li {
    float: none;
    width: auto;
    margin: 0 0 15px;
    background-image: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myListCar li:nth-child(3n) {
  background-image: none;
}

.myListCar li > span {
  display: table-cell;
  height: 50px;
  padding: 4px 25px 4px 50px;
  vertical-align: middle;
  background-image: url(../img/access/iconMap.png);
  background-position: 25px center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1160px) {
  .myListCar li > span {
    padding: 4px 45px 4px 70px;
    background-position: 40px center;
  }
}

@media only screen and (max-width: 480px) {
  .myListCar li > span {
    background-position: left center;
    background-size: 15px auto;
    height: auto;
    padding: 0 0 0 30px;
  }
}

.myBlockMap {
  position: relative;
  padding: 0 387px 40px 0;
  /* .myBlockMap */
}

@media only screen and (max-width: 768px) {
  .myBlockMap {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myBlockMap {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myBlockMap .img {
    margin: 0 0 20px;
  }
}

.myBlockMap .map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 368px;
}

@media only screen and (max-width: 480px) {
  .myBlockMap .map {
    width: auto;
    position: static;
  }
}

.myBlockMap .map .block {
  height: 300px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .myBlockMap .map .block {
    height: 220px;
    overflow: hidden;
  }
}

.myBlockParking {
  max-width: 569px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  /* .myBlockParking */
}

@media only screen and (max-width: 480px) {
  .myBlockParking {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockParking .image {
  margin: 0 0 20px;
}

.myListBus {
  margin: 0 0 10px;
  text-align: center;
  font-size: 0;
  /* .myListBus */
}

@media only screen and (max-width: 480px) {
  .myListBus {
    text-align: left;
  }
}

.myListBus ul {
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myListBus ul {
    padding-left: 15px;
    text-align: left;
  }
}

.myListBus ul:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #ef7f87;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myListBus ul:before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myListBus li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: solid 1px #665352;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  .myListBus li {
    margin: 0 10px 0 0;
    padding: 0;
    border-right: none;
    line-height: 1.5;
  }
}

.myListBus a {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myListBus a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myListBus a:hover {
  opacity: 0.6;
}

.myListBus a:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  margin: 0 0 0 5px;
}

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