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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333333;
	font-size:15px;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #156B86;
	text-decoration: none;
	transition:0.3s ease-in-out;
}
a:hover {
	color:#7D959D ;
}
::selection{ background-color:#fdbe00; }
::-moz-selection{ background-color:#fdbe00; }

body , header , footer {
	width:100%;
	min-width:1240px;
}



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

	header

============================================================================*/
header {
	width:100%;
	height:170px;
}

#logo {
	position:absolute;
	width:1200px;
	left:0;
	right:0;
	margin:auto;
}
#logo img {
	position:absolute;
	width:320px;
	height:auto;
	top:30px;
	left:50%;
	margin-left:-540px;
	z-index:9;
}

header .inner{
	position:relative;
	width:1120px;
	margin:auto;
}

.header_info{
	float:right;
	margin-top:23px;
	margin-right:40px;
	text-align:right;
}
.header_info li{
	float:left;
}
.header_info_add{
	margin-top:9px;
	margin-right:25px;
	letter-spacing:1.4px;
}
.header_info_tel{
	margin-top:6px;
}



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

	nav

============================================================================*/
nav {
	position: absolute;
	top:90px;
	right:0;
	width:790px;
	height:80px;
	z-index:99;
}
nav li {
	position:relative;
	float:left;
}
nav li a{
	color:#333;
}

/*-------------------- hoverとactiveの猿 --------------------*/
nav li:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-30px;
	width:100%;
	height:30px;
	/*background:url(../images/nav_monkey01.jpg) no-repeat center bottom -20px;
	transition:0.3s ease-in-out;*/
}
nav li a.active:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-30px;
	width:100%;
	height:30px;
	transition:0.3s ease-in-out;
	z-index:9;
}
/*nav li:first-child:hover:after , nav li:first-child a.active:after {
	background:url(../images/nav_monkey01.jpg) no-repeat center bottom ;
}
nav li:nth-child(2):hover:after , nav li:nth-child(2) a.active:after {
	background:url(../images/nav_monkey02.jpg) no-repeat center bottom ;
}
nav li:nth-child(3):hover:after , nav li:nth-child(3) a.active:after {
	background:url(../images/nav_monkey04.jpg) no-repeat center bottom ;
}
nav li:nth-child(4):hover:after , nav li:nth-child(4):after {
	background:none ;
}
nav li:nth-child(5):hover:after , nav li:nth-child(5) a.active:after {
	background:url(../images/nav_monkey01.jpg) no-repeat center bottom ;
}
nav li:nth-child(6):hover:after , nav li:nth-child(6) a.active:after {
	background:url(../images/nav_monkey03.jpg) no-repeat center bottom ;
}*/

/*-------------------- ホバーで出てくるメニュー --------------------*/
nav ul li div {
	position: absolute;
	display:none;
	width:130%;
	top: 100%;
	left:-10%;
	background:#FFF;
	border:2px solid #156B86;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
	z-index:9;
}
nav ul li div:before{
	content:"";
	position:absolute;
	top:-14px;
	left:75px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-bottom: 8px solid #156B86;
}
nav ul li div a{
	display:block;
	padding: 13px 20px;
	border-bottom:1px dashed #449DB9;
	font-size:13px;
}
nav ul li div a:hover {
	color:#156B86;
	background:#f5f0e9;
}
nav ul li div a:first-child {
	-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;  
  -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px;  
}
nav ul li div a:last-child {
	border:none;
  -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px;  
  -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;
}



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

	#mainvisual

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

/*-------------------- 下層の高さ、背景画像（トップページはtop.css参照） --------------------*/

