@charset "UTF-8";
/* Color */
/* Font */
/* common */
html {
  line-height: 1;
  font-size: 62.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #535353;
  font-weight: 500;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-size: 14px;
}

body > *:not(.modal-overlay):not(.l-modal):not(.ui-widget) {
  max-width: 430px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: -1px 0 1px -1px #ccc, 1px 0 1px -1px #ccc;
}

img {
  width: 100%;
  height: auto;
}

.sp-only,
.pc-none {
  display: none !important;
}

.c-gold {
  color: #c5ae7d;
}

@media screen and (max-width: 1120px) {
  .pc-only {
    display: none !important;
  }
  .sp-only,
  .pc-none {
    display: inherit !important;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .l-pc-header {
  background-color: #fdf9f9;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__in {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
.header__in nav {
  position: relative;
  all: unset;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}
.header__in nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__in .menu-list {
  list-style: none;
  padding: 5px 0;
  position: relative;
}
.header__in .menu-list + li {
  margin-left: 1.5em;
}
.header__in .menu-list::before {
  content: "";
}
.header__in .menu-link {
  color: #333;
  font-size: 14.5px;
  font-weight: 600;
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.header__in .menu-link.active {
  color: #e34c51;
}
.header .l-sp-header {
  background-color: #fff;
  height: -moz-min-content;
  height: min-content;
  display: none;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  font-size: 0;
  height: min-content;
}
.header .l-sp-header__in {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  padding: 5px 0;
  width: 100%;
}
.header .l-sp-header h1 {
  grid-area: 1/1;
  grid-column: 1/2;
  position: relative;
  width: 95%;
  margin: 0 5%;
  padding-top: 25.5905%;
}
.header .l-sp-header h1 img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .l-sp-header .l-h-reserve {
  grid-area: 1/1;
  grid-column: 2/2;
  position: relative;
  width: 90%;
  margin: 0 5%;
}
.header .l-sp-header .l-h-reserve a {
  display: block;
  max-width: calc(215px - 2.5%);
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  width: 100%;
}
.header .l-sp-header .l-h-reserve img {
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .o-hdr-item {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header {
  position: relative;
}
.header .l-sp-header {
  display: block;
  position: relative;
}

/* Mv */
.mv {
  background: url("../images/mv_back_pc.png") center top no-repeat;
}
.mv__in {
  max-width: 1120px;
  margin: 0 auto;
  padding: 23px 0 30px 20px;
}
.mv__img {
  margin: 296px 0 28px -10px;
}
.mv__img img {
  width: 587px;
  height: auto;
}

.mv {
  width: 100%;
  background: none;
}
.mv__in {
  display: none;
}
.mv img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.case_slider {
  padding: 30px 0 5px;
}
.case_slider_wraper {
  background-image: url("../images/case_slider_pc.jpg");
  background-size: 1920px;
  background-position: center;
  padding: 0 0 10px;
}
.case_slider_item {
  padding: 0 15px;
  filter: brightness(0.5);
  transition: filter 0.5s;
}
.case_slider_item.slick-active {
  filter: brightness(1);
}
.case_slider_item_notes {
  padding: 5px 0 0;
  display: block;
  line-height: 1.5;
  font-size: 11.5px;
  font-feature-settings: "palt";
}
.case_slider_notes {
  max-width: 1120px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 11.5px;
  font-feature-settings: "palt";
}

.case_slider {
  background-size: 100%;
  padding: 17.2px 0 0;
}
.case_slider_wraper {
  background-image: url("../images/case_slider_sp.jpg");
  background-size: auto;
}
.case_slider_item {
  width: 387px;
}
.case_slider_item img {
  width: 100%;
}
.case_slider_notes {
  padding: 0 10px 0;
}

.slider01 {
  position: relative;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

.slider01 {
  padding: 0;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.slider01__in {
  height: 107.5px;
}
.slider01 li {
  width: 129px;
}

/* intro */
.reason__in {
  padding: 60px 0 120px;
  max-width: 1120px;
  text-align: center;
  margin: 0 auto;
}
.reason__ttl {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.reason__ttl__guideline {
  font-size: 24px;
}
.reason__txt {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
.reason__img ul {
  display: flex;
  width: 530px;
  justify-content: center;
  margin: 26px auto 0 auto;
}
.reason__img li {
  width: 32%;
  margin-right: 1.3333%;
}
.reason__img li:last-child {
  margin-right: 0;
}

.reason__in {
  padding: 0;
}
.reason__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 6.45px auto 17.2px;
  line-height: 1.25;
  letter-spacing: 0;
}
.reason__ttl span {
  font-size: 24px;
}
.reason__txt {
  font-size: 14px;
  font-weight: 500;
  margin: 10.75px auto 15.05px;
  text-indent: 1.5em;
  line-height: 1.45;
  transform: translateX(4.3px);
}
.reason__img {
  margin-top: 0;
}
.reason__img ul {
  display: block;
  width: 90%;
  margin: 0 auto;
  transform: translate3d(-2.15px, 0, 0);
}
.reason__img li {
  width: 100%;
  margin: 0 auto 7.955px;
}

.p-line_link_bnr {
  margin: 30px auto 0;
}

.p-line_link_bnr {
  margin: 0;
  padding: 0;
}

.case {
  padding: 60px 0 46px;
}
.case__in {
  max-width: 1080px;
  margin: 0 auto;
}
.case__in__ttl {
  text-align: center;
  padding: 0 0 60px;
}
.case__ttl__main {
  display: block;
  font-size: 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 44px;
  color: #2787eb;
}
@media screen and (max-width: 1120px) {
  .case__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.case__ttl__sub {
  display: block;
  margin-bottom: 20px;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 26px;
  color: #2787eb;
}
@media screen and (max-width: 1120px) {
  .case__ttl__sub {
    margin-bottom: 4vw;
    font-size: 1.8rem;
  }
}
.case .case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.case .case__list .case__list__item {
  list-style: none;
  margin-bottom: 35px;
}
.case .p-price_menu_table {
  margin-bottom: 20px;
}

.case {
  padding: 8.6px 0 17.2px;
}
.case__in {
  max-width: 1120px;
  margin: 0 auto;
}
.case__in__ttl {
  text-align: center;
  padding: 10.75px 0 25.8px;
  margin: 0 auto;
}
.case__in__ttl img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.case__ttl__main {
  display: block;
  font-size: 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2787eb;
}
@media screen and (max-width: 1120px) {
  .case__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.case__ttl__sub {
  display: block;
  margin-bottom: 20px;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #2787eb;
  font-size: 14px;
}
@media screen and (max-width: 1120px) {
  .case__ttl__sub {
    margin-bottom: 4vw;
    font-size: 1.8rem;
  }
}
.case .case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.case .case__list .case__list__item {
  list-style: none;
  margin-bottom: 35px;
}
.case .tab__in__contents {
  padding-top: 10px;
}
.case .tab__in__element {
  padding: 0;
}
.case .tab__menu__item {
  flex: 33.3333333333%;
  border-radius: 0;
  height: 60px;
}
.case .tab__menu__item span {
  font-size: 21.5px;
}
.case .tab__menu__item.active::before {
  border-width: 0;
}
.case .tab__menu__item::after {
  width: calc(100% - 3px);
  border-radius: 0;
}
.case .tab__case__item {
  padding: 20px 20px 10px;
  box-sizing: border-box;
  margin: 10px 17.2px !important;
}
.case .tab__case__img {
  display: block;
}
.case .tab__case__img li {
  width: 100%;
}
.case .tab__case__img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
.case .tab__case__before {
  margin-bottom: 25px;
  position: relative;
}
.case .tab__case__before::after {
  width: 0;
  margin: 0;
  border-width: 10px;
  border-color: #ea4949 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 10px);
}
.case .tab__case__flex {
  display: block;
}
.case .tab__case__name {
  width: 100%;
}
.case .tab__case__name dt {
  color: #d63536;
  line-height: 1.25;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
  overflow: hidden;
  position: relative;
  padding-left: 12.9px;
  font-size: 24.725px;
  font-weight: bold;
}
.case .tab__case__name dt span {
  font-size: 12.9px;
}
.case .tab__case__name dt::before {
  background: #ffb4b4;
  width: 2px;
  height: 60px;
  position: absolute;
  left: 0;
}
.case .tab__case__name dd {
  font-size: 12.9px;
  font-weight: 600;
  line-height: 1.65;
  font-feature-settings: "palt";
  letter-spacing: 0.15px;
  margin: 0 0 20px;
}
.case .tab__case__risk {
  width: 100%;
  padding: 17.2px;
}
.case .tab__case__risk__head {
  font-size: 16.555px;
}
.case .tab__case__risk__txt {
  font-size: 9.675px;
  line-height: 1.5;
}
.case .tab__case__risk__follow {
  font-size: 9.675px;
  line-height: 1.5;
}
.case .tab__price {
  width: 100%;
}
.case .tab__price li {
  margin-bottom: 10px;
  font-weight: 600;
  justify-content: flex-end;
}
.case .tab__price__name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12.9px;
  width: 32%;
  padding: 10px 5px;
  margin-right: 5px;
  box-sizing: border-box;
}
.case .tab__price__part {
  display: inline-block;
  writing-mode: tb;
  font-size: 15.05px;
  color: #555;
  margin: -1px auto 0 0;
}
.case .tab__price__num {
  font-size: 36.55px;
}
.case .tab__price__txt {
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-size: 15.05px;
}
.case .tab__doctor {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 15px 0 0;
  gap: 5px;
}
.case .tab__doctor li {
  font-weight: 600;
}
.case .tab__doctor img {
  width: 50px;
  height: 50px;
  margin: 10px 10px 10px 0;
}

.access {
  background: url("../../assets/images/access_bg.jpg") center top 100% repeat-y;
  background-size: cover;
  height: auto;
  background-attachment: fixed;
}
.access__ttl {
  font-size: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: lighter;
}
.access__in {
  padding: 20px 20px;
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
}
.access__in__ttl {
  position: relative;
  z-index: 1;
}
.access__in__ttl__sub {
  margin: 0;
}
.access__in__ttl__main {
  margin: 0;
}
.access__in__element {
  color: #1b1818;
  margin: 0;
  padding: 0 0 20px;
}
.access__in__element .access__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
  gap: 10px;
}
.access__in__element .access__menu__item {
  font-weight: 600;
  padding: 0 0;
  cursor: pointer;
  position: relative;
  flex: 1;
  text-align: center;
  height: 70px;
  background: linear-gradient(to top, #fe9962, #f76655);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: none;
}
.access__in__element .access__menu__item::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
  border-radius: 9px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.access__in__element .access__menu__item span {
  z-index: 3;
  position: absolute;
  color: #f76656;
}
.access__in__element .access__menu__item.active span {
  color: #fff;
}
.access__in__element .access__menu__item.active::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fe9962 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
}
.access__in__element .access__menu__item.active::after {
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: none;
}
.access__in__contents .access__clinic {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: 0.3s;
}
.access__in__contents .access__clinic.active {
  animation: fade 0.5s ease;
  display: flex;
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 0 30px;
  border-radius: 4px;
}
.access__in__contents .access__clinic__item {
  width: calc(33.3333333333% - 26.6666666667px);
  margin: 30px 40px 30px 0;
}
.access__in__contents .access__clinic__item:nth-of-type(3n) {
  margin-right: 0;
}
.access__in__contents .access__clinic__photo {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  padding-top: 52.9411%;
  width: 100%;
  background: rgba(218, 192, 177, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 0;
}
.access__in__contents .access__clinic__photo::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.access__in__contents .access__clinic__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.access__in__contents .access__clinic__name {
  font-size: 20px;
  margin: 0;
  padding: 20px 0 10px;
  text-align: left;
  font-family: inherit;
  font-weight: 600;
}
.access__in__contents .access__clinic__address {
  line-height: 1.55;
  padding: 2px 0;
  font-style: normal;
  font-size: 12.5px;
}
.access__in__contents .access__clinic__link {
  color: #e34c51;
  font-size: 14.5px;
  font-weight: 600;
  padding: 2px 0;
  display: inline-block;
  margin-top: 5px;
  transition: 0.3s;
}
.access__in__contents .access__clinic__link:hover {
  opacity: 0.7;
}
.access__in__contents .access__clinic__link svg {
  width: 14.5px;
  margin-left: 3px;
  stroke: currentColor;
  vertical-align: -5px;
}
.access .p-access__ttl {
  margin: 65px auto 32px;
}
.access .p-access__ttl__main {
  display: block;
  font-size: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: #293037;
}

.access__in {
  padding: 0;
}
.access__in__element .access__menu {
  margin: 0;
  padding: 4px 6px;
  background: rgba(48, 48, 48, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.access__in__element .access__menu__item {
  flex: 33.3333333333%;
  border-radius: 0;
  height: 60px;
}
.access__in__element .access__menu__item span {
  font-size: 21.5px;
}
.access__in__element .access__menu__item::after {
  border-radius: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transform: translateY(-1px);
}
.access__in__element .access__menu__item.active::before {
  border-width: 0;
}
.access__in__contents {
  padding: 0;
}
.access__in__contents .access__clinic {
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-wrap: wrap;
  justify-content: space-between;
}
.access__in__contents .access__clinic__item {
  width: calc(50% - 8.6px);
  margin: 0;
}
.access__in__contents .access__clinic__name {
  font-size: 19.995px;
  line-height: 1.35;
  margin: 0;
  padding: 12px 0 8px;
}
.access__in__contents .access__clinic__address {
  font-size: 11.825px;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.45;
}
.access__in__contents .access__clinic__link {
  margin: 0 0 15px;
  padding: 0;
}
.access__in__contents .access__clinic__link svg {
  vertical-align: -6.5px;
}
.access__in__contents .access__clinic.active {
  padding: 17.2px;
}
.access .p-access__ttl {
  margin: 0 auto;
  padding: 28px 0 15px;
}
.access .p-access__ttl__main {
  font-size: 30.1px;
}

.cv-area {
  padding: 82px 0;
  background-color: #ec6865;
}
.cv-area__in {
  max-width: 1080px;
  margin: 0 auto;
}
.cv-area__ttl {
  flex: 0 0 100%;
  margin-bottom: 32px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 38px;
  color: #000;
}
.cv-area__ttl small {
  font-size: 10px;
}
.cv-area__web {
  width: calc(50% - 8px);
}
.cv-area__web img {
  width: 100%;
  height: auto;
}
.cv-area__tel {
  width: calc(50% - 8px);
}
.cv-area__tel img {
  width: 100%;
  height: auto;
}
.cv-area__caution {
  margin-top: 28px;
  flex: 0 0 100%;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #535353;
}
.cv-area__box {
  background: #fff;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
.cv-area__box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
  border-color: #d2b897 transparent transparent transparent;
}
.cv-area__btn__area {
  display: flex;
  justify-content: space-between;
}
.cv-area__btn__line {
  width: 100%;
  margin-top: 16px;
}
.cv-area__btn__line img {
  width: 100%;
  height: auto;
}
.cv-area__note {
  text-align: right;
}

.cv-area {
  padding: 21.5px;
  margin-top: 0;
}
.cv-area__box {
  padding: 24px 16px;
}
.cv-area__box::before {
  border-width: 60px 60px 0 0;
}
.cv-area__in {
  display: block;
  padding: 0;
}
.cv-area__ttl {
  margin: 0 auto 18.92px auto;
  font-size: 20.855px;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
}
.cv-area__web {
  width: 301px;
  margin: 0 auto;
}
.cv-area__web img {
  width: 100%;
}
.cv-area__tel {
  width: 301px;
  margin: 8.6px auto 0;
}
.cv-area__tel img {
  width: 100%;
}
.cv-area__caution {
  margin-top: 7.74px;
  font-size: 8.6px;
  color: #aaa;
  text-align: center;
}
.cv-area__btn__area {
  display: block;
}
.cv-area__note {
  margin: 8.6px 0 0;
}

.check {
  padding: 82px 0 100px;
  background-image: url("../images/check_bg_pc.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #fff;
}
.check__ttl {
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  height: auto;
  margin-bottom: 25px;
  padding: 20px 0;
}
.check__txt {
  text-align: center;
  font-size: 16.5px;
  width: 36%;
  margin: 0 auto 40px;
}
.check__in {
  max-width: 1120px;
  margin: 0 auto;
}
.check__list {
  display: flex;
  justify-content: space-between;
}
.check__list__content {
  width: calc(33.333% - 10px);
}
.check__item {
  position: relative;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  background: #fdf3f3;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  flex-wrap: wrap;
  height: 85px;
}
.check__item__txt {
  font-size: 18.5px;
  line-height: 1.5;
  width: calc(100% - 30px);
}
.check__item__txt:nth-child(2) {
  margin: 10px 0 0 30px;
  position: relative;
}
.check__item__txt:nth-child(2)::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url("../images/check_icon_pc.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  position: absolute;
  left: -30px;
}
.check__item:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url("../images/check_icon_pc.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.check__item:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #373737 transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
}
.check__answer__head {
  color: #fff;
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 10px 0;
  text-align: center;
}
.check__answer__head__blue {
  background: #5099c8;
}
.check__answer__head__brown {
  background: #c85050;
}
.check__answer__head__black {
  background: #242424;
}
.check__answer__content {
  background: #f0f0f0;
  padding: 30px;
}
.check__answer__txt {
  font-size: 14px;
  margin-top: 20px;
  line-height: 22px;
}
.check__step {
  text-align: center;
  padding: 38px 0 20px;
}
.check__step img {
  margin: 0 auto;
}
.check__case {
  display: flex;
  justify-content: space-between;
}
.check__fukidashi {
  padding: 50px 90px;
  background: #f18586;
  margin-top: 40px;
  display: flex;
  position: relative;
  align-items: center;
}
.check__fukidashi__txt {
  color: #fff;
  font-size: 22px;
  margin: 0 20px 0 0;
  line-height: 38px;
}
.check__fukidashi:before {
  content: "";
  display: inline-block;
  border-style: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 70px 55px;
  border-color: transparent transparent #f18587 transparent;
  position: absolute;
  top: -22px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.check {
  padding: 43px 0 64.5px;
  background-image: url("../images/check_sp_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom -946px center;
}
.check__ttl {
  font-size: 32.25px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0;
  padding: 0px 51.6px 0px;
  height: auto;
}
.check__txt {
  width: 100%;
  padding: 0 43px;
  box-sizing: border-box;
  font-size: 15.05px;
  line-height: 1.65;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-weight: 600;
  margin: 25.8px auto 0;
}
.check__answer__head {
  padding: 8px 0;
}
.check__answer__content {
  padding: 17.2px;
}
.check__answer__content__img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.check__answer__txt {
  font-size: 15.05px;
  margin-top: 17.2px;
  line-height: 1.65;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.check__list {
  display: block;
  counter-reset: count;
}
.check__list__content {
  width: 395.6px;
  margin: 34.4px 17.2px 0;
  counter-increment: count;
}
.check__item {
  padding: 17.2px;
  align-items: center;
  height: auto;
  flex-wrap: nowrap;
}
.check__item__txt {
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-size: 19.35px;
  font-weight: bold;
}
.check__item__txt.sp-only {
  display: block !important;
}
.check__item::before {
  width: auto;
  height: auto;
  font-size: 43px;
  background: transparent;
  content: counter(count, decimal-leading-zero);
  font-style: italic;
  margin-right: 12.9px;
  color: #f7c5c5;
  font-weight: 400;
  transform: translateX(-6.45px);
}
.check__step {
  padding: 17.2px 43px 21.5px;
}
.check__case {
  flex-direction: column;
  text-align: center;
  gap: 34.4px;
}
.check__case__item {
  padding: 0 20px;
}
.check__fukidashi {
  margin: 34.4px 17.2px 17.2px;
  padding: 21.5px;
  flex-wrap: wrap;
}
.check__fukidashi__txt {
  font-size: 19.35px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 14px;
}
.check__fukidashi__btn {
  width: 80%;
  margin: 0 auto;
}
.check__fukidashi::before {
  border-width: 0 15px 15px 15px;
  top: -15px;
}

.sjicurve {
  padding: 80px 100px 182px;
  height: 1201px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.sjicurve__in {
  max-width: 1120px;
  margin: 0 auto;
}
.sjicurve__head {
  padding: 0 0 20px;
}
.sjicurve__ttl {
  font-size: 45px;
  line-height: 64px;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: lighter;
  position: relative;
  padding-left: 20px;
  margin: 30px 0;
}
.sjicurve__ttl:before {
  content: "";
  width: 5px;
  background: #ffbdbd;
  height: 120px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sjicurve__txt {
  width: 40%;
  font-size: 16px;
  line-height: 32px;
}
.sjicurve__txt img {
  width: 100%;
  margin: 30px 0 0;
}

.sjicurve {
  padding: 0;
  height: auto;
}
.sjicurve__in {
  padding: 17.2px 0 50px 0;
}
.sjicurve__ttl {
  font-size: 30.1px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0px 17.2px;
  padding: 0 21.5px;
  overflow: hidden;
}
.sjicurve__txt {
  width: 100%;
  font-size: 12.9px;
  line-height: 1.5;
  padding: 12.9px 17.2px 0px;
  box-sizing: border-box;
}
.sjicurve__txt p {
  width: 60%;
  font-size: 16.77px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.65;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.sjicurve__txt img {
  margin: 17.2px 0 0;
}

.warning {
  background-image: url("../images/warning_bg_pc.png");
  background-size: 1920px;
  margin: -145px 0 0;
  padding: 180px 0 140px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.warning__in {
  max-width: 1120px;
  margin: 0 auto;
}
.warning__head {
  position: relative;
}
.warning__head__label {
  position: relative;
  z-index: 2;
  transform: translate3d(-20px, 15px, 0);
}
.warning__head__content {
  background-image: url("../images/warning_ttl_bg_pc.png");
  width: 659px;
  padding: 180px 30px 30px;
  height: 401px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: -25px 0 0;
}
.warning__head__content .c-txt {
  color: #fff;
  line-height: 1.85;
  font-size: 16.5px;
}
.warning__head__content .c-txt span {
  color: #ffe45f;
}
.warning__head__bg {
  position: absolute;
  top: -30px;
  right: -140px;
}
.warning__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 40px 0 30px;
}
.warning__content__ttl {
  text-align: center;
  padding: 30px 0 0;
}
.warning__item {
  background-color: #fff;
  padding: 0 10px 20px;
}
.warning__item__head {
  margin: -32px 0 0;
}
.warning__item__img {
  text-align: center;
  padding: 10px 0 12px;
}
.warning__item__img img {
  margin: 0 auto;
}
.warning__item__notes {
  padding: 0 10px 10px;
  font-size: 9.5px;
  line-height: 1.5;
  color: #777;
  font-feature-settings: "palt";
}
.warning__item .c-txt {
  padding: 0 10px;
  font-weight: 500;
}
.warning__item .c-txt span {
  color: #eb4c4d;
}

.warning {
  background-image: url("../images/warning_bg_sp.png");
  padding: 107.5px 17.2px 141.9px;
  margin: -107.5px 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 1831.8px;
}
.warning__head__label {
  width: 60%;
  transform: none;
}
.warning__head__content {
  background-image: linear-gradient(0deg, #000 calc(90% - 70px), rgba(0, 0, 0, 0.5));
  background-size: 100%;
  width: 100%;
  padding: 21.5px 17.2px 0px;
  margin: 21.5px 0 0;
  position: relative;
  height: auto;
}
.warning__head__content::before, .warning__head__content::after {
  content: "";
  background-image: linear-gradient(-45deg, #ffc107 25%, transparent 25%, transparent 50%, #ffc107 50%, #ffc107 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
}
.warning__head__content::before {
  top: 0;
}
.warning__head__content::after {
  bottom: 0;
}
.warning__head__content .c-txt {
  font-size: 15.695px;
  letter-spacing: 0;
  background-image: url("../images/warning_ttl_bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 107.5px 0 21.5px;
}
.warning__head__bg {
  top: -86px;
  right: -64.5px;
  width: 65%;
}
.warning__content {
  flex-direction: column;
  gap: 64.5px;
  padding-bottom: 0;
}
.warning__item__head {
  text-align: center;
  padding: 0 64.5px;
}
.warning__item__img {
  padding: 8.6px 10.75px 12.9px;
}
.warning__item .c-txt {
  padding: 0 10px;
}

.quality {
  background-color: #fff;
  padding: 140px 0 0;
  margin: -140px 0 0;
}
.quality__in {
  max-width: 1120px;
  margin: 0 auto;
}
.quality__content {
  padding: 0 0 100px 360px;
  margin: -45px 0 0;
  max-width: 734px;
}
.quality__content__notes {
  padding: 10px 0 0;
  font-size: 11.5px;
  line-height: 1.5;
  color: #777;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.quality__content__txt {
  padding: 20px 0 20px;
}
.quality__content__txt .c-txt {
  font-size: 16.5px;
  line-height: 1.8;
}
.quality__content__txt .c-txt span {
  color: #eb4c4d;
}

.quality {
  padding: 77.4px 0 0;
  margin: -94.6px 0 0;
}
.quality__head {
  padding: 21.5px 0px 0px;
}
.quality__content {
  background-image: url("../images/dt_sp.png");
  background-repeat: no-repeat;
  background-position: top 43px left 16px;
  background-size: 50%;
  padding: 17.2px 17.2px 64.5px;
  margin: -34.4px 0 0;
}
.quality__content__case {
  width: calc(53% - 16px);
  margin: 0 0 0 auto;
}
.quality__content__notes br {
  display: none;
}
.quality__content__txt {
  padding: 17.2px 0 0 0;
}
.quality__content__txt .c-txt {
  font-size: 16.555px;
}

#monitor {
  background-image: url("../images/monitor_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
#monitor h2 {
  font-size: 45px;
  padding: 0 0 10px;
}

#monitor {
  background-image: url("../images/monitor_bg_sp.jpg");
  background-size: 100%;
}
#monitor h2 {
  font-size: 26px;
}
#monitor h2 .price__ttl__main {
  font-size: 26px;
}

.p-guaranteeSystem_in {
  width: 1120px;
  margin: 0 auto;
  padding: 40px 116px 60px;
  box-sizing: border-box;
}
.p-guaranteeSystem_in_catch_ttl {
  font-size: 48.5px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 55px;
  margin: 0 10px 0 0;
}
.p-guaranteeSystem_in_catch_period_s1 {
  color: #c5ae7d;
}
.p-guaranteeSystem_in_catch_period_num {
  margin-right: 28px;
  font-size: 140px;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: translateY(-10px) scale(1.35);
  line-height: 1;
}
.p-guaranteeSystem_in_catch_txt {
  margin: 15px 0 2px;
  padding: 0;
}
.p-guaranteeSystem_ttl {
  font-size: 35px;
  padding: 0 0 40px;
}

.price {
  padding: 0;
  background-color: #fff !important;
}
.price#price {
  background: transparent;
}
.price__in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0 60px;
}
.price__ttl {
  font-size: 38.5px;
  line-height: 64px;
  background: url("../images/price_head.jpg") center center no-repeat;
  background-size: contain;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
}
.price__ttl ~ .l-price_menu_block_item .p-price_menu_ttl {
  margin-top: 30px;
}
.price .c-table th {
  width: 30%;
  background: #fdefef;
  padding: 10px 10px;
}
.price .c-table th .c-red {
  display: block;
}
.price .c-table td {
  padding: 15px 20px;
}

.p-price_menu_ttl {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.5;
}
.p-price_menu_sub_ttl {
  margin: 24px 0 6px;
  font-size: 15px;
  line-height: 1.5;
}
.p-price_menu_table tbody th {
  width: 30%;
}
.p-price_menu_table_caution {
  padding: 0 0 20px;
}
.p-price_menu_text {
  font-size: 12px;
  line-height: 20px;
}
.p-price_menu_text p {
  margin-bottom: 20px;
  text-indent: -12.5px;
  margin-left: 12.5px;
  line-height: 1.5;
}
.p-price_label_caption {
  position: absolute;
  left: 20px;
}
.p-price_label_first {
  margin-right: 16px;
  display: block;
}

.l-price_menu_block_item:nth-of-type(1) .p-price_menu_table_caution {
  display: none;
}

.price__guideline .l-price_menu_block_item .l-price_menu_table:nth-of-type(1) tr:nth-of-type(2) {
  display: none;
}
.price__guideline .l-price_menu_block_item .l-price_menu_table:nth-of-type(2) tr:nth-of-type(1) td {
  display: none;
}
.price__guideline .l-price_menu_block_item .l-price_menu_table:nth-of-type(2) tr:nth-of-type(3) td {
  display: none;
}
.price__guideline .l-price_menu_block_item:nth-of-type(1) .p-price_menu_table_caution_guideline {
  display: none;
}

.price {
  padding: 0 0 17.2px;
}
.price#price {
  background: transparent;
}
.price__in {
  padding: 40px 17.2px 0;
}
.price__in .c-table th {
  width: 40%;
  background: #fdefef;
}
.price__in .c-table th small {
  font-size: 10.75px;
}
.price__in .c-table th .c-red {
  display: block;
  font-size: 11.5px;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  margin: 10px 0 0;
}
.price__in .c-table td {
  padding: 15px;
  text-align: end;
  width: auto;
}
.price__in .c-table td:last-child {
  padding: 10px;
  width: auto;
  white-space: nowrap;
}
.price__in .c-table .p-price_label {
  display: flex;
  justify-content: space-between;
  font-feature-settings: "palt";
}
.price__in .c-table .p-price_label .p-price_label_caption {
  display: inline;
  background: transparent;
  margin: 0 auto 0 0;
  width: auto;
  white-space: initial;
  text-align: left;
}
.price__in .c-table .p-price_label .p-price_label_caption small {
  font-size: 10px;
  display: block;
}
.price__in .c-table .p-price_label .p-price_label_first {
  margin: 0 6px;
}
.price__in .c-table .p-price_label_caption {
  position: relative;
  margin: 0 0 5px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  font-size: 15.05px;
}
.price__in .c-table .p-price_label_caption:empty {
  display: none;
}
.price__in .c-table .p-price_label_first {
  position: relative;
  margin-right: 6px;
  left: 0;
}
.price__ttl {
  width: 60%;
  margin: 0 auto 20px;
  padding: 0;
  height: auto;
}
.price__ttl__main {
  font-size: 32.25px;
  font-weight: bold;
  transform: translateY(10px);
}
.price__list {
  margin-top: 45.58px;
}
.price__list__item {
  padding: 20.64px 13.76px;
}
.price__list__item__ttl {
  line-height: 1.8;
  font-size: 13px;
}
.price__list__item__content__option {
  padding: 0.8em 0.5em 0 0;
  font-size: 12px;
}
.price__list__item__content__price {
  padding-right: 0.2em;
  font-size: 30px;
}
.price__list__item__content__unit {
  font-size: 22px;
}

.p-guaranteeSystem {
  width: auto;
  padding: 0 16px;
}
.p-guaranteeSystem_in {
  width: 100%;
  margin: 0 auto;
  padding: 30px 17.2px 20px;
  box-sizing: border-box;
}
.p-guaranteeSystem_in_catch {
  width: 100%;
}
.p-guaranteeSystem_in_catch_ttl {
  font-size: 30.96px;
  letter-spacing: 0.05em;
  transform: none;
}
.p-guaranteeSystem_in_catch_period_s1 {
  font-size: 77px;
}
.p-guaranteeSystem_in_catch_period_num {
  font-size: 86px;
  line-height: 1;
  transform: translateY(-2px) scale(1.35);
  margin-right: 20px;
}
.p-guaranteeSystem_in_catch_txt {
  margin: 15px 0 2px;
  font-size: 16px;
}
.p-guaranteeSystem_in_description {
  margin-top: 34px !important;
}
.p-guaranteeSystem_in_description .c-txt {
  letter-spacing: -0.05em;
}
.p-guaranteeSystem_ttl {
  font-size: 21.5px;
  font-feature-settings: "palt";
  padding: 0 0 30px;
}
.p-guaranteeSystem_ttl span {
  display: block;
  font-size: 38.7px;
}

.p-price_menu_sub_ttl {
  margin-bottom: 6px;
  font-size: 17.2px;
  line-height: 1.45;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.p-price_menu_sub_ttl span {
  font-size: 15.05px;
  letter-spacing: 0;
}
.p-price_menu_text p {
  font-feature-settings: "palt";
  line-height: 1.45;
  font-size: 6.45px;
}

.chosen {
  background-image: url("../images/chosen_bg_pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin: -22px 0 0;
}
.chosen__in {
  max-width: 1080px;
  margin: 0 auto;
}
.chosen__head {
  padding: 110px 250px 40px 0;
}
.chosen__head__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.chosen__head__txt {
  font-size: 16.5px;
  line-height: 1.85;
}
.chosen__head__txt span {
  color: #aa8f26;
}
.chosen__doctors {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 0 80px;
}
.chosen__doctors__item {
  flex-basis: calc(50% - 20px);
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
}
.chosen__doctors__item__set {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 0 0;
}
.chosen__doctors__item__case__img {
  width: 100%;
}
.chosen__doctors__item__txt {
  width: calc(60% - 20px);
  display: flex;
  align-items: end;
  font-weight: 600;
}
.chosen__doctors__item__txt .c-txt {
  font-size: 14px;
}
.chosen__doctors__item__notes {
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1.5;
}

.chosen {
  background-image: url("../images/chosen_bg_sp.png");
  background-size: cover;
  margin: -11.825px 0 0;
}
.chosen__head {
  padding: 55.9px 17.2px 8.6px;
}
.chosen__head__ttl {
  padding: 12.9px 107.5px 12.9px 0;
}
.chosen__head__txt {
  line-height: 1.5;
  font-size: 16.125px;
}
.chosen__doctors {
  flex-direction: column;
  padding: 0 17.2px 43px;
  gap: 0;
  flex-direction: column;
}
.chosen__doctors__item {
  gap: 8.6px;
  flex-direction: column;
}
.chosen__doctors__item__set {
  width: 100%;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  padding: 0;
}
.chosen__doctors__item__case {
  width: 45%;
}
.chosen__doctors__item__ttl {
  width: 35%;
}
.chosen__doctors__item__txt {
  width: 100%;
}

.sns__in {
  max-width: 1080px;
  margin: 0 auto;
}
.sns__head {
  padding: 118px 0 0;
}
.sns__head__ttl {
  margin: 0 auto;
}
.sns__content {
  display: flex;
  gap: 40px;
  padding: 50px 0 50px;
  justify-content: center;
}
.sns__content__item {
  width: calc(33.3333333333% - 50px);
}
.sns__content__item video {
  width: 100%;
  height: auto;
}
.sns .slick-slide figcaption {
  display: none;
}
.sns .c-support_slider_list {
  padding: 30px 0;
}

.sns__head {
  padding: 94.6px 64.5px 0px;
}
.sns__content {
  gap: 12.9px;
  padding: 12.9px 20px 25.8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sns__content__item {
  width: calc(50% - 8.6px);
}
.sns .c-support_slider_list {
  padding: 17.2px 0;
}
.sns .slick-slide {
  padding: 0 10px;
}

.doctor {
  padding: 30px 0 0;
  box-sizing: border-box;
  background-color: #fff;
}
.doctor .docter-ttl {
  position: relative;
  display: inline-block;
}
.doctor .docter-slider__area {
  width: 100%;
  padding: 30px 0 120px;
  background: url(../images/default_back.jpg) center top;
}

.p-docter {
  width: 100%;
  height: auto;
  color: #111;
  position: relative;
}
.p-docter__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.p-docter__ttl img {
  margin: 0 auto;
}
.p-docter__ttl__main {
  color: #293037;
}
.p-docter__ttl__sub {
  display: block;
  margin-bottom: 20px;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #ff74aa;
  font-size: 14px;
}
@media screen and (max-width: 1120px) {
  .p-docter__ttl__sub {
    margin-bottom: 4vw;
    font-size: 1.8rem;
  }
}
.p-docter_list {
  padding: 30px 35px;
  box-sizing: border-box;
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.p-docter-img {
  width: 200px;
  float: left;
}
.p-docter-img img {
  width: 100%;
}
.p-docter-name {
  width: 500px;
  float: right;
  padding-top: 4px;
  font-size: 23px;
  margin-bottom: 0.5em;
  line-height: 20px;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
}
.p-docter-name span {
  display: block;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.p-docter-txt {
  width: 500px;
  float: right;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.p-docter-history {
  width: 500px;
  float: right;
  font-size: 14px;
  line-height: 20px;
}
.p-docter-history span {
  font-weight: bold;
  padding-left: 25px;
  background: url(/ad/common/jinchu/assets/images/qa_title_icon.png) no-repeat left;
  display: block;
  margin-bottom: 10px;
}
.p-docter .slick-slide {
  width: 800px;
}

.doctor {
  padding: 17.2px 0 0;
}
.doctor .docter-slider__area {
  padding: 17.2px 0 100px;
}
.doctor .docter-ttl {
  margin: 0 0 25.8px;
  font-size: 26px;
  font-size: 26px;
}
.doctor .docter-ttl::before {
  left: -53px;
  width: 55px;
  height: 102px;
}
.doctor .docter-ttl::after {
  right: -51px;
  width: 63px;
  height: 102px;
}

.p-docter {
  margin-top: 0;
}
.p-docter__ttl {
  margin: 17.2px 0;
}
.p-docter__ttl img {
  width: 90%;
}
.p-docter__ttl__sub {
  font-size: 14px;
}
.p-docter h2 {
  margin-top: 0;
}
.p-docter_list {
  padding: 17.2px;
}
.p-docter .slick-slide {
  width: 387px;
  margin: 0 20px;
}
.p-docter-img {
  width: 36%;
  float: left;
  padding: 0 10px 20px 0;
}
.p-docter-name {
  width: 60%;
  float: right;
  font-size: 20px;
}
.p-docter-txt {
  width: auto;
  float: none;
  line-height: 1.75;
}
.p-docter-history {
  width: auto;
  float: none;
}
.p-docter-info::after {
  content: "";
  display: table;
  clear: both;
}
.p-docter .slick-dots {
  bottom: -62px;
}
.p-docter .slick-dots li {
  margin: 0 2px;
}
.p-docter .slick-dots li button:before {
  font-size: 28px;
}
.p-docter .slick-prev,
.p-docter .slick-next {
  top: 110%;
}
.p-docter .slick-prev {
  left: 16px;
}
.p-docter .slick-next {
  right: 16px;
}
.p-docter .slick-slider .slick-track {
  display: flex;
}
.p-docter .slick-slide {
  height: auto !important;
}
.p-docter .slick-slide:not(.slick-center) {
  transform: scale(1) !important;
  transition: all 0.25s ease-in-out !important;
}

.cv-wrap {
  background: url("../images/default_back.jpg") center top 100% repeat-y;
  padding-bottom: 100px;
}
.cv-wrap .l-ad_reservation {
  margin-bottom: 0;
}

.cv-wrap {
  padding-bottom: 86px;
}

.p-tel_resevation {
  padding: 60px 0 30px;
}
.p-tel_resevation__ttl__main {
  display: block;
  font-size: 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: #293037;
}
@media screen and (max-width: 1120px) {
  .p-tel_resevation__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.p-tel_resevation__ttl__sub {
  display: block;
  margin-bottom: 20px;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #ff74aa;
  font-size: 14px;
}
@media screen and (max-width: 1120px) {
  .p-tel_resevation__ttl__sub {
    margin-bottom: 4vw;
    font-size: 1.8rem;
  }
}
.p-tel_resevation_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 10px auto 0;
}
.p-tel_resevation_list_item {
  text-align: center;
  width: 25%;
  margin-top: 40px;
}
.p-tel_resevation_list_item_name {
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
}
.p-tel_resevation_list_item_name::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #e34c56;
  transform: rotate(45deg);
}
.p-tel_resevation_list_item_time {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
}
.p-tel_resevation_list_item_tel {
  display: inline-block;
  margin-top: 16px;
  font-size: 28px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
  text-decoration: none;
  color: #272727;
  pointer-events: none;
}

.p-tel_resevation {
  padding: 43px 17.2px;
}
.p-tel_resevation:empty {
  padding: 0;
}
.p-tel_resevation__ttl__sub {
  font-size: 14px;
}
.p-tel_resevation_list {
  display: block;
  margin-top: 43px;
  padding: 0;
}
.p-tel_resevation_list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-tel_resevation_list_item_name {
  font-size: 16px;
  text-align: left;
}
.p-tel_resevation_list_item_name::before {
  content: none;
}
.p-tel_resevation_list_item_time {
  margin-top: 6px;
  display: block;
  font-size: 12px;
}
.p-tel_resevation_list_item_tel {
  flex-basis: 52%;
  margin-top: 0;
  padding: 8px 0 8px 30px;
  background: url(../images/icon-free.svg) 21.5px center/20px no-repeat;
  border: 1px solid #ea5f63;
  border-radius: 100px;
  text-align: center;
  color: #e95f63;
  font-size: 18px;
  pointer-events: auto;
  box-sizing: border-box;
}

.c-red {
  color: #e34c51;
}

#ui-datepicker-div {
  font-size: 16px;
}

#ui-datepicker-div {
  font-size: 20.64px;
}

.p-reservation_form {
  margin-top: 60px;
}
.p-reservation_form__ttl__main {
  display: block;
  font-size: 5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1120px) {
  .p-reservation_form__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}

.p-reservation_form {
  margin-top: 0;
}
.p-reservation_form h2 {
  color: #293037;
  background: #fff;
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.footer {
  margin-bottom: 60.716px;
}
.footer__copy {
  height: 43px;
  font-size: 12.9px;
}

/* SPサイズ 追従電話ボタンリスト. */
.l-h_contactLinks_in_tel_list {
  display: none;
}

.l-h_contactLinks_in_tel_list {
  position: fixed;
  left: 0;
  bottom: 56px;
  width: 100%;
  z-index: 9999;
}

.l-h_contactLinks_in_tel_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #8c8c8c;
}

.l-h_contactLinks_in_tel_list ul::after {
  content: "";
  flex-basis: 50%;
  border-top: 1px solid #8c8c8c;
}

.l-h_contactLinks_in_tel_list_item {
  flex-basis: 50%;
  height: 56px;
}

.l-h_contactLinks_in_tel_list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #fff;
  font-size: 17.2px;
  text-decoration: none;
}

.l-h_contactLinks_in_tel_list_item a span {
  padding-left: 26px;
  background: url(/ad/common/assets/images/ico_tel.svg) left center/18px no-repeat;
}

.l-h_contactLinks_in_tel_list_item a:nth-child(odd) {
  border-right: 1px solid #8c8c8c;
}

.l-h_contactLinks_in_tel_list_item a:nth-child(n-2) {
  border-top: 1px solid #8c8c8c;
}

.js-bottomBtn_target.is-open {
  display: block;
}

.l-footer {
  background-color: #353535;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.l-footer.l-footer-center {
  justify-content: center;
}
.l-footer a {
  color: #fff;
}

.tab {
  background-position: center top;
  height: auto;
}
.tab__case__item {
  width: 100%;
  margin: 30px 0;
  background: #fff;
  padding: 45px 50px 40px;
}
.tab__case__item:nth-of-type(3n) {
  margin-right: 0;
}
.tab__case__before {
  display: flex;
  align-items: center;
}
.tab__case__before:after {
  content: "";
  display: inline-block;
  width: auto;
  margin: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ea4949;
  position: absolute;
  right: -33px;
}
.tab__case__name {
  width: calc(50% - 25px);
}
.tab__case__name dt {
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1.35;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
  flex-wrap: wrap;
}
.tab__case__name dt:before {
  content: "";
  width: 5px;
  background: #ee8484;
  height: 55px;
  display: inline-block;
  margin-right: 15px;
}
.tab__case__name dd {
  font-size: 15px;
  color: #373737;
  line-height: 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.25px;
}
.tab__case__flex {
  display: flex;
  justify-content: space-between;
}
.tab__case__flex:last-child {
  align-items: end;
}
.tab__case__risk {
  width: calc(50% - 25px);
  background: #f4f4f4;
  padding: 20px;
  font-size: 14px;
  color: #a3a3a3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.tab__case__risk__txt {
  line-height: 1.65;
  font-feature-settings: "palt";
  font-size: 12px;
}
.tab__case__risk__txt:nth-of-type(n + 3) {
  margin-top: 15px;
}
.tab__case__risk__follow {
  line-height: 1.65;
  font-feature-settings: "palt";
  font-size: 12px;
  margin: 10px 0 0;
}
.tab__case__risk__head {
  font-weight: bold;
  margin-bottom: 10px;
}
.tab__case__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tab__case__img li {
  width: calc(50% - 25px);
  position: relative;
}
.tab__case__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tab__case__menu {
  width: calc(100% - 25px);
}
.tab__in {
  padding: 0 50px 20px;
  box-sizing: border-box;
}
.tab__in__ttl {
  position: relative;
  z-index: 1;
}
.tab__in__ttl__sub {
  margin: 0;
}
.tab__in__ttl__main {
  margin: 0;
}
.tab__in__element {
  color: #f76656;
  margin: 0;
  padding: 0 0 20px;
}
.tab__in__element .tab__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.tab__in__element .tab__menu__item {
  font-size: 18.5px;
  font-weight: 600;
  cursor: pointer;
  flex: 0.32;
  text-align: center;
  position: relative;
  height: 70px;
  background: linear-gradient(to top, #fe9962, #f76655);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tab__in__element .tab__menu__item:after {
  position: absolute;
  background: #fff;
  content: "";
  z-index: 2;
  border-radius: 9px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.tab__in__element .tab__menu__item.active {
  color: #fff;
}
.tab__in__element .tab__menu__item.active::after {
  content: "";
  position: absolute;
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
}
.tab__in__element .tab__menu__item.active::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fe9962 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
}
.tab__in__element .tab__menu__item span {
  z-index: 3;
  position: absolute;
}
.tab__in__contents .tab__case,
.tab__in__contents .tab__clinic {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: 0.3s;
}
.tab__in__contents .tab__case.active,
.tab__in__contents .tab__clinic.active {
  animation: fade 0.5s ease;
  display: flex;
}
.tab__in__contents .tab__case__photo,
.tab__in__contents .tab__clinic__photo {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  padding-top: 52.9411%;
  width: 100%;
  background: #292b2f;
}
.tab__in__contents .tab__case__photo::before,
.tab__in__contents .tab__clinic__photo::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tab__in__contents .tab__case__photo img,
.tab__in__contents .tab__clinic__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tab__in__contents .tab__case__name,
.tab__in__contents .tab__clinic__name {
  font-size: 20px;
  margin: 0;
}
.tab__in__contents .tab__case__address,
.tab__in__contents .tab__clinic__address {
  line-height: 1.55;
  padding: 2px 0;
  font-style: normal;
  font-size: 12.5px;
}
.tab__in__contents .tab__case__link,
.tab__in__contents .tab__clinic__link {
  color: #b7a776;
  font-size: 12.5px;
  font-weight: 600;
  padding: 2px 0;
  display: inline-block;
  margin-top: 5px;
  transition: 0.3s;
}
.tab__in__contents .tab__case__link:hover,
.tab__in__contents .tab__clinic__link:hover {
  opacity: 0.7;
}
.tab__in__contents .tab__case__link svg,
.tab__in__contents .tab__clinic__link svg {
  width: 14.5px;
  margin-left: 3px;
  stroke: currentColor;
  vertical-align: bottom;
}
.tab__in .tab__clinic__item {
  width: calc(33.3333333333% - 26.6666666667px);
  margin: 30px 40px 30px 0;
}
.tab__in .tab__clinic__item:nth-of-type(3n) {
  margin-right: 0;
}
.tab__price {
  width: calc(50% - 25px);
  margin-top: 20px;
}
.tab__price ul.c-list {
  display: none;
}
.tab__price .l-price_menu_ttl,
.tab__price .l-price_menu_sub_ttl {
  display: none;
}
.tab__price__notes {
  color: #373737;
  margin-top: 10px;
  line-height: 1.5;
}
.tab__price li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tab__price li:last-child {
  margin-bottom: 0;
}
.tab__price li:nth-child(n+3) {
  font-feature-settings: "palt";
  font-size: 12.5px;
  color: initial;
  justify-content: start;
  margin-top: 15px;
}
.tab__price__name {
  color: #fff;
  background: #eb4c4d;
  padding: 10px 0;
  width: 120px;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
.tab__price__part {
  display: inline-block;
  border-radius: 20px;
  font-size: 16.5px;
  color: #555;
  margin: -4px auto 0 0;
}
.tab__price__num {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  margin-right: 3px;
}
.tab__price__txt {
  font-size: 14px;
  font-feature-settings: "palt";
}
.tab__doctor {
  font-size: 14px;
  color: #373737;
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 10px;
  height: -moz-max-content;
  height: max-content;
}
.tab__doctor li {
  line-height: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tab__doctor li img {
  border-radius: 50px;
  margin-left: 10px;
}

.tab__in__element .tab__menu__item {
  flex: 33.3333333333%;
  border-radius: 0;
  height: 60px;
}
.tab__in__element .tab__menu__item::after {
  border-radius: 4px;
  height: calc(100% - 10px);
  width: calc(100% - 8px);
  transform: translateY(-1px);
  box-shadow: 0 0 6px -2px #e23d28;
}
.tab__in__element .tab__menu__item.active::before {
  border-width: 10px 10px 0 10px;
  bottom: -10px;
}
.tab__price li:nth-child(n+3) {
  font-size: 10px;
}

.l-modal {
  justify-content: center;
  align-items: center;
}

.tab__in__contents__guideline #age2030 .tab__case__item:nth-of-type(1) .p-price_menu_table tr:nth-of-type(2),
.tab__in__contents__guideline #age2030 .tab__case__item:nth-of-type(2) .p-price_menu_table tr:nth-of-type(2),
.tab__in__contents__guideline #age2030 .tab__case__item:nth-of-type(3) .p-price_menu_table tr:nth-of-type(3),
.tab__in__contents__guideline #age40 .tab__case__item:nth-of-type(1) .p-price_menu_table tr:nth-of-type(2),
.tab__in__contents__guideline #age40 .tab__case__item:nth-of-type(2) .p-price_menu_table tr:nth-of-type(3),
.tab__in__contents__guideline #age40 .tab__case__item:nth-of-type(3) .p-price_menu_table tr:nth-of-type(2),
.tab__in__contents__guideline #age50 .tab__case__item:nth-of-type(1) .p-price_menu_table tr:nth-of-type(2),
.tab__in__contents__guideline #age50 .tab__case__item:nth-of-type(2) .p-price_menu_table tr:nth-of-type(2),
.tab__in__contents__guideline #age50 .tab__case__item:nth-of-type(3) .p-price_menu_table tr:nth-of-type(2) {
  display: none;
}

[data-menu="下眼瞼脱脂術（クマ・ふくらみとり）+ 脂肪注入（コンデンスリッチフェイス）"] .l-price_menu_block_item .c-table:nth-of-type(1) {
  display: none;
}

[data-menu=裏ハムラ法] .l-price_menu_block_item .c-table:nth-of-type(2) {
  display: none;
}

.l-campaign_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 20px;
}

.l-campaign_list_item {
  margin-top: 0;
}

.l-h_contactLinks_in_tel_list {
  left: 50%;
  transform: translateX(-50%);
}

.p-tel_resevation.l-container {
  padding: 40px 0 !important;
}

.p-tel_resevation__ttl__main {
  font-size: min(6.976744186vw, 30px);
}

.p-tel_resevation_list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  row-gap: 10px !important;
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
  padding: 0 8px !important;
}

.p-tel_resevation .p-tel_resevation_list_item {
  padding: 6px !important;
  margin-bottom: 0 !important;
}

.p-tel_resevation .p-tel_resevation_list_item_name {
  font-size: 13px !important;
}

.p-tel_resevation .p-tel_resevation_list_item_tel {
  display: flex !important;
  background-repeat: no-repeat !important;
  padding: 5px 0 3px !important;
  border-radius: 30px !important;
  border: none !important;
  text-align: right !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-indent: 30px !important;
  color: #fff !important;
  font-feature-settings: "palt" !important;
  letter-spacing: 0.25px !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.p-tel_resevation .p-tel_resevation_list_item_time {
  font-size: 10px !important;
  color: #fcefa1 !important;
  padding: 2px 6px 1px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  margin: 6px 0 0 !important;
}

.l-ad_reservation {
  margin-bottom: 0px !important;
  padding-bottom: 40px !important;
  background: url(../images/default_back.jpg) center center repeat-y !important;
  background-size: cover !important;
}

.p-reservation_form h2 {
  padding: 16px 0 !important;
  background: #e0d7c6 !important;
  font-size: 30px !important;
  font-weight: bold !important;
}

.p-reservation_form__ttl__main {
  font-size: 30px !important;
}

.p-reservation_form_input_table {
  margin-top: 0 !important;
  border: none !important;
  padding: 16px !important;
}

.p-reservation_form_input_table_block_a_consult .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.p-reservation_form_input_table_block_a {
  margin-top: 0;
  width: 100%;
}

.p-reservation_form_input_table_block_a input {
  border-radius: 5px;
}

.p-reservation_form_input_table_block_any {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: -20px !important;
  display: inline-block;
  height: 24px !important;
  width: 46px !important;
  border-radius: 5px !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1;
}

.p-reservation_form_input_table_block_any + p {
  display: flex;
  flex-direction: column;
}

.p-reservation_form_input_table_block_any + p span {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 7px;
  width: 100%;
}

.p-reservation_form_input_table_block_date:last-child .p-reservation_form_input_table_block_any {
  top: 6px !important;
}

.p-reservation_form_input_table_block_date {
  position: relative;
}

.p-reservation_form_input_table_block_date .p-reservation_form_input_table_block_ind {
  top: 6px !important;
}

.p-reservation_form_input_table_block_ind {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: -20px !important;
  display: inline-block;
  height: 24px !important;
  width: 46px !important;
  border-radius: 5px !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1;
}

.p-reservation_form_input_table_block_ind + p {
  display: flex;
  flex-direction: column;
}

.p-reservation_form_input_table_block_ind + p span {
  margin-left: 0;
  margin-right: 0;
  margin-top: 7px;
  width: 100%;
}

.p-reservation_form_input_table_block_ope .wpcf7-form-control {
  display: grid;
  gap: 7px;
}

.p-reservation_form_input_table_block_q {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}

.p-reservation_form_input_table_block_rsv-select {
  display: flex;
}

.p-reservation_form_input_table_block_sup {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: rgb(75, 85, 99);
}

.p-reservation_form_input_table_block_date .reserve1,
.p-reservation_form_input_table_block_date .reserve2,
.p-reservation_form_input_table_block_date .reserve3 {
  width: 100% !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.p-reservation_form_input_table_block_date .reserve1 input,
.p-reservation_form_input_table_block_date .reserve2 input,
.p-reservation_form_input_table_block_date .reserve3 input {
  border-radius: 5px;
}

.p-reservation_form_input_table_block_date .reserve_time1,
.p-reservation_form_input_table_block_date .reserve_time2,
.p-reservation_form_input_table_block_date .reserve_time3 {
  width: 100% !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.p-reservation_form_input_table_block {
  position: relative;
  flex-direction: column;
  gap: 5px;
}

.reservation__list__item__name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.reservation__list__item__name span {
  border-radius: 9999px;
  background-color: rgba(155, 117, 38, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: rgb(155, 117, 38);
}

.reservation__list__item__tel {
  border-radius: 9999px;
  background-color: rgb(51, 51, 51);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.reservation__list__item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.reservation__list__item {
  border-radius: 7px;
  border-width: 1px;
  border-color: rgba(156, 163, 175, 0.5);
  background-color: rgb(255, 255, 255);
  padding: 7px;
  text-align: center;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-shadow-color: hsla(220, 9%, 46%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.skin {
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
  height: auto;
  width: 100% !important;
}

.wpcf7-list-item label {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding: 7px;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 24px;
}

.wpcf7-radio .wpcf7-list-item {
  width: 100%;
  vertical-align: bottom;
}

.wpcf7-radio .wpcf7-list-item label {
  box-sizing: border-box;
  height: 54px;
  gap: 4px;
  border-radius: 5px;
  background-color: transparent;
  padding: 8px 10px;
  vertical-align: bottom;
  white-space: nowrap;
}

.your-age,
.your-birthday {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}

.your-age input[name=your-age] {
    width: 100% !important;
}

.your-gender {
  display: inline-block;
  width: calc(50% - 8px);
  margin-right: 8px;
}

input.wpcf7-number {
  width: 100% !important;
}

input {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

select {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}
