@charset "UTF-8";
/* ------------------------------------------------------------------------------
色変更箇所

メインカラー：fcab95 →　ff6900　に変更
サブカラー：ffb4bf　→　82c0f9　に変更
240827： #82c0f9→　var(--color-primary)　に変更

------------------------------------------------------------------------------- */
/* clearfix
----------------------------------------------- */
.clearfix {
  display: inline-table;
}
.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: "";
}

/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

span.blue {
  color: #3b4475;
}

/* Minimum width of 769 pixels.
-------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #main_cont {
    width: 98%;
    margin: 0 0 0 2%;
  }
  #main h3 {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid var(--color-primary);
  }
  #main h3::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: var(--color-primary);
  }
  #main h3 img {
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: rgba(var(--color-primary-rgb), 0.6);
  }
  #main h3 span.small {
    padding-left: 10px;
    font-size: 14px;
    color: var(--color-primary);
  }
  #main .features {
    margin-top: 40px;
  }
  #main .features img {
    width: 32%;
    padding: 1px;
    border: solid 1px #dcdcdc;
  }
  #main .features .text_in {
    float: right;
    width: 445px;
    text-align: left;
  }
  #main .features h4 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-accent);
  }
  #main .features h4 span {
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    vertical-align: 3px;
  }
  .facility_box_wrap {
    margin-top: 30px;
    overflow: hidden;
  }
  #facility .facility_box {
    width: 48%;
    min-height: 380px;
  }
  #facility .facility_box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-accent);
  }
  #facility .facility_box h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    vertical-align: 3px;
  }
  #facility .facility_box img {
    /* max-width:100%; */
    width: 98%;
    max-width: 98%;
    height: auto;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8;
  }
  /**************************************************************
  トップページ
  **************************************************************/
  #home #main #whatsnew {
    margin-top: 50px;
  }
  #home #main #whatsnew .whatsnew_cont {
    width: 670px;
    height: 315px;
    padding: 0 0 10px;
    margin: 10px auto 0;
    overflow: auto;
  }
  #home #main #whatsnew #iframe_container {
    /* ipad対策 */
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #newsList {
    width: 650px;
    margin: 0 auto;
  }
  #newsList th,
  #newsList td {
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
  }
  #newsList th.gray,
  #newsList td.gray {
    background: #f8f8f8;
  }
  #newsList th {
    color: #000;
    white-space: nowrap;
  }
  #newsList th span {
    color: var(--color-primary);
  }
  /**************************************************************
  開院・内覧会のお知らせ
  **************************************************************/
  .info_open {
    border: 4px solid orange;
  }
  .info_nairan {
    border: 4px solid green;
  }
  .info_open,
  .info_nairan {
    padding: 20px;
    margin: 0 0 20px 5px;
    text-align: center;
    border-radius: 10px;
  }
  .info_open h2 {
    font-size: 22px;
    color: orange;
  }
  .info_nairan h2 {
    font-size: 22px;
    color: green;
  }
  .info_open strong {
    font-size: 36px;
  }
  #home #main .info_open p,
  #home #main .info_nairan p {
    padding: 0;
    border: none;
  }
  /**************************************************************
  医院案内
  **************************************************************/
  #clinic #main section {
    padding-left: 15px;
  }
  #clinic #main .medical_courses p {
    padding: 15px;
  }
  #clinic #main .intyo_photo {
    float: right;
    width: 250px;
    padding: 0 20px 20px;
    text-align: center;
  }
  #clinic #main .intyo_photo p {
    padding: 5px 0;
    font-size: 20px;
  }
  #clinic #main .intyo_photo p span {
    padding-right: 5px;
    font-size: 16px;
  }
  #clinic #main h4 {
    padding-top: 20px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-accent);
  }
  #clinic #main h4 span {
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    vertical-align: 3px;
  }
  #clinic #main h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    color: var(--color-primary);
  }
  #clinic #main h5 span {
    padding-right: 5px;
    font-size: 18px;
    color: var(--color-primary);
  }
  #clinic #main .medical_courses {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #clinic #main .medical_courses h4 {
    margin-top: 10px;
  }
  #clinic #main .medical_courses img {
    border: 1px solid var(--color-primary);
  }
  #clinic #main p.name {
    text-align: right;
  }
  #clinic #main p.name ruby {
    font-size: 30px;
  }
  #clinic #main p.name ruby rb {
    font-size: 30px;
  }
  #clinic #main p.name span {
    padding-right: 10px;
    font-size: 20px;
  }
  #clinic #main .staff img {
    display: block;
    width: 90%;
    margin: 10px auto 30px;
  }
  .rtable {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
  }
  .rtable th {
    width: 150px;
    height: 35px;
    padding: 10px 20px;
    background: #b0d7f3;
  }
  .rtable td {
    height: 35px;
    padding: 10px 20px;
  }
  .contact {
    padding: 10px;
    margin-top: 15px !important;
    text-align: center;
    border: 1px solid #ccc;
  }
  .contact .phone {
    height: 45px !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 45px;
    line-height: 45px !important;
    color: var(--color-primary);
    vertical-align: middle;
  }
  .contact .phone img {
    position: relative !important;
    top: 5px !important;
  }
  /**************************************************************
  医院案内（経歴）
  **************************************************************/
  #clinic .medical_courses dl,
  #clinic .medical_courses dt,
  #clinic .medical_courses dd {
    box-sizing: border-box;
  }
  #clinic .medical_courses dl {
    background: #eee;
    border-bottom: 1px dotted #ccc;
  }
  #clinic .medical_courses dt,
  #clinic .medical_courses dd {
    padding: 10px 10px 0;
    border-top: 1px dotted #ccc;
  }
  #clinic .medical_courses dt {
    float: left;
    width: 120px;
  }
  #clinic .medical_courses dd {
    padding-bottom: 10px;
    margin-left: 120px;
    background: #fff;
  }
  #clinic .medical_courses dd::after {
    display: block;
    clear: both;
    content: "";
  }
  #clinic #main .medical_courses ul {
    border-top: 1px dotted #ccc;
  }
  #clinic #main .medical_courses ul li {
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
  }
  /**************************************************************
  アクセス
  **************************************************************/
  #access_cont {
    padding: 30px;
  }
  #access #main section img {
    max-width: 100%;
    height: auto;
  }
  #access_gazo {
    float: right;
    margin: 15px 5px 5px;
  }
  #access_gazo img {
    margin-bottom: 80px;
    margin-left: 20px;
    border: 2px solid #e8e8e8;
  }
  ul#access_method {
    float: left;
    padding-bottom: 116px;
    margin-top: 30px;
    border-top: 1px var(--color-primary) dotted;
  }
  ul#access_method li {
    position: relative;
    width: 250px;
    padding: 5px 0;
    padding-left: 100px;
    line-height: 2;
    border-bottom: 1px var(--color-primary) dotted;
  }
  ul#access_method li span.title {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    float: left;
    width: 80px;
    padding: 0;
    margin-right: 10px;
    line-height: 2;
    color: #302700;
    text-align: center;
    background-color: #fff;
    border: 2px var(--color-primary) solid;
  }
}
/* Minimum width of 768 pixels.
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /**************************************************************
  トップページ
  **************************************************************/
  #main h3 {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid var(--color-primary);
  }
  #main h3::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: var(--color-primary);
  }
  #main h3 img {
    margin-right: 5px;
    vertical-align: center;
    background-color: rgba(var(--color-primary-rgb), 0.6);
  }
  #main h3 span.small {
    padding-left: 10px;
    font-size: 10px;
    color: var(--color-primary);
  }
  #main .features {
    margin-top: 20px;
    text-align: center;
  }
  #main .features img {
    width: 95%;
    height: auto;
    padding: 1px;
    border: solid 1px #dcdcdc;
  }
  #main .features .text_in {
    float: none;
    width: 100%;
    text-align: left;
  }
  #main .features h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-accent);
  }
  #main .features h4 span {
    font-size: 12px;
    font-weight: normal;
    color: #4b4b4b;
    vertical-align: 3px;
  }
  /* #main .features img{
  	border: solid 1px #dcdcdc;
  	padding: 1px;
  } */
  #home #main p {
    padding: 4px;
  }
  #access_bt {
    display: block;
    width: 100%;
    margin: 5% 0 3%;
  }
  .access_textlink {
    display: block;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to bottom, var(--color-btn-light) 0%, var(--color-btn-dark) 100%);
    background-color: var(--color-primary);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-btn-light)", endColorstr="var(--color-btn-dark)",GradientType=0 );
    border-radius: 10px;
  }
  .access_textlink:hover {
    text-decoration: none;
  }
  .access_textlink span {
    display: inline-block;
    padding: 20px 20px 20px 50px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 3px var(--color-btn-textshadow);
    background-image: url("../images/icon_pin.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 34px 56px;
  }
  #home #main #whatsnew {
    margin-top: 30px;
  }
  #home #main #whatsnew .whatsnew_cont {
    width: 100%;
    height: 120px;
    padding: 0 0 10px;
    margin: 10px auto 0;
    overflow: auto;
  }
  #home #main #whatsnew #iframe_container {
    width: 100%;
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #newsList {
    width: 100%;
    margin: 0 auto;
  }
  #newsList th {
    display: list-item;
    padding: 10px 10px 0;
    font-size: 14px;
    vertical-align: top;
  }
  #newsList td {
    display: list-item;
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
  }
  #newsList th.gray,
  #newsList td.gray {
    background: #f8f8f8;
  }
  #newsList th {
    color: #000;
    white-space: nowrap;
  }
  #newsList th span {
    color: var(--color-primary);
  }
  /**************************************************************
  開院・内覧会のお知らせ
  **************************************************************/
  .info_open {
    border: 4px solid orange;
  }
  .info_nairan {
    border: 4px solid green;
  }
  .info_open,
  .info_nairan {
    padding: 20px;
    margin: 0 0 20px;
    text-align: center;
    border-radius: 10px;
  }
  .info_open h2 {
    font-size: 22px;
    color: orange;
  }
  .info_nairan h2 {
    font-size: 22px;
    color: green;
  }
  .info_open strong {
    font-size: 24px;
  }
  #home #main .info_open p {
    padding: 0;
    border: none;
  }
  #home #main .info_nairan p {
    padding: 0;
    border: none;
  }
  #home #main .info_nairan p.almob {
    text-align: left;
  }
  /**************************************************************
  二階層以下
  **************************************************************/
  h3#page_title {
    width: 100%;
    height: auto;
    margin: 0;
    color: #f58c9b;
    text-align: left;
    background: #fff url("../images/common/page_title_bg.png") top left no-repeat;
    background-size: 100% auto;
  }
  h3#page_title span {
    display: block;
    width: 100%;
    padding: 30px 0 30px 30px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    color: #f58c9b;
  }
  h3#page_title span em {
    display: block;
    font-size: 18px;
    color: #f58c9b;
  }
  #main h4.page_h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "FP-ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    font-weight: normal;
    color: #f58c9b;
    background: url("../images/common/h_title_bg.png") bottom left repeat-x;
  }
  #facility #main h4.page_h4 {
    padding-top: 0;
    padding-bottom: 10px;
    font-family: "FP-ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    font-weight: normal;
    color: #f58c9b;
    background: url("../images/common/h_title_bg.png") bottom left repeat-x;
  }
  /**************************************************************
  医院案内
  **************************************************************/
  #clinic #main .medical_courses p {
    padding: 15px;
  }
  #clinic #main .intyo_photo {
    float: none;
    width: 80%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
  }
  #clinic #main .intyo_photo p {
    padding: 5px 0;
    font-size: 20px;
  }
  #clinic #main .intyo_photo p span {
    padding-right: 5px;
    font-size: 16px;
  }
  #clinic #main h4 {
    padding-top: 20px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-accent);
  }
  #clinic #main h4 span {
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    vertical-align: 3px;
  }
  #clinic #main h5 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    color: var(--color-primary);
  }
  #clinic #main h5 span {
    padding-right: 2px;
    font-size: 23px;
  }
  #clinic #main .medical_courses {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #clinic #main .medical_courses h4 {
    margin-top: 10px;
  }
  #clinic #main .medical_courses img {
    border: 2px solid #e8e8e8;
  }
  #clinic #main p.name {
    text-align: right;
  }
  #clinic #main p.name ruby {
    font-size: 30px;
  }
  #clinic #main p.name ruby rb {
    font-size: 30px;
  }
  #clinic #main p.name span {
    padding-right: 10px;
    font-size: 20px;
  }
  #clinic .medical_courses dl,
  #clinic .medical_courses dt,
  #clinic .medical_courses dd {
    box-sizing: border-box;
  }
  #clinic .medical_courses dl {
    background: #eee;
    border-bottom: 1px dotted #ccc;
  }
  #clinic .medical_courses dt,
  #clinic .medical_courses dd {
    padding: 10px 10px 0;
    border-top: 1px dotted #ccc;
  }
  #clinic .medical_courses dt {
    float: left;
    width: 120px;
  }
  #clinic .medical_courses dd {
    padding-bottom: 10px;
    margin-left: 120px;
    background: #fff;
  }
  #clinic .medical_courses dd::after {
    display: block;
    clear: both;
    content: "";
  }
  #clinic .medical_courses ul {
    border-top: 1px dotted #ccc;
  }
  #clinic .medical_courses ul li {
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
  }
  /**************************************************************
  医院案内（経歴）
  **************************************************************/
  /**************************************************************
  院内設備
  **************************************************************/
  #facility .facility_box {
    width: 100%;
    min-height: 330px;
    margin-top: 30px;
  }
  #facility .facility_box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-accent);
  }
  #facility .facility_box h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #4b4b4b;
    vertical-align: 3px;
  }
  #facility .facility_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8;
  }
  .rtable {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
  }
  .rtable th {
    display: block;
    padding: 10px 20px;
    background: #b0d7f3;
  }
  .rtable td {
    display: block;
    height: 35px;
    padding: 10px 20px;
  }
  .contact {
    padding: 10px;
    margin-top: 15px !important;
    text-align: center;
    border: 1px solid #ccc;
  }
  .contact .phone {
    height: 45px !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 25px;
    line-height: 45px !important;
    color: var(--color-primary);
    vertical-align: middle;
  }
  .contact .phone img {
    position: relative !important;
    top: 1px !important;
    width: 20px;
    height: auto;
  }
  /**************************************************************
  アクセス
  **************************************************************/
  #main section img {
    max-width: 90%;
    height: auto;
  }
  #access_gazo {
    margin-top: 15px;
    text-align: center;
  }
  #access_gazo img {
    margin-left: 0;
    border: 2px solid #e8e8e8;
  }
  ul#access_method {
    float: left;
    padding-bottom: 20px;
    margin-top: 30px;
    border-top: 1px var(--color-primary) dotted;
  }
  ul#access_method li {
    position: relative;
    padding: 5px 0;
    padding-left: 100px;
    line-height: 2;
    border-bottom: 1px var(--color-primary) dotted;
  }
  ul#access_method li a {
    line-height: 2;
  }
  ul#access_method li span.title {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    float: left;
    width: 80px;
    padding: 0;
    margin-right: 10px;
    line-height: 2;
    color: #302700;
    text-align: center;
    background-color: #fff;
    border: 2px var(--color-primary) solid;
  }
}
/*** 240224 web予約バナー追加 ***/
.web_yoyaku {
  display: block;
  padding: 10px;
  margin: 0 20px 30px;
  color: #000 !important;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #555;
}
.web_yoyaku:hover {
  text-decoration: none;
  background: rgba(238, 238, 238, 0.3);
  transition: 0.5s;
}
.web_yoyaku span {
  /** メインカラー **/
  font-size: 24px;
  color: var(--color-primary);
}

