<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Index
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .home .l-gnav_cont.nav_01 a {
    background-color: #5b4230;
  }
  .home .l-gnav_cont.nav_01 a span {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .home .l-cont_m {
    width: 95%;
    max-width: 1300px;
    padding: 0;
  }
}

.p-index {
  /* ----- key ----- */
  /* ----- banner ----- */
  /* ----- title ----- */
  /* ----- treatment ----- */
  /* ----- link ----- */
  /* ----- calendar ----- */
  /* ----- row ----- */
  /* ----- SNS ----- */
}
@media screen and (max-width: 767px) {
  .p-index_key {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-index_key .slick-list {
    overflow: inherit;
  }
}
.p-index_key_slider {
  margin-bottom: 0 !important;
}
.p-index_key_slider li {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-index_key_slider li {
    height: 100vh;
    height: calc(100vh - 140px);
    min-height: 600px;
    max-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_slider li::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_slider li.slider_01 {
    background-image: url(../img/slider01.webp);
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_slider li.slider_02 {
    background-image: url(../img/slider02.webp);
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_slider li.slider_03 {
    background-image: url(../img/slider03.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-index_key_slider .slick-dots {
    bottom: -3px;
  }
  .p-index_key_slider .slick-dots li {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50%;
    margin: 0 7px 0 0;
  }
  .p-index_key_slider .slick-dots li.slick-active button {
    background-color: #bc9021;
  }
  .p-index_key_slider .slick-dots li:last-child {
    margin: 0;
  }
  .p-index_key_slider .slick-dots li::before {
    display: none;
  }
  .p-index_key_slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #bc9021;
  }
  .p-index_key_slider .slick-dots li button::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_cont {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_key_cont {
    padding: 20px 3%;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_cont .l-cont_m {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 90%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_inner {
    position: absolute;
    z-index: 2;
    /* -webkit-transform: translateY(-50%); */
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    min-width: 570px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
}
}
.p-index_key_ttl, .p-index_key_copy, .p-index_key_txt {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-index_key_ttl, .p-index_key_copy, .p-index_key_txt {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-index_key_ttl, .p-index_key_copy, .p-index_key_txt {
    text-align: center;
  }
}
.p-index_key_ttl {
  display: block;
  line-height: 1;
  color: #d9a626;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_key_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_key_copy {
  line-height: 1.42;
  margin-top: 20px;
  font-weight: 600;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_key_copy {
    margin-top: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_key_txt {
  line-height: 1.81;
  margin-top: 35px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-index_key_txt {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 10px #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-index_key_txt {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_key_btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-index_key_btn {
    width: 71%;
    max-width: 420px;
    margin: 30px auto;
}
}
@media screen and (max-width: 767px) {
  .p-index_key_btn {
    margin-top: 20px;
  }
}
.p-index_key_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 21px 22px;
  background-color: #bc9021;
  background-image: url(../common/img/ico_arw_wh.svg);
  background-size: 8px 11px;
  background-position: 96% center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-index_key_btn a {
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_key_btn a {
    background-size: 5px 9px;
    background-position: 94% center;
  }
}
.p-index_key_btn a img {
  width: 15px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-index_key_btn a img {
    width: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_key_btn a:hover {
    opacity: 0.8;
  }
}
.p-index_key_btn_txt {
  display: block;
  line-height: 1;
  margin-left: 9px;
  color: #fff;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_key_btn_txt {
    margin-left: 7px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_bnr {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-index_bnr {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_bnr .l-cont_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index_bnr_cont {
  width: 48%;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index_bnr_cont {
    width: 100%;
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_bnr_cont:hover {
    opacity: 0.8;
  }
}
.p-index_bnr_cont.bnr_01 {
  background-image: url(../img/bnr01_pc.webp);
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .p-index_bnr_cont.bnr_01 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_bnr_cont.bnr_01 {
    margin-top: 15px;
    background-image: url(../img/bnr01_sp.webp);
  }
}
.p-index_bnr_cont.bnr_01 .p-index_bnr_inner {
  left: 48px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_bnr_cont.bnr_01 .p-index_bnr_inner {
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_bnr_cont.bnr_01 .p-index_bnr_inner {
    left: 6%;
  }
}
.p-index_bnr_cont.bnr_02 {
  background-image: url(../img/bnr02_pc.webp);
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .p-index_bnr_cont.bnr_02 {
    background-image: url(../img/bnr02_sp.webp);
  }
  .p-index_ttl.exam-txt{
    font-size: 2rem;
  }
  .p-index_bnr_inner .c-txt_base.service-txt{
    font-size: 1rem;
  }
}
.p-index_bnr_cont.bnr_02 .p-index_bnr_inner {
  right: 53px;
  color: #fff;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_bnr_cont.bnr_02 .p-index_bnr_inner {
    right: -23%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_bnr_cont.bnr_02 .p-index_bnr_inner {
    right: -23%;
  }
}
.p-index_bnr_cont.bnr_02 .p-index_ttl {
  line-height: 1.4;
}
.p-index_bnr_cont a {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
}
.p-index_bnr_inner {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-index_bnr_inner {
    width: 88%;
  }
}
.p-index_bnr_inner .c-txt_base {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-index_bnr_inner .c-txt_base {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index_bnr_inner .p-index_ttl {
    white-space: nowrap;
  }
}
.p-index_bnr_sub {
  font-size: 2rem;
  font-size: 20px;
  color: #bc9021;
  margin-bottom: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-index_bnr_sub {
    font-size: 1.4rem;
    font-size: 14px;
  }
}
.p-index_ttl {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.p-index_ttl.ocher .p-index_ttl_arw {
  background-image: url(../common/img/ico_circle-arw.svg);
  color: #bc9021;
}
.p-index_ttl.wh .p-index_ttl_arw {
  background-image: url(../common/img/ico_circle-arw_wh.svg);
  color: #fff;
}
.p-index_ttl_arw {
  display: inline-block;
  padding-right: 35px;
  background-size: 27px 27px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_ttl_arw {
    padding-right: 20px;
    background-size: 16px 16px;
  }
}
.p-index_treatment {
  padding: 4px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-index_treatment {
    padding: 0 0 40px;
  }
}
.p-index_treatment_head {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-index_treatment_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_treatment_head .c-ttl_ico {
    margin-right: 40px;
    margin-bottom: 0;
    padding-right: 40px;
    border-right: 1px solid #c0c0c0;
  }
}
.p-index_link {
  padding: 80px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-index_link {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_link .l-cont_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index_link_grid {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-index_link_grid {
    width: 100%;
  }
}
.p-index_link_grid_cont {
  height: 230px;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont {
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_link_grid_cont:hover {
    opacity: 0.8;
  }
}
.p-index_link_grid_cont a {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
}
.p-index_link_grid_cont.case {
  background-image: url(../img/bnr_cases_pc.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont.case {
    background-image: url(../img/bnr_cases_sp.webp);
  }
}
.p-index_link_grid_cont.case .p-index_link_grid_inner {
  left: 48px;
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont.case .p-index_link_grid_inner {
    left: 4.5%;
  }
}
.p-index_link_grid_cont.blog {
  margin-top: 20px;
  background-color: #5b4230;
  background-image: url(../img/bnr_blog_pc.webp);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-index_link_grid_cont.blog {
    background-position: 120%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont.blog {
    background-image: url(../img/bnr_blog_sp.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont.blog {
    margin-top: 15px;
  }
}
.p-index_link_grid_cont.blog .p-index_link_grid_inner {
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-index_link_grid_cont.blog .p-index_link_grid_inner {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont.blog .p-index_link_grid_inner {
    left: 4.5%;
  }
}
.p-index_link_grid_cont.blog .p-index_link_grid_inner .p-index_ttl {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_cont.blog .p-index_link_grid_inner .p-index_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_link_grid_inner {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-index_link_grid_inner .p-index_ttl {
  white-space: nowrap;
}
.p-index_link_grid_en {
  position: absolute;
  z-index: 0;
  top: 15%;
  left: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 76px;
  font-size: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_link_grid_en {
    top: 30%;
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.p-index_link_seminar {
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-index_link_seminar {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_link_seminar {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_link_seminar:hover {
    opacity: 0.8;
  }
}
.p-index_link_seminar a {
  display: block;
}
.p-index_link_seminar_cont {
  position: relative;
  z-index: 0;
  padding: 20px 0 29px 147px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_link_seminar_cont {
    padding: 20px 0 29px 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_link_seminar_cont {
    padding: 23px 0 30px;
  }
}
.p-index_link_seminar_ico {
  position: absolute;
  z-index: 0;
  top: -25px;
  left: 38px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_link_seminar_ico {
    left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_link_seminar_ico {
    top: -23px;
    left: 3%;
  }
}
.p-index_link_seminar_ico_cont {
  position: relative;
  z-index: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #ecdcb5;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_ico_cont {
    width: 43px;
    height: 43px;
  }
}
.p-index_link_seminar_ico_txt {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #5b4230;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_ico_txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_link_seminar_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #bc9021;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .p-index_link_seminar_date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index_link_seminar_date dt,
.p-index_link_seminar_date dd {
  line-height: 1;
}
.p-index_link_seminar_date dt span,
.p-index_link_seminar_date dd span {
  line-height: 1;
}
.p-index_link_seminar_date dt {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_date dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_link_seminar_date dt span {
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_date dt span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_link_seminar_date dd {
  margin-top: 10px;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_date dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_link_seminar_date dd span {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_date dd span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_link_seminar_ttl {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-index_link_seminar_ttl {
    text-align: center;
  }
}
.p-index_link_seminar_ttl span {
  display: inline-block;
  line-height: 1.39;
  padding-right: 50px;
  background-image: url(../common/img/ico_circle-arw.svg);
  background-size: 26px 26px;
  background-position: right center;
  background-repeat: no-repeat;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1100px) {
  .p-index_link_seminar_ttl span {
    padding-right: 25px;
    background-size: 20px 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.p-index_link_seminar_txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-index_link_seminar_txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-index_calendar {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-index_calendar {
    padding: 45px 0;
  }
}
@media screen and (min-width: 767px) {
  .p-index_calendar_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
}
@media screen and (min-width: 767px) {
  .p-index_calendar_inner {
    width: 48%;
    margin-right: 4%;
    height: 510px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_calendar_inner {
    margin-bottom: 20px;
    height: 280px;
  }
}
.p-index_calendar_inner iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .p-index_calendar_inner:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_calendar_inner:last-child {
    margin-bottom: 0;
  }
}
.p-index_row {
  padding: 80px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-index_row {
    padding: 35px 0;
  }
}
@media screen and (min-width: 767px) {
  .p-index_row .l-cont_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index_row_cont {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-index_row_cont {
    width: 48%;
  }
}
.p-index_row_cont.information {
  padding: 50px 42px 115px 65px;
}
@media screen and (max-width: 767px) {
  .p-index_row_cont.information {
    padding: 20px 3% 25px 5%;
  }
}
.p-index_row_cont.blog {
  position: relative;
  z-index: 0;
  padding: 50px 42px 115px 65px;
}
@media screen and (min-width: 767px) {
  .p-index_row_cont.blog {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_row_cont.blog {
    margin-top: 25px;
    padding: 20px 3% 80px 5%;
  }
}
.p-index_row_cont.blog .c-btn_arw {
  position: absolute;
  z-index: 0;
  right: 48px;
  bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-index_row_cont.blog .c-btn_arw {
    right: 7%;
    bottom: 30px;
  }
}
.p-index_row_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-index_row_ttl {
    margin-bottom: 20px;
  }
}
.p-index_row_ttl span {
  display: block;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.p-index_row_ttl_en {
  line-height: 1;
  color: #bc9021;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_row_ttl_en {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_row_ttl_jp {
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_row_ttl_jp {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .p-index_row_ttl_jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_row_box {
  height: 300px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-index_row_box {
    height: 250px;
    margin-top: 20px;
  }
}
.p-index_row_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.p-index_row_box::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.p-index_row_box::-webkit-scrollbar-thumb {
  background-color: #bc9021;
}
.p-index_row_list {
  padding-right: 23px;
}
@media screen and (max-width: 767px) {
  .p-index_row_list {
    padding-right: 14px;
  }
}
.p-index_row_list li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d1d1d1;
}
@media screen and (max-width: 767px) {
  .p-index_row_list li {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
}
.p-index_row_list li:last-child {
  margin-bottom: 0;
}
.p-index_row_list li a {
  color: #666;
  text-decoration: underline;
}
.p-index_row_list li a:hover {
  opacity: 0.8;
}
.p-index_row_update {
  display: block;
  line-height: 1;
  color: #bc9021;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_row_update {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_row_txt {
  line-height: 1.89;
  margin-top: 8px;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-index_row_txt {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .p-index_row_txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_sns {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-index_sns {
    padding: 40px 0;
  }
}
.p-index_sns:before {
  position: absolute;
  z-index: -1;
  top: 201px;
  left: 0;
  width: 46%;
  height: 461px;
  background-color: #f0f0f0;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_sns:before {
    top: 150px;
    width: 95%;
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_sns .l-cont_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-index_sns_cont.instagram {
  width: 50%;
  position: relative;
  z-index: 1;
}
.p-index_sns_cont.instagram iframe {
  width: 100%;
}
.p-index_sns_cont.instagram .instagram_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-index_sns_cont.instagram {
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_sns_cont.instagram {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .p-index_sns_cont.facebook {
    width: 40%;
    max-width: 510px;
    margin-left: 132px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_sns_cont.facebook {
    margin-top: 60px;
  }
}
.p-index_sns_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_sns_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_sns_ttl img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_sns_ttl img {
    width: 15px;
    margin-top: 2px;
  }
}
.p-index_sns_ttl_txt {
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .p-index_sns_ttl_txt {
    margin-left: 13px;
  }
}
.p-index_sns_iframe {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-index_sns_iframe {
    margin-top: 14px;
  }
}
.p-index_sns_iframe.facebook iframe {
  width: 100%;
  height: 100%;
}
.p-index_calendar_cont.-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont.-google {
    display: block;
  }
}
.p-index_calendar_cont.-sub {
  display: block;
}
.p-index_calendar .calendarBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index_calendar .calendarBox .calendar {
  width: 48%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox .calendar {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.p-index_calendar .calendarBox .month {
  font-family: "Shippori Mincho", serif;
  color: #bc9021;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox .month {
    font-size: 18px !important;
    color: #bc9021;
  }
}
.p-index_calendar .calendarBox table {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox table {
    margin-top: 15px;
  }
}
.p-index_calendar .calendarBox table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-index_calendar .calendarBox table th,
.p-index_calendar .calendarBox table td {
  font-family: "Shippori Mincho", serif;
  color: #444;
  display: block;
}
.p-index_calendar .calendarBox table th.holiday,
.p-index_calendar .calendarBox table td.holiday {
  color: #e86b97;
}
.p-index_calendar .calendarBox table th.saturday,
.p-index_calendar .calendarBox table td.saturday {
  color: #2095a2;
}
.p-index_calendar .calendarBox table th {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 12px;
  margin-right: 1.03%;
  padding: 0 0 12px;
  width: 13.4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox table th {
    font-size: 10px;
    padding-bottom: 9px;
  }
}
.p-index_calendar .calendarBox table th:nth-child(7n) {
  margin-right: 0;
}
.p-index_calendar .calendarBox table td {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: top;
  position: relative;
  padding: 2.5px;
  border: 1px solid #ddd;
  padding: 9px 4px 33px;
  width: 13.4%;
  text-align: left;
  margin-right: 1.03%;
  margin-bottom: 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox table td {
    padding: 1.5px;
    font-size: 10px;
    padding: 4px 2px 18px;
  }
}
.p-index_calendar .calendarBox table td:nth-child(7n) {
  margin-right: 0;
}
.p-index_calendar .calendarBox table td::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6px;
  font-size: 11px;
  font-size: 1.1rem;
  height: 11px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_calendar .calendarBox table td::after {
    font-size: 11px;
  }
}
.p-index_calendar .calendarBox table td.blank {
  border: unset;
  background-color: #f7fafd;
}
.p-index_calendar .calendarBox table td.close {
  color: #e86b97;
  background-color: #ffeeee;
}
.p-index_calendar .calendarBox table td.close::after {
  content: "休診日";
  color: #e86b97;
}
.p-index_calendar .calendarBox table td.am_close {
  background-color: #f2feff;
}
.p-index_calendar .calendarBox table td.am_close::after {
  content: "午前休";
  color: #2095a2;
}
.p-index_calendar .calendarBox table td.pm_close {
  background-color: #f5fce7;
}
.p-index_calendar .calendarBox table td.pm_close::after {
  content: "午後休";
  color: #a0ca54;
}
.p-index_calendar .calendarBox table td.other {
  background-color: #f2f2f2;
}
.p-index_calendar .calendarBox table td.other::after {
  content: "その他";
  color: #6e6965;
}
@-moz-document url-prefix() {
  .p-index_calendar .calendarBox table tr {
    display: flex;
  }
  .p-index_calendar .calendarBox table td {
    display: block;
  }
  .p-index_calendar .calendarBox table th {
    display: block;
  }
}

.tab .p-index_link_grid_cont.blog .p-index_link_grid_inner {
  width: 34%;
}

.tab .p-index_link_grid_cont.blog {
  background-position: 133%;
}</pre></body></html>