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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	line-height:160%;
	color:#4c4c4c;
}
@media only screen and (max-width: 1104px){
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
		font-size:14px;
	}
}

/*スマホ*/
@media only screen and (min-width: 500px){
 .br_sp{
  display:none;
 }
}
/*トップスライダーcss*/
.flexslider {
  margin: 0px !important;
}
.home-img .flexslider {
  margin: 0px !important;
  background: none !important;
  border: none !important;
}
.home-img .flex-direction-nav a {
    width: 60px !important;
    height: 60px !important;
    margin: -47px 0 0 !important;
}
.home-img .flex-direction-nav a:before {
    content: '' !important;
}
.home-img .flex-direction-nav a.flex-next:before {
    content: '' !important;
}
.home-img .flex-prev{
     background: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/access/left_icon.png) no-repeat!important;

}
.home-img .flex-next{
    background: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/access/right_icon.png) no-repeat!important;
}

.home-img .mainslider .trimming:after {
    display: block;
    content: "";
    padding-top: 152%;
}

[data-element-id] .flexslider .slides  {
    width: 100% !important;
    height: 680px;
    overflow: hidden;
}
.home-img .flexslider .slides {
    height: 560px;
}

[data-element-id] .flexslider .slides img {
    min-width: 1560px;
    height: auto;
}
@media only screen and (max-width: 1366px){
  .home-img .flex-viewport {
    max-height: 425px;
}
}
@media only screen and (max-width: 1024px){
.home-img .flex-viewport {
    max-height: 315px;
}
}
@media only screen and (max-width: 820px){
.home-img .flex-viewport {
    max-height: 220px;
}
}
@media only screen and (max-width: 820px){
.home-img .flex-viewport {
    max-height: 200px;
}
}
/*アクセススライダーcss*/
.access1  .flexslider {
  margin:0px;
  background: none !important;
  border: none !important;
}
.access1 .flex-direction-nav a.flex-next {
    right: -62px;
}
.access1 .flex-direction-nav .flex-prev {
    left: -20px;
}

[data-element-id] .access1 .flexslider ul.slides {
    height: 300px;
    overflow: hidden;
}
.access1 .flexslider .slides li .trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.access1 .flex-direction-nav a {
    opacity: 0.7 !important;
    z-index: 1 !important;
    width: 60px !important;
    height: 60px !important;
    margin: -13% 0 0 !important;
}

@media only screen and (max-width: 500px){
.access1 .flex-direction-nav a.flex-next {
    right: -52px;
}
.access1 .flex-direction-nav .flex-prev {
    left: -10px;
}
.access1 .flex-direction-nav a {
    margin: -43% 0 0 !important;
}
}
.access1  .flex-direction-nav a:before {
    content: '' !important;
}
.access1  .flex-direction-nav a.flex-next:before {
    content: '' !important;
}
.access1  .flex-prev{
     background: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/access/left_icon.png) no-repeat!important;

}
.access1  .flex-next{
    background: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/access/right_icon.png) no-repeat!important;
}


/*リセットcss*/
html {
    font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
	font-size:1.6rem;
	line-height:160%;
	color:#000;
}
h2 {
	font-size: 4.5rem
}
h3 {
	font-size: 3.8rem
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
    display: block;
    content: "";
    clear: both;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear{
    clear:both;
}
iframe {
    max-width: 100%;
}
img{
	vertical-align:top;
	border:none;
	max-width: 100%;
	height: auto !important;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	opacity:0.6;
	color: inherit;
    text-decoration: none;
}
a[href*="tel"] {
    pointer-events: none;
}
a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}
a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: #8c0000;
    font-weight: bold;
    background: #d6d6d6;
    padding: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: #8c0000;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}
[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}
ul, li{
	list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
dl, dt, dd {
    text-align: left;
    padding: 0;
    margin: 0;
}
/*フレックス*/
.flex { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*フレックスセンター*/
.flex_c { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.tfm_p {
	position: relative;
}
/*左右中央寄せ*/
.tfm_x {
	position: absolute;
    top: 0;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*上下中央寄せ*/
.tfm_y {
	position: absolute;
    top: 50%;
    left:  0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*上下左右中央寄せ*/
.tfm_xy {
	position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/*トリミング*/
.trimming {
	width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    }
.trimming:after {
    display: block;
    content: "";
    padding-top: 100%; /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
    }
    
.trimming_x {
	width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    }
.trimming_x:after {
    display: block;
    content: "";
    padding-top: 100%; /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
    }
@media only screen and (max-width: 1024px){
h2 {
	font-size: 3.5rem
}
h3 {
	font-size: 2.8rem
    }
a[href*="tel"] {
	pointer-events: initial !important;
}
}
.flx { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flx_c { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	/display:inline;
	/zoom:1;
}
.i{
	font-weight:normal;
	font-family: "fontawesome-webfont";
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix {
/*
	overflow: hidden;
*/
}

.clear{
clear:both;
}

img{
	vertical-align:top;
	border:none;
}
a{
	text-decoration:none;
	color:#4c4c4c;
}
a:hover{
	opacity:0.6;
}
ul{
	list-style:none;
}

#wrapper{
	min-width:1084px;
	overflow:hidden;
}
.w84{
	max-width:1084px;
	margin:0 auto;
}
@media only screen and (max-width: 1104px){
	#wrapper{
		min-width:300px;
	}
	.w84{
		width:90%;
	}
	img{
		max-width:100%;
		height:auto;
	}
}
#header{
	padding-bottom:30px;
}
#header h1{
	font-size:12px;
	font-weight:normal;
	padding:10px;
}
#header .left{
	float:left;
}
#header .left h2{
	padding-bottom:10px;
	width: 400px;
}
#header .left h2 img{
  height: 90px !important;
}
#header .left ul{
	letter-spacing:-5px;
}
#header .left li{
	display:inline-block !important;
	font-size:14px;
	font-weight:bold;
	color:#007971;
	letter-spacing:0;
}
#header .left li+li:before{
	content:"｜";
	padding:0 0.5em;
}
#header .right{
	float:right;
	width:595px;
	height:auto;
}
#header .right .table{
	float:left;
	width:485px;
	height:auto;
}
#header .right .book{
	float:right;
	width:100px;
	height:auto;
}
#header .right .book a{
	display:inline-block !important;
	text-align:center;
	width:98px;
	height:76px;
	border:1px solid #5ca78f;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/f_icon_04.jpg) bottom right no-repeat;
	padding-top:22px;
}
#header .right .book a strong{
	display:block;
	font-size:14px;
	color:#5ca78f;
	padding-top:10px;
}
#header .right .table .tel dt{
	display:inline-block !important;
	font-size:12px;
	text-align:center;
	letter-spacing:0;
	vertical-align:middle;
}
#header .right .table .tel dt strong{
	display:block;
	font-size:16px;
}
#header .right .table .tel dd{
	display:inline-block !important;
	letter-spacing:0;
	font-size:36px;
	color:#007971;
	padding-left:8px;
	vertical-align:middle;
}
#header .right .table .tel dd a{
	color:#007971;
}
#header .right .table .tel dd img{
	vertical-align:middle;
}
#header .right .time .g{
	display:inline-block !important;
	background:#5ca78f;
	width:67px;
	height:auto;
	line-height:19px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
#header .right .time dt{
	line-height:19px;
	float:left;
}
#header .right .time dd{
	font-size:14px;
	padding:0 0 0 79px;
	line-height:19px;
}
#header .right .time{
	padding-bottom:5px;
}
#header .right .time dd img{
	margin-left:1em;
	margin-right:0.5em;
}
@media only screen and (max-width: 1104px){
	#header .left{
		float:none;
		margin:0 auto 10px auto;
		max-width:324px;
		width:auto;
	}
	#header .right{
		float:none;
		margin:0 auto;
		max-width:595px;
		width:auto;
	}
}
@media only screen and (max-width: 670px){
	#header .right .book{
		float:none;
		text-align:center;
		width:auto;
	}
	#header .right .table{
		float:none;
		margin:0 auto 20px auto;
		max-width:485px;
		width:auto;
	}
}
@media only screen and (max-width: 550px){
	#header .left li{
		font-size:12px;
	}
	#header .left li + li::before{
		padding:0;
	}
	#header .left ul{
		text-align:center;
	}
	#header .right .table .tel dt{
		display:block !important;
	}
	#header .right .table .tel dd{
		display:block !important;
		text-align:center;
		font-size:30px;
	}
	#header .right .time dd .k{
		display:block;
		text-indent:-1em;
	}
	#header h1{
		padding-right:55px;
	}
}
#gnav{
	background:#5ca78f;
	width:100%;
	z-index:100;
	position:relative;
	z-index:101;
}
#gnav.fixed{
	position:absolute;
	top:0;
	right:0;
}
#gnav li{
	width:196.8px;
	height:auto;
	float:left;
	text-align:center;
	position:relative;
}
#gnav li.home{
	width:100px;
}
#gnav li a{
	padding:25px 0 0 0;
	color:#fff;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	display:block;
	height:71px;
}
#gnav li strong{
	display:block;
	font-size:20px;
}
#gnav li .e{
	font-weight:bold;
	font-size:12px;
	display:block;
}
#gnav li a:hover,#gnav li.st a{
	background:#80c3ae;
	opacity:1;
}
#gnav.fixed li a{
	padding-top:9px;
	height: 51px;
}
#gnav p{
	display:none;
}
#gnav li ul{
	position:absolute;
	z-index:101;
	background:#fff;
	color:#4c4c4c;
	max-width:198px;
	width:100%;
	display:none;
}

