@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PCスマホ共通
**************************************************
--------------------------------------------------*/
.page-overlay {
  background-color: rgba(0, 65, 86, 0.2);
}

.gmap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.heading {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.heading .heading_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
}

.heading .heading_inner h1 {
  position: relative;
  z-index: 20;
  display: block;
  line-height: 1.5;
  text-align: left;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

.heading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.layout_1,
.layout_2,
.layout_3,
.layout_4,
.image_description,
.hours,
.access_map,
.profile,
#recruit,
.privacy,
.sitemap {
  margin: 0 auto;
}

div[class^="layout"] h2,
.image_description h2,
.hours h2,
.access_map h2,
#recruit h2 {
  margin-bottom: 30px;
}

div[class^="layout"] h2 span,
.image_description h2 span,
.hours h2 span,
.access_map h2 span,
#recruit h2 span {
  position: relative;
  padding-top: 20px;
  font-weight: bold;
  display: inline-block;
}

div[class^="layout"] h2 span::after,
.image_description h2 span::after,
.hours h2 span::after,
.access_map h2 span::after,
#recruit h2 span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  top: -3px;
  width: 100%;
  height: 3px;
  background-color: #00a7ce;
}

.layout_1 .image img,
.layout_2 .image img,
.layout_3 .image img {
  max-width: 100%;
}

.image_description ul li .image img {
  vertical-align: bottom;
  object-fit: cover;
}

.image_description ul li p {
  margin-top: 5px;
}

/* 診察時間 */
.hours table {
  width: 100%;
}

.hours table th,
.hours table td {
  padding: 5px 0;
  border: #333 1px solid;
}

.hours table th {
  background-color: #00b1ff;
  color: #fff;
}

.hours table td {
  background-color: #fff;
  text-align: center;
}

.hours table td:first-child {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-weight: bold;
}

/* 採用エントリー */
#recruit .staff_message_list li {
  margin: 30px auto;
}

#recruit .staff_message_list li .image img {
  width: 100%;
  height: auto;
}

#recruit .staff_message_list li .text .name,
#recruit .staff_message_list li .text .director {
  margin-bottom: 5px;
  border-bottom: #ddd 1px solid;
}

#recruit .job_description table {
  margin: 0 auto;
}

#recruit .job_description table th,
#recruit .job_description table td {
  border: #ccc 1px solid;
  text-align: left;
}

#recruit .job_description table th {
  background-color: #eee;
}

#recruit .job_description table td dt {
  font-weight: bold;
}

/* プライバシーポリシー */
.privacy h2 {
  margin-top: 30px;
  font-weight: bold;
}

.stf_box p {
  margin: 5px 0;
}

br.sp {
  display: none;
}

.text-md {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* 料金表 */
.menu-price table {
  width: 100%;
  margin-top: 30px;
  border: #0aa9c8 2px solid;
}
.menu-price.--fixed table {
  table-layout: fixed;
}

.menu-price table th,
.menu-price table td {
  padding: 10px;
  border: #0aa9c8 1px solid;
  vertical-align: middle;
}

.menu-price table th {
  background-color: #e2faff;
}

.menu-price table td {
}

.layout_1 .text h3 {
  font-size: 16px;
}

.default-wrap .content h3 {
  /* font-size: 18px; */
  padding: 5px 5px 5px 16px;
  border-left: solid 5px #0aa9c8;
}

.default-wrap .content h3 .font-normal {
  font-weight: normal;
}

.default-wrap .content > * {
  margin-top: 16px;
}

.default-wrap .content img {
  max-width: 100%;
  height: auto;
}

.link_btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 40px;
}

.link_btn_area .link_btn_1 {
  width: 100%;
}

