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

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-anchor .anchor-item {
  display: flex;
  position: relative;
  flex-basis: 24%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0.18rem;
  min-height: 5.5rem;
  border-radius: 0.4rem;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
}
.p-anchor .anchor-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  width: 100%;
  height: 100%;
  line-height: 1.2307692308;
  font-size: 1.3rem;
  color: #7f7875;
  box-sizing: border-box;
}
.p-anchor .anchor-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0.6rem;
  margin-right: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.1rem solid #7f7875;
  border-bottom: 0.1rem solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .p-anchor__list {
  margin: 0;
  row-gap: 1.3333333333vw;
  column-gap: 1.3333333333vw;
}
.p-anchor .p-anchor__item {
  display: list-item;
  flex-basis: auto;
  flex-shrink: 1;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item::after {
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
}
.p-anchor .p-anchor__item a {
  padding: 0;
  color: #7e7774;
}

.link.button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0.5333333333vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.link.button a > * {
  color: #f5f2f0;
}
.link.button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.40625;
  font-size: 1.6rem;
}
.link.button a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.2666666667vw solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.3333333333vw;
  width: 5.6vw;
  height: 10.2666666667vw;
  background: url(../../../m/img/arrow.png) right center no-repeat;
  background-size: 5.6vw auto;
}

.p-main .link {
  width: 43.6vw;
}

.p-hero__cv {
  padding: 5.3333333333vw 0 2.6666666667vw;
  background: #d5a388;
}
.p-hero__cv__text {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  line-height: 1.5;
  font-size: 1.3rem;
  color: #6e4738;
}
.p-hero__cv__list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 2.6666666667vw;
}

.p-anchor {
  padding: 1.3333333333vw;
}
.p-anchor .p-anchor__item {
  width: 31.4666666667vw;
}

.p-box {
  padding-right: 4.9333333333vw;
  padding-bottom: 16vw;
  padding-left: 4.9333333333vw;
}
.p-box__title {
  margin: 0 auto 16vw;
}
.p-box:last-child {
  margin-bottom: 70px;
}

.p-case,
.p-summary,
.p-flow {
  background-color: #f1efec;
}

.p-summary__title,
.p-conditions__title {
  margin-bottom: 60px;
}

.p-case__title {
  margin-bottom: 16vw;
  width: 34.9333333333vw;
}
.p-case__box__title {
  margin-bottom: 5.6vw;
  padding-bottom: 2.9333333333vw;
  border-bottom: 1.6vw solid #a3887f;
  text-align: center;
  font-size: 4.8vw;
  color: #a3887f;
}
.p-case__box + .p-case__box {
  margin-top: 16vw;
}
.p-case__subbox {
  position: relative;
}
.p-case__subbox__title {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
.p-case__subbox__text {
  padding-bottom: 3.2vw;
}
.p-case__subbox__text span {
  display: block;
  line-height: 1.375;
  font-size: 3.2vw;
}
.p-case__subbox__text span::before {
  content: "・";
}
.p-case__subbox__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  border-radius: 50%;
  background: #eb686b;
}
.p-case__subbox__icon > * {
  font-weight: bold;
  color: #fff;
}
.p-case__subbox__icon .first {
  font-size: 2.6666666667vw;
}
.p-case__subbox__icon em {
  font-size: 4.2666666667vw;
}
.p-case__subbox__icon .second {
  font-size: 2.9333333333vw;
}
.p-case__subbox__pic {
  margin-bottom: 2.4vw;
}
.p-case__subbox__price {
  text-align: center;
  line-height: 1.375;
  font-size: 3.2vw;
}
.p-case__subbox__price span {
  font-size: 2.6666666667vw;
}
.p-case__subbox__price em {
  font-weight: bold;
}
.p-case__subbox__price em span {
  font-weight: bold;
}
.p-case__subbox.text-single .p-case__subbox__icon {
  top: -2.6666666667vw;
}
.p-case__subbox + .p-case__subbox {
  margin-top: 10.6666666667vw;
}
.p-case__notice__text {
  margin-top: 16vw;
  margin-left: 17.3333333333vw;
  text-indent: -17.3333333333vw;
  line-height: 1.5;
  color: #a39e9b;
}

