@charset "UTF-8";
/*Hero
---------------------------------------*/
.nikyoten .hero {
  margin-bottom: 0px;
}
.nikyoten .hero_img {
  text-align: center
}
.nikyoten .hero_img img {
  max-width: 245px;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 100px
}
.nikyoten .hero_copy {
  text-align: center
}
.nikyoten .hero_copy h2 {
  font-size: 54px
}
.nikyoten .hero_copy p {
  font-size: 20px;
  margin-bottom: 40px;
  padding: 0 20px
}
.nikyoten .hero_copy img {
  max-width: 1100px;
  width: 100%;
  margin-bottom: 40px
}
@media (max-width: 1000px) {
  .nikyoten .hero_img img {
    max-width: 110px;
    margin-bottom: 20px;
    margin-top: 50px
  }
  .nikyoten .hero_copy h2 {
    font-size: 24px
  }
  .nikyoten .hero_copy p {
    font-size: 14px;
    text-align: left
  }
  .nikyoten .hero_copy p br {
    display: none
  }
}
/*医療充実度の高いまち「別府」。
---------------------------------------*/
.iryo h3 {
  font-size: 54px;
  text-align: center
}
.iryo h4 {
  font-size: 30px;
  text-align: center
}
.iryo p {
  font-size: 12px;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.iryo .grid-2 {
  gap: 0;
}
.iryo .grid-2 div:first-child {
  border-right: dotted 2px #000000;
}
.iryo .grid-2 img {
  width: auto;
  height: 305px
}
.iryo .byoshyo01 img {
  width: auto;
  height: 274px
}
.iryo .byoshyo02 img {
  width: auto;
  height: 305px
}
.iryo .grid-2 img, .iryo .byoshyo01 img, .iryo .byoshyo02 img {
  margin: 40px 0
}
.iryo .grid-2, .iryo .byoshyo01, .iryo .byoshyo02 {
  border-bottom: dotted 2px #000000;
  text-align: center;
}
@media (max-width: 1000px) {
  .iryo h3 {
    font-size: 24px;
  }
  .iryo h4 {
    font-size: 15px;
  }
  .iryo .grid-2 img {
    height: 100px
  }
  .iryo .byoshyo01 img {
    height: 90px
  }
  .iryo .byoshyo02 img {
    height: 100px
  }
  .iryo .grid-2 img, .iryo .byoshyo01 img, .iryo .byoshyo02 img {
    margin: 20px 0
  }
  .iryo p {
    font-size: 10px;
    margin-top: 10px;
  }
}
/*医療施設が充実！
---------------------------------------*/
.shisetu h3 {
  font-size: 25px;
  text-align: center
}
.shisetu h4 {
  font-size: 22px;
  margin-top: 1.5em;
  margin-bottom: 0px
}
.shisetu p {
  font-size: 16px
}
.shisetu a {
  font-size: 16px;
  color: #0071bc;
  overflow-wrap: break-word;
}
.shisetu .grid-3 {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1000px) {
  .shisetu h3 {
    font-size: 20px;
  }
  .shisetu h4 {
    font-size: 16px;
    margin-top: 1.5em;
    margin-bottom: 0px
  }
  .shisetu p {
    font-size: 13px;
    margin-bottom: 0px
  }
  .shisetu a {
    font-size: 12px;
  }
}
/*大分県内「病床100床以上の病院」
---------------------------------------*/
.ooita h3.title_line {
  display: block;
  width: fit-content;
  padding: 6px 16px;
  border: 3px solid #000;
  font-size: 38px;
  font-weight: 500;
  margin: 0px auto 30px auto
}
.ooita h3.title_line + p {
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center
}
.ooita a {
  font-size: 16px;
  color: #0071bc;
  overflow-wrap: break-word;
}
.ooita h4 {
  font-size: 33px;
  text-align: center;
  color: #ff931e;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.ooita h5 {
  font-size: 22px;
  color: #ff931e;
  margin-bottom: 0px;
  display: block;
  margin-right: 0.5em
}
.ooita .grid-3 {
  margin-bottom: 50px
}
.ooita h5 + p {
  text-align: left;
  margin-bottom: 0px;
  display: inline;
}
.ooita a {
  display: block
}
.ooita a + p {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1em
}
.ooita a + p:last-child {
  margin-bottom: 0px
}
.ooita a + p span {
  font-size: 36px;
  font-weight: bold;
  margin-left: 0.2em
}
.ooita .sonota, .ooita .sonota h5 {
  color: #000;
}
.ooita .grid-3 {
  font-family: "Noto Sans JP", sans-serif;
    gap: 40px 10px
}
@media (max-width: 1000px) {
  .ooita h3.title_line {
    border: 2px solid #000;
    font-size: 18px;
  }
  .ooita h4 {
    font-size: 20px;
  }
  .ooita h3.title_line + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .ooita h5 {
    font-size: 16px;
    color: #ff931e;
    margin-bottom: 0px;
/*	   display: inline-block;*/
  }
  .ooita .grid-3 {
	 grid-template-columns: 1fr 1fr;
  /*  display: flex;
    flex-direction: column;*/
    gap: 30px 10px
  }
  .ooita h5 + p {
    font-size: 13px;
    text-align: left;
  }
  .ooita a + p {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
  }
  .ooita a {
    font-size: 12px;
  }
  .ooita a + p span {
    font-size: 22px;
  }
}
@media (max-width: 450px) {  .ooita .grid-3 {
	 grid-template-columns: 1fr;
  /*  display: flex;
    flex-direction: column;*/
    gap: 30px 10px
  }}
/*大分県内「病床100床以上の病院」
---------------------------------------*/
.plan-links {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
}
.plan-links__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 40px;
  margin-bottom: 26px;
}
@media (max-width: 1000px) {
  .plan-links__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
    margin-bottom: 15px;
  }
}
/* 共通ボタン
---------------------------------------*/
.bsl .pl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  letter-spacing: .06em;
  font-size: 44px;
  line-height: 1;
}
/* 各色 */
.pl-btn--green {
  background: #0b6b3b;
}
.pl-btn--red {
  background: #8f0000;
}
.pl-btn--purple {
  background: #6a6a86;
}
/* 電話ボタン */
.pl-btn--tel {
  background: #2f2f2f;
  justify-content: flex-start;
  padding: 0 26px;
  gap: 18px;
}
.pl-btn__telmark {
  display: inline-flex;
  width: 78px;
  height: 52px;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #fff;
  color: #000;
  border-radius: 3px;
}
.pl-btn__telnum {
  font-size: 54px;
  letter-spacing: .03em;
}
/* 下の大ボタン */
.pl-btn--gold {
  background: #b79d4c;
  min-height: 120px;
  font-size: 52px;
  border: 6px solid #000; /* 太枠 */
  box-sizing: border-box;
}
.plan-links p {
  margin-top: 50px;
  font-size: 11px
}
@media (max-width: 1000px) {
 .bsl .plan-links__grid {
    gap: 14px 14px;
  }
 .bsl .pl-btn {
    min-height: 50px;
    font-size: 15px;
	 font-weight: 400
  }
 .bsl .pl-btn--tel {
    padding: 0 14px;
    gap: 12px;
  }
 .bsl .pl-btn__telmark {
    width: 60px;
    height: 42px;
    font-size: 30px;
  }
 .bsl .pl-btn__telnum {
    font-size: 34px;
  }
 .bsl .pl-btn--gold {
    min-height: 59px;
    font-size: 20px;
    border-width: 4px;
	  border: 2px solid #000; /* 太枠 */
  }
}
/*快適アクセス。
---------------------------------------*/
.access {
  background-color: #d2f0fa;
  padding-bottom: 70px;
  margin-bottom: 0px;
}
.access img {
  margin-bottom: 20px
}
.access h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px
}
.map-wide {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: right
}
.map-wide img {
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 1000px) {
  .access {
    padding-bottom: 20px;
  }
  .access h3 {
    font-size: 20px;
  }
}
/*NKメッセージ
---------------------------------------*/
.nk-message {
    max-width: 1100px;
    margin: 0 auto 40px auto;
}


	
	
