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

/*------ メインビジュアル -----*/
.slide_area{
    width: 100%;
    position: relative;
}
.slide_wrap{
    width: 100%;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    object-fit: cover;
}
.slide_bg{
	position: absolute;
    bottom:0;
    left:0;
	z-index: 2;
}
.slide_bg2{
	position: absolute;
    bottom:0;
    left:0;
	z-index: 2;
}
.slide_copy{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 600;
	color:#B39861;
}
.slide_copy2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 600;
	color:#9A804A;
}
.slide_copy_img img{
	width: 100%;
	/*max-width: 300px;*/
}
.slide_info_inner{
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	position: relative;
}
.slide_info_inner::before{
	content: "";
	display: block;
	background-image: url("../img/slide/slide_ajisai_img.svg");
	background-size: contain;
	position: absolute;
	z-index: 3;
}
.slide_info_inner p{
	line-height: 1.6;
}
.slide_info_inner .slide_info_lead{
	font-weight: 600;
	color:#B39861;
}
.slide_info_list .slide_info_item {
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
	padding-left: 18px;
}
.slide_info_list .slide_info_item::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B39861;
  position: absolute;
  top: 5px;
  left: 0;
}
.scroll_down a {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 55px;
    color: #B39861;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}
.scroll_down a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #B39861;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll_down a:hover{
    color:#fff;
}
.scroll_down a:hover::after{
    background: #fff;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.slide_wrap{
		height:100%;
	}
	.swiper-slide img{
		height:calc(100vh - 70px);
	}
	.slide_bg{
		width: 100%;
		height:60vh/*50vh*/;
		background: linear-gradient(to bottom, rgba(242,242,234,0) 0%,rgba(242,242,234,0.8) 20%,rgba(242,242,234,1) 100%);
		padding-top:5vh;
	}
	.slide_bg2{
		width: 100%;
		height:50vh;
		padding-top:5vh;
	}
	.slide_copy{
		width: 85%/*92%*/;
		margin-left: auto;
		margin-right: auto;
		font-size: 4rem/*3rem*/;
		padding-top:9vh/*18vh*/;
		line-height: 1.7;
	}
	.slide_copy2{
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1rem;
		padding-top:25vh;
	}
	.slide_copy_img{
		width: 100%/*92%*/;
		margin-left: auto;
		margin-right: auto;
		margin-top:130px/*-20px*//*10px*/;
	}
	.slide_copy_img img{
		/*max-width: 200px;*/
	}
	.slide_info{
		background-color: #f5f2f0;
		padding-bottom: 40px;
	}
	.slide_info_inner{
		width: calc(100% - 4%);
		margin-left: auto;
	}
	.slide_info_inner::before{
		width: 110px;
		height:100px;
		top:-40px;
		left:-15px;
	}
	.slide_info_inner .slide_info_lead{
		padding:30px 40px 0 40px;
	}
	.slide_info_list{
		padding:20px 40px 10px 40px;
	}
	.slide_info_inner .slide_info_end{
		padding:0 40px 30px 40px;
	}
	/*.scroll_down{
		display: none;
	}*/
}

