/* ---------------------------------------------
Reset
--------------------------------------------- */
html, body, header, footer, main, section, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin:0;
  padding:0;
}
body {
  color: #000;
  font-family: 'Noto sans JP', sans-serif;
  font-size: 16px;
  max-width: 470px;
  margin: auto;
  font-weight: 500;
}
picture {
  display: flex;
}
img {
  width: 100%;
  object-fit: contain;
}
a {
  text-decoration:none;
  transition: all .3s ease;
}
a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
li {
  list-style:none;
}
details > summary {
  -webkit-appearance: none;
  appearance: none;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display:none;
}

h2 {
  color: #4d4d4d;
  text-align: center;
  font-size: 36px;
}
.color_red {
  color: #F7931E;
  font-size: 1.05em;
  font-weight: 600;
}
.text_center {
  text-align: center;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_only {
      display: none;
  }
  .sp_only {
      display: block;
  }
}

/* ----------- header ----------- */
header{
  position: fixed;
  background-color: #fff;
  max-width: 470px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header .headerBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  padding-bottom: 4px;
}
header a{
  display: inline-block;
}
@media screen and (max-width: 470px){
  header{
    /* padding: 8px; */
  }
}
/* ----------- fv ----------- */
.fv {
  position: relative;
  padding-top: 78px;
}
.fv_btn_cta {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}
@media screen and (max-width: 470px){
  .fv {
    padding-top: 66px;
  }
}