/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .main {
    margin-top: 90px;
  }

  .heading {
    max-width: 1200px;
    height: 400px;
    margin: 15px auto 0;
  }

  .heading .heading_inner {
    height: 400px;
  }

  .heading .heading_inner h1 {
    padding: 50px 0;
    font-size: 28px;
  }

  .layout_1,
  .layout_2,
  .layout_3,
  .layout_4,
  .image_description,
  .hours,
  .access_map,
  .profile,
  #recruit,
  .privacy,
  .sitemap {
    margin: 70px auto;
  }

  div[class^="layout"] h2 span,
  .image_description h2 span,
  .hours h2 span,
  .access_map h2 span,
  #recruit h2 span {
    font-size: 24px;
  }

  .layout_1 .content,
  .layout_2 .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .layout_1 .image,
  .layout_2 .image {
    width: 40%;
  }

  .layout_1 .text,
  .layout_2 .text {
    width: 55%;
  }

  /* 画像と説明 */
  .image_description ul li {
    margin: 0 20px 30px;
  }

  .image_description ul li .image img {
    width: 320px;
    height: 210px;
  }

  .image_description ul li p {
    font-size: 16px;
  }

  .image-row {
    display: flex;
    gap: 10px;
  }
  .image-row.w-50 .item {
    width: calc(100% / 2);
  }
  .image-row.w-30 .item {
    width: calc(100% / 3);
  }
  .image-row img {
    width: 100%;
  }

  .banner-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
  }

  .banner-list .item{
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
  }

  .banner-list img{
    max-width: 400px;
    border: 1px solid #ccc;
  }

  /* 診察時間 */
  .hours table {
    margin-top: 30px;
  }

  .hours table td:first-child {
    width: 180px;
  }

  /* 採用エントリー */
  #recruit .staff_message_list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #recruit .staff_message_list li .image {
    width: 40%;
  }

  #recruit .staff_message_list li .text {
    width: 55%;
  }

  #recruit .job_description table {
    width: 700px;
  }

  #recruit .job_description table th,
  #recruit .job_description table td {
    padding: 25px;
  }

  #recruit .job_description table th {
    width: 200px;
  }

  #recruit .job_description table td dt:not(:first-child) {
    margin-top: 30px;
  }

  /* プライバシーポリシー */
  .privacy h2 {
    font-size: 24px;
  }

  .privacy strong {
    font-size: 18px;
  }

  /* サイトマップ */
  .sitemap {
    max-width: 900px;
  }

  .stf_box p {
    font-size: 16px;
  }
}

/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
  .heading {
    height: 200px;
  }

  .heading .heading_inner {
    height: 200px;
  }

  .heading .heading_inner h1 {
    padding: 25px 0;
    font-size: 18px;
  }

  .layout_1,
  .layout_2,
  .layout_3,
  .layout_4,
  .image_description,
  .hours,
  .access_map,
  .profile,
  #recruit,
  .privacy,
  .sitemap {
    margin: 50px auto;
  }

  div[class^="layout"] h2 span,
  .image_description h2 span,
  .hours h2 span,
  .access_map h2 span,
  #recruit h2 span {
    font-size: 20px;
  }

  .layout_1 .image,
  .layout_2 .image {
    margin: 20px auto;
  }

  .layout_1 .text,
  .layout_2 .text {
    width: 100%;
    margin: 20px auto;
  }

  .image_description ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .image_description ul li:nth-child(odd) {
    margin-left: 0;
  }

  .image_description ul li:nth-child(even) {
    margin-right: 0;
  }

  .image_description ul li:nth-child(2n + 1):last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .image_description ul li p {
    font-size: 14px;
  }

  .hours table {
    margin-top: 20px;
  }

  .hours table th,
  .hours table td {
    font-size: 12px;
  }

  .hours table td:first-child {
    width: 120px;
  }

  .hours p {
    font-size: 14px;
  }

  #recruit .staff_message_list li .image {
    width: 50%;
    margin: 0 auto;
  }

  #recruit .staff_message_list li .text {
    width: 75%;
    margin: 10px auto;
  }

  #recruit .job_description table {
    width: 100%;
  }

  #recruit .job_description table th,
  #recruit .job_description table td {
    padding: 15px;
  }

  #recruit .job_description table th {
    width: 35%;
  }

  #recruit .job_description table td dt:not(:first-child) {
    margin-top: 20px;
  }

  .privacy h2 {
    font-size: 20px;
  }

  .privacy strong {
    font-size: 16px;
  }

  .stf_box p {
    font-size: 14px;
  }

  br.sp {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

/*--------------------------------------
　schedule_list
---------------------------------------*/
.menu-price .schedule_list table {
  width: 100%;
  margin: 0 0 50px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #666;
}
.menu-price .schedule_list table:last-child {
  margin: 0 0 0;
}

.menu-price .schedule_list tr {
  width: 100%;
  box-sizing: border-box;
}

.menu-price .schedule_list thead th {
  background: rgba(10, 169, 200, 0.7);
  width: 12.5%;
  color: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
}

.menu-price .schedule_list tbody th {
  background: rgba(10, 169, 200, 0.1);
  color: #666;
}
.menu-price .schedule_list th,
.menu-price .schedule_list td {
  border: none;
}

.menu-price .schedule_list th {
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
}

.menu-price .schedule_list td {
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 100%;
  text-align: center;
  line-height: 1.4;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
}

.menu-price .schedule_list .rd {
  color: #fc2424;
}

.menu-price .schedule_list .bl {
  color: #006cff;
}

.menu-price .schedule_list .pk {
  background: #fcdddd;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .menu-price .schedule_list table {
    margin: 0 0 15px;
  }

  .menu-price .schedule_list th {
    padding: 10px 3px;
    font-size: 2.4vw;
  }
  .menu-price .schedule_list thead th {
    font-size: 2vw;
  }

  .menu-price .schedule_list td {
    padding: 10px 3px;
    font-family: inherit;
  }
}
