html {
  font-size: 16px;
}

html *,
::before,
::after {
  box-sizing: boder-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*HOSPITAL OVERVIEWを非表示*/
.entry-title {
  display: none;
}
/*↓ここから共通化出来るかもしれない*/
figure.size-large{
  margin: auto;
  height: auto;
}
.size-large img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  z-index: -10;
}

/*病院概要の円形*/
.wp-block-wrapper{
  width: 376px;
  height: 368px;
  margin: auto;
  margin-top: -132px;
  padding-top: 58px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 10;
}
/*病院マーク画像の下の余白を消す*/
.wp-block-wrapper .size-full{
  margin: 0;
}
.wp-block-wrapper .size-full img{
  margin: auto;
}
.wp-block-wrapper img{
  vertical-align: top;
}
.wp-block-wrapper h2{
  font-size: 40px;
  font-weight: 500;
}
.wp-block-wrapper p {
  color: #90C6E3;
  font-size: 25px;
  position: relative;
}
/*病院概要の2色の下線*/
.wp-block-wrapper p::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 260px;
    height: 8px;
    background: #79C7E4;
}
.wp-block-wrapper p::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -22px;
    width: 260px;
    height: 8px;
    background: #D1E6F0;
}
/*↑ここまで共通化*/

/* 病院概要のテーブル～中郷病院の画像まで */

/* 画像の余白を0にする。 */
.wp-block-image {
    margin: 0;
}

/* テーブルタグの余白を0にする。 */
.wp-block-table {
    margin: 0;
}

/* htmlにクラス名追加　htmlの場所はスクリーンショット参照*/
.hospitalOverview_layout {
    background-color: #F1FBFD;
    max-width: 1200px;
    width: 100%;
    padding: 70px 0;
    margin: auto;
    border-radius: 20px;
}

/* htmlにクラス名追加　htmlの場所はスクリーンショット参照*/
.hospitalOverview_layout>.wp-block-group__inner-container {
    width: 80%;
    margin: auto;
}

/* 病院概要　病院沿革 */
.hospitalOverview_layout .wp-block-group__inner-container h3 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

/* テーブル */
.wp-block-table1 table {
    border-top: 2px solid #47A0E0;
    border-bottom: 2px solid #47A0E0;
    margin-bottom: 60px;
}

/* テーブルの左右のボーダーを消し、行のボーダーボトムを追加 */
#page .wp-block-table1 td {
    border-bottom: 1px solid #47A0E0;
    border-right: none;
    border-left: none;
}

/* テーブルタグ左側 */
.wp-block-table1 td:nth-of-type(1) {
    background-color: rgba(144,198,227,0.77);  
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 30%;
    max-width: 300px;
    padding: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
}

/* テーブル右側 */
.wp-block-table1 td:nth-of-type(2) {
    background-color: #FFFFFF;
    color: #707070;
    font-size: 20px;
    font-weight: normal;
    width: 70%;
    max-width: 700px;
    padding: 18px 20px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
}
/* 昔の画像のキャプション */
.wp-block-image figcaption {
  color: #707070;
  font-size: 18px;
  text-align: center;
}

/*お問い合わせのtable*/

.wp-block-group-contact {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
}

.wp-block-group-contact h3 {
  font-size: 40px;
  font-weight: 400;
  margin-left: 8%;
  margin-bottom: 20px;
}

.contact-table-item td, .contact-table-item th {
  border: none;
}

.contact-table p, .wp-block-table td {
  text-align: center;
  color: #707070;
  font-size: 20px;
  line-height: 3;
}

.wp-block-group-contact p {
  font-size: 20px;
  color: #BC6C65;
}

.contact-table p {
  background-color: #47A0E0;
  color: #fff;
}

.wp-block-table {
  margin-bottom: 50px;
  overflow-x: auto;
}

.wp-block-table td{
  padding: 0
}

/*ここからtable-top(td全体)*/
.contact-table-item tr:nth-of-type(1) td{
    border-bottom: 1px dashed #47A0E0;
}

