@charset "UTF-8";
#top-main {
  width: 100%;
  height: 600px;
  position: relative;
  text-align: center;
}

#top-main .slider {
  height: 100%;
}

#top-main .slider .slide-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#top-main .slider .slide-item:focus {
  outline: 0;
}

#top-main .slick-slider .slick-track,
#top-main .slick-slider .slick-list {
  height: 100%;
}

#top-main .slide-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  padding-top: 18px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#top-main .slide-arrows {
  position: absolute;
  bottom: 0;
  width: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top-main .slide-arrow:hover {
  opacity: 0.75;
}

#top-main .slide-arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 5px #0080cb solid;
  border-top: 5px #0080cb solid;
  border-radius: 2px;
  margin: auto;
}

#top-main .slide-arrow.next-arrow::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#top-main .slide-arrow.prev-arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-main .top-object {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

#top-main .top-object .container {
  height: 100%;
}

#top-main .top-object .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 105px;
}

#top-main .main-contact {
  width: 388px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1300px) {
  #top-main .main-contact {
    margin-right: -210px;
  }
}

#top-main .main-contact .img-parking {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 230px;
}

#top-main .main-contact .img-contact {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

#top-main .main-contact .img-reserve {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #top-main .main-contact .img-contact {
    display: none;
  }
  #top-main .main-contact .img-reserve {
    display: none;
  }
}

#main .sec-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

#main #intro.sec-area {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -40px;
}

#main #intro .banner {
  margin: 30px 0 45px;
}

#main #intro .top-box {
  text-align: center;
  padding: 10px;
  border: 1px solid #bbbbbb;
  margin-bottom: 60px;
}

#main #intro .top-box .title {
  color: #e60012;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main #intro .top-box .text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0;
}

#main #intro .gothic-desc {
  text-align: center;
}

#main #intro .gothic-desc p {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  #main #intro .top-box {
    padding: 20px;
  }
  #main #intro .figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main #intro .figure .fig-img {
    margin-left: 0;
    width: 42.400%;
  }
  #main #intro .figure .figcaption {
    width: 56%;
  }
}

@media screen and (min-width: 1200px) {
  #main #intro .figure .fig-img {
    margin-left: calc(-28% - 3.5%);
    width: 70.700%;
  }
}

#main #news {
  background-color: #f8f5ec;
}

#main #news .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

#main #news .news-col {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3%;
}

#main #news .news-col .inner {
  background-color: #fff;
  padding: 10px 25px 25px;
}

#main #news .news-col .news-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#main #news .news-col .news-title span {
  display: inline-block;
  background-color: #fff;
}

#main #news .news-col .desc-excerpt {
  text-align: left;
  margin-bottom: 0;
}

#main #news .news-col li {
  border-bottom: 1px dashed #d4c4ba;
  padding: 10px 0;
  font-size: 14px;
}

#main #news .news-col li .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main #news .news-col a {
  color: #666666;
}

#main #news .news-col a .date {
  font-size: 12px;
}

#main #news .news-col a .title {
  margin-left: 10px;
}

#main #news .news-col.news-orange .news-title,
#main #news .news-col.news-orange .title,
#main #news .news-col.news-orange .btn-view-more a {
  color: #ff8339;
}

#main #news .news-col.news-orange .news-title span {
  background: url(../images/common/pat_orange.jpg) repeat;
  width: 245px;
  height: 43px;
  border-radius: 20px;
  padding: 8px;
  border-bottom: 3px solid #ffae7e;
}

#main #news .news-col.news-orange .btn-view-more a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 80px;
  top: calc(50% - 8px);
  background: url(../images/common/move-to-next.png) no-repeat center center;
  background-color: #ff8339;
  background-size: 10px;
  border-radius: 50%;
}

#main #news .news-col.news-green .news-title,
#main #news .news-col.news-green .title,
#main #news .news-col.news-green .btn-view-more a {
  color: #a0ce77;
}

