@charset "utf-8";
/*
Theme Name: yougadental
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/**
 *
 * 初期化
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*color: #666666;*/
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 970px;

}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.serif-all * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.min {
	font-family:"リュウミン M-KL","Ryumin Medium KL";
}

em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
a:link {
	color: #00698C;
	text-decoration: underline;
}
a:visited {
	color: #00698C;
	text-decoration: underline;
}
a:hover {
	color: #00698C;
	text-decoration: none;
}
a:active {
	color: #00698C;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #FF7F00;
}
.green {
	color: #00B2B2;
}
.yellow {
	color: #FFBF00;
}
.red {
	color: red;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {

}
#breadcrumb {
	position: relative;
	background: url(/img/glue_0.png) left center no-repeat;
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 7px !important;
	list-style-image: none !important;
	padding-left: 7px !important;
	margin-bottom: 0px !important;

}
#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;

}
#breadcrumb ul li:after {
	content: ">";
	visibility: visible;
	display: inline-block;
	padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
	content: none;
}
/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #dcdbcb;
	background: white;
	color: #330000;

}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #330000;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #330000;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #0d68ac;
	color: white;
	font-weight: bold;
}

/*header*/

.btn-reserve {
	margin-right: 10px;
	margin-bottom: 5px;
	width: 170px;
}
.btn-reserve > a {
	border-radius: 5px;
	background: #517695;
	font-size: 15px;
	color: white !important;
	text-decoration: none !important;
	line-height: 34px;
	display: block;
	padding: 0 10px;
}
.btn-reserve > a:before {
	content: "";
	background: url(/img/btn-reserve.png) left center no-repeat;
	background-size: contain;
	width: 18px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: -3px;
}
.btn-reserve > a:hover {
	opacity: 0.7;
}

.btn-implant {
	margin-right: 10px;
	margin-bottom: 5px;
	width: 170px;
}

.btn-implant > a {
	border-radius: 5px;
	background: #c79d42;
	font-size: 15px;
	color: white !important;
	text-decoration: none !important;
	line-height: 34px;
	display: block;
	padding: 0 10px;
}
.btn-implant > a:hover {
	opacity: 0.7;
}
.btn-contact {

	margin-bottom: 5px;
	width: 170px;
}
.btn-contact > a {
	border-radius: 5px;
	background: #9C7B56;
	font-size: 15px;
	color: white !important;
	text-decoration: none !important;
	line-height: 34px;
	display: block;
	padding: 0 10px;
}
.btn-contact > a:before {
	content: "";
	background: url(/img/btn-contact.png) left center no-repeat;
	background-size: contain;
	width: 18px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: -3px;
}
.btn-contact > a:hover {
	opacity: 0.7;
}



/**
 *
 * レイアウト定義
 *
 */
.l-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	/*background: url(/img/bg_sub.jpg) 0 0 repeat-x;*/
	background: url(/img/bg-sub-2.jpg) 0 0 repeat-x;
}
.l-wrap.is-front {
	background: none;
}
.l-wrap-left {
	clear: both;
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
	background: url(/img/bg_shadow_left.png) no-repeat;
}
.l-wrap-right {
	clear: both;
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
	background: url(/img/bg_shadow_right.png) no-repeat right top;
}
.l-header {
	position: relative;
	height: 139px;
	margin: 0 auto;
}
.l-header.is-fixed {
	margin-bottom: 55px;
}
.l-nav {
	position: relative;
	z-index: 100;
	display: block;
	background: url(/img/bg-nav-2.png) center top no-repeat;

}
.l-nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.10);
/* 	height: 50px; */
	margin: 0;
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #ccc2b7 100%);
	background: -webkit-linear-gradient(top,  #feffff 0%,#ccc2b7 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#ccc2b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ccc2b7',GradientType=0 );

}
.l-main {

	position: relative;
	display: block;

}
.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {
	width: 230px;
	float: right;

}

.l-content {
	float: left;
	width: 700px;

}
.l-footer {
	clear: both;
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
	background: url(/img/bg-footer.jpg) 0 0 repeat-x;
}



/**
 *
 * Box
 *
 */
.box-1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.box-990 {
	width: 990px;
	margin: 0px auto;
	position: relative;
}
.box-960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.box-960-index {
	margin-top: 80px;
}


/**
 *
 * Header
 *
 */


