/* Index
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .home .l-header {
    background-color: transparent;
  }
  .home .l-header_seo_txt {
    color: #9d9387;
  }
}
.home .l-header_logo_wht {
  display: block;
}
@media screen and (max-width: 767px) {
  .home .l-header_logo_wht {
    display: none;
  }
}
.home .l-header_logo_color {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .l-header_logo_color {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home .l-header_tel_link_wht {
    display: block;
  }
  .home .l-header_tel_link_brw {
    display: none;
  }
  .home .l-header_tel_link_num, .home .l-header_tel_txt {
    color: white;
  }
}
@media screen and (min-width: 768px) {
  .home .l-header.open .l-header_logo_wht {
    display: none;
  }
  .home .l-header.open .l-header_logo_color {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home .l-header.scroll-in {
    background-color: #fff;
  }
  .home .l-header.scroll-in .l-header_seo_txt {
    color: #87746f;
  }
  .home .l-header.scroll-in .l-header_logo_wht {
    display: none;
  }
  .home .l-header.scroll-in .l-header_logo_color {
    display: block;
  }
  .home .l-header.scroll-in .l-header_tel_link_wht {
    display: none;
  }
  .home .l-header.scroll-in .l-header_tel_link_brw {
    display: block;
  }
  .home .l-header.scroll-in .l-header_tel_link_num, .home .l-header.scroll-in .l-header_tel_txt {
    color: #5b382f;
  }
}
.home .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home .l-main {
    margin-top: 0;
  }
}

.p-index_mv {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-index_mv {
    height: 420px;
  }
}
.p-index_mv_slider {
  margin-bottom: 0 !important;
}
.p-index_mv_slider li {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-index_mv_slider li {
    min-height: 768px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_mv_slider li {
    height: 880px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_slider li {
    height: 420px;
  }
}
.p-index_mv_slider li .p-index_mv_slider_img {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-index_mv_slider li .p-index_mv_slider_img {
    min-height: 768px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_mv_slider li .p-index_mv_slider_img {
    height: 880px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_slider li .p-index_mv_slider_img {
    height: 420px;
  }
}
.p-index_mv_slider li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_mv_slider .slick-dots {
  z-index: 1;
  right: 32px;
  bottom: 32px;
  left: unset;
  width: 90%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-index_mv_slider .slick-dots {
    max-width: 1280px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_slider .slick-dots {
    bottom: 10px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.p-index_mv_slider .slick-dots li {
  width: 10px;
  height: 10px;
  min-height: unset;
  margin: 0 8px 0 0;
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .p-index_mv_slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px 0 0;
  }
}
.p-index_mv_slider .slick-dots li::before {
  display: none;
}
.p-index_mv_slider .slick-dots li.slick-active button {
  background-color: #222;
}
.p-index_mv_slider .slick-dots li:last-child {
  margin: 0;
}
.p-index_mv_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.p-index_mv_slider .slick-dots li button::before {
  display: none;
}
.p-index_mv_cont {
  color: #222;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-index_mv_cont {
    padding: 20px 0 25px;
  }
}
.p-index_mv_head {
  width: 340px;
  margin: 0 auto 25px;
  background-color: #9d9387;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_head {
    font-size: 13px;
    font-size: 1.3rem;
    width: 197px;
    height: 19px;
    line-height: 17px;
    margin-bottom: 14px;
  }
}
.p-index_mv_logo {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-index_mv_logo {
    width: 174px;
  }
}
.p-index_mv_ttl {
  line-height: 1.4;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-index_mv_ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.p-index_mv_ttl span {
  font-size: 80px;
  font-size: 8rem;
  font-family: "Hina Mincho", serif;
  color: #d4a91c;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-index_mv_ttl span {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
.p-index_mv_txt {
  line-height: 1.4;
  margin-top: 12px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-index_mv_txt {
    line-height: 1.55;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
.p-index_mv_sub {
  margin-top: 24px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_sub {
    margin-top: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_mv_list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list {
    margin-top: 16px;
  }
}
.p-index_mv_list .-item {
  display: inline-block;
  line-height: 1.1;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #fff;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Hina Mincho", serif;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(216, 209, 200, 0.4);
          box-shadow: 0px 0px 12px 1px rgba(216, 209, 200, 0.4);
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item {
    width: 27.73vw;
    height: 27.73vw;
    margin-right: 3vw;
  }
}
.p-index_mv_list .-item:last-child {
  margin-right: 0;
}
.p-index_mv_list .-item_inner {
  letter-spacing: -0.05em;
}
.p-index_mv_list .-item_inner .-brk {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item_inner .-brk {
    font-size: 14px;
  }
}
.p-index_mv_list .-item_inner .-main {
  color: #d4a91c;
}
.p-index_mv_list .-item_inner .-main .-txt {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item_inner .-main .-txt {
    font-size: 17px;
  }
}
.p-index_mv_list .-item:nth-child(1) .-brk {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item:nth-child(1) .-brk {
    font-size: 15px;
  }
}
.p-index_mv_list .-item:nth-child(1) .-main {
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item:nth-child(1) .-main {
    font-size: 30px;
  }
}
.p-index_mv_list .-item:nth-child(2) .-brk {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item:nth-child(2) .-brk {
    font-size: 15px;
  }
}
.p-index_mv_list .-item:nth-child(2) .-main {
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item:nth-child(2) .-main {
    font-size: 30px;
  }
}
.p-index_mv_list .-item:nth-child(2) .-main .-num {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item:nth-child(2) .-main .-num {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_mv_list .-item:nth-child(3) .-brk {
    margin-bottom: 3px;
  }
}
.p-index_mv_note {
  padding: 13px 0 38px;
  background-color: #edeeea;
}
@media screen and (max-width: 767px) {
  .p-index_mv_note {
    padding: 14px 0;
  }
}
.p-index_mv_note p {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #5f5f5f;
}
@media screen and (max-width: 767px) {
  .p-index_mv_note p {
    font-size: 10px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-index_bg_top {
  padding: 30px 0 0;
  position: relative;
}
.p-index_bg_top::after {
  content: "";
  background-color: #edeeea;
  position: absolute;
  width: 100%;
  height: 82.62%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-index_bg_top {
    padding: 24px 0 0;
    background-color: #edeeea;
  }
}
.p-index_bg_btm {
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .p-index_bg_btm {
    padding: 38px 0 60px;
  }
}
.p-index_news {
  position: relative;
}
.p-index_news::after {
  content: "";
  display: block;
  background-color: #414141;
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-index_news_ttl {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_news_ttl {
    font-size: 3.68vw;
    margin-bottom: 12px;
  }
}
.p-index_news_ttl_en {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #5f5f5f;
  font-weight: 600;
  margin-bottom: 2px;
}
.p-index_news_inner {
  background-color: #414141;
  padding: 60px 0 50px;
  padding-left: 9.72vw;
  padding-right: 3.47vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_news_inner {
    padding: 21px 20px 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_news_inner::before {
    content: "";
    display: inline-block;
    background-image: url(../img/index/ttl_news.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 3.47vw;
  }
}
.p-index_news .p-index_info_cont {
  overflow-X: auto;
}
@media screen and (max-width: 767px) {
  .p-index_news .p-index_info_inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-index_news .p-index_info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_news .p-index_info_list article {
    width: 484px;
  }
  .p-index_news .p-index_info_list article:not(:last-child) {
    margin-right: 40px;
  }
}
.p-index_info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_info_head {
    padding-right: 0;
  }
}
.p-index_info_head .c-ttl_index {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index_info_head_btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-index_info_head_btn {
    display: inline-block;
  }
}
.p-index_info_head_btn a {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 5px 33px 5px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-index_info_head_btn a {
    padding: 5px 23px 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_info_head_btn a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 1;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../img/ico_arw_g.webp) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index_info_head_btn a::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_info_head_btn a span {
    display: none;
  }
}
.p-index_info_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-index_info_list article {
    position: relative;
    z-index: 0;
    padding: 12px 0;
  }
}
.p-index_info_list article:last-of-type {
  border-bottom: none;
}
.p-index_info_list article a:first-of-type {
  width: 160px;
  aspect-ratio: 160/107;
  overflow: hidden;
  margin-right: 24px;
  background-image: url(../img/noimage.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-index_info_list article a:first-of-type {
    width: 115px;
    margin-top: 0;
    margin-right: 15px;
  }
}
.p-index_info_list article a:first-of-type img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-index_info_list .p-blog_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-index_info_list .p-blog_cont {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_info_list .p-blog_cont .c-ttl_article {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-index_info_list .p-blog_cont .c-ttl_article {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.p-index_info_list .p-blog_cont .c-ttl_article a {
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 0;
  color: #fff;
}
.p-index_info_list .p-blog_cont_sub {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-index_info_list .p-blog_cont p {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 50px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    max-height: 50px;
    overflow: hidden;
  }
}
.p-index_info_list .p-blog_date {
  color: #d4a91c;
  font-family: "Shippori Mincho", serif;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_info_list .p-blog_date {
    margin-bottom: 5px;
  }
}
.p-index_info_list .p-blog_cate {
  background-image: unset !important;
  aspect-ratio: unset !important;
  overflow: visible !important;
  width: auto !important;
  display: inline-block !important;
  margin: 0 10px 4px 0 !important;
  padding: 1px 8px 2px;
  line-height: 1.2;
  border: 1px solid #9d9387;
  background-color: #9d9387;
  color: #fff !important;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-index_info_list .p-blog_cate {
    line-height: 1.2;
    margin: 0 4px 2px 0 !important;
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_info_list .p-blog_cate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-index_info_list .p-blog_cate_wrap {
    margin-top: 4px;
  }
}
.p-index_info_list .p-blog_cate:last-child {
  margin-right: 0 !important;
}
.p-index_info_list .p-blog_thumb {
  height: 100%;
  display: block;
}
.p-index_info_list .p-blog_thumb picture {
  height: 100%;
}
.p-index_contact {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_contact {
    margin-top: 12rem;
  }
}
.p-index_contact .l-cont_m {
  padding: 53px 20px 70px;
}
@media screen and (max-width: 767px) {
  .p-index_contact .l-cont_m {
    padding: 0 0 55px;
  }
}
.p-index_contact_inner {
  background-image: url(../img/index/bg_reserve.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 60px 95px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_inner {
    padding: 37px 20px;
    background-image: url(../img/index/bg_reserve_sp.webp);
  }
}
.p-index_contact_ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl {
    margin-bottom: 25px;
  }
}
.p-index_contact_ttl_sub {
  display: block;
}
.p-index_contact_ttl_sub_cont {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #5f5f5f;
  letter-spacing: normal;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl_sub_cont {
    padding: 3px 5px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_contact_ttl_main {
  display: inline-block;
  line-height: 1.4;
  margin-top: 20px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl_main {
    line-height: 1.81;
    margin-top: 8px;
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
}
.p-index_contact_ttl_main::before, .p-index_contact_ttl_main::after {
  content: "";
  display: inline-block;
  background-color: #9d9387;
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_ttl_main::before, .p-index_contact_ttl_main::after {
    width: 24px;
  }
}
.p-index_contact_ttl_main::before {
  left: 50%;
}
.p-index_contact_ttl_main::after {
  background-color: #dab94d;
  right: 50%;
}
.p-index_contact .c-btn_reserve {
  margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact .c-btn_reserve {
    width: 100%;
    margin: 25px auto 0;
  }
}
.p-index_feature {
  padding: 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-index_feature {
    padding: 50px 0 0;
  }
}
.p-index_feature_ttl .-en {
  font-family: "Outfit", sans-serif;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1;
  color: #edeeea;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl .-en {
    font-size: 60px;
    font-size: 13vw;
  }
}
.p-index_feature_ttl .-sub {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl .-sub {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.p-index_feature_ttl .-main {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-index_feature_ttl .-main {
    font-size: 24px;
    font-size: 2.1rem;
    margin-top: 6px;
  }
}
.p-index_feature_top_list li {
  position: relative;
  z-index: 0;
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-index_feature_top_list li:nth-child(odd) {
    padding-left: 6.25vw;
  }
  .p-index_feature_top_list li:nth-child(odd) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-index_feature_top_list li:nth-child(odd) .p-index_feature_top_list_btn {
    top: 371px;
    right: 140px;
  }
  .p-index_feature_top_list li:nth-child(even) {
    padding-right: 6.25vw;
  }
  .p-index_feature_top_list li:nth-child(even) .p-index_feature_top_list_img .-num {
    right: unset;
    left: 54px;
  }
  .p-index_feature_top_list li:nth-child(even) .p-index_feature_top_list_btn {
    top: 400px;
    left: 140px;
  }
}
@media screen and (min-width: 1441px) {
  .p-index_feature_top_list li:nth-child(odd) {
    padding-left: 90px;
  }
  .p-index_feature_top_list li:nth-child(even) {
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list li {
    padding: 26px 0 28px;
  }
  .p-index_feature_top_list li:nth-child(even) .p-index_feature_top_list_img .-num {
    right: unset;
    left: 20px;
  }
}
.p-index_feature_top_list li:nth-child(1)::before {
  content: "";
  display: inline-block;
  background-color: #f3f3f3;
  position: absolute;
  width: 48.23%;
  height: 80.76%;
  bottom: 0;
  right: -5.55vw;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list li:nth-child(1)::before {
    bottom: unset;
    right: -20px;
    top: 65px;
    width: 76.2vw;
    height: 210px;
  }
}
.p-index_feature_top_list li:nth-child(3)::before {
  content: "";
  display: inline-block;
  background-color: #f3f3f3;
  position: absolute;
  width: 36.3%;
  height: 94%;
  top: 0;
  left: -11.8vw;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list li:nth-child(3)::before {
    left: -20px;
    top: unset;
    bottom: -10px;
    width: 52vw;
    height: 64.34%;
  }
}
.p-index_feature_top_list li:nth-child(5)::before {
  content: "";
  display: inline-block;
  background-color: #f3f3f3;
  position: absolute;
  width: 48.23%;
  height: 81.4%;
  top: -60px;
  right: -5.55vw;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list li:nth-child(5)::before {
    bottom: unset;
    right: -20px;
    top: -14px;
    width: 76.2vw;
    height: 210px;
  }
}
.p-index_feature_top_list li::before {
  position: absolute;
  z-index: -1;
}
.p-index_feature_top_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  color: #222;
}
.p-index_feature_top_list li a .c-txt_base {
  color: #5f5f5f;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list li a {
    display: block;
  }
}
.p-index_feature_top_list li a .c-btn_base {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list li a .c-btn_base {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_top_list_img {
    width: 52.1%;
  }
}
.p-index_feature_top_list_img .-num {
  color: #dab94d;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1;
  position: absolute;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-weight: 700;
  top: -74px;
  right: 54px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list_img .-num {
    top: -25px;
    font-size: 60px;
    font-size: 6rem;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_feature_top_list_cont {
    padding-top: 45px;
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list_cont {
    padding: 30px 20px 0;
  }
}
.p-index_feature_top_list_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list_ttl {
    margin-bottom: 17px;
  }
}
.p-index_feature_top_list_ttl .-jp {
  line-height: 1.5;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_feature_top_list_ttl .-jp {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list_ttl .-jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_feature_top_list_ttl .-sub {
  margin-top: 10px;
  color: #9d9387;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list_ttl .-sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_feature_top_list_btn {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-index_feature_top_list_btn .c-btn_ripples::before {
    top: -16px;
    left: -16px;
    width: 112px;
    height: 112px;
  }
  .p-index_feature_top_list_btn .c-btn_ripples::after {
    top: -32px;
    left: -32px;
    width: 144px;
    height: 144px;
  }
  .p-index_feature_top_list_btn .c-btn_ripples_cont {
    width: 80px;
    height: 80px;
  }
  .p-index_feature_top_list_btn .c-btn_ripples_cont img {
    width: 28px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_feature_top_list_btn {
    top: 193px;
    right: 20px;
  }
}

.p-index_greeting::before {
  content: "";
  display: inline-block;
  z-index: 1;
  background-color: #414141;
  position: absolute;
  width: 50vw;
  height: 85.7%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_greeting::before {
    height: 93.7%;
  }
}
.p-index_greeting::after {
  content: "";
  display: inline-block;
  z-index: -1;
  background-color: #9d9387;
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_greeting::after {
    height: 84px;
  }
}
.p-index_greeting_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 40px;
  padding-bottom: 85px;
  position: relative;
}
.p-index_greeting_inner::before {
  content: "";
  display: inline-block;
  z-index: 1;
  background-color: #414141;
  position: absolute;
  width: 100%;
  height: 85.7%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_greeting_inner::before {
    height: 93.7%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_greeting_inner {
    padding: 0 20px 50px;
  }
}
.p-index_greeting_cont {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-index_greeting_cont {
    width: 55.2%;
  }
}
.p-index_greeting_img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-index_greeting_img {
    width: 32%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_greeting_img {
    width: 51vw;
    margin: 0 auto 26px;
  }
}
.p-index_greeting_ttl {
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index_greeting_ttl {
    margin-bottom: 22px;
  }
}
.p-index_greeting_ttl .-logo {
  width: 396px;
}
@media screen and (max-width: 767px) {
  .p-index_greeting_ttl .-logo {
    width: 225px;
  }
}
.p-index_greeting_ttl_jp {
  line-height: 1;
  margin-top: 19px;
  margin-bottom: 48px;
  color: #dab94d;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-index_greeting_ttl_jp {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-index_greeting .c-txt_base {
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_greeting .c-txt_base {
    margin-bottom: 25px;
  }
}
.p-index_greeting_name {
  color: #fff;
}
.p-index_greeting_name dt,
.p-index_greeting_name dd {
  line-height: 1;
}
.p-index_greeting_name dt {
  font-weight: 500;
}
.p-index_greeting_name dd {
  margin-top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-index_greeting_name dd {
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_treatment {
  padding: 100px 0 0;
  background-color: #9d9387;
}
@media screen and (max-width: 767px) {
  .p-index_treatment {
    padding: 30px 0 0;
  }
}
.p-index_treatment .l-cont_xl {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-index_treatment .l-cont_xl {
    padding-bottom: 22px;
  }
}

.p-index_treatment_ttl {
  text-align: right;
  margin-bottom: 30px;
  padding-right: 3.47vw;
  position: relative;
  z-index: 10;
}
.p-index_treatment_ttl .-en {
  font-family: "Outfit", sans-serif;
  font-size: 140px;
  font-size: 13rem;
  line-height: 1;
  color: #d8d1c8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-index_treatment_ttl .-en {
    font-size: 13vw;
  }
}
.p-index_treatment_ttl .-jp {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_treatment_ttl .-jp {
    margin-top: 0;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.p-index_treatment_top {
  position: relative;
  z-index: 10;
}
.p-index_treatment_top li {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-index_treatment_top li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-index_treatment_top li a .p-index_treatment_top_ttl,
  .p-index_treatment_top li a .p-index_treatment_top_txt {
    padding-left: 6.25vw;
  }
  .p-index_treatment_top li:nth-child(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-index_treatment_top li:nth-child(even) a .p-index_treatment_top_ttl,
  .p-index_treatment_top li:nth-child(even) a .p-index_treatment_top_txt {
    padding-left: 0;
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-index_treatment_top li {
    margin-top: 25px;
  }
}
.p-index_treatment_top li:first-child {
  margin-top: 0;
}
.p-index_treatment_top_img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-index_treatment_top_img {
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .p-index_treatment_top_cont {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_treatment_top_cont {
    background-size: 227px;
    padding: 30px 20px 25px;
  }
}
.p-index_treatment_top_cont .c-txt_base {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-index_treatment_top_cont .c-txt_base {
    padding: 0;
  }
}
.p-index_treatment_top_cont .c-btn_base {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-index_treatment_top_cont .c-btn_base {
    margin-top: 18px;
  }
}
.p-index_treatment_top_txt {
  color: #fff;
}
.p-index_treatment_top_ttl {
  position: relative;
  z-index: 0;
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-index_treatment_top_ttl {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}

/* =========================
  INDEX 治療セクション（SP）
========================= */
@media screen and (max-width: 767px) {

  .p-index_treatment_top_ttl::before {
    bottom: 3px;
  }

  .p-index_treatment_top_ttl::after {
    bottom: 0;
  }

  .p-index_treatment_top_ttl_jp {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .p-index_treatment_top_ttl .-sub {
    font-size: 14px;
    font-size: 1.4rem;
    height: 26px;
    line-height: 24px;
    padding: 0 14px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 767px) {
  .p-index_treatment_top_ttl .-sub {
    font-size: 14px;
    font-size: 1.4rem;
    height: 26px;
    line-height: 24px;
    padding: 0 14px;
    margin-bottom: 10px;
  }
}
.p-index_price {
  background-color: #9d9387;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-index_price {
    padding-bottom: 60px;
  }
}
.p-index_price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  background-image: url(../img/index/price_bg.webp);
  background-position: right;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner {
    height: 95px;
    background-image: url(../img/index/price_bg_sp.webp);
  }
}
.p-index_price_inner::after {
  content: "PRICE LIST";
  line-height: 1;
  position: absolute;
  font-size: 94px;
  font-size: 9.4rem;
  color: #e8e8e7;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner::after {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.p-index_price_inner_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner_img {
    display: block;
    position: absolute;
    width: 14px;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
.p-index_price_inner_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
.p-index_price_inner_txt p {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 20px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-index_price_inner_txt p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
  }
}
.p-index_price_inner_txt img {
  width: 25px;
  display: none;
}
.p-index_calendar {
  padding: 92px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-index_calendar {
    padding: 45px 0 50px;
  }
}
.p-index_calendar_txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_txt {
    margin-bottom: 35px;
  }
}
.p-index_calendar_cont .calendarBox {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-index_calendar_cont .calendarBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-index_calendar_cont .calendarBox .calendar {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont .calendarBox .calendar:first-child {
    margin-bottom: 30px;
  }
}
.p-index_calendar_cont .calendarBox .calendar .month {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  color: #5b382f;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont .calendarBox .calendar .month {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_calendar_cont .calendarBox .calendar table {
  width: 100%;
}
.p-index_calendar_cont .calendarBox .calendar table tr:last-child td {
  border-bottom: 1px solid #d0c4c1;
}
.p-index_calendar_cont .calendarBox .calendar table th,
.p-index_calendar_cont .calendarBox .calendar table td {
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont .calendarBox .calendar table th,
  .p-index_calendar_cont .calendarBox .calendar table td {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_calendar_cont .calendarBox .calendar table th.holiday,
.p-index_calendar_cont .calendarBox .calendar table td.holiday {
  color: #df461e;
}
.p-index_calendar_cont .calendarBox .calendar table th.saturday,
.p-index_calendar_cont .calendarBox .calendar table td.saturday {
  color: #447d98;
}
.p-index_calendar_cont .calendarBox .calendar table th {
  line-height: 1;
  padding: 13px 0;
  border-bottom: 3px double #d0c4c1;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont .calendarBox .calendar table th {
    padding: 7px 0;
  }
}
.p-index_calendar_cont .calendarBox .calendar table td {
  position: relative;
  z-index: 0;
  height: 56px;
  padding-top: 19px;
  border-bottom: 1px dotted #d0c4c1;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont .calendarBox .calendar table td {
    height: 36px;
    padding-top: 12px;
  }
}
.p-index_calendar_cont .calendarBox .calendar table td::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_calendar_cont .calendarBox .calendar table td::before {
    width: 25px;
    height: 25px;
  }
}
.p-index_calendar_cont .calendarBox .calendar table td.close::before {
  background-color: #feece6;
}
.p-index_calendar_cont .calendarBox .calendar table td.am_close::before {
  background-color: #dff3dc;
}
.p-index_calendar_cont .calendarBox .calendar table td.pm_close::before {
  background-color: #d6e8f0;
}
.p-index_calendar_cont .calendarBox .calendar table td.other::before {
  background-color: #e9e3e2;
}
.p-index_calendar_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_btm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.p-index_calendar_btm li {
  position: relative;
  z-index: 0;
  line-height: 1px;
  margin-right: 15px;
  padding-left: 16px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-index_calendar_btm li {
    margin-right: 12px;
    padding-left: 12px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_calendar_btm li:nth-child(1)::before {
  background-color: #feece6;
}
.p-index_calendar_btm li:nth-child(2)::before {
  background-color: #dff3dc;
}
.p-index_calendar_btm li:nth-child(3)::before {
  background-color: #d6e8f0;
}
.p-index_calendar_btm li:nth-child(4) {
  margin-right: 0;
}
.p-index_calendar_btm li:nth-child(4)::before {
  background-color: #e9e3e2;
}
.p-index_calendar_btm li::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-index_calendar_btm li::before {
    width: 12px;
    height: 12px;
  }
}
.p-index_blog {
  background-color: #edeeea;
  padding: 168px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-index_blog {
    padding: 55px 0;
  }
}
.p-index_blog_inner {
  background-color: #fff;
  position: relative;
}
.p-index_blog_inner::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 50vw;
  height: 100%;
  z-index: 1;
  left: 100%;
  top: 0;
}
.p-index_blog_ttl {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .p-index_blog_ttl {
    margin-top: -14px;
  }
}
.p-index_blog_ttl .-en {
  font-family: "Outfit", sans-serif;
  font-size: 106px;
  font-size: 10.6rem;
  line-height: 1;
  color: #e5e1dc;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-index_blog_ttl .-en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.p-index_blog_ttl .-jp {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #222;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-index_blog_ttl .-jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_blog .p-index_info_head {
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .p-index_blog .p-index_info_head {
    padding-left: 20px;
  }
}
.p-index_blog .p-index_info_cont {
  padding: 54px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-index_blog .p-index_info_cont {
    padding: 10px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-index_blog .p-index_info_cont .p-index_info_inner {
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_blog .p-index_info_cont .p-index_info_inner {
    overflow-y: scroll;
    height: 312px;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list article {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list article:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list article .c-ttl_article a {
  color: #5f5f5f;
}
.p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list article a:first-of-type {
  aspect-ratio: 1;
  overflow: hidden;
  width: 80px;
}
.p-index_blog .p-index_info_cont .p-index_info_inner .p-index_info_list article a:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----- l-case ----- */

.l-case {
  padding: 6.4rem 0;
}
.en{
font-family: "Outfit", sans-serif;
    font-size: 140px;
    font-size: 4rem;
    line-height: 1;
    color:#9d9387;
    font-weight: 600;
	text-align:center;
}
.ja{
font-size:3rem;
text-align:center;
}
.p-information__intro{
text-align:center;
margin-bottom:4rem;
}
.ja.sp{
font-size: 2.3rem;
margin-top: 2rem;
display:none;
}

@media screen and (max-width: 767px) {
.ja.sp{
display:block
}
}
.en{
margin-top:8rem;
}






.p-index_treatment_top_ttl::before, .p-index_treatment_top_ttl::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  background: url(../img/index/liner_dashed.png.webp) left top/contain no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

@media(max-width:768px){
.p-index_treatment_top_ttl::before, .p-index_treatment_top_ttl::after {
    width: 76px;
  }
}

.photo {
    width: 100%;
    height: 40rem;
    background: url(https://www.blancpa-umeda.com/wp-content/themes/blancpa_theme/common/img/trouble_photo01.webp) no-repeat center center / cover;
    background-attachment: fixed;
}
		
	@media (max-width: 768px) {
    .photo {
        height: 53.33vw;
        background-image: url(https://www.blancpa-umeda.com/wp-content/themes/blancpa_theme/common/img/sp_trouble_photo01.webp);
        background-attachment: scroll;
    }
}
	
		.l-philosophy {
    position: relative;
    background: url(https://www.blancpa-umeda.com/wp-content/themes/blancpa_theme/common/img/l-concept-bg.png) center center / cover no-repeat;
    padding: 10.7rem 0px;
}
		.l-philosophy__bg {
    background: #fff;
    width: 83%;
    min-width: 84rem;
    margin: 0 auto;
    padding: 10rem 0;
}
	.l-philosophy__p {
    position: relative;
    z-index: 3;
}
		.l-philosophy__inner {
    width: 78rem;
    margin: 0 auto;
}
				.l-philosophy__title {
    width: 72rem;
    margin: 0 auto 2.4rem auto;
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--main-dark);
    font-family: var(--sub-font);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.07em;
    center top / auto 15.8rem;
    
}
		.l-philosophy__img01 {
    position: absolute;
    top: 1.7171717172%;
    left: 4.4973544974%;
    z-index: 1;
}
		.l-philosophy__img01 img {
    width: 21.8915343915vw;
    height: auto;
    
}
		.l-philosophy__img02 {
    position: absolute;
    top: 26.2626262626%;
    left: -3.835978836%;
    z-index: 2;
}
		.l-philosophy__img02 img {
    width: 16.5343915344vw;
    height: auto;
    
}
	.l-philosophy__img03 {
    position: absolute;
    bottom: 9.69697%;
    right: -0.8597883598%;
    z-index: 2;
}
		.l-philosophy__img03 img {
    width: 16.5343915344vw;
    height: auto;
    
}
		.l-philosophy__img04 {
    position: absolute;
    bottom: -35.888889%;
    right: 2.7777777778%;
    z-index: 1;
}
		.l-philosophy__img04 img {
    width: 21.8915343915vw;
    height: auto;
    
}
@media(max-width:768px){
		    .l-philosophy__inner {
        width: 100%;
        padding-right: 2rem;
		padding-left: 2rem;
		padding-top: 3rem;
        position: relative;
        z-index: 3;
    }
	.l-philosophy__bg {
        background: #fff;
        width: 100%;
        min-width: auto;
        border-radius: 0;
        padding: 0;
    }
	.l-philosophy__title {
        width: 100%;
        margin: 0 auto 3.2rem auto;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
    }
	.l-philosophy {
    position: relative;
    background: url(https://www.blancpa-umeda.com/wp-content/themes/blancpa_theme/common/img/l-concept-bg.webp) center center / cover no-repeat;
    padding: 6.6rem 1.5rem 9rem 1.5rem;
}
		}
		.l-concept__en{
			text-align: center;
			line-height: 0.88;
		}
		.l-concept__en p{
			color:#C9Bc9c;
			font-size:11rem;
		}
		
		@media(max-width:768px){
		    .l-concept__en p{
			color:#C9Bc9c;
			font-size:6rem;
		}
			.l-concept__en{
			text-align: center;
			line-height: 0.85;
		}
		


	.docter-p.lazyloaded {
     height: auto;
    width: 70%;
}
				.promise-out{
					display: flex;
					justify-content: center;
				}
				
				}
			@media (max-width: 768px) {
    .imgBox {
        padding: 18px 25px 0;
        width: auto;
        display: block;
        border-radius: 0;
        margin-top: 4rem;
        margin: 0;
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

.p-index_promise{
			
			background: #edeeea;
		}
		.p-index_info {
    padding-left: 0;
}
		.promice-double {
    display: flex;
    align-items: center;
    justify-content: center;
}
		.p-index_promise_ttl .-en {
    font-family: "Outfit", sans-serif;
    font-size: 130px;
    font-size: 13rem;
    line-height: 1;
    color: #E5E1DC;
    font-weight: 600;
	text-align: center;
	padding-top: 100px;
}
		.-jp{
			text-align: center;
			font-size: 4rem;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
			padding-bottom: 2rem;
		}
		.promice-double{
			background: #fff;
    padding: 2rem 2rem 0 2rem;
		}
		
		@media (max-width: 768px) {
    .p-index_info_inner {
        padding-left:0;
    }
			.docter-p.lazyloaded {
        height: auto;
        width: 90%;
    }
			.p-index_info_inner {
        padding-left: 0;
      
    }
			.p-index_promise_ttl .-en{
				font-size: 6rem;
			}
			.-jp {
   
    font-size: 2.4rem;
}
				.p-index_promise_ttl .-en {
	padding-top: 55px;
			}
			
			



 .promise-out{
			  width:30%;
		  }
		.p-index_promise{
		
			background: #edeeea;
		}
		.p-index_info {
    padding-left: 0;
}
		.promise-double {
    display: flex;
    align-items: center;
    justify-content: center;
}
		.p-index_promise_ttl .-en {
    font-family: "Outfit", sans-serif;
    font-size: 130px;
    font-size: 13rem;
    line-height: 1;
    color: #E5E1DC;
    font-weight: 600;
	text-align: center;
	padding-top: 100px;
}
		.-jp{
			text-align: center;
			font-size: 4rem;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
			padding-bottom: 2rem;
		}
		.promise-double{
			background: #fff;
    padding: 2rem 2rem 0 2rem;
		}
		
		@media (max-width: 768px) {
    .p-index_info_inner {
        padding-left:0;
    }
			.docter-p.lazyloaded {
        height: auto;
        width: 90%;
    }
			.p-index_info_inner {
        padding-left: 0;
      
    }
			.p-index_promise_ttl .-en{
				font-size: 6rem;
			}
			.-jp {
   
    font-size: 2.4rem;
}
				.p-index_promise_ttl .-en {
	padding-top: 55px;
			}
	.promise-double {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 2rem 2rem 0 2rem;
}
}	  
		.promise-out {
    width: 75%;
}  
		  }
		  
@media screen and (max-width: 767px) {
    .p-index_greeting {
        margin: 0;
        position: relative;
    }
}