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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*@import url(https://db.onlinewebfonts.com/c/a7b2dd95e74cd518adde4fd37a874114?family=SimploSoftW00-Regular);

@font-face {font-family: "SimploSoftW00-Regular";
    src: url("https://db.onlinewebfonts.com/t/a7b2dd95e74cd518adde4fd37a874114.eot");
    src: url("https://db.onlinewebfonts.com/t/a7b2dd95e74cd518adde4fd37a874114.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/a7b2dd95e74cd518adde4fd37a874114.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/a7b2dd95e74cd518adde4fd37a874114.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/a7b2dd95e74cd518adde4fd37a874114.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/a7b2dd95e74cd518adde4fd37a874114.svg#SimploSoftW00-Regular") format("svg");
}
*/

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}

a {
	color: #f8b720;
	text-decoration: none;
	transition:0.3s ease-in-out;
}
a:hover {
	opacity: 0.8;
}

::selection { background-color:#00a599; color:#FFF; }
::-moz-selection { background-color:#00a599; color:#FFF; }

body , header , nav , footer{
	min-width:1200px;
}



/*============================================================================

	header

============================================================================*/
header {
	width:1200px;
	height:150px;
	margin:auto;
}
header p{
	position:absolute;
	top:25px;
}
header h1{
	position:absolute;
	top:20px;
	margin-left:123px;
	font-size:12px;
	letter-spacing:0;
}
.header_info{
	float:right;
	width:573px;
	margin-top:25px;
}
.header_info li{
	float:left;
	margin-left:10px;
}
.header_info .header_tel {
  position: relative;
	margin-top:1px;
	margin-right:6px;
  width: 287px;
  line-height: 1;
  letter-spacing: 3px;
}
.header_tel::after {
  position: absolute;
  bottom: -37px;
  left: -45px;
  content: "";
  display: block;
  width: 336px;
  height: 7px;
  background: url(../images/header_info_tel_bg.png) top center no-repeat;
}
.header_tel_text {
  font-family: 丸フォーク M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13px;
}
.header_tel_number {
  position: relative;
  top: 15px;
  left: 5px;
  font-size: 36px;
  letter-spacing: 3.5px;
}
.header_tel_number::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -50px;
  width: 40px;
  height: 40px;
  background: url(../images/header_tel_mark.png) top center no-repeat;
}
.header_info .header_btn {
	height:90px;
	overflow:hidden;
}
.header_info .header_btn:hover img {
	position:relative;
	top:-107px;
}
.header_tel_number a {
  
    font-family: 'Lato', sans-serif;
  
}

/*============================================================================

	nav

============================================================================*/
nav {
	width:100%;
	height:70px;
	margin-bottom:20px;
	box-sizing:border-box;
	border-top:1px solid #c6d7a0;
	border-bottom:1px solid #c6d7a0;
	z-index:9999;
	overflow:hidden;
}
nav li {
	position:relative;
	float:left;
	width:16.6%;
	height:70px;
	text-align:center;
	transition:0.3s ease-in-out;
}
nav li:last-child {
	width:17%;
}
nav li:hover , nav li.active a{
	background-color:#ecf4da;
}
nav li a {
	position:relative;
	display:inline-block;
	width:100% !important;
	height:70px;
}
nav li a img {
	margin-top:17px;
}
nav li a::after{
	content: "";
  position: absolute;
  left: -1px;
	width:0;
	height:70px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px solid #c6d7a0;
}
nav li:first-child a::after{
	display:none;
}



/*============================================================================

	#mainvisual　＊　下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照）

============================================================================*/
#mainvisual {
	position:relative;
	height: 240px;
	margin-bottom:20px;
	background:url(../images/main2.jpg) no-repeat center top;
	text-align: center;
}
#mainvisual h2 {
	padding-top:95px;
	font-size: 31px;
	color: #00a599;
	letter-spacing:3px;
	font-family:丸フォーク M;
}
#mainvisual p {
	padding-top:35px;
	font-size:15px;
	color: #8ec323;
	letter-spacing:3px;
	font-family: "semplicitapro",sans-serif;
}

/*==================================================================

	contents

==================================================================*/ 
#contents {
  /*overflow: hidden;*/
}
#container {
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.container_100 {
    width: 100% !important;
}
/*--------------- 診療案内 ---------------*/
.text_wrapper:nth-child(2n+1) {
    width: 100%;
    background: url(../images/repeat_bg_yellow.png);
}
.text_wrapper .text {
    width: 80%;
    max-width: 864px;
    margin:0 auto;
    padding: 40px 0;
}
#contents_left{
	width:100%;
    margin: 70px auto;
	
}
.container_100 #contents_left {
    margin: 0 auto;
}
#contents_right{
	display:none;
	float:right;
	width:280px;
	font-size:15px;
	margin-top:40px;
	line-height:1.6;
}
.right_medical h3{
	text-align:center;
}
.right_medical h3 a{
	display:block;
	padding:7px 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
}
.right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
.right_medical ul{
	padding:10px;
	background-color:#f0f0f0;
}
.right_medical li{
	margin-bottom:15px;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}
#contents_left .btn02{
	float:right;
}

.kousei {
	text-align: center;
    padding-top: 30px;
}
.kousei p a{
	color: #3e3a3a;
}

/*============================================================================

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
	height:640px;
	margin-top:30px;/*margin-top:60px;*/
	margin-bottom:70px;
	background-color:#edf4d6;
}
footer .inner {
	width:1080px;
	margin:auto;
	padding:65px 0;
}
.footer_LeftBox {
	position:relative;
	float:left;
	width:450px;
	margin-left:25px;
}
.footer_RightBox {
	position:relative;
	float:right;
	width:540px;
}

/*--------------- 左のボックス ---------------*/
.footer_logo {
	margin-bottom:38px;
}
.footer_LeftBox dl::after {
	display: block;
	clear: both;
	content: "";
}
.footer_LeftBox dt {
	width:120px;
	height:30px;
	background:#8ec323;
	color:#FFF;
	box-sizing:border-box;
	margin-right:20px;
	padding-top:2px;
	padding-left:28px;
	letter-spacing:2px;
	font-size:14px;
	border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
}
.footer_LeftBox dd {
	font-size:14px;
	margin-bottom:20px;
	letter-spacing:1.8px;
}
.footer_LeftBox dl:first-of-type dt {
	letter-spacing:32px;
}
.footer_LeftBox dl:first-of-type dd {
	position:relative;
	top:-8px;
	line-height:2;
	margin-bottom:5px;
}
.footer_LeftBox .schedule {
	width:97%;
}
.footer_info {
  display: flex;
}
.footer_info_add {
  line-height: 1.8 !important;
}
.footer_info_tel {
  line-height: 1;
}
.footer_info_tel a{
  font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 300;
  vertical-align: top;
}
/*--------------- 右のボックス ---------------*/
.footer_RightBox .footer_map {
	width:540px;
	height:360px;
	margin-bottom:20px;
	overflow:hidden;
}
.footer_RightBox iframe {
	position:relative;
	width:540px;
	height:450px;
/*	top:-140px;*/
	border:none;
}
.footer_Googlemap_btn a {
	position:absolute;
	top:15px;
	right:15px;
	background:#00a599;
	padding:9px 25px;
	border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	color:#FFF;
	font-size:13px;
	letter-spacing:2px;
	transition:0.3s ease-in-out;
}
.footer_Googlemap_btn a:hover {
	background:#f8b625;
}
.footer_RightBox li {
	float:left;
	margin-bottom:10px;
}
.footer_RightBox li:nth-child(odd) {
	margin-right:20px;
}