.header-title {
	font-size: 14px;
	color: #251D19;
	padding-top: 10px;
}
.header-logo {
	width: 284px;
	text-align: center;
	font-size: 12px;
	color: #443125;
	text-align: left;
	line-height: 1.4em;
	padding-top: 10px;
	padding-top: 40px;
	margin-bottom: 12px;
}
.header-logo a {
	color: #443125;
	text-decoration: none;
}
.header-logo img {
	width: 100%;
}
.header-logo span {
	display: block;
	padding-left: 60px;
	padding-top: 0px;
}
.l-header .header-tel {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 14px;
	line-height: 1.6em;
}
.header-tel a {
	display: block;
}
.header-tel img {

}
.l-header .header-btn {
	position: absolute;
	top: 102px;
	right: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header-btn li {
	display: inline-block;
	text-align: right;
}
.header-btn li:nth-child(1) img {

}
.header-btn li:nth-child(2) img {

}
.header-btn li a {

}
.header-icon {
	width: 270px;
	position: absolute;
	left: 350px;
	top: 30px;
}
.header-icon li {
	display: inline-block;
	width: 84px;
}
.header-icon li img {
	width: 100%;
}
.header-notice {
	position: absolute;
	left: 350px;
	top: 65px;
	font-size: 12px;
}
.header-notice * {
	font-size: 12px;
}

/**
 *
 * Nav
 *
 */
.l-nav .li-1 > a {
	width: 49px;
}
.l-nav .li-2 > a {
	width: 130px;
}
.l-nav .li-3 > a {
	width: 130px;
}
.l-nav .li-4 > a {
	width: 130px;
}
.l-nav .li-5 > a {
	width: 130px;
}
.l-nav .li-6 > a {
	width: 130px;
}
.l-nav .li-7 > a {
	width: 130px;
}
.l-nav .li-8 > a {
	width: 130px;
}


.l-nav {

}

.l-nav .nav-inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 5px;
	height: 50px;

}
.l-nav .nav-inner.is-active {

}
.l-nav .nav-inner .nav-new-logo {
	display: none;
}
.l-nav .nav-inner > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;

}
.l-nav .nav-inner > ul > li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: url(/img/nav-sep.png) right 6px no-repeat;
}

.l-nav .nav-inner > ul > li:last-child {
background: none;
}
.l-nav .nav-inner > ul > li:first-child img {
	vertical-align: middle;
}
.l-nav .nav-inner > ul > li .menu-link {
	position: absolute;
	left: 50%;
	top: 0px;
	width: calc(100% - 6px);
	height: 100%;
	/* margin: 0 4px; */
	z-index: 5;
	padding: 0;
	border: none !important;
	box-sizing: border-box;
	transform: translate(-50%, 0%);
}
.l-nav .nav-inner > ul > li .menu-link:after {
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	top: 0px;
	right: 10px;
}
.l-nav .nav-inner > ul > li .nav-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0;
	text-align: center;
	box-sizing: border-box;

	width: 55px;
	height: 34px;
	color: #492007;

}
.l-nav .nav-inner > ul > li .nav-icon img {
	vertical-align: top;

}

.l-nav .nav-inner > ul > li:nth-child(8) > a {
	background: url(/img/nav-bottom.png) 2px 44px no-repeat;
	background-size: 124px 2px;
}

/*
.l-nav .nav-inner > ul > li:nth-child(1):after {
	content: "";
	background: url(/img/nav-1-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(2):after {
	content: "";
	background: url(/img/nav-2-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(3):after {
	content: "";
	background: url(/img/nav-3-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(4):after {
	content: "";
	background: url(/img/nav-4-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(5):after {
	content: "";
	background: url(/img/nav-5-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(6):after {
	content: "";
	background: url(/img/nav-6-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(7):after {
	content: "";
	background: url(/img/nav-7-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(8):after {
	content: "";
	background: url(/img/nav-8-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
*/



