@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}
.cont h2 {
  background-image: url(../images/title_main.png);
}



#company{
  padding-bottom: 70px;
}
#company img {
  display: block;
  float: right;
  padding: 0 0 30px 40px;
}
#company .lead p{font-size: 18px;}
#company .lead p.name{
  text-align: right;
}


#company_info{
  background: url("../../images/common/contents/bg_stripe.png") repeat;
  padding-bottom: 70px;
}
#company_info h3{
  margin-top: 0;
}
table.info {
  position: relative;
}
table.info::after {
  position: absolute;
  bottom: 0;
  right: 5px;
  content: "";
  background: url("../images/02.png") no-repeat top right;
	background-size: 100%;
  width: 480px;
  height: 367px;
}

table.info .left p {
  padding-bottom: 20px;
}
table.info .left p:last-child {
  padding-bottom: 0;
}
table.info tbody {
/*  float: left;*/
}



#access{
  padding: 0;
  position: relative;
}
#access .inner{
  position: relative;
  margin-top: -47px;
}
#access h2{
  width: 165px;
  padding-top: 47px;
  height: 0;
  overflow: hidden;
  background: url("../images/title_sub.png") no-repeat left top;
  background-size: 100%;
}
#access .map{
  margin: 0;
}


.photo-sp{
  display: none;
}







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

.cont h1 {
	background-image: url(../images/title_sp.png);
}
.cont h2 {
  background-image: url(../images/title_main_sp.png);
}
#company {
    padding-bottom: 40px;
}
#company img {
  padding: 0;
  width: 33%;
  padding-top: 41%;
  height: 0;
  overflow: hidden;
  background: url(../images/01_sp.png) no-repeat left top;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
}
#company .lead p {
    font-size: 15px;
}
  
table.info::after {
  content: none;
}
table.info .left p {
    padding-bottom: 10px;
}
  .photo-sp{
  display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
#company_info {
    padding-bottom: 60px;
}
#access .inner {
    margin-top: -35px;
}
#access h2 {
  width: 35%;
  padding-top: 10.04%;
  background-image: url(../images/title_sub_sp.png);
  background-size: 100%;
  margin-bottom: 0;
}

  
}
