@charset "utf-8";
@media print, screen and (min-width:640px){
/* ===============================================
index.html
=============================================== */
/* .about_table_content
----------------------- */
.about_table_content{
  width: 800px;
  margin: 30px auto 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

/* #about_outline_table
----------------------- */
#about_outline_table{
  width: 100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-top:solid 2px #479d5b;
  border-left:solid 2px #479d5b;
  text-align: center;
}
#about_outline_table th,
#about_outline_table td{
  border-bottom:solid 2px #479d5b;
  border-right:solid 2px #479d5b;
  padding: 15px 20px 13px;
}
#about_outline_table th{
  color: #fff;
  background-color: #68d461;
  width: 250px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#about_outline_table td{
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}


.about_table_content > #img_iin{
float: left;
width: 200px;
}
.about_table_content > #img_iin img{
height: auto;
width: 100%;
}
#img_iin + #about_outline_table{
overflow: hidden;
float: right;
width: 580px;
}
#img_iin + #about_outline_table th{
 width: 200px;
}



.about_table_content .time_table{
  font-size: 14px;
  line-height: 1.5em;
}
/* #about_map_wrap
----------------------- */
#about_map_wrap{
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
  height: 400px;
}
/* #about_parking_wrap
----------------------- */
#about_parking_wrap{
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 20px;
}
/* #about_railway_wrap
----------------------- */
#about_railway_wrap{
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
  border: solid 1px #d6d6d6;
}
}

@media screen and (max-width: 639px){
/* ===============================================
index.html
=============================================== */
/* .about_table_content
----------------------- */
.about_table_content{
  margin: 20px 15px 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}
/* #about_outline_table
----------------------- */
#about_outline_table{
  width: 100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-top:solid 1px #479d5b;
  border-left:solid 1px #479d5b;
  text-align: center;
}
#about_outline_table th,
#about_outline_table td{
  border-bottom:solid 1px #479d5b;
  border-right:solid 1px #479d5b;
  padding: 18px 10px 15px;
}
#about_outline_table th{
  color: #fff;
  background-color: #68d461;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width: 70px;
}
#about_outline_table td{
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  vertical-align: middle;
}
.about_table_content .time_table{
  font-size: 14px;
  line-height: 1.5em;
}


.about_table_content > #img_iin{
text-align: center;
margin-bottom: 10px;
}
.about_table_content > #img_iin img{
width: 80%;
}
#img_iin + #about_outline_table{
}
#img_iin + #about_outline_table th{
}

/* #about_map_wrap
----------------------- */
#about_map_wrap{
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
  height: 200px;
}
/* #about_parking_wrap
----------------------- */
#about_parking_wrap{
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 20px -15px 0;
  overflow: scroll;
}
#about_parking_wrap img{
  width: 400px;
  height: auto;
  margin: 0 15px;
}
/* #about_railway_wrap
----------------------- */
#about_railway_wrap{
  font-size: 0;
  line-height: 0;
  margin: 20px -15px 0;
  overflow: scroll;
}
#about_railway_wrap img{
  border: solid 1px #d6d6d6;
  width: 499px;
  height: auto;
  margin: 0 15px;
}
}