@charset "UTF-8";
/*------------------------------room------------*/
 #area01 dl {
 text-align: center;
 }
 
  #area01 .secInr {
  border-top: 1px solid #ddd;
  }
 
 
  #area01 dl dt {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 30px;
  font-weight: normal;
  }

  #area01 dl dd.name {
  /*font-size: 30px;
  font-size: 3rem;*/
  display: inline-block;
  margin-bottom: 30px;  
  }
#area01 dl dd.name img{
	width: 100%;
	max-width: 600px;
}
  #area01 dl dd.station {
  font-size: 24px;
  font-size: 2.4rem;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  }
  #area01 dl dd.station strong {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  text-align: center;
  display: block;
  font-weight: 400;
  margin-top: 30px;
  }
  #area01 dl dd.address {
font-size: 18px;
font-size: 1.8rem;
}

  #area01 dl {
  margin-bottom: 60px;
  }
#area01 .mapBox {
margin-bottom: 80px;
}

#area01 .ancList {
display: flex;
justify-content: space-between;
}
#area01 .ancList li {
width: 30%;
}
#area01 .ancList li a {
display: block;
background: #eee;
padding: 40px 0;
font-size: 21px;
font-size: 2.1rem;
text-align: center;
position: relative;
}
#area01 .ancList li a img {
width: 80px;
margin: 0 auto;
display: block;
padding: 30px 0;
}

#area01 .ancList li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#area01 .ancList li a:hover {
text-decoration: none;
background: #ddd;
color: #333;
}
#area01 .ancList li a:hover:before  {
  bottom: 20px;
}

.bg01 {
background: #fdfdfc url("../images/bg01.jpg") no-repeat;
background-position: bottom 0 left 0;
background-size: contain;
}

.bg02 {
background: #f3f0e9;
}

.accessHead {
font-size: 21px;
font-size: 2.1rem;
text-align: center;
font-weight: normal;
margin-bottom: 60px;
}
.root_lst {
max-width: 640px;
margin: 0 auto;
}
#car .title {
max-width: 640px;
margin: 0 auto;
font-size: 21px;
font-size: 2.1rem;
margin-bottom: 20px;
margin-top: 40px;
}
.root_lst li {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}
.root_lst li span {
width: 78%;
font-size: 18px;
font-size: 1.8rem;
}
.root_lst li a {
width: 22%;
display: block;
color: #fff;
background: #000;
text-align: center;
padding: 5px 0;
}
.root_lst li span:before {
content: "・";
}
.root_lst li a .routeArrow {
position: relative;
margin-left: 10px;
}
.root_lst li a .routeArrow::before{
content: "";
    left: 4px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
   top: 4px;
}
.root_lst li a .routeArrow::after{
content: "";
    left: -3px;
    width: 10px;
    height: 4px;
    border-left: 7px solid #fff;
    position: absolute;
    top: 8px;
}
.root_lst li a:hover {
text-decoration: none;
background: #77700d;
}

.routeBox dl dt {
font-size: 21px;
font-size: 2.1rem;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 60px;
font-weight: normal;
}
.routeBox dl {
margin-bottom: 80px;
}
.routeList li {
margin-bottom: 50px;
}
.routeList li:last-child {
margin-bottom: 0;
}
#area02 {
line-height: 0;
position: relative;
}
.safari #area02:after {
content: "";
background: #37372f;
height: 20px;
width: 100%;
z-index: 0;
left: 0;
bottom: -10px;
position: absolute;
}
#area02 ul {
display: flex;
justify-content: space-between;
}
#area02 ul li {
width: calc(100% / 3);
line-height: 0;
}









@media only screen and (max-width: 480px) {

.bg01 {
    background: #fdfdfc url(../images/bg01_sp.jpg) repeat-y;
    background-position: bottom 0 left 0;
    background-size: cover;
}	
	
#area01 dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
#area01 dl dd.name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0;
}
  #area01 dl dd.station {
    font-size: 14px;
    font-size: 1.4rem;
	text-align: center;
  }
  #area01 dl dd.station strong {
  padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
#area01 .ancList li {
    width: 32%;
}
#area01 .ancList li a {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 10px 0;
}
#area01 .ancList li a img {
width: 40px;
padding: 0 0 10px;
}
#area01 .ancList li a:before {
    width: 6px;
    height: 6px;
    bottom: 9px;
    margin-left: -3px;
}
.root_lst li span {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.root_lst li a {
    width: 100%;
}
.routeBox dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.routeList li {
overflow-x: scroll;
overflow-y: hidden;
}
.routeList li p {
width: 900px;
}
}