@charset "UTF-8";
body, html {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 1500px;
  margin: 0 !important;
  padding: 0px;
  box-sizing: border-box;
  font-size: 65.5%;
  color: #6A6A6A;
  background-color: #ffffff !important;
}

.font-S {
 font-size: clamp(14px, 1.5vw, 18px);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-M {
  font-size: clamp(18px, 1.6vw, 24px);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-L {
  white-space: nowrap;
  font-size: clamp(22px, 1.9vw, 33px);
}
.font-LL {
 white-space: nowrap;
  font-size: clamp(28px, 2.2vw, 40px);
}

.h {
  text-align: center;
  font-weight: 700;
  color: #3c39ec;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.87);
  letter-spacing: 3px;
}
.h h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 5% 0;
}

.m-time {
  height: auto;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.m-time .time {
  width: 100%;
  max-width:320px;
  padding: 10px;
  height: auto;
  background-color: #ffffff;
}
.m-time .time #time-back {
  background-color: rgba(57, 86, 255, 0.767);
}
.m-time .time #time-back th {
  color: white;
}
.m-time .time .medical-time {
  width: 95%;
}
.m-time .time .medical-times {
  width: 30% !important;
  color: #555555;
}
.m-time .time .medical-table th, .m-time .time .medical-table td {
  text-align: center;
  padding: 10px 5px;
  width: 30px;
  height: 30px;
}
.m-time .time .medical-table td {
  width: 30px;
  height: 30px;
  color: rgba(58, 58, 58, 0.726);
  font-weight: bold;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
}
header .header-contener {
  width: 100%;
  height: 100px;
  z-index: 80;
  background-color: #ffffff;
  justify-content: space-between;
}
header .header-contener .logo {
  width: 30%;
  height: 100px;
  text-align: center;
  align-content: center;
}
header .header-contener .logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header .header-contener .header-menu-contents {
  width: 65%;
  height: 70px;
}
header .header-contener .header-menu-contents nav {
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  cursor: pointer;
  align-items: center;
}
header .header-contener .header-menu-contents nav .desk-top-menu {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 2px solid white;
}
header .header-contener .header-menu-contents nav .desk-top-menu li {
  padding: 2% 2%;
}
header #tel-back {
  background-color: rgba(58, 58, 250, 0.925);
  height: 60px;
}
header #tel-back a {
  color: white;
}
header {
  /*ハンバーガメニュー*/
}
header #phone-menu .menu-btn {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 99;
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: rgba(57, 86, 255, 0.767);
}
header #phone-menu .menu-btn span,
header #phone-menu .menu-btn span:before,
header #phone-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
header #phone-menu .menu-btn span:before {
  bottom: 8px;
}
header #phone-menu .menu-btn span:after {
  top: 8px;
}
header #phone-menu #menu-btn-checked:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header #phone-menu #menu-btn-checked:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header #phone-menu #menu-btn-checked:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
header #phone-menu #menu-btn-checked {
  display: none;
}
header #phone-menu #menu-btn-checked {
  display: none;
}
header #phone-menu .menu-content {
  padding: 5%;
  text-align: center;
  width: 80%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 0;
  z-index: 90;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s; /*アニメーション設定*/
}
header #phone-menu .menu-content ul {
  padding: 70px 10px 0;
}
header #phone-menu .menu-content ul li {
  border-bottom: solid 1px #ffd4c0;
  list-style: none;
  width: 90%;
  font-size: 15px;
  box-sizing: border-box;
  color: #535353;
  text-decoration: none;
  padding: 5% 5%;
}
header #phone-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #484948;
  text-decoration: none;
  position: relative;
}
header #phone-menu .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffe5e5;
  border-right: solid 2px #e1fce1;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header #phone-menu .menu-content ul li p::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffd3be;
  border-right: solid 2px #ffdcb5;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header #phone-menu #menu-btn-checked:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

.slick-track {
  display: flex;
}

.slick-arrow {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.top {
  width: 100%;
  min-width: 350px;
  height: 80vh;
  position: relative;
}
.top .top-img-contener {
  width: 100%;
}
.top .top-img-contener img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-top: 2px rgba(57, 86, 255, 0.767) solid;
  border-bottom: 2px rgba(57, 86, 255, 0.767) solid;
  opacity: 0.7;
  -o-object-position: center;
     object-position: center;
}
.top .top-h {
  position: absolute;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 5% 0;
}
.top .top-h span {
  padding: 20px;
  border-radius: 5px;
  text-shadow: #6A6A6A 2px 2px;
  color: #ffffff;
}
.top .top-h .top-h-2 {
	display:block;
  text-align: center;
}
.top .top-h .schedule-contener {
  width: 100%;
  margin-top: 20px;
}
.top .top-h .schedule-contener .m-time {
  margin: auto;
}