@media only screen and (max-width: 359px) {
	.slide_copy{
		font-size: 3.5rem/*1.7rem*/;
	}
	.slide_copy2{
		font-size: 1.5rem;
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.slide_area{
		height:calc(100vh - 110px);
		max-height: 690px;
	}
	.slide_wrap{
		height:calc(100vh - 110px);
		max-height: 690px;
	}
	.swiper-slide img{
		height:calc(100vh - 110px);
		max-height:690px;
	}
	.slide_bg{
		width: 50%;
		height:calc(100vh - 110px);
		max-height:690px;
		background: linear-gradient(to left, rgba(242,242,234,0) 0%,rgba(242,242,234,0.8) 20%,rgba(242,242,234,1) 100%);
	}
	.slide_bg2{
		width: 100%;
		height:calc(100vh - 110px);
		max-height:690px;
		/*background: linear-gradient(to left, rgba(242,242,234,0) 0%,rgba(242,242,234,0.8) 20%,rgba(242,242,234,1) 100%);*/
	}
	.slide_copy{
		width: 100%;
		font-size: 6rem/*3.2rem*/;
		position: absolute;
		top:18%/*16%*/;
		left:20%;
	}
	.slide_copy2{
		width: 100%;
		font-size: 2rem;
		position: absolute;
		top:30%;
		left:20%;
	}
	.slide_copy_img{
		width: 100%;
		position: absolute;
		top:40%/*50%*/;
		left:0/*20%*/;
		opacity: 0.3;
	}
	.slide_copy_img img{
		/*max-width: 300px;*/
	}
	.slide_info{
		position: absolute;
		bottom:5%;
		right:0;
		z-index: 3;
	}
	.slide_info_inner{
		width: 600px;
		margin-left: auto;
	}
	.slide_info_inner::before{
		width: 145px;
		height:132px;
		top:-40px;
		left:-40px;
	}
	.slide_info_inner .slide_info_lead{
		font-size: 1.7rem;
		text-align: center;
		padding:30px 40px 0 40px;
	}
	.slide_info_list{
		padding:20px 40px 10px 40px;
	}
	.slide_info_inner .slide_info_end{
		padding:0 40px 30px 40px;
	}
}
@media screen and (max-width: 1599px) {
	.swiper-slide img {
		object-position: 70% 100%;
	}
	.slide_copy{
		left:10%;
	}
	.slide_copy2{
		left:10%;
	}
	.slide_copy_img{
		/*left:10%;*/
	}
	.slide_info{
		position: absolute;
		bottom:-10%;
		right:0;
		z-index: 3;
	}
}

/*------ お知らせ -----*/
.news{
	width: 100%;
	background:#F2F2E9;
	position: relative;
	/*background-image: url(../img/common/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
	
}
.news_wrap {
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}
.news_list{
	background-color: #fff;
}
.news_list .news_item{
	border-bottom: solid 1px #ccc;
}
.news_list .news_item.is-hidden{
	display: none;
}
.news_list .news_item a{
	display: block;
	color: #333;
	position: relative;
}
.news_list .news_item .detailText a{
	display: inline;
}
.news_list .news_item a::before{
	content: "";
	display: block;
	width: 10px;
	height:20px;
	background-image: url("../img/news/ico_arrow_news.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.news_list .news_item .detailText a::before{
	display: none;
}
.news_item_in{
	position: relative;
}
.news_date{
	position: relative;
}
.news_date span{
	position: absolute;
}
.news_date span img{
	width:80px;
	height:26px;
}
.news_item_in .news_ttl{
	font-weight: 600;
}
.news_item_in .news_ttl .news_new{
	font-weight:600;
	color:#F46B6B;
	padding-left: 8px;
}
.news_right .news_detail .detailText i{
	font-style: italic;
}
.news_btn{
	width: 24rem;
	height:6.0rem;
	font-size: 1.7rem;
	font-weight: 600;
	color:#fff;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	text-align: center;
	border-radius: 3.0rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border:solid 1px #c49791;
	background-color: #c49791;
	cursor: pointer;
	position: relative;
}
.news_btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  bottom: 0.9rem;
  left: 0;
	right:0;
	margin:auto;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  background: url("../img/common/ico_arrow_down_white.svg") center/contain no-repeat;
}
.news_btn.is-close::before {
  -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.news_item .detailText i{
	font-style: italic;
}
.news_item .detailText a{
	font-weight: 600;
	color:#333;
	text-decoration: underline;
}
.news_item .detailText a:hover{
	color:#B39861;
	}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.news{
		padding:100px 0 40px 0;
	}
	.news_wrap{
		width: 92%;
	}
	.news_list{
		padding: 2.0rem;
	}
	.news_list .news_item a::before{
		right:0;
	}
	.news_date span{
		left: 100px;
		top: 0.3rem;
	}
	.news_item_in{
		padding:15px 25px 15px 0;
	}
	.news_item_in .news_ttl{
		font-size: 1.6rem;
		margin: 10px 0 5px 0;
	}
	.news_item_in .news_ttl .news_new{
		font-size:1.5rem;
	}
	.news_btn{
		margin-top: 3.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.news{
		padding:80px 0;
	}
	.news_wrap{
		width: 1000px;
	}
	.news_list{
		padding: 40px 50px;
	}
	.news_list>.news_item>a::before{
		right:10px;
	}
	.news_list>.news_item>a:hover{
		background-color: #f7f0f0;
	}
	.news_date span{
		left: 100px;
		top: 0.3rem;
	}
	.news_item_in{
		display: -webkit-box;
		display: flex;
		padding:18px 25px 18px 0;
	}
	.news_left{
		width:200px;
		padding-left: 10px;
	}
	.news_right{
		width:690px;
	}
	.news_item_in .news_ttl{
		font-size: 1.7rem;
		margin: 0;
	}
	.news_item_in .news_ttl .news_new{
		font-size:1.6rem;
	}
	.news_btn{
		margin-top: 30px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.news_btn:hover{
		color:#c49791;
		background-color: #fff;
	}
	.news_btn:hover::before {
		background: url("../img/common/ico_arrow_down_blue.svg") center/contain no-repeat;
	}
}

/*------ 受付時間 -----*/
.hours_wrap{
	margin-left: auto;
	margin-right: auto;
}
.time_table {
    width: 100%;
    border-collapse: collapse;
	margin-top: 30px;
}
.time_table .time_tr:not(:first-child) {
	border-bottom: solid 1px #ccc;
}
.time_table .time_th:first-child {
    width: 23%;
}
.time_table .time_th {
	width: 11%;
	color:#fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background:#c49791;
}
.time_table .time_td{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
   padding:2% 0;
}
.time_table .time_td:first-child{
	line-height: 1.4;
}
.time_table .time_td_open,
.time_table .time_td_close{
    vertical-align:middle;
}
.time_table .time_td.caution{
	position: relative;
}
.time_table .time_td.caution span{
	color: #F46B6B;
	position: absolute;
}

.hours_note{
	font-weight: 600;
	border:solid 1px #F46B6B;
	line-height: 1.6;
	color: #F46B6B;
	padding:0.5rem;
	margin-top:20px;
}
.hours_note span{
	display: block;
	padding-left: 2.0rem;
	position: relative;
}
.hours_note span::before{
	content: "※";
	color: #F46B6B;
	position: absolute;
	left:0.2rem;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.hours{
		padding:60px 0;
	}
	.hours_wrap{
		width: 92%;
	}
	.time_table .time_td:first-child{
		text-align: left;
		padding-left: 2%;
	}
	.time_table .time_td_open,
	.time_table .time_td_close{
		width: 18px;
		height: 18px;
	}
	.time_table .time_td.caution span{
		font-size: 1.3rem;
	}
	
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.hours{
		padding:100px 0;
	}
	.hours_wrap{
		width: 1000px;
	}
	.time_table .time_td_open,
	.time_table .time_td_close{
		width: 22px;
		height: 22px;
	}
	.time_table .time_td.caution span{
		font-size: 1.4rem;
	}
	.hours_note{
		font-size: 1.8rem;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

/*------ ごあいさつ -----*/
.greet{
	/*background-color: #f5f2f0;*/
	position: relative;
	background-image: url(../img/common/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.greet::before{
	content: "";
	display: block;
	width: 100%;
	/*max-width: 463px;*/
	height:484px;
	background-image: url("../img/greet/greet_bg_01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
}
.greet_wrap{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.greet_wrap p{
	text-align: justify;
}
.greet_wrap p:not(:last-child) {
	margin-bottom: 20px;
}
.greet_wrap p.greet_name{
	font-weight: 600;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}
.greet_wrap p.greet_name span{
	font-size: 2.0rem;
	margin-left: 10px;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.greet{
		padding:60px 0;
	}
	.greet_wrap{
		width: 92%;
	}
	.greet::before{
		left:0;
		right: 0;
		bottom:-5px;
		margin: auto;
	}
	
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.greet{
		padding:100px 0;
	}
	.greet_wrap{
		width: 1000px;
	}
	.greet::before{
		right: 10%;
		bottom:-5px;
	}
	
}


/*------ 主な診療内容 -----*/
.medical_wrap{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.medical_lead{
	margin-bottom: 30px;
}
.medical_list_item a{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	color:#c49791;
	border:solid 1px #c49791;
	background:#fff;
	position: relative;
}
.medical_list_item a::before{
	content: "";
	display: block;
	width: 14px;
	height:8px;
	background-image: url("../img/common/ico_arrow_down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right:20px;
}
.medical_wrap h3{
	width: 100%;
	height:60px;
	font-size: 2.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	color:#fff;
	text-align: center;
	background-color: #c49791;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.medical_wrap .medical_cont {
	padding-top: 60px;
}
.medical_cont_box{
	margin-top:30px;
}
.medical_cont_text p{
	text-align: justify;
}
.medical_cont_text p:not(:last-child) {
	margin-bottom: 20px;
}
.medical_cont_text2 p{
	text-align: justify;
}
.medical_cont_text2 p:not(:last-child) {
	margin-bottom: 20px;
}
.medical_cont_img img{
	width: 100%;
	max-width: 400px;
	height: auto;
	vertical-align: bottom;
}
.symptom_wrap{
	background-color: #faf8f0;
}
.symptom_ttl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 600;
	color:#B39861;
	text-align: center;
	border-bottom: solid 1px #B39861;
}
.symptom_list li {
	position: relative;
	padding-left: 26px;
	line-height: 1.6;
}
.symptom_list li::before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("../img/common/ico_check.svg");
	background-size: contain;
}
.symptom_list li:not(:last-child) {
	margin-bottom: 10px;
}
.medical_cont .text_note{
	margin-top: 20px;
}
.medical_note{
	margin-top:30px;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.medical{
		padding-top:60px;
	}
	.medical_wrap{
		width: 92%;
	}
	.medical_list_item:not(:last-child) {
		margin-bottom: 10px;
	}
	.medical_list_item a{
		width: 100%;
		height: 40px;
	}
	.medical_cont_img{
		margin-top: 30px;
	}
	.symptom_wrap{
		margin-top:40px;
		padding:1.5rem 2.0rem 2.0rem 2.0rem;
		margin-bottom:40px;
	}
	.symptom_ttl{
		font-size: 1.8rem;
		line-height: 1.6;
		padding-bottom: 0.8rem;
	}
	.symptom_list{
		margin-top: 2.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.medical{
		padding-top:100px;
		padding-bottom: 60px;
	}
	.medical_wrap{
		width: 1000px;
	}
	.medical_lead{
		text-align: center;
	}
	/*.medical_list{
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}*/
	.medical_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		grid-auto-flow: row; /* ← これを必ず入れる */
	}
	@media (max-width: 767px) {
  .medical_list {
    grid-template-columns: 1fr;
  }
}
	.medical_list_item a{
		width: 320px;
		height:50px;
	}
	.medical_list_item a:hover{
		background-color: #f7f0f0;
	}
	.medical_cont_box{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.medical_cont_text{
		width: 500px;
	}
	.medical_cont_img{
		width: 400px;
	}
	.symptom_wrap{
		margin-top:50px;
		padding:30px 50px 40px 30px/*20px 50px 40px 50px*/;
		margin-bottom: 50px;
	}
	.symptom_ttl{
		font-size: 2.0rem;
		line-height: 1.8;
		padding-bottom: 5px;
	}
	.symptom_list{
		margin-top: 30px;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.symptom_list li:not(:last-child) {
		margin-right: 30px;
	}
}


/*------ サロン紹介 -----*/
.facility_wrap{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.facility_lead{
	margin:30px 0;
	background-color: #f5f2f0;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.facility{
		padding:60px 0;
	}
	.facility h2.ttl{
		letter-spacing: -0.08em;
	}
	.facility h2.ttl span{
		letter-spacing: normal;
	}
	.facility_wrap{
		width: 92%;
	}
	.facility_lead{
		padding:2.0rem;
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.facility{
		padding:100px 0;
		background-color:#faf8f0/*#f7f0f0*/;
	}
	.facility_wrap{
		width: 1000px;
	}
	.facility_lead{
		padding:50px;
	}
}


/*------ よくあるご質問 -----*/
.faq{
	background-color:/*#faf8f0*/#f7f0f0;
}
.faq_wrap{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}
.faq_box{
	background-color: #fff;
}
.faq_ttl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
}
.faq_ttl::before{
	content: 'Q.';
	font-family: "Arial", sans-serif;
	font-weight: 600;
	color:#c49791;
	position: absolute;
}
.faq_ttl::after {
	content: '';
	display: block;
	background-image: url("../img/common/ico_plus.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.faq_ttl.close::after {
	content: '';
	display: block;
	background-image: url("../img/common/ico_minus.svg");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.faq_cont{
	position: relative;
}
.faq_cont::before{
	content: 'A.';
	font-family: "Arial", sans-serif;
	font-weight: 600;
	color:#B39861;
	position: absolute;
}
.faq_cont::after{
	content: "";
	display: block;
	background-color: #ccc;
	height:1px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin: auto;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.faq{
		padding:60px 0;
	}
	.faq_wrap{
		width: 92%;
	}
	.faq_wrap .faq_box:not(:last-child) {
		margin-bottom: 1.0rem;
	}
	 .faq_ttl{
		font-size: 1.8rem;
		padding:1.5rem 4.0rem 1.5rem 4.5rem;
	}
	.faq_ttl::before{
		font-size: 2.6rem;
		top: 0.8rem;
		left: 1.5rem;
	}
	.faq_ttl::after {
		width: 16px;
		height: 16px;
		right:1.5rem;
	}
	.faq_ttl.close::after {
		width: 16px;
		height: 16px;
		right:1.5rem;
	}
	.faq_cont{
		padding:1.0rem 0 1.5rem 4.5rem;
	}
	.faq_cont::before{
		font-size: 2.6rem;
		top:-0.1rem;
		left:1.5rem;
	}
	.faq_cont::after{
		width: calc(100% - 3.0rem);
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.faq{
		padding:100px 0;
	}
	.faq_wrap{
		width: 1000px;
	}
	.faq_wrap .faq_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.faq_ttl{
		font-size: 2.0rem;
		padding:21px 50px 21px 70px;
		cursor: pointer;
	}
	.faq_ttl::before{
		font-size: 3.0rem;
		top: 11px;
		left: 30px;
	}
	.faq_ttl::after {
		width: 20px;
		height: 20px;
		right:30px;
	}
	.faq_ttl.close::after {
		width: 20px;
		height: 20px;
		right:30px;
	}
	.faq_cont{
		padding:20px 75px 30px 70px;
	}
	.faq_cont::before{
		font-size: 3.0rem;
		top: 5px;
		left: 30px;
	}
	.faq_cont::after{
		width: calc(100% - 60px);
	}
}


/*------ 交通アクセス -----*/
.acc_wrap{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}
.acc_map{
	text-align: center;
}
.acc_map img{
	width: 100%;
	max-width: 600px;
}
.acc_info address{
	text-align: center;
	line-height: 1.4;
	margin-top:15px;
}
.acc_info_phone{
	margin-top:10px;
}
.acc_info_phone,.acc_info_phone a{
	font-size: 2.0rem;
	font-weight: 600;
	color:#333/*#B39861*/;
	line-height: 1.4;
}
.acc_info .common_btn{
	margin-top:15px;
}
.acc_info .common_btn a{
	max-width: 240px;
}
.acc_detail{
	/*margin-top:40px;
	border-top:solid 1px #ccc;*/
}
.acc_detail_wrap dt img{
	width: 80px;
	height:80px;
}
.acc_route{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.acc{
		padding:60px 0;
	}
	.acc_wrap{
		width: 92%;
	}
	.acc_info_phone{
		text-align: center;
	}
	.acc_detail{
		padding-top:2.0rem;
	}
	.acc_detail_wrap dt{
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.acc_route{
		width: 92%;
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.acc{
		padding:100px 0;
	}
	.acc_wrap{
		width: 600px;
	}
	.acc_info_phone{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.acc_info_phone p:first-child{
		margin-right: 15px;
	}
	.acc_detail{
		padding-top:20px;
	}
	.acc_detail_wrap{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}
	.acc_detail_wrap dt{
		width: 80px;
	}
	.acc_detail_wrap dd{
		width: 500px;
	}
	.acc_route{
		width: 1000px;
	}
}

/* ----------------------------------------------------------------------- 
 追加
----------------------------------------------------------------------- */
.split-line-heading {
  position: relative;
  padding-left: 1.2em; /* 左スペース */
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.split-line-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;           /* 線の太さ */
  height: 100%;
  background: linear-gradient(
    to bottom,
    #cccccc 50%,         /* 上半分の色（青） */
    #B39861 50%          /* 下半分の色（オレンジ） */
  );
  border-radius: 2px;     /* 角丸（お好みで） */
}

/* =========================
   料金表 全体
   ========================= */
.price-list {
  max-width: 700px;   /* PCで横に広がりすぎない */
  margin: 0;
  padding: 0;
}

/* =========================
   1行（項目＋料金）
   ========================= */

.price-row {
  display: grid;
  grid-template-columns: 320px 1fr; /* ← 左を固定 */
  align-items: center;
  column-gap: 16px;
  margin-bottom: 5px;
}


/* =========================
   項目（左）
   ========================= */
.price-row dt {
  background: #f3f5f7;   /* 薄い背景色 */
  color: #000;
  text-align: center;
  padding: 4px 14px;
  font-weight: 500;

  /* PCでは1行固定 */
  white-space: nowrap;

  /* dlのデフォルト対策 */
  margin: 0;
}

/* =========================
   料金（右）
   ========================= */
.price-row dd {
  margin: 0;
  color: #000;
  text-align: left;
  white-space: nowrap; /* 常に1行 */
}

/* =========================
   スマホ表示のみ
   ========================= */
@media (max-width: 767px) {

  .price-row {
    grid-template-columns: 1fr; /* 縦並び */
    row-gap: 6px;
  }

  .price-row dt {
    white-space: normal; /* スマホだけ折り返す */
    text-align: left;
  }

  .price-row dd {
    padding-left: 4px;
  }
}

/* =========================
   フロー
   ========================= */
.flow_design05 {
  display: flex;
  justify-content: left/*center*/;
  align-items: center;
  width: 100%;
  margin: 40px auto 0;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 30px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #c49791;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #c49791;
}

.flow05 > li dl dd {
  margin-left: 0;
}

.one_sec {
	margin-bottom: 50px;
	margin-top: 50px;
}

.greet_copy {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: 600;
    color: #9A804A;
	font-size: 3.2rem;
	padding-bottom: 1.8rem;
}
.highlighter {
  background: linear-gradient(transparent 35%, #fadede 50%);
  font-weight: bold;
}

.privacy_wrap{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.privacy{
		padding:60px 0;
	}
	.privacy_wrap{
		width: 92%;
	}
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.privacy{
		padding:60px 0 120px;
	}
	.privacy_wrap{
		width: 1000px;
	}
}

.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*width: 250px;*/
    margin: 0 auto;
    padding: .9em 5em .9em 2em;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.reserve-wrap {
  max-width: 800px;
  margin: 20px auto 0;
}

.reserve-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.reserve-label {
  background-color: #c49791;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3px 16px;
  min-width: /*300px*/120px; /* 横幅を揃える */
  border-radius: 5px;
}

.reserve-value {
  margin-left: 16px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

.reserve-value a {
  color: #333;
  text-decoration: none;
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
  .reserve-row {
    flex-direction: column;
    align-items: stretch;
  }

  .reserve-label {
    width: 80%;
	min-width: 120px;
  }

  .reserve-value {
    margin-left: 0;
    margin-top: 8px;
  }

  /* インターネット予約と電話予約の間を少し空ける */
  .reserve-row + .reserve-row {
    margin-top: 20px;
  }
}

.bnr p{
		width: 320px;
		height: 60px;
		margin:40px auto 20px;
		border: 1px solid #999;
	}
.bnr p:hover{
	opacity: 0.7;
	}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
/*@media only screen and (max-width: 767.98px) {
	.bnr{
	}
	.bnr p{
		width: 70%;
		margin:40px auto 20px;
		border: 1px solid #999;
	}
}
*/
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
/*@media print, (min-width: 768px) {
	.bnr{
		
	}
	.bnr p{
		width: 320px;
		height: 60px;
		margin:40px auto 20px;
		border: 1px solid #999;
	}
}*/

/* ----------------------------------------------------------------------- 
 スライドズームイン
----------------------------------------------------------------------- */
/*.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  transform: scale(1);
  transition: transform 7s linear; 
}

.swiper-slide-active img {
  transform: scale(1.05);
}*/



/* ----------------------------------------------------------------------- 
 WEB予約
----------------------------------------------------------------------- */
.pc-web-reserve {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 90px;
  padding: 34px 0;

  background-color: #B39861;
  color: #fff;
  font-weight: bold;
  text-decoration: none;

  writing-mode: vertical-rl;
  text-orientation: upright;

  display: flex;
  align-items: center;
  justify-content: center;

  letter-spacing: 0.15em;
  border-radius: 999px;

  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 9999;

  /* 変化をなめらかに */
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* hover時：背景と文字を反転 */
.pc-web-reserve:hover {
  background-color: #fff;
  color: #B39861;
}

/* ----------------------------------------------------------------------- 
スライドコピーアニメーション
----------------------------------------------------------------------- */
.slide_copy .line {
  display: block;
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: charFade 0.7s ease forwards;
}

@keyframes charFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------------- 
施術メニューに戻るボタン
----------------------------------------------------------------------- */
.back-menu-wrap {
  text-align: center; /* コンテンツ内で左右中央 */
}

.back-menu-btn {
  display: inline-block;
  padding: 16px 32px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 999px; /* 左右正円 */
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 auto 30px;
}

.back-menu-btn:hover {
  background-color: #333;
  color: #fff;
}




