@charset "UTF-8";

/* ==========================================
	main_slider
========================================== */

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 79px !important;
	height: 10px !important;
	margin: 0 12px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #dd5995 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #f5f5f5 !important;
	opacity: 0.9;
}

/* ==========================================
	featurea_block
========================================== */

#featurea_block {
	padding: 95px 0 100px;
	background: url(../img/index/featurea_bg.png);
}
#featurea_block h2 {
	margin-bottom: 50px;
}
#featurea_block h2 img {
	display: block;
	margin: 0 auto;
}
#featurea_block #feature_list {
	margin-top: 20px;
}
#featurea_block #feature_list li {
	float: left;
	width: 280px;
	margin-right: 80px;
}
#featurea_block #feature_list li:last-child {
	margin-right: 0;
}
#featurea_block #feature_list li h3 {
	margin-bottom: 10px;
}
#featurea_block #feature_list li p {
	font-size: 14px;
	margin: 25px 0 45px;
}
#featurea_block #feature_list li a {
	margin: 0 auto;
}

/* ==========================================
	greeting_block
========================================== */

#greeting_block {
	padding: 55px 0 60px;
}
#greeting_block h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#greeting_block h2 span {
	display: block;
	font-size: 15px;
	color: #e89bba;
	margin-bottom: 5px;
}
#greeting_block .text_box {
	text-align:center;	
}
#greeting_block .text_box h3 {
	font-size: 28px;
	letter-spacing: 0.1em;
	color: #5b5151;
	margin-bottom: 15px;
}
#greeting_block .text_box a {
    margin: 40px auto 0;
    text-align: left;
}
#greeting_block .bnr_box {
    margin: 30px auto 0;
	text-align: center;
}
#greeting_block .bnr_box img:hover{
	opacity:0.8;
}
/*floe_box*/
#greeting_block .flow_box {
    text-align: center;
    margin: 50px 0 0 0;
    padding-top: 60px;
    border-top: 2px solid #ebebeb;
}
#greeting_block .flow_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 2%;
    margin-top: 20px;
}
#greeting_block .flow_box ul li {
    background: #f1ece7;
    border-radius: 5px;
    width: 32%;
	    padding: 30px 20px;
	box-sizing: border-box;
}
#greeting_block .flow_box ul li p {
	text-align: left;
}
#greeting_block .flow_box ul li .ttl {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #5b5151;
}
#greeting_block .flow_box ul li .txt {
	font-size: 14px;
}
#greeting_block .flow_box .note {
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	text-align: right;
}


/* ==========================================
	contents_block
========================================== */

#contents_block {
	padding-top: 0;
}
#contents_block .img_box {
	border: 1px solid #e1e1e1;
}
#contents_block .img_box img {
	border: 25px solid #fff;
}
#contents_block .text_box {
	width: 470px;
}
#contents_block .text_box h2 {
	margin-bottom: 40px;
}
#contents_block .text_box a {
	margin-top: 45px;
}
#implant_box {
	margin-bottom: 80px;
}
#general_box,
#periodontal_box,
#cosmetic_box,
#mekkin_box {
	margin: 100px 0 80px;
}

/* ==========================================
	info_block
========================================== */

#info_block {
	position: relative;
}
#info_block .bg_01 {
	height: 500px;
	background: url(../img/index/info_bg_01.jpg) no-repeat;
}
#info_block .bg_02 {
	height: 580px;
	background: url(../img/index/info_bg_02.png);
}
#info_block .contents_inner {
	background: #fff;
	padding: 40px 25px;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#info_block .contents_inner:before {
	content: "";
	display: block;
	width: 950px;
	height: 15px;
	margin: -46px auto 30px;
	background: #c8c58e;
	border-radius: 10px;
}
#info_block #news_box h2,
#info_block #blog_box h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 3px 5px 55px;
	border-bottom: 1px solid #5b5151;
}
#info_block #news_box h2 span,
#info_block #blog_box h2 span {
	float: right;
}
#info_block #news_box h2 {
	background: url(../img/index/icon_news.png) no-repeat;
	background-position-x: 15px;
}
#info_block #blog_box h2 {
	background: url(../img/index/icon_blog.png) no-repeat;
	background-position-x: 15px;
}
#info_block #reception_box h2 {
	font-weight: normal;
	margin-bottom: 15px;
	background: url(../img/index/icon_reception.png) no-repeat;
	background-position: 400px center;
}
#info_block #news_box,
#info_block #blog_box {
	width: 445px;
}
#info_block .link_btn {
	margin: 25px auto 0;
}
#info_block #news_box ul li,
#info_block #blog_box ul li {
	font-size: 14px;
	padding: 10px 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