/*-------------------- topのスライダーとキャッチ部分 --------------------*/
.main_slider{
	overflow:hidden;
	width:100%;
	max-width:2000px;
	height:700px;
	position:relative;
	margin: 0 auto;
}
.mainImagesBlock {
	margin: 0 auto;
	width: 100% !important;
	position: relative;
	overflow: hidden;
	z-index:1;
}
.mainImagesBlock li {
	top: 0;
	left: 0;
	width: 100% !important;
	position: absolute;
}
.mainImagesBlock li img {
	width: 2000px !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  top: 50%;
	left: 50%;
	margin:auto;
	position: absolute;
}
.slider_catch {
	position:absolute;
	top:320px;
	left:0;
	right:0;
	width:858px;
	margin:auto;
	z-index:9;
}
#mainvisual h2.slider_open{
	padding-top:0;
	position:absolute;
	bottom:25px;
	left:50%;
	margin-left:450px;
	z-index:99;
}
@media screen and (max-width:1440px) {
	#mainvisual h2.slider_open { left:auto; right:10px; margin-left:0; }
}
#mainvisual ul.point{
  position: absolute;
  width: 100%;
  height: 115px;
  bottom: 146px;
  left: 0;
  z-index: 9;
}
#mainvisual ul.point li{
  position: absolute;
  height: 115px;
  width: 192px;
}
#mainvisual ul.point li:nth-child(1){
  left: 18%;
}
#mainvisual ul.point li:nth-child(2){
  left: calc(192px + 20%);
}
#mainvisual ul.point li:nth-child(3){
  left: calc(384px + 22%);
}
#mainvisual ul.point li:nth-child(4){
	left: calc(576px + 24%);
  }



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

	main

==================================================================*/ 
main{
	display:block;
}

/*-------------------- 下層 --------------------*/
#contents{
	position:relative;
	width:1080px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



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

	左カラム

==================================================================*/ 
#contents_left{
	float:left;
	width:780px;
}
#contents_left section{
	margin-bottom:70px;
}



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

	右カラム

==================================================================*/ 
#contents_right{
	float:right;
	box-sizing:border-box;
	width:240px;
	height:720px;
	padding:130px 25px 0;
	background:url(../images/right_bg.png) no-repeat;
}
#contents_right li{
	margin-bottom:32px;
}
#contents_right li span:first-child{
	position:relative;
}
#contents_right li span:first-child img{
	/*transition:0.5s ease-in-out;
	transform: rotateZ(-10deg);*/
}
/*#contents_right li:hover span:first-child img{
	transform: rotateZ(20deg);
}*/
#contents_right li span:last-child{
	position:absolute;
	height:38px;
	margin-top:6px;
	margin-left:18px;
	background:url(../images/right_border.png) no-repeat bottom;
}
#contents_right a {
	color:#6F9195;
}
#contents_right a:hover {
	color:#7BBFC6;
}



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

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
}
#googlemap {
	width:100%;
	height:490px;
	background-color:#ece6d9;
}
.pagetop{
	position:fixed;
	right:0;
	bottom:50px;
	cursor:pointer;
	z-index:9999;
}
.pagetop img{
	position:relative;
	top:0px;
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-10px;
}
.copy{
	background-color:#7D959D;
	margin-top:5px;
	padding:10px 0 12px;
	color:#FFF;
	text-align: center;
}
.copy small{
	font-size:13px;
}



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

	タイトル

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

/*-------------------- h3　＊　共通 --------------------*/
h3.tit01 , h3.tit02 {
	position: relative;
	box-sizing:border-box;
	width:100%;
	height:53px;
	margin-bottom: 30px;
	padding:3px 0 0 10px;
	letter-spacing: 0.15em;
	font-size: 21px;
	font-weight:bold;
	text-align: left;
	color: #6F9195;
}
h3.tit01 span , h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #6F9195;
	font-size:10px;
	z-index:2;
}
h3.tit01 span::before , h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

/*-------------------- h3　＊　通常おさる --------------------*/
h3.tit01 {
	background:url(../images/h3_1.png);
}

/*-------------------- h3　＊　盗み食いおさる --------------------*/
h3.tit02 {
	background:url(../images/h3_2.png);
	color: #6F9195;
	margin-left: 0;
}


/*-------------------- h4 --------------------*/
h4.tit01 {
	position: relative;
	box-sizing:border-box;
	width:100%;
	height:30px;
	margin-bottom: 20px;
	padding:0px 0 0 25px;
	color:#7BBFC6;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	letter-spacing: 0.15em;
	background:url(../images/h4.png) no-repeat bottom;
}


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



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

	共通

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

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

/*-------------------- チェック --------------------*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 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: '';
}

/*-------------------- ボタン　＊　アクセス --------------------*/
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #156B86;
	color:#156B86;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#156B86;
	color:#fff;
}


