@charset "utf-8";



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名
--
lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/


/*================================
ここから全サイズ適用
================================*/

/*================================
共通パーツ
================================*/

/*タイトル*/
/*-----------------------------*/
/*heading01*/
.u-heading01 {}

/*テキスト*/
/*-----------------------------*/
.u-text01 {}

/*カラーパターン*/
/*-----------------------------*/
.u-bg01 {
	background: #04679c!important;
}
.u-fc01 {
	color: #04679c!important;
}
.u-bd01 {
	border-color: var(--theme-color02)!important;
}
.u-bd02 {
	border-color: #04679c!important;
}
.arrow_bottom.u-arrow_bg01::before {
	background: #04679c!important;
}
.li-dot02.u-li_bg01::before {
	background: #04679c!important;
}
.cont_heading01.u-hd01::before {
	background: #04679c!important;
}

/*特長*/
/*-----------------------------*/
.u-feature_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 1rem 3rem;
}
.u-feature_item {
	width: 12.5rem;
	aspect-ratio: 1/1;
	background: var(--theme-color01);
	border-radius: 100vmax;
	display: flex;
	justify-content: center;
	align-items: center;
}
.u-feature_text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}

/*矢印*/
/*-----------------------------*/
.u-arrow01 {
	position: relative;
	z-index: 1;
}
.u-arrow01::before {
	position: absolute;
	z-index: 1;
	content: "";
	right: -1rem;
	top: 26%;
	translate: 100%;
	height: 4rem;
	width: 2rem;
	background: var(--theme-color01);
	clip-path: polygon(0 0,100% 50%,0 100%);
}


/*================================
ホワイトニングについて
===============================*/
.u-about_wrap {
	padding-bottom: 3rem;
	position: relative;
	z-index: 1;
}
.u-about_title01 {
	width: fit-content;
	margin: 0 auto 1rem;
	padding: 0 1rem;
	background: #fff;
	border: 2px solid;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.u-about_title01.-type01 {
	border-color: #a9a67b;
	color: #5b5115;
}
.u-about_title01.-type02 {
	border-color: #9fbda0;
	color: #4b844c;
}
.u-about_title01.-type03 {
	border-color: #80abc6;
	color: #106195;
}
.u-about_title02 {
	width: fit-content;
	margin: calc(-2rem*1.5/2 - 3rem) auto 1rem;
	padding: 0 2rem;
	background: var(--theme-color02);
	border-radius: 6px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
/*about_group01*/
/*-----------------------------*/
.u-about_group01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 40px 9rem;
}
.u-about_group01_item {
	width: calc(100%/3 - 9rem*2/3);
	padding: 2rem;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}
.u-about_group01_item::before {
	position: absolute;
	z-index: 1;
	content: "";
	width: 9rem;
	height: 100%;
	background-position: center;
	background-size: contain;
	top: 0;
	right: 0;
	translate: 100%;
}
.u-about_group01_item.-arrow01::before {
	background-image: url(img/about_arrow01.png);
}
.u-about_group01_item.-arrow02::before {
	background-image: url(img/about_arrow02.png);
}
/*about_group02*/
/*-----------------------------*/
.u-about_group02 {
	padding: 0 3rem;
}
/*about_bg*/
/*-----------------------------*/
.u-about_bg {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0 9rem;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.u-about_bg_item {
	width: calc(100%/3 - 9rem*2/3);
	position: relative;
	z-index: 1;
	border-radius: 1rem;
}
.u-about_group01_item.-bg01,
.u-about_bg_item.-bg01 {
	background: #edf1d5;
}
.u-about_group01_item.-bg02,
.u-about_bg_item.-bg02 {
	background: #daf7db;
}
.u-about_group01_item.-bg03,
.u-about_bg_item.-bg03 {
	background: #c7f4ff;
}


/*================================
当院のホワイトニングメニュー
===============================*/
/*ホワイトニングメニューナビ*/
/*-----------------------------*/
.u-menu_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 4rem;
}
.u-menu_item {
	position: relative;
	z-index: 1;
	top: 0;
	transition: 0.4s;
	width: calc(100%/3 - 4rem*2/3);
	height: 22rem;
	border-radius: 2rem;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.u-menu_item:hover {
	top: -0.5rem;
	filter: brightness(1.06);
}
.u-menu_item.-menu01 {
	background-image: url(img/whitening_menu01.jpg);
}
.u-menu_item.-menu02 {
	background-image: url(img/whitening_menu02.jpg);
}
.u-menu_item.-menu03 {
	background-image: url(img/whitening_menu03.jpg);
}
.u-menu_item::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 1rem;
	top: 1rem;
	width: calc(100% - 1rem*2);
	height: calc(100% - 1rem*2);
	border: 1px solid #fff;
	border-radius: 2rem;
}
.u-menu_link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.u-menu_title {
	min-height: 64px;
	display: grid;
	align-items: center;
	width: 100%;
	padding: 1rem 2rem;
	background: rgba(16, 102, 87, 0.35);
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.1), -2px 2px 3px rgba(0,0,0,0.1), 2px -2px 3px rgba(0,0,0,0.1), -2px -2px 3px rgba(0,0,0,0.1), 2px 0px 3px rgba(0,0,0,0.1), 0px 2px 3px rgba(0,0,0,0.1), -2px 0px 3px rgba(0,0,0,0.1), 0px -2px 3px rgba(0,0,0,0.1);
}

