@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

  main visual
  
----------------------------------------------------------------------------------------------------*/
.mv-area {
  position: relative;
}

.mv {
  width: 100%;
  position: fixed;
  z-index: -1;
}

.mv .splide__slide .photo {
  transition: 12s var(--cubic-bezier);
  transform: scale(1.1);
}

.mv .splide__slide[class*=-active] .photo {
  transition-delay: 0s;
  transform: scale(1);
}

.mv .splide__slide .photo img {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  transition: filter 2s var(--cubic-bezier);
}

@media screen and (min-width:821px) {
  .mv .splide__slide .photo .pc-img {
    display: inherit;
  }

  .mv .splide__slide .photo .sp-img {
    display: none;
  }
}

@media screen and (max-width:820px) {
  .mv .splide__slide .photo .pc-img {
    display: none;
  }

  .mv .splide__slide .photo .sp-img {
    display: inherit;
  }
}

.mv:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: background 1.5s var(--cubic-bezier);
}

.mv-area.is-scroll .mv:after {
  background-color: rgba(42, 48, 66, 0.8);
}

.mv-area.is-scroll .mv .splide__slide .photo img {
  filter: blur(30px);
}

/*--------------------------------------------------------------------------------
  catch
--------------------------------------------------------------------------------*/
.mv-catch {
  width: 100%;
  min-height: 100vh;
  padding-top: 200px;
  padding-left: var(--block-space-max);
  padding-right: var(--block-space-max);
  box-sizing: border-box;
  color: #FFF;
  text-align: left;
  letter-spacing: 1pt;
}

.mv-catch .catch {}

.mv-catch .open {
  display: inline-block;
  padding: .25em 1em;
  margin-top: .5em;
  background-color: #fff;
  color: #5d97b7;
  line-height: 1;
}

@media print, screen and (max-width:900px) {
  .mv-catch {
    padding-left: var(--block-space-m);
    padding-right: var(--block-space-m);
    padding-top: 120px;
  }
}

.mv-area.is-scroll .mv-catch .catch,
.mv-area.is-scroll .mv-catch .open {
  transition: opacity 1s var(--cubic-bezier);
  opacity: 0;
}

