@charset 'utf-8';
/* ----------------------------------------
  page Style Seet

	3-1. index.php
---------------------------------------- */
.discount {
   text-align: center;
   margin: 50px;
}

@media screen and (max-width: 744px) {
.discount {
	margin: 50px 0px 0px 0px;
	}}

.hair-removal {
    width: 100%;
    align-content: center;
	font-family:'游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    margin-top: 45px;
}

.hr-about-title {
    background: linear-gradient(to right, #f6f0ec, #ffffff);
}

.hr-about-title h2 {
    font-size: 2.6rem;
    font-weight: 400;
    margin:0 15% ;
    color: #4a352b;
}

.hr-about-message h4{
    font-size: 1.5rem;
    font-weight: 400;
    display: inline-block;
    margin: 10px 15% 0 15%;
    color: #fff;
    background-color: #e79a9b;
}

.hr-about p {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15% 50px 15%;
    color: #4a352b;
    font-family:'游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.hr-about-item {
    width: 100%;
    padding: 50px 0;
    background-color:  #f6f0ec;
    color: #4a352b;
}

.title-wrapper {
  text-align: center;
}

.section-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #5e4238;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5e4238;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(315deg);
  width: 10px;
  height: 10px;
  background: #f6f0ec;
  border-left: 1px solid #5e4238;
  border-bottom: 1px solid #5e4238;
}

.hr-about-item h4 {
    text-align: center;
    width: 350px;
    margin: 0 auto 30px auto;
}

.hr-about-item li {
    position: relative;
    margin-bottom: 1.2rem;
    margin:0 15% ;
    font-weight: 500;
}

.hr-about-item li::before {
    content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
    background: url("..//image_0707/pc/pc_13.webp") no-repeat;
    background-size: contain;
    margin-right: 15px;
	vertical-align: middle;
}

.hr-about-item img {
    max-width: 70%;
    margin: 30px 15% 0 15%;
    text-align: center;
}

@media screen and (max-width: 744px) {
	.hr-about-item img {
		max-width: 80%;
		margin:30px;
	}}

.hr-about-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fdf9f6;
    padding: 60px 20px;
    gap: 0px;
}

.hr-about-img {
    margin-right: -150px;
    flex: 0 0 auto;
    z-index: 2;
}

.hr-about-img img {
    width: 240px;
    height: auto;
}

.hr-about-text {
    flex: 1 1 300px;
    z-index: 1;
    max-width: 80%;
    text-align: center;
}

.hr-about-text h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px #7a3b1d, 0 0 5px #7a3b1d, 0 0 10px #7a3b1d, 0 0 20px #7a3b1d;
}

.hr-about-text p {
    font-size: 16px;
	text-align:justify;
    font-weight: 500;
    color: black;
    background-color: #fff;
    padding: 20px;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 2;
}

/* 当院の特徴 */
.hr-features {
    background: #fffaf7;
    padding: 40px 20px;
    text-align: center;
    color: #6c4b3d;
}

.ttl-wrap {
    margin-bottom: 30px;
    position: relative;
    display: inline-block; 

}

.hr-features h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    position: relative;
    display: block;
    text-align: center;
}

.dot-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: -10px auto -10px;
}

.dot-column span {
    width: 6px;
    height: 6px;
    background-color: #6c4b3d;
}


.hr-features img {
    position: absolute;
    top: -40px;
    left: 100%;
    margin-left: 30px;
    width: 180px;
}