#main #news .news-col.news-green .news-title span {
  background: url(../images/common/pat_green.jpg) repeat;
  width: 245px;
  height: 43px;
  border-radius: 20px;
  padding: 8px;
  border-bottom: 3px solid #a0ce77;
  color: #666;
}

#main #news .news-col.news-green .btn-view-more a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 80px;
  top: calc(50% - 8px);
  background: url(../images/common/move-to-next.png) no-repeat center center;
  background-color: #a0ce77;
  background-size: 10px;
  border-radius: 50%;
}

#main #news .news-col.news-blue .news-title,
#main #news .news-col.news-blue .title,
#main #news .news-col.news-blue .btn-view-more a {
  color: #52b8b5;
}

#main #news .news-col.news-blue .news-title span {
  background: url(../images/staff_blog/pat_bg.png) repeat;
  width: 245px;
  height: 43px;
  border-radius: 20px;
  padding: 8px;
  border-bottom: 3px solid #52b8b5;
  color: #666;
}

#main #news .news-col.news-blue .btn-view-more a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 80px;
  top: calc(50% - 8px);
  background: url(../images/common/move-to-next.png) no-repeat center center;
  background-color: #52b8b5;
  background-size: 10px;
  border-radius: 50%;
}

#main #medical.sec-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main #medical .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

#main #medical .row .grid {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333%;
  margin-bottom: 40px;
}

#main #medical .inner {
  border: 1px solid #9fd6d5;
  padding: 20px;
  border-radius: 20px 0 0 0;
  position: relative;
}

#main #medical .inner span {
  position: absolute;
  color: #cfebea;
  bottom: -4px;
  left: 10px;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

#main #medical .inner h3 {
  color: #003686;
  margin-bottom: 10px;
  margin-top: 5px;
}

#main #medical .inner .btn-view-more {
  margin-top: 25px;
}

#main #medical .inner .btn-view-more a {
  color: #00b2ab;
}

#main #medical .inner .btn-view-more a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 80px;
  top: calc(50% - 8px);
  background: url(../images/common/move-to-next.png) no-repeat center center;
  background-color: #00b2ab;
  background-size: 10px;
  border-radius: 50%;
}

#footer {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  #top-main {
    height: 60vw;
  }
  #top-main .d-flex {
    padding-top: 10.500vw;
  }
  #top-main .d-flex .main-text {
    width: 39.200vw;
  }
  #top-main .main-contact {
    width: 38.800vw;
    height: 100%;
    margin-right: 0;
    right: 15px;
    top: auto;
    bottom: -1vw;
  }
  #top-main .main-contact .img-parking {
    left: 18vw;
    bottom: 23vw;
    width: 21.500vw;
  }
  #top-main .main-contact .img-contact {
    left: 4vw;
    bottom: 4vw;
    width: 28.400vw;
  }
  #top-main .main-contact .img-reserve {
    left: 0;
    bottom: 0;
    width: 14.200vw;
  }
  #main #intro.sec-area {
    margin-bottom: 5%;
  }
}

@media (max-width: 767px) {
  #main .sec-area {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  #main .gothic-desc p {
    font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #009ce5;
  }
  #main .gothic-desc .size22 {
    font-size: 18px;
    line-height: 22px;
  }
  #main .gothic-desc .size34 {
    font-size: 24px;
    line-height: 34px;
  }
  #main #intro .figure .fig-img {
    width: 70.700vw;
    margin: auto;
  }
  #main #news {
    background-color: #f8f5ec;
  }
  #main #news .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  #main #news .news-col {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  #main #news .news-col a .title {
    margin-left: 0;
  }
  #main #news .news-col:last-child {
    margin-bottom: 0;
  }
  #main #box-beginner {
    padding: 3% 0;
  }
  #main #box-beginner .border-inner {
    border: 1px solid #bbbbbb;
    padding: 3.500%;
  }
  #main #medical.sec-area {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #main #medical .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main #medical .row .grid {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    margin-bottom: 4%;
  }
}

@media (max-width: 575px) {
  #main #medical .row .grid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  #main #medical .row .fig-img img {
    width: 100%;
  }
}
