@charset "UTF-8";

/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 施術一覧ページ */
/* -------------------------------------------------- */
#serviceMenu {
	padding-block: 55px 160px;
}

.serviceMenuContent {
	display: grid;
	grid-template-columns: max(44%, 420px) 1fr;
	grid-gap: 6%;
	align-items: start;
}

.serviceMenuContent+.serviceMenuContent {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #ded8c8;
}

.serviceMenuTit {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;
}

.serviceMenuTit::before {
	content: "";
	display: block;
	width: 100px;
	margin: 0 auto 15px;
	aspect-ratio: 1/1;
	background: no-repeat center/contain;
}

/* 美容外科アイコン */
.serviceMenuTit.isMenu01::before {
	background-image: url(../../img/service/icon_service01.svg);
}

/* 美容皮膚科アイコン */
.serviceMenuTit.isMenu02::before {
	background-image: url(../../img/service/icon_service02.svg);
}

/* アフターケアアイコン */
.serviceMenuTit.isMenu03::before {
	background-image: url(../../img/service/icon_service03.svg);
}

/* コスメ・サプリ・ダイエットアイコン */
.serviceMenuTit.isMenu04::before {
	background-image: url(../../img/service/icon_service04.svg);
}

.serviceMenuTxt {
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: var(--font-family-sub);
}

/* ボタン */
.serviceMenuBtnWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 2%;
	margin-top: 20px;
}

.serviceMenuBtn {
	width: 49%;
	margin: 0;
}

.serviceMenuBtn .btn1Link {
	padding: 12px 25px 12px 15px;
}

.serviceMenuBtn .btn1Txt {
	font-size: 1.5rem;
}

.serviceMenuBtn .btn1Icon {
	width: 20px;
	height: 20px;
	right: 10px;
}


/* 施術一覧ページリスト ※共通class（.commonTreatment）との差異分 */
/* -------------------------------------------------- */
#serviceMenu .serviceMenuTreatment {
	counter-reset: number;
}

#serviceMenu .serviceMenuTreatment .commonTreatmentItem {
	position: relative;
	z-index: 1;
}

/* ナンバリング */
#serviceMenu .serviceMenuTreatment .commonTreatmentItem::before,
#serviceMenu .serviceMenuTreatment .commonTreatmentItem::after {
	display: block;
	color: #998a54;
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

#serviceMenu .serviceMenuTreatment .commonTreatmentItem::after {
	counter-increment: number;
	content: counter(number, decimal);
	aspect-ratio: 1/1;
	font-size: 2.6rem;
	line-height: 1;
	text-align: left;
	font-family: var(--font-family-en);
	top: 5px;
	left: 15px;
	font-style: italic;
}

#serviceMenu .serviceMenuTreatment .commonTreatmentItem::before {
	content: "";
	width: 40px;
	height: 1px;
	background: currentColor;
	transform: rotate(135deg);
	transform-origin: right;
	top: 50px;
	left: -20px;
}

#serviceMenu .serviceMenuTreatment .commonTreatmentItem>a {
	padding-left: 60px;
}


/* -------------------------------------------------- */
/* 施術詳細ページ */
/* -------------------------------------------------- */
/* 対応院 */
/* -------------------------------------------------- */
#serviceClinic {
	width: min(100%, 1200px);
	margin: 0 auto 80px;
	padding-block: 15px;
	background: #f6f5f0;
}

#serviceClinic .inner {
	display: flex;
	align-items: center;
	gap: 30px;
}

#serviceClinicTit {
	font-weight: 600;
	font-size: 1.9rem;
	flex-shrink: 0;
}

#serviceClinicTag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

#serviceClinicTag .item {
	padding: 3px 25px;
	background: #444;
	border: 1px solid;
	color: #FFF;
	font-weight: 600;
	font-size: 1.9rem;
	text-align: center;
}


/* 紹介文 */
/* -------------------------------------------------- */
#serviceInfo01 {
	margin-bottom: 130px;
}

#serviceInfo01Tit {
	margin-bottom: 50px;
	font-size: 3.4rem;
	font-weight: 600;
}

#serviceInfo01Content {
	display: grid;
	grid-template-columns: 1fr 50%;
	align-items: start;
	grid-gap: 50px;
}

#serviceInfo01 .txt {
	font-size: 1.8rem;
}

#serviceInfo01Img {
	aspect-ratio: 5 / 3;
}

