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_269151669.png);
  background-size: cover;
  text-align: center;
  }

.news-wrapper {
  height:570px;
  margin-top: 230px;
  text-align: center;
}

.title {
  text-align: center;
}

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

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

.news {
  margin-top: 80px;
  list-style: none;
}

.news ul {
  text-align: center;
}

.news li {
  border-top: solid  #707070 1px;
  width: 1132px;
  height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}

.news article {
  cursor: pointer;
}

.news article:hover {
  opacity: 0.5;
}

.news p {
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-left: 40px;
  margin-top: 20px;
}

.date {
  margin-right: 80px;
}

.news a {
  cursor: pointer;
  padding-right: 60px;
}

.arrow_right {
  float: right;
  position: relative;
  display: inline-block;
  margin-right: 380px;
}

.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px; /* 要素の右からの距離 */
  width: 14px;
  height: 14px;
  border-top: 1px solid #707070;
  transform: rotate(45deg); /* 角度調整 */
  transition: all .3s;
}

.arrow_right::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 50px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  transition: all .3s;
  background: #707070; /* 棒の色 */
}

.arrow_right:hover::before {
  right: -5%
}

.arrow_right:hover::after {
  right: -8%
}

.info-wrapper {
  margin-top: 230px;
  text-align: center;
}

.message {
  margin-top: 80px;
}

.message h2 {
  font-size: 35px;
  line-height: 60px;
  text-align: center;
}

.message p {
  margin-top: 64px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.schedule {
  margin-top: 100px;
  padding: 0 580px;
}

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

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

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

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

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

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

.schedule p {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #707070;
  text-align: left;
  line-height: 20px;
}

.info-wrapper a {
  cursor: pointer;
  padding-right: 60px;
}

.medicalinformation-wrapper {
  margin-top: 230px;
  text-align: center;
}

.contents {
  margin-top: 80px;
}

.diseases-1 {
  display: inline-block;
  text-align: center;
}

.diseases-2 {
  display: inline-block;
  text-align: center;
}

.disease {
  position: relative;
  width: 362px;
  height: 362px;
  margin: 10px;
  border: 1px solid #707070;
  float: left;
}

.show {
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: white;
  z-index: 10;
}

.show a {
  display:block;
  width: 360px;
  height: 360px;
  cursor: default;
  line-height: 360px;
  padding-left:60px ;
}

.show:hover {
  opacity: 0;
  transition: all .3s;
}

.hide {
  position: absolute;
  width: 362px;
  height: 362px;
}

.hide p {
  position: absolute;
  top: 70px;
  left: 38px;
  width: 80%;
  font-size: 14px;
  line-height: 24px;
}

.hide a {
  position: absolute;
  top: 290px;
  width: 100%;
  left: 0px;
  font-size: 14px;
  cursor: pointer;
}

.hide .arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 112px; /* 要素の右からの距離 */
  width: 14px;
  height: 14px;
  border-top: 1px solid #707070;
  transform: rotate(45deg); /* 角度調整 */
  transition: all .3s;
}

.hide .arrow_right::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110px;
  width: 50px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  transition: all .3s;
  background: #707070;  /* 棒の色 */
}

.hide .arrow_right:hover::before {
  right: -5%
}

.hide .arrow_right:hover::after {
  right: -8%
}

.medicalinformation-wrapper a {
  cursor: pointer;
  padding-right: 60px;
}

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

.access-wrapper .contents {
  text-align: center;
}

.left-content {
  display: inline-block;
  vertical-align:top;
  width: 500px;
  margin-right: 80px;
}

.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;
}

.tel-number {
  text-align: left;
  font-size: 35px;
  margin-top: 30px;
}

.tel-number:hover {
  cursor: pointer;
  opacity: 0.5;
}

.left-content .res-btn {
  display: inline-block;
  float: left;
  padding: 26px 139px;
  font-size: 18px;
  margin-top: 40px;
  background: #ffffff 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;
}

.right-content {
  display: inline-block;
  width: 570px;
}

.map {
  width: 100%;
}

footer {
  margin-top: 300px;
  height: 1630px;
  width: 100%;
  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: 20px 90px;
  font-size: 14px;
  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;
}