.relative {
  position: relative;
}
/* ----------- お悩み worry ----------- */
.worry {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
.worry ul {
  width: 90%;
  margin: auto;
}
.worry ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 4px 8px 10px;
  font-size: 18px;
  background-color: #FFFFFFcc;
  border-radius: 6px;
}
.worry ul li::before {
  content: '';
  display: block;
  background-image: url('../img/worry_check.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
}
.worry_foryou {
  position: absolute;
  top: 90%;
  width: 100%;
}

/* ----------- 紹介 introduction ----------- */
.introduction_content {
  width: 90%;
  margin: auto;
}
.introduction p {
  line-height: 1.7;
}
.introduction p:first-of-type {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.introduction p:first-of-type {
  margin: 8px 0 24px;
}

/* ----------- cta ----------- */
.cta {
  /* background-image: url('../img/bg_cta.png'); */
  background-color: #98ce9c;
  background-image: linear-gradient(90deg, #98ce9c 21%, #6ec8e7 93%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12px 0;
}
.cta_content {
  position: relative;
  width: 90%;
  margin: auto;
}
.btn_cta02 {
  position: absolute;
  display: block;
  width: 82%;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

/* ----------- 他施術との比較 comparison ----------- */
.comparison {
  padding: 32px 0 40px;
  background-color: #d9efea;
}
.comparison_content {
  width: 90%;
  margin: auto;
}
.comparison_table {
  margin-top: 16px;
  border-collapse: collapse;
}
.comparison_table picture {
  width: 50%;
  height: 15vw;
  margin: auto;
}
.comparison_table .minute picture {
  width: 70%;
  height: auto;
}
.comparison_table thead th {
  color: #FFF;
  font-size: 2.4vw;
  line-height: 1;
}
.comparison_table thead tr th:first-child {
  width: 3em;
  background: #d9efea;
}
.comparison_table thead .no_hightlight {
  position: relative;
  padding: 16px 0 6px;
  background: linear-gradient(to bottom, transparent 11px, #fcc690 11px);
  color: #654f4d;
}
.comparison_table thead .no_hightlight:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 11px, #FFF 11px);
}
.comparison_table thead .highlight {
  padding: 12px 0;
  width: 28%;
  font-size: 3vw;
  background: linear-gradient(38deg, #fbb03b 40%, #f9a02b 70%, #f7941f 90%);
  border-radius: 6px 6px 0 0;
}
.no_hightlight > div {
  background-color: #8497BE;
}
.comparison_table tbody {
  background-color: #FFF;
}
.comparison_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.comparison_table tbody th,
.comparison_table tbody tr td:not(:last-child) {
  border-right: 1px solid #ddd;
}
.comparison_table tbody th {
  padding: 8px;
  color: #f7931e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.comparison_table tbody td {
  padding: 8px 0;
  font-size: 2vw;
  text-align: center;
}
.comparison_table tbody td{
  color: #9f9f9f;
}
.comparison_table tbody td b{
  color: black;
}
.comparison_table tbody td.small {
  font-size: 1.8vw;
}
.comparison_table tbody td.small picture {
  width: 43%;
}
.comparison_table tbody td.triangle picture {
  width: 55%;
}
@media screen and (min-width: 471px) {
  .comparison_table picture {
    height: 70px;
  }
  .comparison_table thead .highlight {
    font-size: 14px;
  }
  .comparison_table thead th {
    font-size: 10px;
  }
  .comparison_table tbody td {
    font-size: 9px;
  }
  .comparison_table tbody td.small {
    font-size: 8px;
  }
}

/* ----------- 施術までの流れ flow ----------- */
.flow {
  padding: 32px 0 16px;
  width: 90%;
  margin: auto;
}
.flow > p {
  margin: 16px 0;
  font-weight: 700;
}
.flow_list {
  display: flex;
  gap: 12px;
}
.flow_list_num {
  width: 54px;
}
.flow_list_text {
  width: calc(100% - 54px);
}
.flow_list_text h3 {
  margin-bottom: 4px;
  color: #f7931e;
  font-size: 24px;
  line-height: 52px;
}
.flow_list_text p {
  margin: 8px 0;
  line-height: 1.6;
}
.flow_list_text > div {
  position: relative;
}
.flow_list:not(:last-of-type) .flow_list_text > div::before {
  position: absolute;
  content: '';
  background-image: url('../img/flow_border.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 4px;
  height: 100%;
  right: calc(100% + 36px);
}

/* ----------- 料金 price ----------- */
.price {
  padding: 32px 0 16px;
  background-color: #d9efea;
}
.price_content {
  width: 90%;
  margin: 16px auto;
  padding: 8px 0;
  background-color: #FFF;
  border-radius: 8px;
}
.price_content dl div {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.price_content dl div:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.price_content dl div {
  width: 90%;
  margin: auto;
}
.price_content dl .time {
  display: flex;
  align-items: center;
  width: 65%;
  font-size: 24px;
  font-weight: 800;
}
.price_content dl .time picture {
  width: 65%;
  margin-left: 8px;
}
.price_content dl .num {
  width: 35%;
}
.price_content dl .num01 ig{
  width: 85%;
  margin-left: auto;
}

/* ----------- MYビューティクリニッククリニック情報 about ----------- */
.about {
  width: 90%;
  margin: auto;
  padding: 32px 0 16px;
}
.swiper-container {
  position: relative;
  margin: 16px 0 32px;
}
.swiper-pagination.swiper-pagination {
  top: 98%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 16px !important;
}
.swiper-pagination-bullet-active {
  background: #0077c2;
}
.about h2 {
  color: #096bb0;
}
.about dl > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0 0 20px;
  flex-direction: column;
  line-height: 2;
}
.about dl dt {
    width: 5em;
    margin: 4px 0 2px;
    padding: 10px 11px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    background-color: #096bb0;
    border-radius: 100px;
}
.about dl dd .small {
  font-size: .8em;
}
.about .address {
  margin: 24px 0 16px;
}
.about .address iframe {
  width: 100%;
  height: 160px;
}
.about .address address {
  font-style: normal;
  font-size: 12px;
}
@media screen and (max-width: 470px){
  .about h2{
    font-size: 28px;
  }
}
/* ----------- Q＆A qa ----------- */
.qa {
  width: 90%;
  margin: auto;
  padding: 32px 0;
}
.qa details {
  margin: 8px 0;
}
.qa details summary {
  position: relative;
  padding: 8px 16px;
  color: #FFF;
  font-weight: 400;
  background-color: #096bb0;
}
.qa details p {
  margin: 8px 0 16px;
  padding-left: 1em;
  line-height: 1.7;
}
.qa details summary::before,
.qa details summary::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    background-color: #FFF;
    width: 12px;
    height: 2px;
    border-radius: 40px;
}

.qa details summary::before {
    animation: closing-before 0.3s ease-in;
}
.qa details summary::after {
    transform: rotate(90deg);
    animation: closing-after 0.3s ease-in;
}

@keyframes closing-before {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
@keyframes closing-after {
    0% {
        transform: rotate(180deg);
        opacity: 0;
    }

    100% {
        transform: rotate(90deg);
        opacity: 1;
    }
}

.qa details[open] summary::before {
    animation: opening-before 0.3s ease-in forwards;
}
.qa details[open] summary::after {
    animation: opening-after 0.3s ease-in forwards;
}

@keyframes opening-before {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}
@keyframes opening-after {
    0% {
        transform: rotate(90deg);
        opacity: 1;
    }

    100% {
        transform: rotate(180deg);
        opacity: 0;
    }
}


/* ----------- footer ----------- */
footer {
  background-color: #096bb0;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  padding: 4px 0 8px;
}
