@charset "UTF-8";
/* Index
---------------------------------------------------------- */
.p-index {
  /* ----- KV ----- */
  /* ----- INFORMATION ----- */
  /* ----- NEWS ----- */
  /* ----- TITLE ----- */
  /* ----- HOSPITAL TOUR ----- */
  /* ----- FEATURE ----- */
  /* ----- DOCTOR ----- */
  /* ----- TREATMENT ----- */
  /* ----- ACCESS ----- */
  /* ----- CALENDAR ----- */ }
  @media screen and (min-width: 768px) {
    .p-index_kv {
      position: relative;
      z-index: 0; } }
  @media screen and (max-width: 767px) {
    .p-index_kv .slick-list {
      overflow: inherit; } }
  .p-index_kv_slider {
    margin-bottom: 0 !important; }
    @media screen and (min-width: 1420px) {
      .p-index_kv_slider {
        height: 100vh;
        height: calc(100vh - 100px); } }
    @media screen and (max-width: 1419px) and (min-width: 1101px) {
      .p-index_kv_slider {
        min-height: 768px; } }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .p-index_kv_slider {
        height: 80vh;
        height: calc(80vh - 100px); } }
    .p-index_kv_slider li {
      width: 100%; }
      @media screen and (min-width: 1420px) {
        .p-index_kv_slider li {
          height: 100vh;
          height: calc(100vh - 100px); } }
      @media screen and (max-width: 1419px) and (min-width: 1101px) {
        .p-index_kv_slider li {
          min-height: 768px; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .p-index_kv_slider li {
          height: 80vh;
          height: calc(80vh - 100px); } }
      @media screen and (min-width: 768px) {
        .p-index_kv_slider li::before {
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          width: 93.5%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          content: ""; } }
      @media screen and (min-width: 1420px) {
        .p-index_kv_slider li::before {
          background-position: center; } }
      @media screen and (max-width: 1419px) and (min-width: 768px) {
        .p-index_kv_slider li::before {
          background-position: 33% center; } }
      @media screen and (min-width: 768px) {
        .p-index_kv_slider li.slider_01::before {
          background-image: url(../img/bg_slider01_pc.jpg); } }
      @media screen and (min-width: 768px) {
        .p-index_kv_slider li.slider_02::before {
          background-image: url(../img/bg_slider02_pc.jpg); } }
      @media screen and (min-width: 768px) {
        .p-index_kv_slider li.slider_03::before {
          background-image: url(../img/bg_slider03_pc.jpg); } }
      @media screen and (min-width: 768px) {
        .p-index_kv_slider li.slider_04::before {
          background-image: url(../img/bg_slider04_pc.jpg); } }
      @media screen and (min-width: 768px) {
        .p-index_kv_slider li.slider_05::before {
          background-image: url(../img/bg_slider05_pc.jpg); } }
    .p-index_kv_slider .slick-dots {
      display: none !important;
      /* display: flex;
      flex-direction: column; */
      width: auto;
      right: 3%;
      bottom: 20px; }
      .bnr img{
        width: 900px;
        margin: 0 auto;
      }
      @media screen and (max-width: 767px) {
        .bnr img {
          width: 100%;
      }
        .p-index_kv_slider .slick-dots {
          right: 4%;
          bottom: 10px; } }
      .p-index_kv_slider .slick-dots li {
        width: 6px;
        height: 6px;
        min-height: inherit;
        border-radius: 50%;
        margin: 0 0 10px 0; }
        @media screen and (max-width: 767px) {
          .p-index_kv_slider .slick-dots li {
            width: 5px;
            height: 5px;
            margin: 0 0 8px 0; } }
        .p-index_kv_slider .slick-dots li.slick-active button {
          background-color: #c30d23; }
        .p-index_kv_slider .slick-dots li:last-child {
          margin: 0; }
        .p-index_kv_slider .slick-dots li::before {
          display: none; }
        .p-index_kv_slider .slick-dots li button {
          width: 100%;
          height: 100%;
          padding: 0;
          border-radius: 50%;
          box-sizing: border-box;
          background-color: #ccd0d1;
          border: 1px solid #ccd0d1; }
          .p-index_kv_slider .slick-dots li button::before {
            display: none; }
  @media screen and (max-width: 767px) {
    .p-index_kv_img {
      width: 90%; } }
  @media screen and (min-width: 768px) {
    .p-index_kv_cont {
      position: absolute;
      z-index: 2;
      transform: translateY(-50%);
      top: 50%;
      right: 50px; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_kv_cont {
      top: 70%; } }
  @media screen and (max-width: 767px) {
    .p-index_kv_cont {
      background-color: #fff;
      padding: 20px 5% 50px; } }
  .p-index_kv_ttl {
    line-height: 1.18;
    color: #b3a380;
    font-family: 'Cormorant', 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: 500;
    font-size: 65px;
    font-size: 6.5rem;
    animation-name: fadeRightAnimeKv;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    opacity: 0; }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .p-index_kv_ttl {
        font-size: 50px;
        font-size: 5rem; } }
    @media screen and (max-width: 767px) {
      .p-index_kv_ttl {
        font-size: 32px;
        font-size: 3.2rem; } }
@keyframes fadeRightAnimeKv {
  from {
    transform: translateX(-100px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
  .p-index_kv_txt {
    position: relative;
    z-index: 0;
    line-height: 1;
    margin-top: 25px;
    padding-left: 60px;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    animation-name: fadeRightAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .p-index_kv_txt {
        margin-top: 25px;
        padding-left: 35px;
        font-size: 13px;
        font-size: 1.3rem; } }
    .p-index_kv_txt::before {
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 0;
      width: 50px;
      height: 1px;
      background-color: #171717;
      transform: translateY(-50%);
      content: ""; }
      @media screen and (max-width: 767px) {
        .p-index_kv_txt::before {
          top: 42%;
          width: 25px; } }
  .p-index_information {
    padding: 70px 0;
    background-color: #fffcf6; }
    @media screen and (max-width: 767px) {
      .p-index_information {
        padding: 35px 0; } }
    .p-index_information .c-ttl_min {
      animation-duration: .8s; }
    .p-index_information_cont {
      height: 240px;
      overflow-y: scroll; }
      @media screen and (min-width: 768px) {
        .p-index_information_cont {
          padding-right: 15px; } }
      @media screen and (max-width: 767px) {
        .p-index_information_cont {
          height: 200px; } }
      .p-index_information_cont::-webkit-scrollbar {
        width: 6px; }
      .p-index_information_cont::-webkit-scrollbar-track {
        background-color: #f0ede8;
        border-right: solid 1px #f0ede8;
        border-left: solid 1px #f0ede8; }
      .p-index_information_cont::-webkit-scrollbar-thumb {
        background-color: #e2d6bc;
        border-radius: 10px;
        box-shadow: inset 0 0 0 2px #f0ede8; }
    .p-index_information_list li {
      padding: 20px 0;
      border-bottom: 1px solid #eeebe5; }
      @media screen and (min-width: 768px) {
        .p-index_information_list li {
          display: flex;
          align-items: flex-start; } }
      @media screen and (max-width: 767px) {
        .p-index_information_list li {
          padding: 20px 0 15px; } }
      .p-index_information_list li:first-child {
        padding: 0 0 20px; }
        @media screen and (max-width: 767px) {
          .p-index_information_list li:first-child {
            padding: 0 0 15px; } }
    .p-index_information_update {
      display: block;
      line-height: 1;
      font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 768px) {
        .p-index_information_update {
          width: 140px;
          margin-top: 4px; } }
      @media screen and (max-width: 767px) {
        .p-index_information_update {
          font-size: 15px;
          font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .p-index_information_txt {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .p-index_information_txt {
        margin-top: 8px; } }
    .p-index_information_txt a {
      color: #9a8a67 !important;
      text-decoration: underline !important; }
  .p-index_news {
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      .p-index_news {
        padding: 30px 0 50px; } }
    @media screen and (min-width: 768px) {
      .p-index_news .l-cont_l {
        display: flex;
        align-items: flex-start; } }
    @media screen and (min-width: 768px) {
      .p-index_news_cont {
        width: 56%;
        max-width: 690px; } }
    .p-index_news_cont .c-txt_base {
      animation-duration: 1.2s; }
    .p-index_news_ttl {
      margin-bottom: 30px;
      color: #b3a380;
      font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-weight: 600;
      font-size: 32px;
      font-size: 3.2rem;
      animation-duration: .8s; }
      @media screen and (max-width: 767px) {
        .p-index_news_ttl {
          margin-bottom: 15px;
          font-size: 24px;
          font-size: 2.4rem; } }
    .p-index_news_name {
      margin-top: 30px;
      text-align: right;
      animation-duration: 1.6s; }
      @media screen and (max-width: 767px) {
        .p-index_news_name {
          margin-top: 20px; } }
      .p-index_news_name dt,
      .p-index_news_name dd {
        line-height: 1; }
      .p-index_news_name dt {
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .p-index_news_name dt {
            margin-bottom: 10px; } }
      .p-index_news_name dd {
        font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        font-weight: 600;
        font-size: 28px;
        font-size: 2.8rem; }
        @media screen and (max-width: 767px) {
          .p-index_news_name dd {
            font-size: 22px;
            font-size: 2.2rem; } }
    .p-index_news_map {
      height: 460px; }
      @media screen and (min-width: 768px) {
        .p-index_news_map {
          width: 40%;
          max-width: 490px;
          margin-left: 60px; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .p-index_news_map {
          margin-left: 30px; } }
      @media screen and (max-width: 767px) {
        .p-index_news_map {
          height: 230px;
          margin-top: 30px; } }
      .p-index_news_map iframe {
        border: 0; }
  .p-index_ttl {
    margin-bottom: 40px;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: 600;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
    animation-duration: 1.2s; }
    @media screen and (max-width: 1440px) {
      .p-index_ttl {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 1440px) and (min-width: 768px) {
      .p-index_ttl {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .p-index_ttl {
        margin-bottom: 20px; } }
  .p-index_hospitalT {
    padding: 100px 0;
    background-image: url(../img/bg_hospital-tour.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .p-index_hospitalT {
        padding: 25px 0; } }
    .p-index_hospitalT_box {
      padding: 80px 115px;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .p-index_hospitalT_box {
          padding: 30px 5%; } }
    .p-index_hospitalT_ttl {
      position: relative;
      z-index: 0;
      line-height: 1;
      padding-bottom: 60px;
      font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-weight: 600;
      font-size: 32px;
      font-size: 3.2rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-index_hospitalT_ttl {
          padding-bottom: 40px;
          font-size: 22px;
          font-size: 2.2rem; } }
      .p-index_hospitalT_ttl::before {
        position: absolute;
        z-index: 0;
        bottom: 29px;
        left: 50%;
        width: 70px;
        height: 1px;
        background-color: #9a8a67;
        transform: translateX(-50%);
        content: ""; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_ttl::before {
            bottom: 20px;
            width: 45px; } }
    .p-index_hospitalT_schedule {
      margin: 50px auto 0; }
      @media screen and (min-width: 768px) {
        .p-index_hospitalT_schedule {
          max-width: 536px; } }
      @media screen and (max-width: 767px) {
        .p-index_hospitalT_schedule {
          margin: 25px auto 0; } }
    .p-index_hospitalT_ymd {
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      .p-index_hospitalT_ymd_cont {
        width: 202px; }
        @media screen and (min-width: 1101px) {
          .p-index_hospitalT_ymd_cont {
            margin-left: 45px; } }
        @media screen and (max-width: 1100px) and (min-width: 768px) {
          .p-index_hospitalT_ymd_cont {
            margin-left: 30px; } }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_ymd_cont {
            width: 50%;
            padding-left: 5%; } }
        @media screen and (min-width: 768px) {
          .p-index_hospitalT_ymd_cont:first-child {
            margin-left: 0; } }
      .p-index_hospitalT_ymd dt,
      .p-index_hospitalT_ymd dd {
        line-height: 1;
        font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        font-weight: 400; }
      .p-index_hospitalT_ymd dt {
        font-size: 24px;
        font-size: 2.4rem; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_ymd dt {
            font-size: 20px;
            font-size: 2rem; } }
      .p-index_hospitalT_ymd dd {
        display: inline-block;
        position: relative;
        z-index: 0;
        margin-top: -3px;
        padding-right: 60px;
        font-size: 52px;
        font-size: 5.2rem; }
        @media screen and (max-width: 1100px) and (min-width: 768px) {
          .p-index_hospitalT_ymd dd {
            font-size: 40px;
            font-size: 4rem; } }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_ymd dd {
            padding-right: 46px;
            font-size: 30px;
            font-size: 3rem; } }
      .p-index_hospitalT_ymd_date {
        display: inline-block;
        line-height: 1;
        font-size: 70px;
        font-size: 7rem; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_ymd_date {
            font-size: 36px;
            font-size: 3.6rem; } }
      .p-index_hospitalT_ymd_day {
        position: absolute;
        z-index: 0;
        top: 3px;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #b3a380; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_ymd_day {
            top: -5px;
            width: 40px;
            height: 40px; } }
        .p-index_hospitalT_ymd_day_dotw {
          display: block;
          line-height: 1;
          padding-top: 11px;
          color: #fff;
          font-family: 'Cormorant', 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
          font-weight: 700;
          font-size: 25px;
          font-size: 2.5rem;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .p-index_hospitalT_ymd_day_dotw {
              font-size: 18px;
              font-size: 1.8rem; } }
    .p-index_hospitalT_time {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      padding: 14px 0 10px;
      border-top: 1px solid #171717;
      border-bottom: 1px solid #171717; }
      @media screen and (max-width: 767px) {
        .p-index_hospitalT_time {
          margin-top: 15px;
          padding: 11px 0 8px; } }
      .p-index_hospitalT_time_number, .p-index_hospitalT_time_center {
        line-height: 1; }
      .p-index_hospitalT_time_number {
        line-height: 1;
        font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        font-weight: 400;
        font-size: 26px;
        font-size: 2.6rem; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_time_number {
            font-size: 20px;
            font-size: 2rem; } }
      .p-index_hospitalT_time_center {
        padding: 0 11px; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_time_center {
            padding: 0 5px; } }
    .p-index_hospitalT_location {
      line-height: 2.13;
      margin-top: 20px;
      font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-weight: 600;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-index_hospitalT_location {
          margin-top: 12px;
          font-size: 13px;
          font-size: 1.3rem; } }
    .p-index_hospitalT_detail {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .p-index_hospitalT_detail {
          margin-top: 25px; } }
      .p-index_hospitalT_detail_ttl {
        margin-bottom: 25px;
        padding: 11px 0;
        line-height: 1;
        border: 1px solid #9a8a67;
        color: #9a8a67;
        font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        font-weight: 600;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .p-index_hospitalT_detail_ttl {
            margin-bottom: 15px;
            padding: 10px 0 9px; } }
  .p-index_feature_top {
    padding: 120px 0 100px; }
    @media screen and (min-width: 768px) {
      .p-index_feature_top {
        position: relative;
        z-index: 0; } }
    @media screen and (max-width: 767px) {
      .p-index_feature_top {
        padding: 50px 0 30px; } }
    @media screen and (min-width: 1101px) {
      .p-index_feature_top_cont {
        width: 40%;
        max-width: 490px; } }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .p-index_feature_top_cont {
        width: 46%;
        max-width: 46%; } }
    .p-index_feature_top_cont .c-ttl_base {
      animation-duration: .8s; }
    .p-index_feature_top_cont .c-txt_base {
      animation-duration: 1.6s; }
    @media screen and (min-width: 768px) {
      .p-index_feature_top_img {
        position: absolute;
        z-index: 0;
        top: 100px;
        right: 0;
        width: 50%;
        max-height: 500px;
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .p-index_feature_top_img {
        margin-bottom: 25px; } }
  @media screen and (min-width: 768px) {
    .p-index_feature_link {
      display: flex;
      flex-wrap: wrap; } }
  .p-index_feature_link_cont {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .4s; }
    @media screen and (min-width: 768px) {
      .p-index_feature_link_cont {
        width: calc(100% / 2);
        height: 492px; }
        .p-index_feature_link_cont:hover {
          opacity: .8; } }
    .p-index_feature_link_cont.cont_01 {
      background-image: url(../img/bg_link01.jpg); }
    .p-index_feature_link_cont.cont_02 {
      background-image: url(../img/bg_link02.jpg); }
    .p-index_feature_link_cont.cont_03 {
      background-image: url(../img/bg_link03.jpg); }
    .p-index_feature_link_cont.cont_04 {
      background-image: url(../img/bg_link04.jpg); }
    .p-index_feature_link_cont a {
      display: block;
      height: 100%;
      padding: 50px 30px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .p-index_feature_link_cont a {
          position: relative;
          z-index: 0; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .p-index_feature_link_cont a {
          padding: 25px 0; } }
      @media screen and (max-width: 767px) {
        .p-index_feature_link_cont a {
          padding: 25px 5%; } }
      .p-index_feature_link_cont a .c-btn_txt_jp {
        margin-top: 30px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .p-index_feature_link_cont a .c-btn_txt_jp {
            margin-top: 20px; } }
  .p-index_feature_link_ttl {
    line-height: 1.55;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center; }
    @media screen and (max-width: 1100px) {
      .p-index_feature_link_ttl {
        font-size: 17px;
        font-size: 1.7rem; } }
    @media screen and (max-width: 767px) {
      .p-index_feature_link_ttl {
        line-height: 1.8;
        margin-bottom: 72px; } }
  @media screen and (min-width: 768px) {
    .p-index_feature_link_inner {
      position: absolute;
      z-index: 0;
      bottom: 30px;
      left: 30px;
      width: 90%; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_feature_link_inner {
      left: 5%; } }
  .p-index_doctor {
    position: relative;
    z-index: 0;
    padding: 180px 0 90px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .p-index_doctor {
        padding: 50px 0; } }
    .p-index_doctor::before {
      position: absolute;
      z-index: -1;
      top: 100px;
      right: 0;
      width: 88%;
      width: calc(88% - 166px);
      height: 100%;
      background-color: #fffcf6;
      content: ""; }
      @media screen and (max-width: 767px) {
        .p-index_doctor::before {
          top: 166px;
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .p-index_doctor .l-cont_l {
        display: flex; } }
    .p-index_doctor_img {
      width: 36%; }
      @media screen and (min-width: 768px) {
        .p-index_doctor_img {
          max-width: 440px; } }
      @media screen and (max-width: 767px) {
        .p-index_doctor_img {
          width: 70%;
          margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .p-index_doctor_cont {
        width: 60%;
        max-width: 740px;
        margin-left: 60px; } }
    @media screen and (max-width: 1100px) and (min-width: 768px) {
      .p-index_doctor_cont {
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .p-index_doctor_cont {
        margin-top: 40px; } }
    .p-index_doctor_cont .c-ttl_base {
      animation-duration: .8s; }
    .p-index_doctor_cont .p-index_ttl {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .p-index_doctor_cont .p-index_ttl {
          margin-top: 25px; } }
    .p-index_doctor_cont .c-txt_base {
      animation-duration: 1.6s; }
    .p-index_doctor_btm {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px;
      animation-duration: 2s; }
      @media screen and (max-width: 767px) {
        .p-index_doctor_btm {
          margin-top: 25px; } }
      .p-index_doctor_btm_name dt {
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .p-index_doctor_btm_name dt {
            font-size: 12px;
            font-size: 1.2rem; } }
      .p-index_doctor_btm_name dd {
        font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        font-weight: 600;
        font-size: 28px;
        font-size: 2.8rem; }
        @media screen and (max-width: 767px) {
          .p-index_doctor_btm_name dd {
            font-size: 19px;
            font-size: 1.9rem; } }
  .p-index_treatment {
    padding: 100px 0 60px; }
    @media screen and (max-width: 767px) {
      .p-index_treatment {
        padding: 50px 0 33px; } }
    .p-index_treatment .c-ttl_base {
      animation-duration: .8s; }
  .p-index_access {
    padding: 60px 0 50px; }
    @media screen and (max-width: 767px) {
      .p-index_access {
        padding: 32px 0 33px; } }
    @media screen and (min-width: 768px) {
      .p-index_access .l-cont_l {
        display: flex;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .p-index_access .l-cont_l {
        width: 100%; } }
    .p-index_access_map {
      height: 460px; }
      @media screen and (min-width: 768px) {
        .p-index_access_map {
          width: 56%;
          max-width: 690px;
          margin-right: 55px; } }
      @media screen and (max-width: 1100px) and (min-width: 768px) {
        .p-index_access_map {
          margin-right: 30px; } }
      @media screen and (max-width: 767px) {
        .p-index_access_map {
          width: 95%;
          height: 230px;
          margin: 0 auto; } }
      .p-index_access_map iframe {
        border: 0; }
    @media screen and (min-width: 768px) {
      .p-index_access_cont {
        width: 40%;
        max-width: 490px; } }
    @media screen and (max-width: 767px) {
      .p-index_access_cont {
        margin-top: 30px;
        padding: 0 5%; } }
    .p-index_access_cont .c-ttl_base {
      animation-duration: .8s; }
    .p-index_access_inner {
      animation-duration: 1.2s; }
      .p-index_access_inner .c-tel {
        /* display: flex; */
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .p-index_access_inner .c-tel {
            display: block;
            justify-content: center;
            margin-top: 15px; } }
        /* .p-index_access_inner .c-tel .phone {
          margin-left: 47px; } */
          /* @media screen and (max-width: 767px) {
            .p-index_access_inner .c-tel .phone {
              margin-left: 35px; } } */
    .p-index_access_add {
      margin-top: 20px; }
      @media screen and (min-width: 767px) {
        .p-index_access_add {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .p-index_access_add {
          margin-top: 15px;
          text-align: center; } }
    .p-index_access_tbl {
      animation-duration: 1.6s; }
      .p-index_access_tbl .c-tbl_hour {
        margin-top: 25px; }
        @media screen and (max-width: 767px) {
          .p-index_access_tbl .c-tbl_hour {
            margin-top: 20px; } }
    .p-index_access_btm {
      display: flex;
      align-items: center;
      margin-top: 40px;
      animation-duration: 2s; }
      @media screen and (max-width: 767px) {
        .p-index_access_btm {
          margin-top: 25px; } }
      .p-index_access_btm .c-btn_txt_en {
        width: 50%; }
  .p-index_calendar {
    padding: 50px 0 70px; }
    @media screen and (max-width: 767px) {
      .p-index_calendar {
        padding: 32px 0 35px; } }
    .p-index_calendar .c-ttl_min {
      animation-duration: .8s; }
    @media screen and (min-width: 767px) {
      .p-index_calendar_cont .calendarBox {
        display: flex;
        align-items: flex-start; } }
    @media screen and (min-width: 767px) {
      .p-index_calendar_cont #cal01,
      .p-index_calendar_cont #cal02 {
        width: 48%; } }
    @media screen and (min-width: 767px) {
      .p-index_calendar_cont #cal01 {
        margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .p-index_calendar_cont #cal01 {
        margin-bottom: 20px; } }
    .p-index_calendar_cont .month {
      line-height: 1;
      font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
      font-size: 27px;
      font-size: 2.7rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-index_calendar_cont .month {
          font-size: 15px;
          font-size: 1.5rem; } }
    .p-index_calendar_cont table {
      width: 100%;
      margin-top: 20px;
      border-collapse: separate; }
      @media screen and (max-width: 767px) {
        .p-index_calendar_cont table {
          margin-top: 11px; } }
      .p-index_calendar_cont table th,
      .p-index_calendar_cont table td {
        line-height: 1;
        font-family: 'Amiri', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        font-weight: 400;
        font-size: 20px;
        font-size: 2rem;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .p-index_calendar_cont table th,
          .p-index_calendar_cont table td {
            font-size: 13px;
            font-size: 1.3rem; } }
      .p-index_calendar_cont table th {
        padding: 10px 0;
        border-bottom: 1px solid #c3c3c3; }
        @media screen and (max-width: 767px) {
          .p-index_calendar_cont table th {
            padding: 8px 0; } }
      .p-index_calendar_cont table td {
        padding: 20px 0 30px; }
        @media screen and (max-width: 767px) {
          .p-index_calendar_cont table td {
            padding: 13px 0 23px; } }
        .p-index_calendar_cont table td span {
          display: block;
          position: relative;
          z-index: 0;
          line-height: 1; }
          .p-index_calendar_cont table td span::before, .p-index_calendar_cont table td span::after {
            position: absolute;
            z-index: -1; }
          .p-index_calendar_cont table td span::before {
            top: -9px;
            left: 50%;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            transform: translateX(-50%);
            content: ""; }
            @media screen and (max-width: 767px) {
              .p-index_calendar_cont table td span::before {
                top: -5px;
                width: 23px;
                height: 23px; } }
          .p-index_calendar_cont table td span::after {
            bottom: -25px;
            left: 0;
            width: 100%;
            height: 11px;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
            font-weight: 700;
            font-size: 12px;
            font-size: 1.2rem;
            text-align: center; }
            @media screen and (max-width: 767px) {
              .p-index_calendar_cont table td span::after {
                bottom: -20px;
                font-size: 10px;
                font-size: 1rem; } }
    .p-index_calendar_cont .close span::before {
      background-color: #ffa1a6; }
    .p-index_calendar_cont .close span::after {
      color: #d65b62;
      content: "休診日"; }
    .p-index_calendar_cont .am span::before {
      background-color: #ebdab6; }
    .p-index_calendar_cont .am span::after {
      color: #b3a380;
      content: "午前休診"; }
    .p-index_calendar_cont .pm span::before {
      background-color: #c8a484; }
    .p-index_calendar_cont .pm span::after {
      color: #b88159;
      content: "午後休診"; }
    .p-index_calendar_cont .other span::before {
      background-color: #e0e0e0; }
    .p-index_calendar_cont .other span::after {
      color: #6f6f6f;
      content: "矯正日"; }

/*# sourceMappingURL=style.css.map */
