/* CSS Document */
@charset "utf-8";

html {
  font-size: 10px;
}
body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #333333;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.flex {
	display: flex;
}
.container {
	max-width: 80%;
	margin: auto;
	padding: 5rem 0;
	background-color: #ffffff;
}
.contact-bnr p {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}
.blue {
	color: #57C5B6;
}
.contact-bnr-flex {
	display: flex;
	justify-content: center;
	gap: 4rem;
	align-items: baseline;
}
.tel a {
	display: block;
	color: #333;
	font-size: 4rem;
}
.tel p:hover {
	color: #555454;
	text-decoration: underline;
}
.sp-only {
	display: none;
}

/*ヘッダー*/
#header {
	position: relative;
	background-image: url("../img/mainvisual.jpg");
	background-size: cover;
	height: 120vh;
	width: 100%;
}
#header::before {
	content:"";
	width: 300px;
	height: 60px;
	background:url("../img/logo.png");
	background-size: cover;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
}
@media screen and (max-width:1280px){
	#header {
		height: 80vh;
		background-position: center;
		background-size: cover;
	}
}
.header-bar {
	width: 100%;
	padding: 1rem 0;
	position: absolute;
	top: 0;
}
.h-bar-inner {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.header-left a {
	display: block;
}
.header-left a img {
	width: 50rem;
}
.contact-btn {
	width: 40rem;
	border-radius: 20px;
	background: linear-gradient(#EE6d17,#F1d6b8);
	padding: 2rem 0;
}
.contact-btn:hover {
	background: linear-gradient(#FCa05a,#F1dcb8);
}
.contact-btn a {
	display: block;
	color: ffffff;
	font-size: 3rem;
	text-align:center;
	font-weight: 600;
}
.section-title {
	width: 80%;
	margin: 3rem auto;
	background-color: #69402E;
	outline: 1px dashed #BDA99B;
	outline-offset: -4px;
	padding: 1rem 0;
}
.section-title p {
	text-align: center;
	font-size: 4.6rem;
	color: #fff;
	font-weight: 600;
}
.section-title p span {
	font-size: 6rem;
	color: #F5E371;
}

/*こんなお悩みありますか*/
#section01 {
	background-image: url("../img/bg01.jpg");
	padding: 20rem 0;
}
.section01-title {
	text-align: center;
}
.section01-title p {
	font-size: 5.6rem;
	font-weight: 600;
	border-bottom: 1px solid #333333;
	display: inline-block;
}
.section1-img {
	text-align: center;
	margin: 5rem auto 0 auto;
	display: flex;
	flex-direction: column;
	gap:5rem;
}
.section1-img img {
	margin: auto;
}
.section1-1 {
	width: 70%;
}
.section1-2 {
	width: 60%;
}
.section1-3 {
	width: 70%;
}
.whitning-movie {
	text-align: center;
	margin: 5rem auto;
}
.whitning-movie iframe {
	width: 70rem;
	height: 39.5rem;
	border-radius: 2rem;
}

/*当院のポイント*/
#section02 {
	background-image: url("../img/bg02.png");
	background-size: cover;
	padding: 10rem 0;
}

.point {
	margin: 3rem  auto;
	width: 85%;
	border-bottom: 1px solid #69402E;
	padding-bottom: 7rem;
}
.point-title {
	margin-top: 8rem;
	text-align: center;
}
.point-text {
	width: 100%;
	margin: 5rem auto;
}
.point-text p {
	font-size: 2.8rem;
	letter-spacing: 2px;
	line-height: 4rem;
	text-align: center;
}
.point1-img {
	width: 60%;
	margin: auto;
}
.point2-img {
	width: 80%;
	margin: auto;
	display: none;
}
.point2-img img {
	width: 100%;
}
.point3-img {
	width: 80%;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 5rem;
	flex-wrap: wrap;
}
.point3-img img {
	width: 45%;
}

/*よくあるご質問*/
#section03 {
	background-image: url("../img/bg02.png");
	background-size: cover;
	padding: 10rem 0;
}
.qa-text {
	margin: 5rem auto;
}
.qa-text p {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
}
.qa-flex {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 3rem;
	flex-wrap: wrap;
}
.qa {
	width: 45%;
	padding: 3rem 0;
	background-color: rgba(250,240,230,0.5);
}
.qa-inner {
	width: 90%;
	border: 1px dashed #69402E;
	margin: 0 auto;
	align-items: center;
}
.qa-title {
	width: 90%;
	margin: auto;
	border-bottom: 1px solid #69402E;
	padding-bottom: 0.5rem;
}
.qa-title p {
	font-size: 2.4rem;
	color: #69402E;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 600;
}
.bq {
	font-size: 3.6rem;
	margin-right: 1rem;
}
.qa-a {
	width: 90%;
	margin: 3rem auto;
}
.qa-a p {
	font-size: 2rem;
	line-height: 3.6rem;
}
.qa-img {
	width: 65%;
	text-align: center;
	margin: 5rem auto;
}
.qa-img img {
	width: 100%;
}

