@charset "UTF-8";


article{
  font-size:14px;
}
article *{
  font-size:1em;
}

.page-title--access {
  background: url("../../images/access/pic-page-access.jpg") center/cover no-repeat;
}

body.access .section--intro {
  margin-bottom: 80px;
  text-align: center;
}

body.access .section--intro__box p {
  margin-bottom: 0;
}

body.access .section--intro__box .addr {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 0;
  font-family: '游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
  border-top: 1px solid #271f1f;
  border-bottom: 1px solid #271f1f;
}

@media only screen and (min-width: 751px) {
  body.access .section--intro__box .addr {
    font-size: 18px;
  }
}



/* =========================================================
img-route
========================================================= */
.img-route{
  display: none;
}
@media only screen and (min-width:751px){
  .img-route{
    display: block;
  }
}


/* =========================================================
text-route
========================================================= */
.text-route dt{
  font-family: '游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
  font-family: 18px;
  font-weight: bold;
  padding: 5px 10px;
  border: 2px solid #d1b296;
  background: #fff;
}
.text-route ul{
  margin: 0 0 40px 20px;
  padding-top: 20px;
  list-style: none;
  border-left: 3px solid #d1b296;
}
.text-route li{
  margin: 0 0 14px -9px;
}
.text-route li:before{
  display: inline-block;
  border-radius: 50%;
}
.text-route .road:before{
  margin-right: 10px;
  margin-bottom: -3px;
  padding: 8px;
  content: '';
  background: #d1b296;
}
.text-route .road span{
  display: block;
  padding-left: 2em;
}
.text-route .spot{
  font-family: 18px;
  font-weight: bold;
  margin-left: -14px;
}
.text-route .spot:before{
  margin-right: 6px;
  margin-bottom: -6px;
  padding: 10px;
  content: '';
  border: 2px solid #d1b296;
  background: #fff;
}
.text-route .spot span{
  font-family: 14px;
  font-weight: normal;
  display: block;
  padding-left: 2em;
}
.text-route .end{
  font-family: 2px;
  font-weight: bold;
  line-height: 1.3;
  margin-left: -18px;
}
.text-route .end:before{
  font-family: 22px;
  margin: 0 4px -10px 0;
  padding: 16px;
  content: '';
  background: #702e27;
}
@media only screen and (min-width:751px){
  .text-route{
    display: none;
  }
}