#gnav li:hover ul{
	display:block;
}
#gnav li ul:before{
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/snabarrow.png);
	position:absolute;
	top:-11px;
	left:50%;
	margin-left:-13px;
}
#gnav.fixed ul:before{
	display:none;
}
#gnav li.st li a{
	background-color:inherit;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/snavmk.gif) 12px 19px no-repeat;
}
#gnav li li a:hover{
	background-color:inherit;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/snavmk.gif) 12px 19px no-repeat;
	opacity:0.6;
}
#gnav li li a{
	color:#4c4c4c;
	text-align:left;
	font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	padding:0 0 0 34px !important;
	height:auto !important;
	line-height:47px;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/snavmk.gif) 12px 19px no-repeat;
}
#gnav li li{
	margin:0 9px;
	width:auto;
	display:block !important;
	float:none;
	font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
}
#gnav li li+li{
	border-top:1px dotted #5ca78f;
}
@media only screen and (max-width: 1104px){
	.btm{
		margin-bottom:0 !important;
	}
	#gnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	
    }
	#gnav.fixed{
		 top: 0;
        right: 0;
		left:auto;
		width:200px;
		border:none;
		z-index:102;
		padding-top:0;
		padding-bottom:0;
	}
	#gnav li.home{
		width:auto;
	}
	#gnav ul li{
		float:none;
		width:auto;
		text-align:left;
		
	}
	#gnav li ul{
		display:block;
		position:relative;
		width:auto;
		margin:0;
		max-width:none;
	}
	#gnav li li+li{
		border-top:none;
	}
	#gnav li ul li a,#gnav.fixed li ul li a{
		text-align:left;
	}
	#gnav li li{
		margin:0;
	}
	#gnav:before{
		display:none;
	}

	#gnav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#5ca78f;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #5ca78f;
-moz-box-shadow:0px 0px 0px 2px #5ca78f;
-webkit-box-shadow:0px 0px 0px 2px #5ca78f;
	}

	#gnav li{
		width:auto;
		border-bottom:1px dotted #cacad9;
		padding:0;
		margin-top:0;
		display:block !important;
	}
	#gnav ul li a,#gnav.fixed ul li a{
		display:block;
		padding:8px 16px 8px 16px;
		text-align:center;
		height:auto !important;
	}

	#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#gnav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#gnav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#gnav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav ul{
		width:auto;
		height: 100%;
		padding:0 !important;
		overflow-y: auto;
		background: #5ca78f;
	}
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:9;
	}
}
.btm{
	margin-bottom:100px;
}
.totop{
	position:fixed;
	bottom:10px;
	right:10px;
	border-radius:50%;
	box-shadow:0px 0px 6px 0px #cccccc;
	z-index:101;
}
.reserve {
    position: fixed;
    bottom: 130px;
    right: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px #cccccc;
    z-index: 101;
    max-width: 210px;
}
#footer{
	padding:60px 0 0 0;
}
#footer .inner{
	padding-bottom:25px;
}
#footer  .inner .footinfo{
	width:348px;
	height:auto;
	float:left;
}
#footer  .inner .foottime{
	float:right;
	width:675px;
	height:auto;
}
#footer  .inner .footinfo li{
    display: inline-block !important;
    font-size: 14px;
    font-weight: bold;
    color: #007971;
    letter-spacing: 0;
}
#footer  .inner .footinfo li+li:before {
    content: "｜";
    padding: 0 0.5em;
}
#footer  .inner .footinfo h3{
	padding-bottom:10px;
}
#footer  .inner .footinfo  ul {
    letter-spacing: -5px;
	padding:0 0 8px 0;
}
#footer  .inner .footinfo p img{
	vertical-align:middle;
	margin-right:0.5em;
}
#footer  .inner .footinfo p{
	font-size:14px;
	padding:0 0 5px 0;
}
#footer  .inner .footinfo dt strong{
	font-size:16px;
	padding-right:0.5em;
}
#footer  .inner .footinfo dt{
	font-size:12px;
}
#footer  .inner .footinfo dt+dd{
	text-align:center;
	font-size:32px;
	color:#007971;
}
#footer  .inner .footinfo dt+dd a{
	color:#007971;
}
#footer  .inner .footinfo dt+dd img{
	vertical-align:middle;
	margin-right:0.25em;
}
#footer .inner .footinfo h3 img{
  height: 90px !important;
}
#footer .inner .footinfo dd+dd{
}
#footer .inner .footinfo dd+dd a{
	border:1px solid #5ca78f;
	display:inline-block !important;
	width:320px;
	line-height:40px;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/f_icon_04.jpg) bottom right no-repeat;
	text-align:center;
	color:#5ca78f;
	font-size:18px;
}
#footer  .inner .footinfo dd+dd a img{
	vertical-align:middle;
	margin-right:18px;
}
#footer .inner .footinfo dl + p {
	text-align:center;
  padding-top: 15px;
}
#footer  .inner .footinfo{
	padding-bottom:30px;
}
#footer  .inner .foottime dt .g{
    display: inline-block !important;
    background: #5ca78f;
    width: 67px;
    height: auto;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
#footer  .inner .foottime dt{
	float:left;
	line-height:19px;
}
#footer  .inner .foottime dd{
    font-size: 14px;
    padding: 0 0 0 79px;
    line-height: 19px;
}
#footer  .inner .foottime dd img{
	margin-left:1em;
	margin-right:0.5em;
}
#footer  .inner .foottime dl{
	padding-bottom:5px;
}
#footer  .inner .foottime .table{
	padding-bottom:20px;
}
#footer  .inner .foottime p{
	font-size:12px;
	padding:0 0 10px 0;
}
#footer  .inner .foottime table{
	width:100%;
	height:auto;
	border-collapse:collapse;
	margin-bottom:30px;
}
#footer  .inner .foottime table th{
	width:230px;
	font-size:18px;
	border:1px solid #5ca78f;
}
#footer  .inner .foottime table td{
	font-size:36px;
	border:1px solid #5ca78f;
	height:57px;
	text-align:center;
	color:#5ca78f;
}
#footer  .inner .foottime table td.off{
	font-size:24px;
}
#footer  .inner .foottime table td.c{
	font-size:28px;
}
#footer  .inner .foottime table thead td{
	font-size:18px;
	font-weight:bold;
	width:65px;
	background:#5ca78f;
	color:#fff;
	background:#5ca78f;
	height:34px;
}
#footer  .inner .foottime table thead th{
	background:#5ca78f;
	color:#fff;
	height:34px;
	
}
@media only screen and (max-width: 1104px){
	.totop{
		max-width:70px;
	}
		.reserve{
    max-width: 150px;
    bottom: 85px;
	}
	#footer .inner .footinfo{
		float:none;
		margin:0 auto;
		max-width:348px;
		width:auto;
	}
	#footer .inner .foottime{
		float:none;
		margin:0 auto;
		max-width: 675px;
		width:auto;
	}
	#footer .inner .foottime table thead td{
		font-size:16px;
	}
}
@media only screen and (max-width: 550px){
	#footer .inner .foottime dd .k{
		display: block;
		text-indent: -1em;
	}
	#footer .inner .foottime table thead td{
		font-size:12px !important;
		white-space:nowrap;
	}
	#footer .inner .foottime table th{
		font-size:12px;
	}
	#footer .inner .foottime table td{
		font-size:16px !important;
	}
	#footer .inner .foottime table td{
		height:35px;
	}
	#footer .inner .footinfo ul{
		text-align:center;
	}
	#footer .inner .footinfo li{
		font-size:12px;
	}
	#footer .inner .footinfo li + li:before{
		padding:0;
	}
	#footer .inner .footinfo dt strong{
		display:block;
	}
	#footer .inner .footinfo dt{
		text-align:center;
	}
	#footer .inner .footinfo dt + dd{
		font-size:30px;
	}
	#footer .inner .footinfo dd + dd a{
		width:260px;
	}
	#footer .inner .footinfo dd + dd{
		text-align:center;
	}
}
#footer #map{
	width:100%;
	height:400px;
}
.map iframe{
  width: 100%;
  height: 100%;
}

