@charset "UTF-8";
.low-page s{text-decoration: line-through;}
.w900{
	max-width: 960px;
	margin-inline: auto;
	padding: 20px;
}
.low-page h2{
	position: relative;
	font-size: 3.5rem;
	color: #AD904C;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
}
.low-page h2::after{
	content: "";
	width: 100px;
	height: 25px;
	background-image: url(../image/ttl-star.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.low-page h2 br.sp-block{
	display: none;
}
.low-page h2.small{
	font-size: 2.8rem;
	margin-bottom: 20px;
	font-weight: 600;
}
.low-page h2.small::after{
	content: none;
}

.low-page h2.small br.sp-block{
	display: none;
}

.low-page h2.small br.sp-block{
	font-size: 2.8rem;
	margin-bottom: 20px;
	font-weight: 600;
}
.low-page .contents h3{
font-size: 2.5rem;
padding-left: 10px;
border-left: solid 2px #AD904C;
color: #AD904C;
margin-bottom: 15px;
margin-top: 5%;
font-weight: 600;
color: #AD904C;
}
.low-page .contents h4{
font-size: 2.2rem;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #AD904C;
font-weight: 600;
color: #AD904C;
margin-top: 40px;
}
.low-page .contents h5{
position: relative;
font-size: 1.8rem;
margin-bottom: 10px;
margin-top: 25px;
padding-left: 18px;
font-weight: 600;
color: #AD904C;
}
.low-page .contents h5:first-of-type{
	margin-top: 0;
}
.low-page .contents h5::before{
	content: "";
	width: 12px;
	height: 12px;
	background: #AD904C;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 30px;
}
.low-page .contents p{
font-size: 1.6rem;
}
.low-page .contents P.mb{
margin-bottom: 15px;
}

.low-page .contents .flex .img{
	width: 43%;
}
.low-page .contents .flex .txt{
	width: 55%;
}
.low-page .contents section{
	padding: 6% 0;
}
.low-page .contents .one-image.full{
	width: 100%;
	margin-bottom: 20px;
}
.low-page .contents .one-image.middle{
width: 75%;
margin-inline: auto;
margin-bottom: 20px;
}
.low-page .contents .one-image.small{
width: 50%;
margin-inline: auto;
margin-bottom: 20px;
}
.low-page .contents .flex.mb{
margin-bottom: 5%;
}
.low-page .contents .flex{
	margin-bottom: 5%;
}
.low-page .contents .flex:last-of-type{
	margin-bottom: 0;
}
.low-page .contents .box{
	padding: 3%;
	background: #FFF9F1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.low-page .contents .box .ttl{
	font-size: 2.5rem;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #AD904C;
	color: #AD904C;
	text-align: center;
	font-weight: bold;
}
.low-page .contents .list{
	margin-bottom: 30px;
}
.low-page .contents .list ul li{
	font-size: 1.6rem;
	padding-left: 16px;
	text-indent: -16px;
	margin-bottom: 5px;
}
.low-page .contents .list ul.flex{
	justify-content: space-between;
}
.low-page .contents .list ul.flex li{
	width: 48%;
}
.low-page .contents .page-link.flex{
	justify-content: space-between;
}
.low-page .contents .page-link.flex .btn{
	width: 49%;
	margin-bottom: 10px;
}
.low-page .contents .page-link.flex .btn a{
	width: 100%;
}
.low-page .contents .btn-flex{
	justify-content: center;
}
.low-page .contents .btn-flex a{
	margin: 5px 10px;
}

.low-page .contents table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #AD904C;
	margin: 30px 0;
  }
  
  .low-page .contents th,
  .low-page .contents td {
	padding: 12px 16px;
	font-size: 1.4rem;
	border: 1px solid #ddd;
  }
  
  .low-page .contents thead th {
	font-weight: 500;
	color: #AD904C;
	text-align: center;
  }
  .low-page .contents thead th:first-of-type{
	border-right: solid 1px #ddd;
	width: 50%;
  }
  .pd-top0{
	padding-top: 0!important;
  }
  .mt-top0{
	margin-top: 0!important;
  }

/* 下層ヘッダー ---------------------------------------------------- */
.low-header {
	position: relative;
	background-image: url(../image/low-header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.low-header h1{
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	color: #fff;
	z-index: 2;
	padding-right: 10px;
}
.low-header h1 br{
	display: none;
}
.low-header .logo{
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
    mix-blend-mode: multiply;
}

/* パンくず ------------------------------------------------------ */
.breadcrumb{
	margin-bottom: 6%;
}
.breadcrumb a{
	position: relative;
	color: #000;
	font-size: 1.4rem;
}
.breadcrumb a::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #AD904C;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.breadcrumb span{
	color: #000;
	font-size: 1.4rem;
}

/* 料金ページ------------------------------------------------------- */
.price-table{
	margin-bottom: 5%;
}
.page-id-11 .ttl-txt{
	margin-bottom: 5%;
}
.beauty-price .sp-block{
	display: none;
}

/* 施術一覧 */
/* .biyou-list .filter-target {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
} */

/* --- フィルターボタンのデザイン --- */
.biyou-list .filter-nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 40px;
}

.biyou-list .filter-nav a {
	display: inline-block;
	width: 32%;
	padding: 10px 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	text-decoration: none;
	color: #4b4b4b;
	font-size: 1.4rem;
	transition: all 0.3s ease;
	text-align: center;
}
.biyou-list .filter-nav a:first-of-type{
	width: 100%;
}
.biyou-list .filter-nav a:hover {
	border-color: #d4a373;
	color: #d4a373;
}

/* --- アクティブなボタンのスタイル（兄弟セレクタで制御） --- */
/* デフォルト（全て） */
.biyou-list .filter-nav a[href="#filter-all"] {
	background-color: #d4a373;
	color: #ffffff;
	border-color: #d4a373;
}
/* :hasが効かない環境用のフォールバック：ターゲットが存在すれば「全て」を白くする（簡易版） */
.filter-target:target ~ .filter-nav a[href="#filter-all"] {
	background-color: #ffffff;
	color: #4b4b4b;
	border-color: #e0e0e0;
}
/* ただし「全て」がターゲットなら再度色をつける */
#filter-all:target ~ .filter-nav a[href="#filter-all"] {
	background-color: #d4a373;
	color: #ffffff;
	border-color: #d4a373;
}