.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	text-align: center;
	margin: 0px;
	line-height: 50px;
	padding: 0 26px 2px;
	font-size: 14px;
	color: #492007;

	box-sizing: border-box;

}
.l-nav .nav-inner > ul > li:first-child > a {
	padding: 0 10px 2px;
	margin: 0 4px;
}
.l-nav .nav-inner > ul > li:first-child > a .en {
	padding-top: 0px;
}
.l-nav .nav-inner > ul > li:last-child > span {
	padding: 0 24px 2px;
}
.l-nav .nav-inner > ul > li > a {
	text-decoration: none;
	background: url(/img/nav-bottom.png) left 44px repeat-x;
}
.l-nav .nav-inner > ul > li > a .en, .l-nav .nav-inner > ul > li  .en {
	display: block;
	font-size: 8px;
	padding-top: 2px;
	color: #492007;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
.l-nav .nav-inner > ul > li > a:hover, .l-nav .nav-inner > ul > li > span:hover {
	text-decoration: none;
	cursor: pointer;
}

.l-nav .nav-inner > ul > li:hover .menu-sub, .l-nav .nav-inner > ul > li:hover .menu-sub {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
	top: 46px;
}
.menu-sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 35px;
}
.menu-sub.is-active {

}
.menu-sub ul {
	width: 200px;
	z-index: 999;

}
.menu-sub ul li {

	border-bottom: none;
	margin: 0px 0px;

}
.menu-sub ul li:last-child {
	border-bottom: none;
}
.l-nav .nav-inner > ul > li:hover .menu-sub a, .l-nav .nav-inner > ul > li:hover .menu-sub a {
	padding: 5px;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;

}
.menu-sub ul li a {
	display: block;
	padding: 0px 5px;
	font-size: 12px;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	color: black;
	background: white;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
.menu-sub ul li:nth-child(odd) a {
	background: #EEEEEE;
}
.menu-sub ul li a:hover {
	background: rgb(114,74,2);
	background: -moz-linear-gradient(top, rgba(114,74,2,1) 0%, rgba(54,28,3,1) 68%, rgba(54,28,3,1) 100%);
	background: -webkit-linear-gradient(top, rgba(114,74,2,1) 0%,rgba(54,28,3,1) 68%,rgba(54,28,3,1) 100%);
	background: linear-gradient(to bottom, rgba(114,74,2,1) 0%,rgba(54,28,3,1) 68%,rgba(54,28,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724a02', endColorstr='#361c03',GradientType=0 );
	color: white;
		-webkit-transition: 0.0s ease-in-out;
	   -moz-transition: 0.0s ease-in-out;
	     -o-transition: 0.0s ease-in-out;
	        transition: 0.0s ease-in-out;
}
.menu-sub .to-back {


}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {

}


.btn-nav {
	display: none;

}

/**
 *
 * Box Contact
 *
 */
.box-contact {
	border: 1px solid #CCCCCC;
	padding: 20px 15px 0px 15px;
	margin: 40px 0;
	background: #ECE7DD;
	font-size: 14px;
	text-align: center;
}

.box-contact-intro {
	font-size: 16px;
}
.box-contact .header-tel {
	margin-bottom: 10px;
}
.box-contact .header-btn {

}
.train {
	font-size: 18px;
}
.train .train-1 {
	font-size: 18px;
	color: #9E5766;
}
.train .train-2 {
	font-size: 22px;
	color: #593623;
}
.train img {
	position: relative;
	top: 5px;
}

.car {
	font-size: 16px;
}
.blue {
	color: #0AB1AD;
}
.box-contact-link a {
	color: #FF4000 !important;
	text-decoration: underline !important;
	background: transparent url(/img/txt-icon.gif) right no-repeat;
	padding-right: 12px;
	margin-right: 3px;
}
.map {
	width: 670px;
	height: 300px;
}
/**
 *
 * Sidebar
 *
 */
.list-banner {

}
.list-banner > li {
	margin-bottom: 0.5em;
}
.side-nav {
	background-color: #E8E2D7;
	margin-bottom: 10px;
	padding: 15px 0 0 0;
	background: #ECE7DD url(/img/bg_sidemenu_2.jpg) no-repeat 2px 2px;
	margin-bottom: 1.5em;
}
.side-nav-inner {
	background: url(/img/side.jpg) center top no-repeat;
	padding-top: 1px;
}
.side-nav h2 {
	margin: 12px 8px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 10px;

	color: #201813;
}
.side-nav h2 span {
	display: none;
}

.side-nav h2 img {
	width: 43px;
	position: absolute;
	top: 0px;
	right: 10px;
}
.side-nav ul {
	display: block;
	width: 203px;
	background-image: url(/img/bg_sidemenu.jpg);
	background-color: #E8E2D7;
	background-repeat: repeat-y;
	margin: 0 0 16px 16px;
}
.side-nav ul li {

}
.side-nav ul li a {
display: block;
padding: 0 0 0 23px;
width: 180px;
height: 33px;
line-height: 33px;
font-size: 13px;
text-decoration: none;
color: #000;
text-align: left;
}
.side-nav ul li a:hover {
background: url(/img/bg_rightbtn_3.png);
text-decoration: none;
color: #FFF;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
}
.l-sidebar .list-banner:first-child {
	margin-top: 5px;
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}
.footer-top {
	padding: 50px 0 20px;
	text-align: center;

	box-sizing: border-box;
}
.footer-top a {
	line-height: 3em;
	color: #251D19 !important;
	text-decoration: underline !important;
}
.footer-top img {
	width: 371px;
}
.footer-bottom {
	border-top: 1px solid #D8A300;
	background: url(/img/bg-footer-bottom.jpg) 0 0 repeat-x;
}
.footer-nav {
	width: 960px;
	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;
	line-height: 52px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer-nav-sep.png) 0 12px no-repeat;
}
.footer-nav li a {
	color: white;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 2px;
}
.footer-nav li.li_2 img {
	top: 4px;
}
.copyright {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #7D6848;
}

.mfp {
	line-height: normal !important;
}
.sp {
	display: none !important;
}
.br-sp {
	display: none;
}

/*当院のインプラント修正*/
.implant_wrap h2,
.implant_wrap h3 {
    margin: 2em 0 1em!important;
}
.implant_wrap table.imp_tb th {
    background: #f5f5f5;
    padding:  1em;
    border-bottom:  1px #fff solid;
    width: 30%;
}
.implant_wrap table.imp_tb tr td {
    padding-left: 1em;
    border-bottom:  1px #ecebeb solid;
    border-right:  1px #ecebeb solid;
    border-left:  1px #ecebeb solid;
}
.implant_wrap table.imp_tb{
    border-top:  1px #ecebeb solid;
    border-left:  1px #ecebeb solid;

}
#contentContainer ul.imp_ul01 {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
    margin: 0;
}
#contentContainer ul.imp_ul01 li {
    width: 46%;
    background: #f1efef;
    margin-bottom: 1%;
    padding: 0.5em 0.8em;
    list-style-image: none;
    border-bottom: 1px #fff solid;
}
#contentContainer ul.imp_ul01 li strong {
    font-size: 16px
}
.implant_wrap .nagare strong {
    font-size:  16px;
}
.implant_wrap .round_uu {
    padding: 2em;
}
#contentContainer ul.imp_osusume li {
    font-size:  16px;
    line-height: 1.8em;
}
#contentContainer h4.implant_h4 {
    color: #C40F12;
    text-align: center;
    font-size: 20px;
}
#contentContainer h4.imp_h4 {
    font-weight:  bold;
    font-size:  28px;
    color: #7f384f;
}
@media screen and (max-width:640px) {
#contentContainer ul.imp_ul01 li {
    width: 43%;
 }