/*両方のtdが水色になってしまうため(td左)*/
.contact-table-item tr:nth-of-type(1) td:nth-of-type(1){
    width: 35%;
    color: #47A0E0;
    border-right: 1px solid #47A0E0;
}

/*ここからtable-bottom(td全体)*/
.contact-table-item tr:nth-of-type(2) td{
    border-bottom: 2px solid #47A0E0;
}

/*両方のtdが水色になってしまうため(td左)*/
.contact-table-item tr:nth-of-type(2) td:nth-of-type(1){
    width: 35%;
    color: #47A0E0;
    border-right: 1px solid #47A0E0;
}

.contact-table-item tr:nth-of-type(1) td a{
  color: #707070;
  text-decoration: none;
  font-size: 20px;
}

.wp-block-group-contact p span {
  font-size: 20px;
  color: #707070;
  border-bottom: 3px solid #47A0E0;
}

.group-contact-bottom-text{
  text-align: center;
  margin-bottom: 100px;
}

.group-contact-bottom-text p{
  display: inline-block;
  text-align: left;
}

/*  アクセス */
.access{
  width: 100%;
  height: auto;
  background-color: #D1E6F0;
  margin-bottom: 100px;
  overflow: hidden;
}

.access-left {
  position: relative;
  padding-left: 33px;
}

.access>.wp-block-group__inner-container{
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin: auto;
}

.access-left>.wp-block-group__inner-container>p{
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 90px 0;
  color: #fff;
}

.access-logo>.wp-block-group__inner-container {
    display: flex;
}

figure.logo-left{
  margin: 0;
  max-width: unset;
}

figure.logo-left img {
    width: auto;
    height: 72px;
}

figure.logo-right {
    margin: 0;
    max-width: unset;
}

figure.logo-right img {
    width: auto;
    height: 72px;
}

.access-tel {
  margin-top: 30px;
}

.access-tel p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #707070;
}

.access iframe{
  width: 65%;
  height: 600px;
  margin: 70px 0 70px 70px;
  border: 0;
}

.wp-block-group.access-left::before{
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 1000px;
  background-color: #e1f0f6;
  top: 50%;
  transform: translateY(-100%);
  left: 0;
  z-index: 1;
}

.wp-block-group.access-left::after{
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 1000px;
  background-color: #f1fbfd;
  bottom: 50%;
  transform: translateY(100%);
  left: 0;
}

