@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	/*16px × 62.5% = 10px*/
}

body {
	font-family: 'Noto Serif JP', serif;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.8;
}

a {
	color: #444;
	transition: opacity 0.3s 0s ease;
}

a:hover {
	opacity: 0.7;
}

img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}

main.underlayer h1 {
	font-size: 5.2rem;
	color: #a38a66;
	line-height: 1.3;
}

h2 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4;
}

h2.line {
	width: 872px;
	border-bottom: 1px solid #dddddd;
	padding: 20px;
	margin: 0 auto 40px;
}

main.underlayer h2 {
	color: #757575;
	text-align: center;
}

h3 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.line_f {
	font-size: 2rem;
	position: relative;
	margin-bottom: 30px;
}

.line_f::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #a38a66;
	position: absolute;
	bottom: -0.5em;
	left: 0;
}

.line_w {
	font-size: 2rem;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 10px 0;
	margin-bottom: 20px;
}

.line_w::after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #a38a66;
	position: absolute;
	bottom: -1px;
	left: 0;
}

ul.num>li {
	text-indent: -50px;
	margin-left: 50px;
	margin-bottom: 20px;
}

ul.num>li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #a38a66;
	border: 1px solid #a38a66;
	border-radius: 50%;
	text-indent: 0;
	margin-right: 20px;
}

.gothic {
	font-family: 'Noto Sans JP', sans-serif;
}

.tenor {
	font-family: 'Tenor Sans', sans-serif;
}

.ft_color {
	color: #a38a66;
}

.intro {
	background-color: #a99e8e;
	padding: 80px 0;
}

