@charset "utf-8";

div#contents{
  overflow: hidden;
    background: url(../img/bg-txt-access.png) no-repeat 70% 0%;
} 

section.block{
  position: relative;
  clear: both;
  padding-right: 0;
  padding-left: 0;
}

body#flow h2.sst{
  margin-bottom: 130px;
}

ul.addressbox{
text-align: center;
font-size: 14px;
margin-bottom: 70px;
}

.addressbox .telbox{
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
}

h3.str{
  text-align: center;
  clear: both;
}

iframe{
  width: 100%;
  margin-bottom: 70px;
}

.road{
  padding: 0 100px;
}

.road li{
  overflow: auto;
}

.roadicn{
    background-color: #b8322e;
    width: 6em;
    text-align: center;
    padding: 5px;
    color: white;
    float: left;
    margin-right: 50px;
    border-radius: 20px;
}

/*tabletlandscape 769over 1024under//////////////////////////////////////*/
@media print, screen and (min-width : 769px) and (max-width: 1024px){

h2.st {
    padding-top:70px;
}


}



/*smartphone/////////////////////////////////////////////*/
@media print, screen and (max-width : 768px) {

div#contents{
    background-size: 80%;
} 

#mainvisual .inner {
    margin-top: 60px;
}
h2.st {
    padding-top:70px;
}

body#flow h2.sst{
  margin-bottom: 70px;
}

h3.st {
    font-size: 18px;
}

div#contents {
  overflow: visible;
}

body#flow #contents p{
  padding: 0 50px;
  text-align: left;
}

.bottombox{
  height: 250px;
  overflow: hidden;
}

.bottombox img{
  position: relative;
  width:inherit;
  right: 70%;
}

.road{
  padding: 0 25px;
}

.roadicn{
    width:100%;
    float: inherit;
    margin-right: 0;
    border-radius: 0;
}

#contents p.roadicn{
  margin-bottom: 20px;
}

}