.news {
  width: 85%;
  min-width: 360px;
  margin-top: 40px;
  margin: auto;
}
.news .news-contener {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-contener .news-contents {
  width: 100%;
  padding: 2% 5%;
}
.news .news-contener .news-contents ul {
  width: 90%;
  background-color: rgb(255, 255, 255);
  padding: 10% 5%;
}
.news .news-contener .news-contents li {
  padding: 10px 0;
  color: white;
}
.news .news-contener .news-h {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(57, 86, 255, 0.767);
}

.clean {
  width: 100%;
  padding: 3% 0;
  background-color: rgba(224, 224, 224, 0.5019607843);
}
.clean .clean-contener {
  width: 80%;
  margin: auto;
}
.clean .clean-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clean .clean-contents li {
  padding: 5px;
  margin: 2%;
}
.clean h2 {
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  color: #4f60f8;
}
.clean h3 {
  text-align: center;
  color: rgb(122, 122, 122);
  font-weight: 700;
  padding-top: 15px;
  letter-spacing: 2px;
  box-shadow: 1px grey;
}
.clean .clean-item {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transform: translateY(50%);
  border: solid 2px rgb(87, 124, 255);
}
.clean .clean-item-text {
  width: 95%;
  padding: 50px 2%;
  border: 2px rgb(0, 55, 255) solid;
  background-color: #ffffff;
  border-radius: 20px;
}
.clean .clean-item-text h3 {
  line-height: 35px;
}
.clean .clean-item-text p {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  line-height: 2.3rem;
}

.about-contener {
  width: 100%;
  display: flex;
  padding: 5% 0;
  margin-top: 30px;
  background-color: #ffffff;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-contener .about-contents-img {
  position: relative;
  border-radius: 20px;
  margin-top: 5%;
}
.about-contener .about-contents-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about-contener .about-contents-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.about-contener .about-contents-item-h {
  background-color: rgba(211, 226, 255, 0.795);
  border-radius: 20px 0 20px 0;
}
.about-contener .about-contents-item-h h2 {
  padding: 5%;
  text-align: center;
}
.about-contener .about-contents-item-text {
  letter-spacing: 2.5px;
}

.picture {
  width: 100%;
  padding: 5% 0;
}
.picture .picture1-img {
  width: 100%;
  height: 25vh;
  min-width: 350px;
}
.picture .picture1-img img {
  width: 60%;
  min-width: 340px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture .second {
  text-align: right;
}

.clinic-point {
  width: 100%;
  margin: auto;
  min-width: 360px;
  padding: 5% 0;
  background: linear-gradient(0, rgb(242, 247, 255), rgb(189, 205, 255), rgb(255, 255, 255));
}
.clinic-point .clinic-point-message {
  width: 90%;
  padding: 2% 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.clinic-point .clinic-point-message .clinic-point-message-h {
  width: 100%;
  z-index: 2;
  margin-bottom: 50px;
}
.clinic-point .clinic-point-message .clinic-point-message-h h2 {
  text-align: center;
}
.clinic-point .clinic-point-message .clinic-point-message-h p {
  width: 95%;
  max-width: 800px;
  padding: 3% 2%;
  margin: auto;
  line-height: 200%;
}
.clinic-point .clinic-point-message .clinic-point-message-backimg {
  width: 60%;
  max-width: 400px;
  min-width: 200px;
  position: absolute;
}
.clinic-point .clinic-point-message .clinic-point-message-backimg img {
  width: 100%;
}
.clinic-point .clinic-point-second {
  width: 90%;
  margin: auto;
  min-width: 360px;
}
.clinic-point .clinic-point-second h3 {
  text-align: center;
}
.clinic-point .clinic-point-second li {
  width: 100%;
  padding: 2% 0;
  margin: 10px 0;
  transform: translate3d(0, 0, 0);
}
.clinic-point .clinic-point-second li .clinic-point-contener1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic-point .clinic-point-second li .clinic-point-contener1 .clinic-point-img-item1 {
  width: 50%;
  min-width: 310px;
  margin-bottom: 20px;
  z-index: -1;
  text-align: center;
}
.clinic-point .clinic-point-second li .clinic-point-contener1 .clinic-point-img-item1 img {
  width: 100%;
  max-width: 450px;
  min-width: 300px;
}
.clinic-point .clinic-point-second li .clinic-point-contener1 .clinic-point-h-item {
  max-width: 590px;
  min-width: 330px;
  background-color: rgba(255, 255, 255, 0.8156862745);
  box-shadow: 1px 1px 1px rgb(224, 224, 224);
  padding: 3%;
  border-radius: 10px;
}
.clinic-point .clinic-point-second li .clinic-point-contener1 .clinic-point-h-item p {
  line-height: 250%;
}
.clinic-point .clinic-point-second li .clinic-point-contener2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic-point .clinic-point-second li .clinic-point-contener2 .clinic-point-img-item2 {
  width: 50%;
  min-width: 310px;
  margin-bottom: 20px;
  z-index: -1;
  text-align: center;
}
.clinic-point .clinic-point-second li .clinic-point-contener2 .clinic-point-img-item2 img {
  width: 100%;
  max-width: 450px;
  min-width: 300px;
}
.clinic-point .clinic-point-second li .clinic-point-contener2 .clinic-point-h-item {
  max-width: 590px;
  min-width: 330px;
  background-color: rgba(255, 255, 255, 0.8156862745);
  box-shadow: 1px 1px 1px rgb(224, 224, 224);
  padding: 3%;
  border-radius: 10px;
}
.clinic-point .clinic-point-second li .clinic-point-contener2 .clinic-point-h-item p {
  line-height: 250%;
}

.medical {
  width: 90%;
  min-width: 360px;
  margin: auto;
  padding: 5% 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.979), rgba(255, 255, 255, 0.808)), url("/img/IMG_1045.JPG");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.medical .medical-second {
  width: 80%;
  min-width: 360px;
  margin: auto;
}
.medical .medical-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.medical .medical-item {
  width: 30%;
  min-width: 178px;
  margin: auto;
  text-align: center;
  padding-top: 3%;
  border-radius: 15px;
  border: #555555 0.5px rgba(128, 128, 128, 0.795);
}
.medical .medical-item .medical-item1 {
  cursor: pointer;
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(45deg, rgba(0, 60, 255, 0.822), rgba(57, 103, 255, 0.76));
  border-radius: 15px;
}
.medical .medical-item .medical-item1 div {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  align-content: center;
}
.medical .medical-item .medical-item1 div img {
  width: 80px;
}
.medical .medical-item .medical-item1 p {
  padding: 15px 0;
  color: #ffffff;
}

.slider-contener {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  margin-top: 100px;
}
.slider-contener img {
  width: 35%;
  height: 300px;
  padding: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.QA-contener {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 2% 0;
}
.QA-contener h2 {
  text-align: center;
  padding: 3% 0;
}
.QA-contener ul {
  width: 90%;
  max-width: 900px;
  min-width: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.QA-contener li {
  width: 90%;
  padding: 2%;
  margin-top: 30px;
  flex: auto;
  cursor: pointer;
}
.QA-contener li span {
  display: inline-block;
  float: right;
}
.QA-contener .A {
  display: none;
  margin-top: 20px;
  padding: 3%;
  background-color: #f1f1f1;
  border-top: 2px grey dashed;
  border-bottom: 2px grey dashed;
}
.QA-contener .active {
  display: block !important;
}

.info-contener {
  width: 100%;
  padding: 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.info-contener .info-reclut {
  height: 100%;
  padding: 10% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(184, 184, 184, 0.582), rgba(228, 227, 227, 0.349)), url("http://kobayashidchp.com/wp-content/uploads/2026/03/IMG_4602-scaled.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.info-contener .info-web {
  height: 100%;
  padding: 10% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(184, 184, 184, 0.589), rgba(228, 227, 227, 0.774)), url("http://kobayashidchp.com/wp-content/uploads/2026/03/25905729_s-コピー.jpg");
  background-size: cover;
  background-position: center;
}
.info-contener .info-item {
  padding: 5% 10%;
  color: #ffffff;
  border: solid 3px white;
  background-color: rgba(255, 255, 255, 0);
  transition: 1s;
  scale: 1;
}
.info-contener .info-item:hover {
  background-color: rgba(0, 89, 255, 0.7450980392);
  scale: 1.08;
}

.QA-contener ul li:last-child {
  margin-bottom: 40px;
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5% 0;
  margin-top: 50px;
  background: linear-gradient(45deg, rgba(0, 60, 255, 0.822), rgba(57, 87, 255, 0.76));
  border-top: 3px dashed #ffffff;
}
.footer .acess-item {
  width: 40%;
  min-width: 350px;
  height: 100%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .acess-item iframe {
  width: 100%;
  height: 30vh;
}
.footer .acess-item h3 {
  padding: 2%;
}
.footer .acess2 {
  width: 60%;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .acess2 p {
  color: #ffffff;
}
.footer .acess2 img {
  width: 300px;
  text-align: center;
  padding: 2%;
}
.footer .acess2 .footer-tel {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer .acess2 .footer-tel a {
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px rgba(10, 10, 10, 0.295);
}

@media screen and (min-width: 769px) {
  .phone {
    display: none;
  }
  .besktop {
    display: block;
  }
  .header-contener {
    display: flex;
  }
  #phone-menu {
    display: none;
  }
  .top-h {
    transform: translate(50%, -25%);
    top: 45%;
    left: 1%;
  }
	.phone-item{
	display:none;
	}
  .top-h-2 {
    transform: translateX(10%);
  }
  .about-contents-h {
    width: 60%;
  }
  .about-contents-item-h {
    width: 90%;
    float: right;
  }
  .about-contents-item-text {
    width: 80%;
    margin: auto;
    padding-top: 200px;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .clinic-point-message-h h2 {
    padding-bottom: 50px;
  }
  .clinic-point-message-backimg {
    top: 0%;
    right: 0;
  }
  .about-contents-img {
    width: 40%;
    height: 70vh;
  }
  .info-reclut {
    width:50%;
  }
 .info-web {
		width:50%;
	}

}
@media screen and (max-width: 768px) {
  .phone {
    display: block;
  }
  .besktop {
    display: none;
  }
  #phone-menu {
    display: block;
  }
 .top-h {
    position: absolute;
    bottom:0%;
    left: 0;
  }
	.top-h h1{
	display:none;
	} 
	.phone-item{
	display:block;
	width:260px ;
	}
  .header-contener {
    display: none;
  }
  .clean-contents {
    flex-direction: column;
  }
  .clinic-point-message-h h2 {
    padding-bottom: 150px;
  }
  .clinic-point-message-h p {
    box-shadow: 1px 1px 1px rgb(224, 224, 224);
    padding: 5%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6588235294);
  }
  .clinic-point-message-backimg {
    top: 0%;
    right: 20%;
  }
  .clinic-point-contener1 {
    flex-direction: column;
  }
  .clinic-point-contener2 {
    flex-direction: column;
  }
  .clinic-point-img-item2 {
    order: 1;
  }
  .clinic-point-h-item {
    order: 2;
  }
  .about-contents-img {
    width: 95%;
    height: 50vh;
  }
  .about-contents-h {
    width: 90%;
    margin: auto;
  }
  .about-contents-item-h {
    width: 100%;
  }
  .about-contents-item-text {
    width: 100%;
    margin: auto;
    padding-top: 30px;
    line-height: 38px;
    letter-spacing: 2.4px;
  }
  .footer {
    flex-direction: column;
  }
  .info-contener {
    flex-direction: column;
  }
  .info-reclut {
    width: 100%;
  }
  .info-web {
    width: 100%;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-items-img1 {
  animation: floating1-x 7.2s ease-in-out infinite alternate-reverse;
}

.target1 {
  animation: floating1-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating1-x {
  0% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(3%);
  }
}
@keyframes floating1-y {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(4%);
  }
}
.top-items-img2 {
  animation: floating2-x 7.2s ease-in-out infinite alternate-reverse;
}

.target2 {
  animation: floating2-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating2-x {
  0% {
    transform: translateX(4%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes floating2-y {
  0% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
.top-items-img3 {
  animation: floating3-x 7.2s ease-in-out infinite alternate-reverse;
}

.target3 {
  animation: floating3-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating3-x {
  0% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(-2%);
  }
}
@keyframes floating3-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(1%);
  }
}
.top-items-img4 {
  animation: floating4-x 7.2s ease-in-out infinite alternate-reverse;
}

.target4 {
  animation: floating4-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating4-x {
  0% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(-1%);
  }
}
@keyframes floating4-y {
  0% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}/*# sourceMappingURL=kobayashi.css.map */