/*--------------------------------------------------------------------------------
  scroll
--------------------------------------------------------------------------------*/
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, .5);
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }

  100% {
    bottom: -5px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scrolldown span {
  position: relative;
  bottom: 70px;
  left: -1.5em;
  color: #fff;
}


/*----------------------------------------------------------------------------------------------------

  お知らせ
  
----------------------------------------------------------------------------------------------------*/
.sec-news {
  background-color: #f3f3f3;
  padding: var(--block-space-2l) var(--side-space) var(--block-space-3l) var(--side-space);
}

.news {
  width: 100%;
  max-width: calc(var(--base-width) + 54px);
  padding: var(--block-space-min) var(--block-space-m);
  margin: 0 auto var(--block-space-m);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 59px 10px rgba(144, 144, 144, 0.1);
  text-align: left;
}

.news-hd {
  margin-bottom: var(--block-space-2s);
  line-height: 1;
  text-align: center;
}

.news-desc{
  margin-bottom:var(--block-space-2s);
}

@media print, screen and (max-width:800px) {
  .news-desc{
    text-align: left;
  }
}

.news-hd .blue-ball {
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-top: 1em;
  background-color: #5d97b7;
  border-radius: 50%;
}

.news-list {
  line-height: var(--line-height-s);
}

.news-list_item {
  width: 100%;
  border-top: 1px solid rgba(54, 65, 87, 0.15);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.news-list_item:first-child {
  border-top: none;
}

.news-list_item .date {
  color: #5d97b7;
  width: 10em;
  display: block;
}

.news-btn {
  margin-top: var(--block-space-3s);
}

@media print, screen and (min-width:1001px) {
  .news-list_item {
    display: flex;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .news-list_item .txt {
    flex: 1;
  }

  .news-list .no-data {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1em;
  }
}

@media print, screen and (max-width:1000px) {
  .news-list_item .date {
    padding-bottom: 0.5em;
  }
}


/*----------------------------------------------------------------------------------------------------

  施設紹介
  
----------------------------------------------------------------------------------------------------*/
.sec-facility {
  background-color: #fff;
  padding: var(--block-space-2l) 0 var(--block-space-max) 0;
}

.facility-hd {
  margin-bottom: var(--block-space-2s);
  line-height: 1;
  text-align: center;
}

.facility-hd .blue-ball {
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-top: 1em;
  background-color: #5d97b7;
  border-radius: 50%;
}

.doctor-info {
  width: 100%;
  min-height: 1077px;
  padding: 0 var(--side-space);
  box-sizing: border-box;
  position: relative;
}

.doctor-info.doctor02 {
  margin-top: var(--block-space-2s);
}

.doctor-info .doctor-bg {
  background-image: url("../image/top/facility-doctor-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  max-width: 792px;
  height: 990px;
}

.doctor-info.doctor01 .doctor-bg {
  background-position: center;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 1;
}

.doctor-info.doctor02 .doctor-bg {
  background-position: center;
  position: absolute;
  top: 88px;
  right: 0;
  z-index: 1;
}

.doctor-inner {
  position: relative;
  z-index: 2;
  max-width: var(--base-width);
  margin: 0 auto;
  text-align: left;
}

.greeting-wrap {
  display: flex;
  justify-content: space-between;
}

.greeting-wrap .photo {
  width: 365px;
}

.doctor02 .greeting-wrap .photo {
  order: 2;
}

.greeting-wrap .greeting {
  width: calc(100% - 500px);
  margin-top: 1em;
}

.greeting-wrap .greeting h3 {
  display: flex;
  align-items: center;
  color: #5d97b7;
}

.greeting-wrap .greeting h3::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 1px;
  background-color: #5d97b7;
  margin-right: 1em;
}

.greeting-wrap .greeting .name {
  border-left: 5px solid #5d97b7;
  padding-left: 1em;
  margin-top: var(--box-space-m);
  box-sizing: border-box;
  line-height: 1;
}

.greeting-wrap .greeting .name .positon {}

.greeting-wrap .greeting .name h4 {
  margin-top: .5em;
}

.greeting-wrap .greeting .name h4 .ff-en {
  margin-left: 1em;
  color: #5d97b7;
}

.greeting-wrap .greeting .greeting-msg p {
  margin-top: 1em;
  line-height: var(--line-height-s);
  letter-spacing: 0.5pt;
}

.greeting-msg span {
  color: #5d97b7;
  font-size: 19px;
}

.greeting-wrap .photo img {
  border-radius: 10px;
}

@media screen and (max-width:1150px) {
  .greeting-wrap .photo {
    width: calc(38% - 30px);
  }

  .greeting-wrap .greeting {
    width: calc(62% - 30px);
  }
}

@media screen and (max-width:800px) {
  .greeting-wrap .photo {
    margin-top: 20%;
  }
}

@media screen and (max-width:600px) {
  .doctor-info .doctor-bg {
    width: 100%;
    height: 400px;
  }

  .greeting-wrap {
    flex-wrap: wrap;
  }

  .greeting-wrap .photo {
    width: 365px;
    margin-left: auto;
    margin-right: auto;
  }

  .doctor02 .greeting-wrap .photo {
    order: 1;
  }

  .greeting-wrap .greeting {
    width: 100%;
    margin-top: var(--block-space-3s)
  }

  .doctor02 .greeting-wrap .greeting {
    order: 2;
  }
}

.career {
  padding: var(--block-space-3s) var(--block-space-m);
  margin-top: var(--block-space-s);
  background-color: #fff;
  border: 2px solid #4682b4;
  border-radius: 20px;
  box-sizing: border-box;
}

.career h4 {
  padding-left: .5em;
  border-left: 3px solid #5d97b7;
  box-sizing: border-box;
  line-height: 1;
}

.career .career-list-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: var(--box-space-min);
}

.career .career-list-box {
  width: calc(50% - 48px);
}

.career .career-list-box dl {
  display: flex;
  padding: 1em 0;
  line-height: var(--line-height-s);
  border-bottom: 2px solid #e1e1e1;
}

.career .career-list-box dt {
  width: 9em;
  color: #5d97b7;
}

.career .career-list-box dd {
  width: 100%;
}

@media screen and (max-width:1150px) {
  .career .career-list-wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .career .career-list-box {
    width: 100%;
  }
}


/*----------------------------------------------------------------------------------------------------

  診療案内
  
----------------------------------------------------------------------------------------------------*/
.sec-guide-wrap {
  background-color: #f3f3f3;
  overflow: hidden;
}

.sec-guide {
  padding: var(--block-space-2l) var(--side-space) var(--block-space-max) var(--side-space);
}

.guide-hd {
  margin-bottom: var(--block-space-2s);
  line-height: 1;
  text-align: center;
}

.guide-hd .blue-ball {
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-top: 1em;
  background-color: #5d97b7;
  border-radius: 50%;
}

.guide {
  max-width: var(--base-width);
  margin: 0 auto;
  text-align: left;
}

.guide .guide-list {
  display: flex;
  justify-content: space-between;
}

.guide .guide-list-item {
  width: calc(33.33% - 50px);
  background-color: #4682b4;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;
}

.guide .guide-list-item .photo {
  background-color: #f3f3f3;
}

.guide .guide-list-item .contents {
  width: 100%;
  padding: 0 var(--box-space-s) var(--box-space-s);
  box-sizing: border-box;
  color: #fff;
  line-height: var(--line-height-s);
}

.guide .guide-list-item .contents .icon {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  margin: -36px auto 0;
}

.guide .guide-list-item .contents h3 {
  text-align: center;
  margin-top: .75em;
  letter-spacing: 2pt;
}

.guide .guide-list-item .contents .english {
  margin-top: .75em;
  text-align: center;
}

.guide .guide-list-item .contents .desc {
  margin-top: 1.25em;
}

@media screen and (max-width:1150px) {
  .guide .guide-list-item {
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width:800px) {
  .guide .guide-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .guide .guide-list-item {
    width: calc(50% - 15px);
    margin-top: var(--block-space-3s);
  }

  .guide .guide-list-item:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width:600px) {
  .guide .guide-list {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .guide .guide-list-item {
    width: 100%;
  }

  .guide .guide-list-item:first-child {
    margin-right: 0;
  }
}

.guide .clinic-information {
  display: flex;
  justify-content: space-between;
  margin-top: var(--block-space-l);
}

.guide .clinic-information .gmap {
  width: 58.333%;
  height: 520px;
  border-radius: 15px;
  border: 2px solid #4682b4;
  box-sizing: border-box;
  overflow: hidden;
}

.guide .clinic-information .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.guide .clinic-information .information {
  width: 36.666%;
}

.guide .clinic-information .clinic-name {
  display: flex;
  align-items: center;
  margin-top: .5em;
  letter-spacing: 1pt;
}

.guide .clinic-information .clinic-name .blue-ball {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: .75em;
  background-color: #4682b4;
  margin-right: .5em;
}

.guide .clinic-information .clinic-tel {
  display: block;
  color: #4682b4;
  letter-spacing: 1pt;
  margin: .25em 0;
}

.guide .clinic-information address {
  font-style: normal;
  line-height: var(--line-height-s);
}

.guide .clinic-information .timetable {
  width: 100%;
  margin-top: 1.5em;
}

.guide .clinic-information .timetable thead {
  border-top: 1px solid #999;
}

.guide .clinic-information .timetable tr {
  border-bottom: 1px solid #999;
}

.guide .clinic-information .timetable th,
.guide .clinic-information .timetable td {
  color: #4682b4;
  font-weight: 400;
  text-align: center;
}

.guide .clinic-information .timetable .opentime {
  width: 8em;
}

.guide .clinic-information .note {
  margin-top: 1.25em;
  line-height: var(--line-height-s);
}

@media screen and (max-width:800px) {
  .guide .clinic-information {
    flex-wrap: wrap
  }

  .guide .clinic-information .gmap {
    order: 2;
    width: 100%;
    margin-top: var(--block-space-3s);
  }

  .guide .clinic-information .information {
    order: 1;
    width: 100%;
  }
}


/*----------------------------------------------------------------------------------------------------

  photoslide
  
----------------------------------------------------------------------------------------------------*/
.photo-slide {
  width: 100%;
}

/*----------------------------------------------------------------------------------------------------

  カレンダー
  
----------------------------------------------------------------------------------------------------*/

.calendar{
  position: relative;
  /* background-color: #FBFAED; */
}

.calendar-hd {
  margin-bottom: var(--block-space-2s);
    line-height: 1;
    text-align: center;
}

.calendar h2{
  /* position: relative;
  z-index: 2;
  margin-bottom: var(--block-space-3s); */
}


.calendar-hd .blue-ball {
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-top: 1em;
  background-color: #5d97b7;
  border-radius: 50%;
}

.calendar .inner{
  padding: var(--block-space-m) 0;
}

.calendar-box{
  position:relative;
  max-width: 800px;
  width:100%;
  height:600px;
  padding-top:0%;
  margin:auto;
  z-index: 2;
}

.calendar-box iframe{ 
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media print, screen and (max-width:800px) {
  .calendar-box{
      height:0px;
      padding-top:80%;
  }
}

@media print, screen and (max-width:480px) {
  .calendar-box{
      padding-top:100%;
  }
}