/*当院のホワイトニングの紹介*/
#section04 {
	background-image: url("../img/bg02.png");
	background-size: cover;
	padding: 10rem 0;
}
.mini-title {
	width: 70%;
	margin: 5rem auto;
	border-bottom: double 3px #333;
}
.mini-title p {
	font-size: 5rem;
	font-weight: 600;
	text-align: center;
}
.expo {
	width: 70%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.expo-img {
	width: 48%;
}
.expo-txt {
	width: 48%;
}
.expo-txt p {
	font-family: "游ゴシック Light", "游ゴシック Medium";
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2;
}
.office-merit{
	width: 70%;
	margin: 5rem auto;
}
.bb24 {
	font-size: 2.4rem;
	border-bottom: 1px solid #333;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	font-weight: 600;
}
.merit-wrapper {
	gap: 2rem;
	flex-wrap: wrap;
}
.merit-item {
	width: 30%;
	padding: 1.6rem 0 1.6rem 1.6rem;
	box-sizing: border-box;
	font-family: "游ゴシック Light", "游ゴシック Medium";
	box-shadow: 5px 5px 5px #ccc;
}
.blbror {
	border-left: 5px solid #EE6D17;
	border-right: 5px solid #EE6D17;
}
.blbrgr {
	border-left: 5px solid #75A49F;
	border-right: 5px solid #75A49F;
}
.fwb16 {
	font-weight: 600;
	font-size: 1.8rem;
}
.fwb16 span {
	font-size: 2.8rem;
	margin-right: 1rem;
}
.fwn12 {
	font-size: 1.6rem;
	font-weight: 600;
	width:98%;
	margin-top: 2rem;
}
.office-merit ul {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.office-merit ul li {
	width: 50%;
	display: flex;
	align-items: center;
}
.office-merit ul li p {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "游ゴシック Light", "游ゴシック Medium";
}
.office-merit ul li img {
	width: 4rem;
}
.graph {
	width: 70%;
	margin: 3rem auto;
}
.graph-memo {
	font-size: 2.4rem;
	font-family: "游ゴシック";
	margin-bottom: 2rem;
	font-weight: 600;
}

.while {
	width: 100%;
	margin: 5rem auto 2rem auto;
	background-image: url("../img/bg05.jpg");
	background-size: cover;
	padding: 1.6rem 0;
}
.while-txt {
	margin-bottom: 1rem;	
}
.while-txt p {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
}
.while-memo p {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}
.while-memo p span {
	font-size: 3.6rem;
}

.menu-wrapper {
	margin: 8rem auto;
}
.menu {
	width: 70%;
	border: 10px solid rgba(250,240,230,1);
	margin: 0 auto 5rem auto;
}
.border-ye {
	border: 10px solid #E6B422;
}
.menu-title {
	margin: auto;
	padding: 2rem 0;
	background-color: rgba(250,240,230,0.5);
}
.menu-title p {
	text-align: center;
	font-size: 4.8rem;
	font-weight: 600;
}
.ye {
	color: #E6B422;
}
.menu-inner {
	background-color: ffffff;
	width: 90%;
	margin: auto;
}
.menu-card {
	background-color: rgba(250,240,230,0.5);
	width: 80%;
	margin: 3rem auto;
	padding: 2.4rem 0;
}
.menu-expo {
	font-size: 2.4rem;
	text-align: center;
	margin: 3rem auto;
	font-family: "游ゴシック Light", "游ゴシック Medium";
	font-weight: 600;
}

.menu-card p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.menu-card-title {
	text-align: center;
	font-size: 4rem;
	color: #69402E;
	font-weight: 600;
}
.menu-card-memo {
	width: 70%;
	margin: 1rem auto;
	text-align: center;
	font-size: 2.4rem;
	color: #69402E;
}
.menu-content {
	width: 80%;
	margin: 2rem auto;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.menu-content-left {
	width: 45%;
	flex-direction: column;
}
.menu-content-right {
	width: 45%;
}
.menu-item p {
	font-size: 2rem;
	color: #69402E;
}
.item-title {
	font-weight: 600;
}
.item-txt {
	margin-left: 1rem;
}
.item-txt span {
	font-size: 1.6rem;
}
.item-txt .red {
	color: red;
	font-size: 2rem;
}
.menu-item img {
	width: 50%;
}
.clm {
	display: flex;
	flex-direction: column;
}
.dual .item-title {
	font-size: 3rem;
	text-align: center;
}
.menu-price {
	width: 90%;
	margin: 1rem auto 2rem auto;
	justify-content: space-between;
}
.price p {
	font-size:5rem;
	font-weight: 700;
	font-family: "游ゴシック Light", "游ゴシック Medium";
}
.price p span {
	font-size: 2rem;
	font-weight: 500;	
}
.set-menu {
	width: 90%;
	margin: 2rem auto 0 auto;
}
.set-menu p {
	font-size: 2.4rem;
	font-weight: 600;
}
.set-menu p span {
	color: #FC8F15;
	font-size: 1.6rem;
}

.contact {
	padding: 2rem;
	border-radius: 10px;
	background: linear-gradient(#EE6d17,#F1d6b8);
}
.contact:hover {
	background: linear-gradient(#FCa05a,#F1dcb8);
}
.contact a {
	display: block;
	color: ffffff;
	font-size: 2.4rem;
	text-align:center;
	font-weight: 600;
	font-family: "游ゴシック Light", "游ゴシック Medium";
}


/*ご安心ください*/
#section05 {
	background-image: url("../img/bg01.jpg");
	background-size: cover;
	padding: 10rem 0;
}
.section05-img {
	width: 65%;
	margin: auto;
}
.section05-message {
	margin: 5rem auto;
}
.sec05-txt {
	text-align: center;
	font-weight: 600;
	font-size: 2.8rem;
	letter-spacing: 0.4rem;
}
.sec05-txt-bg {
	font-size: 5.6rem;
	line-height: 5rem;
	margin-bottom: 2rem;
	text-align: center;
	position: relative;
}
.sec05-txt-bg span {
	font-size: 7.5rem;
}
.sec05-txt-bg::after {
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border-bottom: 30px solid rgba(229,42,136,0.3);
	width: 40%;
}
.section05-img2 {
	width: 50%;
	margin: 1rem auto;
}
.section05-img2 img {
	width: 100%;
	border-radius: 20px;
}

/*治療の流れ*/
#section06 {
	background-image: url("../img/bg02.png");
	background-size: cover;
	padding: 10rem 0;
}
.section06-message {
	wdith: 80%;
	margin: 5rem auto;
}
.section06-message p {
	text-align: center;
	font-weight: 600;
}
.section06-message-sm {
	width: 90%;
	font-size: 2.4rem;
	margin: 3rem auto;
}
.section06-message-bg {
	font-size: 4rem;
	line-height: 3.6rem;
	position: relative;
}
.section06-message-bg::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border-bottom: 15px solid rgba(230,180,34,0.3);
	width: 60%;
}
.flow-wrapper {
	margin: auto;
	width: 75%;
	flex-direction: column;
	gap: 5rem;
}
.flow {
	width: 100%;
	flex-wrap: wrap;
}
.flowno {
	width: 20%;
	padding: 3rem 0;
	background: radial-gradient( #E29B49, #F0C444);
	position: relative;
}
.flowno p {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	font-family: "游ゴシック Light", "游ゴシック Medium";
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.flow-index {
	width: 80%;
	background-color: rgba(250,240,230,0.6);
	padding: 1.6rem 0;
}
.flow-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin-left: 1rem;
}
.flow-txt {
	width: 95%;
	margin-left: 1rem;
	font-size: 1.8rem;
	font-family: "游ゴシック Light", "游ゴシック Medium";
	font-weight: 600;
}
.mb3 {
	margin-bottom: 3rem;
}

.flow-movie {
	text-align: center;
	margin: 5rem auto;
}
.flow-movie iframe {
	width: 70rem;
	height: 39.5rem;
	border-radius: 2rem;
}
.cash {
	width: 75%;
	margin: 3rem auto;
}
.cash-title {
	width: 100%;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #333333;
}
.cash-title p {
	text-align: left;
	font-weight: 600;
	font-size: 3.6rem;
}
.cash-box p {
	font-size: 3rem;
	text-align: center;
	margin: 2rem auto;
}
.cash-icon-wrap {
	width: 80%;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cash-icon-wrap p {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-family: "游ゴシック";
	font-weight: 600;
}
.cash-icon {
	width: 30%;
	background-color: #ffa500;
	padding: 1.6rem 0;
	border-radius: 3rem;
}
.credit-icon {
	width: 30%;
	background-color: #1e90ff;
	padding: 1.6rem 0;
	border-radius: 3rem;
}
.loan-icon {
	width: 30%;
	background-color: #2e8b57;
	padding: 1.6rem 0;
	border-radius: 3rem;
}

.cash-img {
	margin-top: 3rem;
	text-align: center;
}
.cash-img img {
	width: 60%;;
}

/*Q&A*/
#section07 {
	background-image: url("../img/bg02.png");
	background-size: cover;
	padding: 10rem 0;
}
.qa-wrapper {
	width: 85%;
	margin: 5rem auto;
	text-align: center
}
.qa-content {
	width: 70%;
	margin: 0 auto 5rem auto;
}
.qa-content img {
	width: 100%;
}
.note {
	width: 60%;
	margin: 3rem auto;
}
.note img {
	width: 100%;
}

/*フッター*/
#footer {
	background-color: rgba(250,240,230,0.5);
}
.footer-left p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.footer-flex {
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-left,
.footer-right {
	width: 49%;
}
.footlogo {
		width: 80%;
		margin: auto;
	}
	.footlogo img {
		width: 100%;
	} 
.adress {
	width: 80%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 3rem auto;
}
.adress p {
	font-size: 2rem;
}
.timetable {
	width: 80%;
	margin: auto;
	position: relative;
}
.timetable::before {
	content:"";
	width: 150px;
	height: 30px;
	background: url("../img/logo.png");
	background-size: cover;
	position: absolute;
	bottom:-30px;
	right: 0;
}
.time-table img {
 width: 100%;
}
.table-memo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	margin-top: 1rem;
}

.footer-right iframe {
	width: 100%;
}
.bnr-space {
	height: 10rem;
}
.bnr-box {
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	position: fixed;/*←絶対位置*/
  bottom: 0; /*下に固定*/
}
