@charset "utf-8";
.main{
	border: none !important;
}
.pankuzu{
	top: 0 !important;
}
h2{
	font-family: YuMincho, 'Yu Mincho', 'MS Mincho', serif !important;
	background: none !important;
	color: #84b12f !important;
	font-size: 25px !important;
	margin-top: 150px !important;
}
#flow{
	margin: 150px 0;
}
ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list li{
  border: 1px solid #84b12f;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 4px 10px;
  position: relative;
	background-color:#FFF;
}
ul.flow_list li::after{
	bottom: -34px;
  color:#84b12f;
  content: "▼";
  font-size: 24px !important;
  left: 48%;
  position: absolute;
}
ul.flow_list li.last::after{/*最後の▼を外す*/
  content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
  font-family: garamond,times;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.15em;
}
ul.flow_list li h5{
	color: #84b12f;
	border-bottom: none;
}
ul.flow_list li h5 span{
	font-size: 12px;
}
ul.flow_list a p{
	color: #84b12f;
	transition: 0.2s;
}
ul.flow_list a p:hover{
	background-color: #84b12f;
	color: #fff;
}

.float-left-img2 { float: none; margin:auto; display:block; max-width:95%; width:100%; }
.float-right-img2 { float: none; margin:auto; display:block; max-width:95%; width:100%;  }

@media screen and (min-width : 960px) { /* デスクトップ用CSS */
  .float-left-img2 {
		float: left;
		margin-right: 20px;
		margin-bottom:30px;
		margin-top:30px;
		display: block;
		max-width: 200px;
		width: 100%;
	}
	.float-right-img2 {
		float: right;
		margin-left: 20px;
		display: block;
		max-width: 200px;
		width: 100%;
	}
}

/* 銀座追加 */
.sub-menu {
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 100px;
	border-top: #7b5544 1px solid;
	border-bottom: #7b5544 1px solid;
}
.sub-menu > div {
	width: calc(25% - 55px);
	margin-bottom: 1rem;
}
.sub-menu a {
	color: #999;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	display: inline-block;
	width: 100%;
	transition: 0.2s;
}
.sub-menu a:hover{
	opacity: 0.5;
}
.sub-menu a p{
	color: #7b5544;
	font-size: 14px;
	text-align: center;
}

.ginza {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: 0.1rem;
}
.ginza-dr {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	background-color: #8ea8b4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: 0.1rem;
	text-align: left;
	padding: 1rem;
	color: #fff;
	font-size: 85%;
}
.ginza-dr img {
	vertical-align: top;
}
.ginza-dr ul{
	padding-top: 1rem;
}
.dr-name {
	font-family: YuMincho, 'Yu Mincho', 'MS Mincho', serif;
	font-size: 1.4rem;
}
.katagaki {
	position: relative;
}
.katagaki::after {
	content: '';
	width: 110%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 50%);
}
.ginza-link {
	margin-top: 1rem;
	background-color: #fff;
}
.ginza-link a {
	color: #8ea8b4;
	font-weight: bold;
	font-size: 95%;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.3rem 0.8rem 0.2rem;
	position: relative;
}
.ginza-link a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #8ea8b4;
	border-right: 2px solid #8ea8b4;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 15px;
	top: 48%;
}

.ginza-att {
	width: 100%;
	text-align: left;
	display: inline-block;
	font-size: 80%;
	letter-spacing: 0.1rem;
}

