#access{
  width: 956px;
  margin: 0 auto;
  padding: 40px 0;
}
#access h1{
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  font-size: 32px;
  color: #0E2B04;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
#access h1 .english{
  font-size: 16px;
  color: var(--main-color);
  position: relative;
  top: -16px;
}
#access h1::after{
  content: "";
  position: absolute;
  bottom: 0;
  left:  calc(50% - 50px);
  width: 100px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--main-color);
}
/* アクセス */
.access_inner{
  width: 100%;
  margin: 80px 0;
  margin-bottom: 32px;
}
.access_inner p{
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 40px;
  color: #5c5c5c;
  background-color: #efefef;
  font-style: italic;
}
.access_inner{
  display: flex;
  flex-wrap: nowrap;
}
.access_contents{
  width: 40%;
  background-color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}
.access_contents figure{
  margin-bottom: 32px;
}
.access_contents p{
  line-height: 2;
}
.access_map{
  width: 60%;
}
.access_map iframe{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  #access{
    width: 100%;
  }
  #access h1{
    padding-bottom: 24px;
  }
  #access h1::after{
    width: 80px;
    left: calc(50% - 40px);
  }
  #access h2{
    font-size: 16px;
  }
  .access_image{
    width: 100%;
    margin: 0 auto 32px;
  }
  .access_image img{
    width: 100%;
  }
  .access_box{
    padding: 0 16px;
    box-sizing: border-box;
  }
  .access_inner{
    flex-direction: column;
  }
  .access_contents{
    width: 100%;
  }
  .access_contents p{
    font-size: 14px;
  }
  .access_map{
    width: 100%;
  }
}
