/*------------------------------
メインイメージ
------------------------------*/
@media print, screen and (min-width: 780px) {
  .section-slider {
    padding-top: .13rem;
  }
}
.slider-slide {
  background-image: url("../img/top/slider_img01.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top 0 right 40%;
  height: 4rem;
  position: relative;
}
.section-slider .wrapper {
  padding: 0;
}
@media print, screen and (min-width: 780px) {
  .slider-slide {
    height: 6.6rem;
  }
  .section-slider .wrapper {
    width: 11.4rem
  }
}
@media screen and (min-width: 1024px) {
  .section-slider .wrapper {
    width: 12rem
  }
}
@media screen and (min-width: 1366px) {
  .section-slider .wrapper {
    width: 13.3rem
  }
}
.section-slider .catch-copy {
  position: absolute;
  z-index: 5;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section-slider .catch-copy .catch-copy-text {
  display: inline-block;
  color: var(--color-w);
  font-weight: 500;
  -moz-text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 779.99px) {
  .section-slider .catch-copy {
    top: 0.25rem;
    left: 0.25rem;
  }
  .section-slider .catch-copy .catch-copy-text {
    font-size: .2rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 780px) {
  .section-slider .catch-copy {
    top: 0.7rem;
    left: 0.7rem;
  }
  .section-slider .catch-copy .catch-copy-text {
    font-size: .28rem;
    letter-spacing: 0.02rem;
    line-height: 1.82;
  }
}
/*------------------------------
お知らせ
------------------------------*/
.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-w);
}
.news-content a {
  text-decoration: none;
}
.news-content .news-right {
  background-color: var(--color-b);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-content .news-right a {
  color: var(--color-w);
}
.news-content .news-right a span {
  display: block;
  font-weight: 500;
  white-space: nowrap;
}
.news-content .news-common li {
  border-bottom: var(--color-gd) solid 1px;
}
.news-content .news-common li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.news-content .news-common li a .news-time {
  color: var(--color-ga);
}
.news-content .news-common li a p {
  color: var(--color-n);
}
.news-content .news-common li:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 780px) {
  .top-section {
    position: relative;
  }
  .news-content {
    width: 7rem;
    position: absolute;
    right: 0.8rem;
    bottom: -0.5rem;
    z-index: 8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .news-content a:hover {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
  }
  .news-content .news-left {
    width: calc(100% - 0.6rem);
    padding: 0.09rem 0.15rem;
  }
  .news-content .news-right {
    padding: 0.1rem 0.15rem;
    width: 0.6rem;
  }
  .news-content .news-right a span {
    margin-top: 0.08rem;
    font-size: 0.11rem;
  }
  .news-content .news-common li a {
    padding: 0.15rem;
    font-size: 0.14rem;
  }
  .news-content .news-common li a .news-time {
    width: 0.85rem;
  }
  .news-content .news-common li a p {
    width: calc(100% - 0.85rem);
  }
}
@media screen and (max-width: 779.99px) {
  .news-content .news-left {
    width: calc(100% - 0.5rem);
    padding: 0.07rem 0.08rem;
  }
  .news-content .news-right {
    padding: 0.08rem 0.07rem;
    width: 0.5rem;
  }
  .news-content .news-right a span {
    margin-top: 0.08rem;
    font-size: 0.1rem;
  }
  .news-content .news-common li a {
    padding: 0.1rem 0.08rem;
    font-size: 0.14rem;
  }
  .news-content .news-common li a .news-time {
    width: 0.7rem;
  }
  .news-content .news-common li a p {
    width: calc(100% - 0.7rem);
  }
}
/*------------------------------
診療時間
------------------------------*/
.section-schedule {
  background-color: var(--color-g);
}
.title {
  margin-bottom: 0.32rem;
}
.title h2 {
  text-align: center;
}
.title h2 .title-hed {
  color: var(--color-b);
}
.title h2 .title-sub {
  display: block;
  font-weight: 500;
}
@media print, screen and (min-width: 780px) {
  .title h2 .title-hed {
    font-size: 0.459rem;
  }
  .title h2 .title-sub {
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 779.99px) {
  .title h2 .title-hed {
    font-size: 0.38rem;
  }
  .title h2 .title-sub {
    font-size: 0.13rem;
    margin-top: 0.09rem;
  }
}
/*------------------------------
メッセージ
------------------------------*/
.section-greetings {
  background-color: var(--color-g);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.greetings-box .img {
  text-align: center;
}
.greetings-box .text {
  background-color: var(--color-pf);
}
.greetings-box .text p {
  font-size: 0.15rem;
  line-height: 1.6;
  margin-bottom: 0.27rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width: 780px) {
  .greetings-box .img img {
    width: 85%;
  }
  .greetings-box .text {
    padding: 1.8rem 0.38rem 0.4rem;
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 779.99px) {
  .greetings-box .text {
    padding: 0.25rem 0.2rem
  }
}
/*------------------------------
FACILITIES
------------------------------*/
.section-facilities {
  background-color: var(--color-g);
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}
.facilities-box h3 {
  color: var(--color-bs);
  font-size: 0.45rem;
  margin-bottom: 0.2rem;
}
.facilities-box .facilities-title {
  color: var(--color-b);
  font-weight: 700;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}
.facilities-box p {
  font-size: 0.14rem;
  line-height: 1.7;
  margin-bottom: 0.27rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width: 780px) {
  .facilities-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
  .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
  }
  .facilities-box .text {
    width: 56%;
  }
  .facilities-box .img {
    width: 40%;
  }
  .facilities-box .img img {
    width: 2.7rem;
  }
  .facilities-box .img-top {
    position: relative;
    z-index: 2;
  }
  .facilities-box .img-btm {
    text-align: right;
    margin-top: -2.3rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 779.99px) {
  .facilities-box .text {
    margin-bottom: 0.3rem;
  }
  .facilities-box .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
  .facilities-box .text .al_left {
    text-align: center;
  }
}
/*------------------------------
診療案内
------------------------------*/
.section-treatment {
  background-color: var(--color-g);
  padding-top: 0.1rem;
  padding-bottom: 0.4rem;
}
.treatment-list {
  background-color: var(--color-be);
}
.treatment-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.treatment-list ul li {
  text-align: center;
}
.treatment-list ul li a {
  display: block;
  background-color: var(--color-w);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-decoration: none;
  font-weight: 500;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}
.treatment-list ul li a:hover {
  box-shadow: none;
}
@media print, screen and (min-width: 780px) {
  .treatment-list {
    padding: 0.9rem 0.2rem 0.38rem;
    border-radius: 0.35rem;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    margin-top: -0.8rem
  }
  .treatment-list ul {
    margin-bottom: 0.28rem;
  }
  .treatment-list ul li {
    width: 1.74rem;
    margin-bottom: 0.2rem;
  }
  .treatment-list ul li a {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.13rem;
  }
  .treatment-list ul li p img {
    width: 0.77rem;
    margin-bottom: 0.04rem;
  }
  .treatment-list ul li p.treatment4 img {
    margin-bottom: 0;
  }
  .treatment-list ul li p.treatment8 img {
    width: 0.83rem;
    margin-bottom: -0.04rem;
  }
  .treatment-list ul li p.treatment9 img {
    width: 0.83rem;
    margin-bottom: -0.04rem;
  }
}
@media screen and (max-width: 779.99px) {
  .treatment-list {
    padding: 0.8rem 0.05rem 0.38rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.35em;
    -moz-border-radius: 0.35em;
    margin-top: -0.8rem
  }
  .treatment-list ul {
    margin-bottom: 0.22rem;
  }
  .treatment-list ul li {
    width: 1.05rem;
    margin-bottom: 0.2rem;
  }
  .treatment-list ul li a {
    width: 0.98rem;
    height: 0.98rem;
    font-size: 0.1rem;
  }
  .treatment-list ul li p img {
    width: 0.65rem;
    margin-bottom: 0.02rem;
  }
  .treatment-list ul li p.treatment4 img {
    margin-bottom: 0;
  }
  .treatment-list ul li p.treatment8 img {
    width: 0.7rem;
    margin-bottom: -0.08rem;
  }
  .treatment-list ul li p.treatment9 img {
    width: 0.7rem;
    margin-bottom: -0.08rem;
  }
}
/*------------------------------
地図
------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .gmap {
    padding-bottom: 35%;
  }
}