/*.nk-kakko {
  display: block;
  position: relative;
  padding: 0 20px;
  margin: 7px 0;
}
.nk-kakko::before, .nk-kakko::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.nk-kakko::before {
  left: -20px;
  top: -5px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}
.nk-kakko::after {
  right: -20px;
  bottom: -5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.nk-inner {
  position: relative;
  display: block;
}
.nk-inner::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.nk-inner::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
.nk-inner span {
  display: block
}*/
@media (max-width: 1000px) {
  .nk-message {
    font-size: 16px;
	  margin-bottom: 20px
  }
}
/* オンライン相談
-----------------------------------------------------------------------*/
.footer_egrand-beppu_img {
  display: block;
  max-width: 1150px;
  width: 100%;
  margin: auto;
  text-align: right;
}
.footer_egrand-beppu_img img {
  max-width: 1070px;
  width: 100%;
}
.plan-links_box {max-width: 1040px;margin: auto;  padding: 20px 0px;}
.pl-btn--tel {
    pointer-events: none; /* クリックを無効化 */
    cursor: default;     /* カーソルを指マークにしない */
    text-decoration: none;
  }
@media (max-width: 1000px) {
  .pl-btn--tel {
    pointer-events: auto; /* クリックを有効化 */
    cursor: pointer;      /* カーソルを指マークにする */
  }
}
/* オンライン相談
-----------------------------------------------------------------------*/
.online-sodan{margin-bottom: 0px; }
.online-sodan_box {
  margin-bottom: 0px;  background-color: #bdccd4;
margin-bottom: 50px
}
.plan-links_box {
  padding: 20px 20px;
  margin-bottom: 0px
}
.plan-links_box p {
  font-size: 12px;
  margin-top: 50px
}
/* フッター
-----------------------------------------------------------------------*/
.footer_nk {
  display: grid;
  grid-template-columns: 100px 230px 1fr;
  align-items: center;
  width: fit-content;
  gap: 20px;
  margin: auto
}
.footer_nk div:nth-child(1) {
  font-size: 10px;
  white-space: nowrap
}
.footer_nk div:nth-child(3) {
  font-size: 7px;
  white-space: nowrap
}
.privacy_policy {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 30px 20px
}
.copyright {
  font-size: 10px;
  text-align: center;
  margin-bottom: 50px
}
@media (max-width: 768px) {
  .footer_nk {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer_nk div:nth-child(2) {
    width: 250px;
  }
  .footer_nk div:nth-child(3) {
    display: block;
    width: 100%;
    font-size: 10px;
    white-space: nowrap;
  }
  .privacy_policy {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 30px 20px
  }
  .copyright {
    font-size: 10px;
    text-align: center;
    margin-bottom: 70px
  }
}