/* リニューアルcss 2504 */

.m-padding {
  padding: 0;
}

.is-hover:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1081px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 1080px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

.header {
  width: 100%;
  padding: 10px clamp(15px, 8.3vw, 160px);
  display: flex;
  justify-content: center;
}

.header__inner {
  max-width: 1600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  width: clamp(170px, 25.3vw, 485px);
  flex-shrink: 0;
}

.header__logo a {
  display: block;
}

.header__contents {
  display: flex;
}

#gnav.header__contents {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.header__access {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header__access__line {
  width: clamp(100px, 7.29vw, 140px);
  display: flex;
  align-items: center;
}

a.header__access__yoyaku {
  display: block;
  border: 1px solid #BFA06B;
  padding: clamp(0px, 0.5vw, 10px);
  text-decoration: none;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
  color: #373838;
  line-height: normal;
  letter-spacing: 0.02em;
}

.header__access__tel a {
  text-decoration: none;
  font-size: clamp(10px, 1.61vw, 31px);
  font-weight: bold;
  color: #BFA06B;
  line-height: normal;
  letter-spacing: 0.02em;
}

.head nav {
  width: 100%;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

ul.header__nav li {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
}

ul.header__nav a {
  padding: 0;
}

@media (max-width: 1080px) {
  .header__inner {
    padding-right: 30px;
  }

  .header__sns {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header__sns__icon {
    display: block;
    width: 6.6vw;
    height: 6.6vw;
  }

  .header__sns__icon img {
    width: 100%;
  }

  #hamburger {
    display: block;
    width: 30px;
    height: 50px;
    right: 15px;
    padding-top: 25px;
  }
}

.slider .slick01 li {
  border-radius: clamp(0px, 4.5vw, 86px);
  overflow: hidden;
}

@media (max-width: 1080px) {
  .slick-dots {
    display: none !important;
  }
}

.top-information {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 100px;
}

.top-information__inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.1vw, 60px);
}

.top-consultation-hours {
  width: 45%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 19px);
}

.top-consultation-hours__calendar {
  width: 100%;
  font-size: clamp(10px, 0.78vw, 15px);
}

.top-consultation-hours__calendar__table {
  line-height: normal;
  text-align: center;
}

.top-consultation-hours__calendar__table th,
.top-consultation-hours__calendar__table td {
  padding: clamp(10px, 1vw, 19px);
}

.top-consultation-hours__calendar__head {
  background-color: #D6BDA5;
  color: white;
  font-size: clamp(12px, 0.98vw, 19px);
  border: 1px solid #BFA06B;
  border-collapse: collapse;
  border-spacing: 0;
}

.top-consultation-hours__calendar__body {
  color: #D6BDA5;
  font-weight: bold;
  border: 1px solid #814815;
  border-collapse: collapse;
  border-spacing: 0;
}

.top-consultation-hours__calendar__body td {
  font-size: clamp(10px, 1.15vw, 15px) !important;
}

td.top-consultation-hours__calendar__time {
  color: #373838;
  font-size: clamp(10px, 1.04vw, 20px);
}

.top-consultation-hours__sentence {
  font-size: clamp(10px, 0.93vw, 18px);
  font-weight: bold;
  line-height: 1.66;
  color: #373838;
}

.top-consultation-hours__link {
  width: fit-content;
  display: block;
  margin-top: 10px;
  background-color: #D6BDA5;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  color: white !important;
  text-decoration: none !important;
}

#top_news.top-news {
  width: 100%;
  margin: 0;
}

.top-news__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #373838;
  font-weight: bold;
  font-size: clamp(12px, 1.3vw, 24px);
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 4px solid #D6BDA5;
}

.top-news__title span {
  color: #D6BDA5;
  font-weight: bold;
  font-size: clamp(8px, 0.93vw, 18px);
  line-height: normal;
}

.top-news__list {
  border: none;
  display: flex;
  flex-direction: column;
  margin-top: clamp(15px, 1.3vw, 24px);
  gap: clamp(15px, 1.3vw, 24px);
}

.top-news__listitem {
  border-bottom: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(28px, 2.6vw, 48px);
  font-size: clamp(10px, 0.98vw, 19px);
  font-weight: bold;
}

.top-news__time {
  padding: 0;
  flex-shrink: 0;
  color: #373838;
  line-height: normal;
}

a.top-news__link {
  color: #373838;
  line-height: normal;
  text-decoration: none;
}

.top-news__page {
  width: fit-content;
  display: block;
  margin-top: clamp(10px, 1.5vw, 28px);
  margin-left: auto;
  background-color: #D6BDA5;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 1080px) {
  .top-information {
    padding: 0 15px;
  }

  .top-information__inner {
    max-width: 700px;
    flex-direction: column-reverse;
  }

  .top-consultation-hours {
    width: 100%;
  }
}

.pickup__link {
  display: block;
}

.pickup .slick02 li.slick-active {
  background-color: white !important;
}