.p-doctor {
  padding-bottom: 0;
}
.p-doctor__title {
  width: 55.7333333333vw;
}
.p-doctor__contents {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e2de;
  background: #fff;
}
.p-doctor__contents__title {
  display: flex;
  align-items: center;
  order: 1;
  margin-bottom: 4vw;
  padding-left: 6vw;
  height: 12vw;
  background: #cdc3bc;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
  color: #584f4c;
}
.p-doctor__contents__title .emphasis {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 2.15rem;
}
.p-doctor__contents__inner, .p-doctor__contents__pic, .p-doctor__contents__link {
  margin: 0 6vw;
}
.p-doctor__contents__pic {
  order: 2;
  margin-bottom: 6vw;
}
.p-doctor__contents__inner {
  order: 3;
}
.p-doctor__contents__link {
  order: 4;
  margin-bottom: 8vw;
  text-align: right;
}
.p-doctor__contents__link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  color: #7e7774;
}
.p-doctor__contents__link a::after {
  content: "";
  margin-left: 0.5em;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: url(../../../m/img/tc_icon_arrow_3.png) 0 0 no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.p-doctor__item + .p-doctor__item {
  margin-top: 5.3333333333vw;
}
.p-doctor__item__title {
  display: flex;
  align-items: center;
  margin-bottom: 3.2vw;
  padding-left: 2.1333333333vw;
  height: 8vw;
  background: #f2efec;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-doctor__item a {
  text-decoration: underline;
  color: #7595cc;
}

.p-history__list {
  overflow: hidden;
}
.p-history__item {
  font-size: 1.3rem;
}
.p-history__item:first-child {
  margin-top: -1.3333333333vw;
}
.p-history__item:last-child {
  margin-bottom: -1.3333333333vw;
}
.p-history__item__inner {
  display: flex;
}
.p-history__item__title, .p-history__item__text {
  line-height: 1.8461538462;
}
.p-history__item__title {
  padding-right: 2vw;
  width: 15.0666666667vw;
  border-right: 0.2666666667vw solid #a39489;
  box-sizing: border-box;
}
.p-history__item__text {
  flex: 1;
  padding-left: 2.5333333333vw;
}

.p-license__list,
.p-society__list {
  flex: 1;
}
.p-license__item,
.p-society__item {
  display: inline;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-license__item + .p-license__item::before,
.p-license__item + .p-society__item::before,
.p-society__item + .p-license__item::before,
.p-society__item + .p-society__item::before {
  content: "、";
}

.p-society {
  margin-bottom: 8vw;
}

.p-quality {
  padding: 16vw 4.9333333333vw;
}
.p-quality__title {
  margin: 0 auto 9.3333333333vw;
  width: 76.4vw;
}
.p-quality__list {
  margin-bottom: 16vw;
}
.p-quality__item {
  margin-bottom: 5.3333333333vw;
}
.p-quality__item__pic {
  margin-bottom: 2vw;
}
.p-quality__item__text {
  line-height: 1.5;
  font-size: 1.3rem;
}

.p-plan {
  margin-bottom: 10.6666666667vw;
}
.p-plan__title {
  margin-bottom: 0.2666666667vw;
  background: #7f7875;
  text-align: center;
  line-height: 12.9333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.p-plan__price-table {
  margin-bottom: 2.6666666667vw;
  width: 100%;
}
.p-plan__price-table thead th {
  padding: 0 3.2vw;
  height: 7.6vw;
  border-right: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #d4d0ce;
  background: #7f7875;
  font-size: 1.2rem;
  color: #fff;
}
.p-plan__price-table thead th.title {
  height: 12.5333333333vw;
  text-align: center;
}
.p-plan__price-table thead th.name {
  width: 27.0666666667vw;
}
.p-plan__price-table thead th.price {
  width: 15.3333333333vw;
  text-align: center;
}
.p-plan__price-table thead th:last-child {
  border-right-color: #7f7875;
}
.p-plan__price-table tbody th,
.p-plan__price-table tbody td {
  height: 17.7333333333vw;
  border-bottom: 0.2666666667vw solid #d4d0ce;
}
.p-plan__price-table tbody th {
  padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
}
.p-plan__price-table tbody td {
  border-left: 0.2666666667vw solid #d4d0ce;
}
.p-plan__price-table tbody .name {
  margin-bottom: 2vw;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  color: #585857;
}
.p-plan__price-table tbody .name .contents-list__item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  font-feature-settings: initial;
}
.p-plan__price-table tbody .name .contents-list__item::before {
  content: "・";
}
.p-plan__price-table tbody .name .contents-list__item + .contents-list__item {
  margin-top: 1em;
}
.p-plan__price-table tbody .price {
  text-align: center;
  line-height: 1.1538461538;
  font-size: 1.3rem;
}
.p-plan__price-table tbody .price.monitor {
  color: #ed7b74;
}
.p-plan__price-table tbody .price .tax-included {
  font-size: 1rem;
}
.p-plan__notice {
  margin-bottom: 5.3333333333vw;
  margin-left: 1rem;
  text-indent: -1rem;
  color: #a39e9b;
}
.p-plan__notice .small {
  line-height: 1.5;
  font-size: 1rem;
}
.p-plan__cv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-plan__cv__title {
  margin-right: 2vw;
  line-height: 1.3846153846;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-plan__cv .link {
  width: 57.6vw;
}

.p-payment {
  border: 0.2666666667vw solid #d4d1d0;
}
.p-payment__title {
  padding: 4vw 2.6666666667vw;
  border-bottom: 0.2666666667vw dotted #d4d0ce;
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-payment p,
.p-payment li,
.p-payment dt {
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.p-payment small {
  display: block;
  font-size: 1rem;
}
.p-payment li {
  display: list-item;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.6666666667vw;
  border-bottom: 0.2666666667vw dotted #baafa6;
  background-position: 3.4666666667vw 2.6666666667vw;
  background-repeat: no-repeat;
  font-weight: bold;
}
.p-payment li:last-child {
  border: 0;
}
.p-payment li:nth-child(1) {
  background-image: url(../../../m/img/icon_1.png);
  background-size: 6.6666666667vw auto;
}
.p-payment li:nth-child(2) {
  background-image: url(../../../m/img/icon_2.png);
  background-size: 6.6666666667vw auto;
}
.p-payment li:nth-child(3) {
  background-image: url(../../../m/img/icon_3.png);
  background-size: 6.5333333333vw auto;
}
.p-payment li:nth-child(4) {
  background-image: url(../../../m/img/icon_4.png);
  background-size: 6.6666666667vw auto;
}
.p-payment dd {
  line-height: 1.5714285714;
  font-weight: normal;
}
.p-payment dd li,
.p-payment dd dt {
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.p-payment dd dd {
  overflow: auto;
  padding: 0;
}
.p-payment dd li {
  margin-left: 1.25em;
  padding: 0;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.p-payment dd li:first-child {
  letter-spacing: 0;
}
.p-payment dd li:nth-child(n) {
  background-image: none;
}
.p-payment dd li li {
  margin: 0;
  list-style-type: none;
}
.p-payment dd li li, .p-payment dd li li::before {
  content: "◇";
}
.p-payment .p-payment__item__text {
  font-size: 1em;
}
.p-payment__item {
  border-bottom: 0.2666666667vw dotted #d4d0ce;
}
.p-payment__item__pic {
  width: 50.6666666667vw;
}

.p-summary__title {
  width: 46.1333333333vw;
}
.p-summary__text {
  line-height: 1.6666666667;
  font-size: 1.5rem;
}

.p-conditions__title {
  width: 34.8vw;
}
.p-conditions__item {
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 1.5rem;
}
.p-conditions__item + .p-conditions__item {
  margin-top: 4vw;
}
.p-conditions__item::before {
  content: "●";
  margin-right: 0.5em;
}
.p-conditions__item .small {
  display: block;
  margin-top: 1.3333333333vw;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-conditions__item a {
  text-decoration: underline;
  color: #6d9cd0;
}

.p-flow__title {
  width: 86.6666666667vw;
}
.p-flow__item {
  padding-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #d4d0ce;
}
.p-flow__item + .p-flow__item {
  margin-top: 5.3333333333vw;
}
.p-flow__item__title {
  margin-bottom: 4vw;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-flow__item__contents {
  display: flex;
}
.p-flow__item__text {
  flex: 1;
  line-height: 1.5;
  font-size: 1.5rem;
}
.p-flow__item__text .small {
  display: block;
  line-height: 1.5;
  font-size: 0.75em;
}
.p-flow__item__pic {
  margin-left: 2vw;
  width: 22.6666666667vw;
}

.p-fix-cv {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #e2e0db;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
.p-fix-cv.is-show {
  opacity: 1;
  pointer-events: all;
}
.p-fix-cv__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-fix-cv__tel {
  display: none;
  order: 2;
  padding: 2.6666666667vw;
  padding: 2.6666666667vw 2.6666666667vw calc(1rem + constant(safe-area-inset-bottom) * 0.6);
  padding: 2.6666666667vw 2.6666666667vw calc(1rem + env(safe-area-inset-bottom) * 0.6);
  width: 100%;
  background: #979088;
  transition: all 0.4s linear;
}
.p-fix-cv__tel__list {
  display: flex;
  border-top: 0.2666666667vw solid #b7aba2;
  border-bottom: 0.2666666667vw solid #b7aba2;
  border-left: 0.2666666667vw solid #b7aba2;
}
.p-fix-cv__tel__item {
  flex: 1;
  border-right: 0.2666666667vw solid #b7aba2;
}
.p-fix-cv__tel__item a {
  display: block;
  background: linear-gradient(to bottom, #867f7b, #5c5350);
  text-align: center;
  line-height: 14.4vw;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #f5f3f1;
}
.p-fix-cv__tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.p-fix-cv__tel.is-active img {
  opacity: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-fix-cv__list {
  display: flex;
  order: 1;
  width: 100%;
}
.p-fix-cv__item {
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.6);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.6);
  background: #e2e0db;
}
.p-fix-cv__item:first-child {
  border-left: none;
}
.p-fix-cv__item:last-child {
  border-right: none;
}
.p-fix-cv__item a {
  display: block;
}
.p-fix-cv__item.is-active img {
  opacity: 0;
}
.p-fix-cv .tel.is-active {
  background: url(../../../m/img/15thanniversary_fix_cv_tel_a.png) left top no-repeat;
  background-size: 100% auto;
}
.p-fix-cv .tel.is-active + .p-fix-cv__item {
  padding-bottom: 0;
}
.p-fix-cv .monitor {
  background: #6c625e;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*# sourceMappingURL=campaign-imanishi.css.map */