#serviceInfo01Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* フリーHTMLエリア 1, 2 */
/* -------------------------------------------------- */
#secviceContents01,
#secviceContents02,
#secviceContents03,
#secviceContents04 {
	margin-bottom: 150px;
}

#secviceContents01 img,
#secviceContents02 img,
#secviceContents03 img,
#secviceContents04 img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#secviceContents02 p.medicineName {
    font-size: 2.0rem !important;
    font-weight: bold;
    margin: 0.25em 0 0.25em 0.5em;
}
.scList {
    width: 46%;
}
.scFeature {
    width: 50%;
    padding: 1em 1.5em 0;
    background: #fff;
}


/* 施術一覧 */
/* -------------------------------------------------- */
#serviceTreatment {
	margin-bottom: 140px;
	padding-block: 150px;
	background: #fff;
}

.commonCard02Img {
	aspect-ratio: 3 / 2;
}

.commonCard02Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 情報 */
/* -------------------------------------------------- */
#serviceInfo02 {
	margin-bottom: 150px;
}

.serviceList {
	margin-top: 55px;
	padding-top: 55px;
	border-top: 1px solid #ded8c8;
}

#serviceInfo02 .serviceInfo02Sec {
	display: flex;
	gap: 30px 4%;
}

#serviceInfo02 .serviceInfo02Sec .tit {
	font-weight: 600;
	font-size: 2.6rem;
	padding-bottom: 20px;
}

#serviceInfo02 .serviceInfo02Sec .txt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}

#serviceInfo02 .serviceInfo02Sec .img {
    width: 40%;
	display: flex;
	justify-content: center;
}

/* 部位別アプローチのみ適応 */
/* -------------------------------------------------- */
:is(#liposuction, #vaser-liposuction, #pal, #mens-fat-grafting, #thermage-flx, #ultraformer-mpt, #onda-lift, #picolaser, #tattoo-removal, #emsculpt, #hyaluronic-acid, #botox, #baby-collagen, #prp) #serviceInfo02 .serviceInfo02Sec .img {
    width: 30%;
}

#serviceInfo02 .serviceInfo02Sec .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.serviceListTxtWrap {
	flex: 1;
}

.clincType {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.clincType li {
	padding: 5px 10px;
	background: #444;
	color: #FFF;
	font-size: 1.5rem;
}


/* 料金 */
#serviceInfo02 .serviceInfo02Sec .price {
	padding: 10px 20px;
	background: #fff;
}

#serviceInfo02 .serviceInfo02Sec .price .num {
	color: #998a54;
	font-weight: 600;
	font-size: 2.8rem;
}

#serviceInfo02 .serviceInfo02Sec .price .middle {
	font-size: 0.7em;
}

#serviceInfo02 .serviceInfo02Sec .price .small {
	font-size: 0.54em;
}

#servicePrice .anno {
	padding-top: 10px;
	font-family: var(--font-family-sub);
}

#servicePrice .disnon {
	display: none;
}

.serviceListTxtWrap {
	flex: 1;
}

/* ポイント */
/* -------------------------------------------------- */
#servicePoint {
	width: min(100%, 1200px);
	margin: 0 auto 130px;
	padding: 50px 30px 70px;
	background: #fff;
}

#servicePointTit {
	text-align: left;
}

#servicePointList {
	counter-reset: number;
}

#servicePointList .item+.item {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ded8c8;
}

#servicePointList .tit {
	min-height: 60px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 80px;
	font-weight: 600;
	font-size: 3rem;
	position: relative;
}

/* ナンバリング */
#servicePointList .tit::after {
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 1px solid #ae9b62;
	border-radius: 50%;
	color: #998a54;
	font-weight: 400;
	font-size: 1.8rem;
	font-family: var(--font-family-en);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#servicePointList .txt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}


/* このようなお悩みが改善できます */
/* -------------------------------------------------- */
#serviceWorry {
	margin-bottom: 150px;
}

#serviceWorryList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px 0;
	padding-block: 30px;
	counter-reset: number;
}

#serviceWorryList .item {
	padding: 20px 40px 20px 60px;
	border-right: 1px solid #998a54;
	position: relative;
	z-index: 1;
}

/* 奇数スタイル */
#serviceWorryList .item:nth-of-type(odd) {
	border-left: 1px solid #998a54;
}

/* ライン */
#serviceWorryList .item::before,
#serviceWorryList .item::after {
	content: "";
	display: block;
	width: calc(100% - 60px);
	height: 1px;
	background: #998a54;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

#serviceWorryList .item::before {
	top: -30px;
}

#serviceWorryList .item::after {
	bottom: -31px;
}

