/* CSS Document */
/* CSS Document */
.page_img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  background-size: cover;
  overflow: hidden; }

#topph {
  justify-content: center;
  align-items: center; }
  #topph .pic_catch {
    z-index: 1;
    position: relative;
    width: 100%; }
    #topph .pic_catch .comment {
      color: #ffffff;
      font-size: min(3rem, 3vw);
      text-shadow: 0 0 10px #000;
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      margin: auto;
      height: 2em;
      font-weight: 500; }
    #topph .pic_catch .index_slide img {
      width: 100%;
      padding: 0;
      display: block;
      aspect-ratio: 37 / 21;
      object-fit: cover; }
      @media (min-width: 768px) {
        #topph .pic_catch .index_slide img {
          aspect-ratio: 11 / 4; } }

.slick-slide div {
  padding: 0; }

.single_col .inner .info {
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 0 0 20px;
  position: relative; }
  .single_col .inner .info .pagelink {
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .single_col .inner .info .pagelink {
        position: absolute;
        right: 20px;
        top: 50px; } }
    .single_col .inner .info .pagelink a {
      display: flex;
      align-items: center; }
    .single_col .inner .info .pagelink .circle {
      margin-left: 10px;
      background: #f39800; }
  .single_col .inner .info .news_list {
    font-size: 1.6rem;
    margin: 0 0 30px; }
    .single_col .inner .info .news_list dl {
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: 1px solid #f0f0f0; }
      @media (min-width: 768px) {
        .single_col .inner .info .news_list dl {
          display: flex;
          flex-wrap: wrap; } }
      .single_col .inner .info .news_list dl dt .category {
        padding: 2px 1em;
        border-radius: 2em;
        margin-left: 1em;
        margin-right: 1em;
        font-size: 1.2rem; }
      @media (min-width: 768px) {
        .single_col .inner .info .news_list dl dt {
          border: 0 none; } }
      .single_col .inner .info .news_list dl dd.article {
        margin: 5px 0;
        padding: 5px 0;
        border: 0 none;
        border-top: 1px solid #f0f0f0; }
        @media (min-width: 768px) {
          .single_col .inner .info .news_list dl dd.article {
            min-width: 100%; } }
.single_col .inner .closinginfo {
  background: #fbe0b3;
  border-radius: 10px;
  margin: 0 0px 30px;
  padding: 20px; }
  @media (min-width: 768px) {
    .single_col .inner .closinginfo {
      display: flex; } }
  .single_col .inner .closinginfo h1 {
    color: #ff6000;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 768px) {
      .single_col .inner .closinginfo h1 {
        display: flex;
        flex-direction: column;
        width: 270px;
        justify-content: center;
        font-size: 3rem;
        border-right: 1px solid #f39800;
        margin-right: 10px; } }
    .single_col .inner .closinginfo h1 i {
      font-size: 3rem; }
      @media (min-width: 768px) {
        .single_col .inner .closinginfo h1 i {
          display: block;
          font-size: 5rem; } }
  .single_col .inner .closinginfo .news_list {
    font-size: 1.6rem;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .single_col .inner .closinginfo .news_list {
        width: calc(100% - 270px); } }
    .single_col .inner .closinginfo .news_list .category {
      padding: 2px 1em;
      border-radius: 2em;
      margin-right: 1em;
      font-size: 1.2rem; }
    .single_col .inner .closinginfo .news_list dl {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .single_col .inner .closinginfo .news_list dl {
          display: flex; } }
      .single_col .inner .closinginfo .news_list dl dt {
        color: #ff6000;
        border-bottom: 1px dashed #f39800;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .single_col .inner .closinginfo .news_list dl dt {
            border: 0 none;
            width: 17em; } }
      .single_col .inner .closinginfo .news_list dl dd {
        font-size: 1.4rem; }
        @media (min-width: 768px) {
          .single_col .inner .closinginfo .news_list dl dd {
            width: calc(100% - 17em); } }
.single_col .inner .links {
  background: #f0f0f0; }
  @media (min-width: 768px) {
    .single_col .inner .links {
      margin: 0px -40px 50px; } }
.single_col .inner .outpatient h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px; }
  .single_col .inner .outpatient h2 span {
    border: 1px solid #f39800;
    display: inline-block;
    padding: 8px 1.5em;
    border-radius: 4px;
    color: #f39800;
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      .single_col .inner .outpatient h2 span {
        font-size: 2.4rem; } }
.single_col .inner .outpatient .cards {
  display: block;
  padding: 20px 0 40px; }
  @media (min-width: 768px) {
    .single_col .inner .outpatient .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .single_col .inner .outpatient .cards .card {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    width: calc(100% - 30px);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto 20px;
    position: relative;
    background: white; }
    @media (min-width: 768px) {
      .single_col .inner .outpatient .cards .card {
        width: calc((100% - 50px) / 2); } }
    .single_col .inner .outpatient .cards .card .ph img {
      aspect-ratio: 2 / 1;
      width: 100%;
      object-fit: cover;
      border-radius: 8px 8px 0 0; }
    .single_col .inner .outpatient .cards .card p {
      color: #4d4d4d;
      padding: 5px 10px 10px;
      margin: auto;
      border: 0;
      letter-spacing: 0.15em;
      font-size: 2rem;
      font-weight: normal;
      line-height: 2;
      text-align: center; }
      @media (min-width: 768px) {
        .single_col .inner .outpatient .cards .card p {
          font-size: 2.8rem; } }
.single_col .inner .outpatient .timetable {
  width: 100%;
  margin: 20px auto 40px;
  max-width: 450px; }
.single_col .inner .outpatient .gairai {
  max-width: 640px;
  margin: 10px auto; }
.single_col .inner .outpatient table {
  width: 100%;
  margin: 20px auto;
  max-width: 450px;
  text-align: center;
  border-radius: 8px;
  border-spacing: 0; }
  .single_col .inner .outpatient table thead th {
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    border-right: 0;
    background: #f2f2f2; }
    .single_col .inner .outpatient table thead th:first-child {
      border-top-left-radius: 8px; }
    .single_col .inner .outpatient table thead th:last-child {
      border-right: 1px solid #b3b3b3;
      border-top-right-radius: 8px; }
  .single_col .inner .outpatient table tbody th {
    width: 6.5em;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    border-right: 0;
    font-weight: normal; }
  .single_col .inner .outpatient table tbody td {
    width: 2em;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    border-right: 0;
    color: #f39800; }
    .single_col .inner .outpatient table tbody td:last-child {
      border-right: 1px solid #b3b3b3; }
  .single_col .inner .outpatient table tbody tr:last-child th, .single_col .inner .outpatient table tbody tr:last-child td {
    border-bottom: 1px solid #b3b3b3; }
  .single_col .inner .outpatient table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px; }
  .single_col .inner .outpatient table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 10px; }
.single_col .inner .outpatient .tel_link {
  display: block; }
  @media (min-width: 768px) {
    .single_col .inner .outpatient .tel_link {
      display: flex;
      justify-content: center; } }
  .single_col .inner .outpatient .tel_link p {
    text-align: center; }
    @media (min-width: 768px) {
      .single_col .inner .outpatient .tel_link p {
        text-align: left; } }
    .single_col .inner .outpatient .tel_link p a {
      background: #f39800;
      color: #FFFFFF;
      display: inline-block;
      padding: 8px 40px;
      border-radius: 40px;
      margin-top: 10px; }
.single_col .inner .outpatient .timetable_link {
  display: flex;
  justify-content: center; }
  .single_col .inner .outpatient .timetable_link p a {
    background: #f39800;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 40px; }
.single_col .inner .access {
  padding: 0 20px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .single_col .inner .access {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 100px 40px; } }
  .single_col .inner .access .address {
    margin-bottom: 20px;
    border-left: 6px solid #f39800;
    padding: 5px 0 5px 20px; }
    @media (min-width: 768px) {
      .single_col .inner .access .address {
        width: 48%;
        border-left: 10px solid #f39800; } }
    .single_col .inner .access .address h2 {
      color: #f39800;
      margin: 10px 0; }
      @media (min-width: 768px) {
        .single_col .inner .access .address h2 {
          margin: 20px 0 40px;
          font-size: 3.5rem; } }
    .single_col .inner .access .address p {
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .single_col .inner .access .address p {
          font-size: 2rem; } }
  .single_col .inner .access .map {
    aspect-ratio: 16 / 9;
    max-width: 600px; }
    @media (min-width: 768px) {
      .single_col .inner .access .map {
        width: 48%;
        aspect-ratio: 2 / 1; } }
    .single_col .inner .access .map iframe {
      width: 100%;
      height: 100%; }

.c {
  text-align: center; }
