/*pc用*/
@media screen and (min-width:641px){

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /*0608森追加*/
}
 
main .headline001 {
  width: 100%;
  max-width: 1000px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
}

/*テキストボックス*/
main .textbox001 {
    width: 98%;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 40px;
    background: #ffffff;
    border: 3px solid #ff717b;
    border-radius: 5px;
 }

 /*テキストボックス*/
main .headline02{
margin: 0px auto 30px;
}


/*太文字*/
.pink {
  font-weight: bold;
  color: #ff707a;
}

.text-b {
  font-weight: bold;
  font-size: 25px;
}

/* 文字間を狭くする */
.narrow-spacing {
  letter-spacing: -0.05em !important;
}

/*太字ピンク*/
.lead {
  font-size: 1.1rem;
}

/*太字ピンク*/
main .textbox001 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 40px;
  background: #ffffff;
  border: 3px solid #ff717b;
  border-radius: 5px;
}

/*リスト*/
main .list003 {
    width: 98%;
    max-width: 1000px;
    margin: 10px auto;
    padding-left: 1.5em;
    list-style: none;
}

main .list-ol {
    width: 98%;
    max-width: 1000px;
    margin: 10px auto;
    padding-left: 1.5em;
}

/*チェックマーク*/
ul.check-list {
    list-style: none;
    padding: 0;
}
  
ul.check-list li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.checkmark {
  width: 20px;                    /* 丸全体の横幅 */
  height: 20px;                   /* 丸全体の縦幅 */
  background-color: #ff717b;        
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;                /* チェックマーク（✓）の大きさ */
  margin-right: 10px;
}

/* 斜めスラッシュ */
.diagonal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: bold;
  font-size: 1.5rem;
  flex-wrap: wrap;
}

.diagonal-line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #000;
}

.diagonal-line.left {
  transform: rotate(-45deg);
}

.diagonal-line.right {
  transform: rotate(45deg);
}

/* 青背景 */
main.w70 {
  max-width: 70%;
}

.blue-box {
  background-color: #d6f7ff; /* 淡い水色 */
  padding: 2rem 1rem;
  border-radius: 10px;
}

.highlight {
  font-size: 2rem;
  font-weight: bold;
  color: #3300ff;
}

.sub-text {
  font-size: 1.2rem;
  color: #000;
}

.shade-image {
  max-width: 50%;
  height: auto;
}

/* タイトル背景 */
  .title {
    background: #FF8AAB;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 9px 20px;
    margin: 0 0 30px;
  }

/* 施術の流れ */
.u-h3 {
  background: #FF8AAB;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 9px 20px;
  margin: 0 0 30px;
}

.flow-layout02 {
  padding: 15px 0 0;
  grid-gap: 45px 30px;
}

.col3-1 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.col3-1 {
  display: -ms-grid;
  display: grid
;
}

.col3-2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; /* 横1列に固定 */
}

.flow-layout02>.flow-item {
  background: #FFF5D7;
  padding: 35px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}

.flow-layout02>.flow-item2 {
  background: #FFF5D7;
  padding: 35px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
}


.flow-layout02>.flow-item .flow-num {
  color: #FF707A;
  font-family: var(--font_en);
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  padding: 0 10px;
  position: absolute;
  top: -25px;
  left: 20px;
}

.flow-layout02>.flow-item2 .flow-num {
  color: #FF707A;
  font-family: var(--font_en);
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  padding: 0 10px;
  position: absolute;
  top: -25px;
  left: -10px;
}


span, small, em, time, i {
  font-style: normal;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.flow-layout02>.flow-item .flow-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}

.flow-layout02>.flow-item2 .flow-ttl {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}

.flow-layout02>.flow-item2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 15px;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

.flow-layout02>.flow-item::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color:#ffffff #ffffff #ffffff #FF8AAB;
  position: absolute;
  right: -7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-layout02>.flow-item2::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color:#ffffff #ffffff #ffffff #FF8AAB;
  position: absolute;
  right: -8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


*, *::before, *::after {
  box-sizing: border-box;
}

