@charset "UTF-8";

body {
  background-color: #ffc048;
}

header {
  width: 100vw;
  background-color: #ffc048;
  position: fixed;
}

.header-container {
  width: 85vw;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.header-item {
  display: flex;
  padding-left: 6px;
}

#site-name {
  width: 70%;
}

#site-logo {
  width: 60vw;
  text-align: center;
  margin: 0 auto 30px auto;
}

#site-logo img {
  padding-top: 120px;
}

.flex-container {
  width: 85vw;
  margin: 0 auto 40px auto;
}

.flex-item {
  margin-bottom: 20px;
}

.flex-item img {
  width: 100%;
}

#time-sheet {
  width: 100%;
  border: solid 2px #333;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#time-sheet th,
#time-sheet td {
  border-bottom: solid 2px #333;
  padding: 5px;
}

#time-sheet thead th {
  font-size: 16px;
  letter-spacing: 0.1em;
}

#time-sheet thead th+th,
#time-sheet tbody td {
  border-left: solid 2px #333;
}

#time-sheet tbody tr:last-child th,
#time-sheet tbody tr:last-child td {
  border-bottom: none;
}

#time-sheet tbody td:first-child {
  border-left: none;
}

#time-sheet_caption {
  width: 100%;
  font-size: 10px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.6;
}

#notice {
  width: 85vw;
  margin: 0 auto 60px auto;
}

#notice img {
  width: 100%;
}

#carender {
  width: 85vw;
  margin: 0 auto;
}

#carender h1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#carender p {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.monthly-carender {
  width: 100%;
  height: 365px;
  margin-bottom: 40px;
  background-color: #fff;
}

#acces-map h1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#acces-map p {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#acces-map iframe {
  display: block;
  width: 85vw;
  height: 300px;
  border: solid 2px #000;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
}

#acces-map img {
  width: 50%;
  display: block;
  text-align: center;
  margin: 15px auto;
}

#daini {
  margin-top: 40px;
}

#daini img {
  width: 85vw;
}

.connecter {
  width: 100%;
  margin-left: 0;
}

.connecter img {
  width: 100%;
}

#news {
  height: 520px;
  background-color: #0be888;
  margin: 0;
  padding: 0;
}

#white-frame {
  width: 85vw;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
}

#white-frame h1 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}

#white-frame p {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#news-list {
  margin: 20px auto;
  font-size: 12px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.news-list_container {
  width: 100%;
  display: flex;
  border-bottom: solid 0.5px #000;
}

.news-list_item {
  margin-left: 10px;
  padding: 5px;
}

.news-list_item:first-child {
  margin-left: 0;
}

.news-list_item a {
  text-decoration: none;
  color: #ff6400;
}

#about {
  background-color: #ffdd59;
}

#about-inner {
  width: 85vw;
  height: 500px;
  margin: 40px auto 0 auto;
}

#about-inner h1 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}

#about-hospital {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#concept {
  display: block;
  text-align: center;
  margin: 40px auto;
}

.concept-item1 {
  display: none;
}

#concept-text {
  text-align: left;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
}

.more {
  width: 80%;
  display: block;
  text-align: center;
  margin: 40px auto;
}

#advice {
  background-color: #00d8c2;
}

#advice-inner {
  width: 85vw;
  height: 600px;
  margin: 40px auto 0 auto;
}

#advice-inner h1 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #fff;
}

#advice-for-health {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

#advice-text {
  width: 100%;
  height: 100px;
  text-align: left;
  margin: 40px auto 0 auto;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}

.health-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.health-item {
  text-align: center;
  margin: 5px 0;
}

.health-item img {
  width: 80%;
}

footer {
  background-color: #ffc048;
}

#footer-logo {
  width: 30%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

#footer-list {
  width: 85vw;
  margin: 40px auto 100px auto;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
}

#footer-list p {
  color: #fff;
  padding: 10px 0 5px 0;
  border-bottom: solid 1px #fff;
}

#footer-list p a {
  text-decoration: none;
  color: #fff;
}

#advice-contents p {
  border-bottom: none;
  padding-top: 0;
}

#copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  margin: 0;
}