@media screen and (max-width : 959px) {
	.ginza, .ginza-dr {
		justify-content: center;
	}
	.ginza img {
		padding-top: 2rem;
	}
	.ginza-dr img {
		padding-bottom: 2rem;
	}
}
@media screen and (min-width : 768px) {
	.sub-menu > div {
		width: calc(25% - 60px);
	}
}
@media screen and (max-width : 767px) {
	.sub-menu > div {
		width: calc(25% - 20px);
	}
}
@media screen and (min-width : 768px) and (max-width : 959px) {
	.ginza-dr > div:nth-child(2) {
		padding-left: 30px;
	}
}
@media screen and (min-width : 960px) and (max-width : 1199px) {
	.ginza, .ginza-dr {
		letter-spacing: 0;
	}
	.ginza > div:nth-child(1) {
		width: calc(100% - 344px);
		padding-right: 30px
	}
	.ginza > div:nth-child(2) {
		width: 344px;
	}
	.ginza-dr > div:nth-child(1) {
		width: 180px;
	}
	.ginza-dr > div:nth-child(2) {
		width: calc(100% - 180px);
		padding-left: 20px;
	}
}
@media screen and (min-width : 1200px) {
	.sub-menu > div {
		width: calc(25% - 85px);
	}
	.ginza > div:nth-child(1) {
		width: calc(100% - 344px);
		padding-right: 30px
	}
	.ginza > div:nth-child(2) {
		width: 344px;
	}
	.ginza-dr > div:nth-child(1) {
		width: 240px;
	}
	.ginza-dr > div:nth-child(2) {
		width: calc(100% - 240px);
		padding-left: 30px;
	}
}



