@charset "UTF-8";

/* =================================
 title
================================= */
.c-ttl_base {
  padding: 26px 0 24px;
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-ttl_base {
    padding: 26px 30px 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl_base {
    padding: 13px 0 14px;
  }
}

.c-ttl_base.single {
  padding: 43px 0;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-ttl_base.single {
    padding: 43px 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl_base.single {
    padding: 20px 0;
  }
}

.c-ttl_base.pk {
  background-color: #fa98ae;
  color: #fff;
}

.c-ttl_base.gold {
  background-color: #e4dac1;
  color: #67605d;
}

.c-ttl_base.lGold {
  background-color: #f4f1e7;
  color: #5a5a4d;
}

.c-ttl_base span {
  display: block;
}

.c-ttl_base_sub {
  margin-bottom: 5px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-ttl_base_sub {
    margin-bottom: 3px;
    font-size: 1.5rem;
  }
}

.c-ttl_base_main {
  font-size: 4rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-ttl_base_main {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl_base_main {
    font-size: 2.2rem;
  }
}

.c-ttl_border {
  margin-bottom: 50px;
  padding: 15px 0;
  font-family: ロゴたいぷゴシック;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-ttl_border {
    margin-bottom: 25px;
    padding: 10px 0;
    font-size: 1.8rem;
  }
}

.c-ttl_border.pk {
  border-top-color: #fa98ae;
  border-bottom-color: #fa98ae;
  color: #fa98ae;
}

.c-ttl_border.gold {
  border-top-color: #c7a967;
  border-bottom-color: #c7a967;
  color: #c7a967;
}

.c-ttl_feature {
  text-align: center;
}

.c-ttl_feature span {
  display: block;
  line-height: 1;
}
.c-ttl_feature_jp {
  color: #474747;
  font-family: ロゴたいぷゴシック;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .c-ttl_feature_jp {
    font-size: 1.6rem;
  }
}

.c-ttl_feature_en {
  margin-top: 5px;
  color: #fa98ae;
  font-family: 'Homemade Apple', cursive;
  font-size: 2.4rem;
  transform: rotate(-5deg);
}

@media screen and (max-width: 767px) {
  .c-ttl_feature_en {
    font-size: 2rem;
  }
}


/* =================================
 text
================================= */
.c-txt_spacing {
  line-height: 2;
}

.c-txt_asterisk {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}

.c-txt_asterisk::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\203B";
}


/* =================================
 list
================================= */
.c-list_check li {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .c-list_check li {
    padding-left: 29px;
  }
}

.c-list_check li:first-child {
  margin-top: 0;
}

.c-list_check li::before,
.c-list_check li::after {
  position: absolute;
  content: "";
}

.c-list_check li::before {
  z-index: 0;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #434343;
}

@media screen and (max-width: 767px) {
  .c-list_check li::before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
}

.c-list_check li::after {
  z-index: 1;
  top: 8px;
  left: 5px;
  width: 14px;
  height: 14px;
  background-image: url(../img/ico_check.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-list_check li::after {
    top: 5px;
    left: 3px;
  }
}

@media screen and (min-width: 768px) {
  .c-list_box {
    display: flex;
    justify-content: center;
  }
}

.c-list_box li {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-list_box li {
    width: 300px;
    margin-right: 30px;
  }

  .c-list_box li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_box li {
    margin-top: 15px;
  }

  .c-list_box li:first-child {
    margin-top: 0;
  }
}

.c-list_box.pk li {
  background-color: #fdf5f7;
}

@media screen and (min-width: 768px) {
  .c-list_box.pk li {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .c-list_box.pk li {
    padding: 30px 0;
  }
}

.c-list_box.gry li {
  background-color: #f5f4f0;
}

@media screen and (min-width: 768px) {
  .c-list_box.gry li {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .c-list_box.gry li {
    padding: 40px 0 30px;
  }
}

.c-list_box li::before {
  position: absolute;
  z-index: 0;
  left: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  content: "";
}

.c-list_box.pk li::before {
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-color: #fff;
}

.c-list_box.gry li::before {
  top: 15px;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  border-color: #d4d3d3;
}

.c-list_box_en {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 0 5px;
  font-family: 'Homemade Apple', cursive;
}

@media screen and (max-width: 767px) {
  .c-list_box_en {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-list_box.gry .c-list_box_en {
  background-color: #f5f4f0;
  color: #d4d3d3;
}

@media screen and (min-width: 768px) {
  .c-list_box_detail {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
  }
}

.c-list_box_detail dt {
  line-height: 1;
  font-family: ロゴたいぷゴシック;
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .c-list_box_detail dt {
    font-size: 1.8rem;
  }
}

.c-list_box.pk .c-list_box_detail dt {
  color: #fa98ae;
}

.c-list_box.gry .c-list_box_detail dt {
  color: #67605d;
}

.c-list_box_detail dd {
  line-height: 1.63;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-list_box_detail dd {
    font-size: 1.4rem;
  }
}

.c-list_asterisk li {
  position: relative;
  z-index: 0;
  margin-top: 8px;
  padding-left: 1.1em;
} 

.c-list_asterisk li:first-child {
  margin-top: 0;
}

.c-list_asterisk li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\203B";
}

.c-list_midpoint li {
  position: relative;
  z-index: 0;
  margin-top: 8px;
  padding-left: 1em;
}

.c-list_midpoint li:first-child {
  margin-top: 0;
}
  
.c-list_midpoint li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\30fb";
}


/* =================================
 row
================================= */
@media screen and (min-width: 768px) {
  .c-row {
    position: relative;
    z-index: 0;
    height: 490px;
    overflow: hidden;
  }

  .c-row .l-cont_l {
    position: relative;
    z-index: 0;
    height: 100%;
  }

  .c-row .c-row_cont {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 50%;
    max-width: 479px;
    transform: translateY(-50%);
  }

  .c-row.rightImg .c-row_cont {
    left: 0;
  }

  .c-row.leftImg .c-row_cont {
    right: 0;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-row.rightImg .c-row_cont {
    padding-left: 30px;
  }

  .c-row.leftImg .c-row_cont {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-row_cont {
    padding: 25px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-row_img {
    position: absolute;
    z-index: 0;
    top: 0;
  }

  .c-row.rightImg .c-row_img {
    right: 0;
  }

  .c-row.leftImg .c-row_img {
    left: 0;
  }

  .c-row_img_cont {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 490px;
  }

  .c-row_img_cont img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 1441px) {
  .c-row_img {
    width: 50%;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
  .c-row_img {
    width: 50%;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-row_img {
    width: 45%;
  }
}

.c-row_ttl {
  line-height: 1;
  margin-bottom: 30px;
  color: #c7a967;
  font-family: ロゴたいぷゴシック;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .c-row_ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}


/* =================================
 tbl
================================= */
.c-tbl_base {
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  box-sizing: border-box;
}

.c-tbl_base th,
.c-tbl_base td {
  box-sizing: border-box;
}

.c-tbl_base th {
  color: #5a5a4d;
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

.c-tbl_base th:last-child,
.c-tbl_base td:last-child {
  border-right: none;
}



/* =================================
 index
================================= */

/* mv
---------------------------------------------------------- */
.p-index_mv {
  position: relative;
  z-index: 0;
  width: 100%;
  /* background-image: url(../img/bg_mv.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-index_mv {
    position: relative;
    z-index: 0;
    height: 730px;
  }

  .p-index_mv::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 45%;
    height: 730px;
    background-color: #f4efe3;
    content: "";
  }
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
  .p-index_mv::before {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv {
    padding: 60px 0 20px;
    background-color: #f4efe3;
  }
}

.p-index_mv_img {
  position: absolute;
  z-index: 0;
  top: 90px;
  right: 0;
  width: 59.5%;
  height: 640px;
  background-color: #e6dec9;
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
  .p-index_mv_img {
    width: 62.5%;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_img {
    width: 57.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_img {
    z-index: -1;
    top: 60px;
    width: 53%;
    height: 240px;
  }
}

.p-index_mv_img_cont {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-index_mv_img_cont img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 607px;
  transform: translateX(-50%);
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .p-index_mv_img_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-index_mv .l-cont_l {
    position: relative;
    z-index: 0;
    height: 100%;
  }

  .p-index_mv_cont {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 20px;
    width: 49%;
    max-width: 530px;
    transform: translateY(-50%);
    text-align: center;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_cont {
    width: 55%;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_cont {
    padding-top: 20px;
  }
}

.p-index_mv_copy {
  line-height: 1.6;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-index_mv_copy {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

.p-index_mv_ttl {
  margin-top: 20px;
  font-family: ロゴたいぷゴシック;
  font-size: 4.2rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_ttl {
    margin-top: 5px;
    font-size: 2rem;
  }
}

.p-index_mv_ttl_l {
  font-size: 4.8rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ttl_l {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_ttl_l {
    font-size: 2.4rem;
  }
}

.p-index_mv_ttl_l_gold {
  color: #c7a967;
  font-size: 6.2rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ttl_l_gold {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_ttl_l_gold {
    font-size: 3rem;
  }
}

.p-index_mv_ttl_m {
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .p-index_mv_ttl_m {
    font-size: 2.6rem;
  }
}

.p-index_mv_txt {
  line-height: 1;
  margin-top: 30px;
  padding: 10px 0 14px;
  border-top: 1px solid #c4b899;
  border-bottom: 1px solid #c4b899;
  font-weight: 500;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-index_mv_txt {
    margin-top: 15px;
    padding: 9px 0 12px;
    background-color: rgba(255,255,255, 0.6);
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-index_mv_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-index_mv_list {
    margin-top: 26px;
  }
}

.p-index_mv_list li {
  position: relative;
  z-index: 0;
  width: 142px;
  height: 142px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid #bdaf8c;
  background-color: #fff;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_list li {
    width: 135px;
    height: 135px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_list li {
    width: 95px;
    height: 95px;
  }
}

.p-index_mv_list li:last-child {
  margin-right: 0;
}

.p-index_mv_list_ttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1.29;
  color: #a89158;
  font-family: ロゴたいぷゴシック;
  font-size: 1.8rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_list_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_list_ttl {
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-index_mv_ico {
  position: absolute;
  z-index: 0;
  top: 250px;
  right: 150px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fa98ae;
  box-sizing: border-box;
  transform: rotate(20deg) translateY(-50%);
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
  .p-index_mv_ico {
    top: 190px;
    right: 100px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ico {
    top: 170px;
    right: 50px;
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_ico {
    top: 70px;
    right: 3%;
    width: 65px;
    height: 65px;
    transform: rotate(15deg);
  }
}

.p-index_mv_ico_cont {
  position: relative;
  z-index: 0;
  height: 100%;
}

.p-index_mv_ico_ttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.1;
  color: #fa98ae;
  font-family: 'Shippori Mincho', serif;
  font-size: 2rem;
  text-align: center;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ico_ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_ico_ttl {
    font-size: 1.2rem;
  }
}

.p-index_mv_ico_l {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.9rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_mv_ico_l {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_mv_ico_l {
    font-size: 1.8rem;
  }
}


/* reason
---------------------------------------------------------- */
.p-index_reason {
  position: relative;
  z-index: 0;
  padding-top: 68px;
}

@media screen and (max-width: 767px) {
  .p-index_reason {
    padding-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_reason::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 45%;
    height: 90px;
    background-color: #f4efe3;
    content: "";
  }
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
  .p-index_reason::before {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason::after {
    height: 80px;
  }
}

.p-index_reason_cont {
  position: relative;
  z-index: 0;
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .p-index_reason_cont {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_reason_cont .l-cont_s {
    position: relative;
    z-index: 0;
    height: 100%;
  }
}

.p-index_reason_cont::before,
.p-index_reason_cont::after {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  content: "";
}

.p-index_reason_cont::before {
  bottom: 0;
  height: 165px;
  background-color: #f5f4f0;
}

@media screen and (max-width: 767px) {
  .p-index_reason_cont::before {
    height: 100px;
  }
}

.p-index_reason_cont::after {
  bottom: 165px;
  height: 200px;
  background-image: url(../img/bg_reason_arw.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-index_reason_cont::after {
    bottom: 100px;
    height: 45px;
  }
}

.p-index_reason_ttl {
  line-height: 1.16;
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

.p-index_reason_ttl_sub {
  font-size: 2.8rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_reason_ttl_sub {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason_ttl_sub {
    font-size: 1.5rem;
  }
}

.p-index_reason_ttl_main {
  margin-top: 8px;
  font-size: 4rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_reason_ttl_main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason_ttl_main {
    margin-top: 5px;
    font-size: 2.2rem;
  }
}

.p-index_reason_center {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-index_reason_center {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason_center {
    margin-top: 15px;
  }
}

.p-index_reason_center .c-list_check  {
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) {
  .p-index_reason_center .c-list_check  {
    margin-top: 40px;
  }
}

.p-index_reason_center_img {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .p-index_reason_center_img {
    width: 40%;
    margin: 15px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .p-index_reason_center .c-list_check {
    width: 44%;
    max-width: 434px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason_center .c-list_check {
    width: 72%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-index_reason_center_img {
    max-width: 301px;
  }
}

.p-index_reason_btm {
  position: absolute;
  z-index: 1;
  bottom: 85px;
  left: 50%;
  width: 100%;
  line-height: 1.53;
  font-family: ロゴたいぷゴシック;
  font-size: 3.4rem;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_reason_btm {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason_btm {
    bottom: 62px;
    font-size: 1.7rem;
  }
}

.p-index_reason_btm_l {
  font-size: 4.4rem;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_reason_btm_l {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_reason_btm_l {
    font-size: 2rem;
  }
}

.p-index_reason_btm_gold {
  color: #c7a967;
}

.p-index_reason .c-list_check {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-index_reason .c-list_check {
    font-size: 1.6rem;
  }
}

.p-index_reason .c-list_check li::before {
  top: 7px;
}

@media screen and (max-width: 767px) {
  .p-index_reason .c-list_check li::before {
    top: 4px;
  }
}

.p-index_reason .c-list_check li::after {
  top: 11px;
}

@media screen and (max-width: 767px) {
  .p-index_reason .c-list_check li::after {
    top: 7px;
  }
}


/* feature
---------------------------------------------------------- */
.p-index_feature_cont {
  padding: 63px 0 130px;
  background-image: url(../img/bg_feature.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-index_feature_cont {
    padding: 30px 0 65px;
  }
}

.p-index_feature_top {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-index_feature_top {
    margin-bottom: 40px;
  }
}

.p-index_feature_top_ttl {
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-index_feature_top_ttl {
    width: 46%;
    max-width: 460px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_top_ttl {
    margin-bottom: 20px;
  }
}

.p-index_feature_top_ttl_border {
  display: block;
  line-height: 1;
  padding: 15px 0 17px;
  color: #fa98ae;
  border-bottom: 2px dotted #d1d1d1;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_top_ttl_border {
    padding: 10px 0 12px;
    font-size: 2rem;
  }
}

.p-index_feature_top_txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-index_feature_top_txt {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_feature_top_txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_top_txt {
    margin-bottom: 20px;
  }
}

.p-index_feature_wrap {
  margin-top: 110px;
}

.p-index_feature_wrap:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-index_feature_wrap {
    margin-top: 55px;
  }
}

.p-index_feature_box {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-index_feature_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .p-index_feature_box.leftImg {
    flex-direction: row-reverse;
  }
}

.p-index_feature_box.leftImg {
  margin-bottom: 50px;
}

.p-index_feature_box.leftImg.-last {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-index_feature_box {
    padding-bottom: 20px;
  }

  .p-index_feature_box.leftImg {
    margin-bottom: 20px;
  }
}

.p-index_feature_box::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #fff9f9;
  content: "";
}

@media screen and (min-width: 768px) {
  .p-index_feature_box.rightImg::before {
    left: 0;
  }

  .p-index_feature_box.leftImg::before {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_box::before {
    width: 100%;
  }
}

.p-index_feature_box_balloon {
  width: 239px;
  line-height: 1;
  margin-bottom: 9px;
  padding-bottom: 30px;
  background-image: url(../img/liner_balloon.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fc829e;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-index_feature_box_balloon {
    width: 70%;
    margin: 0 auto 8px;
    padding-bottom: 25px;
    font-size: 1.2rem;
  }
}

.p-index_feature_box_ttl {
  line-height: 1;
  margin-bottom: 25px;
  font-family: ロゴたいぷゴシック;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_box_ttl {
    margin-bottom: 15px;
    font-size: 2rem;
    text-align: center;
  }
}

.p-index_feature_box_ttl .clearcorrect {
  display: inline-block;
  width: 190px;
  margin: -2px 0 0 20px;
  vertical-align: top;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_feature_box_ttl .clearcorrect {
    width: 180px;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_box_ttl .clearcorrect {
    width: 116px;
    margin: 1px 0 0 10px;
  }
}

.p-index_feature_box_ttl_s {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_box_ttl_s {
    font-size: 1.6rem;
  }
}

.p-index_feature_box_cont {
  padding: 39px 49px;
}

@media screen and (min-width: 768px) {
  .p-index_feature_box_cont {
    width: 58%;
    max-width: 630px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_box_cont {
    padding: 20px 5%;
  }
}

.p-index_feature_box_btm {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dotted #c4b89a;
}

@media screen and (min-width: 1101px) {
  .p-index_feature_box_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .p-index_feature_box_btm .c-list_check {
    width: 72%;
    max-width: 380px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_feature_box_btm {
    display: block;
  }

  .p-index_feature_box_btm .c-ttl_feature {
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .p-index_feature_box_btm {
    margin-top: 20px;
    padding-top: 20px;
  }

  .p-index_feature_box_btm .c-list_check {
    margin-top: 15px;
  }
}

.p-index_feature_box_img {
  position: relative;
  z-index: 0;
  width: 44%;
}

@media screen and (min-width: 768px) {
  .p-index_feature_box_img {
    max-width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_box_img {
    width: 85%;
    margin: 15px auto 0;
  }
}

.p-index_feature_box_img::before,
.p-index_feature_box_img::after {
  position: absolute;
  z-index: 0;
  width: 45px;
  height: 38px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  content: "";
}

.p-index_feature_box.rightImg .p-index_feature_box_img::before {
  top: -14px;
  left: -23px;
  background-image: url(../img/ico_deco_top01.png);
}

@media screen and (max-width: 767px) {
  .p-index_feature_box.rightImg .p-index_feature_box_img::before {
    top: -10px;
    left: -14px;
  }
}

.p-index_feature_box.rightImg .p-index_feature_box_img::after {
  right: -8px;
  bottom: -16px;
  background-image: url(../img/ico_deco_btm01.png);
}

@media screen and (max-width: 767px) {
  .p-index_feature_box.rightImg .p-index_feature_box_img::after {
    right: -22px;
    bottom: -13px;
  }
}

.p-index_feature_box.leftImg .p-index_feature_box_img::before {
  top: -14px;
  right: -23px;
  background-image: url(../img/ico_deco_top02.png);
}

@media screen and (max-width: 767px) {
  .p-index_feature_box.leftImg .p-index_feature_box_img::before {
    right: -12px;
  }
}

.p-index_feature_box.leftImg .p-index_feature_box_img::after {
  bottom: -18px;
  left: -13px;
  background-image: url(../img/ico_deco_btm02.png);
}

@media screen and (max-width: 767px) {
  .p-index_feature_box.leftImg .p-index_feature_box_img::after {
    bottom: -15px;
    left: -11px;
  }
}

.p-index_feature_box_img_cont {
  border-radius: 10px;
  overflow: hidden;
}

.p-index_feature_inner {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-index_feature_inner {
    margin-top: 35px;
  }
}

.p-index_feature_detail_ttl {
  position: relative;
  z-index: 0;
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

.p-index_feature_detail_ttl::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dfd9e1;
  transform: translateY(-50%);
  content: "";
}

.p-index_feature_detail_ttl_cont {
  display: inline-block;
  padding: 15px 53px;
  background-color: #fff;
  border-right: 1px solid #dfd9e1;
  border-left: 1px solid #dfd9e1;
}

@media screen and (max-width: 767px) {
  .p-index_feature_detail_ttl_cont {
    padding: 10px 5%;
  }
}

.p-index_feature_detail_ttl_sub,
.p-index_feature_detail_ttl_main {
  display: block;
  line-height: 1;
}

.p-index_feature_detail_ttl_sub {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_detail_ttl_sub {
    font-size: 1.6rem;
  }
}

.p-index_feature_detail_ttl_main {
  margin-top: 10px;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_detail_ttl_main {
    line-height: 1.3;
    margin-top: 5px;
    font-size: 2rem;
  }
}

.p-index_feature_detail_txt {
  margin-top: 25px;
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .p-index_feature_detail_txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_detail_txt {
    font-size: 1.6rem;
  }
}

.p-index_feature_row {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-index_feature_row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_row {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_feature_row.two li {
    width: 48%;
    margin-right: 4%;
  }

  .p-index_feature_row.two li:nth-child(even) {
    margin-right: 0;
  }

  .p-index_feature_row.three li {
    width: 30%;
    margin-right: 3%;
  }

  .p-index_feature_row.three li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_row li {
    margin-top: 30px;
  }

  .p-index_feature_row li:first-child {
    margin-top: 0;
  }
}

.p-index_feature_row_ttl {
  position: relative;
  z-index: 0;
  margin-bottom: -15px;
  text-align: center;
}

.p-index_feature_row_ttl_cont {
  display: inline-block;
  line-height: 1;
  padding: 9px 40px 7px;
  background-color: #fa98ae;
  border-radius: 20px;
  color: #fff;
  font-family: ロゴたいぷゴシック;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_row_ttl_cont {
    padding: 9px 20px 11px;
    font-size: 1.6rem;
  }
}

.p-index_feature_row_img {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-index_feature_row.two .p-index_feature_row_img {
    width: 90%;
    margin: 0 auto 20px;
  }

  .p-index_feature_row.three .p-index_feature_row_img {
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_row_img {
    margin-bottom: 20px;
  }
}

.p-index_feature_row li .c-txt_asterisk {
  margin-top: 5px;
  color: #868686;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_row li .c-txt_asterisk {
    font-size: 1.2rem;
  }
}

.p-index_feature_btm {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-index_feature_btm {
    margin-top: 30px;
  }
}

.p-index_feature_btm li {
  margin-top: 30px;
  padding: 30px;
  background-color: #fdf5f7;
}

@media screen and (max-width: 767px) {
  .p-index_feature_btm li {
    margin-top: 20px;
    padding: 20px 5%;
  }
}

.p-index_feature_btm li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-index_feature_btm li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .p-index_feature_btm_cont {
    width: 59%;
    max-width: 640px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_feature_btm_cont {
    width: 70%;
    max-width: unset;
  }
}

.p-index_feature_btm_ttl {
  margin-bottom: 20px;
  color: #fa98ae;
  font-family: ロゴたいぷゴシック;
  font-size: 2.6rem;
}

@media screen and (max-width: 1100px) {
  .p-index_feature_btm_ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.p-index_feature_btm_img {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-index_feature_btm_img {
    width: 25%;
    max-width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_btm_img {
    margin-top: 25px;
  }
}

.p-index_feature_child_box {
  padding: 40px 50px;
  border: 1px solid #fa98ae;
  border-radius: 17px;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .p-index_feature_child_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box {
    padding: 15px 5%;
  }
}

.p-index_feature_child_box_ttl {
  line-height: 1.5;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fa98ae;
  color: #fa98ae;
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_ttl {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

.p-index_feature_child_box_ttl span {
  display: block;
}

.p-index_feature_child_box_ttl_sub {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_ttl_sub {
    font-size: 1.6rem;
  }
}

.p-index_feature_child_box_ttl_main {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_ttl_main {
    font-size: 2rem;
  }
}

.p-index_feature_child_box_txt {
  line-height: 1.8;
}

.p-index_feature_child_box_row {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-index_feature_child_box_row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_feature_child_box_row {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row {
    margin-top: 25px;
  }
}

.p-index_feature_child_box_row_img {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1101px) {
  .p-index_feature_child_box_row_img {
    width: 33%;
    max-width: 296px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_feature_child_box_row_img {
    width: 70%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row_img {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1101px) {
  .p-index_feature_child_box_row_cont {
    width: 67%;
    max-width: 602px;
  }
}

.p-index_feature_child_box_row_ttl {
  margin-bottom: 10px;
  font-family: ロゴたいぷゴシック;
  text-align: center;
}

.p-index_feature_child_box_row_ttl_cont {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1.29;
  padding: 0 29px;

}

.p-index_feature_child_box_row_ttl_cont::before,
.p-index_feature_child_box_row_ttl_cont::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 1px;
  height: 43px;
  background-color: #fa98ae;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row_ttl_cont::before,
  .p-index_feature_child_box_row_ttl_cont::after {
    height: 30px;
  }
}

.p-index_feature_child_box_row_ttl_cont::before {
  left: 0;
  transform: rotate(-10deg);
}

.p-index_feature_child_box_row_ttl_cont::after {
  right: 0;
  transform: rotate(10deg);
}

.p-index_feature_child_box_row_ttl_main {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row_ttl_main {
    font-size: 1.6rem;
  }
}

.p-index_feature_child_box_row_ttl_pk {
  color: #fa98ae;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row_ttl_pk {
    font-size: 2rem;
  }
}

.p-index_feature_child_box_row_ttl_cont em {
  display: block;
}

.p-index_feature_child_box_row_list {
  counter-reset: number;
}

@media screen and (min-width: 768px) {
  .p-index_feature_child_box_row_list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-index_feature_child_box_row_list li {
  position: relative;
  z-index: 0;
  width: 138px;
  height: 138px;
  background-color: #fdebef;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-index_feature_child_box_row_list li {
    margin-right: 21px;
  }

  .p-index_feature_child_box_row_list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row_list li {
    width: 160px;
    height: 160px;
    margin: 15px auto 0;
  }

  .p-index_feature_child_box_row_list li:first-child {
    margin: 0 auto;
  }
}

.p-index_feature_child_box_row_list li::before,
.p-index_feature_child_box_row_list li::after {
  position: absolute;
}

.p-index_feature_child_box_row_list li::before {
  z-index: -1;
  top: 48%;
  left: 50%;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #fff5f7;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 5rem;
  text-align: center;
  counter-increment: number;
  transform: translate(-50%,-50%);
  content: "0" counter(number);
}

.p-index_feature_child_box_row_list li::after {
  z-index: 0;
  top: 4px;
  left: 4px;
  border: 1px solid #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.p-index_feature_child_box_row_list_txt {
  position: absolute;
  z-index: 0;
  top: 53%;
  left: 50%;
  width: 100%;
  line-height: 1.36;
  color: #fa98ae;
  font-family: ロゴたいぷゴシック;
  font-size: 1.4rem;
  text-align: center;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px) {
  .p-index_feature_child_box_row_list_txt {
    font-size: 1.6rem;
  }
}


/* treatment
---------------------------------------------------------- */
.p-index_treatment .c-row {
  background-color: #efeadd;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_treatment .c-ttl_base_main .u-only_sp {
    display: block !important;
  }
}

.p-index_treatment_btm {
  padding: 60px 0 130px;
}

@media screen and (max-width: 767px) {
  .p-index_treatment_btm {
    padding: 35px 0 45px;
  }
}


/* flow
---------------------------------------------------------- */
.p-flow_list {
  padding: 70px 0 133px;
}

@media screen and (max-width: 767px) {
  .p-flow_list {
    padding: 35px 0 65px;
  }
}

.p-flow_list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-flow_list li {
    padding-bottom: 30px;
  }
}

.p-flow_list li:last-child {
  padding-bottom: 0;
}

.p-flow_list li::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 45px;
  width: 1px;
  height: 100%;
  background-color: #e1dfda;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-flow_list li::before {
    left: 30px;
  }
}

.p-flow_list li:last-child::before {
  display: none;
}

.p-flow_list_ico {
  width: 90px;
  height: 90px;
  background-color: #fa98ae;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-flow_list_ico {
    width: 60px;
    height: 60px;
  }
}

.p-flow_list_ico span {
  display: block;
  line-height: 1;
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}

.p-flow_list_ico_step {
  padding-top: 18px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-flow_list_ico_step {
    padding-top: 13px;
    font-size: 1rem;
  }
}

.p-flow_list_ico_num {
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .p-flow_list_ico_num {
    font-size: 2.4rem;
  }
}

.p-flow_list_cont {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .p-flow_list_cont {
    width: 76%;
  }
}

@media screen and (min-width: 768px) {
  .p-flow_list_cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 930px;
  }
}

@media screen and (min-width: 768px) {
  .p-flow_list_inner {
    width: 54%;
    max-width: 500px;
  }
}

.p-flow_list_ttl {
  line-height: 1;
  margin-bottom: 20px;
  color: #fa98ae;
  font-family: ロゴたいぷゴシック;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-flow_list_ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.p-flow_list_img {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-flow_list_img {
    width: 41%;
    max-width: 380px;
  }
}

.p-flow_list_tbl_row,
.p-flow_list_tbl_single {
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #e8e4da;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-flow_list_tbl_row,
  .p-flow_list_tbl_single {
    margin-top: 15px;
  }
}

.p-flow_list_tbl_row th {
  width: 50%;
}

.p-flow_list_tbl_row th:first-child{
  border-radius: 10px 0 0 0;
}

.p-flow_list_tbl_row th:last-child {
  border-radius: 0 10px 0 0;
}

.p-flow_list_tbl_row th:last-child {
  border-right: none;
}

.p-flow_list_tbl_row th,
.p-flow_list_tbl_single th,
.p-flow_list_tbl_row td,
.p-flow_list_tbl_single td {
  padding: 8px 0 10px;
  border-right: 1px solid #e8e4da;
}

.p-flow_list_tbl_row th,
.p-flow_list_tbl_single th {
  border-bottom: 1px solid #e8e4da;
  background-color: #fef4f6;
}

.p-flow_list_tbl_single th {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.p-flow_list_tbl_row td,
.p-flow_list_tbl_single td {
  background-color: #fff;
  text-align: center;
}

.p-flow_list_tbl_single td {
  display: block;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.p-flow_list_tbl_row tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.p-flow_list_tbl_row tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .p-flow_list_img {
    margin-top: 20px;
  }
}


/* price
---------------------------------------------------------- */
.p-index_price_cont {
  padding: 60px 0 130px;
}

@media screen and (max-width: 767px) {
  .p-index_price_cont {
    padding: 30px 0 65px;
  }
}

.p-index_price_inner {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-index_price_inner {
    margin-top: 45px;
  }
}

.p-index_price_inner:first-child {
  margin-top: 0;
}

.p-price_tbl {
  border: 1px solid #e1dfda;
  border-radius: 10px;
}

.p-price_tbl th,
.p-price_tbl td {
  border-bottom: 1px solid #e1dfda;
}

.p-price_tbl th {
  padding: 15px 0;
  border-right: 1px solid #e8e4da;
  background-color: #f0eee7;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-price_tbl th {
    padding: 10px 0;
  }
}

.p-price_tbl_content {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .p-price_tbl_content {
    width: 30%;
  }
}

.p-price_tbl_other {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .p-price_tbl_other {
    width: 33%;
  }
}

.p-price_tbl_price {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-price_tbl_price {
    width: 37%;
  }
}

.p-price_tbl th:first-child {
  border-radius: 10px 0 0 0;
}

.p-price_tbl th:last-child {
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-price_tbl th {
    font-size: 1.4rem;
  }
}

.p-price_tbl td {
  padding: 15px 20px;
  border-right: 1px solid #e8e4da;
}

@media screen and (max-width: 767px) {
  .p-price_tbl td {
    padding: 10px;
  }
}

.p-price_tbl tr td:last-child {
  text-align: right;
}

.p-price_tbl td.boder_none,
.p-price_tbl tr:last-child td {
  border-bottom: none;
}

.p-price_tbl tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.p-price_tbl tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.p-index_price_inner .p-index_price_tbl_btm {
  margin-top: 20px;
  color: #949090;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-index_price_inner .p-index_price_tbl_btm {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

.p-index_price_tbl_btm .p-index_price_tbl_btm_ttl,
.p-index_price_tbl_btm .c-list_midpoint,
.p-index_price_tbl_btm .c-txt_asterisk {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-index_price_tbl_btm .p-index_price_tbl_btm_ttl,
  .p-index_price_tbl_btm .c-list_midpoint,
  .p-index_price_tbl_btm .c-txt_asterisk {
    margin-top: 8px;
  }
}

.p-index_price_pay {
  padding: 40px 110px;
  border-radius: 10px;
  background-color: #ede8dd;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay {
    padding: 15px 5% 20px;
  }
}

.p-index_price_pay_ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_ttl {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.p-index_price_pay_box {
  padding: 15px 0;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_box {
    padding: 10px 5%;
  }
}

@media screen and (min-width: 768px) {
  .p-index_price_pay_box_list {
    display: flex;
    justify-content: space-between;
  }
}

.p-index_price_pay_box_list li {
  line-height: 1;
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  color: #5a5a4d;
  font-family: ロゴたいぷゴシック;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-index_price_pay_box_list li {
    width: calc(100% / 3);
    border-right: 1px solid #e8e4da;
  }
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_box_list li {
    padding: 25px 0;
    font-size: 1.6rem;
    border-top: 1px solid #e8e4da;
  }

  .p-index_price_pay_box_list li:first-child {
    border-top: none;
  }
}

.p-index_price_pay_box_list li:nth-child(1) {
  background-image: url(../img/ico_pay01.png);
  background-size: 92px 79px;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_box_list li:nth-child(1) {
    background-size: 62px auto;
  }
}

.p-index_price_pay_box_list li:nth-child(2) {
  background-image: url(../img/ico_pay02.png);
  background-size: 77px 74px;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_box_list li:nth-child(2) {
    background-size: 57px auto;
  }
}

.p-index_price_pay_box_list li:nth-child(3) {
  background-image: url(../img/ico_pay03.png);
  background-size: 78px 62px;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_box_list li:nth-child(3) {
    background-size: 58px auto;
  }
}

.p-index_price_pay .c-list_asterisk {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-index_price_pay .c-list_asterisk {
    padding: 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_price_pay .c-list_asterisk {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_price_pay_loan {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-index_price_pay_loan_cont {
  line-height: 1.67;
  margin-top: 40px;
  padding: 39px 0 40px;
  background-color: #fbf9f6;
  border-radius: 10px;
  filter: drop-shadow(-12px 12px 0 #e6dec9);
  color: #848484;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-index_price_pay_loan_cont {
    width: 48%;
    margin-right: 4%;
  }
  
  .p-index_price_pay_loan_cont:nth-child(-n+2) {
    margin-top: 0;
  }

  .p-index_price_pay_loan_cont:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_cont {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_loan_cont {
    margin-top: 25px;
    font-size: 1rem;
    filter: drop-shadow(-8px 8px 0 #e6dec9);
  }

  .p-index_price_pay_loan_cont:first-child {
    margin-top: 0;
  }
}

.p-index_price_pay_loan_ttl {
  line-height: 1;
  margin-bottom: 15px;
  color: #474747;
  font-family: ロゴたいぷゴシック;
  font-size: 2.4rem;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.p-index_price_pay_loan_ttl_s {
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_ttl_s {
    font-size: 1.4rem;
  }
}

.p-index_price_pay_loan_yen {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .p-index_price_pay_loan_yen {
    margin-bottom: 20px;
  }
}

.p-index_price_pay_loan_yen dt {
  width: 60px;
  height: 60px;
  line-height: 1;
  margin-right: 15px;
  padding-top: 19px;
  border-radius: 50%;
  background-color: #fa98ae;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_yen dt {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 17px;
    font-size: 1.46rem;
  }
}

.p-index_price_pay_loan_yen dd {
  position: relative;
  z-index: 0;
  line-height: 1;
  color: #fa98ae;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 5.9rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_yen dd {
    font-size: 4rem;
  }
}

.p-index_price_pay_loan_yen_num {
  font-size: 7.8rem;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_yen_num {
    font-size: 5.2rem;
  }
}

.p-index_price_pay_loan_yen_end {
  padding-left: 13px;
  font-size: 4.7rem;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_yen_end {
    padding-left: 8px;
    font-size: 3rem;
  }
}

.p-index_price_pay_loan_yen_tax {
  display: block;
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 0;
  color: #797979;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_yen_tax {
    top: 9px;
    right: -5px;
    font-size: 1.2rem;
  }
}

.p-index_price_pay_loan_cont .c-list_asterisk li {
  display: inline-block;
}

.p-index_price_pay_loan_btm {
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1100px) {
  .p-index_price_pay_loan_btm {
    margin-bottom: 13px;
    font-size: 1.3rem;
  }
}

.p-index_price_pay_loan_cont .c-list_asterisk {
  margin-top: 0;
}

.p-index_price_pay_loan_cont .c-list_asterisk li {
  margin-top: 0;
}

.p-index_price_medicalED_ttl {
  margin-bottom: 34px;
  color: #5a5a4d;
  font-family: ロゴたいぷゴシック;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index_price_medicalED_ttl {
    line-height: 2;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.p-index_price_medicalED_ttl_point {
  position: relative;
  z-index: 0;
  padding-top: 14px;
  color: #c59c42;
}

@media screen and (max-width: 767px) {
  .p-index_price_medicalED_ttl_point {
    padding-top: 6px;
  }
}

.p-index_price_medicalED_ttl_point::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cfb071;
  transform: translateX(-50%);
  content: "";
}

@media screen and (max-width: 767px) {
  .p-index_price_medicalED_ttl_point::before {
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_price_medicalED .c-txt_spacing {
    text-align: center;
  }
}

.p-index_price_medicalED_box {
  margin-top: 40px;
  padding: 20px 101px;
  background-color: #ede8dd;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-index_price_medicalED_box {
    margin-top: 20px;
    padding: 15px 5%;
  }
}

.p-index_price_medicalED_box_cont {
  padding: 22px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 1101px) {
  .p-index_price_medicalED_box_cont {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1100px) {
  .p-index_price_medicalED_box_cont {
    padding: 15px 5%;
  }
}

.p-index_price_medicalED_box_ttl {
  line-height: 1.67;
  font-family: ロゴたいぷゴシック;
  font-size: 1.8rem;
}

@media screen and (min-width: 1101px) {
  .p-index_price_medicalED_box_ttl {
    width: 26%;
    max-width: 200px;
    border-right: 1px solid #e8e4da;
  }
}

@media screen and (max-width: 1100px) {
  .p-index_price_medicalED_box_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e4da;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-index_price_medicalED_box_ttl {
    font-size: 1.6rem;
  }
}


@media screen and (min-width: 1101px) {
  .p-index_price_medicalED_box_cont .c-list_check {
    display: flex;
    justify-content: center;
    width: 75%;
    max-width: 576px;
  }
}

@media screen and (max-width: 1100px) {
  .p-index_price_medicalED_box_cont .c-list_check {
    width: 80%;
    margin: 0 auto;
  }
}

.p-index_price_medicalED_box_cont .c-list_check li {
  font-size: 1.8rem;
}

@media screen and (min-width: 1101px) {
  .p-index_price_medicalED_box_cont .c-list_check li {
    margin-right: 80px;
    margin-top: 0;
  }

  .p-index_price_medicalED_box_cont .c-list_check li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-index_price_medicalED_box_cont .c-list_check li {
    font-size: 1.4rem;
  }
}


/* doctor
---------------------------------------------------------- */
.p-index_doctor_cont {
  position: relative;
  z-index: 0;
  padding: 70px 0 130px;
}

@media screen and (max-width: 767px) {
  .p-index_doctor_cont {
    padding: 35px 0 45px;
  }
}

.p-index_doctor_cont::before,
.p-index_doctor_cont::after {
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-index_doctor_cont::before,
  .p-index_doctor_cont::after {
    width: 55px;
  }
}

.p-index_doctor_cont::before {
  top: 0;
  right: 0;
  background-color: #fdf0f3;
  content: "";
}

.p-index_doctor_cont::after {
  top: 60px;
  right: 33px;
  line-height: 1;
  color: #f9dae1;
  font-family: 'Homemade Apple', cursive;
  font-size: 4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  content: "Toda family dental clinic";
}

@media screen and (max-width: 767px) {
  .p-index_doctor_cont::after {
    top: 20px;
    right: 16px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-index_doctor_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-index_doctor_row_cont {
  width: 56%;
}

@media screen and (min-width: 768px) {
  .p-index_doctor_row_cont {
    max-width: 615px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_cont {
    width: 84%;
  }
}

.p-index_doctor_row_name {
  margin-top: 35px;
  font-family: ロゴたいぷゴシック;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_name {
    margin-top: 15px;
  }
}

.p-index_doctor_row_name dt {
  line-height: 1;
  color: #fa98ae;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_name dt {
    font-size: 1.2em;
  }
}

.p-index_doctor_row_name dd {
  line-height: 1;
  margin-top: 10px;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_name dd {
    font-size: 2rem;
  }
}

.p-index_doctor_row_img {
  position: relative;
  z-index: 0;
  width: 40%;
}

@media screen and (min-width: 768px) {
  .p-index_doctor_row_img {
    max-width: 430px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_img {
    width: 90%;
    margin: 30px auto 0;
  }
}

.p-index_doctor_row_img::before,
.p-index_doctor_row_img::after {
  position: absolute;
  z-index: 0;
  width: 45px;
  height: 38px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  content: "";
}

.p-index_doctor_row_img::before {
  top: -10px;
  left: -15px;
  background-image: url(../img/ico_deco_btm01.png);
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_img::before {
    top: -5px;
    left: -13px;
  }
}

.p-index_doctor_row_img::after {
  right: -15px;
  bottom: -17px;
  background-image: url(../img/ico_deco_top01.png);
}

@media screen and (max-width: 767px) {
  .p-index_doctor_row_img::after {
    right: -13px;
    bottom: -14px;
  }
}

.p-index_doctor_row_img_cont {
  border-radius: 14px;
  overflow: hidden;
}

.p-index_doctor_hisotry {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 2px dotted #c4b89a;
  border-bottom: 2px dotted #c4b89a;
}

@media screen and (min-width: 1101px) {
  .p-index_doctor_hisotry {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1110px) {
  .p-index_doctor_hisotry {
    margin-top: 40px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 1101px) {
  .p-index_doctor_hisotry .c-ttl_feature {
    width: 16%;
    max-width: 170px;
  }

  .p-index_doctor_hisotry_cont {
    width: 85%;
    max-width: 930px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_doctor_hisotry_cont {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_doctor_hisotry_cont {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_doctor_hisotry_cont {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-index_doctor_hisotry_list {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-index_doctor_hisotry_list {
    width: 80%;
    margin: 10px auto 0;
  }

  .p-index_doctor_hisotry_list:first-child {
    margin: 0 auto;
  }
}

.p-index_doctor_hisotry_list li {
  margin-top: 10px;
}

.p-index_doctor_hisotry_list li:first-child {
  margin-top: 0;
}

.p-index_doctor_clinic {
  position: relative;
  z-index: 0;
  margin-top: 70px;
  padding-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .p-index_doctor_clinic {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-index_doctor_clinic {
    width: 80%;
    margin: 35px auto 0;
    padding-bottom: 30px;
  }
}

.p-index_doctor_clinic::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: 115%;
  height: 230px;
  background-color: #fbd9e0;
  transform: translateX(-50%);
  content: "";
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .p-index_doctor_clinic::before {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .p-index_doctor_clinic::before {
    width: 123%;
    height: 90%;
  }
}

.p-index_doctor_clinic li {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-index_doctor_clinic li {
    width: 30%;
    margin-right: 3%;
  }

  .p-index_doctor_clinic li:nth-child(3n) {
    margin-right: 0;
  }
}


@media screen and (max-width: 767px) {
  .p-index_doctor_clinic li {
    margin-top: 20px;
  }

  .p-index_doctor_clinic li:first-child {
    margin-top: 0;
  }
}


.p-index_doctor_clinic_cap {
  line-height: 1;
  padding: 13px 0 10px;
  background-color: #fff;
  color: #fa98ae;
  font-family: ロゴたいぷゴシック;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index_doctor_clinic_cap {
    padding: 10px 0 12px;
    font-size: 1.6rem;
  }
}


/* access
---------------------------------------------------------- */
.p-index_access_map {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .p-index_access_map {
    height: 250px;
  }
}

.p-index_access_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.p-index_access_tbl {
  border: 1px solid #e8e4da;
}

.p-index_access_tbl th {
  width: 30%;
  padding: 15px 0;
  border-bottom: 1px solid #e8e4da;
  background-color: #f0eee7;
}

@media screen and (max-width: 767px) {
  .p-index_access_tbl th {
    padding: 10px 0;
  }
}

.p-index_access_tbl tr:first-child th {
  border-radius: 10px 0 0 0;
}

.p-index_access_tbl tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}

.p-index_access_tbl tr:last-child th,
.p-index_access_tbl tr:last-child td {
  border-bottom: none;
}

.p-index_access_tbl td {
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #e8e4da;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-index_access_tbl td {
    padding: 10px 5%;
  }
}

.p-index_access_tbl tr:first-child td {
  border-radius: 0 10px 0 0;
}

.p-index_access_tbl tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.p-index_access_cont {
  padding: 74px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-index_access_cont {
    padding: 35px 0 25px;
  }
}