.hr-features ul {
    list-style: none;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.hr-features li {
    position: relative;
    background: #fdf4f0;
    padding: 30px 20px 30px 20px;
    margin: 30px auto;
    border-radius: 10px;
    max-width: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.hr-features li:nth-child(odd) {
    margin-left: 70px;
    margin-right: auto; 
    text-align: left;
}

.hr-features li:nth-child(even) {
    margin-left: auto;
    margin-right: 70px;
    text-align: right;
}

.hr-features .number {
    background: #d47f7f;
    color: #fff;
    font-weight: bold;
    padding: 0 13px;
    margin-bottom: 10px;
    font-size: 2rem;
    position: absolute;
    top: -15px;
}

.hr-features li:nth-child(odd) .number {
  left: 20px;
}

.hr-features li:nth-child(even) .number {
  right: 20px;
}

.hr-features p {
    padding: 20px 0;
    font-size: 1.5rem;
    line-height: 1.8;
    font-family:'游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.br-pc {
  display: inline;
}

.br-sp {
  display: none;
}

.hr-features li:nth-child(2) p,
.hr-features li:nth-child(4) p {
    text-align: left;
}

/* 絶縁針脱毛のメリット */
.hr-merit-ttl{
    font-size: 2rem;
    margin-bottom: 10px;
    position: relative;
    display: block;
    text-align: center;
}

.hr-merit {
    padding: 0;
    color: #4a352b;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', serif;
    text-align: center;
    }

.hr-merit h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.hr-merit h4 span {
    color: #e79a9b;
    font-weight: normal;
}

.merit-comparison {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.merit-box {
    width: 280px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.merit-box:nth-child(1) {
    border: 2px solid #e79a9b;
}

.merit-box:nth-child(2) {
    border: 2px solid #4a352b;
}

.merit-box h5 {
    font-size: 1.4rem;
    margin: 0 0 10px 0; 
    background-color: #e79a9b;
    color: white;
    padding: 5px;
}

.merit-box:nth-child(2) h5 {
    background-color: #4a352b;
}

.merit-box p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px auto;
}

.merit-box .red {
    color: red;
    font-weight: bold;
}

.merit-box img {
    width: 100%;
    display: block; 
    margin: 0; 
    padding: 0;
}

.merit-list {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.merit-list li {
    position: relative;
    font-weight: 500;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.6;
}

.merit-list li::before {
    content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
    background: url("..//image_0707/pc/pc_13.webp") no-repeat;
    background-size: contain;
    margin-right: 15px;
	vertical-align: middle;
}

/* 絶縁針脱毛のデメリット*/
.hr-disadvantages {
    padding: 60px 20px;
    color: #4a352b;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', serif;
    text-align: center;
}

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.image-wrapper picture,
.image-wrapper img {
    width: 100%;
    display: block;
    height: auto;
}

.label {
    position: absolute;
    top: 10%;
    left: 65%;
    color: red;
    font-weight: 700;
    font-size: 22px;
    white-space: nowrap;
    z-index: 2;
    text-shadow:
     1px 1px 0 #fff,
     -1px 1px 0 #fff,
    -1px  -1px 0 #fff,
     1px  -1px 0 #fff,
	 1px  0px 0 #fff,
	 0px  1px 0 #fff,
	 -1px  0px 0 #fff,
	 0px  -1px 0 #fff;
	
    /* background-color: rgba(241, 238, 238, 0.323); */
}

@media screen and (max-width: 744px) {
.label {
    left: 60%;
    font-size: 15px;
	}}

.hr-disadvantages .hr-merit-ttl {
    font-size: 2rem;
    margin-bottom: 40px;
}

.disadvantage-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.disadvantage-container .disadvantage-box-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.disadvantage-box {
    flex: 1;
    background-color: #fff8f8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.disadvantage-box:nth-of-type(1) {
    border: 2px solid #4a352b;
}

.disadvantage-box:nth-of-type(2){
    border: 2px solid #e79a9b;
}

.disadvantage-box h5 {
    font-size: 1.3rem;
    background-color: #5e4238;
    color: #fff;
    padding: 8px;
    margin: 0 0 10px;
}

.disadvantage-box:nth-of-type(2) h5 {
    background-color: #e79a9b;
}

.br-sp-475 {
    display: none
}

.disadvantage-box p {
    font-size: 1rem;
    margin: 5px 0;
    }

.disadvantage-box img {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.disadvantage-text {
    text-align: left;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.8;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', serif;
}

.merit-disadvantage-wrapper {
    background: linear-gradient(to bottom, #fff 30%, #5e4238 200%);
    padding: 0;
    color: #fff;
}

.hr-merit, .hr-disadvantages {
    background: transparent;
    padding: 40px 20px;
}

/* 針脱毛方法 */
.hr-way {
    background-color: #f9f6f1;
    padding: 60px 20px;
    color: #4a352b;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', serif;
}

.hr-way-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.hr-way-ttl h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.dots {
    display: flex;
    gap: 6px;
}

.dots span {
    width: 6px;
    height: 6px;
    background-color: #4a352b;
    display: inline-block;
}

/* ステップ全体のラップ */
.hr-way-step {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

/* 各ステップボックス */
.step {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    /* border-radius: 6px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* 影を追加 */
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
}

/* STEPの下に▽を表示 */
.step::after {
    content: "▼";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.5rem; 
    color: #bba899; 
}

.step:last-child::after {
    display: none;
}

/* STEPとh4を横並びに */
.step .text > p:first-child,
.step .text > h4 {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

/* STEPラベル */
.step .text > p:first-child {
    color: #e79a9b;
    font-size: 1rem;
}

/* 見出し */
.step .text > h4 {
    font-size: 1.2rem;
    color: #4a352b;
}

/* テキストと画像エリアの分割 */
.step .text {
    flex: 1 1 60%;
    padding-right: 20px;
}

.step .img {
    flex: 1 1 40%;
    text-align: center;
}

.step .img img {
    width: 80%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

@media screen and (max-width: 744px) {
	.step .img img {
    width: 200%;
	margin-top: -20px;
	}}

.step .text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
}

.needle-info {
    max-width: 800px;
    margin: 60px auto 0;
    text-align: left;
}

.needle-info h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.needle-info p {
    font-size: 0.95rem;
    line-height: 1.8;
}


/* 針脱毛施術範囲 */
.hr-range {
    background-color: #fdf9f6;
    text-align: center;
    padding: 40px 20px;
}

.hr-range img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 30px;
}

.hr-way-ttl {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #4a352b;
    margin-bottom: 30px;
    max-width: 700px;
}

.hr-way-ttl .line {
    flex: 1;
    height: 1px;
    background-color: #c5b3a5;
    margin: 0 15px;
}

/* Q&A*/
.hr-QA-ttl {
    position: relative;
    text-align: center;
    margin: 80px 0px 30px 0;
}

.QA-shadow {
    font-size: 4rem;
    color: #dcd2c9;
    font-weight: 400;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 0;
    pointer-events: none;
}

.hr-QA-ttl h3 {
    font-size: 2rem;
    color: #4a352b;
    position: relative;
    z-index: 1;
}

.faq-item {
    max-width: 700px;
    margin: 20px auto;
    border-bottom: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    color: #4a352b;
}

.q-label {
    color: #999; 
    margin-right: 5px;
}

.q-text {
    flex: 1;
}

.arrow::after {
    content: "▼"; 
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #4a352b;
}

.faq-item.open .arrow::after {
    content: "▲"; 
}

.answer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    color: #4a352b;
    font-size: 1.5rem;
    display: none;
}

.faq-item.open .answer {
    display: block;
}

/* 料金 */
.hr-price {
    background: url('../image_0707/pc/pc_12.webp') no-repeat center center;
    padding: 40px 20px;
    text-align: center;
	margin-top: 80px;
}

.hr-way-ttl {
    font-size: 2rem;
    color: #4a352b;
    margin-bottom: 30px;
}

.price-item {
    max-width: 500px;
    margin: 0 auto 15px;
    padding: 15px 20px;
    border: 2px solid #f6eae8;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
}

.price-item .name {
    font-weight: bold;
    color: #2b2a27;
}

.price-item .price {
    font-weight: bold;
    color: #e79a9b;
    font-size: 1.8rem;
}

.price-item .unit {
    font-size: 1.2rem;
    color: #e79a9b;
    margin-left: 0.2em;
}

.note {
    text-align: right;
    font-size: 0.9rem;
    color: #555;
    margin-top: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/* リスク等 */
.hr-risk {
    padding: 60px 20px;
    color: #4a352b;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.hr-risk-ttl {
    font-size: 1.73rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.hr-risk-lead {
    margin-bottom: 40px;
    font-weight: bold;
}

.risk-section {
    margin-bottom: 50px;
}

.section-ttl {
    background-color:  #4a352b;
    color:#fff;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    display: inline-block;
}

.section-ttl.dark {
    background-color: #a07761;
    color: white;
}

.risk-item {
    margin-bottom: 25px;
}

.risk-item h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.risk-item h4 {
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', serif;
    font-weight: bold;
    color: #a07761;
}

.risk-subhead {
    margin-top: 10px;
}


@media screen and (max-width: 744px) {
    .hr-features li {
    max-width: 400px;
    }

    .br-pc {
    display: none;
    }

    .br-sp {
    display: inline;
    }
    .hr-features img {
    width: 120px;
    }
}

@media screen and (max-width: 641px) {
    .hr-price {
    background-image: url('../image_0707/sp/sp_11.webp');
	background-position: center center;
    background-size: cover;
    }

    .hr-about-title h2 {
    margin:0 7% ;
    }

    .hr-about-message h4{
    font-size: 1.05rem;
    margin: 10px 7% 0 7%;
    }

    .hr-about p{
	 letter-spacing: -0.03em;
    margin: 20px 7% 50px 7%;
    }

    .hr-about-wrapper {
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 50px 0px;
    }

    .hr-about-img img {
    width: 140px;
    position: absolute;
    top: 4px;
    transform: translateX(-350%);
    width: 80px;
    height: auto;
    z-index: 1;
    }

    .hr-about-item li {
    margin:0 7%;
    }

    .hr-about-img {
    width: 60px;
    height: auto;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    }

    .hr-about-text h3 {
    position: relative;
    z-index: 2;
    margin-left: 40px;
    }

    .hr-about-text {
    max-width:100%;
    text-align: left;
    }
    
    .hr-features {
    padding: 20px 0;
    }
  
    .hr-features img {
    width: 115px;
	top: -65px;
	left: 60%;
    }

    .hr-features li {
    padding: 20px 30px 0px 30px;
    margin: 30px auto;
    max-width: 350px;
    }

    .merit-box {
    max-width: 45%; 
    }

    .hr-risk-ttl {
    font-size: 2rem;
    }

    .step .img {
    flex: 1 1 70%;
    text-align: center;
    }
}

@media screen and (max-width: 475px) {
    .br-sp-475 {
    display: inline;
    }
}

@media screen and (max-width: 480px) {
    .merit-box p,
    .disadvantage-box p {
    text-align: center !important;
    }
}