.flow-layout02 > .flow-item:last-of-type::after {
  content: none;
}

.flow-layout02 > .flow-item2:last-of-type::after {
  content: none;
}

/*step画像*/
.step-img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border-radius: 6px;
}
  

/* 種類グラフ */
main .table01-1 tbody th {
  border-bottom: 1px solid #ffffff;
  text-align: center;
  background: #ff717b;
}

main .table01-1 tbody tr:last-child th {
  border-bottom: 1px solid #b8b8b8;
}

main .table01-1 th, main .table01-1 td {
  padding: 10px 25px;
  border: 1px solid #b8b8b8;
}

.text-black{
  color:#000
}

.text-white{
  color: #ffffff
}


/* 料金表 */
  .container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.section {
    margin-bottom: 30px;
}

.section-title1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border: 2px solid #333;
    border-bottom: none;
    margin: 0;
    width: 70%;
    background-color: #ff717b;
}

.section-title2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border: 2px solid #333;
  border-bottom: none;
  margin: 0;
  width: 70%;
  background-color: #68b100;
}


.price-table {
    width: 70%;
    border-collapse: collapse;
    border: 2px solid #333;
    font-size: 16px;
}

.price-table td {
    border: 1px solid #333;
    padding: 15px;
    text-align: center;
}

.course-name {
    font-weight: bold;
    width: 30%;
}

.price {
    background-color: white;
    font-weight: bold;
    width: 40%;
}

.course-detail {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.highlight-price {
    color: #d32f2f;
    font-size: 18px;
}


.whitening-link01 {
  display: inline-block;
  margin: 5px;
  padding: 6px 50px 6px 30px;
  color: #ffffff;
  background: url(../../../images/common/arrow_04.png) no-repeat right 15px center #6c757d;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
  width: 430px;
  text-align: center;
}



/* FAQ */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding-right: none;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f8f8f8;
}

.faq-question dt {
  min-height: 45px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: bold;
  background: url("../../../images/common/icon_qa_q.png") no-repeat left top;
}


.faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #fafafa;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}

.faq-answer dd {
  min-height: 41px;
  padding-left: 50px;
  margin: 0 30px 0px;
  background: url("../../../images/common/icon_qa_a.png") no-repeat left top;
}


.faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}



}





@media screen and (max-width: 640px) {

  #my-slider .sp-mask {
    width: 100% !important;
    height: 240px !important;
  }

  #my-slider{
    width: 100% !important;
  }

  #compare_area .compare_title {
    padding: 0 7% 4%;
}



}








/*SP用*/
@media screen and (max-width:640px) {

/*本文*/
main p {
  width: 95%;
}

/*タイトル*/
main h5 {
  margin-top: 30px;
}

/*太文字*/
.pink {
  font-weight: bold;
  color: #ff707a;
}

.text-b {
  font-weight: bold;
  font-size: 25px;
}

/* 文字間を狭くする */
.narrow-spacing {
  letter-spacing: -0.05em !important;
}

main .headline001 {
  width: 100%;
  max-width: 1000px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/*リスト*/
 main .list003 {
    width: 98%;
    max-width: 1000px;
    margin: 10px auto;
    padding-left: 1.5em;
    list-style: none;
}

main .list-ol {
    width: 98%;
    max-width: 1000px;
    margin: 10px auto;
    padding-left: 1.5em;
}


/*チェックマーク*/
ul.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  ul.check-list li {
    display: flex;
    align-items: flex-start; /* ← ここ重要：複数行テキストも上揃えに */
    margin: 10px 0;
  }
  
  .checkmark {
    min-width: 20px;
    min-height: 20px;
    background-color: #ff717b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;           /* ← チェックが中央に来るように調整 */
    margin-right: 10px;
    flex-shrink: 0;           /* ← アイコンが縮まないように */
  }

/* 斜めスラッシュ */
.diagonal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  font-weight: bold;
  font-size: 1.0rem;
  flex-wrap: wrap;
}

.diagonal-line {
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #000;
}

.diagonal-line.left {
  transform: rotate(-45deg);
}

.diagonal-line.right {
  transform: rotate(45deg);
}

/* 青背景 */
main.w70 {
  max-width: 100%;
}

.blue-box {
  background-color: #d6f7ff; /* 淡い水色 */
  padding: 2rem 1rem;
  border-radius: 10px;
}

.highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3300ff;
}