.footnav{
	background:#5ca78f;
	padding:28px 0 0 0;
}
.footnav{
	text-align:center;
	
}
.footnav li{
	display:inline-block !important;
}
.footnav li a{
	color:#fff;
}
.footnav li+li:before{
	content:"｜";
	color:#fff;
	padding:0 0.5em;
}
.footnav ul {
    padding-bottom: 20px;
    text-align: center;
}
.footnav p{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0 0 25px 0;
}
@media only screen and (max-width: 550px){
.footnav {
    background: #5ca78f;
    padding: 28px 0 68px 0;
}
}
.subtit{
	position:relative;
}
.subtit h2{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	text-align:center;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:14px;
	color:#333;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	margin-top:-25px;
	z-index:1;
}
.subtit h2 strong{
	display:block;
	color:#007971;
	font-size:24px;
	padding-bottom:5px;
}
.subtit .bkimg img {
    width: 100% !important;
    height: auto !important;
    min-width: 380px;
}
.h3t{
	max-width:1024px;
	margin:70px auto 0 auto;
	text-align:center;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:24px;
	position:relative;
	margin-bottom:40px;
}
.h3t .e{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#007971;
	line-height:1;
	
}
.h3t .w{
	background:#fff;
	display:inline-block !important;
	max-width:550px;
	width:100%;
	position:relative;
	z-index:1;
}
.h3t:before{
	content:"";
	width:100%;
	height:1px;
	top:50%;
	left:0;
	position:absolute;
	background:#4c4c4c;
}
.h3s{
	text-align:center;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:24px;
	position:relative;
}
.h3s .e{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#007971;
	line-height:1;
	margin-bottom:25px;
}
.rp .pic{
	float:right;
}
.rp .tbox{
	float:left;
}
.w10{
	max-width:1000px;
	margin:0 auto;
}
.home1{
	position:relative;
	overflow:hidden;
/*   padding:40px 0 0 0; */
padding:100px 0 ; 
 }
.home1 .bkimg{
	position:absolute;
  top: 0;
  left: 0;
  margin: auto;
	width:100%;
}
.home1 .bkimg.trimming:after {
    display: block;
    content: "";
    padding-top: 40%;
}
.home1 .bkimg img{
	width:100% !important;
	height:auto !important;
	margin: auto;
}
.home1 .w84{
	position:relative;
	z-index:1;
}
.home1 .pic{
	float:right;
	width:310px;
	text-align:center;
}
.home1 h3{
	font-size:30px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 30px 0;
}
.home1  h3 strong{
	font-size:34px;
	color:#46b38e;
}
.home1 .tbox p{
	padding:0 0 20px 0;
}
.home1 .pic strong{
	display:block;
	color:#407894;
}
.home1 .pic strong:before{
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/line_l.png);
	display:inline-block !important;
	vertical-align:middle;
}
.home1 .pic strong:after{
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/line_r.png);
	display:inline-block !important;
	vertical-align:middle;
}
.home1 .pic strong .w{
	display:inline-block !important;
}
@media only screen and (max-width: 1104px){
  .home1{
	position:relative;
	overflow:hidden;
padding:40px 0 0 0; 
 }
  
  .home1 .bkimg {
  right: 0;
    height: auto !important;
}
  .home1 .bkimg img {
    height: auto !important;
}
	.home1 .tbox{
		width:auto;
		float:none;
	}
	.home1 h3{
		font-size:24px;
		padding-bottom:10px;
	}
	.home1 h3 strong{
		font-size:28px;
		min-width:260px;
	}
	
	.home1 .pic{
		max-width:50%;
	}
	.home1 .pic strong .w{
		font-size:12px;
	}
}
@media only screen and (max-width: 600px){
  
	.home1 .pic strong::before{
		display:none !important;
	}
	.home1 .pic strong::after{
		display:none !important;
	}
}
.home-nayami{
	padding:60px 0 0 0;
}
.home-nayami h3{
	text-align:center;
	position:relative;
	font-size:30px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	margin-bottom:25px;
}
.home-nayami h3 strong{
	font-size:36px;
	color:#30ae86;
}
.home-nayami h3:before{
	content:"";
	width:100%;
	height:1px;
	background:#222;
	top:50%;
	left:0;
	position:absolute;
}

.home-nayami h3 .w{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 18px 0 18px;
	display:inline-block !important;
}
.home-nayami ul{
	text-align:center;
	letter-spacing:-5px;
}
.home-nayami li {
    width: 200px;
    letter-spacing: 0;
    display: inline-block !important;
    padding: 0 33px 33px 33px;
}
.home-nayami li a{
	display:inline-block !important;
	position:relative;
	vertical-align:top;
}
.home-nayami li strong{
	position:absolute;
	text-align:center;
	color:#fff;
	width:100%;
	text-align:center;
	font-size:20px;
	top:95px;
	left:0;
}
.home-nayami {
	padding-bottom:30px;
	
}
@media only screen and (max-width: 1104px){
	.home-nayami h3{
		font-size:24px;
	}
	.home-nayami h3 strong{
		font-size:28px;
	}
}
@media only screen and (max-width: 500px){
  .home-nayami h3 .w{
	padding:0 0px 0 0px;
	margin:0 18px 0 18px;
}
  .home-nayami li {
    width: 50%;
    float: left;
    padding: 0 10px 33px 10px;
    box-sizing: border-box;
}

.home-nayami li strong {
    top: 75px;
}
}
.home-greet{
	background:#feebd6;
}
.home-greet .pic{
	float:right;
    width: 500px;
  height: auto;
	position:relative;
	
}
.home-greet .pic img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    object-position: bottom;
    height: 100% !important;
    font-family: 'object-fit: cover; object-position: bottom;';
}
.home-greet .pic strong{
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:normal;
	font-size:24px;
}.home-greet .pic strong .p{
	font-size:16px;
}
.home-greet .tbox{
	float:left;
    width: 570px;
	height:auto;
	position:relative;
	z-index:1;
	padding:60px 0 0 0;
}
.home-greet .tbox h3{
	font-size:30px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding: 0 0 20px 0;
}
.home-greet .tbox p{
	padding:0 0 20px 0;
}
.home-greet .tbox .more{
	padding-top:20px;
}
.home-greet .tbox .more a{
    display: inline-block !important;
    max-width: 348px;
    width: 100%;
    height: auto;
    line-height: 63px;
    border: 1px solid #5ca78f;
    text-align: center;
    color: #5ca78f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
}
.home-greet .tbox .more a:before {
    content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/sinryo/more.gif);
    position: absolute;
    top: 0;
    right: 46px;
}
@media only screen and (max-width: 1104px){
	.home-greepxt .pic img{
		margin-left:0;
		
	}
	.home-greet .pic img {
    margin-left: -11%;
}
.home-greet .pic {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 500px){
  .home-greet .pic {
    width: 100%;
  }
  	.home-greet .pic img {
    margin: auto !important;
}
}
.home-first{
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/line_01.jpg) center top repeat #5ca78f;

}
.home-first p{
	line-height:100px;
	
}
.home-first p a{
	color:#fff;
	display:block;
	position:relative;
}
.home-first  p img{
	vertical-align:middle;
	margin-top:-10px;
	margin-right:25px;
	margin-left:25px;
}
.home-first  p  strong{
	font-size:40px;
	font-weight:normal;
	vertical-align:middle;
	margin-right:37px;
}
.home-first p a:before {
    content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/large_ar.png);
    right: 40px;
    top: 10%;
    /* margin-top: -14px; */
    position: absolute;
}
@media only screen and (max-width: 800px){
  .home-first p a:before {
    top: 50%;
}
}
@media only screen and (max-width: 500px){
  .home-first p a:before {
    top: 45%;
}
}
.home-post{
	max-width:980px;
	margin:0 auto;
	padding:50px 0 20px 0;
}
.home-post .box{
	width:450px;
	height:auto;
	float:left;
	padding-bottom:30px;
}
.home-post .home-blog{
	float:right;
}
.home-post .tit{
	border-bottom:2px solid #5ca78f;
	padding:0 0 10px 0;
	margin-bottom:10px;
}
.home-post .table{
	border-bottom:2px solid #5ca78f;
}
.home-post h3{
	display:inline-block !important;
	font-size:24px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.home-post h3 img{
	vertical-align:middle;
	margin-right:10px;
}
.home-post .tit p{
	display:inline-block !important;
	float:right;
	padding-top:10px;
}
.home-post .tit p a{
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/green_ar.png) 0 3px no-repeat;
	padding-left:15px;
}
.home-post .table dl{
	padding:20px 0 20px 0;
}
.home-post .table dl+dl{
	border-top:1px dotted #ddd;
}
.home-post .table dt{
	font-size:14px;
	color:#5ca78f;
}
@media only screen and (max-width: 1000px){
	.home-post .box{
		width:auto;
		float:none !important; 
	}
	.home-post{
		width:95%;
	}
}
.homne-innai{
	text-align:center;
	padding:60px 0 16px 0;
}
.homne-innai h3{
	font-size:30px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 25px 0;
}
.homne-innai h3 strong{
	font-size:36px;
	color: #30ae86;
}
.homne-innai p{
	padding:0 0 20px 0;
}
.homne-innai p.more a{
    display: inline-block !important;
    max-width: 348px;
    width: 100%;
    height: auto;
    line-height: 63px;
    border: 1px solid #5ca78f;
    text-align: center;
    color: #5ca78f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
}
.homne-innai p.more a:before {
    content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/sinryo/more.gif);
    position: absolute;
    top: 0;
    right: 46px;
}
.home-gal.w84 {
    max-width: none !important;
}

