@charset "UTF-8";
.page_circle:before,
.sec_circle:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: 0 0/contain url(../img/parts/circle_bg.png);
}

.page_circle {
  padding-bottom: 60px;
}

.page {
  margin-top: -20px;
  padding-top: 60px;
}
.page .bg1,
.page .bg2 {
  margin-top: 0;
  padding-bottom: 30px;
  position: relative;
}
.page .bg1:before,
.page .bg2:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 2.5%;
}
.page .bg1:before {
  background: no-repeat 0 0/cover url(../img/parts/bg1_top.jpg);
}
.page .bg2:before {
  background: no-repeat 0 0/cover url(../img/parts/bg2_top.jpg);
}
.page .bg1__topNone:before {
  display: none;
}

/*---------------------------------------------------------
アーカイブ
---------------------------------------------------------*/
.page_archive:before {
  background-size: cover;
}
.page_archive .border_box {
  padding: 20px;
}
.page_archive .border_box .news_dl dt {
  width: 14em;
}
.page_archive .border_box .news_dl dd {
  width: calc(100% - 14em);
}
@media all and (max-width: 728px) {
  .page_archive .border_box .news_dl dt {
    width: 100%;
  }
  .page_archive .border_box .news_dl dd {
    width: 100%;
  }
}

.col_media {
  margin-bottom: 60px;
  justify-content: space-between;
}
.col_media section {
  width: 60%;
}
.col_media section .border_box {
  margin-bottom: 60px;
}
.col_media .aside_box {
  width: 30%;
}
@media all and (max-width: 728px) {
  .col_media section {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_media .border_box {
    width: 100%;
    margin-bottom: 60px;
  }
  .col_media .aside_box {
    width: 100%;
  }
  .col_media .widget-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.month-header {
  padding-bottom: 10px;
}

.xo-event-calendar thead th {
  padding: 12px 0 !important;
}
.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td {
  border: 1px solid #e2dedc;
}
.xo-event-calendar button span.nav-prev,
.xo-event-calendar button span.nav-next {
  border-color: #998675 !important;
}

.holiday-titles {
  display: flex;
}
.holiday-titles .holiday-title:nth-child(2n) {
  margin-left: 20px;
}

/*---------------------------------------------------------
医院紹介
---------------------------------------------------------*/
.page_clinic .bg2 {
  position: relative;
}
.page_clinic .leaf_right {
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 2;
}
.page_clinic .leaf_left {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
}

.clinic_about {
  padding-bottom: 40px;
}
.clinic_about article {
  position: relative;
  margin-bottom: 40px;
}
.clinic_about article h3 {
  margin-bottom: 0;
}
.clinic_about article h3 span {
  padding: 4px 10px;
}
.clinic_about article .photo_img {
  margin-top: -50px;
  margin-left: 70px;
  max-width: 350px;
}
.clinic_about article .photo_img:before {
  padding-top: 96.0113960114%;
}
.clinic_about .item {
  padding: 20px 15px;
}
.clinic_about .clinic_info {
  margin-left: -80px;
}
.clinic_about .clinic_info > * {
  margin-left: 80px;
  width: calc(50% - 80px);
}
@media all and (max-width: 728px) {
  .clinic_about .item {
    margin-bottom: 20px;
  }
}

/*---------------------------------------------------------
相澤院長挨拶
---------------------------------------------------------*/
.doctor {
  padding-top: 0;
}

/*---------------------------------------------------------
診療案内
---------------------------------------------------------*/
.page_medical .border_box {
  margin-bottom: 60px;
}
.page_medical .border_box h3 {
  margin-bottom: 10px;
}
.page_medical .border_box p {
  margin-bottom: 40px;
}
.page_medical ul li, .page_medical ul p, .page_medical .medical_li li, .page_medical .medical_li p {
  padding-left: 1em;
}
.page_medical ul li:before, .page_medical ul p:before, .page_medical .medical_li li:before, .page_medical .medical_li p:before {
  display: inline-block;
  content: "●";
  text-indent: -1em;
  color: #f0e547;
}
.page_medical .leaf_right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.page_medical .leaf_left {
  position: absolute;
  top: 24%;
  left: 0;
  z-index: 2;
}
.page_medical .leaf_top {
  top: -60px;
}
.page_medical .leaf_bottom {
  bottom: 0;
}
@media all and (max-width: 728px) {
  .page_medical .leaf_bottom {
    bottom: 0px;
  }
}

.page_medical.pt0 {
  padding-top: 0;
}

/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/
.faq {
  margin-bottom: 50px;
}
.faq .q,
.faq .a {
  display: flex;
  justify-content: space-between;
}
.faq .q h3,
.faq .q p,
.faq .a h3,
.faq .a p {
  width: calc(100% - 100px);
}
.faq .q {
  margin-bottom: 20px;
  align-items: center;
}
.faq .q:before {
  display: inline-block;
  content: "Q";
  width: 80px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  background: no-repeat 50%/cover url(../img/parts/circle_bg01.png);
}
.faq .a:before {
  display: inline-block;
  content: "A";
  width: 80px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  background: no-repeat 50%/cover url(../img/parts/circle_bg02.png);
}
@media all and (max-width: 728px) {
  .faq .q h3,
  .faq .q p,
  .faq .a h3,
  .faq .a p {
    width: calc(100% - 60px);
  }
  .faq .q {
    margin-bottom: 20px;
    align-items: center;
  }
  .faq .q:before {
    width: 40px;
    height: 38px;
    line-height: 38px;
  }
  .faq .a:before {
    width: 40px;
    height: 38px;
    line-height: 38px;
  }
}

/*---------------------------------------------------------
Access
---------------------------------------------------------*/
.page_access {
  padding-top: 0;
}
.page_access .leaf_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page_access .leaf_left {
  position: absolute;
  top: 6%;
  left: 0;
  z-index: 2;
}
.page_access .wh_box {
  margin-bottom: 60px;
}
.page_access address {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.page_access address .logo {
  margin: auto;
  max-width: 550px;
}
.page_access address .tel {
  margin-top: 10px;
  justify-content: center;
  color: #736357;
}
.page_access address .font_l {
  font-weight: 500;
}
@media all and (max-width: 728px) {
  .page_access address {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page_access address .tel {
    flex-direction: column;
  }
  .page_access address .font_l {
    margin-bottom: 20px;
  }
}
.page_access .border_box {
  margin: 0 auto 80px;
}
.page_access .border_box p {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 1.375rem;
}
.page_access .border_box .h_radius {
  margin-right: 15px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media all and (max-width: 728px) {
  .page_access .border_box {
    margin: 0 auto 40px;
  }
  .page_access .border_box p {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .page_access .border_box .h_radius {
    margin-right: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.page_access .map {
  margin: auto;
}
.page_access .map iframe {
  border-radius: 15px;
}
.page_access .hours_table th,
.page_access .hours_table td {
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 1em;
}
@media all and (max-width: 728px) {
  .page_access .hours_table th,
  .page_access .hours_table td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
  }
  .page_access .hours_table th:first-child {
    padding-left: 0;
    white-space: nowrap;
  }
}
@media all and (max-width: 728px) {
  .page_access .sp_scroll {
    overflow: scroll;
  }
}/*# sourceMappingURL=page.css.map */