#contentContainer h4.implant_h4 br {
    display: none;
}
}

/*----------------------------*/
.inline-block {
	display: inline-block;
}

.flex2 {
	display: flex;
	text-align: center;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flex2::after,
.flex3::after {
	display: none;
}

.flex2 > * {
	width: 47%;
	margin: 0 0 20px;
}

.flex2 img {
	max-width: 100%;
}

.flex3 {
	text-align: center;
}

.flex3 > * {
	margin: 0 0 20px;
}

.flex3 img {
	max-width: 200px;
}

.video {
	margin-bottom: 30px;
}

.video-inner {
	position: relative;
	padding-top: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------
フロア案内
----------------------------*/
.floor-article * {
	box-sizing: border-box;
}

.floor-article section {
	margin-top: -50px;
	padding-top: 90px;
}

.floor-article span:not([class]) {
	display: inline-block;
}

#contentContainer .floor-article h2 {
	margin-top: 0;
}

.floor-article img {
	height: auto;
}

.floor-intro .strong {
	margin: 0 0.2em;
	font-weight: 700;
	font-size: 1.2em;
}

#contentContainer .floor-intro-ul {
	display: flex;
	list-style: none;
	margin: 0 0 20px;
	justify-content: space-between;
}

.floor-intro-li {
	position: relative;
	width: 31%;
	min-height: 50px;
}

.floor-intro-li::after {
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	width: 0;
	margin: auto;
	border-right: 3px solid;
	content: "";
	transform-origin: center top;
}

.floor-intro-li a {
	display: flex;
	position: relative;
	z-index: 0;
	height: 100%;
	padding: 0.6em;
	border: 2px solid;
	color: inherit;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	transition: 0.3s ease-in-out;
	justify-content: center;
	align-items: center;
}

.floor-intro-li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 5px solid #fff;
	content: "";
	transition: 0.3s ease-in-out;
}

.floor-intro-li a:hover {
	background: none;
	color: inherit;
	text-decoration: none;
}

.floor-intro-li01::after {
	height: 51vw;
	max-height: 360px;
	border-color: #d1f3ff;
	transform: rotate(-17deg);
}