.home-gal ul{
	width:2280px;
	/*margin-left:-598px;*/
}
.home-gal li {
    width: 16%;
    float: left;
}
.home-gal  li.trimming:after {
    display: block;
    content: "";
    padding-top: 70%;
}
@media only screen and (max-width: 1104px){
	.homne-innai h3{
		font-size:24px;
	}
	.homne-innai h3 strong{
		font-size:28px;
	}
	
}
@media only screen and (max-width: 800px){
	.home-first p strong{
		font-size:30px;
		display:block;
		padding-bottom:10px;
		
	}
	.home-first p a:before{
		right:10px;
	}
	.home-first p a{
		padding:15px 0;
	}
	.home-first p{
		line-height:180%;
	}
	.home-first p img{
		display:block;
		margin:0 auto 20px auto;
	}
}


.home-nav{
	position:relative;
	padding:60px 0 30px 0;
	overflow:hidden;
}

.home-nav img{
	width:100% !important;
	height:auto !important;
	margin: auto;
}
.home-nav ul{
	position:relative;
	z-index:1;
	letter-spacing:-5px;
	text-align:center;
}
.home-nav li{
	display:inline-block !important;
	width:480px;
	letter-spacing:0;
	margin-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	
}
.home-nav li img {
    width: 100% !important;
    height: auto !important;
}
.home-nav .home-syouni a strong{
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/green_line.jpg);
}
.home-nav li a{
	display:inline-block !important;
	background:#fff;
	padding:5px;
	border:1px solid #ddd;
}
.home-nav li a strong{
	display:block;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/orange_line.jpg) 0 0 repeat;
	color:#fff;
	padding:5px 0 2px 5px;
	position:relative;
}
.home-nav li a strong:before{
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/top/small_ar.png);
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-5px;
}

@media only screen and (max-width: 460px){
  .home-nav li {
		width: auto;
	}
	.home-nav li a strong{
		font-size:12px;
	}
	.home-nav li a strong:before{
		display:none;
	}
}
.home-img img{
	display:block;
	width:100%;
	height:auto;
}
.home-img{
	position:relative;
	overflow:hidden;
	height: 600px;
}
.home-img h2{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	left:0;
	margin-top:-45px;
	font-size:36px;
	color:#fff;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height:120%;
	text-shadow:0 0 10px #000,0 0 10px #000;
	z-index: 1;
}
@media only screen and (max-width: 1104px){
	.home-img h2{
		font-size:24px;
	}
}
@media only screen and (max-width: 430px){
.home-img h2 {
    font-size: 16px;
    margin-top: -13%;
}
}
/*incho*/

.incho1 .tbox{
	width:682px;
	height:auto;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/incho/bk.gif) 0 bottom no-repeat;
}
.incho1 .tbox h4{
	font-size:30px;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.incho1 .tbox p{
	padding:0 0 
	20px 0;
}
.incho1 .tbox .sign{
	padding:80px 0 20px 0;
	font-size:24px;
	text-align:right;
}
.incho1 .tbox .sign .p{
	font-size:16px;
	padding-right:0.5em;
}
.incho1 .pic {
    width: 350px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block !important;
}
.incho1 .pic:before{
	content:"";
	width:100px;
	height:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
position:absolute;
}
.incho1{
	padding-bottom:60px;
}
@media only screen and (max-width: 1104px){
	.rp .tbox{
		width:auto !important;
		float:none;
	}
	.rp .pic{
		float:none;
		text-align:center;
	}
	.incho1{
		text-align:center;
	}
	.incho1 .tbox{
		text-align:left;
	}
.incho1 .pic {
    width: auto;
    margin-top: 30px;
}
}

.incho2{
	position:relative;
	overflow:hidden;
	padding:50px 0 50px 0;
}
.incho2 .bkimg{
	background:#fcf5c8;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.incho2 .bkimg img {
    opacity: 0.52;
    width: 100% !important;
    height: auto !important;
}

.incho2 .w10{
	position:relative;
	z-index:1;
	background:rgba(255,255,255,0.9);
	padding:30px 0 20px 0;
}

.incho2 ul{
	max-width:390px;
	margin:0 auto;
	padding:0 0 15px 0;
}
.incho2 li{
	line-height:120%;
}
.incho2 dl{
	max-width:390px;
	padding:0 0 15px 0;
	margin:0 auto;
}
.incho2 dt{
	color:#007971;
	font-weight:bold;
}
@media only screen and (max-width: 1020px){
	.incho2 .w10{
		width:95%;
	}
	.incho2 ul,.incho2 dl{
		padding-left:2.5%;
		padding-right:2.5%;
	}
}
/*sinryo*/
.bk1{
	background:#fcf3e9;
}
.sinryo .bk1 {
    background: #fff;
}
.sinryo .bk1:nth-of-type(2n){
	background:#fcf3e9;
}
.sinryo .bk1:nth-of-type(2n) .lp.clearfix.w84 .tbox{
       float: left;
}
.sinryo .bk1:nth-of-type(2n) .lp.clearfix.w84 .pic{
       float: right;
}
.lp .pic{
	float:left;
}
.lp .tbox{
	float:right;
}
.sinryo{
	padding-top:20px;
}
.sinryo .lp,.sinryo .rp{
	padding-top:50px;
	padding-bottom:28px;
}

.sinryo .tbox{
	width:593px;
	height:auto;
	float:right;
}
.sinryo .pic {
    width: 440px;
    margin-bottom: 20px;
    float:left;
}
.sinryo .tbox h3 img{
	vertical-align:middle;
	margin-right:20px;
}
.sinryo .tbox h3{
	font-size:24px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding-bottom:45px;
}
.sinryo .tbox .txt{
	padding:0 0 0 52px;
	min-height:100px;
}
.sinryo .tbox p{
	padding:0 0 20px 0;
}
.sinryo .tbox .more{
	text-align:right;
}
.sinryo .tbox .more a{
	display:inline-block !important;
	max-width:348px;
	width:100%;
	height:auto;
	line-height:63px;
	border:1px solid #5ca78f;
	text-align:center;
	color:#5ca78f;
	font-size:18px;
	font-weight:bold;
	position:relative;
	background:#fff;
}

.sinryo .tbox .more a:before{
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/sinryo/more.gif);
	position:absolute;
	top:0;
	right:46px;
}
@media only screen and (max-width: 1104px){
  .sinryo .tbox{
	width:auto;
	height:auto;
	float:none !important;
}
.sinryo .pic {
	width:auto;
	height:auto;
	float:none !important;
}
.sinryo .tbox .more {
    text-align: center;
}
	.lp .pic{
		float:none;
		text-align:center;
	}
	.lp .tbox{
		width:auto !important;
		float:none;
	}
}
@media only screen and (max-width: 500px){
  .sinryo .pic {
    width: auto;
}
	.sinryo .tbox .txt{
		padding-left:0;
		min-height:0;
	}
	
}

/*innai*/

.innai1{
	max-width:776px;
	height:auto;
	margin:0 auto;
}
.innai1 iframe {
    width: 100%;
}
.innai2 .lp,.innai2 .rp{
	padding-top:50px;
	padding-bottom:30px;
}
.innai2 .bk1 {
    background: #fff;
}
.innai2 .bk1:nth-of-type(2n){
	background:#fcf3e9;
}
.innai2 .bk1:nth-of-type(2n) .lp.clearfix.w84 .tbox{
       float: left;
}
.innai2 .bk1:nth-of-type(2n) .lp.clearfix.w84 .pic{
       float: right;
}
.innai2 .tbox{
	width:445px;
	height:auto;
	float: right;
}
.innai2 .tbox h4{
	font-size:24px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding:0 0 45px 0;
}
.innai2 .tbox p{
	padding:0 0 20px 50px;
}
.innai2 .pic {
    float: left;
    width: 440px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1100px){
  .innai1 iframe {
        width: 90%;
    display: block;
    margin: 0 auto;
}
  .innai2 .pic {
     float: none !important;
    margin:auto;
    width: auto;
    padding-bottom: 20px;
}
.innai2 .tbox{
    float: none !important;
    margin:auto;
    width: auto;
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 500px){
  .innai1 iframe {
    height: auto !important;
    min-height: 260px;
}
	.innai2 .tbox p{
		padding-left:0;
	}
	.innai2 .tbox h4{
		padding-bottom:20px;
		font-size:18px;
	}
}

/*first*/
.first1.w84.clearfix.rp {
    margin-bottom:46px;
}
.first1 .tbox{
	width:723px;
	height:auto;
	padding-bottom:46px;
}
.first1 p{
	padding:0 0 20px 0;
}
.first1 p.pic {
    width: 300px;
}
.first1 p.trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.first2{
	position:relative;
	overflow:hidden;
}
.first2 .pic {
    width: 300px;
}
.first2 p.trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.first2 .bkimg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:#fcf5c8;
}

