@charset "UTF-8";
/******************************************************

fonts

******************************************************/
.swiper-container {
  width: 100%;
  height: calc(100% - 127px);
  background: #ccc; }
  .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .swiper-container .swiper-wrapper .swiper-slide#slide01 {
        background-image: url(/img/slide01.jpg); }
      .swiper-container .swiper-wrapper .swiper-slide#slide02 {
        background-image: url(/img/slide02.jpg); }
      .swiper-container .swiper-wrapper .swiper-slide#slide03 {
        background-image: url(/img/slide03.jpg); }
      .swiper-container .swiper-wrapper .swiper-slide .text {
        text-align: center;
        color: #fff; }
        .swiper-container .swiper-wrapper .swiper-slide .text h2 {
          font-size: 3rem;
          line-height: 1.6;
          letter-spacing: 2px; }
        .swiper-container .swiper-wrapper .swiper-slide .text p {
          text-align: center;
          font-weight: bold;
          line-height: 2;
          padding-top: 20px;
          letter-spacing: 2px; }
  .swiper-container .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      background: #fff; }
  .swiper-container .scroll {
    position: absolute;
    left: 50%;
    bottom: 30%;
    z-index: 9999; }
    .swiper-container .scroll a {
      color: #fff;
      opacity: 0.6;
      display: block;
      position: relative;
      text-align: center; }
      .swiper-container .scroll a .icon-scroll {
        display: block;
        font-size: 46px;
        -webkit-animation: scroll 2s infinite;
        animation: scroll 2s infinite; }
      .swiper-container .scroll a small {
        margin-top: 10px;
        font-size: 1.5rem;
        font-family: sans-serif;
        display: block;
        text-align: center;
        letter-spacing: 1px; }
      .swiper-container .scroll a:hover {
        opacity: 1; }
        .swiper-container .scroll a:hover .icon-scroll {
          -webkit-animation: none;
          animation: none; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px); }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px); }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.troubles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden; }
  .troubles .prev-arrow {
    position: absolute;
    left: 0%;
    top: 100px;
    z-index: 999; }
    .troubles .prev-arrow i {
      color: #fff;
      font-size: 6rem; }
  .troubles .next-arrow {
    position: absolute;
    right: 0%;
    top: 100px;
    z-index: 999; }
    .troubles .next-arrow i {
      color: #fff;
      font-size: 6rem; }
  .troubles .item {
    width: 250px !important;
    margin: 0 15px;
    position: relative;
    text-align: center; }
    .troubles .item a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block; }
      .troubles .item a:hover ~ figure img {
        -webkit-filter: brightness(120%);
        filter: brightness(120%);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .troubles .item figure {
      width: 250px;
      border-radius: 50%;
      overflow: hidden; }
      .troubles .item figure img {
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
    .troubles .item h3 {
      font-size: 2rem;
      line-height: 1;
      padding: 16px 0; }
    .troubles .item p {
      font-weight: 600;
      padding: 0 15px; }

.patients {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1440px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .patients .item {
    width: 50%;
    height: 340px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .patients .item a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block;
      z-index: 20; }
      .patients .item a:hover ~ figure {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(120%);
        filter: brightness(120%); }
    .patients .item .text {
      color: #fff;
      position: relative;
      z-index: 10;
      text-align: center; }
      .patients .item .text h3 {
        font-size: 2rem; }
      .patients .item .text p {
        padding-top: 10px;
        text-align: center; }
    .patients .item figure {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .patients .item figure#patients01 {
        background-image: url(/img/patients01.jpg); }
      .patients .item figure#patients02 {
        background-image: url(/img/patients02.jpg); }
      .patients .item figure#patients03 {
        background-image: url(/img/patients03.jpg); }
      .patients .item figure#patients04 {
        background-image: url(/img/patients04.jpg); }

.doctor {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 100; }
  .doctor .text {
    width: 500px; }
    .doctor .text h3 {
      font-size: 2.3rem; }
    .doctor .text p {
      padding: 30px 0; }
  .doctor figure {
    pointer-events: none;
    margin-top: -80px; }

