@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  医院紹介
---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Anaheim:wght@400..800&display=swap');
#content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../clinic/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 100px;
}
.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .img {
  height: 700px;
}
@media screen and (max-width: 896px) {
  .slider .img {
    height: 450px;
  }
}
@media screen and (max-width: 580px) {
  #content::before {
    background-position: left 0 center;
    background-size: 60px;
  }
  .slider .img {
    height: 250px;
  }
}
/*---------------------------------

  ムービー

---------------------------------*/
.movie_block {
  padding-bottom: 100px;
  width: 100%;
}
.movie_block .wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: 500px;
  overflow: hidden;
}
.movie_block a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.movie_block a::after {
  background: url("../images/playmovei.svg") no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 100px;
  height: 130px;
}
.movie_block a:hover {
  opacity: 1;
}
.movie_block a:hover::after {
  width: 120px;
  height: 150px;
}
.movie_block a .overlay, .movie_block a #yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_block a .overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.movie_block a #yt_player {
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .movie_block .wrap {
    height: 350px;
  }
}
@media screen and (max-width: 580px) {
  .movie_block .wrap {
    height: 250px;
  }
}
/*---------------------------------

  院内紹介

---------------------------------*/
section.Hospital-Block {
  padding: 100px 0;
}
section.Hospital-Block .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
section.Hospital-Block .ttl h2 {
  font-weight: 400;
  /*font-size: 50px;*/
  font-size: 2.778em;
  letter-spacing: 5px;
  line-height: 1.7;
}
section.Hospital-Block .ttl p {
  max-width: 400px;
}
section.Hospital-Block .ttl p, section h2 + p, section h3 + p {
  line-height: 2;
  font-weight: 300;
}
.Room-Block h2 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 3px;
  margin: 0 auto 20px;
}
.Hospital-Block h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 3px;
  margin: 20px auto;
  text-align: left;
}
@media screen and (max-width: 896px) {
  section.Hospital-Block .ttl {
    display: block;
    margin-bottom: 5rem;
  }
  section.Hospital-Block .ttl h2 {
    font-size: 4rem;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  section.Hospital-Block .ttl p {
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  section.Hospital-Block {
    padding: 60px 0;
  }
  section.Hospital-Block .ttl {
    margin-bottom: 3rem;
  }
  section.Hospital-Block .ttl h2 {
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .Room-Block h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 0 auto 1.5rem;
  }
  .Hospital-Block h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 1rem auto;
  }
}
/*
  待合室+受付
---------------------------------*/
.Room-Block {
  max-width: 1100px;
  margin: 0 auto;
}
.Room-Block .inner {
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.Room-Block .wrap .inner > figure {
  max-width: 700px;
  width: 70%;
  order: 1;
}
.Room-Block .wrap .inner > figure .img {
  height: 430px;
}
.Room-Block .wrap .inner > .txt {
  width: 40%;
  max-width: 470px;
  line-height: 1.8;
  text-align: justify;
}
.Room-Block .wrap .inner:first-child > .txt {
  margin-right: 50px;
}
.Room-Block .wrap .inner > .txt .img {
  height: 300px;
  margin-top: 50px;
}
.Room-Block .wrap .inner.Reception > figure {
  order: -1;
}
.Room-Block .wrap .inner.Reception > .txt {
  margin-left: 50px;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  .Room-Block .inner {
    margin: 0 auto 4rem;
    flex-wrap: wrap;
  }
  .Room-Block .wrap .inner > figure {
    max-width: none;
    width: 100%;
  }
  .Room-Block .wrap .inner > figure .img {
    height: 280px;
  }
  .Room-Block .wrap .inner > .txt {
    width: 100%;
    max-width: none;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 1rem;
  }
  .Room-Block .wrap .inner:first-child > .txt {
    margin-right: 0;
  }
  .Room-Block .wrap .inner > .txt .img {
    height: 200px;
    margin-top: 2rem;
  }
  .Room-Block .wrap .inner.Reception > .txt {
    margin-left: 0;
    order: -2;
  }
}
/*
	プライバシーに配慮した個室
---------------------------------*/
.Room-Block.Privacy_room .wrap .inner:last-child {
  margin-bottom: 0;
}
.Room-Block.Privacy_room .wrap .inner .box {
  width: 46%;
}
.Room-Block.Privacy_room .wrap .inner .box figure {
  width: 100%;
  margin: 0;
}
.Room-Block.Privacy_room .wrap .inner .box figure .img {
  height: 380px;
}
.Room-Block.Privacy_room .wrap .inner figure.caption {
  position: relative;
}
.Room-Block.Privacy_room .wrap .inner figure.caption figcaption {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 100%;
}
.Room-Block.Privacy_room .wrap .inner .box .txt {
  width: 100%;
}
/* 治療用診療室 */
.Room-Block.Privacy_room .wrap .inner.Treatment1 {
  margin: 50px 0;
}
.Room-Block.Privacy_room .wrap .inner.Treatment1 .txt_box {
  text-align: justify;
  line-height: 1.8;
}
/* 予防用診療室＆治療用個室 */
.Room-Block.Privacy_room .wrap .inner figure {
  margin: 0 auto;
  width: 100%;
  text-align: justify;
}
.Room-Block.Privacy_room .wrap .inner.Treatment2 figure .img {
  height: 380px;
}
.Room-Block.Privacy_room .wrap .inner .txt {
  max-width: 600px;
  margin: 20px 5rem 0 0;
  width: 100%;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  .Room-Block.Privacy_room .wrap .inner .box {
    width: 100%;
  }
  .Room-Block.Privacy_room .wrap .inner .box figure .img {
    height: 250px;
  }
  .Room-Block.Privacy_room .wrap .inner.Treatment1 {
    margin: 1rem 0;
  }
  .Room-Block.Privacy_room .wrap .inner figure {
    margin: 1rem auto 0;
  }
  .Room-Block.Privacy_room .wrap .inner.Treatment2 figure .img {
    height: 250px;
  }
  .Room-Block.Privacy_room .wrap .inner .txt {
    max-width: none;
    margin: 1rem 0;
  }
}
/*
	ユニバーサル
---------------------------------*/
section.UD-Block {
  padding: 0 0 100px;
}
section.UD-Block .wrap .room_box {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 5rem;
}
section.UD-Block .wrap .room_box:not(.wc_room_box) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.UD-Block .wrap .room_box:not(.wc_room_box) figure {
  width: 50%;
  min-width: 400px;
}
section.UD-Block .wrap .room_box figure .img {
  height: 320px;
}
section.UD-Block .wrap .room_box .txt {
  width: 100%;
}
section.UD-Block .wrap .room_box:not(.wc_room_box) .txt {
  margin-left: 5rem;
}
/* トイレ */
section.UD-Block .wrap .wc_room_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.UD-Block .wrap .wc_room_box figure {
  width: 49%;
}
section.UD-Block .wrap .wc_room_box .txt, section.UD-Block .wrap .wc_room_box h3 {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  section.UD-Block {
    padding: 0 0 5rem;
  }
  section.UD-Block .wrap .room_box {
    margin-top: 3rem;
  }
  section.UD-Block .wrap .room_box:not(.wc_room_box) {
    display: block;
  }
  section.UD-Block .wrap .room_box:not(.wc_room_box) figure {
    width: 100%;
    min-width: inherit;
  }
  section.UD-Block .wrap .room_box:not(.wc_room_box) .txt {
    margin-left: 0;
  }
  section.UD-Block .wrap .room_box figure .img {
    height: 230px;
  }
  section.UD-Block .wrap .wc_room_box figure {
    width: 100%;
  }
}
/*---------------------------------

	かかりつけ〜（か強診）

---------------------------------*/
section.Family-Block {
  background: rgba(239, 240, 229, 0.50);
  padding: 100px 2.5% 150px;
}
section.Family-Block .ttl h2 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 500;
  /*font-size: 28px;*/
  font-size: 1.556em;
  letter-spacing: 5px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
section.Family-Block .img_wrap {
  display: flex;
  margin: 5rem auto;
}
section.Family-Block .img_wrap figure {
  width: 50%;
}
section.Family-Block .img_wrap figure .img {
  width: 100%;
  padding-top: 70%;
}
section.Family-Block .txt {
  max-width: 950px;
  margin: 0 auto 5rem;
  line-height: 2.3;
  text-align: justify;
  width: 90%;
}
section.Family-Block .txt .checkList {
  border: 1px solid #dd832f;
  display: grid;
  justify-content: center;
  list-style: none;
  margin: 2rem 0 4rem;
  padding: 2rem 4rem;
}
section.Family-Block .txt .checkList li {
  background: url("../images/check.svg") no-repeat center left/3rem;
  font-size: 1.2em;
  padding-left: 4rem;
  width: max-content;
}
section.Family-Block .txt .btn {}
section.Family-Block .txt .btn a {
  background: #EBE4DA;
  color: #333;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  position: relative;
}
section.Family-Block .txt .btn a span {
  background: url("../images/ac_child.svg") no-repeat center right/.8rem;
  display: inline-block;
  padding-right: 4rem;
}
section.Family-Block ol {
  border-top: 1px solid #D2D5B3;
  max-width: 950px;
  margin: 0 auto 5rem;
  line-height: 2;
  list-style: none;
  text-align: justify;
}
section.Family-Block ol li {
  border-bottom: 1px solid #D2D5B3;
  padding: 3rem 0;
}
section.Family-Block ol li dl {
  display: flex;
  gap: 2rem;
  position: relative;
}
section.Family-Block ol li dl dt {
  color: #808821;
  font-family: "Anaheim", sans-serif;
  font-size: 40px;
  line-height: 1;
}
section.Family-Block ol li dl dd {
  line-height: 1.5;
  margin-top: .5rem;
}
section.Family-Block ol li dl dd p._ttl {
  font-weight: 500;
  font-size: 1.05em;
}
section.Family-Block ol li dl dd p._ttl + p._txt {
  margin-top: 2rem;
}
section.Family-Block ol li dl dd p._txt {
  display: flex;
  gap: .3em;
  font-size: .9em;
  font-weight: 300;
  margin-top: .8rem;
}
section.Family-Block ol li dl dd p._txt span {}
section.Family-Block .txt_link {
  text-align: right;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.Family-Block {
    padding: 80px 0 100px;
  }
  section.Family-Block ol {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 580px) {
  section.Family-Block {
    padding: 5rem 2.5%;
  }
  section.Family-Block h2 {
    font-size: 2rem;
  }
  section.Family-Block .img_wrap {
    display: block;
    margin: 30px auto;
  }
  section.Family-Block .img_wrap figure {
    width: 100%;
  }
  section.Family-Block .txt {
    margin: 0 auto 3rem;
    line-height: 1.8;
  }
  section.Family-Block ol {
    margin: 0 auto 3rem;
    line-height: 1.8;
  }
  section.Family-Block ol li {
    padding: 2rem 0;
  }
  section.Family-Block .txt .checkList {
    padding: 2rem 1rem;
  }
  section.Family-Block .txt .checkList li {
    background-size: 2rem;
    background-position: top 0.5rem left;
    font-size: 1.1em;
    padding-left: 2.5rem;
    width: auto;
  }
}
/*---------------------------------
	かかりつけ〜（か強診）
---------------------------------*/
section.Family-Block .facilityBox {
  background: #fff;
  margin: 5rem auto;
  padding: 5rem 3rem;
}
section.Family-Block .facilityBox dl {}
section.Family-Block .facilityBox dl dt {
  font-weight: 500;
  font-size: 1.05em;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
section.Family-Block .facilityBox dl dd {}
section.Family-Block .facilityBox dl dd ul {
  display: flex;
  list-style: none;
}
section.Family-Block .facilityBox dl dd ul li {
  flex-basis: calc(100%/6);
  text-align: center;
  padding: 0 1rem;
}
section.Family-Block .facilityBox dl dd ul li:not(:last-child) {
  border-right: 1px dotted #ccc;
}
section.Family-Block .facilityBox dl dd ul li figure {
  background: #ccc;
}
section.Family-Block .facilityBox dl dd ul li p {
  font-weight: 500;
  font-size: .75em;
  margin-top: .5rem;
}
@media screen and (max-width: 768px) {
  section.Family-Block .facilityBox {
    padding: 3.5rem;
  }
  section.Family-Block .facilityBox dl dt {
    margin-bottom: 1rem;
  }
  section.Family-Block .facilityBox dl dd ul {
    flex-wrap: wrap;
  }
  section.Family-Block .facilityBox dl dd ul li {
    flex-basis: calc(100%/3);
    margin-top: 1.5rem;
  }
  section.Family-Block .facilityBox dl dd ul li:not(:last-child) {
    border: none;
  }
  section.Family-Block .facilityBox dl dd ul li:not(:nth-child(3n)) {
    border-right: 1px dotted #ccc;
  }
}
@media screen and (max-width: 580px) {
  section.Family-Block .facilityBox {
    padding: 2.5rem 2rem;
  }
  section.Family-Block .facilityBox dl dt {
    margin-bottom: .6rem;
  }
  section.Family-Block .facilityBox dl dd ul li {
    flex-basis: calc(100%/2);
  }
  section.Family-Block .facilityBox dl dd ul li:not(:nth-child(3n)) {
    border: none;
  }
  section.Family-Block .facilityBox dl dd ul li:not(:nth-child(2n)) {
    border-right: 1px dotted #ccc;
  }
}
/*---------------------------------

	スライド

---------------------------------*/
.facility_slide_block ul li {
  height: 300px;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  .facility_slide_block ul li {
    height: 180px;
  }
}