.first2 .bkimg img{
	opacity:0.3;
}

.first2 .bkimg:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:250px;
	z-index:1;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.first2 .w84{
	position:relative;
	z-index:2;
}
.first2  .h3t .w{
	background:none;
	position:relative;
}
.first2 .tbox{
	width:650px;
}
 .first2 .h3t .w:before {
    content: "";
    width: 237px;
	margin-left:-237px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #4c4c4c;
}
 .first2 .h3t .w:after {
    content: "";
    width: 237px;
	margin-right:-237px;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #4c4c4c;
}
.first2 .h3t:before {
	display:none;
}
.first2 h4{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	padding:0 0 20px 0;
}
.first2 h4 .n{
	display:inline-block !important;
	margin-right:30px;
	line-height:40px;
	background:#5ca78f;
	color:#fff;
	padding:0 20px 0 25px;
}
.first2 h4 .n strong{
	font-size:50px;
	line-height:20px;
	margin-left:10px;
	text-shadow:0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f;
}

 .first2 .rp p{
	 padding:0 0 20px 0;
}
.first2 .rp{
	padding-bottom:23px;
}
@media only screen and (max-width: 1050px){
  .first2 .rp {
    padding-bottom: 53px;
}

  .first1 p.pic {
    margin: 0 auto;
}
  .first2 .pic {
    margin: 0 auto;
}
}
@media only screen and (max-width: 600px){
  .first1 p.pic {
    width: auto;
}
  .first2 .pic {
    width: auto;
}
	.first2 h4 .h{
		display:block;
		font-size:20px;
		padding-top:10px;
	}
	
}

/*access*/

.access1{
	position:relative;
	margin-bottom:40px;
}
.access1 .next{
	position:absolute;
	top:50%;
	right:-32px;
	margin-top:-30px;
	cursor:pointer;
}
.access1 .prev{
	position:absolute;
	top:50%;
	left:-32px;
	margin-top:-30px;
	cursor:pointer;
}
.access1 li {
    position: relative;
    margin-right:40px;
}
.access1 li+li:before{
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/access/access_ar.gif);
	top:50%;
	left:-55px;
	position:absolute;
	margin-top:-10px;
}
.access1 .flex-direction-nav li:last-of-type:before {
    display: none;
}

/*.slideinn{
	overflow:hidden;
}*/

.access2{
	max-width:700px;
	margin:0 auto;
}
.access2 a{
	display:block;
	color:#e24a79;
	font-size:24px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	text-align:center;
	font-weight:bold;
	border:4px solid #dddddd;
	line-height:94px;
}
@media only screen and (max-width: 1104px){
	.access1 .next{
		right:-2.5%;
	}
	.access1 .prev{
		left:-2.5%;
	}
}
@media only screen and (max-width: 500px){
	.access2 a{
		font-size:20px;
	}
	.access1 li {
    width: auto;
}
}
.access3 dt{
	width:105px;
	float:left;
	text-align:right;
}
.access3 dd{
	padding-left:163px;
}
.access3 dl{
	padding-bottom:16px;
	max-width:840px;
}
.access3 table{
    width: 100%;
    height: auto;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.access3 th{
  text-align: center;
    width: 230px;
    font-size: 18px;
    border: 1px solid #5ca78f;
}
.access3 td{
    font-size: 36px;
    border: 1px solid #5ca78f;
    height: 57px;
    text-align: center;
    color: #5ca78f;
}
.access3 thead th{
    background: #5ca78f;
    color: #fff;
    height: 34px;
}
.access3 thead td {
    font-size: 18px;
    font-weight: bold;
    width: 65px;
    background: #5ca78f;
    color: #fff;
    background: #5ca78f;
    height: 34px;
}
.access3 td.off {
    font-size: 24px;
}
.access3 td.c {
    font-size: 28px;
}

#footer #map+.inner{
	padding-top:60px;
}
.access3{
	margin-bottom:-30px;
}
@media only screen and (max-width: 1104px){
	.access3 thead td{
		font-size:16px;
	}
}
@media only screen and (max-width: 840px){
	.access3 dt{
		width:auto;
		float:none;
		text-align:left;
		font-weight:bold;
	}
	.access3 dd{
		padding-left:0;
		max-width:675px;
	}
}
@media only screen and (max-width: 550px){
	.access3 thead th{
		font-size: 12px;
	}
	.access3 thead td{
		font-size: 12px !important;
		white-space: nowrap;
	}
	.access3 th{
		font-size: 12px;
	}
	.access3 td{
		font-size: 16px !important;
		height:35px;
	}
}
/*contact*/

.contact1 p{
	text-align:center;
	padding:0 0 20px 0;
}
.contact1 p a {
    color: #f50d11;
}
.contact1 p strong{
	font-weight:normal;
	color:#f50d11;
}

.contact2 .form{
	max-width:860px;
	margin:0 auto;
}
.contact2 strong{
	font-weight:normal;
	color:#f50d11;
}
.contact2 p{
	padding:0 0 20px 0;
}
.contact2 dt{
	float:left;
	padding:20px 0 0 10px;
}
.contact2 dd{
	padding:20px 0 10px 220px;
}
.contact2 dd label {
    display: inline-flex;
　　padding-right:10px;
}
.contact2 dl{
	border-bottom:1px solid #595656;
}

.contact2 .size1,.contact2 textarea{
	box-sizing:border-box;
	width:630px;
}
.contact2 textarea{
	height:150px;
}
.contact2 li{
	display:inline-block !important;
	padding:0 2em 5px 0;
}
.contact2 li label {
    display: inline-block !important;
    padding: 0 2em 5px 0;
}
.contact2 li input{
	margin-right:0.5em;
}
.contact2 .mm{
	width:80px;
}
.contact2 .tt{
	width:110px;
}
.contact2 select{
	margin-right:0.5em;
	padding:3px 0;
}
.contact2 dd label+label{
	padding-left:1em;
}
.contact2 .table{
	padding-bottom:30px;
}

.contact2 .formbtn{
	text-align:center;
	letter-spacing:-5px;
}
.contact2 .formbtn li{
	letter-spacing:0;
	padding:0 10px;
}
.contact2 .formbtn li #send{
	width:180px;
	height:46px;
	background:#5ca78f url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/qa/qa_ar_01.png) 150px 16px no-repeat;
	border:none;
	border-radius:15px;
	color:#fff;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	cursor:pointer;
}
.contact3 .txt{
	max-width:860px;
	margin:0 auto;
}
.contact3 .txt p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 930px){
	.contact2 .size1, .contact2 textarea{
		width:100%;
	}
}
@media only screen and (max-width: 670px){
	.contact2 dt{
		float:none;
	}
	.contact2 dd{
		padding-top:5px;
		padding-left:0;
	}
	.contact2 dd label{
		display:inline-block !important;
	}
	.contact2 dd label:last-child{
		padding-left:0;
		padding-top:10px;
		display:block !important;
	}

}

/*voice*/
.voice{
	padding-bottom:50px;
}
.vlist .tbox{
	width:730px;
	height:auto;
}
.vlist .tbox h3{
	font-size:20px;
	font-weight:normal;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	display:inline-block !important;
}
.vlist .tbox .tit p{
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	display:inline-block !important;
	font-size:18px;
	float:right;
}
.vlist .tbox .tit{
	padding:0 0 25px 0;
}
.vlist .tbox .txt p{
	padding:0 0 20px 0;
}
.vlist .pic img{
	box-shadow:-1px 0px 6px 0px #cccccc;
}
.vlist .pic {
    width: 300px;
    padding-bottom: 20px;
}
.vlist .lp{
	padding:0 0 30px 0;
	position:relative;
	margin-bottom:50px;
}
.vlist .lp:before{
	content:"";
	width:50%;
	
	height:2px;
	background:#5ca78f;
	position:absolute;
	bottom:0;
	left:25%;
	right:0;
	
}
.pagenav{
	text-align:center;
	letter-spacing:-6px;
}
.pagenav ul{
	text-align:center !important;
}
.pagenav li{
	display:inline-block !important;
	letter-spacing:0;
	vertical-align:middle;
	width:25px;
	height:auto;
	text-align:center;
	padding:0 5px;
}
.pagenav li a{
	line-height:23px;
	display:block;
	border:1px solid #5ca78f;
	color:#5ca78f;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.pagenav li a:hover,.pagenav li.st a{
	background:#5ca78f;
	color:#fff;
}
@media only screen and (max-width: 700px){
.vlist .pic {
    padding-top: 20px;
    margin: 0 auto;
    width: auto;
}

	.vlist .tbox h3{
		display:block !important;
	}
	.vlist .tbox .tit p{
		font-size:16px;
	}
}

/*laser*/