.Treatment {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1440px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .Treatment .item {
    width: calc((100% - 50px)/3);
    text-align: center;
    margin-bottom: 80px;
    padding-bottom: 55px;
    position: relative; }
    .Treatment .item figure {
      width: 100%;
      overflow: hidden; }
      .Treatment .item figure a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
        -webkit-filter: brightness(110%);
        filter: brightness(110%); }
    .Treatment .item h3 {
      font-size: 2rem;
      padding: 20px 0;
      line-height: 1; }
    .Treatment .item p {
      text-align: left;
      padding-bottom: 20px; }
    .Treatment .item a.btn {
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-font-smoothing: antialiased; }

.banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .banner .item {
    width: 50%;
    height: 210px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .banner .item a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block;
      z-index: 20; }
      .banner .item a:hover ~ figure {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(120%);
        filter: brightness(120%); }
    .banner .item p {
      position: relative;
      z-index: 10;
      font-size: 2rem;
      color: #fff;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 600; }
      .banner .item p i {
        margin-right: 10px; }
    .banner .item figure {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .banner .item figure#figure01 {
        background-image: url(/img/banner01.jpg); }
      .banner .item figure#figure02 {
        background-image: url(/img/banner02.jpg); }

.newsBox {
  margin: 50px 50px 0;
  background: #f1efe6; }
  .newsBox .sectTitle {
    padding-top: 90px; }
  .newsBox .newsBox {
    max-width: 900px;
    width: 100%;
    padding-bottom: 90px;
    margin: 0 auto; }
    .newsBox .newsBox .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-bottom: 20px; }
      .newsBox .newsBox .item time {
        width: 112px;
        height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #edbf58;
        line-height: 1;
        color: #fff;
        font-size: 1.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .newsBox .newsBox .item p {
        padding-left: 30px;
        line-height: 1.5; }
        .newsBox .newsBox .item p a {
          text-decoration: underline; }
          .newsBox .newsBox .item p a:hover {
            color: #ca8f0c; }
    .newsBox .newsBox .item:last-child {
      padding-bottom: 0; }

.calendarBox {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .calendarBox .month {
    text-align: center;
    width: 480px; }
    .calendarBox .month em {
      display: block;
      font-size: 2rem;
      padding-bottom: 20px;
      color: #372f2c;
      font-weight: bold; }
    .calendarBox .month .CalendarTable {
      width: 100%;
      table-layout: fixed; }
      .calendarBox .month .CalendarTable th {
        height: 60px;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: #372f2c solid 1px; }
      .calendarBox .month .CalendarTable td {
        height: 60px;
        padding: 15px 0 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        text-align: center;
        font-weight: normal;
        box-sizing: border-box; }
        .calendarBox .month .CalendarTable td span {
          display: inline-block;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          position: relative;
          font-size: 1.6rem; }
          .calendarBox .month .CalendarTable td span:after {
            font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
            position: absolute;
            left: 0;
            bottom: -24px;
            width: 100%;
            text-align: center;
            font-size: 1rem; }
      .calendarBox .month .CalendarTable .close span {
        background: #372f2c;
        color: #fff; }
        .calendarBox .month .CalendarTable .close span:after {
          content: "休診日";
          color: #372f2c; }
      .calendarBox .month .CalendarTable .am_close span {
        background: #edbf58;
        color: #fff; }
        .calendarBox .month .CalendarTable .am_close span:after {
          content: "午前休";
          color: #edbf58; }
      .calendarBox .month .CalendarTable .pm_close span {
        background: #dcbb73;
        color: #fff; }
        .calendarBox .month .CalendarTable .pm_close span:after {
          content: "午後休";
          color: #dcbb73; }
      .calendarBox .month .CalendarTable .other span {
        background: #b2b3b3;
        color: #fff; }
        .calendarBox .month .CalendarTable .other span:after {
          content: "その他";
          color: #b2b3b3; }

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  .swiper-container {
    height: calc(100% - 50px); }
    .swiper-container .swiper-wrapper .swiper-slide#slide01 {
      background-image: url(/img/slide01@sp.jpg); }
    .swiper-container .swiper-wrapper .swiper-slide#slide02 {
      background-image: url(/img/slide02@sp.jpg); }
    .swiper-container .swiper-wrapper .swiper-slide#slide03 {
      background-image: url(/img/slide03@sp.jpg); }
    .swiper-container .swiper-wrapper .swiper-slide .text {
      padding: 0 10px; }
      .swiper-container .swiper-wrapper .swiper-slide .text h2 {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 1px; }
        .swiper-container .swiper-wrapper .swiper-slide .text h2 br {
          display: none; }
    .swiper-container .swiper-pagination {
      padding-right: 10px; }
    .swiper-container .scroll a .icon-scroll {
      font-size: 36px; }
    .swiper-container .scroll a small {
      font-size: 1.3rem; }
  .troubles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .troubles .item {
      width: calc((100% - 40px)/2) !important;
      margin: 0 0 20px !important;
      position: relative;
      text-align: center; }
      .troubles .item a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block; }
        .troubles .item a:hover ~ figure img {
          -webkit-filter: brightness(120%);
          filter: brightness(120%);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .troubles .item figure {
        width: 100%; }
        .troubles .item figure img {
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
      .troubles .item h3 {
        font-size: 1.8rem;
        padding: 15px 0 10px; }
      .troubles .item p {
        text-align: center; }
  .patients {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block; }
    .patients .item {
      margin-left: -20px;
      width: calc(100% + 40px);
      height: auto;
      padding: 40px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block; }
      .patients .item .text h3 {
        font-size: 1.8rem; }
      .patients .item .text p {
        padding-top: 6px;
        text-align: center; }
        .patients .item .text p br {
          display: none; }
  .doctor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .doctor .text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      background: #f1efe6;
      margin-bottom: 20px;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .doctor .text h3 {
        text-align: center;
        font-size: 1.8rem; }
      .doctor .text p {
        padding: 10px 0; }
    .doctor figure {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 100%;
      margin-top: 0px;
      text-align: center; }
      .doctor figure img {
        max-width: 300px;
        min-width: 200px;
        width: 70%; }
  .Treatment {
    margin: 0 -20px;
    padding: 0px;
    display: block; }
    .Treatment .item {
      width: calc(100% + 40px);
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 0; }
      .Treatment .item figure a {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 40%; }
        .Treatment .item figure a img {
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .Treatment .item figure a:hover img {
        -webkit-transform: translate(0, -50%) scale(1.1);
        -ms-transform: translate(0, -50%) scale(1.1);
        transform: translate(0, -50%) scale(1.1); }
      .Treatment .item .text {
        padding: 0 20px; }
        .Treatment .item .text h3 {
          font-size: 1.8rem; }
        .Treatment .item .text a.btn {
          position: static;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .banner {
    display: block;
    margin-left: -20px; }
    .banner .item {
      width: calc(100% + 40px);
      height: 130px; }
      .banner .item a:hover ~ figure {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(120%);
        filter: brightness(120%); }
      .banner .item p {
        position: relative;
        z-index: 10;
        font-size: 2rem;
        color: #fff;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 600; }
        .banner .item p i {
          margin-right: 10px; }
      .banner .item figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .banner .item figure#figure01 {
          background-image: url(/img/banner01.jpg); }
        .banner .item figure#figure02 {
          background-image: url(/img/banner02.jpg); }
  .newsBox {
    margin: 0 -20px; }
    .newsBox .sectTitle {
      padding-top: 40px; }
    .newsBox .newsBox {
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .newsBox .newsBox .item {
        display: block;
        padding-bottom: 20px; }
        .newsBox .newsBox .item time {
          width: 100px;
          height: 20px;
          font-size: 1.2rem;
          margin-bottom: 10px; }
        .newsBox .newsBox .item p {
          padding-left: 0px;
          line-height: 1.8; }
  .calendarBox {
    width: 100%;
    display: block; }
    .calendarBox .month {
      text-align: center;
      width: 100%; }
      .calendarBox .month em {
        font-size: 1.8rem;
        padding-bottom: 10px; }
    .calendarBox .month + .month {
      margin-top: 20px; } }

/******************************************************
    
PC / common

******************************************************/
.corona-link {
  margin: 100px 0 0 0;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.3rem;
  font-weight: bold;
  text-decoration: underline; }

@media screen and (max-width: 740px) {
  .corona-link {
    margin: 50px 0 0 0;
    font-size: 2.2rem; } }