/* --- メニューカードのレイアウト --- */
.biyou-list .menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 15px;
}

.biyou-list .menu-card {
	background: #ffffff;
	padding: 15px;
	transition: all 0.3s ease;
	display: block;
	border: solid 1px #AD904C;
}

.biyou-list .category-tag {
	font-size: 1rem;
	color: #d4a373;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.biyou-list .menu-card h4 {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	color: #1c1c1c;
}
.biyou-list .menu-card h4 span{
	display: block;
	font-size: 1.4rem;
}
.biyou-list .menu-card p {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 15px;
}

.biyou-list .price {
	font-weight: bold;
	color: #4b4b4b;
	border-top: 1px solid #eee;
	padding-top: 15px;
	display: block;
}

/* スマホ対応 */
@media (max-width: 600px) {
	.biyou-list .filter-nav {
		gap: 5px;
	}
	.biyou-list .filter-nav a {
		width: 48%;
		padding: 6px 12px;
		font-size: 1.05rem;
	}
}
.filter-nav a.is-active {
	background-color: #AD904C;
	color: #fff;
	border-color: #AD904C;
  }

/* 美容施術一覧 */
.beauty-price h2 span{
	display: block;
	font-size: 2.2rem;
	margin-top: 5px;
}
.beauty-price .p-hosoku span{
	display: block;
	padding-left: 16px;
	text-indent: -16px;
}
.beauty-price .box span{
	display: block;
	padding-left: 16px;
	text-indent: -16px;
}

/* キャンペーン一覧 */
.low-page .campaign ul::after{
	content: "";
	width: 32%;
	display: block;
}
.low-page .campaign ul::before{
	content: "";
	width: 32%;
	display: block;
	order: 1;
}
.low-page .campaign ul li{
	width: 32.5%;
	margin-bottom: 10px;
}

/* お知らせ */
.single-news .news-single h1{
	font-size: 3rem;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px #AD904C;
	color: #AD904C;
}
.single-news .news-single .thum img{
	height: auto;
	margin-bottom: 30px;
}
.single-news .news-single .contents p{
	line-height: 1.6;
}

/* 美容皮膚科とは */
.skincare .kodawari .btn-flex{
	margin-top: 30px;
}
.mb-20{margin-bottom: 20px!important;}

.low-page .news .flex li .title{
	padding-left: 0;
	border-left: 0;
	margin: 0;
}
.low-page .news .btn {
    margin-top: 5%;
}

.introduction .figure h2.small{
	margin-top: 50px;
}
.introduction .figure h2.small br.sp-block{
	display: none;
}
.introduction .figure .item{
	width: 49%;
	margin-bottom: 30px;
}
.introduction .figure .item .thum{
	margin-bottom: 10px;
}
.introduction .figure .item h3{
	margin-top: 0px;
	margin-bottom: 5px;
}

.endoscopy .medical .flex .txt-area{
	padding: 20px 20px 20px 20px;
}
.endoscopy .medical .flex .txt-area .icon {
    width: 18%;
    top: -2vw;
}
.endoscopy .medical .flex .txt-area h3{
	padding-left: 0;
	border-left: 0;
}

/* ダーマペン */
.dermapen .biyou-seibun .item{
	width: 48%;
}
.dermapen .biyou-seibun .seibun-img{
	width: 80%;
	margin-inline: auto;
}
.dermapen .biyou-seibun .item span{
	display: block;
	font-size: 1.4rem;
}

/* 施術の流れ */
.flow .flex {
	gap: 15px;
	justify-content: flex-start;
}
.flow .flex .item{
	width: 32%;
}
.flow .flex .item .flow-img{
	position: relative;
	font-size: 0;
	margin-bottom: 10px;
}
.flow .flex .item .flow-img::after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    color: #AD904C;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 20px 30px;
    border-left-color: #AD904C;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
	z-index: 2;
}
.flow .flex .item p{
	margin-bottom: 20px;
}
.flow .flex .item:last-of-type .flow-img::after{
	content: none;
}
.flow .flex .item h4{
	font-size: 1.8rem;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.gakureki h3{
	padding-left: 0!important;
	border-left: none!important;
	text-align: center;
	margin-top: 0!important;
}
.gakureki .flex .item{
	width: 49%;
}

.matrix .case .flex .item{
	position: relative;
	width: 24%;
	padding: 10px;
}
.matrix .case .flex .item::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #AD904C;
	position: absolute;
	top: 0;
	right: -10px;
}
.matrix .case .flex .item:last-of-type::after{
	content: none;
}
.matrix .case .flex .item p{
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.low-page .hosoku{
	font-size: 1.4rem;
	padding-left: 14px;
	text-indent: -14px;
}

.media h2.small{
	margin-top: 30px;
}