.sub-text {
  font-size: 1.2rem;
  color: #000;
}

.shade-image {
  margin-top: 2rem;
  max-width: 100%;
  height: auto;
}

/* タイトル背景 */
.title {
  background: #FF8AAB;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 9px 20px;
  margin: 0 0 30px;
}

.u-h3 {
  background: #FF8AAB;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 9px 20px;
  margin: 0 0 30px;
}

/* step表示 */
.flow-layout02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.flow-layout02 > .flow-item {
  background: #FFF5D7;
  position: relative;
  width: 95%;
  margin-bottom: 0;
}

.flow-layout02 > .flow-item2 {
  background: #FFF5D7;
  position: relative;
  width: 95%;
  margin-bottom: 0;
}

.flow-layout02>.flow-item .flow-num {
  color: #FF707A;
  font-family: var(--font_en);
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1;
  padding: 0 10px;
  position: absolute;
  top: -20px;
  left: 5px;
}

.flow-layout02>.flow-item2 .flow-num {
  color: #FF707A;
  font-family: var(--font_en);
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1;
  padding: 0 10px;
  position: absolute;
  top: -20px;
  left: 5px;
}

.flow-layout02>.flow-item .flow-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.flow-layout02>.flow-item2 .flow-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0x 0 15px;
}

.flow-layout02>.flow-item2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 15px;
}
.flow-layout02 > .flow-item::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #FF8AAB;
  margin-top: 4px; /* 矢印とボックスに余白 */
}

.flow-layout02 > .flow-item2::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #FF8AAB;
  margin-top: 4px; /* 矢印とボックスに余白 */
}


/* 最後の矢印だけ非表示 */
.flow-layout02 > .flow-item:last-of-type::after {
  content: none;
}

.flow-layout02 > .flow-item2:last-of-type::after {
  content: none;
}


/* 種類グラフ */
main .table01-1 tbody th {
  border-bottom: 1px solid #ffffff;
  text-align: center;
  background: #ff717b;
}

main .table01-1 tbody tr:last-child th {
  border-bottom: 1px solid #b8b8b8;
}

main .table01-1 th, main .table01-1 td {
  padding: 10px 25px;
  border: 1px solid #b8b8b8;
}

.text-black{
  color:#000
}

.text-white{
  color: #ffffff
}



/* 料金表 */
.container {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.section {
  margin-bottom: 30px;
}

.section-title1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border: 2px solid #333;
  border-bottom: none;
  margin: 0;
  width: 100%;
  background-color: #ff717b;
}

.section-title2 {
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 15px;
border: 2px solid #333;
border-bottom: none;
margin: 0;
width: 100%;
background-color: #68b100;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #333;
  font-size: 16px;
}

.price-table td {
  border: 1px solid #333;
  padding: 15px;
  text-align: center;
}

.course-name {
  font-weight: bold;
  width: 30%;
}

.price {
  background-color: white;
  font-weight: bold;
  width: 40%;
}

.course-detail {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.highlight-price {
  color: #d32f2f;
  font-size: 18px;
}

.whitening-link01 {
  display: inline-block;
  margin: 5px;
  padding: 6px 50px 6px 30px;
  color: #ffffff;
  background: url(../../../images/common/arrow_04.png) no-repeat right 15px center #6c757d;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
  max-width: 95%;
  text-align: center;
}



/* FAQ */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding-right: none;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f8f8f8;
}

.faq-question dt {
  min-height: 45px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: bold;
  background: url("../../../images/common/icon_qa_q.png") no-repeat left top;
}


.faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #fafafa;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}

.faq-answer dd {
  min-height: 41px;
  padding-left: 50px;
  margin: 0 30px 0px;
  background: url("../../../images/common/icon_qa_a.png") no-repeat left top;
}


.faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

}