@charset "UTF-8";

/* ---------------------------

トップページ / コンテンツ

----------------------------- */

/* ---------------------------
共通 SP
----------------------------- */
.top-h2,.top-h2small{
  padding: 0 0 3rem;  
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.top-h2 span,.top-h2small span{
  display: block;
  font-size: 1.8rem;
  color: var(--blue);
}

.top-h2,.top-h2small{font-size: 2.4rem;}
.top-h2 span,.top-h2small span{font-size: 1.8rem;}

.top-h2small{font-size: 2.1rem;}
.top-h2small span{font-size: 1.4rem;}


/* --------------------------
重要なお知らせ SP
----------------------------- */
.top-pickup{
  padding: 5rem 0;
}
.top-pickup-content{
  padding: 3rem 1.5rem 2rem;
  background: url(../img/top-pickup-bg.jpg) no-repeat center top;
  background-size:cover;
}
.top-pickup-content article{
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto 1rem;
  padding: 4rem 3rem;
  border-radius: 1rem;
  background: #fff none;
  background-size: 14px;
}

.top-pickup-day{
  display: flex;
  align-items: center;
  width: auto;
  letter-spacing: 0.05em;
}
.top-pickup-day p:first-child{
  padding: 0 1rem 0 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
}
.top-pickup-day p:last-child{
  width: 10rem;
  line-height: 1.6;
  text-align: center;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.top-pickup-day p.news_hospital {
  background: #00bfa5;
}
.top-pickup-day p.news_activity {
  background: #8e24aa;
}

.top-pickup-info{
  width: auto;
  padding: 2rem 0 1rem;
  border-left: none;
}
.top-pickup-info h3{
  padding: 0 0 1rem;
  line-height: 1.6;
  color: var(--blue);
  font-size: 2.1rem;
  font-weight: 700;
}
/* ボタン SP -------- */
.top-pickup-info h3 + p a.top-btn-news{
  display: block;
  padding: 1rem 2rem 0 0;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff url(../img/arrow-blue.svg) no-repeat right center;
  background-size: 14px;
}


/* ---------------------------
時間（診療/面会） SP
----------------------------- */
.top-hp-hours-bg{
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f3f2fd 50%, #f3f2fd 100%);
}

.top-hp-hours{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

/* 時間 共通 SP 
--------------------- */
.top-reception,
.top-visiting{
  width: auto;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.top-reception section,
.top-visiting section{
  padding: 4rem 2rem;
}
.top-hp-hours a.ttl-line{
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}


/* 診療受付時間 SP 
-------------------- */
.top-reception{
  width: auto;
  margin: 0 0 2rem;
}
.top-reception-time{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}
.top-reception-time dl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  padding: 2rem 0.5rem;
  border-right: 0;
  border-bottom: 1px solid #ccc;
}
.top-reception-time dl:first-child{
  border-top: 1px solid #ccc;
}
.top-reception-time dl dt{
  width: 6.4rem;
  margin: 0;
  line-height: 1.8;
  text-align: center;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.top-reception-time dl:first-child dt{ 
  background: #ec6941;
}
.top-reception-time dl:nth-child(2) dt{
  background: #007130;
}
.top-reception-time dl:last-child dt{
  background: #004986;
}
.top-reception-time dl dd{
  width: auto;
  padding: 0 0 0 1.5rem;
  line-height: 1.8;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 700;  
}
.top-reception-time dl dd span{
  display: inline;
  font-size: 1.8rem;
  font-weight: 400;  
}

/* 電話 SP --- */
.btn-reception-tel{
  margin: 0 0 2.5rem;
  padding: 2rem 1rem; 
  text-align: center;
  background: var(--bgblue);
  border-radius: 2rem;
}
.btn-reception-tel p:first-child{
  font-size: 1.6rem;
  font-weight: 500;
}
.btn-reception-tel p:first-child span{ 
  display: block;
  font-weight: 700;
}

/* 電話（番号） SP --------------- */
.btn-reception-tel p:last-child a{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--blue);
}
.btn-reception-tel p:last-child a span{
  display: block;
  padding: 0 0.5rem 0 2rem;
  position: relative;
}
.btn-reception-tel p:last-child a span::before{
  display: block;
  content: url(../img/common-icon-tel.svg);
  width: 14px;
  position: absolute;
  top: 0.2rem;
  left: 0rem;
}
.btn-reception-tel p:last-child a strong{
  display: block;
  margin: 0;
  padding: 0 0.5rem;
  text-align: center;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
}

/* テキスト SP --------------- */
.btn-reception-tel + p {
  padding: 0 0 3rem;
}

/* 休診日 SP --------------- */
.top-reception-holiday dl{
  display: flex;  
  padding: 2rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.top-reception-holiday dl dt{
  width: 7rem;
  padding: 0;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
}
.top-reception-holiday dl dd{
  width: calc(100% - 7rem);
  padding: 0 0 0 1.5rem;
  letter-spacing: 0.05em;
  border-left: 1px solid #ccc;
}
.top-reception-holiday dl dd ol li{
  padding: 0 0 0.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.top-reception-holiday dl dd ol li::before{
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  top: 1rem;
  left: 0;
}
.top-reception-holiday dl dd ol li:last-child{
  padding: 0;
  font-weight: 500;  
}
.top-reception-holiday dl dd ol li:last-child::before{
  position: static;
}

/* 面会時間 SP 
-------------------- */
.top-visiting-time{
  padding: 0 0 3rem;
}
.top-visiting-time dl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 1rem;
  border: 1px solid #ccc;
}
.top-visiting-time dl:last-child{
  margin: 0;  
}
.top-visiting-time dl dt,
.top-visiting-time dl dd{
  padding: 1rem 0;
}
.top-visiting-time dl dt{
  width: 8rem;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-visiting-time dl:first-child dt{
  color: #0075a9;
}
.top-visiting-time dl:last-child dt{
  color: #a40000;
}
.top-visiting-time dl dd{
  width: calc( 100% - 8rem);
  padding: 0 0 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.top-reception-ttl,
.top-visiting-ttl{
  text-align: left;
}


/* --------------------------
病院紹介 SP
----------------------------- */
.top-info-hp{
  padding: 5rem 1.5rem;
}
.top-info-hp-content{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 160rem;
  margin: 0 auto;
  background: var(--bgblue);  
}

/* 病院紹介 メニュー SP ----------- */
.top-info-bg{
  width: auto;
  margin: 0 0 1rem;
  padding: 0;
}
.top-info-bg.bg01,
.top-info-bg.bg02,
.top-info-bg.bg03,
.top-info-bg.bg04,
.top-info-bg.bg05{
  background: none;
}

.top-info-hp-content article{
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  background: #fff;  
}
.top-info-q {
  display: flex;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue);
  position: relative;  
}
.top-info-q span{
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #d2cdf9;
  color: var(--blue);
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.top-info-q span:last-child::before,
.top-info-q span:last-child::after {
  content: "";
  display: block;
  background: var(--blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 縦線（＋の縦） */
.top-info-q span::before {
  width: 2px;
  height: 10px;
}
/* 横線（＋の横） */
.top-info-q span::after {
  width: 10px;
  height: 2px;
  transition: .3s;
}
.top-info-q.active span::before {
  opacity: 0;
}
/* リスト（開いた後）-------- */
.top-info-q .active::after {
  opacity: 0;
}

/* メニュー SP ------ */
.top-info-a{
  display: none;
  margin: 0 1rem;
  padding: 2rem 0 3rem;
  font-size: 1.6rem;
} 
.top-info-a li a{
  display: block;
  padding: 1.5rem 2rem 1.5rem 0;  
  letter-spacing: 0.025em;
  border-bottom: 1px dashed #bababa;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  background: url(../img/arrow-blue.svg) no-repeat right center;
  background-size: 10px;
}
.top-info-a li a:hover{
  color: #8c88e2;
}

/* 診療科・部門を 1000 ------------- */
.top-info-a.top-info-flex{
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}
.top-info-a.top-info-flex li{
  width: 100%;
}

/* --------------------------
お知らせ SP
----------------------------- */
.top-news{
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

/* タブメニュー SP --------- */
.tab-container ul {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.tab-container ul li {
  flex: 1;
  margin: 0 0.5rem 0 0;
  padding: 1.8rem 0 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.tab-container ul li.selected {
  color: #fff;  
  font-weight: 700;
  position: relative;
}
.tab-container ul li.selected[data-id="tab-1"] {
  background: #0091ea;
}
.tab-container ul li.selected[data-id="tab-2"] {
  background: #00bfa5;
}
.tab-container ul li.selected[data-id="tab-3"] {
  background: #8e24aa;
}
.tab-container ul li.selected::after {
  display: block;
  width: 20px;
  position: absolute;
  bottom: -16px;
  left: 46%;
  z-index: 5;
}
.tab-container ul li.selected[data-id="tab-1"]::after {
  content: url("../img/top-news-all-arrow.svg");
}
.tab-container ul li.selected[data-id="tab-2"]::after {
  content: url("../img/top-news-hos-arrow.svg");
}
.tab-container ul li.selected[data-id="tab-3"]::after {
  content: url("../img/top-news-act-arrow.svg");
}
.tab-container ul li:not(.selected):hover {
  color: #8c88e2;
}

.tab-container .tab-content {
  display: none;
  margin: 0 0 2rem;
  padding: 3.6rem 0 0;
}
.tab-container .tab-content.selected {
  display: block;
}
.tab-container .tab-content dl a {
  display: flex;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #ccc;
  background: var(--bgblue); 
  position: relative;
}
.tab-container .tab-content dl a::after {
  display: block;
  width: 12px;
  content: url("../img/arrow-blue.svg");
  position: absolute;
  top: 40%;
  right: 1rem;
}
.tab-container .tab-content dl dt {
  width: 9rem;
  padding: 0;
  line-height: 1.5;
  text-align: center;  
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 500;
}
.tab-container .tab-content dl dt span {
  display: block;
  font-size: 1.8rem;
}
.tab-container .tab-content dl dt span::before {
  content: "";
}
.tab-container .tab-content dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  width: calc(100% - 9rem); 
  padding: 2rem 3.2rem 2rem 1.5rem;
  background: #fff;
}
.tab-container .tab-content dl dd p.top-news-category {
  width: 10rem;
  line-height: 1.6;
  text-align: center;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.tab-container .tab-content dl dd p.top-news-category.news_hospital {
  color: #fff;
  background: #00bfa5;
}
.tab-container .tab-content dl dd p.top-news-category.news_activity {
  color: #fff;
  background: #8e24aa;
}
.tab-container .tab-content dl dd p.top-news-title {
  width: 100%;
  padding: 0.8rem 0 0;
  line-height: 1.6;
  font-size: 1.6rem;
}

/* 一覧へ SP ---------- */
.top-news-all a{
  display: block;
  padding: 0 1.8rem 0 0;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue);
  background: url(../img/arrow-blue.svg) no-repeat right center;
  background-size: 12px;
}


/* --------------------------
アクセス SP
----------------------------- */
.top-access{
  margin: 0;  
  padding: 0 1.5rem 12rem;
  background: url(../img/top-access-bg.jpg) no-repeat center bottom;
  background-size: 600px;
  position: relative;
}
@media screen and (min-width:600px) {
  .top-access{
    background: url(../img/top-access-bg.jpg) no-repeat center bottom;
    background-size: contain;
  }  
}
.top-access::after{
  display: block;
  content: "";
  width: 100%;
  height: 3rem;
  border-radius: 2.5rem 2.5rem 0 0;
  background: #fff;
  position: absolute;
  bottom: 0rem;
  left: 0; 
}
.top-access-content{
  display: flex;
  flex-direction: column-reverse;
  max-width: 148rem;
  margin: 0 auto;
}
.top-access-add{
  width: auto;
  padding: 3rem 0 0;
}
.top-access-add dl{
  display: flex;
  padding: 1.5rem 0;
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}
.top-access-add dl dt{
  width: 26%;
  font-weight: 500;
}
.top-access-add dl dt span{
  display: block;
  width: 8rem;
  text-align: left;
  border-radius: 3rem;
  background: transparent;
}
.top-access-add dl dd{
  width: 74%;
  font-weight: 400;
}

/* 地図 SP ------- */
.top-access-map{
  width: auto;
  border: 0;
  border-radius: 0;
}
.top-access-map .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.top-access-map .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (min-width:414px) {

  /* 電話（番号） SP 414 --------------- */
  .btn-reception-tel p:first-child span{ 
    display: inline;
  }
  .btn-reception-tel p:last-child a{
    font-size: 3rem;
  }
  .btn-reception-tel p:last-child a span{
    display: inline;    
    padding: 0 0 0 2rem;
  }
  .btn-reception-tel p:last-child a strong{
    margin: 0 0 0 0.5rem;
  }

}


@media screen and (min-width:750px) {

 /* ---------------------------
 　重要なお知らせ 750
  ----------------------------- */
  .top-pickup-content article{
    margin: 0 auto 1rem;
    padding: 4rem 8rem;
  }

 /* ---------------------------
  時間（診療/面会） 750
  ----------------------------- */
  .top-hp-hours{
    max-width: 143rem;
    padding: 0 1.5rem 5rem;
  }

  /* 時間 共通 750 
  --------------------- */
  .top-reception section,
  .top-visiting section{
    padding: 3rem 4.5rem;
  }

  /* 診療受付時間 750 
  ---------------------- */
  .top-reception-time{
    flex-direction: row;
    padding: 0 0 2.5rem;
  }
  .top-reception-time dl{
    flex-direction: column;
    width: 33.3%;
    padding: 2rem 0;
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
  .top-reception-time dl:first-child{
    border-top: 0;
  }
  .top-reception-time dl dt{
    width: 10rem;
    margin: 0 auto;
    line-height: 1.5;
  }
  .top-reception-time dl dd{
    padding: 1.5rem 0 0;
    line-height: 1.5;
    text-align: center;
    font-size: 2.4rem;
  }
  .top-reception-time dl dd span{
    display: block;    
    font-size: 1.8rem;
    font-weight: 500;  
  }

  /* 電話（番号） 750 --------------- */
  .btn-reception-tel p:last-child a{
    font-size: 3.6rem;
  }

  /* 休診日 750 --------------- */
  .top-reception-holiday dl dt{
    width: 15rem;
    padding: 0 0 0 2rem;
    font-size: 1.8rem;
  }
  .top-reception-holiday dl dd{
    width: calc(100% - 15rem);
    padding: 0 0 0 4rem;
  }
  .top-reception-holiday dl dd ol li{
    padding: 0 0 1rem 2rem;
    font-size: 1.8rem;
  }
  .top-reception-holiday dl dd ol li::before{
    top: 1.2rem;
    left: 0;
  }


  /* 面会時間 750 
  -------------------- */
  .top-visiting-time{
    flex-direction: row;
  }
  .top-visiting-time dl{
    flex-direction: column;    
    margin: 0;
    padding: 4rem 0;
    text-align: center;
  }
  .top-visiting-time dl dt{
    width: 100%;
    border-right: 0;
    font-size: 1.8rem;
  }
  .top-visiting-time dl dd{
    width: calc(100%);
    padding: 0;
    font-size: 3rem;
  }

  .top-reception-ttl,
  .top-visiting-ttl{
    text-align: center;
  }

  /* --------------------------
  お知らせ 750
  ----------------------------- */
  .tab-container .tab-content dl dt{
    width: 12rem;
  }
  .tab-container .tab-content dl dd{
    width: calc(100% - 12rem); 
    padding: 2rem 0 2rem 3rem;
  }

  /* --------------------------
  アクセス 750
  ----------------------------- */
  .top-access{
    padding: 0 3rem 12rem;
    background: url(../img/top-access-bg.jpg) no-repeat center bottom;
    background-size: 1000px;
  }

  .top-access-add dl dt span{
    width: 12rem;
    text-align: center;
    background: #fff;
  }



}


@media screen and (min-width:1000px) {


  /* --------------------------
  共通 1000
  ----------------------------- */
  .top-h2{
    padding: 0 0 8rem;  
  }
  .top-h2small{
    padding: 0 0 5rem;  
  }
  .top-h2{font-size: 3rem;}
  .top-h2 span{font-size: 2.4rem;}

  .top-h2small{font-size: 2.4rem;}
  .top-h2small span{font-size: 1.6rem;}

  /* --------------------------
  重要なお知らせ 1000
  ----------------------------- */
  .top-pickup-content{
    padding: 8rem 3rem;
    background: url(../img/top-pickup-bg.jpg) no-repeat center top;
    background-size:auto;
  }
  .top-pickup-content article{
    flex-direction: row;
    margin: 0 auto 2rem;
    padding: 3rem 8rem;
    border-radius: 20rem;
    background: #fff url(../img/arrow-blue.svg) no-repeat 90% center;
    background-size: 18px;
  }

  .top-pickup-day{
    width: 28%;
    letter-spacing: 0.05em;
  }
  .top-pickup-day p:first-child{
    font-size: 1.8rem;
  }

  .top-pickup-info{
    width: 72%;
    padding: 1rem 10rem 1rem 5rem;
    border-left: 1px solid #ccc;
  }
  .top-pickup-info h3 + p{
    padding: 0;
  }

  /* ボタン  -------- */
  .top-pickup-info h3 + p a.top-btn-news{
    display: inline;
    padding: 0;
    background: none;
    background-size: 14px;
  }

  /* ---------------------------
  時間（診療/面会） 1000
  ----------------------------- */
  .top-hp-hours{
    flex-direction: row;
    padding: 0 3rem 5rem;
  }

  /* 時間 共通 1000
  ----------------------------- */
  .top-reception,
  .top-visiting{
    width: 48.5%;
    margin: 0;
  }
  .top-reception section,
  .top-visiting section{
    padding: 3rem 1rem;
  }

  /* 診療受付時間 1000 
  ---------------------- */
  .top-reception-time dl dd{
    font-size: 2rem;
  }

  /* 電話（番号） 1000 --------------- */
  .btn-reception-tel p:last-child a{
    font-size: 3rem;
  }


  /* --------------------------
  病院紹介 1000
  ----------------------------- */
  .top-info-hp{
    padding: 5rem 3rem;
  }
  .top-info-hp-content{
    flex-direction: row;
    background: none;
  }
  /* 病院紹介 メニュー 1000 ----------- */
  .top-info-bg{
    width: 30%;
    margin: 0 5% 5rem 0;
    padding: 6rem 4rem 0 0;
    border-radius: 0 3rem 0 0;  
    overflow: hidden;
  }
  .top-info-bg.bg03{
    margin: 0 0 5rem;
  }

  .top-info-bg.bg01{
    background: url(../img/top-info-hp-bg01.jpg) no-repeat left top;
    background-size: cover;
  }
  .top-info-bg.bg02{
    background: url(../img/top-info-hp-bg02.jpg) no-repeat left top;
    background-size: cover;
  }
  .top-info-bg.bg03{
    background: url(../img/top-info-hp-bg03.jpg) no-repeat left top;
    background-size: cover;
  }
  .top-info-bg.bg04{
    background: url(../img/top-info-hp-bg04.jpg) no-repeat left top;
    background-size: cover;
  }
  .top-info-bg.bg05{
    background: url(../img/top-info-hp-bg05.jpg) no-repeat left top;
    background-size: cover;
  }

  .top-info-hp-content article{
    padding: 4rem 2rem 2rem;
    border-radius: 0 3rem 0 0;
  }

  .top-info-q {
    cursor: default;
  }

  .top-info-q span{
    display: none;
  }
  .top-info-a {
    margin: 0;
    padding: 1.5rem 0;
    display: block /*!important*/;
  }
  .top-info-a li a{
    padding: 1rem 2rem 1rem 0;  
  }

  /* 診療科・部門を 1000 ------------- */
  .top-info-a.top-info-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-info-a.top-info-flex li{
    width: 45%;
  }
  .top-info-a.top-info-flex li:first-child,
  .top-info-a.top-info-flex li:nth-child(8),
  .top-info-a.top-info-flex li:nth-child(9),
  .top-info-a.top-info-flex li:last-child{
    width: 100%;
  }



  /* --------------------------
  お知らせ 1000
  ----------------------------- */
  .top-news{
    padding: 0 3rem 5rem;
  }
  .tab-container .tab-content {
    padding: 5rem 0 0;
  }
  /* タブメニュー SP --------- */
  .tab-container ul li {
    margin: 0 1rem 0 0;
    padding:3rem 0;
    font-size: 2.1rem;
  }
  .tab-container ul li.selected::after{
    width: 24px;
    bottom: -20px;
    left: 45%;
  }
  .tab-container .tab-content dl a::after{
    width: 14px;
  }
  .tab-container .tab-content dl dt{
    width: 20rem;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
  .tab-container .tab-content dl dt span::before{
    content: "/";
  }
  .tab-container .tab-content dl dt span{
    display: inline;
  }
  .tab-container .tab-content dl dd{
    flex-direction: row;
    width: calc(100% - 20rem); 
    padding: 3rem 8rem 3rem 3rem;
  }
  .tab-container .tab-content dl dd p.top-news-category{
    line-height: 1.8;
    font-size: 1.8rem;
  }
  .tab-container .tab-content dl dd p.top-news-title{
    width: calc(100% - 10rem);    
    padding: 0 0 0 3rem;
    font-size: 2rem;
  }

  /* 一覧へ 1000 ---------- */
  .top-news-all a{
    font-size: 1.8rem;
  }

  /* --------------------------
  アクセス 1000
  ----------------------------- */
  .top-access{
    padding: 0 3rem 20rem;
    background: url(../img/top-access-bg.jpg) no-repeat center bottom;
    background-size: 1400px;
  }
  .top-access::after{
    height: 5rem;
    border-radius: 5rem 5rem 0 0;
    bottom: 0;
  }
  .top-access-content{
    flex-direction: row;
  }
  .top-access-add{
    width: 40%;
    padding: 0 4% 0 0;
  }
  .top-access-add dl dt span{
    width: 6.4rem;
  }

  /* 地図 1000 ------- */
  .top-access-map{
    width: 60%;
    border: 0.8rem solid #fff;
    border-radius: 0.5rem;
  }


}


@media screen and (min-width:1400px) {

  /* --------------------------
  重要なお知らせ 1400
  ----------------------------- */
  .top-pickup{
    padding: 10rem 0;
  }

  /* ---------------------------
  時間（診療/面会） 1400
  ----------------------------- */
  .top-hp-hours{
    padding: 0 3rem 10rem;
  }
  .top-reception section,
  .top-visiting section{
    padding: 5rem 4.5rem;
  }

  /* 診療受付時間 1400 
  ---------------------- */
  .top-reception-time dl dd{
    font-size: 2.4rem;
  }

  /* 電話（番号） 1400 --------------- */
  .btn-reception-tel p:last-child a{
    font-size: 3.6rem;
  }

  /* 面会時間 1400 
  ---------------------- */
  .top-visiting-time dl dt{
    font-size: 2rem;
  }


  /* --------------------------
  病院紹介 1400
  ----------------------------- */
  .top-info-hp{
    padding: 10rem 1.5rem;
  }
  .top-info-hp-content{
    justify-content: space-between;
  }

  /* 病院紹介 メニュー 1400 ----------- */
  .top-info-bg{
    width: 19.2%;
    margin: 0;
    padding: 6rem 4rem 0 0;
  }
  .top-info-bg.bg03{
    margin: 0;
  }
 .top-info-hp-content article{
    padding: 4rem 1.5rem 2rem;
  }

  /* --------------------------
  お知らせ 1400
  ----------------------------- */
  .top-news{
    padding: 0 1.5rem 10rem;
  }

  .top-access-add dl{
    padding: 3rem 0;
    font-size: 1.8rem;
  }
  .top-access-add dl dt span{
    width: 12rem;
  }

}

@media screen and (min-width:1600px) {

  /* 病院紹介 メニュー 1600 ----------- */
  .top-info-bg{
    width: 18.4%;
    padding: 8rem 5rem 0 0;
  }
  .top-info-hp-content article{
    padding: 4rem 2.5rem 0 1.5rem;
  }
  .top-info-q {
    font-size: 2.1rem;
  }


  /* --------------------------
  アクセス 1600
  ----------------------------- */
  .top-access{
    padding: 0 3rem 20rem;
    background: url(../img/top-access-bg.jpg) no-repeat center bottom;
    background-size: auto;
  }

}