.laser1 .tbox{
	width:730px;
	height:auto;
}
.laser1 p{
	padding:0 0 20px 0;
}
.laser1 .pic {
    width: 300px;
}
.laser2 h4{
	max-width:348px;
	border:1px solid #5ca78f;
	text-align:center;
	font-size:24px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:normal;
	padding:10px 0;
	margin-bottom:15px;
}
.laser2 p{
	padding:0 0 20px 0;
}
.laser2 .box{
	padding-bottom:20px;
}

.laser3 .tbox{
	width:706px;
}

.laser3{
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/incho/bk.gif) 0 bottom no-repeat;
	margin-bottom:50px;
}
.laser3 .pic {
    width: 320px;
}
.laser3 .pic img{
	box-shadow:-1px 0px 6px 0px #cccccc;
}
.laser3 p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1100px){
  .laser3{
	margin-bottom:0px;
}
.laser3 {
    padding-bottom: 0px;
}
.laser1 .pic {
    width: auto;
    margin:0 auto;
}
.laser3 .pic {
      padding-top: 30px;
    margin:0 auto;
    width: auto;
}
}
@media only screen and (max-width: 500px){
  .laser1 .pic {
    width: auto;
}
  .laser3 .pic {
    width: auto;
}
	.laser2 h4{
		font-size:18px;
	}
	.h3t{
		font-size:20px;
	}
}
/*blog*/
.postwrap{
	padding-top:80px;
}
.postwrap #right{
	width:730px;
	height:auto;
	float:right;
	padding-bottom:50px;
}
.postwrap #side{
	float:left;
	width:250px;
}
.postwrap #side .h3t{
	margin-top:0;
	margin-bottom:15px;
}
.postwrap #side .h3t .w{
	max-width:190px;
}

.postwrap #side dd a{
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/blog/right.gif) 0 5px no-repeat;
	padding:0 0 0 29px;
}
.postwrap #side dd{
	padding-bottom:5px;
}
.postwrap #side dl{
	padding-bottom:35px;
}

.postlist h3{
	font-size:20px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	display:inline-block !important;
}
.postlist h3 img{
	vertical-align:middle;
}
.postlist h3 .t{
	display:inline-block !important;
	padding-left:20px;
	vertical-align:middle;
}
.postlist .tit{
	padding-bottom:20px;
}
.postlist .tit ul{
	display:inline-block !important;
	float:right;
	padding:15px 0 0 0;
}
.postlist .tit li{
	display:inline-block !important;
	padding-left:1em;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	padding-bottom:5px;
}
.postlist .txt p{
	padding:0 0 20px 0;
}
.postlist .txt{
	padding-bottom:30px;
	position:relative;
}
.postlist .box:after{
	width:100%;
	content:"";
	height:2px;
	max-width:570px;
	display:block;
	margin:0 auto;
	background:#5ca78f;
}
.postlist .box{
	margin-bottom:50px;
}
@media only screen and (max-width: 1104px){
	.postwrap #right{
		float:none;
		max-width:730px;
		width:auto;
		margin:0 auto;
	}
	.postwrap #side{
		width:auto;
		float:none;
	}
}
@media only screen and (max-width: 750px){
	.postlist h3 img{
		max-width:30px;
	}
	.postlist h3 .t{
		padding-left:0.5em;
		font-size:18px;
	}
	.postlist h3{
		display:block !important;
	}
}
.postlist .box2 h4{
	text-align:center;
	padding:0 0 20px 0;
}
.postlist .box2 dt{
	width:4em;
	text-align:right;
	float:left;
}
.postlist .box2 dd{
	padding:0 0 0 126px;
}
.postlist .box2 dl{
	padding-bottom:10px;
}
.postlist .box2{
	padding-top:25px;
	padding-bottom:45px;
	margin-bottom:40px;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/incho/bk.gif) right bottom no-repeat;
	border-top:1px dashed #dcdcdc;
}

.postwrap .back{
	text-align:center;
}
.back a{
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
}
.back a img{
	border:1px solid #5ca78f;
	vertical-align:middle;
	margin-right:25px;
}
.recobody{
	padding:35px 0 15px 0;
	margin-bottom:100px;
	text-align:center;
	letter-spacing:-5px;
}
.recobody h3 {
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    letter-spacing: 1px;
    width: auto;
}
.recobody .h3t .w {
    max-width: 280px;
}
.recobody dl {
    width: 196px;
    display: inline-block !important;
    letter-spacing: 0;
    padding: 7px;
    background: #fff;
    margin: 0 22px 20px 22px;
    vertical-align: top;
    box-sizing: border-box;
}
.recobody dd+dd {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.recobody dd+dd a{
    color: #5ca78f;
}
.recobody dd.trimming {
    width: 100%;
    margin: 0 auto;
}
.recobody dd.trimming:after {
    padding-top: 75%;
}
@media only screen and (max-width: 870px){
	.recobody dd {
    width: auto;
    height: auto;
}
}

@media only screen and (max-width: 1220px){
	.recobody dl{
		margin-left:1%;
		margin-right:1%;
		width:48%;
		box-sizing:border-box;
		max-width:161px;
	}
}
/*nayami*/

.nayami .lp{
	padding:50px 0 30px 0;
}
.nayami .pic img{
	border-radius:50%;
}
.nayami .bk1 {
    background: #fff;
}
.nayami .bk1:nth-of-type(2n){
    background: #fcf3e9;
}
.nayami .pic{
	position:relative;
	margin-bottom:20px;
	display:inline-block !important;
}
.nayami .pic .c{
  z-index: 1;
	position:absolute;
	width:120px;
	height:auto;
	text-align:center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.nayami .pic .c strong{
	display:block;
	line-height:73px;
	color:#fff;
	background:#5ca78f;
	font-size:50px;
	
}
.nayami .pic .c .j{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin-bottom:-10px;
	display:block;
	text-shadow: 0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f,0 0 10px #5ca78f;
}
.nayami .pic .img{
    border-radius:50%;
  	width:300px;
}
.nayami .bk1 .pic .c {
    right: auto;
    left: 0;
    z-index: 1;
}
.nayami .bk1:nth-of-type(2n) .c{
    left: auto;
    right: 0;
}

.nayami .tbox{
	width:714px;
	height:auto;
	padding:45px 0 0 0;
	text-align:left;
}
.nayami .tbox li{
	box-sizing:border-box;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/nayami/check.gif) 0 0 no-repeat;
	padding:0 0 18px 43px;
	width:50%;
	float:left;
}
.nayami .tbox ul{
	padding-bottom:80px;
}
.nayami .tbox .more{
	text-align:center;
}
.nayami .tbox .more a{
    display: inline-block !important;
    max-width: 348px;
    width: 100%;
    height: auto;
    line-height: 63px;
    border: 1px solid #5ca78f;
    text-align: center;
    color: #5ca78f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
}
.nayami .tbox .more a:before {
    content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/sinryo/more.gif);
    position: absolute;
    top: 0;
    right: 46px;
}
@media only screen and (max-width: 1104px){
	.nayami .lp{
		text-align:center;
	}
}
@media only screen and (max-width: 650px){
	.nayami .tbox li{
		width:100%;
	}
	.nayami .tbox  ul{
		padding-top: 40px;
    padding-bottom: 40px;
	}
	.nayami .tbox .more a:before {
		right:10px;
	}
}
/*yobo*/

.yobo1 .tbox{
	width:595px;
	height:auto;
}
.yobo1 .pic {
    width: 440px;
}
.h4i img {
    vertical-align: middle;
    margin-right: 20px;
}
.h4i{
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding-bottom: 45px;
}
.yobo1 .txt{
	padding-left:54px;
}
.yobo1 p{
	padding:0 0 20px 0;
}
.yobo1{
	padding-bottom:30px;
}
.yobo .laser3{
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/yobo/yobobk.gif) 467px bottom no-repeat;
	padding-top:50px;
}
@media only screen and (max-width: 1104px){
  .yobo1 .pic {
    width: auto;
}
	.yobo .laser3{
	  padding-top:0px;
		background:none;
	}
.yobo .laser3 .tbox {
    padding-top: 20px;
    background: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/yobo/yobobk.gif) right bottom no-repeat;
}
	}
	.h4i{
		position:relative;
		font-size:20px;
	}
	.h4i{
		padding-left:65px;
	}
	.h4i img{
		position:absolute;
		top:-8px;
		left:0;
		width:50px;
		height:auto;
	}
}

/*gishi*/
.shinbi .gishi1 .rp {
    padding-top: 50px;
}
.gishi1 h4{
	padding-bottom:25px;
}
.gishi1 .rp .tbox {
    width: 725px;
    height: auto;
    padding-right: 58px;
}
.gishi1 .rp .pic {
    width: 300px;
}
.gishi1 .rp .trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.gishi1 p{
	padding:0 0 20px 0;
}
.gishi1 .rp{
	padding-bottom:20px;
}
.gishi1 {
	padding-bottom:36px;
}

.gishi2{
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
}
.gishi2 .bkimg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.gishi2 .bkimg img{
	width:100%;
	height:auto;
	opacity:0.3;
}
.w {
    background: none;
    position: relative;
}

