@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 14px;
	}
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img,
	br.pc_br,
	.pc{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
dl.dl_table{
	display: table;
	width: 100%;
}
dl.dl_table dt, dl.dl_table dd {
	display: table-cell;
	vertical-align: top;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	width: 100%;
	height: 5rem;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #ffffff;
	align-items: center;
}
.global-header .header-left,
.global-header .header-right{
	display: flex;
	align-items: center;
}
.global-header .header-logo{
	padding: 1.25rem;
}
.global-header .header-logo img{
	max-width: 19.6875rem;
}
.global-header h1{
	display: inline-block;
	background: #2d325f;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	padding: 0.5rem 0.75rem;
}
.global-header .tel_btn li img{
	height: 5rem;
}
.global-header .reserve_btn{
	margin-right: 5.375rem;
}
.global-header .reserve_btn li img{
	height: 5rem;
}
@media only screen and (max-width: 1470px) {
	
}
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 4.0625rem;
	}
	.global-header .header-left{
		width: calc(100% - 4.0625rem);
	}
	.global-header .header-logo{
		width: 65%;
		max-width: 17.5rem;
		padding: 0.625rem;
	}
	.global-header .header-logo img{
		width: 100%;
		max-width: initial;
	}
	.global-header h1{
		font-size: 1rem;
		padding: 0.5rem 0.3125rem 0.5625rem 0.3125rem;
	}
	.global-header .tel_btn,
	.global-header .reserve_btn{
		display: none;
	}
}
@media only screen and (max-width: 339px) {
	.global-header h1{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav{
		height: 4.0625rem;
	}
	.global-header .header-logo{
		padding: 0.9375rem;
	}
	.global-header .header-logo img{
		max-width: 13.75rem;
	}
	.global-header h1{
		font-size: 1.125rem;
		padding: 0.9375rem 0.9375rem 0.875rem 0.9375rem;
	}
	.global-header .tel_btn,
	.global-header .reserve_btn{
		display: none;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-header .drawer-hamburger{
	display: block;
	width: 2.25rem;
	background-color: #333f68;
	z-index: 99999;
	padding: 1.9375rem 1.5625rem 2.1875rem 1.5625rem;
}
.drawer--right .global-header .drawer-hamburger,
.drawer--right.drawer-open .global-header .drawer-navbar .drawer-hamburger{
	right: 0;
}
.drawer--right .global-header .drawer-nav{
	overflow-x: hidden;
	overflow-y: auto;
}
.global-header .drawer-hamburger-icon,
.global-header .drawer-hamburger-icon::after,
.global-header .drawer-hamburger-icon::before{
	background-color: #ffffff;
	height: 0.25rem;
}
.drawer-open .global-header .drawer-hamburger-icon {
    background-color: transparent
}
.global-header .drawer-hamburger-icon:before{
    top: -0.9375rem;
}
.global-header .drawer-hamburger-icon:after{
    top: 0.9375rem;
}
.drawer-open .global-header .drawer-hamburger-icon:before{
    top: 0px;
}
.drawer-open .global-header .drawer-hamburger-icon:after{
    top: 0px;
}
.drawer--right.drawer-open .global-header .drawer-nav{
	right: 0;
}
.drawer--right .global-header .drawer-nav{
	position: fixed;
	display: block;
	background: #1b2340;
	top: 5rem;
	right: -36.875rem;
	width: 36.875rem;
	height: calc(100% - 5rem);
	padding: 3.125rem 2.5rem 2.5rem 2.5rem;
}
.global-header .drawer-nav .nav li{
	margin-bottom: 1.875rem;
}
.global-header .drawer-nav .nav li a{
	display: block;
	font-family: 'Shippori Mincho', serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
}
@media only screen and (max-width: 1024px){
	.global-header .drawer-hamburger{
		width: 2rem;
		padding: 1.4375rem 0.875rem 1.8125rem 0.875rem;
	}
	.global-header .drawer-hamburger-icon,
	.global-header .drawer-hamburger-icon::after,
	.global-header .drawer-hamburger-icon::before{
		height: 0.175rem;
	}
	.global-header .drawer-hamburger-icon:before{
	    top: -0.625rem;
	}
	.global-header .drawer-hamburger-icon:after{
	    top: 0.625rem;
	}
	.drawer-open .global-header .drawer-hamburger-icon:before{
	    top: 0px;
	}
	.drawer-open .global-header .drawer-hamburger-icon:after{
	    top: 0px;
	}
	.drawer--right .global-header .drawer-nav{
		top: 4.0625rem;
		height: calc(100% - 4.0625rem);
	}
}
@media only screen and (max-width: 767px) {
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		width: 100%;
		padding: 10% 5% 5% 8%;
	}
	.global-header .drawer-nav .nav li{
		margin-bottom: 5%;
	}
	.global-header .drawer-nav .nav li a{
		font-size: 4.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.drawer--right .global-header .drawer-nav{
		right: -60%;
		width: 60%;
		padding: 2.5rem;
	}
	.global-header .drawer-nav .nav li{
		margin-bottom: 1.25rem;
	}
	.global-header .drawer-nav .nav li a{
		font-size: 1.25rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
/**
/* 見出し CSS
----------------------------------------------- */
.grid-ttl{
	text-align: center;
}
.grid-ttl h2{
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.12em;
}
.grid-ttl .roma{
	font-family: 'Shippori Mincho', serif;
	color: #8e7755;
	font-size: 6.25rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.5625rem;
}
.grid-ttl .roma span{
	color: #746e64;
}
@media only screen and (max-width: 767px) {
	.grid-ttl h2{
		font-size: 1.25rem;
	}
	.grid-ttl .roma{
		font-size: 2.4375rem;
		margin-bottom: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.grid-ttl h2{
		font-size: 1.375rem;
	}
	.grid-ttl .roma{
		font-size: 4.25rem;
		margin-bottom: 1.25rem;
	}
}
/**
/* LP CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-guide{
	margin-top: 5rem;
}
.mv-guide .view-img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.mv-guide{
		margin-top: 5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-guide{
		margin-top: 5rem;
	}
}
/*　　症例一覧　　*/
.case-guide{
	background: url("../img/implant/case_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 4.6875rem 0 5.1875rem 0;
	margin-top: 12rem;
}
.case-guide .grid-ttl{
	margin-bottom: 3.375rem;
}
.case-guide .grid-ttl h2,
.case-guide .grid-ttl .roma{
	color: #ffffff;
}
.case-list .case-items{
	position: relative;
	background: #ffffff;
	padding: 2.5rem 3rem 2.8125rem 3rem;
}
.case-list .case-items:before,
.case-list .case-items:after{
	position: absolute;
	content: "";
	width: 70%;
	height: 70%;
	z-index: -1;
}
.case-list .case-items:before{
	background: rgba(162, 126, 74, 0.5);
	left: -1.25rem;
	top: -1.25rem;
}
.case-list .case-items:after{
	background: rgba(51, 44, 38, 0.5);
	right: -1.25rem;
	bottom: -1.25rem;
}
.case-list .case-items .no{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
	font-family: 'Shippori Mincho', serif;
	color: #7e776c;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 1.875rem;
}
.case-list .case-items .no span{
	font-size: 3.25rem;
}
.case-list .case-items .case-img{
	column-gap: 4rem;
}
.case-list .case-items .case-img li{
	position: relative;
	width: calc(50% - 2rem);
	text-align: center;
}
.case-list .case-items .case-img li span{
	position: relative;
	display: block;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 0.5rem 0.625rem;
	text-transform: uppercase;
}
.case-list .case-items .case-img li.before span{
	background: #bdbdbd;
}
.case-list .case-items .case-img li.after span{
	background: #a27e4a;
}
.case-list .case-items .case-img li span:after{
	position: absolute;
	bottom: -1.75rem;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.5625rem;
	height: 1rem;
	border: 1rem solid transparent;
	z-index: 2;
}
.case-list .case-items .case-img li.before span:after{
	border-top: 0.75rem solid #bdbdbd;
}
.case-list .case-items .case-img li.after span:after{
	border-top: 0.75rem solid #a27e4a;
}
.case-list .case-items .case-img li:first-child:after{
	background: url("../img/implant/arrow.png") no-repeat center;
	background-size: cover;
	content: "";
	position: absolute;
	right: -2.625rem;
	top: calc(50% - 0.75rem);
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	z-index: 1;
}
.case-list .case-items .case-img li img{
	width: 100%;
}
.case-list .case-items table{
	border: 1px solid #878583;
	margin-top: 2.1875rem;
}
.case-list .case-items table th,
.case-list .case-items table td{
	border-bottom: 1px solid #878583;
}
.case-list .case-items table th{
	background: #64615e;
	width: 12.25rem;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	padding: 1.25rem 1.25rem 1.25rem 1.5625rem;
}
.case-list .case-items table td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	padding: 1.25rem 1.25rem 1.25rem 1.5625rem;
}
.case-swiper{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
	background: #2d325f;
	width: 3.5rem;
	height: 3.5rem;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
	left: 19%;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
	right: 19%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
	border-bottom: 0.5rem solid transparent;
	border-right: 1rem solid #ffffff;
	border-top: 0.5rem solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
	border-bottom: 0.5rem solid transparent;
	border-left: 1rem solid #ffffff;
	border-top: 0.5rem solid transparent;
}
@media only screen and (max-width: 767px) {
	.case-guide{
		padding: 2.625rem 0 3.4375rem 0;
		margin-top: 2.5rem;
	}
	.case-guide .grid-ttl{
		margin-bottom: 1.25rem;
	}
	.case-list .case-items{
		padding: 1.25rem;
	}
	.case-list .case-items:before,
	.case-list .case-items:after{
		width: 70%;
		height: 40%;
	}
	.case-list .case-items:before{
		left: -0.5rem;
		top: -0.5rem;
	}
	.case-list .case-items:after{
		right: -0.5rem;
		bottom: -0.5rem;
	}
	.case-list .case-items .no{
		font-size: 2rem;
		margin-bottom: 1.875rem;
	}
	.case-list .case-items .no span{
		font-size: 3.25rem;
	}
	.case-list .case-items .case-img{
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 1.75rem;
	}
	.case-list .case-items .case-img li{
		width: 100%;
	}
	.case-list .case-items .case-img li span{
		font-size: 1.1875rem;
		padding: 0.5rem 0.625rem;
	}
	.case-list .case-items .case-img li span:after{
		bottom: -1.75rem;
		width: 1.5625rem;
		height: 1rem;
	}
	.case-list .case-items .case-img li.before span:after{
		border-top: 0.75rem solid #bdbdbd;
	}
	.case-list .case-items .case-img li.after span:after{
		border-top: 0.75rem solid #a27e4a;
	}
	.case-list .case-items .case-img li:first-child:after{
		background: url("../img/implant/sp_arrow.png") no-repeat center;
		background-size: cover;
		right: 50%;
		transform: translateX(50%);
		top: auto;
		bottom: -1.25rem;
		width: 0.75rem;
		height: 0.75rem;
	}
	.case-list .case-items table{
		margin-top: 1.25rem;
	}
	.case-list .case-items table th,
	.case-list .case-items table td{
		display: block;
	}
	.case-list .case-items table th{
		width: 100%;
		font-size: 1.125rem;
		text-align: center;
		padding: 0.625rem 1.5rem;
	}
	.case-list .case-items table td{
		font-size: 0.9375rem;
		padding: 0.625rem 1rem;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next,
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev{
		width: 2rem;
		height: 2rem;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next{
		left: 0.625rem;
	}
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev{
		right: 0.625rem;
	}
	.swiper-button-prev::after {
		border-bottom: 0.375rem solid transparent;
		border-right: 0.625rem solid #ffffff;
		border-top: 0.375rem solid transparent;
	}
	.swiper-button-next::after {
		border-bottom: 0.375rem solid transparent;
		border-left: 0.625rem solid #ffffff;
		border-top: 0.375rem solid transparent;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next{
		left: 8.5%;
	}
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev{
		right: 8.5%;
	}
}
/*　　選ばれる理由　　*/
.reason-guide .grid-ttl{
	text-align: left;
	padding: 6.25rem 0 3.75rem 0;
}
.reason-guide .grid-ttl h2 span{
	color: #8e7755;
	font-size: 3.5rem;
}
.reason-guide .reason-grid .no{
	display: flex;
	align-items: center;
	font-family: 'Shippori Mincho', serif;
	color: #8e7755;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
.reason-guide .reason-grid .no span{
	display: inline-block;
	font-size: 4.1875rem;
	margin-left: 0.8125rem;
}
.reason-guide .reason-grid h3{
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.reason-guide .reason-grid .text{
	font-size: 1.125rem;
	line-height: 1.95;
}
.reason-guide .reason01{
	background: url("../img/implant/reason01_bg.jpg") top center no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
}
.reason-guide .reason01 .flex_wrap{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.reason-guide .reason01 .imgArea{
	width: 50%;
	max-width: 49.375rem;
	margin-top: -2.5rem;
}
.reason-guide .reason01 .imgArea img{
	filter: drop-shadow(0.5rem 0px 2.6875rem rgba(0, 0, 0, 0.1));
}
.reason-guide .reason01 .contentArea{
	width: 45%;
	max-width: 45rem;
	padding: 4.625rem 3.125rem 0 0;
}
.reason-guide .reason01 h3{
	margin-bottom: 2.25rem;
}
.reason-guide .reason02{
	background: url("../img/implant/reason02_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 4.625rem 0;
}
.reason02 .reason-box{
	background: url("../img/implant/reason02_box.jpg") top center no-repeat;
	background-size: cover;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.25rem;
}
.reason02 .reason-box .box-inner{
	border: 2px solid #908a80;
	padding: 3.6rem 2.5rem 4rem 2.5rem;
}
.reason02 .reason-box .no{
	-webkit-justify-content: center;
    justify-content: center;
}
.reason02 .reason-box h3{
	text-align: center;
	margin-bottom: 3.125rem;
}
.reason-guide .reason-bg{
	background: url("../img/implant/reason_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 8.4375rem 0 6.5625rem 0;
}
.reason-guide .reason03-04{
	background:linear-gradient(transparent 15%, #d7d6d1 15%);
	width: 94%;
	max-width: 133.125rem;
	margin: 0 auto;
	padding: 0 3.125rem 3.5625rem 3.125rem;
	margin-bottom: 10rem;
}
.reason03-04 .reason-list .reason-items{
	width: 40%;
}
.reason03-04 .reason-list .reason-items:nth-child(2n){
	margin-top: -4.0625rem;
}
.reason03-04 .reason-list .reason-items .no{
	-webkit-justify-content: center;
    justify-content: center;
}
.reason03-04 .reason-list .reason-items h3{
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 1.6875rem;
}
.reason03-04 .reason-list .reason-items .imgArea{
	margin-bottom: 2.1875rem;
}
.reason-guide .reason05{
	background: #5f574b;
	width: 94%;
	max-width: 1500px;
	margin: 0 auto;
}
.reason05 .inner-wrap{
	align-items: center;
}
.reason05 .contentArea{
	width: 55%;
	padding: 3.75rem 0 3.75rem 0;
}
.reason05 .contentArea .no{
	color: #d0ccbb;
}
.reason05 .contentArea h3{
	color: #ffffff;
	margin-bottom: 2.5rem;
}
.reason05 .contentArea .text{
	color: #ffffff;
}
.reason05 .imgArea{
	width: 60%;
	padding-left: 3.125rem;
	margin: -4.6875rem 0;
	margin-right: -15%;
}
.reason05 .imgArea ul.flex{
	-webkit-justify-content: center;
	justify-content: flex-end;
	column-gap: 1.5rem;
	margin-left: 2.5rem;
	margin-top: 1.5rem;
}
.reason05 .imgArea ul.flex li{
	width: calc(50% - 0.75rem);
}
.reason05 .imgArea ul li img{
	filter: drop-shadow(0.5rem 0px 2.6875rem rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 767px) {
	.reason-guide .grid-ttl{
		padding: 2.75rem 0 9.375rem 0;
	}
	.reason-guide .grid-ttl .roma{
		margin-bottom: 1rem;
	}
	.reason-guide .grid-ttl h2 span{
		font-size: 2.1875rem;
	}
	.reason-guide .reason-grid .no{
		font-size: 1.3125rem;
		margin-bottom: 1rem;
	}
	.reason-guide .reason-grid .no span{
		font-size: 2.125rem;
		margin-left: 0.75rem;
	}
	.reason-guide .reason-grid h3{
		font-size: 1.5625rem;
	}
	.reason-guide .reason-grid .text{
		font-size: 0.9375rem;
		line-height: 1.95;
	}
	.reason-guide .reason01{
		padding-bottom: 2.5rem;
	}
	.reason-guide .reason01 .imgArea{
		width: 90%;
		margin-top: -8rem;
	}
	.reason-guide .reason01 .contentArea{
		width: 94%;
		max-width: 94%;
		padding: 1.75rem 3% 0 0;
	}
	.reason-guide .reason01 h3{
		margin-bottom: 1.25rem;
	}
	.reason-guide .reason02{
		padding: 1.75rem 0;
	}
	.reason02 .reason-box{
		padding: 0.5rem;
	}
	.reason02 .reason-box .box-inner{
		padding: 1.25rem;
	}
	.reason02 .reason-box h3{
		margin-bottom: 1.25rem;
	}
	.reason-guide .reason-bg{
		padding: 2.875rem 0 4.5625rem 0;
	}
	.reason-guide .reason03-04{
		width: 90%;
		background: linear-gradient(transparent 10%, #d7d6d1 10%);
		padding: 0 2.125rem 2.5625rem 2.125rem;
		margin-bottom: 2.25rem;
	}
	.reason03-04 .reason-list .reason-items{
		width: 100%;
	}
	.reason03-04 .reason-list .reason-items:nth-child(2n){
		margin-top: 2.5rem;
	}
	.reason03-04 .reason-list .reason-items h3{
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.reason03-04 .reason-list .reason-items .imgArea{
		width: 92%;
		margin: 0 auto;
		margin-bottom: 1.125rem;
	}
	.reason-guide .reason05{
		width: 90%;
	}
	.reason05 .contentArea{
		width: 100%;
		padding: 2.75rem 0.675rem 1.75rem 0.675rem;
	}
	.reason05 .contentArea h3{
		margin-bottom: 1.25rem;
	}
	.reason05 .imgArea{
		width: 100%;
		padding-left: 0;
		margin: 0 0 -2.6875rem -1.25rem;
	}
	.reason05 .imgArea ul.flex{
		column-gap: 0.625rem;
		margin-left: 1.5rem;
		margin-right: -2.5rem;
		margin-top: 0.875rem;
	}
	.reason05 .imgArea ul.flex li{
		width: calc(50% - -0.25rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.reason-guide .grid-ttl{
		padding: 5.25rem 0 2.75rem 0;
	}
	.reason-guide .grid-ttl h2 span{
		font-size: 2.5rem;
	}
	.reason-guide .reason-grid .no{
		font-size: 2.25rem;
		margin-bottom: 0.625rem;
	}
	.reason-guide .reason-grid .no span{
		font-size: 3.5rem;
		margin-left: 0.625rem;
	}
	.reason-guide .reason-grid h3{
		font-size: 1.875rem;
	}
	.reason-guide .reason-grid .text{
		font-size: 1rem;
	}
	.reason-guide .reason01{
		padding-bottom: 3rem;
	}
	.reason-guide .reason01 .imgArea{
		margin-top: -1.5rem;
	}
	.reason-guide .reason01 .contentArea{
		width: 46%;
		padding: 2.625rem 1.125rem 0 0;
	}
	.reason-guide .reason01 h3{
		margin-bottom: 1.5rem;
	}
	.reason-guide .reason02{
		padding: 3rem 0;
	}
	.reason02 .reason-box{
		padding: 1.125rem;
	}
	.reason02 .reason-box .box-inner{
		padding: 3rem 2rem;
	}
	.reason02 .reason-box h3{
		margin-bottom: 2.125rem;
	}
	.reason-guide .reason-bg{
		padding: 5.4375rem 0 4.5625rem 0;
	}
	.reason-guide .reason03-04{
		padding: 0 1.125rem 2.5625rem 1.125rem;
		margin-bottom: 5rem;
	}
	.reason03-04 .reason-list .reason-items{
		width: 46%;
	}
	.reason03-04 .reason-list .reason-items:nth-child(2n){
		margin-top: -2.0625rem;
	}
	.reason03-04 .reason-list .reason-items h3{
		font-size: 1.875rem;
		margin-bottom: 1.25rem;
	}
	.reason03-04 .reason-list .reason-items .imgArea{
		margin-bottom: 2.1875rem;
	}
	.reason05 .contentArea{
		width: 55%;
		padding: 2rem 0;
	}
	.reason05 .contentArea h3{
		margin-bottom: 1.5rem;
	}
	.reason05 .imgArea{
		width: 50%;
		padding-left: 1.5rem;
		margin: -4.6875rem 0;
		margin-right: -5%;
	}
	.reason05 .imgArea ul.flex{
		column-gap: 0.625rem;
		margin-left: 1.5rem;
		margin-top: 0.625rem;
	}
	.reason05 .imgArea ul.flex li{
		width: calc(50% - 0.375rem);
	}
}
/*　　インプラントを他院でお断りされた方　　*/
.about-guide{
	background: #f1f1f1;
}
.about-guide .grid-ttl{
	background: url("../img/implant/about-ttl_bg.png") top center no-repeat;
	background-size: cover;
	padding: 1.875rem 0 7.25rem 0;
}
.about-guide .grid-ttl .icon{
	margin-bottom: 1.3125rem;
}
.about-guide .grid-ttl .icon img{
	width: 4.25rem;
}
.about-guide .grid-ttl h2{
	color: #ffffff;
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
.about-guide .about-box{
	background: #ffffff;
	width: 90%;
	max-width: 1000px;
	margin: -4.375rem auto 2.625rem auto;
	padding: 3.125rem;
}
.about-guide .about-box .imgArea{
	margin-bottom: 3.125rem;
}
.about-guide .about-box h3{
	font-family: "Noto Serif JP", serif;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 2.9375rem;
}
.about-guide .about-box h3 .c-brown{
	color: #8e7755;
}
.about-guide .about-box h3 .marker{
	background:linear-gradient(transparent 50%, #e8dbc8 50%);
}
.about-guide .about-box .text{
	font-size: 1.125rem;
	line-height: 1.95;
}
@media only screen and (max-width: 767px) {
	.about-guide .grid-ttl{
		padding: 1.5rem 0;
	}
	.about-guide .grid-ttl .icon{
		margin-bottom: 0.375rem;
	}
	.about-guide .grid-ttl .icon img{
		width: 2.125rem;
	}
	.about-guide .grid-ttl h2{
		font-size: 1.5625rem;
	}
	.about-guide .about-box{
		width: 92%;
		margin: 1.5rem auto 1.25rem auto;
		padding: 1rem 0.75rem 1.25rem 0.75rem;
	}
	.about-guide .about-box .imgArea{
		margin-bottom: 1.25rem;
	}
	.about-guide .about-box h3{
		font-size: 1.125rem;
		margin-bottom: 1.75rem;
	}
	.about-guide .about-box .text{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-guide .grid-ttl{
		padding: 1.875rem 0 5.25rem 0;
	}
	.about-guide .grid-ttl .icon{
		margin-bottom: 0.625rem;
	}
	.about-guide .grid-ttl .icon img{
		width: 3.25rem;
	}
	.about-guide .grid-ttl h2{
		font-size: 2.125rem;
	}
	.about-guide .about-box{
		margin: -3.375rem auto 2.625rem auto;
		padding: 2rem;
	}
	.about-guide .about-box .imgArea{
		margin-bottom: 2.5rem;
	}
	.about-guide .about-box h3{
		font-size: 1.875rem;
		margin-bottom: 1.9375rem;
	}
	.about-guide .about-box .text{
		font-size: 1rem;
	}
}
/*　　このような方でも当院にお任せください　　*/
.about-bottom{
	background: url("../img/implant/about-btm_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 0 0 3.75rem 0;
}
.about-bottom h3{
	background: url("../img/implant/ttl-bg.png") bottom center no-repeat;
	background-size: cover;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 2.25rem 1.25rem 2.9375rem 1.25rem;
	margin-bottom: 2.6875rem;
}
.about-bottom .about-list{
	max-width: 1050px;
	margin: 0 auto;
	column-gap: 4.375rem;
}
.about-bottom .about-list dl{
	width: calc(50% - 2.1875rem);
}
.about-bottom .about-list dl dt{
	margin-bottom: 1.6875rem;
}
.about-bottom .about-list dl dd{
	font-size: 1.125rem;
	line-height: 1.95;
}
@media only screen and (max-width: 767px) {
	.about-bottom{
		padding: 0 0 2.25rem 0;
	}
	.about-bottom .inner-wrap{
		width: 100%;
	}
	.about-bottom h3{
		font-size: 1.375rem;
		padding: 1.0625rem 1rem 1.4375rem 1rem;
		margin-bottom: 1.75rem;
	}
	.about-bottom .about-list{
		width: 85%;
		column-gap: 0;
		row-gap: 1.75rem;
		margin: 0 auto;
	}
	.about-bottom .about-list dl{
		width: 100%;
	}
	.about-bottom .about-list dl dt{
		margin-bottom: 1rem;
	}
	.about-bottom .about-list dl dd{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-bottom{
		padding: 0 0 2.75rem 0;
	}
	.about-bottom h3{
		font-size: 1.85rem;
		padding: 1.25rem 1rem 1.9375rem 1rem;
		margin-bottom: 2rem;
	}
	.about-bottom .about-list{
		column-gap: 4rem;
	}
	.about-bottom .about-list dl{
		width: calc(50% - 2rem);
	}
	.about-bottom .about-list dl dt{
		margin-bottom: 1.25rem;
	}
	.about-bottom .about-list dl dd{
		font-size: 1rem;
	}
}
/*　　当院の特徴　　*/
.features-guide{
	padding: 6.25rem 0 5.4375rem 0;
}
.features-guide .grid-ttl{
	margin-bottom: 6.0625rem;
}
.features-guide .grid-ttl .roma{
	display: flex;
	align-items: center;
}
.features-guide .grid-ttl .roma::before,
.features-guide .grid-ttl .roma::after{
	background-color: #c4c2c2;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.features-guide .grid-ttl .roma::before{
  margin-right: 1.75rem;
}
.features-guide .grid-ttl .roma::after{
  margin-left: 1.75rem;
}
.features-list{
	column-gap: 5rem;
	row-gap: 5.875rem;
}
.features-list .features-items{
	width: calc(50% - 2.5rem);
}
.features-list .features-items .imgArea{
	position: relative;
	margin-bottom: 1.875rem;
}
.features-list .features-items .imgArea img{
	width: 100%;
	filter: drop-shadow(0.5rem 0px 2.6875rem rgba(0, 0, 0, 0.1));
}
.features-list .features-items .no{
	position: absolute;
	width: 5rem;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.features-list .features-items h3{
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-align: center;
	margin-bottom: 3.125rem;
}
.features-list .features-items h3::after{
	background-color: #c7b394;
	position: absolute;
	content: "";
	width: 7.5rem;
	height: 0.1875rem;
	bottom: -1.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.features-list .features-items .text{
	font-size: 1.125rem;
	line-height: 1.95;
}
@media only screen and (max-width: 767px) {
	.features-guide{
		padding: 2.75rem 0 3.25rem 0;
	}
	.features-guide .grid-ttl{
		margin-bottom: 3.25rem;
	}
	.features-guide .grid-ttl .roma{
		display: block;
		font-size: 2.75rem;
	}
	.features-guide .grid-ttl .roma::before,
	.features-guide .grid-ttl .roma::after{
		content: none;
	}
	.features-list{
		width: 90%;
		column-gap: 0;
		row-gap: 3.5rem;
		margin: 0 auto;
	}
	.features-list .features-items{
		width: 100%;
	}
	.features-list .features-items .imgArea{
		margin-bottom: 1.875rem;
	}
	.features-list .features-items .no{
		width: 3rem;
		top: -1.5rem;
	}
	.features-list .features-items h3{
		font-size: 1.25rem;
		margin-bottom: 1.75rem;
	}
	.features-list .features-items h3::after{
		width: 4.25rem;
		height: 0.1875rem;
		bottom: -0.75rem;
	}
	.features-list .features-items .text{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.features-guide{
		padding: 5.25rem 0 4.4375rem 0;
	}
	.features-guide .grid-ttl{
		margin-bottom: 4.5rem;
	}
	.features-list{
		column-gap: 3rem;
		row-gap: 4rem;
	}
	.features-list .features-items{
		width: calc(50% - 1.5rem);
	}
	.features-list .features-items .imgArea{
		margin-bottom: 1.5rem;
	}
	.features-list .features-items .no{
		width: 4rem;
		top: -2rem;
	}
	.features-list .features-items h3{
		font-size: 1.5rem;
		margin-bottom: 2.5rem;
	}
	.features-list .features-items h3::after{
		width: 5.5rem;
		bottom: -1.125rem;
	}
	.features-list .features-items .text{
		font-size: 1rem;
	}
}
/*　　歯を失った時の治療比較　　*/
.comparison-guide{
	background: url("../img/implant/comparison_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 5.375rem 0 4.5rem 0;
}
.comparison-guide .grid-ttl{
	margin-bottom: 2.375rem;
}
.comparison-guide .comparison-box{
	background: #ffffff;
	padding: 2.5rem 2.5rem 3.375rem 2.5rem;
}
.comparison-guide .comparison-tbl{
	width: 70rem;
	border-collapse: separate;
	border-spacing: 0.625rem 0;
}
.comparison-guide .comparison-tbl thead th{
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 1.25rem 0.9375rem;
}
.comparison-guide .comparison-tbl thead th:nth-child(2){
	background: #8e7755;
	width: 16.875rem;
}
.comparison-guide .comparison-tbl thead th:nth-child(3){
	background: #9c9a96;
	width: 16.875rem;
}
.comparison-guide .comparison-tbl thead th:nth-child(4){
	background: #9c9a96;
	width: 16.875rem;
}
.comparison-guide .comparison-tbl tbody th{
	background: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	border-bottom: 1px solid #c4c2c2;
	vertical-align: middle;
	padding: 1.25rem 1.5625rem;
}
.comparison-guide .comparison-tbl tbody th small{
	display: block;
	font-size: 0.9375rem;
}
.comparison-guide .comparison-tbl td{
	background: #f1f1f1;
	border-bottom: 1px solid #c4c2c2;
	text-align: center;
	vertical-align: middle;
	padding: 1.25rem 0.9375rem;
}
.comparison-guide .comparison-tbl td span{
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	margin-top: 0.625rem;
}
.comparison-guide .note{
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.12em;
	text-align: center;
	margin-top: 2rem;
}
.comparison-guide .text{
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.12em;
	text-align: center;
	margin-top: 3.875rem;
}
.comparison-guide .bg-text{
	font-family: "Noto Serif JP", serif;
	color: #8e7755;
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 1.48;
	letter-spacing: 0.12em;
	text-align: center;
	margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
	.comparison-guide{
		padding: 2.5rem 0 2.5rem 0;
	}
	.comparison-guide .grid-ttl{
		margin-bottom: 2rem;
	}
	.comparison-guide .comparison-box{
		padding: 1.875rem 1.25rem 2.5rem 1.25rem;
		margin: 0 -6%;
	}
	.comparison-guide .comparison-tbl{
		width: 50rem;
		border-spacing: 0.625rem 0;
	}
	.comparison-guide .comparison-tbl thead th{
		font-size: 1.25rem;
		padding: 1.25rem 0.9375rem;
	}
	.comparison-guide .comparison-tbl thead th:nth-child(2){
		width: 12.5rem;
	}
	.comparison-guide .comparison-tbl thead th:nth-child(3){
		width: 12.5rem;
	}
	.comparison-guide .comparison-tbl thead th:nth-child(4){
		width: 12.5rem;
	}
	.comparison-guide .comparison-tbl tbody th{
		font-size: 0.9375rem;
		padding: 1.25rem 1.5625rem;
	}
	.comparison-guide .comparison-tbl tbody th small{
		font-size: 0.75rem;
	}
	.comparison-guide .comparison-tbl td{
		padding: 1rem 0.9375rem;
	}
	.comparison-guide .comparison-tbl td img{
		width: 1.75rem;
	}
	.comparison-guide .comparison-tbl td span{
		font-size: 0.75rem;
		margin-top: 0.625rem;
	}
	.comparison-guide .note{
		font-size: 0.9375rem;
		text-align: left;
		margin-top: 1.75rem;
	}
	.comparison-guide .text{
		font-size: 0.9375rem;
		text-align: left;
		margin-top: 1.25rem;
	}
	.comparison-guide .bg-text{
		font-size: 1.1875rem;
		margin-top: 1.4375rem;
	}
}
/*　　メンテナンス　　*/
.maintenance-guide .grid-ttl{
	padding: 5.625rem 0 3.75rem 0;
}
.maintenance-guide .grid-ttl .roma{
	display: flex;
	align-items: center;
}
.maintenance-guide .grid-ttl .roma::before,
.maintenance-guide .grid-ttl .roma::after{
	background-color: #c4c2c2;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.maintenance-guide .grid-ttl .roma::before{
  margin-right: 1.75rem;
}
.maintenance-guide .grid-ttl .roma::after{
  margin-left: 1.75rem;
}
.maintenance-guide .maintenance-grid{
	background: url("../img/implant/maintenance_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 3.75rem 0;
}
.maintenance-grid h3{
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 4.0625rem;
}
.maintenance-grid .flex_wrap{
	align-items: flex-start;
}
.maintenance-grid .imgArea{
	position: relative;
	width: 45%;
}
.maintenance-grid .imgArea::after{
	content:'';
	position: absolute;
	top: -1.25rem;
	right: -1.25rem;
	width: 100%;
	height: 100%;
	border: 2px solid #c7b394;
}
.maintenance-grid .contentArea{
	width: 55%;
	padding: 0 1.5625rem 0 4rem;
}
.maintenance-grid .contentArea p{
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.95;
}
@media only screen and (max-width: 767px) {
	.maintenance-guide .grid-ttl{
		padding: 1.5rem 0 1.25rem 0;
	}
	.maintenance-guide .grid-ttl .roma{
		display: block;
		font-size: 2.3125rem;
		margin-bottom: 0.875rem;
	}
	.maintenance-guide .grid-ttl .roma::before,
	.maintenance-guide .grid-ttl .roma::after{
		content: none;
	}
	.maintenance-guide .maintenance-grid{
		padding: 3.75rem 0 1.75rem 0;
	}
	.maintenance-grid h3{
		font-size: 1.625rem;
		margin-bottom: 1.25rem;
	}
	.maintenance-grid .imgArea{
		width: 95%;
		margin: 0 auto 1.5rem auto;
	}
	.maintenance-grid .imgArea::after{
		top: -0.875rem;
		right: -0.875rem;
	}
	.maintenance-grid .contentArea{
		width: 100%;
		padding: 0;
	}
	.maintenance-grid .contentArea p{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.maintenance-guide .grid-ttl{
		padding: 3.625rem 0 2.5rem 0;
	}
	.maintenance-guide .grid-ttl .roma::before{
	  margin-right: 1.75rem;
	}
	.maintenance-guide .grid-ttl .roma::after{
	  margin-left: 1.75rem;
	}
	.maintenance-guide .maintenance-grid{
		padding: 3rem 0;
	}
	.maintenance-grid h3{
		font-size: 2.125rem;
		margin-bottom: 3.0625rem;
	}
	.maintenance-grid .imgArea::after{
		top: -1rem;
		right: -1rem;
	}
	.maintenance-grid .contentArea{
		padding: 0 0 0 3rem;
	}
	.maintenance-grid .contentArea p{
		font-size: 1rem;
	}
}
/*　　治療の流れ　　*/
.flow-guide{
	background: url("../img/implant/flow_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 7.25rem 0 6.25rem 0;
}
.flow-guide .grid-ttl{
	margin-bottom: 4.0625rem;
}
.flow-list .flow-items:not(:last-child){
	margin-bottom: 2.5rem;
}
.flow-list .flow-items .no{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: 'Shippori Mincho', serif;
	color: #5f574b;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}
.flow-list .flow-items:nth-child(even) .no{
	color: #423b31;
}
.flow-list .flow-items .no span{
	display: inline-block;
	font-size: 4.1875rem;
	margin-left: 0.8125rem;
}
.flow-list .flow-items .box{
	position: relative;
	background: #ffffff;
	padding: 1.25rem;
}
.flow-list .flow-items .box h3{
	position: absolute;
	width: 90%;
	max-width: 40.625rem;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.625rem;
}
.flow-list .flow-items:nth-child(odd) .box h3{
	background: url("../img/implant/flow_ttl1.png") top center no-repeat;
	background-size: cover;
}
.flow-list .flow-items:nth-child(even) .box h3{
	background: url("../img/implant/flow_ttl2.png") top center no-repeat;
	background-size: cover;
}
.flow-list .flow-items .box-inner{
	border: 1px solid #a27e4a;
	padding: 4.6875rem 1.875rem 1.875rem 1.875rem;
}
.flow-list .flow-items .imgArea{
	width: 28%;
}
.flow-list .flow-items .imgArea img{
	width: 100%;
}
.flow-list .flow-items .contentArea{
	width: 72%;
	padding-right: 1.625rem;
}
.flow-list .flow-items .contentArea p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.1;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		padding: 2.625rem 0 3rem 0;
	}
	.flow-guide .grid-ttl{
		margin-bottom: 1.4375rem;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 1.4375rem;
	}
	.flow-list .flow-items .no{
		font-size: 1.5625rem;
		margin-bottom: 0.75rem;
	}
	.flow-list .flow-items .no span{
		font-size: 2.5rem;
		margin-left: 0.4375rem;
	}
	.flow-list .flow-items .box{
		padding: 0.75rem;
	}
	.flow-list .flow-items .box h3{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 87%;
		height: 4.5rem;
		font-size: 1.25rem;
		padding: 0.625rem;
	}
	.flow-list .flow-items .box-inner{
		padding: 4.5rem 0.75rem 0.75rem 0.75rem;
	}
	.flow-list .flow-items .imgArea{
		width: 100%;
	}
	.flow-list .flow-items .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.25rem;
	}
	.flow-list .flow-items .contentArea p{
		font-size: 0.9375rem;
		line-height: 1.85;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide{
		padding: 5.25rem 0 4.25rem 0;
	}
	.flow-guide .grid-ttl{
		margin-bottom: 2.5rem;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.flow-list .flow-items .no{
		font-size: 2.25rem;
		margin-bottom: 0.625rem;
	}
	.flow-list .flow-items .no span{
		font-size: 3.5rem;
		margin-left: 0.625rem;
	}
	.flow-list .flow-items .box{
		padding: 1.125rem;
	}
	.flow-list .flow-items .box h3{
		max-width: 36.625rem;
		font-size: 1.5rem;
	}
	.flow-list .flow-items .box-inner{
		padding: 3.6875rem 1.5rem 1.5rem 1.5rem;
	}
	.flow-list .flow-items .imgArea{
		width: 30%;
	}
	.flow-list .flow-items .contentArea{
		width: 70%;
		padding-right: 1.25rem;
	}
	.flow-list .flow-items .contentArea p{
		font-size: 1rem;
	}
}
/*　　よくある質問　　*/
.bg-guide{
	background: url("../img/implant/bg.jpg") top center no-repeat;
	background-size: cover;
}
.faq-guide{
	padding: 7.1875rem 0 4.375rem 0;
}
.faq-guide .grid-ttl{
	margin-bottom: 2.5rem;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 1.25rem;
}
.faq-guide .faq-list .faq-items .question dt,
.faq-guide .faq-list .faq-items .answer dt{
	width: 2.0625rem;
	font-family: 'Shippori Mincho', serif;
	font-size: 2.0625rem;
	font-weight: 500;
	line-height: 1;
}
.faq-guide .faq-list .faq-items .question dd,
.faq-guide .faq-list .faq-items .answer dd{
	width: calc(100% - 2.0625rem);
}
.faq-list .faq-items .question{
	position: relative;
	background: #746e64;
	padding: 0 1.3125rem 0 0.9375rem;
}
.faq-list .faq-items .question::after{
	display: inline-block;
	color: #ffffff;
	font-size: 1.5rem;
	content:'+';
	position: absolute;
	top: 0.5625rem;
	right: 1.3125rem;
}
.faq-list .faq-items .question.open::after{
	content:'−';
}
.faq-guide .faq-list .faq-items .question dt{
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.faq-guide .faq-list .faq-items .question dd{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	padding: 0.9375rem 1.625rem 0.9375rem 0.9375rem;
}
.faq-guide .faq-list .faq-items .answer{
	background: #f2f1ee;
	padding: 0.625rem 1.6875rem 1.625rem 0.9375rem;
}
.faq-guide .faq-list .faq-items .answer dl{
	align-items: baseline;
}
.faq-guide .faq-list .faq-items .answer dt{
	color: #8e7755;
}
.faq-guide .faq-list .faq-items .answer dd{
	color: #575757;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.12em;
	padding: 0 0 0 0.9375rem;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 2.5rem 0 2.5rem 0;
	}
	.faq-guide .grid-ttl{
		margin-bottom: 1.5rem;
	}
	.faq-guide .faq-list{
		margin: 0 -6%;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 0.75rem;
	}
	.faq-guide .faq-list .faq-items .question dt,
	.faq-guide .faq-list .faq-items .answer dt{
		width: 1.125rem;
		font-size: 1.125rem;
		padding: 0.625rem 0;
	}
	.faq-guide .faq-list .faq-items .question dd,
	.faq-guide .faq-list .faq-items .answer dd{
		width: calc(100% - 1.125rem);
	}
	.faq-list .faq-items .question{
		padding: 0 0.625rem 0 0.875rem;
	}
	.faq-list .faq-items .question::after{
		font-size: 1.25rem;
		top: 0.375rem;
		right: 0.875rem;
	}
	.faq-guide .faq-list .faq-items .question dd{
		font-size: 1rem;
		padding: 0.625rem 1.625rem 0.625rem 0.375rem;
	}
	.faq-guide .faq-list .faq-items .answer{
		padding: 0.375rem 1rem 1rem 0.875rem;
	}
	.faq-guide .faq-list .faq-items .answer dd{
		font-size: 0.9375rem;
		line-height: 1.65;
		padding: 0 0 0 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.faq-guide{
		padding: 5.1875rem 0 3.375rem 0;
	}
}
/*　　料 金　　*/
.fee-guide{
	padding: 3.75rem 0 9.375rem 0;
}
.fee-guide .grid-ttl{
	margin-bottom: 2.5rem;
}
.fee-guide .ttl{
	background: #f6f6f6;
	padding: 0.625rem;
	margin-bottom: 2.5rem;
}
.fee-guide .ttl h3{
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	border: 1px solid #b5afa5;
	padding: 0.625rem;
}
.fee-guide .ttl h3::before,
.fee-guide .ttl h3::after{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1.1875rem;
}
.fee-guide .ttl h3::before{
	background: url("../img/implant/ttl-l.png") center no-repeat;
	background-size: cover;
	left: 0;
}
.fee-guide .ttl h3::after{
	background: url("../img/implant/ttl-r.png") center no-repeat;
	background-size: cover;
	right: 0;
}
.fee-grid .fee-list{
	max-width: 900px;
	margin: 0 auto;
}
.fee-list .fee-items{
	margin-bottom: 3rem;
}
.fee-list .fee-items h3{
	background: #746e64;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 0.625rem;
	margin-bottom: 1.875rem;
}
.fee-list .fee-items h3::before,
.fee-list .fee-items h3::after {
	background-color: #c4c2c2;
	content: "";
	height: 1px;
	width: 6.875rem;
}
.fee-list .fee-items:nth-child(2) h3::before,
.fee-list .fee-items:nth-child(2) h3::after {
	width: 5.5rem;
}
.fee-list .fee-items:nth-child(3) h3::before,
.fee-list .fee-items:nth-child(3) h3::after {
	width: 10rem;
}
.fee-list .fee-items h3::before {
	margin-right: 1.5625rem;
}
.fee-list .fee-items h3::after {
	margin-left: 1.5625rem;
}
.fee-tbl table{
	background: #f6f6f6;
}
.fee-tbl table th,
.fee-tbl table td{
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
}
.fee-tbl table th{
	background: #e1e0de;
	padding: 0.6875rem 1.25rem;
	border: 1px solid #e1e0de;
}
.fee-tbl table th:first-child{
	padding: 0.6875rem 0.9375rem 0.6875rem 1.75rem;
}
.fee-tbl table td{
	background: #f6f6f6;
	padding: 1.0625rem 1.25rem;
	border-bottom: 1px solid #c4c2c2;
}
.fee-tbl table td:first-child{
	padding: 1.0625rem 0.9375rem 1.0625rem 1.75rem;
	border-left: 1px solid #c4c2c2;
}
.fee-tbl table td:last-child{
	border-right: 1px solid #c4c2c2;
}
.fee-tbl table th.part,
.fee-tbl table td.part{
	width: 12rem;
}
.fee-tbl table th.detail,
.fee-tbl table td.detail{
	width: 24rem;
}
.fee-tbl table th.price,
.fee-tbl table td.price{
	width: 9rem;
}
.fee-grid .note{
	font-size: 1rem;
	line-height: 1.68;
	text-align: center;
}
.fee-guide .payment-grid{
	margin-top: 4.375rem;
}
.payment-grid .text{
	font-family: "Noto Serif JP", serif;
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 2.625rem;
}
.payment-grid .payment-list{
	column-gap: 2.0625rem;
}
.payment-grid .payment-list li{
	max-width: calc(33.3333% - 1.375rem);
}
@media only screen and (max-width: 767px) {
	.fee-guide{
		padding: 1.75rem 0 3.75rem 0;
	}
	.fee-guide .grid-ttl{
		margin-bottom: 1rem;
	}
	.fee-guide .ttl{
		padding: 0.3125rem;
		margin-bottom: 1.5rem;
	}
	.fee-guide .ttl h3{
		font-size: 1.25rem;
		padding: 0.5rem;
	}
	.fee-guide .ttl h3::before,
	.fee-guide .ttl h3::after{
		width: 1.1875rem;
	}
	.fee-list .fee-items{
		margin-bottom: 2.1875rem;
	}
	.fee-list .fee-items h3{
		font-size: 1.25rem;
		padding: 0.625rem;
		margin-bottom: 0.875rem;
	}
	.fee-list .fee-items h3::before,
	.fee-list .fee-items h3::after {
		content: none;
	}
	.fee-tbl table{
		margin-top: 0.5rem;
	}
	.fee-tbl table th,
	.fee-tbl table td{
		font-size: 0.9375rem;
	}
	.fee-tbl table th{
		width: 6.25rem;
		border-bottom: 1px solid #c4c2c2;
		padding: 0.75rem;
	}
	.fee-tbl table tr:last-child th{
		border-bottom: 1px solid #e1e0de;
	}
	.fee-tbl table th:first-child{
		padding: 0.75rem;
	}
	.fee-tbl table td{
		padding: 0.75rem 1.25rem;
	}
	.fee-tbl table td:first-child{
		padding: 0.75rem 1.25rem;
	}
	.fee-tbl table tr:first-child td{
		border-top: 1px solid #c4c2c2;
	}
	.fee-grid .note{
		font-size: 0.9375rem;
		text-align: left;
	}
	.fee-guide .payment-grid{
		margin-top: 2.5rem;
	}
	.payment-grid .text{
		font-size: 1.125rem;
		margin-bottom: 1.75rem;
	}
	.payment-grid .payment-list{
		column-gap: 1rem;
	}
	.payment-grid .payment-list li{
		max-width: calc(33.3333% - 0.7rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.fee-guide{
		padding: 3.75rem 0 5.375rem 0;
	}
	.fee-guide .grid-ttl{
		margin-bottom: 2rem;
	}
	.fee-guide .ttl{
		margin-bottom: 2rem;
	}
	.fee-guide .ttl h3{
		font-size: 1.875rem;
	}
	.fee-guide .ttl h3::before,
	.fee-guide .ttl h3::after{
		width: 1.1875rem;
	}
	.fee-list .fee-items{
		margin-bottom: 2rem;
	}
	.fee-list .fee-items h3{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.fee-tbl table th,
	.fee-tbl table td{
		font-size: 1.125rem;
	}
	.fee-tbl table th.part,
	.fee-tbl table td.part{
		width: 10rem;
	}
	.fee-tbl table th.price,
	.fee-tbl table td.price{
		width: 9rem;
	}
	.fee-guide .payment-grid{
		margin-top: 3.375rem;
	}
	.payment-grid .text{
		font-size: 1.25rem;
		margin-bottom: 2.5rem;
	}
}
/*　　歯科医師紹介　　*/
.dentist-guide{
	background: url("../img/implant/dentist_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 6.25rem 0 6rem 0;
}
.dentist-guide .grid-ttl{
	margin-bottom: 3.125rem;
}
.dentist-list .dentist-items{
	background: #ffffff;
	align-items: center;
	padding: 1.5625rem;
	box-shadow: 0 0 1.5rem rgb(47, 44, 38, 0.17);
}
.dentist-list .dentist-items:not(:last-child){
	margin-bottom: 2.1875rem;
}
.dentist-list .dentist-items .imgArea{
	width: 32%;
}
.dentist-list .dentist-items .contentArea{
	width: 68%;
	padding-left: 2.375rem;
}
.dentist-list .dentist-items .post{
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.05em;
	margin-bottom: 1.1875rem;
}
.dentist-list .dentist-items .name{
	display: flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.05em;
	margin-bottom: 2.1875rem;
}
.dentist-list .dentist-items .name span{
	color: #8e7755;
	font-size: 1.125rem;
	margin-left: 1.25rem;
}
.dentist-list .dentist-items .biography h4{
	display: flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.05em;
	margin-bottom: 1.5625rem;
}
.dentist-list .dentist-items .biography h4::after{
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #c4c2c2;
	margin-left: 1.25rem;
}
.dentist-list .dentist-items .biography ul li{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
}
.dentist-list .dentist-items .biography ul li + li{
	margin-top: 0.8125rem;
}
.dentist-list .dentist-items .link{
    margin-top: 1.875rem;
}
.dentist-list .dentist-items .link li{
	display: inline-block;
}
.dentist-list .dentist-items .link a{
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.35;
	padding-left: 2.5rem;
}
.dentist-list .dentist-items .link a::before,
.dentist-list .dentist-items .link a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.dentist-list .dentist-items .link a::before{
	width: 1.5rem;
	height: 1.5rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #8e7755;
}
.dentist-list .dentist-items .link a::after{
	left: 0.625rem;
	box-sizing: border-box;
	width: 0.625rem;
	height: 0.5rem;
	border: 0.25rem solid transparent;
	border-left: 0.375rem solid #fff;
}
@media only screen and (max-width: 767px) {
	.dentist-guide{
		padding: 2.875rem 0 2.875rem 0;
	}
	.dentist-guide .grid-ttl{
		margin-bottom: 1.5rem;
	}
	.dentist-list .dentist-items{
		padding: 0.75rem;
	}
	.dentist-list .dentist-items:not(:last-child){
		margin-bottom: 1rem;
	}
	.dentist-list .dentist-items .imgArea{
		width: 100%;
	}
	.dentist-list .dentist-items .contentArea{
		width: 100%;
		padding: 1.5rem 0.75rem;
	}
	.dentist-list .dentist-items .post{
		font-size: 1.125rem;
		margin-bottom: 0.75rem;
	}
	.dentist-list .dentist-items .name{
		font-size: 1.75rem;
		margin-bottom: 1.4375rem;
	}
	.dentist-list .dentist-items .name span{
		font-size: 0.9375rem;
	}
	.dentist-list .dentist-items .biography h4{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.dentist-list .dentist-items .biography h4::after{
		margin-left: 1.25rem;
	}
	.dentist-list .dentist-items .biography ul li{
		font-size: 0.9375rem;
	}
	.dentist-list .dentist-items .biography ul li + li{
		margin-top: 0.375rem;
	}
	.dentist-list .dentist-items .link{
	    text-align: center;
	    margin-top: 1.25rem;
	}
	.dentist-list .dentist-items .link a{
		font-size: 1.0625rem;
		padding-left: 2rem;
	}
	.dentist-list .dentist-items .link a::before{
		width: 1.25rem;
		height: 1.25rem;
	}
	.dentist-list .dentist-items .link a::after{
		left: 0.5rem;
		width: 0.5rem;
		height: 0.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.dentist-guide{
		padding: 4.25rem 0 4rem 0;
	}
	.dentist-guide .grid-ttl{
		margin-bottom: 2.5rem;
	}
	.dentist-list .dentist-items{
		padding: 1.5625rem;
	}
	.dentist-list .dentist-items:not(:last-child){
		margin-bottom: 1.875rem;
	}
	.dentist-list .dentist-items .post{
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
	.dentist-list .dentist-items .name{
		font-size: 1.875rem;
		margin-bottom: 1.1875rem;
	}
	.dentist-list .dentist-items .name span{
		font-size: 1rem;
		margin-left: 1.25rem;
	}
	.dentist-list .dentist-items .biography h4{
		margin-bottom: 1rem;
	}
	.dentist-list .dentist-items .biography h4::after{
		margin-left: 1.25rem;
	}
	.dentist-list .dentist-items .biography ul li + li{
		margin-top: 0.375rem;
	}
	.dentist-list .dentist-items .link{
	    margin-top: 1.25rem;
	}
}
/*　　院長ごあいさつ　　*/
.greeting-guide{
	padding: 10rem 0 0 0;
}
.greeting-guide .greeting-items{
	background: #423b31;
	align-items: flex-start;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-bottom: 4.1875rem;
}
.greeting-guide .greeting-items .contentArea{
	width: 65%;
	max-width: 940px;
	border: 0.3125rem solid #a27e4a;
	padding: 7.375rem 3.25rem 3.5625rem 3.25rem;
	margin-right: -3%;
	margin-top: -2.75rem;
}
.greeting-guide .greeting-items .grid-ttl{
	text-align: left;
	margin-bottom: 4.1875rem;
}
.greeting-guide .greeting-items .grid-ttl h2{
	color: #ffffff;
}
.greeting-guide .greeting-items .grid-ttl .roma{
	color: #c5aa81;
}
.greeting-guide .greeting-items .comment{
	padding-right: 4.625rem;
}
.greeting-guide .greeting-items .comment p{
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.77;
}
.greeting-guide .greeting-items .imgArea{
	width: 35%;
	max-width: 664px;
	margin-top: -5.8125rem;
}
.greeting-guide .greeting-items .imgArea img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.greeting-guide{
		padding: 5rem 0 0 0;
	}
	.greeting-guide .greeting-items{
		padding-bottom: 1.75rem;
	}
	.greeting-guide .greeting-items .contentArea{
		width: 94%;
		border: 0.15625rem solid #a27e4a;
		padding: 12.375rem 1.5rem 1.75rem 1.5rem;
		margin-right: 3%;
		margin-top: -1.75rem;
	}
	.greeting-guide .greeting-items .grid-ttl{
		margin-bottom: 1.75rem;
	}
	.greeting-guide .greeting-items .comment{
		padding-right: 0;
	}
	.greeting-guide .greeting-items .comment p{
		font-size: 0.9375rem;
	}
	.greeting-guide .greeting-items .imgArea{
		width: 90%;
		max-width: 100%;
		margin-top: -13.8125rem;
		margin-bottom: 1.75rem;
		margin-left: auto;
		margin-right: -2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.greeting-guide{
		padding: 8rem 0 0 0;
	}
	.greeting-guide .greeting-items .contentArea{
		padding: 4.375rem 1.5rem 2.5625rem 1.5rem;
		margin-top: -1.75rem;
	}
	.greeting-guide .greeting-items .grid-ttl{
		margin-bottom: 2.1875rem;
	}
	.greeting-guide .greeting-items .comment{
		padding-right: 1.625rem;
	}
	.greeting-guide .greeting-items .comment p{
		font-size: 1rem;
	}
	.greeting-guide .greeting-items .imgArea{
		margin-top: -4.8125rem;
	}
}
/*　　医院ギャラリー　　*/
.gallery-guide{
	padding: 4.375rem 0;
}
.gallery-guide .clinic-gallery{
	column-gap: 2.75rem;
	row-gap: 1.6875rem;
}
.gallery-guide .clinic-gallery li{
	width: calc(33.3333% - 1.875rem);
}
.gallery-guide .clinic-gallery li img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.gallery-guide{
		padding: 2rem 0 2.25rem 0;
	}
	.gallery-guide .clinic-gallery{
		column-gap: 0.8125rem;
		row-gap: 0.8125rem;
	}
	.gallery-guide .clinic-gallery li{
		width: calc(50% - 0.40625rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.gallery-guide{
		padding: 3.375rem 0;
	}
	.gallery-guide .clinic-gallery{
		column-gap: 1.75rem;
		row-gap: 1.6875rem;
	}
	.gallery-guide .clinic-gallery li{
		width: calc(33.3333% - 1.25rem);
	}
}
/*　　クリニック情報　　*/
.clinicinfo-guide{
	background: url("../img/implant/info_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 5.625rem 0 6.25rem 0;
}
.clinicinfo-guide .grid-ttl{
	margin-bottom: 3.3125rem;
}
.clinicinfo-guide .clinic-detail{
	width: 45%;
}
.clinicinfo-guide .clinic-detail .logo{
	margin-bottom: 1.875rem;
}
.clinicinfo-guide .clinic-detail .logo img{
	width: 19.6875rem;
}
.clinicinfo-guide .clinic-detail .address{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.12em;
	margin-bottom: 0.625rem;
}
.clinicinfo-guide .clinic-detail .tel{
	font-family: 'Shippori Mincho', serif;
	color: #333333;
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1;
	font-style: italic;
}
.clinicinfo-guide .clinic-detail .tel a{
	color: #333333;
}
.clinicinfo-guide .clinic-detail .tel span{
	display: inline-block;
	font-size: 1.375rem;
	margin-right: 1.25rem;
}
.clinicinfo-guide .clinic-detail .hours-tbl{
	margin-top: 2rem;
}
.clinicinfo-guide .clinic-detail .hours-tbl table{
	border-top: 2px solid #797979;
	border-bottom: 2px solid #797979;
}
.clinicinfo-guide .clinic-detail .hours-tbl table th,
.clinicinfo-guide .clinic-detail .hours-tbl table td{
	border-bottom: 1px solid #797979;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	padding: 0.9375rem 0.625rem;
}
.clinicinfo-guide .clinic-detail .hours-tbl table tr:first-child th,
.clinicinfo-guide .clinic-detail .hours-tbl table tr:first-child td{
	padding: 0.8125rem 0.625rem;
}
.clinicinfo-guide .clinic-detail .hours-tbl table tr:first-child th:first-child{
	font-size: 1.125rem;
	letter-spacing: 0.12em;
}
.clinicinfo-guide .clinic-detail .hours-tbl table th:first-child{
	width: 9.375rem;
}
.clinicinfo-guide .clinic-detail .hours-tbl .note{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.12em;
	margin-top: 1.1875rem;
}
.clinicinfo-guide .clinic-map{
	position: relative;
	width: 50%;
	line-height: 0;
}
.clinicinfo-guide .clinic-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clinicinfo-guide .access-box{
	background: #f6f6f6;
	padding: 1.875rem 0;
	margin-top: 2.8125rem;
}
.clinicinfo-guide .access-box dl{
	width: 49%;
	align-items: center;
}
.clinicinfo-guide .access-box dl dt{
	width: 3.125rem;
}
.clinicinfo-guide .access-box dl dd{
	width: calc(100% - 3.125rem);
	color: #393029;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.12em;
	padding-left: 0.9375rem;
}
.clinicinfo-guide .official_btn{
	text-align: center;
	margin-top: 3.125rem;
}
.clinicinfo-guide .official_btn li{
	display: inline-block;
	width: 90%;
	max-width: 766px;
}
@media only screen and (max-width: 767px) {
	.clinicinfo-guide{
		padding: 3.25rem 0 3.5rem 0;
	}
	.clinicinfo-guide .grid-ttl{
		margin-bottom: 2.25rem;
	}
	.clinicinfo-guide .clinic-detail{
		width: 100%;
	}
	.clinicinfo-guide .clinic-detail .logo{
		text-align: center;
		margin-bottom: 1.75rem;
	}
	.clinicinfo-guide .clinic-detail .logo img{
		width: 17.1875rem;
	}
	.clinicinfo-guide .clinic-detail .address{
		font-size: 0.875rem;
		text-align: center;
		margin-bottom: 0.75rem;
	}
	.clinicinfo-guide .clinic-detail .tel{
		font-size: 1.6875rem;
		text-align: center;
	}
	.clinicinfo-guide .clinic-detail .tel span{
		font-size: 1.0625rem;
		margin-right: 0.625rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl{
		margin-top: 1.5rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl table th,
	.clinicinfo-guide .clinic-detail .hours-tbl table td{
		font-size: 0.8125rem;
		padding: 0.9375rem 0.625rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl table tr:first-child th,
	.clinicinfo-guide .clinic-detail .hours-tbl table tr:first-child td{
		padding: 0.625rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl table tr:first-child th:first-child{
		font-size: 0.9375rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl table th:first-child{
		width: 6.375rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl .note{
		font-size: 0.875rem;
		margin-top: 1rem;
	}
	.clinicinfo-guide .clinic-map{
		width: 100%;
		margin-top: 1.5rem;
	}
	.clinicinfo-guide .clinic-map iframe{
		position: relative;
		height: 22.875rem;
	}
	.clinicinfo-guide .access-box{
		padding: 1.25rem 0.875rem;
		margin-top: 1rem;
	}
	.clinicinfo-guide .access-box .inner{
		width: 100%;
	}
	.clinicinfo-guide .access-box dl{
		width: 100%;
	}
	.clinicinfo-guide .access-box dl + dl{
		margin-top: 0.875rem;
	}
	.clinicinfo-guide .access-box dl dt{
		width: 2.25rem;
	}
	.clinicinfo-guide .access-box dl dd{
		width: calc(100% - 2.25rem);
		font-size: 0.875rem;
		padding-left: 0.5rem;
	}
	.clinicinfo-guide .official_btn{
		margin-top: 2.25rem;
	}
	.clinicinfo-guide .official_btn li{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.clinicinfo-guide{
		padding: 4rem 0 4.25rem 0;
	}
	.clinicinfo-guide .grid-ttl{
		margin-bottom: 2.3125rem;
	}
	.clinicinfo-guide .clinic-detail{
		width: 47%;
	}
	.clinicinfo-guide .clinic-detail .logo{
		margin-bottom: 1.5rem;
	}
	.clinicinfo-guide .clinic-detail .tel span{
		margin-right: 1rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl{
		margin-top: 1.5rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl table th,
	.clinicinfo-guide .clinic-detail .hours-tbl table td{
		font-size: 1rem;
		padding: 0.9375rem 0.625rem;
	}
	.clinicinfo-guide .clinic-detail .hours-tbl table th:first-child{
		width: 9.375rem;
	}
	.clinicinfo-guide .access-box{
		padding: 1.25rem 0;
		margin-top: 1.8125rem;
	}
	.clinicinfo-guide .access-box dl{
		width: 49%;
	}
	.clinicinfo-guide .official_btn{
		margin-top: 2.125rem;
	}
}
/*　　ご予約はこちら　　*/
.reserve-guide{
	background: url("../img/implant/reserve_bg.jpg") center no-repeat;
	background-size: cover;
	padding: 3.625rem 0 1.875rem 0;
}
.reserve-guide .inner{
	max-width: 1000px;
}
.reserve-guide .grid-ttl{
	margin-bottom: 2rem;
}
.reserve-guide .grid-ttl .roma,
.reserve-guide .grid-ttl h2{
	color: #ffffff;
}
.reserve-guide .grid-ttl .roma span{
	color: #e1cfb2;
}
.reserve-guide .trouble-box{
	position: relative;
	background: #ffffff;
	margin-bottom: 1.5rem;
}
.reserve-guide .trouble-box .icon{
	position: absolute;
	width: 9.4375rem;
	top: -4.625rem;
	left: -4.625rem;
}
.reserve-guide .trouble-box .icon img{
	filter: drop-shadow(0.3125rem 0px 0.625rem rgba(0, 0, 0, 0.2));
}
.reserve-guide .trouble-box .trouble-list{
	padding: 1.9375rem 5rem 2.1875rem 5rem;
}
.reserve-guide .trouble-box .trouble-list ul{
	width: 46%;
}
.reserve-guide .trouble-box .trouble-list ul li{
	position: relative;
	color: #2d325f;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 2.8125rem;
}
.reserve-guide .trouble-box .trouble-list ul li + li{
	margin-top: 0.9375rem;
}
.reserve-guide .trouble-box .trouble-list ul li::before{
	background: url("../img/implant/check.jpg") top center no-repeat;
	background-size: cover;
	content:'';
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 0;
	left: 0;
}
.reserve-guide .trouble-box .bottom-text{
	background: #c5aa80;
	font-family: "Noto Serif JP", serif;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0.625rem;
}
.reserve-guide .bg-text{
	text-align: center;
	margin-bottom: 1.5rem;
}
.reserve-guide .bg-text p{
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-align: left;
}
.reserve-guide .bg-text p span{
	color: #e1cfb2;
}
.reserve-guide .reserve_btn{
	column-gap: 2.5rem;
}
.reserve-guide .reserve_btn li{
	width: calc(50% - 1.25rem);
}
.reserve-guide .note{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 0.9375rem;
}
@media only screen and (max-width: 767px) {
	.reserve-guide{
		padding: 2.375rem 0 2rem 0;
	}
	.reserve-guide .grid-ttl{
		margin-bottom: 3rem;
	}
	.reserve-guide .trouble-box{
		margin-bottom: 1.25rem;
	}
	.reserve-guide .trouble-box .icon{
		width: 21.375rem;
		top: -1.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.reserve-guide .trouble-box .trouble-list{
		padding: 3.125rem 0.75rem 0.75rem 0.75rem;
	}
	.reserve-guide .trouble-box .trouble-list ul{
		width: 100%;
	}
	.reserve-guide .trouble-box .trouble-list ul + ul{
		margin-top: 0.9375rem;
	}
	.reserve-guide .trouble-box .trouble-list ul li{
		font-size: 1.0625rem;
		padding-left: 2rem;
	}
	.reserve-guide .trouble-box .trouble-list ul li::before{
		width: 1.4375rem;
		height: 1.4375rem;
	}
	.reserve-guide .trouble-box .bottom-text{
		font-size: 1.25rem;
		padding: 0.625rem 1rem;
	}
	.reserve-guide .bg-text{
		margin-bottom: 1.5rem;
	}
	.reserve-guide .bg-text p{
		font-size: 1.5625rem;
	}
	.reserve-guide .reserve_btn{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.reserve-guide .reserve_btn li{
		width: 100%;
	}
	.reserve-guide .note{
		margin-top: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.reserve-guide{
		padding: 3.25rem 0 1.85rem 0;
	}
	.reserve-guide .grid-ttl{
		margin-bottom: 2rem;
	}
	.reserve-guide .trouble-box .icon{
		width: 8rem;
		top: -5.625rem;
		left: -2.625rem;
	}
	.reserve-guide .trouble-box .trouble-list{
		padding: 2.9375rem 2rem 2rem 2rem;
	}
	.reserve-guide .trouble-box .trouble-list ul{
		width: 48%;
	}
	.reserve-guide .trouble-box .trouble-list ul li{
		font-size: 1.25rem;
		padding-left: 2.375rem;
	}
	.reserve-guide .trouble-box .trouble-list ul li + li{
		margin-top: 0.9375rem;
	}
	.reserve-guide .trouble-box .trouble-list ul li::before{
		width: 1.5rem;
		height: 1.5rem;
	}
	.reserve-guide .trouble-box .bottom-text{
		font-size: 1.5rem;
	}
	.reserve-guide .bg-text p{
		font-size: 1.75rem;
	}
	.reserve-guide .reserve_btn{
		column-gap: 2rem;
	}
	.reserve-guide .reserve_btn li{
		width: calc(50% - 1rem);
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	.footer{
		padding-bottom: 19%;
	}
	.footer-bar{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar .footer-bar-item{
		width: 50%;
	}
	.footer-bar .footer-bar-item a{
		display: block;
	}
}