@media (max-width: 1080px) {
  .pickup {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5.4vw;
  }

  .slick02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.3vw;
  }
}

.top-instagram {
  padding: 0 clamp(15px, 13vw, 250px);
}

.top-instagram__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 3vw;
  align-items: center;
}

.top-instagram__title {
  font-size: clamp(28px, 2.76vw, 53px);
  font-weight: 500;
  line-height: normal;
  padding: 0 15px;
  border-bottom: 2px solid #D6BDA5;
}

#top_medical {
  padding: 0 clamp(15px, 13vw, 250px);
}

.top-medical__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: clamp(10px, 0.98vw, 19px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 57px);
  align-items: center;
}

.top-medical__title {
  font-size: clamp(28px, 2.76vw, 53px);
  font-weight: 500;
  line-height: normal;
  padding: 0 15px;
  border-bottom: 2px solid #D6BDA5;
}

.top-medical__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 2vw, 37px);
}

.top-medical__listitem {
  border: none;
  margin: 0;
  width: 25%;
  line-height: 0;
  border-radius: clamp(0px, 1vw, 19px);
  overflow: hidden;
}

.top-medical__listitem__link {
  display: block;
}

@media (max-width: 1080px) {
  #top_medical {
    padding: 0 5.4vw;
  }

  .top-medical__inner {
    max-width: 700px;
  }

  .top-medical__listitem {
    width: 47%;
    border-radius: 35px;
  }
}

.info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 100px;
}

.info__inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: clamp(23px, 3vw, 57px);
}

.info__left {
  flex-shrink: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 1vw, 19px);
}

.info__left__head {
  width: 100%;
  padding-left: clamp(0px, 1vw, 19px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info__left__head__sp {
  display: contents;
}

.info__right {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 19px);
}

.info p {
  font-size: clamp(12px, 0.83vw, 16px);
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}

.info a {
  font-size: clamp(12px, 0.83vw, 16px);
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

a.info__left__head__access {
  width: fit-content;
  display: inline-block;
  background-color: #D6BDA5;
  font-size: clamp(10px, 0.88vw, 17px);
  font-weight: bold;
  padding: 6px;
  line-height: 1;
  color: white !important;
  text-decoration: none !important;
}

a.info__tel {
  font-size: clamp(26px, 2.08vw, 40px);
  color: #D6BDA5;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.info__tel:before {
  content: ' ';
  background-image: url(../img/icon_tel.png);
  background-size: cover;
  width: clamp(36px, 2.9vw, 55px);
  height: clamp(32px, 2.5vw, 48px);
}

.info__itemlist {
  border: 1px solid #D6BDA5;
  padding: clamp(18px, 1vw, 19px);
  list-style: none;
  margin-bottom: 0;
}

.info__itemlist li {
  font-size: clamp(12px, 0.83vw, 16px);
  color: #333333;
  font-weight: 500;
  line-height: 1.68;
}

.info__consultation-hours {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1vw, 19px);
}

.info__consultation-hours__calendar {
  width: 100%;
  font-size: 10px;
}

.info__consultation-hours__calendar__table {
  line-height: normal;
  text-align: center;
}

.info__consultation-hours__calendar__table th,
.info__consultation-hours__calendar__table td {
  padding: clamp(12px, 1vw, 19px);
}

.info__consultation-hours__calendar__head {
  background-color: #D6BDA5;
  color: white;
  font-size: clamp(8px, 0.78vw, 15px);
  border: 1px solid #BFA06B;
  border-collapse: collapse;
  border-spacing: 0;
}

.info__consultation-hours__calendar__body {
  font-family: 'Montserrat', sans-serif;
  color: #D6BDA5;
  font-weight: bold;
  border: 1px solid #814815;
  border-collapse: collapse;
  border-spacing: 0;
}

.info__consultation-hours__calendar__body td {
  font-size: clamp(10px, 1.15vw, 15px) !important;
}

td.info__consultation-hours__calendar__time {
  color: #373838;
  font-size: clamp(9px, 0.78vw, 15px);
}

p.info__consultation-hours__sentence {
  font-size: clamp(8px, 0.72vw, 16px);
  font-weight: bold;
  line-height: 1.5;
  color: #373838;
}

a.info__consultation-hours__link {
  width: fit-content;
  display: block;
  background-color: #D6BDA5;
  font-size: clamp(10px, 0.88vw, 17px);
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  color: white !important;
  text-decoration: none !important;
}


.info__support.u-sp {
  display: none;
}

.info__support.u-pc {
  width: 100%;
  background-color: #D6BDA5;
  padding: clamp(10px, 1.5vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.2vw, 23px);
}

.info__support__contaiter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1vw, 19px);
}

.info__support__contents {
  width: 100%;
  padding: clamp(14px, 0.9vw, 17px);
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(7px, 0.7vw, 13px);
}

.info__support__contents__title {
  font-size: clamp(14px, 1.09vw, 21px);
  font-weight: bold;
  color: #373838;
  line-height: normal;
}