/*--------------- pagetop ---------------*/
.pagetop{
	position:fixed;
	right:30px;
	bottom:25px;
	text-align:center;
	cursor:pointer;
	z-index:9999;
	transition:0.3s ease-in-out;
}
.pagetop:hover {
	bottom:30px;
}

/*--------------- copyright ---------------*/
.copy{
	position:relative;
	margin-top:-17px;
	text-align: center;
}



/*==================================================================

	タイトル

==================================================================*/

h3.tit01 {
	position: relative;
	height:110px;
	padding-top:90px;
	font-size: 22px;
	font-family:丸フォーク M;
	letter-spacing: 0.15em;
	text-align:center;
	background:url(../images/h3_bg.png) no-repeat center top 20px;
}
h3.tit01 span{
	position:absolute;
	top:160px;
	left:0;
	right:0;
	margin:auto;
	font-size:12px;
	font-family: "semplicitapro",sans-serif;
	font-weight: 400;
	letter-spacing: 2.5px;
	color: #8fc322;
}


h3.tit02 {
	position: relative;
	height:90px;
	padding-top:10px;
	padding-left:100px;
	font-size: 22px;
	font-family:丸フォーク M;
	letter-spacing: 0.15em;
	background:url(../images/h3_bg02.png) no-repeat left top;
}

h3.tit03 {
    position: relative;
    height: 95px;
    padding-top: 82px;
    font-size: 22px;
    font-family: 丸フォーク M;
    letter-spacing: 0.15em;
    text-align: center;
    background: url(../images/h3_bg.png) no-repeat center top 20px;
}

.sugery_text{
font-size: 18px;
font-family: 丸フォーク M;
color: #00a599;
}

.surgery_list{
	list-style: none;
    margin: 0;
    padding: 0;
}

/* 左寄せ 
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 62px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit02_bg.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}

/* 飾りの英語 
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #1F2774;
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;
}
h4.tit01 i{
	margin-right:7px;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #1F2774;
	font-size: 16px;
	font-weight: bold;
}





/*==================================================================

	共通

==================================================================*/

/*院長略歴
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*--------------- まる ---------------*/
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:17px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: -1px;
	width: 5px;
	height: 5px;
	background-color: #f7e980;
	border: 1px solid #f7e980;
	border-radius: 100%;
	content: '';
}




/*さんかく
.list04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:22px;
	color:#223a70;
}
.list04 li:before{
	position:absolute;
	top:0.5em;
	left:7px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #4A577F;
	content:"";
}

/*やじるし
.list05 li{
	position:relative;
	margin-bottom: 10px;
	line-height:1;
	padding-left:15px;
}
.list05 li:before{
	position:absolute;
	left:0;
	top:0.3em;
	height:5px;
	width:5px;
	transform:rotate(45deg);
	background-color: transparent;
	border-top:1px solid #333;
	border-right:1px solid #333;
	content:"";
}

/*---------- チェック ----------*/
.list08{
	padding:35px 10px 25px 45px;
	background-color:#f7f7f7;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}



/*ボタン ゴースト
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	text-align:center;
	color:#33409a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02 a{
	display:inline-block;
	padding:8px 30px;
	border:2px solid #f6c35d;
	background-color:#f6c35d;
	color:#fff;
	font-weight:bold;
	border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	color:#f6c35d;
	background-color:#FFF;
}


/*-------- 治療の流れ --------*/
.btn03{
	text-align: center
}
.btn03 a{
	display:inline-block;
	padding:8px 30px;
	border:2px solid #f6c35d;
	background-color:#f6c35d;
	color:#fff;
	font-weight:bold;
	border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
	transition:ease-in-out 0.2s ;
}
.btn03 a i{
	margin-right:7px;
}
.btn03 a:hover{
	color:#f6c35d;
	background-color:#FFF;
}

/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
}





/*==================================================================

	table

==================================================================*/

/*--------------- 診療時間 ---------------*/
.schedule{
	margin-bottom:12px;
	border-spacing: 0;
	background-color:#00a599 !important;
	font-size:14px;
	border:10px solid #00a599;
}
.schedule td,.schedule th{
	color:#FFF !important;
}
.schedule th{
	padding:10px 10px 8px 0px;
	white-space:nowrap;
	text-align:center;
}
.schedule td{
	padding:10px 7px 8px 9px;
}
.schedule td:first-child{
	text-align:center;
}
.schedule_note {
	color:#00a599;
	text-align:right;
	padding-right:25px;
}



.schedule_note a:hover{
	color:#479f9d;

}

/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}
/*==================================================================

	$index

==================================================================*/
/* -------------------- コロナ -------------------- */

.top_corona {
	background-color: #89CED6;
	margin-bottom: -30px;
	padding: 80px 0;
	box-sizing: border-box;
}
.top_corona .inner {
	box-sizing: border-box;
	max-width: 1130px;
	margin: 0 auto 30px;
	padding: 20px 100px 40px;
	background-color: #fff;
	border-radius: 10px;
}
.top_corona_contents {
	width: 600px;
	margin: 0 auto;
}
ol.list09 {
	counter-reset: list09;
	margin-bottom: 1em;
}
.list09 li {
	position: relative;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 40px;
	box-sizing: border-box;
}
.list09 li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: list09;
	content: counter(list09);
	display: inline-block;
	width: 30px;
	background-color: #6DC5CF;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	line-height: 30px;
	font-family: "semplicitapro",sans-serif;
}

/* -------------------- お知らせ -------------------- */
#top_news{
	position:relative;
	width:1100px;
	height:80px;
	margin:15px auto;
	overflow:hidden;
}
#top_news h3 {
	position:absolute;
}
.top_news_flame{
	width:730px;
	margin-left:130px;
}
.news_text li {
	margin:10px 0 0;
	height:25px;
}
.news_text li a {
	color:#00a599;
	font-weight:bold;
	letter-spacing:1.8px;
}
.news_text li span {
	margin-right:30px;
	color:#3a3a3a;
	font-weight:normal;
}