/*-------------------- 画像を右寄せ --------------------*/
.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

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

/*-------------------- 診療時間 --------------------*/
.tb01{
	width:100%;
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
	background-color:#7D959D;
	color:#FFF;
	font-size:14px;
	border-top:10px solid #7D959D;
	border-bottom:10px solid #7D959D;
	border-left:15px solid #7D959D;
	border-right:15px solid #7D959D;
}
.tb01 th{
	padding:8px 22px 8px 5px;
	white-space:nowrap;
	text-align:right;
	letter-spacing:1.8px;
}
.tb01 td{
	padding:8px 13px 8px 13px;
}



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

	text

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



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

	$index

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


/*-------------------- どんな感じ --------------------*/
.top_myteeth {
	padding: 80px 0 60px;
	background: url(../images/top_teeth_bg.png) left top repeat;

}
.top_myteeth .inner{
	width:1080px;
	margin:auto;
	display: flex;
	justify-content: space-around;
}
.top_myteeth h3 { 
	text-align:center;
	margin-bottom: 44px;
}
.top_myteeth .feeling {
	position: relative; 
	width: 25%;
	background:#fff;
	border-radius: 10px;
	margin-bottom: 60px;
	padding: 24px;
}
.feeling h4 {
	position: absolute;
	font-size: 18px;
	top:-18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fdd000 60%);
}
.feeling h4 span {
	font-size: 14px;
}
.feeling a.btn {
	position:absolute;
	bottom:-15px;
	right:20px;
	padding-right: 35px;
	background: url(../images/list_bg.png) top right no-repeat;
	background-size: 25px;
	font-weight: bold;
}

/*-------------------- 院長挨拶 --------------------*/
.top_doctor {
	width:100%;
	height:650px;
	background:url(../images/index/top_img011.jpg) center top;
  background-size: cover;
}
.top_doctor .inner{
	position:relative;
	width:1080px;
	margin:auto;
}
.top_doctor h3{
	position:relative;
	padding-top:90px;
	padding-bottom:30px;
	font-size: 18px;
	font-weight: bold;
	text-align:right;
	color:#156B86;
}
.top_doctor .text{
	position:relative;
	float:right;
	width:600px;
	line-height:2.2;
}
.top_doctor .text p:last-child,
.top_doctor .text p.doctor_name{
	font-weight:bold;
	text-align:right;
}
.top_doctor .top_doctor_banner{
  width: 600px;
  margin-top: 16px;
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.top_doctor .top_doctor_banner li:nth-child(1){
  width: calc(405px * 0.8);
  height: auto;
}
.top_doctor .top_doctor_banner li:nth-child(2){
  width: calc(239px * 0.8);
  height: auto;
}
.top_doctor .top_doctor_banner li:nth-child(3){
  margin-top: 10px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(123, 191, 198, 0.6) 60%);
}
.top_doctor .top_doctor_banner li img{
  width: 100%;
}
/*-------------------- 当院の推進 --------------------*/
.top_feature {
	width:100%;
}
.top_feature .inner{
	position:relative;
	width:1080px;
	margin:auto;
	padding: 80px 0;
}
.top_feature p {
	margin-bottom: 1em;
	padding: 0 5%;
}
.top_feature img {
	margin-bottom: 3em;
}


/*-------------------- 当院の4つの特徴 --------------------*/
.top_chara {
	position:relative;
	width:100%;
	height:845px;
	margin-top:50px;
	background:url(../images/top_bg_02.jpg);
}
.top_chara:before {
	content:"";
	position:absolute;
	width:100%;
	height:554px;
	background:url(../images/top_bg_01.png) right top;
}
.top_chara .inner {
	position:relative;
	width:1200px;
	margin:auto;
	padding-top:75px;
	text-align:center;
}
.top_chara .inner .text {
	margin-top:40px;
	margin-bottom:70px;
	line-height:2.2;
}