.gishi2 .h3t .w {
    background: none;
    position: relative;
}
.gishi2 .h3t .w::before {
    content: "";
    width: 237px;
    margin-left: -237px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #4c4c4c;
}
.gishi2  .h3t .w::after {
    content: "";
    width: 237px;
    margin-right: -237px;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #4c4c4c;
}
.gishi2 .h3t:before {
	display:none;
}
.gishi2 .bkimg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.gishi2 .w84 {
    position: relative;
    z-index: 2;
}
.gishi2 .table{
	border:3px solid #dddddd;
	max-width:1000px;
	height:auto;
	box-sizing:border-box;
	background:#fff;
	padding:25px 48px 46px 48px;
	margin:0 auto 30px auto;
}
.gishi2 .table dt{
	float:left;
	font-weight:bold;
	padding-left:28px;
	background:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/price_icon_01.png) 0 2px no-repeat;
}
.gishi2 .table dd{
	text-align:right;
	line-height:120%;
}
.gishi2 .table dl{
	border-bottom:1px dashed #ddd;
	padding:8px 0;
}
.gishi2 .table dd li{
	display:inline-block !important;
	min-width:100px;
	line-height:120%;
	vertical-align:top;
}
.gishi .gishi2 dd li+li{
	width:187px;
}
@media only screen and (max-width: 1104px){
  .gishi .first2 .rp {
    padding-bottom: 13px;
}
  .shinbi .gishi1 .rp {
    padding-top: 0px;
}
  .gishi1 .rp .pic {
    margin:0 auto;
    width: 60% !important;
}
.gishi1 .rp .tbox {
    width: 100% !important;
    padding-right: 0;
}
.gishi2 .table {
    padding-left: 25px;
    padding-right: 25px;
}
	.gishi2 .table dt{
		float:none;
	}
	.gishi .gishi2 dd li+li{
		display:block !important;
		width:auto;
	}
}
@media only screen and (max-width: 900px){
.gishi .h3t {
margin:10px 0;
}
}
.gishi2 .table h4{
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-size:20px;
	padding-bottom:10px;
}

/*white*/

.white .gishi1 .rp {
    padding-top: 40px;
    padding-bottom: 20px;
}

.white1 .left{
	width:600px;
	height:auto;
	float:left;
	padding: 65px 0 0 0;
}
.white1 .sec1 ul{
	width:423px;
	height:auto;
	float:right;
}
.white1 .sec1 ul li {
  width: 237px;
}
.white1 .sec1 ul li+li {
    width: 186px;
    text-align: right;
    margin-top: -65px;
    margin-left: 170px;
}
.white1 .sec1 ul li.trimming:after {
    display: block;
    content: "";
    padding-top: 68%;
}
.white1 .left p{
	padding:0 0 20px 0;
}
.white1 .sec1 {
	padding-bottom:30px;
}

.white1 .sec2{
	text-align:center;
}
.white1 .sec2 h4{
	text-align:center;
	font-size:20px;
	color:#5ca78f;
	padding:0 0 20px 0;
}
.white1 .sec2 dl{
	display:inline-block !important;
	vertical-align:top;
	position:relative;
	padding:0 35px 30px 35px;
}
.white1 .sec2 dl dd{
	display:inline-block !important;
	text-align:left;
	padding-top:20px;
}
.white1 .sec2 dl+dl:before{
	position:absolute;
	content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/white/white_ar.gif);
	top:55px;
	left:-20px;
}
.white1 .sec2 dt {
     width: 216px;
    height: auto;
}
.white1 .sec2 dt.trimming:after {
    display: block;
    content: "";
    padding-top: 70%;
}
.white1 .rp .tbox{
	width:722px;
	height:auto;
}
.white1 .rp .pic {
    width: 300px;
}
.white1 .rp p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1104px){
  .white1 .sec2 dl{
	padding:0 25px 30px 25px;
}
	.white1 .left{
		width:auto;
		float:none;
	}
	.white1 .rp .tbox{
	width:auto;
}
.white1 .rp .pic {
	width:auto;
}
	.white1 .sec1 ul{
		float:none;
		max-width:423px;
    width: auto;
    margin: 0 auto;
	}
}
@media only screen and (max-width: 850px){
.white1 .sec2 dl {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 60px;
}
	.white1 .sec2 dt {
     width:auto;
    height:auto;
}
.white1 .sec2 dl+dl:before {
    display: none;
}
.white1 .sec2 dl:after {
  content:url(/import/tenant_28/tsuzuki-dental.net/upload/tenant_1/92cb0f80f1731f66ccd28e72b44c2e94.png);
	position:absolute;
	left: 50%;
	bottom: 0;
}
.white1 .sec2 dl:last-of-type:after{
    display: none;
}
}


/*ippan*/
.ippan1 .tx{
text-align: center;
padding-bottom: 70px;
}
.ippan1 .box .pic{
float: left;
width: 440px;
}
.ippan1 .box .txt{
width: 555px;
float: right;
}

.ippan1 .box .txt h4{
font-size: 24px;
padding-bottom: 56px;
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.ippan1 .box .txt h4 img{
vertical-align: middle;
padding: 0 24px 0 0;
}
.ippan1 .box .txt p{
padding-left: 55px;
}
.ippan1 .box {
padding-bottom: 100px;
}
.ippan1 .box2 .txt{
width: 730px;
float: left;
position: relative;
}
.ippan1 .box2 .txt p,.ippan1 .box2 .txt ul{
position: relative;
z-index: 10;
}
.ippan1 .box2 .txt .mk{
position: absolute;
bottom: 10px;
right: 50px;
z-index: 0;
}
.ippan1 .box2 .pic{
width: 320px;
float: right;
padding: 20px 0 25px 0;
/*box-shadow:0px 0px 6px 3px #ededed;*/
text-align: center;
}
.ippan1 .box2 .txt p{
padding-bottom: 30px;
}
.ippan1 .box2 .txt li{
padding-bottom: 13px;
}

.ippan1 .box2 .txt li:before{
content:url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/listmk.png);
padding-right: 10px;
}
.ippan1 .more2 {
text-align: center;
padding-top: 47px;
}
.more2 a {
    display: inline-block !important;
    max-width: 400px;
    width: 100%;
    height: auto;
    line-height: 63px;
    border: 1px solid #5ca78f;
    text-align: center;
    color: #5ca78f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
}
.more2 a:before {
    content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/sinryo/more.gif);
    position: absolute;
    top: 0;
    right: 46px;
}
.ippan1 .box2{
padding-bottom: 80px;
}
@media only screen and (max-width: 1100px){
.ippan1 .box .pic{
width: 30%;
text-align: center;
}
.ippan1 .box .txt{
width: 68%;
}
.ippan1 .box .txt h4{
padding-bottom: 30px;
}
.ippan1 .box2 .txt{
width: 80%;
}
.ippan1 .box2 .pic{
width: 18%;
}
}
@media only screen and (max-width: 850px){
.ippan1 .box .pic{
float: none;
width: 100%;
text-align: center;
padding-bottom: 30px;
}
.ippan1 .box .txt{
width: 100%;
margin: 0 auto;
float: none;
}
.ippan1 .box2 .txt{
width: 100%;
float: none;
margin-bottom: 20px;
}
.ippan1 .box2 .pic{
width: 80%;
float: none;
text-align: center;
margin: 0 auto;
}
}
/*koukuu*/
.koukuu1{
width: 820px;
margin: 0 auto;
padding-bottom: 48px;
}
.koukuu1 iframe {
    width: 100%;
}

.koukuu .ippan1 .box2 .pic{
padding: 0;
}
.koukuu .ippan1 .box2 .txt{
min-height: 320px;
}

@media only screen and (max-width: 850px){
.koukuu .ippan1 .box2 .pic{
width: 320px;
}
.koukuu1{
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width: 500px){
  .koukuu1 iframe {
    height: auto !important;
    min-height: 260px;
}
}
@media only screen and (max-width: 350px){
.koukuu .ippan1 .box2 .pic{
width: 100%;
}
}
/*syouni*/
.syouni1 h4{
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
font-size: 28px;
padding-bottom: 30px;
}
.syouni1 h4 .num{
display: inline-block !important;
width: 80px;
height: 82px;
text-align: center;
font-size: 48px;
font-weight: bold;
color: #fff;
line-height: 80px;
background: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/syouni/smk.jpg) no-repeat;
margin-right: 30px;
vertical-align: middle;
}
.syouni1  .txt{
width: 56%;
float: left;
}
.syouni1  .pic{
width:40%;
float: right;
}
.syouni1 .pic img{
border-radius: 10px;
}
.syouni1 .box{
padding-bottom: 50px;
}
@media only screen and (max-width: 1000px){
.syouni1  .txt{
width: 100%;
float: none;
padding-bottom: 30px;
}
.syouni1 .pic {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 20px;
}
}

.syouni2{
position: relative;
overflow: hidden;
}
.syouni2 .bgpic{
width: 100%;
position: absolute;
top:0;
z-index: 0;
}
.syouni2 .bgpic.trimming:after {
    display: block;
    content: "";
    padding-top: 55%;
}