/* -------------------- お知らせのボタン -------------------- */
.top_newsbtn01 , .top_newsbtn02 {
	position:absolute;
	width:180px;
	right:0;
	padding:3px 20px 5px;
	border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	font-size:14px;
}
.top_newsbtn01 {
	top:3px;
	background-color:#8ec323;
}
.top_newsbtn02 {
	top:43px;
	background-color:#00a599;
}
.top_newsbtn01 a , .top_newsbtn02 a{
	color:#FFF;
}
.top_newsbtn01:hover{ background-color:#9bcf33; }
.top_newsbtn02:hover{ background-color:#1cb0a6; }

.top_newsbtn01 i:first-child , .top_newsbtn02 i:first-child{
	padding-right:5px;
	padding-left:5px;
}
.top_newsbtn01 i:nth-child(2){
	padding-left:8px;
	transition:0.3s ease-in-out;
}
.top_newsbtn02 i:nth-child(2){
	padding-left:22px;
	transition:0.3s ease-in-out;
}
.top_newsbtn01:hover i:nth-child(2) { padding-left:11px; }
.top_newsbtn02:hover i:nth-child(2) { padding-left:25px; }

/* -------------------- 馬込沢うすくら歯科　診療の特徴 -------------------- */
.top_feature {
	width:100%;
	height:366px;
	padding-top:35px;
	box-sizing:border-box;
	background:url(../images/top_feature01.jpg) no-repeat top center;
	text-align:center;
}
.top_feature p {
	margin-top:25px;
	line-height:2.2;
	color: #8a5332;
}

/* -------------------- 馬込沢うすくら歯科　診療の特徴　各ブロック -------------------- */
.top_feature-point-box {
	width:100%;
	position:relative;
}
.top_feature-point {
	position:relative;
}
.top_feature-point img{
	border-radius:5px;
	
}
.top_feature-point h4 {
	position:relative;
	top:5px;
	left:-15px;
	height:200px;
	font-family:丸フォーク M;
	font-size:28px;
	letter-spacing:1.8px;
}
.top_feature-point h4 span {
	position:absolute;
	top:75px;
	left:175px;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#FFF;
	font-size:11px;
	letter-spacing:1.6px;
}
.top_feature-point h4 img {
	position:relative;
	left:15px;
	top:25px;
}
.top_feature-point_3 {
  overflow: hidden;
}

/* -------------------- 馬込沢うすくら歯科　歯科大学教授・専門医・指導医によるインプラント治療 -------------------- */
.top_feature-point01 {
	height:810px;
	background:#aad05c;
}
.top_feature-point01 .inner {
	width:1115px;
	margin:auto;
	padding-left:15px;
}
.top_feature-point01 h4 {
	color:#47532f;
}
.top_feature-point01 .top_feature-point-left { float:left; }
.top_feature-point01 .top_feature-point-right { float:right; }

.top_feature-point01 .top_feature-point-left p , .top_feature-point01 .top_feature-point-right p {
	width:530px;
	height:215px;
	line-height:2.2;
}
.top_feature-point01 .top_feature-point-left p { margin-bottom:30px; }
.top_feature-point01 .top_feature-point-right p { margin-top:22px; }

/* -------------------- 馬込沢うすくら歯科　口腔外科認定医・特殊歯科・有病者歯科 -------------------- */
.top_feature-point02 {
	height:815px;
	background:#f7e980;
    padding-top: 30px;
}
.top_feature-point02 .inner {
	width:1115px;
	margin:auto;
	padding-left:15px;
}
.top_feature-point02 h4 {
	color:#694c22;
}
.top_feature-point02 .top_feature-point-left { float:left; }
.top_feature-point02 .top_feature-point-right { float:right; }

.top_feature-point02 .top_feature-point-left p , .top_feature-point02 .top_feature-point-right p {
	width:530px;
	height:190px;
	line-height:2.2;
}
.top_feature-point02 .top_feature-point-left p { margin-bottom:30px; }
.top_feature-point02 .top_feature-point-right p { margin-top:22px; }

/* -------------------- 馬込沢うすくら歯科　診療の特徴　03有病者歯科 / 他院連携 -------------------- */
.top_feature-point03 {
	height:815px;
	background:#89ced6;
    padding-top: 30px;
}
.top_feature-point03 .inner {
	width:1115px;
	margin:auto;
	padding-left:15px;
}
.top_feature-point03 h4 {
	color:#0e4e54;
}
.top_feature-point03 .top_feature-point-left { float:left; }
.top_feature-point03 .top_feature-point-right { float:right; }

.top_feature-point03 .top_feature-point-left p , .top_feature-point03 .top_feature-point-right p {
	width:530px;
	height:200px;
	line-height:2.2;
}
.top_feature-point03 .top_feature-point-left p { margin-bottom:30px; }
.top_feature-point03 .top_feature-point-right p { margin-top:22px; }


/* -------------------- 馬込沢うすくら歯科　診療の特徴　04キッズルーム完備 -------------------- */
.top_feature-point04 {
	position:relative;
	float:left;
	width:50%;
	height:625px;
	box-sizing:border-box;
	padding-top:15px;
	background:#af89bd;
}
.top_feature-point04 .inner {
	position:absolute;
	width:510px;
	right:40px;
}
.top_feature-point04 h4 {
	color:#472e50;
}
.top_feature-point04 .inner p {
	float:left;
	width:250px;
	line-height:2.1;
}
.top_feature-point04 .inner img:last-child {
	float:right;
}

/* -------------------- 馬込沢うすくら歯科　診療の特徴　05矯正専門医 -------------------- */
.top_feature-point05 {
	position:relative;
	float:right;
	width:50%;
	height:625px;
	box-sizing:border-box;
	padding-top:15px;
	background:#74be61;
}
.top_feature-point05 .inner {
	position:absolute;
	width:525px;
	left:40px;
}
.top_feature-point05 h4 {
	color:#0e4e54;
	font-size:20px;
	line-height:1.6;
}
.top_feature-point05 .inner p {
	float:left;
	width:260px;
	line-height:2.1;
}
.top_feature-point05 .inner img:last-child {
	float:right;
}

/* -------------------- 馬込沢うすくら歯科　診療の特徴　06キッズルーム完備 -------------------- */
.top_feature-point06 {
	position:relative;
	float:left;
	width:50%;
	height:625px;
	box-sizing:border-box;
	padding-top:15px;
	background:#f6c35d;
}
.top_feature-point06 .inner {
	position:absolute;
	width:510px;
	right:40px;
}
.top_feature-point06 h4 {
    width: 100%;
	color:#684a21;
}
.top_feature-point06 .inner p {
	float:left;
	width:250px;
	line-height:2.1;
}
.top_feature-point06 .inner img:last-child {
	float:right;
}

/* -------------------- 馬込沢うすくら歯科　診療の特徴　07矯正専門医 -------------------- */
.top_feature-point07 {
	position:relative;
	float:right;
	width:50%;
	height:625px;
	box-sizing:border-box;
	padding-top:15px;
	background:#aad05c;
}
.top_feature-point07 .inner {
	position:absolute;
	width:525px;
	left:40px;
}
.top_feature-point07 h4 {
	color:#47532f;
	font-size:28px;
	line-height:1.6;
}
.top_feature-point07 .inner p {
	float:left;
	width:260px;
	line-height:2.1;
}
.top_feature-point07 .inner img:last-child {
	float:right;
}


/* -------------------- 滅菌・感染対策の徹底08　カウンセリングルーム・半個室の診療室09　 カウンセリングアニメーションによるわかりやすい説明10　-------------------- */
.top_feature-point_3 {
    overflow: hidden;
}
/* -------------------- 馬込沢うすくら歯科　滅菌・感染対策の徹底　08 -------------------- */
.top_feature-point08 {
	position:relative;
	float:left;
	width:50%;
	height:735px;
	box-sizing:border-box;
	padding-top:10px;
	background:#f7e980;
}
.top_feature-point08 .inner {
	position:absolute;
	width:510px;
	right:40px;
}
.top_feature-point08 h4 {
    margin-bottom: 25px;
    top:90px;
	font-size:23px;
	line-height:1.6;
}
.top_feature-point08 h4 span.tit {
    top: 0px;
    color: #694c22;
    font-size: 20px;
    width: 170px;
    display:inline-block;
}
.top_feature-point08 h4 span {
	top:-40px;
	line-height:1.8;
}
.top_feature-point08 h4 img {
	top:-70px;
	float:left;
}
.top_feature-point08 h4 {
	top:90px;
	color:#684a21;
	font-size:20px;
	line-height:1.6;
}
.top_feature-point08 h4 span {
	top:-40px;
	line-height:1.5;
}
.top_feature-point08 h4 img {
	top:-70px;
	float:left;
}
.top_feature-point08 .inner p {
	width:325px;
	padding-top:20px;
	line-height:2.1;
}

/* -------------------- 馬込沢うすくら歯科　カウンセリングルーム・半個室の診療室09 -------------------- */
.top_feature-point09 {
	position:absolute;
	left:50%;
	width:400px;
	height:735px;
	margin-left:-200px;
	box-sizing:border-box;
	padding-top:10px;
	background:#74be61;
	z-index:9;
}
.top_feature-point09 .inner {
	padding:0 38px;
}
.top_feature-point09 h4 {
    margin-bottom: 25px;
    top:90px;
	font-size:23px;
	line-height:1.6;
}
.top_feature-point09 h4 span.tit {
    top: 0px;
    color: #0e4e54;
    font-size: 20px;
    width: 170px;
    display:inline-block;
}
.top_feature-point09 h4 span {
	top:-40px;
	line-height:1.8;
}
.top_feature-point09 h4 img {
	top:-70px;
	float:left;
}
.top_feature-point09 h4 {
	top:90px;
	color:#684a21;
	font-size:20px;
	line-height:1.6;
}
.top_feature-point09 h4 span {
	top:-40px;
	line-height:1.5;
}
.top_feature-point09 h4 img {
	top:-70px;
	float:left;
}
.top_feature-point09 .inner p {
	padding-top:20px;
	line-height:2.1;
}

/* -------------------- 馬込沢うすくら歯科　カウンセリングアニメーションによるわかりやすい説明10 -------------------- */
.top_feature-point10 {
	position:relative;
	float:left;
	width:50%;
	height:735px;
	box-sizing:border-box;
	padding-top:10px;
	background:#89CED6;
}
.top_feature-point10 .inner {
	position:absolute;
	width:510px;
	left:240px;
}
.top_feature-point10 h4 {
    margin-bottom: 25px;
    top:90px;
	font-size:20px;
	line-height:1.6;
}
.top_feature-point10 h4 span.tit {
    top: 0px;
    color: #0e4e54;
    font-size: 20px;
    width: 170px;
    display:inline-block;
}
.top_feature-point10 h4 span {
	top:-40px;
	line-height:1.8;
}
.top_feature-point10 h4 img {
	top:-70px;
	float:left;
}
.top_feature-point10 h4 {
	top:90px;
	color:#684a21;
	font-size:20px;
	line-height:1.6;
}
.top_feature-point10 h4 span {
	top:-40px;
	line-height:1.5;
}
.top_feature-point10 h4 img {
	top:-70px;
	float:left;
}
.top_feature-point10 .inner p {
	width:325px;
	padding-top:20px;
	line-height:2.1;
}


















/* -------------------- お悩みや症状・診療科目から治療を探せます -------------------- */
.top_symptom-medical_list {
	width:100%;
	padding:70px 0;
	background:url(../images/bg_01.jpg);
}
.top_symptom-medical_list .inner {
	width:1200px;
	margin:auto;
}
.top_symptom-medical_list h3 {
	margin-bottom:45px;
	text-align:center;
}
.top_symptom_list {
	float:left;
	width:800px;
}
.top_symptom_list li {
	position:relative;
	float:left;
}
.top_symptom_list li:nth-child(odd) {
	margin-bottom:20px;
	margin-right:30px;
}
.top_symptom_list li:nth-child(even) {
	margin-bottom:20px;
}
.top_symptom_list span {
	position:absolute;
	width:180px;
	right:23px;
	top:90px;
	font-size:14px;
	text-align:center;
}
.top_symptom_list li:nth-child(1):hover a { color:#ea609c; }
.top_symptom_list li:nth-child(2):hover a { color:#f0882c; }
.top_symptom_list li:nth-child(3):hover a { color:#93c634; }
.top_symptom_list li:nth-child(4):hover a { color:#ad76b0; }
.top_symptom_list li:nth-child(5):hover a { color:#59b5e0; }
.top_symptom_list li:nth-child(6):hover a { color:#f5b415; }
.top_symptom_list li:nth-child(7):hover a { color:#385ba9; }
.top_symptom_list li:nth-child(8):hover a { color:#2f8f3a; }
.top_symptom_list li:nth-child(9):hover a { color:#ea5e5d; }
.top_symptom_list li:nth-child(10):hover a { color:#eacd1f; }

.top_medical_list {
	float:right;
	width:350px;
}
.top_medical_list li {
	position:relative;
	width:100%;
	height:80px;
	margin-bottom:20px;
	background-color:#fff;
	border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px;
	overflow:hidden;
}
.top_medical_list li img {
	position:absolute;
	z-index:9;
}
.top_medical_list li span {
	position:relative;
	display:block;
	width:250px;
	padding-top:23px;
	padding-left:100px;
	padding-bottom:40px;
	font-family:丸フォーク M;
	font-size:20px;
	letter-spacing:2px;
	z-index:9;
}
.top_medical_list li:last-child span {
	font-size:19px;
	letter-spacing:1.6px;
}
.top_medical_list li i {
	position:absolute;
	right:20px;
	top:27px;
	color:#8ec323;
	font-size:25px;
	font-weight:bold;
	z-index:5;
	transition:0.5s ease-in-out;
}
.top_medical_list li:nth-child(even) i {
	color:#00a599;
}
.top_medical_list li:after {
	position:absolute;
	content:"";
	top:0;
	width:350px;
	height:80px;
	left:-350px;
	background-color:#aad258;
	transition:0.3s ease-in-out;
}
.top_medical_list li:nth-child(even):after {
	background-color:#2ab7ad;
}
.top_medical_list li:hover:after {
	left:0px;
}
.top_medical_list li:hover a , .top_medical_list li:hover i {
	color:#fff;
}

.top_price {
	padding:20px 0 0;
	text-align:center;
}


.surgery_wrapper_1 {
position: relative;
margin: 0 auto 50px;
}

.surgery_wrapper_2 {
padding: 30px;
background: #FFF8C9;
position: relative;
margin: 0 auto 50px;
}

.surgery_wrapper_2 p{
margin-bottom: 1em;

}

.box2{
width: 1080px;
margin: auto;
}


.surgery_wrapper_1 p{
margin-bottom: 1em;
}
.surgery_wrapper_1 h3{
margin: auto;
}


/*==================================================================

	$news

==================================================================*/
.news_text p {
	margin-bottom:10px;
}
.news_text p strong{
	margin-left:20px;
	color:#00a599;
}
.date{
	margin-right:30px;
	color: #C0AB92;
}
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}




/*==================================================================

	$doctor

==================================================================*/

/* -------------------- 院長挨拶 -------------------- */
.doctor_greet {
	position:relative;
	height:700px;
	padding-top:100px;
	background:url(../images/doctor_img01.png) no-repeat center top;
}
.doctor_greet .text{
	position:absolute;
	left:50%;
	width:700px;
	margin-left:-560px;
}
.doctor_greet .text h3{
	margin-bottom:30px;
	font-size:24px;
	line-height:2.4;
	letter-spacing:2.6px;
	color:#00a599;
	font-family:丸フォーク M;
}
.doctor_name {
	text-align:right;
	color:#00a599;
	font-size:19px;
	font-family:丸フォーク M;
}

/* -------------------- 院長略歴・所属学会 -------------------- */
.doctor_carr_sec1{
	width:100%;
	margin-right: 20px;
	padding: 50px 0 60px;
	background-color:#aad05c;
	font-size:14px;
}
.doctor_carr_sec1 .inner{
	width:1080px;
	margin:auto;
}
.doctor_carr_sec1 dl{
	float:left;
	margin-right:30px;
	padding-right: 15px;
	height:260px;
}
.doctor_carr_sec1 dl:nth-child(1){
	width:360px;
	box-sizing:border-box;
	border-right:1px dashed #6a8d23;
}
.doctor_carr_sec1 dl:nth-child(2){
	width:300px;
	border-right:1px dashed #6a8d23;
}
.doctor_carr_sec1 dt{
	margin-bottom:10px;
	font-size:21px;
	letter-spacing:3px;
	color:#47532f;
	font-family:丸フォーク M;
}
.doctor_carr_sec1 dd{
	margin-left:7px;
	letter-spacing:2.2px;
}

/* -------------------- 副院長挨拶/加藤医師挨拶 -------------------- */
.doctor_greet_02{
	position:relative;
	height:540px;
	margin-top:40px;
	background:url(../images/doctor_img02.png) no-repeat center top;
}
.doctor_greet_04{
	position:relative;
	height:600px;
	margin-top:40px;
	background:url(../images/doctor_img04.png) no-repeat center top;
}
.doctor_greet_06{
	position:relative;
	height:540px;
	margin-top:40px;
	background:url(../images/doctor_img06_03.png?02) no-repeat center top;
	background-size: 2000px 600px;
}

.doctor_greet_left .text{
	position:absolute;
	top:50px;
	left:50%;
	width:600px;
	margin-left:-90px;
}
.doctor_greet_left .text h3{
	margin-bottom:10px;
	font-size:24px;
	letter-spacing:2.6px;
	color:#00a599;
	font-family:丸フォーク M;
}
.doctor_greet_left .doctor_name {
	text-align:right;
	color:#00a599;
	font-size:17px;
	font-family:丸フォーク M;
}

/* -------------------- 副院長略歴・所属学会 -------------------- */
.doctor_carr_sec2{
	position:absolute;
	top:330px;
	left:50%;
	width:600px;
	margin-left:-90px;
	font-size:14px;
}
.doctor_carr_sec2 dl{
	float:left;
	width:220px;
}
.doctor_carr_sec2 dl:first-child{
	width:310px;
	margin-right:30px;
	padding-right:30px;
	border-right:1px dashed #6a8d23;
}
.doctor_carr_sec2 dt{
	margin-bottom:10px;
	font-size:21px;
	letter-spacing:3px;
	color:#47532f;
	font-family:丸フォーク M;
}
.doctor_carr_sec2 dd{
	margin-left:7px;
	letter-spacing:2.2px;
}

/* -------------------- 歯科医挨拶(写真右側) -------------------- */
.doctor_greet_03{
	position:relative;
	height:540px;
	margin-top:40px;
	background:url(../images/doctor_img03.png) no-repeat center top;
}
.doctor_greet_05{
	position:relative;
	height:540px;
	margin-top:40px;
	background:url(../images/doctor_img05.png) no-repeat center top;
}
.doctor_greet_right .text{
	position:absolute;
	top:70px;
	left:50%;
	width:600px;
	margin-left:-500px;
}
.doctor_greet_right .text h3{
	margin-bottom:10px;
	font-size:24px;
	letter-spacing:2.6px;
	color:#00a599;
	font-family:丸フォーク M;
}
.doctor_greet_right .doctor_name {
	text-align:right;
	color:#00a599;
	font-size:17px;
	font-family:丸フォーク M;
}

/* -------------------- 歯科医略歴・所属学会 -------------------- */
.doctor_carr_sec3{
	position:absolute;
	top:300px;
	left:50%;
	width:640px;
	margin-left:-500px;
	font-size:14px;
}
.doctor_carr_sec3 dl{
	float:left;
	width:260px;
}
.doctor_carr_sec3 dl:first-child{
	width:310px;
	margin-right:30px;
	padding-right:30px;
	border-right:1px dashed #6a8d23;
}
.doctor_carr_sec3 dt{
	margin-bottom:10px;
	font-size:21px;
	letter-spacing:3px;
	color:#47532f;
	font-family:丸フォーク M;
}
.doctor_carr_sec3 dd{
	margin-left:7px;
	letter-spacing:2.2px;
}

/* -------------------- 歯科衛生士挨拶 -------------------- */
.doctor_other_staff {
	position:relative;
	margin-top:40px;
	padding: 40px 0;
  background: url(../images/repeat_bg_yellow.png);
}





.doctor_other_staff .text{
	-js-display: flex;
	display: flex;
	display:-ms-flexbox;
	justify-content:center;
}
.doctor_other_staff .text dt{
	margin: 0 15px;
}
.doctor_other_staff .text dt img{
	/*width: 200px;*/
	width: 165px;
}
.doctor_other_staff dd {
  text-align: center;
  margin-top: 10px;
}





/*==================================================================

	news

==================================================================*/

/* お知らせのブロックのボーダー 



/*==================================================================

	$access

==================================================================*/

/* -------------------- 医院概要 -------------------- */
.access_clinic_info_wrapper {
    width: 100%;
    background: #EBF3DA;
}
.access_clinic-info{
	position:relative;
	width:80%;
	margin:auto;
    padding: 30px 0;
    max-width: 864px;
}
.access_clinic-info ul{
	margin-bottom:60px;
	padding:40px 100px;
	box-sizing:border-box;
	background-color:#accd66;
}
.access_clinic-info li{
	padding: 14px 30px;
	box-sizing:border-box;
	border-bottom:1px dashed #d7eea6;
}
.access_clinic-info dl:after {
	display: block;
	clear: both;
	content: "";
}
.access_clinic-info dt{
	float:left;
	box-sizing:border-box;
	width:30%;
	padding-left:2px;
	font-weight:bold;
	color: #476607;
}
.access_clinic-info dd{
	float:left;
	width:70%;
}
.access_clinic-info .schedule{
	width:100%;
}
.access_clinic-info .schedule th{
	text-align:left;
	padding-left:10px;
}


.access_img{
	width: 80%;
	margin:0 auto;
	text-align: center;
	max-width: 864px;
	padding-bottom: 90px;
}

/* -------------------- アクセス -------------------- */
.access {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    margin-top: 20px;
}
.access_wrapper {
    background: url(../images/repeat_bg_yellow.png);
}
.access_guide{
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
}
.access_map {
	margin-bottom:20px;
	text-align:center;
}
.access_map iframe{
	border:none;
	width:80%;
	height:400px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	width:80%;
	margin:auto;
	box-sizing:border-box;
	background:#f7e980;
	padding: 25px 40px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}


/* -------------------- マイナ保険証について -------------------- */

.guidance-info {
	text-align: center;
	margin-top: 70px;
}

/* -------------------- キャンセル -------------------- */


.cancel_wrapper_1 {
    width: 100%;
	padding: 15px 15px;
}

.cancel_wrapper_2 {
    width: 100%;
    background: #FFF8C9;
	padding: 15px 15px;
	border-radius: 20px;
}



/*==================================================================

	$clinic

==================================================================*/


/*.clinic_catch_copy_wrapper00 {
    overflow-x: hidden;
}
*/
.clinic_sec_catch_copy_wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 180px;
    background: url(../images/clinic_catch_title_bg.png) top center no-repeat;
    width: 210px;
    height: 229px;
        
}

.clinic_sec_catch_copy_wrapper {
    position: relative;
    width: 100%;
    width: 100%;
    background-color: #EBF3DA;
    margin-top: 140px;
    padding: 40px 0;
}

.clinic_sec_catch_copy {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}


.clinic_sec_wrapper {
    position: relative;
    display: table;
    width: 1200px;
    margin: 0 auto;
}
.clinic_sec_inner {
    position: relative;
    display: table-cell;
    width: 540px;
    padding: 30px;
    margin-top: 50px;
    z-index: 1;
}
.clinic_sec_inner_img01 {
    position: relative;
    display: table-cell;
    z-index: 1;
}
.inner_left .h3_en, .inner_left .clinic_h3{
    text-align: right;
    padding-right: 30px;
}
.inner_right .h3_en, .inner_right .clinic_h3{
    text-align: left;
    padding-left: 30px;
}

.h3_en {
  font-family: "semplicitapro",sans-serif;
	color: #00a599;
	font-size: 15px;
	font-weight: 300;
	line-height: 58px;
    
  padding-right: 30px;
}


.clinic_h3 {
    font-family: 丸フォーク M;
    font-size: 27.97px;
    font-weight: 500;
    margin-top: 58px;
}
.clinic_cache_img {
    position: absolute;
    top: -120px !important;
    box-sizing: border-box;
}


.clinic_sec_inner_text {
    font-size: 15px;
    line-height: 2.3em;
    float: left;
}
.inner_left .clinic_sec_inner_text {
    padding: 30px 30px 30px 0;
}
.inner_right .clinic_sec_inner_text {
    padding: 30px 0 30px 30px;
}
.inner_left .clinic_sec_inner_text {
    padding: 30px 0 30px 30px;
}
.inner_right .clinic_sec_inner_img01 {
    position: absolute;
    top: 50px;
    margin-left: -90px;
}
.inner_right .clinic_sec_inner_img02 {
    position: absolute;
    top: 340px;
    left: -370px;
    z-index: 1;
}

.clinic_sec_kids_room_wrapper {
    position: relative;
    margin-top: 40px;
    background: url(../images/repeat_bg_yellow.png);
    padding: 43px 0;    
}
.clinic_sec_kids_room_wrapper::after {
    content: "";
    width: 902px;
    height: 550px;
    background: url(../images/clinic_kids_room_bg01.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.clinic_sec_kids_room_wrapper .h3_en {
    color: #f8b625;
}

.clinic_sec .h3_en {
  color: #f8b625 !important;
}
.clinic_2column {
  margin-top: -20px !important;
}
.clinic_2column,
.clinic_3column {
  display: table;
  width: 1150px;
  margin: auto;
}
.clinic_2column .clinic_sec_inner,
.clinic_3column .clinic_sec_inner {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.clinic_2column_title,
.clinic_3column_title {
  text-align: center;
}
.clinic_2column_title .h3_en,
.clinic_3column_title .h3_en {
  padding-right: 0;
}
.clinic_2column .clinic_sec_inner_contens {
  display: flex;
  margin-top: 30px;
}
.clinic_2column .clinic_sec_inner {
  padding: 30px 0 30px 60px;
}
.clinic_2column .clinic_sec_inner_text {
  margin-right: 30px;
  width: 255px;
}

.clinic_3column .clinic_sec_inner {
  width: 33%;
}

.clinic_3column .clinic_sec_inner_contens {
  display: block;
  margin-top: 30px;
}
.clinic_3column_img {
  padding-bottom: 20px;
}

.clinic_3column_bg{
  background: #D2F3F5;
}
.clinic_sec_inner_contens {
    width: 100%;
}
.clinic_sec_inner:nth-child(2n+1) .clinic_sec_inner_contens{
    margin-left: auto;
}


.clinic_sec_inner_link {
  display: block;
  margin-top: 10px;
}

.font_white {
    color: #fff !important;
}

.clinic_kids_room {
  position: relative;
}
.inner_left img {
    position: absolute;
    top: 60px
}
.clinic_half_single_room {
  position: relative;
}
.clinic_half_single_room::before {
  position: absolute;
  top: 30px;
  display: block;
  width: 100%;
  height: 430px;
  background: #FAF6D1;
  content: "";
}
.clinic_half_single_room .inner_right .clinic_sec_inner_img01 {
  top: 0;
}


.clinic_sec_facility_wrapper01 {
    position: relative;
    margin-top: 100px;
    background: url(../images/repeat_bg_green.png);
    overflow: hidden;
    min-height: 450px;
}
.clinic_sec_facility_wrapper01 .clinic_sec_wrapper {
  margin-top: 12px;
}
.clinic_sec_facility_wrapper01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/classb_sec2_bg02.png") no-repeat;
    width: 1422px;
    height: 985px;
}
.clinic_sec_facility_wrapper01 .h3_en {
    color: #fff;
}
.clinic_sec_facility_wrapper01 .clinic_sec_inner_img01 {
    margin-top: -15px;
}
/*.clinic_sec_facility_wrapper02{
    margin-bottom: 20px;
}*/

.clinic_sec_facility_wrapper02 img {
    position: absolute;
    top: 50px
}

.clinic_sec_facility_wrapper03 {
    background-color: #D2F3F5;
}
.clinic_sec_facility_wrapper03 img {
    position: absolute;
    top: -18px;
}
.clinic_sec_facility_wrapper03 .clinic_sec_inner {
  padding-bottom: 20px;
}
.clinic_sec_facility_wrapper04{
   background-color: #D2F3F5;
   padding-bottom: 50px;
}



.clinic_facility .clinic_sec_inner:nth-child(2),
.clinic_facility .clinic_sec_inner:nth-child(3) {
    background: #b7e9e6;
}
.clinic_facility .h3_en {
    color: #00a599;
}
.clinic_external_link_text {
    color: #00a599;
    text-decoration: underline;
}
.clinic_external_link_text:hover {
    opacity: 0.7;
    color: #00a599;
}
.fs160 {
  font-size: 160% !important;
}
.clinic_link_area {
  width: 1150px;
  /*margin: 30px auto;*/
  margin: 0 auto 30px;
  padding: 20px;
}
.clinic_link_area .clinic_h3,
.clinic_link_area .h3_en {
  text-align: center;
  padding-right: 0;
}
.clinic_link_area_wrapper {
  background: #f1f1f1;
}
.clinic_link_area ul {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
  margin: 30px auto 40px;
}
.clinic_link_area ul li {
  margin-left: 20px;
	margin-bottom: 20px;
}
.clinic_link_area ul li:nth-child(4n+1) {
  margin-left: 0;
}
.clinic_link_area ul li a {
  color: #F8B624;
  text-decoration: underline;
}
.clinic_link_area ul li a:hover {
  opacity: 0.7;
}

.clinic_link_box a{
  display: inline-block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none!important;
}

.clinic_link_box li:last-child{
  margin-left: 20px!important;
}

/*==================================================================

	$implant

==================================================================*/




.implant_feature {
	width:100%;
	height:366px;
	padding-top:35px;
	box-sizing:border-box;
	background:#C5D8E3;
	text-align:center;
}
.top_feature p {
	margin-top:25px;
	line-height:2.2;
	color: #8a5332;
}


.implant_feature h3{
	font-size:28px;
  
}


.implant_catch_copy_wrapper00 {
    overflow-x: hidden;
}

.implant_sec_catch_copy_wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 180px;
    background: url(../images/clinic_catch_title_bg.png) top center no-repeat;
    width: 210px;
    height: 229px;
        
}

.implant_sec_catch_copy_wrapper {
    position: relative;
    width: 100%;
    width: 100%;
    background-color: #EBF3DA;
    margin-top: 140px;
    padding: 40px 0;
}

.implant_sec_catch_copy {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}


.implant_sec_wrapper {
    position: relative;
    display: table;
    width: 1200px;
    margin: 0 auto;
	padding: 40px 0;
	
}
.implant_sec_inner {
    position: relative;
    display: table-cell;
    width: 540px;
    padding: 30px;
    margin-top: 50px;
    z-index: 1;
}
.implant_sec_inner
.implant_sec_inner_img01 {
    position: relative;
    display: table-cell;
    z-index: -1;
}

.implant_sec_inner h3{
	margin-bottom: 16px;
}

.h3_en {
  font-family: "semplicitapro",sans-serif;
	color: #00a599;
	font-size: 15px;
	font-weight: 300;
	line-height: 58px;
    
  padding-right: 30px;
}


/*==================================================================

	$implant

==================================================================*/

.implant_feature02{
	
}
.implant_feature02 h3{
	margin-bottom: 16px;
    font-family: 丸フォーク M;
		font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}
.implant_feature02 h3 {
  position: relative;
   display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 text-align: left !important;

}
.implant_feature02 h3 i{
	position: relative;
  top: -30px;
}
.implant_feature02 h3 span {
  position: relative;
  left: -20px;
  white-space: nowrap;
}
.implant_feature02 h3 i em{
	display: block;
	font-size: 55px;
	letter-spacing: 2px;
}
.implant_feature02_wrapper{
	position: relative;
	display: table;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.implant_feature02_wrapper,.oral02{
	margin-top: 80px;
}
.implant_feature02_wrapper.dentalimg{
	height: 90px;
}
.flex_box{
	display: flex;
	clear: both;
}
.dentalsurgery01{
	width: 600px;
	margin-left: auto;
}

.implant_feature02_bg01{
	background: url(../images/repeat_bg_yellow.png);
}

.implant_feature02_bg02{
	background: #FAF6D1;
}
.implant_feature02_bg03{
	background: url(../images/classb_sec2_bg02.png) no-repeat;
}
.implant_feature02_bg03_02{
	background: url(../images/classb_sec2_bg03.png) no-repeat;
}
.implant_feature02_bg04{
	background-color: #D2F3F5;
}

.implant_feature02 .text{
	overflow: hidden;
}

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


.implant_feature02 section:nth-child(2n-1) div h3 i::before{
	background-image: url(../images/implant_img08.png);
}
.implant_feature02 section:nth-child(2n) div h3 i::before{
	background-image: url(../images/implant_img09.png);
}
/*==================================================================

	$facilities

==================================================================*/



/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	float: right;
	width:50%;
	margin-left:20px;
}
.facilities_equip_img img{
	width:100%;
}




/* 機器紹介2 */
.facilities_equip2 dl{
	float:left;
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3 dl{
	float:left;
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}


/*==================================================================

	.layout

==================================================================*/

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01{
	padding-bottom:20px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	min-width:28%;
	width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #00a599;
	font-size:18px;
	font-family:丸フォーク M;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:38px;
	font-weight:normal;
	color:#8ec323;
}
.layout01 dd{
		padding:3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	float:left;
	margin-right:4%;
	margin-bottom:25px;
	padding:3% 3.9% 4%;
	background-color:#F7F7F7;
}
.layout02 dl:nth-child(even){
	margin-right:0;
}
.layout02 dl dt{
	margin-bottom:10px;
	font-family:丸フォーク M;
	font-size:18px;
	line-height:1.3;
	text-align:center;
}
/* 数字 */
.layout02 dl dt em{
	margin-right:10px;
	color:#BDA087;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	font-weight: normal;
}
.layout02 dl dd{
	line-height:1.6;
	font-size:14.5px;
	text-align:center;
}
.layout02 dl dd img{
	width:160px;
	margin-bottom:15px;
}
.layout02 dl dd p{
	margin-bottom:0;
	text-align:justify;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{	font-size:18px;
	font-family:丸フォーク M;
	color: #00a599;

}
.layout03 dd h5 em{
	margin-right:10px;
	color:#8ec323;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	font-weight: normal;
}


/* フレックスボックス */

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 49%; height: 49%; }


/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04{
	padding-bottom:20px;
}
.layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout04 dt,
.layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.layout04 dt img{
	width:100%;
}
.layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.layout04 dd h5{
	font-family:丸フォーク M;
	color: #00a599;
	font-size:18px;
}
.layout04 dd h5 span{
	margin-right:10px;
	color:#8ec323;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
	padding-bottom:20px;
}
.layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
	font-size:14px;
}
.layout05 dt,
.layout05 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout05 dt{
	width:25%;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
}
.layout05 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout05 dd{
	padding:1% 3%;
	vertical-align:top;
}
.layout05 dd:nth-child(2){
	width:36.5%;
}
.layout05 dd:nth-child(3){
	width:38.5%;
	border-left:1px solid #e2e2e2;
}

.layout05 dd h5 em{
	margin-right:10px;
	color:#8ec323;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	font-weight: normal;
}
.layout05 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout05_text1 ul{
	margin-bottom:15px;
}

.layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06{
	padding-bottom:20px;
}
.layout06 dl {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    font-size: 14px;
}
.layout06 dl:last-child {
  padding-bottom: 0px;
}
.layout06 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout06 dt,
.layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout06 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	font-family:丸フォーク M;
	color: #00a599;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: "semplicitapro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:38px;
	font-weight:normal;
	color:#8ec323;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

.layout06 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout06_text1 ul{
	margin-bottom:15px;
}
.layout06_text1 ul li span{
	display:block;
}


/* 3つ並びのレイアウト。 */
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
	line-height:1.5;
}


/* 3つ並びのレイアウト。矢印付き */
.layout08{
	overflow:hidden;
}
.layout08 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #33409A;
    border-right: 2px solid #33409A;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}







.h3_implant{	
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	margin-left: 0;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 18px;
	line-height: 1.5em;
	color: #FFF;
	font-weight: bold;
	font-size: 80px;
	background-color: #0070BF;
	z-index: 99999;
	}

.h3_implant.bg_yellow{
		background-color: #FFCB02;
	float: left;
margin-left: -120px;
margin-right: 30px;
}

.implant_sec_inner {
    position: relative;
    display: table-cell;
    width: 510px;
    padding: 30px;
    margin-top: 50px;
    z-index: 10;
}
.implant_sec_inner_img01 {
    position: relative;
    display: table-cell;
    z-index: -1;
}

.implant02_wrapper {
    position: relative;
    background: url(../images/repeat_bg_yellow.png);
}

.implant02_wrapper .h3_en {
    color: #f8b625;
}

.implant02 {
  position: relative;
}

.implant_h3 {
    font-size: 22px !important;
    font-weight: 500;
}

.implant_point_area {
  width: 1150px;
  margin: 30px auto;
  padding: 20px;
}
.implant_point_area .implant_h3,
.implant_point_area .h3_en {
  text-align: center;
  padding-right: 0;
}
.implant_point_area_wrapper {
  background: #FAF7CC;
}

.implant_point_area ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom:30px;
  margin-top:30px;
}

.implant_point_area ol li {
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
  font-size:18px;
  color:#8A5336;
}

.implant_point_area ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #fff;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -40px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size:22px;
  font-family: "semplicitapro",sans-serif;
}

.implant_point_area ul li a {
  color: #F8B624;
  text-decoration: underline;
}
.implant_point_area ul li a:hover {
  opacity: 0.7;
}




.implant_notice_area {
  width: 1150px;
  margin: 30px auto;
  padding: 20px;
}
.implant_notice_area .implant_h3,
.implant_notice_area .h3_en {
  text-align: center;
  padding-right: 0;
}
.implant_notice_area_wrapper {
  background: #f1f1f1;
}
.implant_notice_area ul {
	margin-top:30px;


}
.implant_notice_area ul li {
  margin-left: 30px;
}
.implant_notice_area ul li a {
  color: #F8B624;
  text-decoration: underline;
}
.implant_notice_area ul li a:hover {
  opacity: 0.7;
}

#sec01 h3,
#sec03 h3,
#sec05 h3{
	text-align: right;
}


.list_implant{
	padding:35px 10px 25px 45px;
	background-color:#f7f7f7;
	font-size:18px;
}
.list_implant:after{
	display: block;
	clear: both;
	content: "";
}
.list_implant li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list_implant li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}

/* 画像中央合わせ */

.surgery_img{
	text-align: center;
	vertical-align: bottom;
}

figcaption{
	text-align: center;
	color: #00a599;
}


/*見出し*/
h4.tit_re{
	font-family: 丸フォーク M;
	font-size: 20px;
	color: #00a599;
	margin-top: 30px;
}

/*==================================================================

	.modal

==================================================================*/
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;  
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	display: none;
	z-index: 999999;
	overflow-y: auto;
}
.modal.active {
	display: block;
}
.modal_inner {	
    width: 100%;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal_inner p {	
    font-size: 15px;
}
.modal_inner span.red_comment {
	 color:#FF6D5E;
/*	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 700;*/
}
h2.modal_title {
	color: #3FB9E7;
	font-size: 29px;
	padding: 0 0 17px;
	text-align: center;
}
h2.modal_title::before {
	content: none;
}
.modal_box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1100px;
	padding: 40px;
	border-radius: 10px;
	background-color: #ffffff;
	margin: auto;
	text-align: left;
	overflow-y: auto;
	background: #fff;
	border: solid 4px #56c5ed;
}
.modal_inner .tit22{
	position: relative;
  	margin-bottom: 24px;
	font-family: "Hiragino Kaku Gothic W6 JIS2004";
	color: #188dce;
	font-size: 26px;
	letter-spacing: 0.05em;
	text-align: center;
}
.modal_box .tit04{
	    margin-bottom: 10px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    color: #fc877a;
}
.modal_btn_flex {
	display: flex;
	justify-content:center;
	flex-flow: wrap;
	/*margin-top: 20px;*/
    gap: 20px;
	padding: 20px;
	background-color: #f7f7f7;
}
.modal_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
button.modal_close {
	border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    -webkit-appearance: button;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}
.modal_close::before, .modal_close::after {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  width: 2px;
  height: 24px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #56c5ed;
	   z-index: 999999999;

}
.modal_close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modalContents {
	margin-bottom: 20px;
}

.popicon {
	width: 20px;
	margin-top: 35px;
}
.popicon img{
	width: 100%;
}
p.modal_btn_flex_time {
	font-size: 18px;
}

.access_img .raw {
max-width: 640px;
}
.access_img p {
display: grid;
width: fit-content;
margin-inline: auto;
grid-template: auto / auto;
gap: 1em;
}

img.raw.shishu {
aspect-ratio: 79/107;
object-fit: cover;
object-position: 25% center;
}
img.raw.yobou {
width: 230px;
aspect-ratio: 115/98;
object-fit: cover;
object-position: center;
}
img.mt-1 {
margin-top: 1em;
}

img.raw.clinic-catch {
aspect-ratio: 900/550;
object-fit: cover;
object-position: center;
width: 900px;
}
@media only screen and (max-width: 640px) {
img.raw.clinic-catch {
width: 100%;
}
}
img.raw.kidsroom,
img.raw.counseling,
img.raw.hankoshitsu,
img.raw.microscope,
img.raw.scanner,
img.raw.airplus {
aspect-ratio: 688/358;
object-fit: cover;
object-position: center;
}
@media only screen and (min-width: 641px) {
img.raw.kidsroom,
img.raw.counseling,
img.raw.hankoshitsu,
img.raw.microscope,
img.raw.scanner,
img.raw.airplus {
width: 688px;
}
}
.raw.top-feature {
width: 530px;
aspect-ratio: 530/280;
object-fit: cover;
object-position: center;
}
div.tantousei-grid {
display: grid;
grid-template: 50% 50% / 50% 50%;
aspect-ratio: 688/358;
}
@media only screen and (min-width: 641px) {
div.tantousei-grid {
transform: translateY(110px);
width: 688px;
height: 358px;
}
}
div.tantousei-grid img.raw {
object-fit: cover;
object-position: center;
position: static ! important;
width: 100% !important;
height: 100% !important;
}
img.raw.column2 {
aspect-ratio: 230/250;
object-fit: cover;
object-position: center;
max-width: 230px;
}
img.raw.column3 {
aspect-ratio: 340/138;
object-fit: cover;
object-position: center;
max-width: 340px;
margin-bottom: 20px;
}

/* .clinic_sec_catch_copy:has(.raw),
.clinic_sec_wrapper:has(.raw),
.clinic_sec_facility_wrapper02 > section {
overflow: hidden;
} */
@media only screen and (min-width: 641px) {
.clinic_sec_inner.tantouisei {
width: 600px;
box-sizing: border-box;
min-width: 600px;
}
}

p.top-feature-grid {
width: 530px;
aspect-ratio: 530/280;
display: grid;
grid-template: auto / 50% 50%;
height: auto !important;
margin-bottom: 0 !important;
}
p.top-feature-grid img {
position: static;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
p.top-feature-grid img:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
p.top-feature-grid img:last-of-type {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

img.raw.top-column2 {
aspect-ratio: 23/25;
width: 230px;
object-fit: cover;
object-position: center;
}
img.raw.top-column3 {
aspect-ratio: 325/132;
width: 325px;
object-fit: cover;
object-position: center;
}

.doctor_greet_left.doctor_greet_02.renewed,
.doctor_greet_left.doctor_greet_04.renewed,
.doctor_greet_left.doctor_greet_06.renewed,
.doctor_greet.renewed {
position: relative;
background: white;
overflow: hidden;
}
@media only screen and (min-width: 641px) {
.doctor_greet_left.doctor_greet_02.renewed > *,
.doctor_greet_left.doctor_greet_04.renewed > *,
.doctor_greet_left.doctor_greet_06.renewed > *,
.doctor_greet.renewed > *{
position: relative;
z-index: 2;
}
.doctor_greet_left.doctor_greet_02.renewed > *,
.doctor_greet_left.doctor_greet_04.renewed > *,
.doctor_greet_left.doctor_greet_06.renewed > * {
position: absolute;
}
}
.renewed img.bg {
width: 110%;
height: 110%;
pointer-events: none;
object-fit: cover;
object-position: center;
filter: blur(.5rem);
z-index: 1 !important;
position: absolute;
inset: 0;
margin: auto;
opacity: .5;
}
.renewed img.doctor {
aspect-ratio: 1/1;
position: absolute;
bottom: 0;
right: 0%;
height: 60%;
object-fit: cover;
object-position: top center;
}

@media only screen and (min-width: 641px) {
.doctor_greet_left.doctor_greet_02.renewed img.doctor,
.doctor_greet_left.doctor_greet_04.renewed img.doctor,
.doctor_greet_left.doctor_greet_06.renewed img.doctor {
top: 0;
bottom: 0;
margin: auto;
right: auto;
left: 10%;
height: 70%;
}
}

@media only screen and (max-width: 640px) {
.doctor_greet_left.doctor_greet_02.renewed,
.doctor_greet_left.doctor_greet_04.renewed,
.doctor_greet_left.doctor_greet_06.renewed,
.doctor_greet.renewed {
padding-block: 2em;
}
.renewed .text {
top: 0 !important;
}
.doctor_greet .text h3.staff-renewed,
h3.staff-renewed {
background: none !important;
text-align: center !important;
padding: 0 !important;
padding-top: 0 !important;
height: auto !important;
}
.renewed img.bg {
opacity: .3;
}
.renewed img.doctor {
position: relative;
width: 80%;
margin: 0 10% 1em;
z-index: 2;
}
.renewed .doctor_carr_sec2 {
width: 90%;
margin-inline: 5%;
}
.renewed .doctor_carr_sec2 dl {
margin-right: 0 !important;
}
}
#mainvisual.staff-renewed {
background-image: url(../images/main2.jpg);
}