/*================================
ラブリエの5つの特長
===============================*/
.u-frame-la_briller {
	background: #d5f7ff;
	border: 2px solid #04679c;
	border-radius: 1rem;
}

/*================================
オフィスホワイトニングの吹き出し
===============================*/
.fukidashi_whitening {
	/* position: absolute; */
	/* bottom: 120%; */
	position: relative;
	background: var(--theme-color03);
	border-radius: 1rem;
	max-width: 650px;
	margin-bottom: 40px;
	padding: 1rem 0;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.4;
	text-align: center;
	z-index: 1;
}
.fukidashi_whitening::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	bottom: 1px;
	margin: 0 auto;
	translate: 0 100%;
	width: 7rem;
	height: 3rem;
	background: var(--theme-color03);
	clip-path: polygon(0 0,100% 0,50% 100%);
}

.fukidashi_h3 {
	color: var(--theme-color02);
}

.fukidashi_red {
	color: #e9718a;
}
.fukidashi_price {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  gap: 0 1rem;
}

.fukidashi_line-through {
	text-decoration: line-through;
}

/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	/*heading01*/
	.u-heading01 {}

	/*テキスト*/
	/*-----------------------------*/
	.u-text01 {}

	/*特長*/
	/*-----------------------------*/
	.u-feature_group {}
	.u-feature_item {}
	.u-feature_text {}

	/*矢印*/
	/*-----------------------------*/
	.u-arrow01 {}
	.u-arrow01::before {}


	/*================================
	ホワイトニングについて
	===============================*/
	.u-about_wrap {}
	.u-about_title01 {}
	.u-about_title02 {}
	/*about_group01*/
	/*-----------------------------*/
	.u-about_group01 {}
	.u-about_group01_item {}
	.u-about_group01_item::before {}
	/*about_group02*/
	/*-----------------------------*/
	.u-about_group02 {}
	/*about_bg*/
	/*-----------------------------*/
	.u-about_bg {}
	.u-about_bg_item {}


	/*================================
	当院のホワイトニングメニュー
	===============================*/
	/*ホワイトニングメニューナビ*/
	/*-----------------------------*/
	.u-menu_group {}
	.u-menu_item {}
	.u-menu_item::before {}
	.u-menu_link {}
	.u-menu_title {}

	/*================================
	ラブリエの5つの特長
	===============================*/
	.u-frame-la_briller {}


	.fukidashi_whitening {
		margin-inline: auto;
		line-height: 1.1;
		padding: 2rem 0;
	}

}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	/*heading01*/
	.u-heading01 {}

	/*テキスト*/
	/*-----------------------------*/
	.u-text01 {}

	/*特長*/
	/*-----------------------------*/
	.u-feature_group {}
	.u-feature_item {}
	.u-feature_text {}

	/*矢印*/
	/*-----------------------------*/
	.u-arrow01 {}
	.u-arrow01::before {
		top: auto;
		bottom: -8px;
		right: 50%;
		width: 30px;
		height: 14px;
		translate: 50% 100%;
		clip-path: polygon(0 0,100% 0,50% 100%);
	}


	/*================================
	ホワイトニングについて
	===============================*/
	.u-about_wrap {}
	.u-about_title01 {}
	.u-about_title02 {
		margin: calc(-2rem*1.5/2 - 16px) auto 1rem;
	}
	/*about_group01*/
	/*-----------------------------*/
	.u-about_group01 {}
	.u-about_group01_item {
		width: 100%;
		max-width: 240px;
	}
	.u-about_group01_item::before {
		width: 40px;
		height: 30px;
		top: auto;
		bottom: -5px;
		right: 50%;
		translate: 50% 100%;
		rotate: 90deg;
		transform-origin: center;
	}
	/*about_group02*/
	/*-----------------------------*/
	.u-about_group02 {
		padding: 0;
	}
	/*about_bg*/
	/*-----------------------------*/
	.u-about_bg {
		display: none;
	}
	.u-about_bg_item {}


	/*================================
	当院のホワイトニングメニュー
	===============================*/
	/*ホワイトニングメニューナビ*/
	/*-----------------------------*/
	.u-menu_group {
		flex-flow: nowrap;
    gap: 1rem;
	}
	.u-menu_item {
		width: 100%;
		height: 14rem;
		/* height: 140px; */
	}
	.u-menu_item::before {}
	.u-menu_link {}
	.u-menu_title {
font-size: 1.6rem;
    padding: 0rem;
    line-height: 1.3;
	}

	/*================================
	ラブリエの5つの特長
	===============================*/
	.u-frame-la_briller {}

	.fukidashi_arrow {
		width: 100%;
		transform: rotate(90deg);
		margin-top: 5px;
	}

	.fukidashi_price {
		margin-top: 10px;
	}

	.fukidashi_price .fukidashi_p {
		line-height: 1.3;
	}

}

