/*** 240224 スマホフッターリンクボタン追加 ***/
.footer_btn {
  display: none;
}
.footer_btn a.yoyaku p::before {
  position: absolute;
  top: -10px;
  left: -27px;
  width: 22.5px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' width='22.5' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64H80V384H304V64z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.footer_btn a.tel-link p::before {
  position: absolute;
  top: -5px;
  left: -27px;
  width: 22.5px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 7px;
}

@media screen and (max-width: 768px) {
  .footer_btn {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
  }
  .footer_btn a {
    display: block;
    flex: 1;
    width: 100%;
    padding: 10px;
    line-height: 2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: var(--color-primary);
    border-top: 1px solid #fff;
  }
  .footer_btn a p {
    position: relative;
    display: inline-block;
    font-size: 18px;
  }
  .footer_btn a:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}
/*** 240225 診療案内ページ・求人情報 ***/
table.recruit {
  width: 100%;
  border-collapse: collapse;
}
table.recruit th,
table.recruit td {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #000;
}
table.recruit th {
  color: #fff;
  text-align: center;
  background: var(--color-primary);
}
table.recruit th:first-child {
  width: 200px;
}

@media screen and (max-width: 768px) {
  table.recruit th {
    box-sizing: border-box;
    display: block;
  }
  table.recruit th:first-child {
    width: 100%;
  }
  table.recruit td {
    box-sizing: border-box;
    display: block;
  }
  table.recruit th {
    border-top: none;
    border-bottom: none;
  }
  table.recruit tr:first-child th {
    border-top: 1px solid #000;
  }
}