.top_chara-list {
	position: relative;
	float:left;
	box-sizing:border-box;
	padding-top:28px;
}
.top_chara_01 {
	width: 261px;
	height:298px;
	background:url(../images/top_img04.png);
}
.top_chara_02 {
	width: 268px;
	height:274px;
	margin-top:90px;
	margin-left:35px;
	background:url(../images/top_img06.png);
}
.top_chara_03 {
	width: 249px;
	height:299px;
	margin-left:45px;
	background:url(../images/top_img08.png);
}
.top_chara_04 {
	width: 320px;
	height:321px;
	margin-top:42px;
	padding-top:75px;
	background:url(../images/top_img10.png);
}

.top_chara-list .inner {
	width:222px;
	height:242px;
	padding:0;
	overflow:hidden;
}
.top_chara_01 .inner {
	margin-left:35px;
}
.top_chara_02 .inner {
	margin-left:42px;
}
.top_chara_03 .inner {
	margin-left:23px;
}
.top_chara_04 .inner {
	margin-left:94px;
}
.top_chara_04 .inner h4 {
	font-size:14px;
	letter-spacing:0;
}

figure h4 {
	position:absolute;
	width:180px;
	top:100px;
	left:0;
	right:0;
	margin:auto;
	padding:15px 0;
	background:rgba(170,110,40,0.9);
	color:#FFF;
	letter-spacing:2.2px;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
	z-index:9;
}
figure div {
	position: relative;
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
}
figcaption {
	position: absolute;
	top:110px;
	left: 0;
	right:0;
	width: 90%;
	margin:auto;
	z-index: 1;
	color:#FFF;
	font-size:14.5px;
}
figure:hover div {
	-webkit-transform: translateY(-160px);
	transform: translateY(-160px);
}
figure:hover h4 {
	position:absolute;
	top:170px;
	background:rgba(255,255,255,0.7);
	color:#733600;
	font-weight:bold;
}

.top_chara-list .btn {
	position:absolute;
	right:-20px;
	bottom:3px;
	box-sizing:border-box;
	width:58px;
	height:58px;
	padding-top:8px;
	background-color: #fff;
	border: 4px solid #231815;
	border-radius: 100%;
	z-index:9;
	-webkit-transition: .3s;
	transition: .3s;
}
.top_chara-list .btn:hover {
	padding-left:5px;
	background-color: #fdbe00;
}
.top_chara-list.top_chara_02 .btn {
	bottom:-20px;
}
.top_chara-list.top_chara_04 .btn {
	bottom:-20px;
}


/*-------------------- 診療案内 --------------------*/
.top_medical {
	position:relative;
	box-sizing:border-box;
	width:100%;
	background:url(../images/index/top_bg_03.jpg) center top;
	padding: 80px 0;
	text-align:center;
}
.top_medical .inner {
	width:1200px;
	margin:auto;
}
.top_medical .inner dl {
	float:left;
	margin-top:30px;
	width: 200px;
}
.top_medical .inner dl:last-child {
	margin-right:0px;
}
.top_medical .inner h4 {
	margin-top:23px;
	margin-bottom:10px;
	font-size:19px;
	letter-spacing:2.2px;
	color:#333;
}
.font-s {
	font-size:16px;
}
.top_medical .inner dd:nth-child(3) {
	height:80px;
	color:#666;
	font-size:14px;
	line-height:2;
}
.top_medical .btn {
	position:relative;
	width:90px;
	margin:auto;
	padding:1px 0 4px 15px;
	background:#7D959D;
	border:3px solid #7D959D;
	border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px;
	font-size:13px;
	letter-spacing:2px;
	-webkit-transition: .3s;
	transition: .3s;
}
.top_medical a  {
	color:#FFF;
}
.top_medical .btn:before{
	content:"";
	position:absolute;
	top:10px;
	left:24px;
	width: 0;
	height: 0;
	border:4px solid transparent;
	border-left: 8px solid #fff;
	-webkit-transition: .3s;
	transition: .3s;
}
.top_medical .btn:hover {
	background:#fff;
}
.top_medical a:hover  {
	color:#156B86;
}
.top_medical .btn:hover:before{
	left:27px;
	border-left: 8px solid #156B86;
}
.visible_sp {
	display: none;
}