section.imp_price {
	margin: 60px 0;
	}
	
	.imp_price_container {
		text-align: left;
		
	}
	
	.imp_price_container h3 {
		/* color: #ffffff;
		background-color: #7db5d2;
		font-size: 14px; */
	}
	
	.imp_price_container h3 span {
		
	}
	
	.imp_price_box {
		margin-bottom: 40px;
	}
	
	.imp_price_inner_box {
	
	}
	
	
	
	.imp_price_box h4 {
		font-size: 20px;
		color: #222222;
		/* background-color: #f2f2f2; */
		padding: 5px 10px;
		margin-bottom: 2px;
	}
	
	.imp_price_box dl {
		margin: 5px auto 20px;
		background-color: aliceblue;
	}
	
	.imp_price_box dt {
		padding: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	
	.imp_price_box dt span {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.8;
		
	}
	
	.imp_price_box dt small {
		font-size: 11px;
	
	}
	
	.imp_price_box dd {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		font-size: 18px;
	}
	
	.plus {
		margin-bottom: -5px;
	}
	
	.plus p {
		text-align: center;
		color: #5e8396;
		font-size: 50px;
		font-weight: bold;
	}
	
	.imp_price_note_box {
	
	}
	
	.imp_price_note_box ul{
		margin: 50px auto;
		padding: 15px;
		border: 1px #777777 solid;
	}
	
	.imp_price_note_box ul li{
		font-size: 12px;
		line-height: 1.6;
	}
	
	@media(max-width:767px){
		.imp_price_box dl {
			text-align: center;
		}
		
		.imp_price_box dt {
			width: 100%;
		}
		
		.imp_price_box dt span {
		
			
		}
		
		.imp_price_box dt small {
			
		
		}
		
		.imp_price_box dd {
			width: 100%;
		}
	}

.h2_img{
	transition: all.2s;
}
.h2_img:hover{
	opacity: 0.7;
}
.cta_implant{
	background-color: #84b12f;
	color: #fff;
	margin-top: 100px;
	margin-bottom: 100px;
	
	font-size: 18px;
	padding: 15px;
}
.cta_implant:hover{
	background-color: #ffd700;
}
.h1_sentence{
	margin: 150px 0;
}
.h1_sentence h1{
	margin: 50px 0;
}
.h1_sentence ul{
	text-align: start;
	font-size: 14px;
	margin: 2.5em 0;
}
.h1_sentence p a{
	color: #8ea8b4 !important;
	transition: 0.2s;
}
.h1_sentence p a:hover{
	color: #fff !important;
	background-color: #8ea8b4;
}
.de_merit{
	margin: 30px 0;
}
.de_merit th{
	background-color: #84b12f;
	color: #fff;
	width: 50%;
	padding: 10px;
	vertical-align: middle;
}
.de_merit th:first-child{
	border-right: #fff 1px solid;
}
.de_merit td:first-child{
	border-right: #84b12f 1px solid;
}
.de_merit td{
	background-color: #fff;
	color: #84b12f;
	width: 50%;
	padding: 15px;
	border-bottom: #84b12f 1px solid;
	vertical-align: middle;
	font-size: 14px;
	font-family: lato, "noto-sans-cjk-jp", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.de_merit tr:last-child td{
	border-bottom: none;
}
.mobile_cta{
	width: 40%;
	height: fit-content;
	margin: 30px auto;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.mobile_cta img{
	transition: 0.5s all;
}
.mobile_cta img:hover{
	transform: scale(1.2, 1.2);
	transition: 0.5s all;
}
@media screen and (max-width:767px) {
	.mobile_cta{
		width: 100%;
	}
}

#price{
	margin-bottom: 150px;
}

#price .price_box{
	margin: 50px 0;
}
#price .first_box{
	background-color: #f5f7f6;
	padding: 20px;
}
#price .first_box p{
	color: #ea7883;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
}
#price .first_box p span{
	font-size: 15px;
}
#price .first_box ul{
	font-size: 14px;
}
#price .second_box{
	background-color: #f5efe0;
	padding: 30px;
}
#price .second_box p{
	text-align: center;
}
#price .second_box p:first-child{
	color: #5e8396;
	font-weight: 700;
	font-size: 17px;
}
#price .second_box p a{
	color: #5e8396;
}
#price .annotation{
	border: #84b12f 1px solid;
	padding: 20px;
	font-size: 14px;
	text-align: start;
}
.payment_method{
	margin: 150px 0;
}
.payment_method .first_box{
	background-color: #f5f7f6;
	padding: 20px;
}
.payment_method .first_box p{
	font-size: 14px !important;
	color: #222 !important;
	font-weight: normal !important;
	text-align: start !important;
}
.payment_method .second_box{
	background-color: #f5efe0;
	padding: 20px;
}
.payment_method .second_box p{
	text-align: start !important;
}
.btn_box{
	text-align: center;
}
.btn_box .btn{
	background-color: #84b12f;
	color: #fff;
}
.ceramic_tooth{
	margin: 150px 0;
}
.ceramic_tooth h3{
	text-align: center;
	border: none;
	margin: 50px 0;
}
#difficult-case{
	margin-bottom: 150px;
}
#difficult-case h2{
	color: #8ea8b4 !important;
}
.tokyo_implant{
	margin: 150px 0;
}
.tokyo_implant h3{
	text-align: center;
	border: none;
	margin: 20px 0;
	color: #8ea8b4 !important;
}
.tokyo_implant img{
	margin: 50px auto;
	transition: 0.2s;
}
.tokyo_implant img:hover{
	opacity: 0.5;
}
.tokyo_implant a p{
	color: #5e8396;
	text-align: center;
	border-bottom: #5e8396 1px solid;
	margin-bottom: 20px;
}
.our_implant{
	margin: 150px 0;
}
.our_implant h3{
	text-align: center;
	border: none;
	margin: 50px 0;
}
.our_implant img{
	margin-bottom: 50px;
}
.implant_makers{
	margin: 100px 0;
}
.each_implant p{
	color: #fff;
}
.each_implant img{
	margin: 20px 0 !important;
}
.osstem{
	background-color: #f16825;
	padding: 30px;
}
.straumann{
	background-color: #207334;
	padding: 30px;
}
.osstem h3{
	text-align: center;
	border-bottom: 1px #fff solid;
	border-left: none;
	color: #fff;
}
.straumann h3{
	text-align: center;
	border-bottom: 1px #fff solid;
	border-left: none;
	color: #fff;
}
.osstem h4{
	color: #fff;
	font-size: 25px;
}
.straumann h4{
	color: #fff;
	font-size: 25px;
}
.straumann .btn2{
	background-color: #fff;
	color: #207334;
	font-weight: 500;
	transition: 0.2s;
}
.straumann .btn2:hover{
	background-color: #207334;
	color: #fff;
}
.each_implant p{
	text-align: start;
}
.without_implant{
	margin: 70px 0;
	text-align: start;
	font-size: 14px;
}
#free-counseling{
	margin: 150px 0;
}