body {
  margin: 0;
  background-color: #ffffff;
  color: #707070;
  font-family: "Yu Mincho";
}

a {
  text-decoration: none;
}

.container {
  width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
}


header {
  width: 100%;
  height: 130px;
  background: #C7EAEF 0% 0% no-repeat padding-box;
  opacity: 1;
}

.header-logo {
  float: left;
}

.logo-mark {
  float: left;
  width: 70px;
  margin-left: 35px;
  margin-top: 30px;
}

.logo-title {
  margin-left: 20px;
  margin-top: 33px;
  float:left;
}

.jatitle {
  font-size: 39px;
  text-align: left;
}

.entitle {
  font-size: 19px;
  text-align: left;
}

.header-menu {
  list-style: none;
  overflow: hidden;
  float: right;
}

.header-menu li {
  display: inline-block;
  height: 36px;
  font-size: 18px;
  padding-right: 15px;
  margin-top: 45px;
}

.header-menu li :hover {
  border-bottom: solid 1px #707070;
  padding-bottom: 8px;
}

.res-btn {
  display: inline-block;
  padding: 9px 37px;
  font-size: 18px;
  margin-right: 30px;
  background: #C7EAEF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
}

.res-btn:hover {
  background: #707070 0% 0% no-repeat padding-box;
  color: #ffffff;
}

.top-wrapper {
  height: 950px;
  background-image: url(/demo01/img/AdobeStock_391921182.png);
  background-size: cover;
  text-align: center;
}

.mask {
  height: 950px;
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: relative;
}

.title {
  position: absolute;
  top: 525px;
  width: 100%;
  text-align: center;
}

h1 {
  margin-bottom: 40px;
  font-size: 60px;
  color: #ffffff;
}

.line {
  margin: 0 auto;
  border-bottom: solid #ffffff 2px;
  width: 230px;
}

.access-wrapper {
  margin-top: 300px;
  text-align: center;
}

.info {
  width: 1120px;
  margin: 0 auto;
}

.info .access-logo {
  float: left;
  margin-bottom: 60px;
}

.info .logo-mark {
  float: left;
  width: 87px;
}

.info .logo-title {
  margin-left: 25px;
  margin-top: 3px;
  float:left;
}

.info .jatitle {
  font-size: 48px;
  text-align: left;
}

.info .entitle {
  font-size: 23px;
  text-align: left;
}

.info .access {
  font-size: 32px;
  text-align: left;
  line-height: 54px;
}

.info .station {
  margin-top: 70px;
  font-size: 32px;
  text-align: left;
  line-height: 54px;
}

.info .res-btn {
  margin-top: 60px;
  width: 1120px;
  height: 102px;
  border: solid 1px #707070;
  background-color: #ffffff;
  border-radius: 51px;
  font-size: 24px;
  padding: 39px 451px;
}

.map {
  margin-top: 300px;
  height: 600px;
  background-image: url(/demo01/img/AdobeStock_201860546.png);
  background-size: cover;
  text-align: center;
}

.access-logo {
  float: left;
  width: 100%;
  margin-top: 0;
}

.access-logo .logo-mark {
  float: left;
  width: 70px;
  margin: 0 auto;
}

.access-logo .logo-title {
  margin-left: 20px;
  margin-top: 3px;
  float:left;
}

.access {
  text-align: left;
  font-size: 18px;
  margin-top: 90px;
  line-height: 30px;
}

footer {
  margin-top: 300px;
  width: 100%;
  height: 1630px;
  background-color: #C7EAEF;
}

.footer-img {
  height: 980px;
  background-image: url(/demo01/img/AdobeStock_322679203.png);
  background-size: cover;
  text-align: center;
}

.footer-info {
  float: left;
  margin: 100px 150px 80px 150px;
}

footer .footer-logo {
  display: inline-block;
  vertical-align:top;
  width: 500px;
  margin-right: 30px;
}

.footer-logo .res-btn {
  display: inline-block;
  float: left;
  padding: 26px 135px;
  font-size: 18px;
  margin-top: 25px;
  background: #C7EAEF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 38px;
}

.res-btn:hover {
  background: #707070 0% 0% no-repeat padding-box;
  color: #ffffff;
}

.footer-schedule {
  display: inline-block;
  vertical-align:top;
  width: 760px;
  margin-right: 100px;
}

.footer-schedule table {
  font-size: 18px;
  border-collapse:  collapse; /* セルの線を重ねる */
}

.footer-schedule tr {
  border: 1px solid #707070;
}

.footer-schedule th {
  border: 1px solid #707070;
  font-weight: normal;
  width: 200px;
  height: 80px;
  text-align: center;
  padding-top: 30px;
}

.footer-schedule td {
  text-align: center;
  padding-top: 30px;
  width: 110px;
}

.footer-schedule td i {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 24px;
  height: 24px;
}

.footer-schedule .close {
  border-radius: 0;
  border: 1px solid #707070;
  width: 15px;
  height: 1px;
  background-color: #707070;
  vertical-align: middle;
}

.footer-menu {
  display: inline-block;
  list-style: none;
}

.footer-menu li {
  display: block;
  height: 21px;
  font-size: 18px;
  padding-right: 15px;
  margin-bottom: 34px;
}

.footer-menu li:hover {
  opacity: 0.5;
}

.sns {
  width: 100%;
  height: 60px;
  text-align: center;
  float: left;
  font-size: 50px;
}

.fb {
  margin-right: 60px;
}

.tw {
  margin-right: 60px;
}

.copyright {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 14px;
  margin-top: 90px;
}