@media only screen and (max-width: 1050px){
.syouni2 .bgpic.trimming:after {
    display: block;
    content: "";
    padding-top: 200%;
}
}  
@media only screen and (max-width: 500px){
.syouni2 .bgpic.trimming:after {
    display: block;
    content: "";
    padding-top: 420%;
}
}
.syouni2 .bgpic img{
width: 100% !important;
height: auto !important;
opacity: 0.3;
max-width: none;
}
.syouni2 .w84{
position: relative;
z-index: 10;
padding-bottom: 70px;
}
.syouni2 h4{
text-align: center;
font-size: 24px;
margin-bottom: 25px;
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.syouni2 h4 img{
vertical-align: bottom;
}
.syouni2 ul{
width: 89%;
margin: 0 auto;
border: 3px solid #dddddd;
background-color: #fff;
padding: 40px 0 10px 3%;
letter-spacing: -5px;
margin-bottom: 65px;
}
.syouni2 ul li{
letter-spacing: 0;
display: inline-block !important;
font-size: 18px;
padding: 0 45px 15px 0;
vertical-align: middle;
}
.syouni2 ul li:before{
display: inline-block !important;
content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/syouni/syounimk3.png);
padding-right: 24px;
vertical-align: middle;
}
.syouni2 .h3t{
margin-bottom: 20px;
}
.syouni2 .h3t:before{
content: none;
}
.syouni2 .h3t .w{
background: none;
position: relative;
}
.syouni2 .h3t .w:before {
    content: "";
    width: 237px;
    margin-left: -237px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #4c4c4c;
}
.syouni2 .h3t .w:after {
    content: "";
    width: 237px;
    margin-right: -237px;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #4c4c4c;
}

.syouni2 .left{
width: 31%;
float: left;
}
.syouni2 .right{
width: 55%;
float: right;
}
@media only screen and (max-width: 1100px){
.syouni2 .left{
width: 30%;
float: left;
}
.syouni2 .right{
width: 68%;
float: right;
}
}
@media only screen and (max-width: 800px){
.syouni2 .left{
width: 100%;
float: none;
text-align: center;
padding-bottom: 30px;
}
.syouni2 .right{
width: 100%;
float: none;
}
}
.syouni3 li{
width: 300px;
min-height: 380px;
float: left;
margin: 0 90px 0 0; 
position: relative;
}
.syouni3 li:before{
content: url(/import/tenant_28/tsuzuki-dental.net/import/tenant_1/153.126.162.31/html/images/syouni/syo3mk.png);
position: absolute;
right: -65px;
top:99px;
}


.syouni3 li:nth-of-type(3n){
margin-right: 0;
}
.syouni3 li:nth-of-type(3n):before{
content: "";
}
.syouni3 li dd {
    width: 300px;
    padding-bottom: 15px;
}
.syouni3 li dt{
font-size: 24px;
color: #007971;
text-align: center;
font-weight: bold;
padding-bottom: 0px;
}
.syouni3{
padding-bottom: 60px;
}
@media only screen and (max-width: 1100px){
.syouni3 li{
width: 27%;
margin-right: 9%;
}
.syouni3 li{
min-height: 300px;
}
}
@media only screen and (max-width: 900px){
.syouni3 li{
width: 100%;
float: none;
margin: 0;
text-align: center;
margin-bottom: 65px;
}
.syouni3 li:before{
content: none;
}
.syouni3 li:after{
content: url(/import/tenant_28/tsuzuki-dental.net/upload/tenant_1/30fab0863784851fe41140039427aa6d.png);
position: absolute;
bottom: -45px;
}
.syouni3 li:last-of-type:after{
content: none;
}
.syouni3 li dd {
      text-align: center;
    width: auto;
    padding-bottom: 15px;
}
}

.syouni2.syouni4 .left{
float: right;
}
.syouni2.syouni4 .right h4{
text-align: left;
}
.syouni2.syouni4 .right{
float: left;
}
.syouni2.syouni4{
background-color: #fcf5c8;
}
.syouni2.syouni4 .bgpic img{
height: 633px;
width: 1900px;
}
/*kyousei*/
.kyousei1 .mov{
width: 780px;
margin: 0 auto 30px auto;
}
.kyousei1 .mov+p{
text-align: center;
}

@media only screen and (max-width: 800px){
.kyousei1 .mov{
width: 100%;
}
.kyousei1 .mov iframe {
    width: 100%;
    height: 350px;
}
}
@media only screen and (max-width: 500px){
  .kyousei1 iframe {
    height: auto !important;
    min-height: 260px;
}
}
.kyousei2  .box h4{
background-color: #5ca78f;
color: #fff;
font-size: 24px;
font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
padding:6px 0 8px 64px;
vertical-align: middle;
font-weight: normal;
margin-bottom: 30px;
}
.kyousei2 .box h4 img{
vertical-align: top;
padding-right: 20px;
margin-top: 5px;
}
.kyousei2 .box .tbox {
    width: 610px;
    padding: 10px 83px 0 40px;
}
.kyousei2 .box .pic {
    width: 350px;
}
.kyousei2 .box .trimming:after {
    display: block;
    content: "";
    padding-top: 106%;
}
@media only screen and (max-width: 1104px){
.kyousei2 .box .tbox{
padding: 10px 0 30px 0px;
}
}
.kyousei2 .box{
padding-bottom: 50px;
}
.kyousei2 .box h4 {
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding: 6px 0 8px 12px;
}
.kyousei2 .box h4 img {
    margin-top: 10px;
}
.kyousei3 h3+p{
padding-bottom: 20px;
text-align: center;
}
.kyousei3 .left {
    width: 350px;
    float: left;
    padding-right: 34px;
}
.kyousei3 .trimming:after {
    display: block;
    content: "";
    padding-top: 140%;
}
.kyousei3 .right{
width: 700px;
float: right;
}
.kyousei3 .right dt{
font-size: 24px;
font-weight: bold;
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
padding-bottom: 20px;
}
.kyousei3 .right dt img{
vertical-align: middle;
padding-right: 10px;
}
.kyousei3 .right dl{
padding-bottom: 15px;
}
.kyousei3 .tt{
width: 700px;
margin: 0 auto;
text-align: center;
font-size: 24px;
color: #e24a79;
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
line-height: 100px;
border: 3px solid #dddddd;
}
.kyousei3 {
padding-bottom: 67px;
}
@media only screen and (max-width: 1104px){
.kyousei3  .left{
float: none;
    width: 60%;
    margin: 0 auto;
text-align: center;
    padding-right: 0;
}
.kyousei2 .box .pic {
    margin: 0 auto;
    padding-bottom: 20px;
}
.kyousei3  .right{
float: none;
width: 100%;
}
.kyousei3 .tt{
width: 100%;
line-height: 180%;
padding: 10px 0;
}
}
@media only screen and (max-width: 720px){
  .kyousei2 .box .tbox {
    width: auto;
}
.kyousei2 .box .pic {
    width: 100%;
}
.kyousei3 .tt{
font-size: 18px;
}
}
.kyousei4 h3+p{
text-align: center;
padding-bottom: 40px;
padding-top: 15px;
}
.kyousei4 .box h4 img{
width: 80px;
float: left;
vertical-align: middle;
}
.kyousei4 .box h4 {
font-size: 18px;
padding-bottom:20px; 
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.kyousei4 .box h4 .t{
display: block;
padding-left: 125px;
padding-top: 15px;
}
.kyousei4 .box h4 strong{
display: block;
font-size: 24px;
}
.kyousei4 .box h4+p{
padding-bottom: 50px;
}
.kyousei4 .box.b1 li {
width: 33%;
text-align: center;
float: left;
}
.kyousei4 .box.b1 li .trimming:after {
    display: block;
    content: "";
    padding-top: 50%;
}
.kyousei4 .box.b1 li strong{
display: block;
text-align: center;
font-size: 18px;
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.kyousei4 .box.b1  ul{
padding-bottom: 50px;
}
.kyousei4 .box.b1 .inn .txt {
    width: 65%;
    float: left;
    padding-right: 54px;
}
.kyousei4 .box.b1 .inn .pic{
width: 30%;
float: right;
}
.kyousei4 .box.b1 .inn .trimming:after {
    display: block;
    content: "";
    padding-top: 70%;
}
.kyousei4 .box{
padding-bottom: 50px;
}
@media only screen and (max-width: 1100px){
.kyousei4 .box.b1 .inn .txt {
    padding-right: 0px;
}
}
@media only screen and (max-width: 720px){
  
.kyousei4 .box.b1 li strong{
font-size: 14px;
}
.kyousei4 .box.b1 li img{
width: 95%;
height: auto;
margin: 0 auto;
}
}

.bigpic{
  
}

.bigpic{
	position: relative;
	overflow: hidden;
}

.bigpic:after {
	display: block;
	content: "";
	padding-top: 30%;
}

.bigpic img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}
.trimmingInner {
		width: 100%;
		position: relative;
		display: block;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