.info__support__contents__sentence {
  font-size: clamp(10px, 0.78vw, 15px);
  font-weight: 500;
  color: #333333;
  line-height: 1.33;
}

.info__support__contents__box {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 19px);
}

@media (max-width: 1080px) {
  .info {
    padding: 30px 0 0;
  }

  .info__inner {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .info__left {
    width: 100%;
  }

  .info__right {
    width: 100%;
    padding: 13px;
    padding-bottom: 0;
  }

  .info__left__head {
    padding: 0;
    gap: 0;
  }

  .info__left__head__sp {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #D5CFCA;
  }

  .info a {
    color: white;
  }

  .info__left__head__sp p {
    color: white;
  }

  a.info__tel {
    font-size: clamp(26px, 2.08vw, 40px);
    color: white;
  }

  a.info__tel:before {
    background-image: url(../img/icon_tel_sp.png);
  }

  .info__itemlist {
    border: none;
    background-color: white;
  }

  .info__itemlist li {
    line-height: 1.25;
  }

  .info__consultation-hours {
    padding: 20px;
  }

  p.info__consultation-hours__sentence {
    line-height: 1.75;
  }

  a.info__consultation-hours__link {
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    border-radius: 9999px;
    margin: 0 auto;
  }

  .info__support.u-pc {
    display: none;
  }

  .info__support.u-sp {
    width: 100%;
    background-color: #D6BDA5;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .info__support__img {
    width: clamp(0px, 62.9vw, 300px);
  }
}

footer {
  background-color: #D6BDA5;
}

#pagetopicon {
  background: url(../img/pagetop.svg) no-repeat center center #D6BDA5;
}

/* 一般外来 */

.general-outpatient__wrap {
  width: 100%;
  background: url(../img/general-outpatient_bg.jpg) top center;
  background-size: cover;
}

.general-outpatient {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(100px, 11.04vw, 210px) 20px;
}

.general-outpatient__inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(5px, 6.77vw, 130px);
  gap: clamp(15px, 2.6vw, 50px);
}

h1.general-outpatient__title {
  padding: 0 15px;
  font-size: clamp(28px, 2.76vw, 53px);
  font-weight: 500;
  color: #333333;
  line-height: normal;
  border-bottom: 2px solid #D6BDA5;
}

p.general-outpatient__sentence {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

.general-outpatient__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.56vw, 30px);
}

.general-outpatient__contents {
  width: 48.6%;
  padding: clamp(20px, 1.82vw, 35px);
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.78vw, 15px);
}

h2.general-outpatient__contents__title {
  font-size: clamp(16px, 1.51vw, 29px);
  color: white;
  font-weight: bold;
  line-height: normal;
  padding: clamp(8px, 0.67vw, 13px);
  background-color: #D6BDA5;
  text-align: center;
}

ul.general-outpatient__contents__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: clamp(60px, 5.46vw, 105px);
}

li.general-outpatient__contents__listitem {
  font-size: clamp(11px, 1.04vw, 20px);
  font-weight: bold;
  color: #333333;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

li.general-outpatient__contents__listitem::before {
  content: '';
  background: url(../img/check.png);
  background-size: cover;
  width: clamp(16px, 1.35vw, 26px);
  height: clamp(16px, 1.35vw, 26px);
}

a.general-outpatient__contents__link {
  width: fit-content;
  margin: auto auto 0;
  padding: 0 15px;
  font-size: clamp(13px, 1.25vw, 24px);
  font-weight: 500;
  color: #D6BDA5;
  line-height: normal;
  border-bottom: 1px solid #D6BDA5;
  text-decoration: none;
}

.preventive-care {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(15px, 13vw, 250px) clamp(50px, 13vw, 250px);
}

.preventive-care__inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.3vw, 25px);
}

h2.preventive-care__title {
  padding: 0 15px;
  font-size: clamp(28px, 2.76vw, 53px);
  font-weight: 500;
  color: #333333;
  line-height: normal;
  padding: 0 15px;
  border-bottom: 2px solid #D6BDA5;
}

p.preventive-care__sentence {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

.preventive-care__container {
  width: 100%;
  margin-top: clamp(3px, 2.86vw, 55px);
  display: flex;
  justify-content: center;
  gap: clamp(15px, 3.12vw, 60px);
}

.preventive-care__contens {}

a.preventive-care__contents__link {
  display: block;
}


@media (max-width: 1080px) {

  .general-outpatient__wrap {
    background: url(../img/general-outpatient_bg_sp.jpg) top center;
    background-size: cover;
  }

  .general-outpatient__inner {
    padding: 0;
    gap: clamp(15px, 2.6vw, 50px);
  }

  .general-outpatient__container {
    max-width: 500px;
  }

  .general-outpatient__contents {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .preventive-care {
    padding: 0 clamp(20px, 5.33vw, 250px) clamp(50px, 13vw, 250px);
  }
}