/* ナンバリング */
#serviceWorryList .num {
	width: 1.8em;
	aspect-ratio: 1/1.3;
	color: #998a54;
	font-weight: 500;
	font-style: italic;
	font-size: 2.4rem;
	font-family: var(--font-family-en);
	position: absolute;
	top: -25px;
	left: 25px;
	pointer-events: none;
	z-index: -1;
}

#serviceWorryList .num::after {
	content: "";
	display: block;
	width: 110%;
	height: 1px;
	background: currentColor;
	transform: rotate(135deg);
	transform-origin: right;
	position: absolute;
	bottom: 0;
	right: 100%;
}

#serviceWorryList .tit {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 2rem;
}

#serviceWorryList .txt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}


/* 最新症例集 */
/* -------------------------------------------------- */
#servicePage #similarCases {
	margin-bottom: 220px;
	padding-block: 150px;
	background: #fff;
}

#servicePage #similarCasesBtn {
	margin-top: 100px;
}


/* 施術情報 */
/* -------------------------------------------------- */
#serviceInfo03 {
	margin-bottom: 130px;
}


/* 料金表 */
/* -------------------------------------------------- */
#servicePrice {
	margin-bottom: 150px;
}

/* タブボタン */
#servicePrice #tab {
	display: flex;
}

#servicePrice #tab .item {
	flex: 1;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	background: #eee;
	color: #999;
	font-weight: 600;
	font-size: 2.8rem;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

#servicePrice #tab .item::after {
	content: "";
	display: block;
	width: 11px;
	aspect-ratio: 11/5;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: currentColor;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.3s;
}

#servicePrice #tab .item.select {
	background: #6f6e65;
	color: #fff;
}


#servicePrice #tab .item.select::after {
	opacity: 1;
}

/* タブ内容 */
#servicePrice .tabPrice {
	padding: 40px 60px 60px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
}

#servicePrice .tabPriceTit {
	margin-bottom: 30px;
	color: #998a54;
	font-weight: 600;
	font-size: 2.8rem;
}

#servicePrice .tabPriceSec {
	padding: 40px;
	background: #fbfaf8;
}

#servicePrice .tabPriceSec+.tabPriceSec {
	margin-top: 40px;
}

#servicePrice .tabPrice .subTit {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 2.4rem;
}

/* 料金表 */
#servicePrice .tabPrice .data {
	width: 100%;
}

#servicePrice .tabPrice .data th,
#servicePrice .tabPrice .data td {
	vertical-align: middle;
}

#servicePrice .tabPrice .data th:first-of-type {
	width: 65%;
}

#servicePrice .tabPrice .data thead th {
	padding: 2px 5px;
	background: #fff;
	border-inline: 7px solid #fbfaf8;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
}

#servicePrice .tabPrice .data tbody {
	font-family: var(--font-family-sub);
}

#servicePrice .tabPrice .data tbody tr {
	border-bottom: 1px solid #c9c9c9;
}

#servicePrice .tabPrice .data tbody th,
#servicePrice .tabPrice .data tbody td {
	padding: 30px 5px 10px;
}

#servicePrice .tabPrice .data tbody th {
	font-weight: 500;
	font-size: 1.6rem;
	text-align: left;
}

#servicePrice .tabPrice .data tbody td {
	min-width: 90px;
	font-size: 1.6rem;
	text-align: center;
}

#servicePrice .tabPrice .data tbody td:first-child {
	text-align: left;
}

#servicePrice .tabPrice .data tbody td.monitor {
	color: #ae9b62;
	font-weight: 600;
}


/* 関連する施術名カテゴリ */
/* -------------------------------------------------- */
#serviceRelation {
	margin-bottom: 50px;
}


/* リンク */
/* -------------------------------------------------- */
#serviceLink {
	margin-bottom: 150px;
}

#serviceLinkBtnWrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}

#serviceLink .serviceLinkBtn {
	width: 100%;
}

#serviceLink .serviceLinkBtn .btn1Link {
	place-items: center start;
}

.etc {
	padding-top: 20px;
	text-align: right;
}

#similarCases {
	padding-bottom: 150px;
}


/* YouTube動画 */
/* -------------------------------------------------- */
#secviceContents02 iframe {
	max-width: 100%;
    width: 80%;
    height: auto;
    aspect-ratio: 500 / 281;
    margin: 0 auto;
    display: block;
}

#secviceContents02 .ytLink {
	padding-left: 10%;
}