/*-------------------- インフォメーション --------------------*/
.top_info {
	width:100%;
	padding: 80px 0;
}
.top_info .inner {
	width:1180px;
	margin:30px auto;
}
.top_info_LeftBox {
	float:left;
	width:500px;
	padding-right:90px;
	border-right:2px solid #D9E7E8;
}
.top_info_LeftBox dt img {
	width:130px;
	height:auto;
}
.top_info_LeftBox dt {
	float:left;
	width:150px;
	margin-bottom:30px;
}
.top_info_LeftBox dd {
	width:350px;
	padding-top:15px;
	float:right;
	text-align:center;
	line-height:2;
}
.top_info_LeftBox dd:nth-child(2) {
	padding-top:20px;
	margin-bottom:16px;
}
.schedule_note{
	color:#449DB9;
	font-size:14px;
	text-align:center;
}
.schedule_note span {
	color:#F06686;
}
.top_info_RightBox {
	float:right;
	margin:10px 0;
	width:510px;
	height:380px;
	border-top:3px solid #a26f49;
	border-bottom:3px solid #a26f49;
}
.top_news_flame{
	margin:3px 0;
	padding:35px 0;
	border-top:1px solid #a26f49;
	border-bottom:1px solid #a26f49;
}
.news_text p {
	margin-bottom:10px;
}
.news_text p strong{
	display:block;
	margin-bottom:10px;
	color:#6F9195;
}
.date{
	color: #888;
}
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
.scroll_area{
	height:302px;
}

.cation {
	margin-top: 40px;
position: relative;
}
.cation h3 {
	font-size:20px;
	text-align: center;
	font-weight: bold;
}
.cation p {
	background: #EAF3F4;
	color:#156B86;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

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

	$doctor

==================================================================*/
.doctor_greet .text{
	float:left;
	width:440px;
	margin-right:50px;
	line-height:2.1;
}
.doctor_greet .text p:last-child{
	margin-top:30px;
	font-weight:bold;
	text-align:right;
}
.list01 {
	border-width: 0 1px 1px;
}
.list01 li {
	padding: 14px 4px;
	border-bottom: 1px dotted #ddd;
}



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

	$access

==================================================================*/
.access_guide{
	margin-bottom:30px;
	font-weight:bold;
	text-align:center;
}
.access_map{
	margin-bottom:40px;
	text-align:center;
}
.access_map dt{
	margin-bottom:20px;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	padding: 30px 50px 5px;
	border:3px solid #D9EAEB;
	background:url(../images/top_bg_01.png) right bottom , url(../images/top_bg_02.jpg) ;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.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;
}



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

	$clinic

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

/*-------------------- 医院概要 --------------------*/
.clinic_sec1{
	position:relative;
	font-size:14px;
}
.clinic_sec1 ul{
}
.clinic_sec1 li{
	padding: 15px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding-bottom:15px ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:20%;
	padding-left:2px;
	font-weight:bold;
	color: #623d1b;
}
.clinic_sec1 dd{
	float:left;
	width:80%;
}
.clinic_sec1 table{
	width:80%;
}
.clinic_sec1 .schedule_note{
	text-align:left;
}
.gmap iframe{
  width: 650px;
  height: 400px;
}

/*-------------------- 院内写真 --------------------*/
#slider {
	width:650px;
	margin:40px auto 100px;
}
.bx-pager.clinic {
	position: relative;
	margin: 20px auto 16px 3px;
	z-index: 999;
}
.bx-pager.clinic a {
	margin: 0 4px;
	position: relative;
	top: 0;
	-webkit-filter: contrast(85%);
	filter: contrast(85%);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.bx-pager.clinic a.active {
	-webkit-filter: contrast(100%);
	filter: contrast(100%);
}
.bx-pager.clinic a:hover {
	top: -10px;
}
.bx-pager.clinic li {
	display: inline-block;
	float: left;
	margin-right: 4px;
	letter-spacing: normal;
}
.bx-pager.clinic img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 4px solid #ffffff;
	box-sizing:border-box;
	transition: opacity 0.3s ease 0s;
}
.bx-viewport {height: 400px !important;}


/*-------------------- 機器紹介 --------------------*/
.facilities_equip2 dl{
	width:100%;
	margin-bottom:30px;
	margin-right:3.5%;
	text-align:justify;
	font-size:14px;
	ma
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}
.facilities_equip2 dt {
	text-align: center;
}