#info_block #news_box ul li span,
#info_block #blog_box ul li span {
	display: inline-block;
	width: 100px;
	color: #a0956f;
}
#info_block #news_box ul li a,
#info_block #blog_box ul li a {
	display: block;
	float: right;
	width: 330px;
}
#info_block #reception_box {
	margin-top: 30px;
}
#info_block #reception_box h2,
#info_block #zieitai_box h2 {
	font-size: 16px;
	text-align: center;
}
#info_block #reception_box table {
	width: 100%;
	table-layout:fixed;
	border: 1px solid #ccc8c8;
}
#info_block #reception_box table th {
	background: #8d877a;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}
#info_block #reception_box table tr:first-child th {
	text-align: center;
	border-left: 1px solid #ccc8c8;
}
#info_block #reception_box table .w_180 {
	width: 180px;
	border-bottom: 1px solid #ccc8c8;
}
#info_block #reception_box table td {
	color: #696247;
	font-size: 25px;
	text-align: center;
	padding: 8px 0;
	border-left: 1px solid #ccc8c8;
	border-bottom: 1px solid #ccc8c8;
}
#info_block #reception_box table td .nonconsul {
	font-size: 18px;
}
#info_block #reception_box table td .circle {
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	background: #696247;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#info_block #reception_box .text_right {
	text-align: right;
}
#info_block #zieitai_box {
	margin-top: 40px;
}
#info_block #zieitai_box h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0;
	background: #5b5151;
	color: #fff;
}
#info_block #zieitai_box .text_box {
	padding: 15px;
	border: 2px solid #5b5151;
}
#info_block #zieitai_box .text_box p {
	font-size: 15px;
}
#info_block #zieitai_box .text_box span {
	display: block;
	text-align: right;
}

/* ==========================================
	loopslide_block
========================================== */

#loopslide_block ul,
#loopslide_block li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#loopslide_block {
	height: 200px;
}

/* ==========================================
	indoor_block
========================================== */

#indoor_block {
	padding-bottom: 115px;
}
#indoor_block .img_center {
	display: block;
	margin: 70px auto 55px;
}

#map_box iframe {
	width: 100%;
	height: 360px;
}
#map_box .i4ewOd-pzNkMb-haAclf {
	display: none !important;
}
#parking_box {
	margin-bottom: 50px;
}
#parking_box h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 40px 0 40px;
	color: #de5f99;
}

/* ==========================================
	ct_block
========================================== */

#ct_block {
	width: 1000px;
	margin: 60px auto 20px;
	padding: 50px 50px;
	border-bottom: 2px solid #ebebeb;
}
#ct_block h2 {
	font-size: 38px;
	font-weight: 600;
	margin-top: 20px;
	color: #6b5e5e;
}
#ct_block h2 img {
	display: block;
	margin-top: 20px;
}
#ct_block h2 span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}
#ct_block .text_box {
	margin-top: 50px;
}


/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	main
========================================== */

	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 10px !important;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		width: 40px !important;
		height: 5px !important;
		margin: 0 5px !important;
	}

/* ==========================================
	featurea_block
========================================== */

	#featurea_block {
		padding: 40px 0 20px;
	}
	#featurea_block #feature_list {
		margin-top: 20px;
	}
	#featurea_block #feature_list li {
		float: none !important;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#featurea_block #feature_list li h3 {
		margin-bottom: 15px;
	}
	#featurea_block #feature_list li h3 span {
		font-weight: normal;
		color: #4b4b4b;
		text-align: center;
		font-size: 18px;
		border-top: 1px solid #4b4b4b;
		border-bottom: 1px solid #4b4b4b;
	}
	#featurea_block #feature_list li img {
		display: block;
		margin: 0 auto;
	}
	#featurea_block #feature_list li p {
		margin: 15px 0 25px;
	}
	
	

/* ==========================================
	greeting_block
========================================== */

	#greeting_block {
		padding: 35px 0 40px;
	}
	#greeting_block .left,
	#greeting_block .right {
		float: none !important;
	}
	#greeting_block .text_box {
		margin: 20px 0 0;
	}
	#greeting_block img {
		display: block;
		margin: 0 auto;
	}
	#greeting_block h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	#greeting_block .text_box h3 {
		font-size: 20px;
		letter-spacing: 0;
	}
	#greeting_block .text_box a {
		display: block;
		margin: 30px auto 0;
	}
	
	
	/*floe_box*/