/* フリーhtmlエリア */
/* -------------------------------------------------- */
/* <div class="service2colWrap">
	<div></div>
	<div></div>
</div> */

.service2colWrap {
	display: flex;
	justify-content: space-between;
	gap: 30px 4%;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {

	/* -------------------------------------------------- */
	/* 施術一覧ページ */
	/* -------------------------------------------------- */
	.serviceMenuBox01 {
		width: min(100%, 450px);
		margin-inline: auto 0;
		position: -webkit-sticky;
		position: sticky;
		top: 50px;
	}


	/* 施術一覧ページリスト ※共通class（.commonTreatment）との差異分 */
	/* -------------------------------------------------- */
	#serviceMenu .serviceMenuTreatment {
		grid-gap: 25px;
		margin-top: 10px;
	}

	#serviceMenu .serviceMenuTreatment .commonTreatmentItem>a {
		min-height: 125px;
	}

	#serviceMenu .serviceMenuTreatment .commonTreatmentItem:has(.commonTreatmentSub)>a {
		min-height: 100px;
	}


	/* -------------------------------------------------- */
	/* 施術詳細ページ */
	/* -------------------------------------------------- */
	/* 最新症例集 */
	/* -------------------------------------------------- */
	#servicePage #similarCasesBtn .btn1Link {
		min-height: 65px;
	}

	#servicePage #similarCasesBtn .btn1Icon {
		width: 30px;
		height: 30px;
	}


	/* リンク */
	/* -------------------------------------------------- */
	#serviceLink .serviceLinkBtn .btn1Link {
		min-height: 70px;
	}

	#serviceLink .serviceLinkBtn .btn1Icon {
		width: 30px;
		height: 30px;
	}

}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

	/* -------------------------------------------------- */
	/* 施術一覧ページ */
	/* -------------------------------------------------- */
	#serviceMenu {
		padding-block: 0 80px;
	}

	.serviceMenuContent {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	.serviceMenuContent+.serviceMenuContent {
		margin-top: 50px;
		padding-top: 50px;
	}

	.serviceMenuTit {
		font-size: 2.2rem;
	}

	.serviceMenuTxt {
		font-size: 1.5rem;
	}


	/* 施術一覧ページリスト ※共通class（.commonTreatment）との差異分 */
	/* -------------------------------------------------- */
	/* ナンバリング */
	#serviceMenu .serviceMenuTreatment .commonTreatmentItem::after {
		font-size: 2rem;
		left: 10px;
	}

	#serviceMenu .serviceMenuTreatment .commonTreatmentItem::before {
		width: 35px;
		top: 40px;
		left: -22px;
	}

	#serviceMenu .serviceMenuTreatment .commonTreatmentItem>a {
		padding-left: 45px;
	}


	/* -------------------------------------------------- */
	/* 施術詳細ページ */
	/* -------------------------------------------------- */
	/* 対応院 */
	/* -------------------------------------------------- */
	#serviceClinic {
		width: 95%;
		padding-block: 30px;
	}

	#serviceClinic .inner {
		gap: 20px;
	}

	#serviceClinicTit {
		font-size: 1.8rem;
	}

	#serviceClinicTag .item {
		padding-inline: 20px;
		font-size: 1.6rem;
	}

	/* 紹介文 */
	/* -------------------------------------------------- */
	#serviceInfo01 {
		margin-bottom: 80px;
	}

	#serviceInfo01Tit {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}

	#serviceInfo01Content {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#serviceInfo01 .txt {
		font-size: 1.4rem;
	}


	/* フリーHTMLエリア 1, 2 */
	/* -------------------------------------------------- */
	#secviceContents01,
	#secviceContents02,
	#secviceContents03,
	#secviceContents04 {
		margin-bottom: 80px;
	}


	/* 施術一覧 */
	/* -------------------------------------------------- */
	#serviceTreatment {
		margin-bottom: 80px;
		padding-block: 80px;
	}


	/* 情報 */
	/* -------------------------------------------------- */
	#serviceInfo02 {
		margin-bottom: 80px;
	}

	#serviceInfo02 .serviceInfo02Sec {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#serviceInfo02 .serviceInfo02Sec+.serviceInfo02Sec {
		margin-top: 5%;
		padding-top: 5%;
	}

	#serviceInfo02 .serviceInfo02Sec .tit {
		width: 100%;
		font-size: 2rem;
	}

	#serviceInfo02 .serviceInfo02Sec .txt {
		width: 100%;
		font-size: 1.5rem;
	}

	#serviceInfo02 .serviceInfo02Sec .img {
		width: 100%;
	}

	/* 料金 */
	#serviceInfo02 .serviceInfo02Sec .price {
		padding: 5px 10px;
	}

	#serviceInfo02 .serviceInfo02Sec .price .num {
		font-size: 1.8rem;
	}

	#serviceInfo02 .serviceInfo02Sec .price .note {
		font-size: 1.2rem;
	}

	/* 料金を含んだsectionの場合 */
	#serviceInfo02 .serviceInfo02Sec:has(.price) .tit {
		width: auto;
	}

	#serviceInfo02 .serviceInfo02Sec:has(.price) .price {
		margin-inline: auto 0;
	}


	/* ポイント */
	/* -------------------------------------------------- */
	#servicePoint {
		margin-bottom: 80px;
		padding: max(30px, 5%) 0;
	}

	#servicePointList .item+.item {
		margin-top: 30px;
		padding-top: 30px;
	}

	#servicePointList .tit {
		min-height: 40px;
		padding-left: 60px;
		font-size: 2rem;
	}

	/* ナンバリング */
	#servicePointList .tit::after {
		width: 40px;
		height: 40px;
		font-size: 1.6rem;
	}

	#servicePointList .txt {
		font-size: 1.4rem;
	}


	/* このようなお悩みが改善できます */
	/* -------------------------------------------------- */
	#serviceWorry {
		margin-bottom: 80px;
	}

	#serviceWorryList {
		grid-template-columns: 1fr;
	}

	#serviceWorryList .item {
		padding: 20px max(20px, 5%) 15px;
		border-left: 1px solid #998a54;
	}

	/* ナンバリング */
	#serviceWorryList .num {
		font-size: 2.2rem;
		top: -10px;
		left: 20px;
	}

	#serviceWorryList .tit {
		margin: 0 auto 15px 30px;
	}

	#serviceWorryList .txt {
		font-size: 1.4rem;
	}


	/* 最新症例集 */
	/* -------------------------------------------------- */
	#servicePage #similarCases {
		margin-bottom: 80px;
		padding-block: 80px;
	}

	#servicePage #similarCasesBtn {
		margin-top: 80px;
	}


	/* 施術情報 */
	/* -------------------------------------------------- */
	#serviceInfo03 {
		margin-bottom: 80px;
	}


	/* 料金表 */
	/* -------------------------------------------------- */
	#servicePrice {
		margin-bottom: 80px;
	}

	/* タブボタン */
	#servicePrice #tab .item {
		height: 60px;
		font-size: 1.8rem;
	}

	/* タブ内容 */
	#servicePrice .tabPrice {
		padding: 20px 3%;
	}

	#servicePrice .tabPriceTit {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	#servicePrice .tabPriceSec {
		padding: 20px 3%;
	}

	#servicePrice .tabPriceSec+.tabPriceSec {
		margin-top: 20px;
	}

	#servicePrice .tabPrice .subTit {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	/* 料金表 */
	#servicePrice .tabPrice .data thead th {
		border-width: 3px;
		font-size: 1rem;
	}

	#servicePrice .tabPrice .data tbody th,
	#servicePrice .tabPrice .data tbody td {
		padding: 20px 3px 10px;
	}

	#servicePrice .tabPrice .data tbody th {
		font-size: 1.1rem;
	}

	#servicePrice .tabPrice .data tbody td {
		font-size: 1.1rem;
	}


	/* リンク */
	/* -------------------------------------------------- */
	#serviceLink {
		margin-bottom: 80px;
	}

	#serviceLinkBtnWrap {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	#serviceLink .serviceLinkBtn .btn1Link {
		padding-inline: 10px 40px;
	}

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/* -------------------------------------------------- */
	/* 施術一覧ページ */
	/* -------------------------------------------------- */
	/* ボタン */
	.serviceMenuBtnWrap {
		flex-direction: column;
	}

	/* YouTube動画 */
	/* -------------------------------------------------- */
	#secviceContents02 iframe {
		width: 100%;
	}

	#secviceContents02 .ytLink {
		padding-left: 0;
	}
	
}


/* -------------------------------------------------- */
/* hover */
/* -------------------------------------------------- */
@media (hover: hover) {

	/* -------------------------------------------------- */
	/* 施術詳細ページ */
	/* -------------------------------------------------- */
	/* 料金表 */
	/* -------------------------------------------------- */
	/* タブボタン */
	#servicePrice #tab .item:hover {
		background: #6f6e65;
		color: #fff;
	}

}