.facilities_equip2 dt img{
	width:90%;
}
.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;
}



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

	$medical

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


/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.medical_layout01{
	padding-bottom:20px;
}
.medical_layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.medical_layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.medical_layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.medical_layout01 dt,
.medical_layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}
.medical_layout01 dt{
	width:28%;
	min-width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #6F9195;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.medical_layout01 dt em{
	margin-right:8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#6F9195
}
.medical_layout01 dd{
		padding:3%;
}




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




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.medical_layout03{
	padding-bottom:20px;
}
.medical_layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.medical_layout03 dt,
.medical_layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.medical_layout03 dt {
    width: 23%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.medical_layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.medical_layout03 dd {
    width: 77%;
    padding: 1% 3%;
}
.medical_layout03 dd h5{
	color: #7BBFC6;
	font-size:18px;
	font-weight:bold;
}
.medical_layout03 dd h5 em{
	margin-right:10px;
	color:#7BBFC6;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.medical_layout04{
	padding-bottom:20px;
}
.medical_layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.medical_layout04 dt,
.medical_layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.medical_layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.medical_layout04 dt img{
	width:100%;
}
.medical_layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.medical_layout04 dd h5{
	color: #6F9195;
	font-size:18px;
	font-weight:bold;
}
.medical_layout04 dd h5 span{
	margin-right:10px;
	color:#6F9195;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}



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

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

.medical_layout05 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.medical_layout05 dd h5{
	font-size:15px;
	font-weight:bold;
}
.medical_layout05 h5{
	color:#156B86;
}

.medical_layout05_text1{
}

.medical_layout05_text1 ul{
	margin-bottom:15px;
}

.medical_layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}
.medical_layout05_text1 h5 {
	color:#156B86;
}

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

}
.medical_layout06 dt{
	min-width:28%;
	width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #6F9195;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.medical_layout06 dt em{
	margin-right:8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#6F9195;
}
.medical_layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
@media screen and (min-width:641px) {
.medical_layout06 dd {
	min-width:250px;
}
}
.medical_layout06 dd:nth-child(2){
	width:40%;
}
.medical_layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

.medical_layout06 dd h5{
	font-size:15px;
	font-weight:bold;
}
.medical_layout06_text1{
}
.medical_layout06_text1 ul{
	margin-bottom:15px;
}
.medical_layout06_text1 ul li span{
	display:block;
}
.medical_layout06_text2{
	min-width:250px;
	box-sizing:border-box;
	border-left:1px solid #e2e2e2;
	background-color:#F7F7F7;
	text-align:center;
}


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

/* 3つ並びのレイアウト。矢印付き */
.medical_layout08{
	overflow:hidden;
}
.medical_layout08 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.medical_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;
}
.medical_layout08 dl:nth-child(3n){
	margin-right:0;
}

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

.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}

