@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("font/NotoSansR.eot") format("eot"), url("font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("font/NotoSansL.eot") format("eot"), url("font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("font/iconfont.eot");
  src: url("font/iconfont.eot#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

.access-map {
  position: relative;
  margin-bottom: 40px;
}
.access-map .cmn-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -123px;
}

.cmn-contents-area {
  width: 920px;
}

.address-box {
  text-align: center;
  border: 4px solid #dcd4cd;
  padding: 20px 35px;
  margin-bottom: 40px;
}
.address-box .address {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcd4cd;
}
.address-box ul {
  padding-top: 15px;
  font-size: 0;
}
.address-box ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 16px;
  font-family: "Source Serif Pro", "NotoSansR", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.address-box ul [class^="icon-"], .address-box ul [class*=" icon-"] {
  padding-right: 6px;
  color: #c2b8ae;
}

.map-sammary .text-box {
  margin-bottom: 26px;
}

.map-sammary .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #70654b;
  margin-bottom: 10px;
}

.map-sammary .txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.map-sammary .txt:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #dcd4cd;
  position: absolute;
  top: .7em;
  left: 0;
}
.map-sammary .txt:last-child {
  margin-bottom: 0;
}

.parking-info {
  margin-bottom: 20px;
}
.parking-info .image {
  float: right;
}
.parking-info .cmn-table {
  margin-right: 285px;
}
.parking-info .cmn-table table {
  border-bottom: none;
}
.parking-info .cmn-table table th {
  width: 18%;
}
.parking-info .cmn-table table td .caution {
  font-size: 12px;
  font-size: 1.2rem;
}

.cmn-textbox01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .parking-info {
  *zoom: 1;
}
.clearfix:after, .parking-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}