@media screen and (max-width:1199px){
  .hospitalOverview_layout {
    background-color: #F1FBFD;
    max-width: 1200px;
    width: 90%;
    padding: 70px 0;
    margin: auto;
    border-radius: 20px;
  }
  .wp-block-group-contact {
    width: 90%;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:900px){
  .access-left>.wp-block-group__inner-container>p{
    font-size: 70px;
  }
}
@media screen and (max-width:780px){
  .wp-block-wrapper p,.group-contact-bottom-text>.wp-block-group__inner-container>p,.wp-block-group-contact p span,.access-tel p{
    font-size: 12px;
  }
  .wp-block-table1 td:nth-of-type(1),.wp-block-table1 td:nth-of-type(2),.wp-block-group-contact p,.contact-table p, .wp-block-table td {
    font-size: 14px;
  }
  .hospitalOverview_layout .wp-block-group__inner-container h3,.wp-block-group-contact h3 {
    font-size: 16px;
  }
  .wp-block-wrapper h2{
    font-size: 18px;
  }
  .wp-block-table1 td:nth-of-type(1){
    font-weight: 400;
  }
  .wp-block-table td,.wp-block-table1 td:nth-of-type(1),.wp-block-table1 td:nth-of-type(2),.access-left>.wp-block-group__inner-container>p{
    text-align: justify;
  }
  /*ファーストビュー*/
  .entry-content>.size-large{
    height: auto;
  }
  .entry-content>.size-large>img{
    height: auto;
  }
  /*病院概要の円形*/
  .wp-block-wrapper{
    width: 166px;
    height: 166px;
    margin: auto;
    margin-top: -92px;
    padding-top: 18px;
  }
  /*病院概要のアイコン*/
  .wp-block-wrapper img {
    width: 50px;
    height: auto;
  }
  /*2色の下線*/
  .wp-block-wrapper p::before,.wp-block-wrapper p::after {
    bottom: -12px;
    width: 50%;
    height: 4px;
  }
  /*青色の背景*/
  .hospitalOverview_layout{
    padding: 25px;
  }
  /*病院概要、病院沿革の親要素*/
  .hospitalOverview_layout>.wp-block-group__inner-container{
    width: 100%;
  }
  /*テーブル*/
  .wp-block-table {
    margin-bottom: 25px;
  }
  .wp-block-table1 table {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
  }
  .wp-block-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /*tdの中身*/
  .wp-block-table td {
    border: none;
  }
  .wp-block-table1 td:nth-of-type(1),.wp-block-table1 td:nth-of-type(2){
    width: 100%;
    max-width: none;
    letter-spacing: 1.4px;
    line-height: 1.5;
  }
  /*tdトップテキスト(名称等)*/
  #page .wp-block-table1 td:nth-of-type(1){
    padding: 0 9px;
	border: none;
  }
  /*tdメインテキスト(白背景のテキスト)*/
  #page .wp-block-table1 td:nth-of-type(2) {
    padding: 8px 6px 8px 10px;
	border: none;
  }
  /*昔の中郷病院画像*/
  .hospitalOverview_layout>.wp-block-group__inner-container>figure {
    margin-top: 50px;
  }
  /* 昔の中郷病院画像のキャプション */
  .wp-block-image figcaption {
    color: #707070;
    font-size: 12px;
    text-align: center;
}
  /*お問い合わせ*/
  .wp-block-group-contact{
    margin: 50px auto;
  }
  .wp-block-group-contact>.wp-block-group__inner-container {
    padding: 0 30px;
  }
  .wp-block-group-contact h3{
    margin: 0;
    margin-bottom: 10px;
  }
  /*電話番号とお問い合わせ受付時間*/
  .contact-table-item tr:nth-of-type(1) td:nth-of-type(1),.contact-table-item tr:nth-of-type(2) td:nth-of-type(1){
    height: 30px;
    border: none;
  }
  /*電話番号*/
  .contact-table-item tr:nth-of-type(1) td{
    width: 100%;
  }
  .contact-table-item tr:nth-of-type(1) td:nth-of-type(1){
    flex-basis: 100%;
  }
  .contact-table-item tr:nth-of-type(1) td a {
    font-size: 14px;
  }
  /*お問い合わせ受付時間*/
  .contact-table-item tr:nth-of-type(2) td:nth-of-type(1){
    width: 100%;
  }
  .contact-table-item tr:nth-of-type(2) td{
    width: 100%;
    border-bottom: 1px dashed #47A0E0;
  }
  .group-contact-bottom-text{
    margin: 0;
  }
  
  /*アクセス*/
  .access{
    margin-bottom: 50px;
    padding: 25px 40px;
  }
  .access>.wp-block-group__inner-container {
    height: auto;
    flex-wrap: wrap;
  }
  /*地図*/
  .access iframe {
    height: 300px;
    margin: 0;
    margin: 0 0 10px;
    order: 1;
    flex-basis: 100%;
  }
  /*テキストとロゴ*/
  .access-left {
    padding: 0;
    order: 2;
  }
  /*ACCESS*/
  .access-left>.wp-block-group__inner-container>p{
    font-size: 40px;
    margin: 0;
    margin-bottom: 36px;
  }
  /*2色の線*/
  .wp-block-group.access-left::before {
    top: 35%;
    left: 50%;
    transform: translateX(-100%);
    width: 1000px;
    height: 4px;
  }
  .wp-block-group.access-left::after {
    right: 50%;
    bottom: 65%;
    width: 1000px;
    height: 4px;
  }
  /*ロゴ*/
  figure.logo-left img,
  figure.logo-right img{
    height: auto;
  }
  figure.logo-left{
    width: 38px;
    margin-right: 6px;
  }
  figure.logo-right {
    width: 80px;
  }
  /*住所・電話番号*/
  .access-tel{
    margin-top: 10px;
  }
}
@media screen and (max-width:500px){
  .access iframe{
    height: auto;
  }
}