#greeting_block .flow_box {
    margin: 30px 0 0 0;
    padding-top: 10px;
}
#greeting_block .flow_box ul {
    gap: 15px 2%;
}
#greeting_block .flow_box ul li {
    width: 49%;
	    padding: 30px 20px;
}
#greeting_block .flow_box ul li .ttl {
    font-size: 16px;
}
#greeting_block .flow_box .note {
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	text-align: right;
}
	
	#greeting_block .bnr_box {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		background: #473e3f;
	}
/* ==========================================
	contents_block
========================================== */

	#contents_block {
		padding-top: 0;
	}
	#contents_block .img_box {
		width: 250px;
		margin: 0 auto;
		float: none !important;
	}
	#contents_block .img_box img {
		display: block;
		margin: 0 auto;
		border: 8px solid #fff;
	}
	#contents_block .text_box {
		width: 100%;
		margin-top: 15px;
	}
	#contents_block .text_box h2 {
		margin: 20px 0;
		color: #362919;
		font-size: 20px;
	}
	#contents_block .text_box h2 .en {
		display: block;
		font-family: "Noto Sans Japanese", "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size: 16px;
		font-weight: normal;
		position: relative;
	}
	#contents_block .text_box h2 .en:after {
		content: "";
		width: 50px;
		height: 2px;
		background: #362919;
		position: absolute;
		bottom: -15px;
		left: 0;
	}
	#contents_block .text_box a {
		margin: 30px auto 0;
	}
	#general_box,
	#periodontal_box,
	#cosmetic_box,
	#mekkin_box {
		margin: 60px 0 80px;
	}

/* ==========================================
	info_block
========================================== */

	#info_block .bg_01 {
		height: 160px;
		background-size: cover;
		background-position: center;
	}
	#info_block .bg_02 {
		display: none;
	}
	#info_block .contents_inner {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 0;
		position: static;
	}
	#info_block .contents_inner:before {
		width: 100%;
	}
	#info_block #news_box,
	#info_block #blog_box {
		width: 100%;
	}
	#info_block #blog_box {
		margin-top: 40px;
	}
	#info_block #news_box h2,
	#info_block #blog_box h2 {
		background-position-x: 5px;
	}
	#info_block #reception_box h2 {
		text-align: left;
		padding-left: 30px;
		background-position: 0 center;
	}
	#info_block #news_box ul li,
	#info_block #blog_box ul li {
		font-size: 13px;
	}
	#info_block #news_box ul li span,
	#info_block #blog_box ul li span {
		display: block;
		width: 100%;
	}
	#info_block #news_box ul li a,
	#info_block #blog_box ul li a {
		float: none !important;
		width: 100%;
	}
	#info_block #reception_box table th {
		font-size: 13px;
		line-height: 160%;
	}
	#info_block #reception_box table .w_180 {
		width: 50px;
	}
	#info_block #reception_box table td {
		font-size: 18px;
		vertical-align: middle;
	}
	#info_block #reception_box table td span {
		font-size: 13px;
	}
	#info_block #reception_box .text_right {
		text-align: center;
	}
	#info_block #zieitai_box h2 {
		font-size: 16px;
	}
	#info_block #zieitai_box .text_box p {
		font-size: 13px;
	}
	#info_block #zieitai_box .text_box span {
		font-size: 13px;
		margin-top: 10px;
	}

/* ==========================================
	loopslide_block
========================================== */

#loopslide_block ul {
	margin-top: 0;
}

/* ==========================================
	indoor_block
========================================== */

	#indoor_block {
		padding-bottom: 70px;
	}
	#indoor_block .img_center {
		display: block;
		margin: 70px auto 55px;
	}
	#indoor_view iframe {
		width: 100%;
		height: 300px !important;
	}
	#map_box iframe {
		height: 250px;
	}
	#parking_box {
		margin-bottom: 30px;
	}
	#parking_box h3 {
		font-size: 16px;
		margin: 20px 0 15px;
	}

/* ==========================================
	ct_block
========================================== */

	#ct_block {
		width: 100%;
		margin: 30px auto 10px;
		padding: 25px 15px;
		border: none;
		border-bottom: 2px solid #ebebeb;
	}
	#ct_block .left,
	#ct_block .right {
		float: none !important;
	}
	#ct_block h2 {
		font-size: 28px;
		text-align: center;
		margin-top: 0;
	}
	#ct_block h2 span {
		margin-top: 10px;
		font-size: 13px;
	}
	#ct_block h2 img {
		display: block;
		width: 233.5px;
		margin: 15px auto 0;
	}
	#ct_block .text_box {
		margin-top: 20px;
	}
	#ct_block img.sp_mode {
		display: block;
		width: 250px;
		margin: 30px auto 0;
	}

}