.red {color:#ED839B;}
.yellowgreen {color:#92d502;}
.clr01 {color:#83A6AA;}

blockquote {
	padding: 24px;
	background:#DFE9EA;
}

/*　add2020.04.18 インプラント　*/
.hidden { display:inherit; }
.visible { display: none; }

.main_tit { 
	font-size:20px; 
	line-height: 1.4; 
	font-weight: bold;
	padding: 0 30px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.main_tit span { 
	color:#F088A0;

	margin-bottom: 30px;
}
.main_tit:before {
	content:"＼";
	position: absolute;
	bottom:0;
	left:5%;
	font-size: 16px;
	font-weight: bold;
	color:#F088A0;
}
.main_tit:after {
	content:"／";
	position: absolute;
	bottom:0;
	right:5%;
	font-size: 16px;
	font-weight: bold;
	color:#F088A0;
}
/*　金属アレルギー　*/
.tit02 { 
	font-size:18px;
	font-weight: bold;
	color:#6F9195;
	margin: 0 0 5px 15px;
}
.tit03 { 
	font-size:18px;
	font-weight: bold;
	color:#F088A0;
}
.tit04 { 
	font-size:16px;
	font-weight: bold;
	color:#F088A0;
	margin-bottom: 5px;
}
.caution h3 {
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color:#6F9195;
}
.caution h4 {
	top:-20px;
	font-size:18px;
	font-weight: bold;
	margin-left: 20px;
}

.list09 {
	margin-bottom:30px;
	padding:30px 35px 35px 35px;
	background-color:#f4f3f2;
	display: flex;
	justify-content: space-around;
}
.list09 h3 {
	text-align: center;
	position: absolute;
	top:-20px;
	font-size:20px;
	font-weight: bold;
	color:#a48b78;
}
.list09 li {
	margin-bottom: 8px;
}
.list09 li{
	position:relative;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list09 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: '';
}
.list09 h4 {
	position: relative;
	margin-bottom: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

/*　噛み合わせ治療　*/

.list-flow li {
	padding:0 0 30px 0;
	position: relative;
	background: url(../images/medical/medical06/line.gif) top left repeat-y ;
	background-position: left 10px top 20px;
}
.list-flow li:before {
	content: "●";
	position: absolute;
	font-size: 22px;
	color:#7BBFC6;
}
.list-flow li h4 {
	margin-left: 28px;
	padding-top: 7px;
	font-weight: bold;
}
.colordd3f60 {
	color:#F06686;
}
.list-flow li p {
	margin-top: 20px;
	padding-left: 30px;
}
.d_merit {
	overflow: hidden;
	background:#f4f3f2;
	padding: 30px;
}
.d_merit h4 {
	font-weight: bold;
	margin-bottom: 15px;
	color:#6F9195;

}
.d_merit ul {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 25px;
	width: 50%;
}
.d_merit ul li {
	margin-left: 15px;
	list-style-type: circle;
}
.youtube {
	width: 560px;
}

#mainvisual_subpage {
	background: url(../images/main_subbg.jpg) center bottom no-repeat;
	background-size: cover;
	height: 200px;
}
#mainvisual_subpage h2 {
	font-size:24px;
	font-weight: bold;
	padding: 0px 30px;
	color:#156B86;
}

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

	$blue radical

==================================================================*/
.br_section01 {
}
.br_section01 h2 {
	text-align: center;
	color:#156B86;
	font-size:1.8rem;
	line-height: 1.3;
	font-weight: bold;
	padding: 30px 0;
}
.br_section01 p, .br_section02 p {
margin-bottom: 1em;
}
.br_section02 h2 {
	color:#F06686;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 2em;
}
.recommend_voice {
	position: relative;
	background: #E3ECEE;
	padding: 40px 40px 20px;
	margin-bottom: 4em;
}
.recommend_voice h3 {
	position: absolute;
	font-weight: bold;
	font-size: 1.4rem;
	color:#156B86;
	top:-22px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
}
.recommend_voice ul {
	font-size:1rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	text-align: left;
}
.recommend_voice ul li {
	width: calc(46% - 15px);
	background: url(../images/br/icon_check.svg) top left no-repeat;
	padding-left: 35px;
	margin-bottom: 20px;
	
}
.pointCont {
	position: relative;
	background: #EDFCFD;
	padding: 40px 40px 40px;
}
.pointCont h3 {
	position: absolute;
	font-weight: bold;
	font-size: 1.4rem;
	color:#156B86;
	top:-22px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
}
.pointCont .flex {
	display: flex;
	justify-content: space-around;
}
.pointCont .flex div {
	width: 47%;
}
.pointCont .flex div h4 {
	font-weight: bold;
	font-size: 1.2rem;
	color:#156B86;
	text-align: center;
	padding: 20px 0 10px;
}
.feature_br {
	background: #449DB9;
	color:#fff;
	padding: 30px 80px 40px;
}
.feature_br h3 {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
}
.feature_br h3::before {
	position: absolute;
	content: "";
	height: 1px ;
	background-color: #fff;
	width: 35%;
	top:20px;
	left:0;
}
.feature_br h3::after {
	position: absolute;
	content: "";
	height: 1px ;
	background-color: #fff;
	width: 35%;
	top:20px;
	right:0;
}
.feature_br ul {
	display: flex;
	flex-flow: row wrap;
	font-size:1rem;
}
.feature_br li {
	width: calc(46% - 15px);
	background: url(../images/br/icon_check2.svg) top left no-repeat;
	padding-left: 35px;
	margin-bottom: 20px;
}
.change_life {
	background: url(../images/br/bg01.png) top left no-repeat;
	padding: 50px 40px;
	margin-bottom: 80px;
}
.change_life h3 {
	font-weight: bold;
	font-size: 1.4rem;
	color:#156B86;
	text-align: center;
	margin-bottom: 1.5em;
}
.change_life_note {
	margin-bottom: 1.5em;
}
.change_life_note h4 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}
.marker_y {
background: linear-gradient(transparent 55%, yellow 45%);
}
.hikaku h3 {
font-weight: bold;
	font-size: 1.4rem;
	color:#fff;
	background: #156B86;
	padding: 7px ;
	text-align: center;
	margin-bottom: 1.5em;
}
.hikaku .flex {
	display: flex;
	justify-content: space-around;
	margin-top: 3em;
}
.hikaku .flex h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.hikaku .flex div {
	width: calc(50% - 30px);
}
@media screen and (max-width:640px) {
.br_section01 {
}
.br_section01 h2 {
	text-align: center;
	color:#156B86;
	font-size:1.8rem;
	line-height: 1.3;
	font-weight: bold;
	padding: 30px 0;
}
.br_section01 p, .br_section02 p {
margin-bottom: 1em;
}
.br_section02 h2 {
	color:#F06686;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 2em;
}
.recommend_voice {
	position: relative;
	background: #E3ECEE;
	padding: 40px 25px 20px;
	margin-bottom: 4em;
}
.recommend_voice h3 {
	position: absolute;
	font-weight: bold;
	font-size: 1.4rem;
	color:#156B86;
	top:-22px;
	left: 50%;
	width: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
}
.recommend_voice ul {
	font-size:1rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	text-align: left;
}
.recommend_voice ul li {
	width: 100%;
	background: url(../images/br/icon_check.svg) top left no-repeat;
	padding-left: 35px;
	margin-bottom: 20px;
	
}
.pointCont {
	position: relative;
	background: #EDFCFD;
	padding: 40px 40px 40px;
}
.pointCont h3 {
	position: absolute;
	font-weight: bold;
	font-size: 1.4rem;
	color:#156B86;
	top:-22px;
	width: 100%;
	text-align: center;
}
.pointCont .flex {
	display: inherit;
}
.pointCont .flex div {
	width: 100%;
	margin-bottom: 40px;
}
.pointCont .flex div h4 {
	font-weight: bold;
	font-size: 1.2rem;
	color:#156B86;
	text-align: center;
	padding: 20px 0 10px;
}
.feature_br {
	background: #449DB9;
	color:#fff;
	padding: 30px 30px 40px;
}
.feature_br h3 {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
}
.feature_br h3::before {
	position: absolute;
	content: "";
	height: 1px ;
	background-color: #fff;
	width: 25%;
	top:20px;
	left:0;
}
.feature_br h3::after {
	position: absolute;
	content: "";
	height: 1px ;
	background-color: #fff;
	width: 25%;
	top:20px;
	right:0;
}
.feature_br ul {
	display: inherit;
	font-size:1rem;
}
.feature_br li {
	width: 100%;
	background: url(../images/br/icon_check2.svg) top left no-repeat;
	padding-left: 35px;
	margin-bottom: 20px;
}
.change_life {
	background: url(../images/br/bg01.png) top left no-repeat;
	padding: 50px 40px;
	margin-bottom: 80px;
}
.change_life h3 {
	font-weight: bold;
	font-size: 1.4rem;
	color:#156B86;
	text-align: center;
	margin-bottom: 1.5em;
}
.change_life_note {
	margin-bottom: 1.5em;
}
.change_life_note h4 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}
.marker_y {
background: linear-gradient(transparent 55%, yellow 45%);
}
.hikaku h3 {
font-weight: bold;
	font-size: 1.4rem;
	color:#fff;
	background: #156B86;
	padding: 7px ;
	text-align: center;
	margin-bottom: 1.5em;
}
.hikaku .flex {
	display: inherit;
	margin-top: 3em;
}
.hikaku .flex div{
	margin-bottom: 30px;
}
.hikaku .flex h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.hikaku .flex div {
	width: 100%;
}
}