.intro p {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.intro p:last-child {
	margin-bottom: 0;
}

.inner {
	width: 1000px;
	margin: auto;
}

.inner2 {
	width: 870px;
	margin: auto;
}

.pc_none {
	display: none;
}

.btn {
	width: 240px;
	height: 60px;
	background-color: #a99e8e;
	border: 1px solid #fff;
	position: relative;
	transition: all 0.3s 0s ease;
}

.btn::after {
	content: "";
	background-image: url("//www.ginza-dental.co.jp/images/assets/arrow3.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn a {
	display: block;
	text-align: center;
	line-height: 60px;
}

.btn a:hover {
	opacity: 1;
}


/*-------------------------

		main_img

-------------------------*/
main.underlayer .main_img {
	position: relative;
	margin-top: 133px;
}

main.underlayer .main_img .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

main.underlayer .main_img .inner>div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/*-------------------------

		パンくずリスト

-------------------------*/
.breadcrumbs {
	line-height: 1;
	margin: 0 0 .4em;
}

.breadcrumbs>span:not(:last-of-type)::after {
	content: "－";
	display: inline-block;
	width: 16px;
	height: auto;
	text-align: center;
	margin: 0 3px;
}

.breadcrumbs span {
	font-size: 1.4rem;
}


/*-------------------------

		link_list

-------------------------*/
.link_list {
	background-color: #f6f6f6;
	padding: 80px 0;
}

.link_list--white {
	background-color: #fff;
}

.link_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.link_list ul::after {
	content: "";
	width: 317px;
}

.link_list li {
	display: flex;
	justify-content: center;
	width: 317px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #a28a66;
	position: relative;
	line-height: 1.4;
	padding: 10px 30px;
	margin-bottom: 20px;
	transition: all 0.3s 0s ease;
}

.link_list li::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url("//www.ginza-dental.co.jp/images/assets/arrow2.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.link_list li:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.link_list a {
	font-size: 2.2rem;
	color: #a38a66;
	align-self: center;
}

.link_list a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}




/*-------------------------

		アンカーリンク anchor

-------------------------*/
.anchor {
	padding: 80px 0;
	background-color: #a99e8e;
}

.anchor .inner2 {
	display: flex;
	justify-content: space-between;
}

.anchor p {
	width: 428px;
	height: 100px;
	background-color: #fff;
	font-size: 2.2rem;
	text-align: center;
	border: 1px solid #a99e8e;
	position: relative;
}

.anchor p::after {
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	background: url("//www.ginza-dental.co.jp/images/assets/arrow4.png") no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.anchor p a {
	display: block;
	color: #a99e8e;
	line-height: 100px;
}



/*-------------------------

		header

-------------------------*/
header {
	background-color: #fff;
	font-size: 1.6rem;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	padding: 16px 32px 0 28px;
	transition: all 0.3s 0s ease;
}

header .inner {
	/* display: flex; */
	width: 100%;
	/* justify-content: space-evenly; */
	/* max-width: 1000px; */
	display: block;
}

header .logo_wrap {
	/* display: flex; */
	align-items: center;
	/* margin-bottom: 30px; */
	/* float: left; */
	position: absolute;
	top: 2.2rem;
	left: 2.8rem;
}

/* header .logo_wrap div{
	margin: 0 20px;
} */

header .h_logo {
	display: block;
	width: 246px;
	height: auto;
	margin: 0 20px 0 0;
}

header .logo_mark {
	/* display: block;
	width: 48px;
	height: auto;
	margin-left: 0; */
	display: none;
}

header .contact_box {
	/* float: left; */
	display: flex;
	justify-content: flex-end;
	/* order: 3;
	height: 50px; */
	margin: 0;
}

header .contact_box .yoyaku {
	margin: 0 20px;
}

header .contact_box .sns-icon {
	width: 5rem;
	height: 5rem;
	margin: 0 10px 0 0;
}

header .contact_box .sns-icon:last-child {
	margin: 0;
}

header .contact_box .sns-icon .sns-icon__link {
	display: block;
}


header .tel_top,
header .tel {
	background-image: url("//www.ginza-dental.co.jp/images/assets/topAccess_tel_g.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 15px 19px;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
	color: #a99e8e;
	border: 1px solid #a99e8e;
	padding: 10px 15px 10px 35px;
}

.tel_top {
	/* display: none; */
	width: 160px;
}

header .tel {
	width: 130px;
	text-align: center;
	background-position: 35px;
	padding: 10px;
	padding-left: 25px;
	margin: 0;
	display: none;
}

header .yoyaku {
	background-color: #a99e8e;
	background-image: url("//www.ginza-dental.co.jp/images/assets/header_icon.png");
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 17px 18px;
	border: 1px solid #a99e8e;
	width: 130px;
	position: relative;
	padding: 10px 0 10px 50px;
	transition: opacity 0.3s 0s ease;
}

header .yoyaku:hover {
	opacity: 0.7;
}

header .yoyaku a {
	color: #fff;
}

header .yoyaku a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

header nav {
	max-width: 100%;
	align-self: center;
	clear: both;
}

nav>ul {
	display: flex;
	position: relative;
}

header nav>ul {
	justify-content: flex-end;
	margin: 1.4rem 0 0;
}

nav>ul>li {
	padding: 0 20px 20px 0;
}

header nav>ul>li {
	padding: 0;
	position: relative;
}

nav>ul>li>a.event_none {
	pointer-events: none;
}

header nav>ul>li>a {
	display: block;
	line-height: 1.87;
	position: relative;
	font-size: 1.5rem;
	padding: .8rem 1.6rem 1.6rem;
	white-space: nowrap;
}

header nav>.sub_menu>li:first-child>a {
	padding: .8rem 1.6rem 0 0;
}

header nav>ul>li:last-child>a {
	padding: .8rem 0 0 1.6rem;
}

header nav>ul>li>a::after {
	content: "";
	display: block;
	position: absolute;
	top: 1rem;
	right: 0;
	left: auto;
	margin: auto;
	background: #dbdcdc;
	width: .1rem;
	height: 2.4rem;
}

header nav>ul>li:last-child>a::after {
	display: none;
}

/*jsにてclass付与(20210930非表示)*/
/* header nav>ul>li.menu_select ul.sub_menu div.arrow{
	content: "";
	display: block;
	width: 16px;
	height: 8px;
	background: url("//www.ginza-dental.co.jp/images/assets/arrow.png") no-repeat top center/contain;
	position: absolute;
	top: 0;
} */

header nav ul.sub_menu {
	/* display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 350px; */
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 18%);
	color: #444;
	border: 1px solid #969696;
	position: absolute;
	top: 2em;
	left: -80px;
	visibility: hidden;
	overflow: hidden;
	padding: 24px;
	margin: .6rem 0 0;
	width: 260px;
}

header nav ul.sub_menu.sub_menu--width320 {
	width: 320px;
}

header nav li:hover ul.sub_menu {
	visibility: visible;
	overflow: visible;
}

header nav ul.sub_menu li {
	background-image: url("//www.ginza-dental.co.jp/images/assets/arrow2.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px 12px;
	padding-left: 18px;
	margin-bottom: 20px;
}

header nav ul.sub_menu li:last-of-type {
	margin-bottom: 0;
}

header nav ul.sub_menu li a {
	display: block;
	line-height: 2;
	/* max-width: 250px; */
	font-size: 14px;
}


/*-------------------------

		access

-------------------------*/
.access {
	background-color: #f6f6f6;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	padding: 80px 0;
}

.access h2,
main.underlayer .access h2 {
	color: #fff;
}

.access .access_content {
	display: flex;
	justify-content: center;
}

.access .address {
	display: flex;
	background-color: #c9c2b8;
	width: 50%;
	/* height: 504px; */
	padding: 20px 16px;
}

.access .address_inner {
	/* width: 395px; */
	margin: auto;
	text-align: center;
}

.access h2 {
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 20px;
}

address {
	font-style: normal;
	display: inline-block;
	text-align: left;
	line-height: 1.56;
}

address>span {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

address>span:first-of-type {
	margin: .5em 0 0;
}

/* address span:last-of-type{
	background-image: url("//www.ginza-dental.co.jp/images/assets/topAccess_distance.png");
	background-repeat: no-repeat;
	background-position: left 0.5em;
	background-size: 30px 9px;
	padding-left: 40px;
} */

.address__table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	box-sizing: border-box;
	border-color: rgba(255, 255, 255, 0.3);
}

.address__table th {
	background: #a6a097;
	border: rgba(255, 255, 255, 0.3) solid 1px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.45;
	padding: 1rem 1.2rem;
	vertical-align: middle;
}

.address__table td {
	border: rgba(255, 255, 255, 0.3) solid 1px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.45;
	padding: 1rem 1.2rem;
	vertical-align: middle;
}

.address_text {
	text-align: left;
	margin: .8rem 0 0;
}

.address__note {
	font-size: 12px;
	margin: 8px 0 0;
	padding: 0 0 0 1rem;
}

.access .tel {
	font-size: 4rem;
	font-weight: 200;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.access .tel::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 30px;
	background-image: url("//www.ginza-dental.co.jp/images/assets/topAccess_tel_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 10px;
	margin-bottom: -3px;
}

.access th {
	text-align: left;
}

.access th,
.access td {
	padding: 10px 15px;
	vertical-align: middle;
	text-align: center;
}

.access tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.access tr:last-child {
	border-bottom: none;
}

.access th:last-of-type,
.access td[rowspan="3"] {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.access td[rowspan="3"] {
	vertical-align: middle;
	border-bottom: 1px solid #c9c2b8;
}

.access .brown {
	background-color: #a99e8e;
}

.access .map {
	width: 50%;
	/* height: 504px; */
	filter: grayscale(100%);
	position: relative;
	padding-top: 504px;
}

.access .map iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------

		yoyaku_footer

-------------------------*/
.yoyaku_footer {
	display: flex;
	justify-content: center;
}

.yoyaku_footer div {
	width: 100%;
}

.yoyaku_footer a {
	display: block;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.yoyaku_footer div:first-of-type a {
	background-color: #a99e8e;
}

.yoyaku_footer div:last-of-type a {
	background-color: #a38a66;
}


/*-------------------------

		reserve-footer(20211201追加）

-------------------------*/
.reserve-footer {
	background-image: url(//www.ginza-dental.co.jp/images/assets/reserve-footer-image.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}

.reserve-footer::after {
	display: block;
	padding-top: calc((440 / 2800) * 100%);
	content: '';
}

.reserve-footer__button {
	text-align: center;
	background-color: #A38866;
	width: 64rem;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

.reserve-footer__link {
	display: block;
	color: #fff;
	font-size: 3rem;
	line-height: 1.56;
	font-family: 'Noto Serif JP', serif;
	padding: 3rem;
	position: relative;
}

.reserve-footer__link:hover {
	opacity: 1;
}

.reserve-footer__link::before {
	transition: all .2s ease-in-out;
    backface-visibility: hidden;
    content: "";
    display: block;
    position: absolute;
	top: 7.2rem;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
	width: 0;
	height: 0.2rem;
}

.reserve-footer__link:hover::before {
	width: 100%;
}

.reserve-footer__link::after {
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 4rem;
    bottom: 0;
    left: auto;
    margin: auto;
    box-sizing: border-box;
    width: 1.4rem;
    height: 1.4rem;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
    transform-origin: 10% 50%;
}

.reserve-footer__link:hover:after {
	right: 3rem;
}




/*-------------------------

		footer

-------------------------*/
footer {
	padding-top: 70px;
}

footer .inner_footer {
	width: 80%;
	min-width: 1000px;
}

footer nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

footer nav ul {
	display: block;
}

footer nav li {
	margin-bottom: 10px;
}

footer nav li.mb {
	margin-bottom: 30px;
}

footer nav .sub_menu {
	font-size: 1.2rem;
	display: block;
	max-height: auto;
	background-color: none;
	border: none;
	position: static;
	visibility: visible;
	overflow: visible;
	padding: 0;
	margin-top: 10px;
}

footer nav .sub_menu a::before {
	content: "";
	display: inline-block;
	background-color: #cccccc;
	width: 20px;
	height: 1px;
	transform: translateY(-5px);
	margin-right: 5px;
}

.footer_address {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.footer_address>div:first-of-type {
	width: 188px;
	height: auto;
}

.footer_address div.gothic {
	margin-left: 30px;
}

.footer_address p {
	font-size: 2rem;
	margin-bottom: 10px;
}

.footer_address address {
	font-size: 1.4rem;
}

.footer_address .tel {
	font-size: 4.4rem;
	font-weight: 200;
	font-family: 'Noto Serif JP', serif;
	color: #a38a66;
	letter-spacing: 3px;
}

.footer_address .tel::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 30px;
	background-image: url(../images/assets/topAccess_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 10px;
	margin-bottom: -3px;
}

.footer_banner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 60px;
}

.footer_banner div {
	width: 24%;
}

footer small {
	display: block;
	font-size: 1.2rem;
	color: #808080;
	border-top: 1px solid #dddddd;
	text-align: center;
	padding: 30px 0;
}

.whitespace {
	display: none;
}

/*-------------------------

		footerキャンペーンバナー（2025/10/03）

-------------------------*/
.fixed-footer-banner {
	position: fixed;
	right: 20px;
    bottom: 10px;
	z-index: 99;
}

.fixed-footer-banner__link {
	display: block;
	transition: all .2s ease-in-out;
	width: 520px;
}

.fixed-footer-banner__link:hover {
	filter: brightness(1) !important;
}


/*-------------------------

		診療日カレンダー

-------------------------*/
.med-calendar {
	box-sizing: border-box;
	padding: 16px 0 0;
	text-align: center;
}

.med-calendar__head {
	color: #a38a66;
	margin: 0 0 50px;
}

.med-calendar__box {}


/*-------------------------

		LINE IG誘導

-------------------------*/

.side_bnr_sns_sp {
	display: none;
}

.side_bnr_sns {
	position: fixed;
	bottom: 20px;
	right: 70px;
}

.LINE {
	POSITION: ABSOLUTE;
	top: 69px;
	left: 67px;
}

.instagram {
	POSITION: ABSOLUTE;
	top: 115px;
	left: 66px
}

.side_bnr_sns .bnr a {
	display: block;
}

.side_bnr_sns .bnr a img {
	width: auto;
}

.side_bnr_sns>ul>li>.close {
	cursor: pointer;
}

.side_bnr_sns>ul>li>.close>a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 2px;
	background: black;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	top: 0;
}

.side_bnr_sns>ul>li>.close>a:after {
	position: absolute;
	content: "";
	width: 22px;
	height: 2px;
	background: black;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	top: 0;
}

.close {
	position: relative;
	border: solid 1px black;
	background: white;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	position: absolute;
	right: -25px;
	top: -22px;
}


/*-------------------------

		404.html

-------------------------*/
.error-wrap {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 4rem 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.error-wrap h2 {
	text-align: left !important;
	margin: 0 0 2rem;
}

.error-wrap a {
	color: #a99e8e;
	text-decoration: underline;
	display: block;
	margin: 2rem 0 0;
}



/*-------------------------

		共通パーツ（20211125追加）

-------------------------*/
.c-subhead {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	padding: 0 0 2rem;
	margin: 8rem 0 4rem;
	position: relative;
}

.c-subhead::after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #444444;
	width: 4.8rem;
	height: .4rem;
}

.c-subhead-line {
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 4rem;
}

.c-num-item {
	margin: 0 0 5.6rem;
}

.c-num-item:last-child {
	margin: 0;
}

.c-num-item--mt {
	margin-top: 5.6rem;
}

.c-num-item__head {
	font-size: 2rem;
	font-weight: 700;
	background-color: #fff;
	box-sizing: border-box;
	padding: 1.6rem 1.6rem 1.6rem 8.6rem;
	margin: 0 0 2rem;
	position: relative;
}

.c-num-item__head--gray {
	background-color: #f5f5f5;
}

.c-num-item__head span {
	display: inline-block;
	background-color: #A38A66;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	box-sizing: border-box;
	padding: 1.4rem 2.6rem;
	position: absolute;
	top: -1.6rem;
	left: 0;
}

.c-num-item__body p {
	margin: 0 0 2rem;
}

.c-num-item__entry {
	list-style: none;
	width: 82%;
	margin: 0 auto .4rem;
	display: flex;
	flex-wrap: wrap;
}

.c-num-item__entry li {
	width: 22rem;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	padding: 1.2rem 0;
	margin: 0 2.4rem 1.6rem 0;
}

.c-num-item__entry li:nth-child(3n) {
	margin: 0 0 2rem;
}

.c-memo-card {
	background-color: #fff;
	box-sizing: border-box;
	padding: 3.2rem 3.2rem 1.2rem;
	margin: 0 0 3.2rem
}

.c-memo-card__head {
	font-size: 2.4rem;
	padding: 0 0 2.4rem;
	margin: 0 0 2rem;
	position: relative;
}

.c-memo-card__head::after {
	content: "";
	display: block;
	background: #a38a66;
	position: absolute;
	top: auto;
	left: -3.2rem;
	bottom: 0;
	width: 10rem;
	height: 0.4rem;
}

.c-memo-card p {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 2rem;
}


.c-memo-card__flex-card{
	position: relative;
}

.c-memo-card__flex-image{
	width: 50%;
	position: absolute;
	top: -20px;
	left: 0;
}

.c-memo-card__flex-body{
	width: 52%;
	background-color: #F6F6F6;
	padding: 20px 16px 20px 32px;
	margin: 60px 0 20px auto;
}

.c-memo-card__flex-heading{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
	color: #A38A66;
}

.c-memo-card__flex-text{
	font-size: 14px;
}

.c-memo-card__flex-note{
	font-size: 12px;
	color: #555;
	margin: 0 !important;
}

/* アンダーライン */
.c-text-emp {
	font-weight: 700;
	background: linear-gradient(transparent 63%, #e8d08e 0);
	padding: .2rem 0;
}

/* 各治療内容ページ 料金表 */
.c-fee-sec {
	font-family: 'Noto Sans JP', sans-serif;
}

.c-fee-sec-item {}

.c-fee-sec-item__table {
	width: 100%;
}

.c-fee-sec-item + .c-fee-sec-item {
    margin-top: 1em;
}

.c-fee-sec-item__table th,
.c-fee-sec-item__table td {
    border: 1px solid #cccccc;
	width: 150px;
}

.c-fee-sec-item__table th {
    background-color: #a99e8e;
    color: #fff;
	padding: 5px 8px;
	text-align: left;
}

.c-fee-sec-item__table tr:not(:first-of-type) th {
	background-color: #f8f4ed;
    font-size: 1.4rem;
    color: #444444;
}

.c-fee-sec-item__table td {
	background-color: #fff;
	padding: 5px 8px;
}

.c-fee-sec-item__table .min {
	font-size: 1.2rem;
	color: #757575;
}

.c-fee-sec>p {
	margin: 0 0 20px;
}

.c-fee-sec>p:last-child {
	margin: 0;
}

/* ウェルエイジング予防歯科治療費 */
.c-prevent-fee-item {
	margin: 1em 0 0;
	border: 1px solid #ccc;
}

.c-prevent-fee-item__head {
	background-color: #a99e8e;
    border-bottom: 1px solid #ccc;
    padding: 5px 8px;
    color: #fff;
	margin: 0 !important;
}

.c-prevent-fee-item-body {
	background-color: #fff;
    padding: 5px 8px;
}

.c-prevent-fee-item-body>p:not([class]) {
	margin: 0 !important;
}

.c-prevent-fee-item-body__price {
	margin: 0 0 1em !important;
}

.c-prevent-fee-item-body__price>span {
	color: #A38A66;
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
	font-family: 'Noto Serif JP', serif;
}

.c-prevent-fee-item-body__include {
	margin: .5em 0 !important;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.56;
}

.c-prevent-fee-item-body__include>span {
	color: #A38A66;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 10px;
	font-family: 'Noto Serif JP', serif;
}

.c-prevent-fee-item-body__note {
	padding: 8px;
	background-color: #b70d64;
	color: #fff;
	text-align: center;
	margin: 2em 1em 1em !important;
}

.c-prevent-fee-item-body__banner {
	display: block;
	margin: 0 1em 1em;
}

/* ウェルエイジング美容歯科治療費 */
.c-wa-fee-item {
	margin: 1em 0 0;
	border: 1px solid #ccc;
}

.c-wa-fee-item__head {
	background-color: #a99e8e;
	border-bottom: 1px solid #ccc;
	padding: 5px 8px;
	color: #fff;
	margin: 0 !important;
}

.c-wa-fee-item-body {
	background-color: #fff;
	padding: 5px 8px;
}

.c-wa-fee-item-body__bold {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 .3em !important;
}

.c-wa-fee-item-body__price {
	margin: 0 0 .5em !important;
}

.c-wa-fee-item-body__price-number {
	color: #A38A66;
	font-size: 28px;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 0 4px;
	font-family: 'Noto Serif JP', serif;
}

.c-wa-fee-item-body__price-note {
	display: inline-block;
	padding: 4px 18px;
	color: #fff;
	background-color: #b70d64;
	border-radius: 20px;
	margin: 0 0 0 1em;
}

.c-wa-fee-item-body>p:not([class]) {
	margin: 0 !important;
}

/*---------------------------------

	インプラント治療へのボタン（インプラント治療の下層ページに設置）

---------------------------------*/
.c-back-button {
	padding: 30px 0;
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.c-back-button>a {
	display: block;
	width: 80%;
	max-width: 316px;
	padding: 28px 16px;
	font-size: 2.2rem;
    color: #a38a66;
	border: 1px solid #a38a66;
	position: relative;
	text-align: center;

}

.c-back-button>a::after {
	content: "";
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url(//www.ginza-dental.co.jp/images/assets/arrow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}


/*---------------------------------

	インプラント各種ページ固定ボタン

---------------------------------*/
.c-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
	background-color: rgba( 255, 255, 255, 0.55 );
	text-align: center;
	z-index: 999;
	display:none;
	/* 20251002キャンペーン期間中 */
	display: none !important;
}
.c-fixed a,
.c-fixed img {
	max-width: 480px;
	margin: -10px auto 10px;
}

.c-fixed-button-footer small {
	padding: 30px 0 150px;
}

.c-fixed-button-footer .fixed-footer {
	display: none !important;
}


/*---------------------------------

	ピックアップ症例

---------------------------------*/
.c-pickup-case {
	padding: 80px 0;
	background-color: #f5f5f5;
}

.c-pickup-case.c-pickup-case--white {
	background-color: #fff;
}

.c-pickup-case-item {
	margin: 0 0 60px;
}

.c-pickup-case-item:last-child {
	margin: 0;
}

.c-pickup-case-item__head {
	padding: 6px;
	background-color: #dcd7d2;
	color: #757575;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.c-pickup-case-item__image {
	margin: 0 !important;
}


/*---------------------------------

	Youtube埋め込み

---------------------------------*/
.youtube_wrap {
	max-width: 800px;
	margin: 0 auto;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}