.floor-intro-li01 a {
	border-color: #d1f3ff;
	background: #d1f3ff;
}

.floor-intro-li01 a:hover::before {
	border-color: #d1f3ff;
}

.floor-intro-li02::after {
	height: 50vw;
	max-height: 350px;
	border-color: #ffe3e3;
	transform: rotate(-14deg);
}

.floor-intro-li02 a {
	border-color: #ffe3e3;
	background: #ffe3e3;
}

.floor-intro-li02 a:hover::before {
	border-color: #ffe3e3;
}

.floor-intro-li03::after {
	height: 48vw;
	max-height: 330px;
	border-color: #fff2cc;
	transform: rotate(-7deg);
}

.floor-intro-li03 a {
	border-color: #fff2cc;
	background: #fff2cc;
}

.floor-intro-li03 a:hover::before {
	border-color: #fff2cc;
}

#contentContainer .floor01 h2 {
	background: linear-gradient(#fff, #ffe3e3 85%, rgba(255, 114, 114, 0.1) 90%);
}

#contentContainer .floor02 h2 {
	background: linear-gradient(#fff, #d1f3ff 85%, rgba(24, 193, 255, 0.1) 90%);
}

#contentContainer .floor03 h2 {
	background: linear-gradient(#fff, #fff2cc 85%, rgba(255, 192, 0, 0.1) 90%);
}

/*----------------------------
根管治療
----------------------------*/
.endo .image {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.endo .image > * {
	width: 48%;
	max-width: 320px;
}

#contentContainer .endo ul.caption {
	display: flex;
	list-style: none;
	margin: 0 0 1em;
	text-align: center;
	justify-content: space-between;
}

#contentContainer .endo ul.caption li {
	width: 48%;
}

.endo .arrow {
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 30px solid #ff7000;
	border-right: 45px solid transparent;
	border-left: 45px solid transparent;
	content: "";
}
/*----------------------------
  治療の流れ
----------------------------*/
.stepBox {
	margin-bottom: 3em;
	}

#contentContainer .stepBox h3,
#contentContainer .stepBox h4 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	padding-left:68px;
	color: #371F13;
	line-height: 1.5em;
	border:none;
	}

.titStep01 { background: url(/img/step01.png) no-repeat left bottom; }
.titStep02 { background: url(/img/step02.png) no-repeat left bottom; }
.titStep03 { background: url(/img/step03.png) no-repeat left bottom; }
.titStep04 { background: url(/img/step04.png) no-repeat left bottom; }
.titStep05 { background: url(/img/step05.png) no-repeat left bottom; }
.titStep06 { background: url(/img/step06.png) no-repeat left bottom; }
.titStep07 { background: url(/img/step07.png) no-repeat left bottom; }
.titStep08 { background: url(/img/step08.png) no-repeat left bottom; }
.titStep09 { background: url(/img/step09.png) no-repeat left bottom; }
.titStep10 { background: url(/img/step10.png) no-repeat left bottom; }

.stepBox p {
	padding-left: 2em;
	}
/*----------------------------
  安心のポイント
----------------------------*/
.pointBox {
	margin-bottom: 3em;
	}

#contentContainer .pointBox h3,
#contentContainer .pointBox h4 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	padding-left:68px;
	color: #371F13;
	line-height: 1.5em;
	border:none;
	}

.titPoint01 { background: url(/img/point01.png) no-repeat left bottom; }
.titPoint02 { background: url(/img/point02.png) no-repeat left bottom; }
.titPoint03 { background: url(/img/point03.png) no-repeat left bottom; }
.titPoint04 { background: url(/img/point04.png) no-repeat left bottom; }
.titPoint05 { background: url(/img/point05.png) no-repeat left bottom; }
.titPoint06 { background: url(/img/point06.png) no-repeat left bottom; }
.titPoint07 { background: url(/img/point07.png) no-repeat left bottom; }
.titPoint08 { background: url(/img/point08.png) no-repeat left bottom; }
.titPoint09 { background: url(/img/point09.png) no-repeat left bottom; }
.titPoint10 { background: url(/img/point10.png) no-repeat left bottom; }

.pointBox p {
	padding-left: 2em;
	}
/* colorbild_add 20220407 start */
.photo_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}
div.photo_box::after,div.photo_box:last-child {
  content: "" !important;
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.photo_box .photo_box_img {
	width: 48%;
}

.photo_box .photo_box_img img {
	width: 100%;
	height: auto;
}
/* colorbild_add 20220407 end */