@charset "utf-8";
/*************************************************************
	style css
*************************************************************/
body{
	font-family: "ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,Helvetica,Arial,"Hiragino Kaku Gothic ProN",sans-serif;
	font-size:12px;
	color:#333333;
	margin:0 auto;
}
h1{
	color:#ffffff;
	background-color:#EF9800;
	text-align:center;
}
a{
	color:#333333;
	text-decoration:none;
}
/* **************************************
 * GW-NEWS
************************************** */

.gw_news{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 4vh;
	padding: 1.5% 1% 1% 1%;
	box-sizing: border-box;
	background: #f1f1f1;
	text-align: left;
	clear: both;
}
.gw_news h2{
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
}

.gw_news p{
	font-size:	120%;
	line-height: 1.5;
}

.gw_news li{
	font-size:	120%;
	line-height: 1.5;
	font-weight: bold;

}


/* sp */
@media only screen and (max-width: 767px) {
.gw_news{
	width: 100%;
	clear: both;
		text-align: left;

	
}
.gw_news h2{
	font-size: 110%;
	line-height: 0;
	padding-top: 2%;
}
 }

/*block-07
====================================================*/
.block-07 tr{
	border-bottom:#333333 solid 1px;
}
.block-07 tr:last-child{
	border-bottom:none;
}
/*footer
====================================================*/
footer{
	width:100%;
	margin:0 auto;
}
footer small{
	text-align:center;
	display:block;
	padding:20px 0;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){
body{
	min-width:1020px;
}
.wrapper{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
h1{
	padding:12px 0;
}
h3{
	font-size:241%;
	font-weight:bold;
	margin-bottom:1em;
}
h3.page-title{
	border-bottom: solid 2px #56a37e;
	position: relative;
	background-image:url(../images/title_bg_04_left.gif), url(../images/title_bg_04_right.gif);
	background-repeat:no-repeat;
	background-position:left top, right top;
	text-align:center;
	padding:10px 0 25px;
}
h3.page-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #ffce00;
	bottom: -2px;
	width: 50%;
}
h4{
	font-size:134%;
	font-weight:bold;
	margin-bottom:0.5em;
}
a[href^="tel:"] { cursor: default; }
/*header
====================================================*/
header{
  /*padding-top:2%;*/
  background:#fff;
  /*left:0;
  line-height:1;
  position:fixed;
  top:0;
  width:100%;
  z-index:24;*/
}
header h1{
	font-size:100%;
	margin-bottom:30px;
}
header .wrapper{
	width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
}
header h2 {
	width:500px;
	float:left;
}
header .contact {
	width:440px;
	float:right;
}
header .contact p.txt-tel{
	float:left;
	width:245px;
}
header .contact p.btn-contact a{
	float:right;
	width:180px;
	height:56px;
	display:block;
}
/*nav
====================================================*/
header nav {
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	margin-bottom:30px;
	display:block !important;
}
header nav ul{
	width:1000px;
	height:70px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
header nav ul li{
	float:left;
}
header nav ul li a span.en{
	display:none;
}
header nav ul li a{
	text-indent:-99999px;
	width:200px;
	height:68px;
	display:block;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
}
header nav ul li:nth-child(1) a{
	background-position:left 0;
}
header nav ul li:nth-child(2) a{
	 background-position:-200px 0;
}
header nav ul li:nth-child(3) a{
	background-position:-400px 0;
}
header nav ul li:nth-child(4) a{
	background-position:-600px 0;
}
header nav ul li:nth-child(5) a{
	background-position:-800px 0;
}
header nav ul li a:hover,
header nav ul li.current a{
	background-color:#fff4de;
	height:70px;
}
#nav_toggle{
	display: none;
}
/*block-fv
====================================================*/
.block-fv{
	margin-bottom:40px;
}
/*block-01
====================================================*/
.block-01 {
	margin-bottom:40px;
}
/*block-02
====================================================*/
.block-02{
	margin-bottom:55px;
	overflow:hidden;
}
.block-02 .box-left{
	float:left;
	margin-right:40px;
}
.block-02 .box-right{
	float:right;
	width:670px;
}
.block-02 h3{
	font-size:209%;
	font-family: "ヒラギノ角ゴ ProN W4";
	color:#000000;
	font-weight:normal;
	margin:30px 0 25px;
}
.block-02 figure{
	width:290px;
}
.block-02 p{
	font-size:134%;
	line-height:1.6;
}
.block-02 img{
	width:100%;
}
/*block-03
====================================================*/
.block-03{
	margin:0 auto 30px;
}
.block-03 h3{
	text-align:center;
	background-image:url(../images/title_bg_01.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
	margin-bottom:40px;
}
.block-03 h3 img{
	width:610px;
	height:65px;
}
.block-03 h4{
	color:#42210B;
	margin-bottom:15px;
	font-size:150%;
}
.block-03 .wrapper{
	margin-bottom:20px;
}
.block-03 .box-left{
	float:left;
	width:660px;
	height:200px;
	padding:20px 25px;
	margin-right:20px;
	box-sizing:border-box;
}
.block-03 .box-left.block-top{
	background:#F9F4CC;
}
.block-03 .box-left.block-bottom{
	background:#F9EFB7;
}
.block-03 .box-right{
	float:right;
	width:660px;
	height:200px;
	padding:25px;
	box-sizing:border-box;
}
.block-03 .box-right.block-middle{
	background:#D8E5C9;
}
.block-03 figure{
	float:left;
	width:320px;
}
.block-03 figure.right{
	float:right;
}
.block-03 p{
	font-size:117%;
}
.block-03 img{
	width:100%;
}
/*block-04
====================================================*/
.block-04 h3{
	background-image:url(../images/title_bg_02_left.gif),url(../images/title_bg_02_right.gif);
	background-repeat:no-repeat;
	background-position:left top,right top;
	border-bottom:#31A67B solid 3px;
	padding:14px 0;
	text-align:center;
	line-height:1;
	float:left;
	width:660px;
	margin-right:20px;
	box-sizing:border-box;
	color:#42210B;
	font-size:192%;
}
.block-04 h3 span{
	font-size:124%;
	font-weight:bold;
}
.block-04 h3 br{
	display:none;
}
.block-04 .wrapper{
	margin-bottom:40px;
}
.block-04 .wrapper.block-top figure{
	float:right;
	margin:0;
	width:320px;
}
.block-04 .wrapper.block-top p{
	float:left;
	width:660px;
}
.block-04 .wrapper.block-middle p:first-of-type{
	margin-top:45px;
}
.block-04 .wrapper.block-middle p span{
	font-weight:bold;
	font-size:150%;
}
.block-04 .wrapper.block-middle figure{
	width:290px;
}
.block-04 .wrapper.block-bottom figure{
	float:right;
	margin:0;
	width:220px;
}
.block-04 .wrapper.block-bottom p{
	margin-top:90px;
	text-align:right;
	width:740px;
}
.block-04 figure{
	float:left;
	margin-right:40px;
}
.block-04 figure img{
	width:100%;
}
.block-04 p{
	font-size:117%;
	line-height:1.6;
	margin-bottom:25px;
}
/*block-05
====================================================*/
.block-05 h3{
	background:#31A67B;
	color:#ffffff;
	font-size:241%;
	font-weight:normal;
	text-align:center;
	float:left;
	width:276px;
	height:170px;
	line-height:170px;
	box-sizing:border-box;
}
.block-05 ul{
	display:table;
	margin-bottom:80px;
}
.block-05 li{
	width: 170px;
	height:170px;
	display:table-cell;
	border-left:#ffffff solid 10px;
}
.block-05 li img{
	width:100%;
}
/*block-06
====================================================*/
.block-06{
	margin-bottom:20px;
}
.block-06 h3{
	margin-bottom:30px;
}
.block-06 h4{
	background-image:url(../images/title_bg_02_left.gif),url(../images/title_bg_02_right.gif);
	background-repeat:no-repeat;
	background-position:left top,right top;
	border-bottom:#31A67B solid 3px;
	padding:14px 0;
	text-align:center;
	line-height:1;
	float:left;
	width:660px;
	margin:0 20px 30px 0;
	box-sizing:border-box;
	font-size:184%;
	color:#42210B;
}
.block-06 h4.long{
	width:1000px;
}
.block-06 p{
	font-size:117%;
	float:left;
	margin-bottom:40px;
}
.block-06 p:first-of-type{
	width:660px;
}
.block-06 figure{
	float:right;
	width:320px;
}
.block-06 figure img{
	width:100%;
}
/*block-07
====================================================*/
.block-07 h3{
	text-align:center;
	color:#000000;
	font-weight:normal;
	background-image:url(../images/title_bg_03.gif),url(../images/title_bg_03.gif);
	background-repeat:no-repeat;
	background-position:left,right;
	display:table;
	margin:0 auto 40px;
	padding:5px 60px 0;
}
.block-07 .wrapper{
	border-top:#31A67B solid 4px;
	border-bottom:#31A67B solid 4px;
	border-left:#31A67B solid 4px;
	padding:40px 0 30px 40px;
	background-image:url(../images/bg_01.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	box-sizing:border-box;
}
.block-07 h4{
	margin-bottom:30px;
	font-size:241%;
}
.block-07 .box-left{
	float:left;
	width:480px;
	margin-right:36px;
}
.block-07 .box-right{
	float:right;
	width:440px;
}
.block-07 .box-right h5{
	text-align:center;
	font-size:117%;
}
.block-07 dl.txt-address{
	margin-bottom:40px;
	overflow:hidden;
	font-size:134%;
}
.block-07 dl.txt-address dt{
	display: block;
	width: 5em;
	clear: left;
	float: left;
	margin-bottom:0;
}
.block-07 dl.txt-address dd{
	display: block;
	float: left;
	margin-bottom:0;
}
.block-07 .box-time{
	clear:both;
	background:#F9EFB7;
	border:#333333 solid 1px;
	padding:0 10px;
	margin-bottom:40px;
}
.block-07 td,
.block-07 th{
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.block-07 th.txt-red{
	color:#C1272D;
}
.block-07 th.txt-blue{
	color:#3333B0;
}
.block-07 td.circle{
	color:#42210B;
	font-size:200%;
}
.block-07 .contact{
	overflow:hidden;
	border-top:#BFBFBF solid 1px;
	border-bottom:#BFBFBF solid 1px;
	padding:20px 20px 0 20px;
}
.block-07 dl{
	float:left;
}
.block-07 .contact dt,
.block-07 .contact dd{
	margin-bottom:20px;
}
.block-07 .btn-contact{
	float:right;
	margin-top:50px;
}
.block-07 .map-01,
.block-07 .map-02{
	margin-bottom:20px;
}
.block-07 iframe.pc-none{
	display:none;
}
/*contents-general
====================================================*/
.contents-general p.catchphrase{
	text-align:center;
	font-size:117%;
	margin-bottom:10px;
}
.contents-general h4{
	text-align:center;
	font-size:150%;
	font-weight:normal;
	margin-bottom:26px;
}
.contents-general br.sp-only{
	display:none;
}
.contents-general .box-yellow{
	background-color:#fff4de;
	overflow:hidden;
	margin-bottom:20px;
	padding:24px 86px;
	display:flex;
	align-items:center;
}
.contents-general img.fl-right{
	float:right;
	margin-left:30px;
}
.contents-general .box-yellow.last{
	margin-bottom:40px;
}
.contents-general .box-yellow.pale{
	background-color:#f7fceb;
}
.contents-general .box-yellow figure{
	float:left;
	margin-right:90px;
	height:160px;
}
.contents-general .box-yellow .txt{
	float:left;
}
.contents-general .box-yellow .txt dl{
	margin-bottom:20px;
}
.contents-general .box-yellow .txt dl:last-of-type{
	margin-bottom:0;
}
.contents-general .box-yellow .txt dt{
	color:#134791;
	font-weight:bold;
	font-size:150%;
	margin-bottom:10px;
}
.contents-general .wrapper .box-left{
	float:left;
	width:640px;
	margin-right:30px;
}
.contents-general p{
	font-size:117%;
	margin-bottom:36px;
}
.contents-general .wrapper .box-right{
	float:left;
}
/*contents-denture
====================================================*/
.contents-denture{
	margin-bottom:50px;
}
.contents-denture h4{
	text-align:center;
	border-top:#a5a5a5 dotted 1px;
	border-bottom:#a5a5a5 dotted 1px;
	padding:18px 0;
	margin-bottom:30px;
	background-image:url(../images/title_bg_05.gif),url(../images/title_bg_05.gif);
	background-repeat:no-repeat;
	background-position:30% center, 70% center;
	font-size:150%;
}
.contents-denture p{
	font-size:117%;
	margin-bottom:30px;
}
.contents-denture .first-pg{
	background-image:url(../images/pic_denture_01.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-bottom:60px;
}
.contents-denture ul.box-yellow{
	background-color:#f7fceb;
	padding:16px 40px;
	margin-bottom:30px;
	display:inline-block;
}
.contents-denture ul.box-yellow li{
	font-size:117%;
	font-weight:bold;
	list-style: disc;
}
.contents-denture img.sp-only{
	display:none;
}
/*contents-preventive
====================================================*/
.contents-preventive{
}
.contents-preventive .wrapper{
	overflow:hidden;
	margin-bottom:20px;
}
.contents-preventive .box-left{
	float:left;
	width:600px;
}
.contents-preventive .box-left h4{
	font-size:150%;
	margin-top:15px;
	margin-bottom:20px;
}
.contents-preventive .box-left p{
	font-size:117%;
	line-height:1.8;
}
.contents-preventive .box-right{
	float:left;
	padding:0 50px 0 70px;
	width:280px;
}
.contents-preventive ul.detail{
	margin-bottom:40px;	
}
.contents-preventive ul.detail li{
	border-bottom:#a5a5a5 dotted 1px;
	padding:30px 20px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.contents-preventive ul.detail li:first-child{
	border-top:#a5a5a5 dotted 1px;
}
.contents-preventive ul.detail li .number{
	background-color:#f7fceb;
	width:45px;
	padding-top:15px;
	margin-right:35px;
	text-align:center;
	box-sizing:border-box;
}
.contents-preventive ul.detail li dl{
	width:880px;
}
.contents-preventive ul.detail li dt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:20px;
}
.contents-preventive ul.detail li dd img.fl-left{
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	width:300px;
}
.contents-preventive ul.detail li dd p{
	font-size:117%;
	margin-bottom:25px;
}
.contents-preventive ul.detail li dd p:last-of-type{
	margin-bottom:0;
}
.contents-preventive .box-yellow{
	overflow:hidden;
	background-color:#fff4de;
	padding:30px;
	margin-bottom:40px;
}
.contents-preventive .box-yellow .box-left{
	float:left;
	width:216px;
	margin-top:66px;
	margin-right:30px;
}
.contents-preventive .box-yellow .box-right{
	float:left;
	width:694px;
	padding:0;
}
.contents-preventive .box-yellow .box-right h4{
	color:#134791;
	font-size:167%;
	font-weight:bold;
	margin-bottom:30px;
}
.contents-preventive .box-yellow .box-right p{
	font-size:117%;
	margin-bottom:30px;
}
.contents-preventive .box-yellow{
}
/*contents-covering
====================================================*/
.contents-covering p{
	font-size:117%;
	margin-bottom:30px;
}
.contents-covering p.last{
	margin-bottom:50px;
}
.contents-covering h4{
	text-align:center;
	color:#134791;
	font-size:150%;
	font-weight:bold;
	border-bottom:#ccc dotted 1px;
	padding-bottom:12px;
	margin-bottom:20px;
}
.contents-covering h5{
	text-align:center;
	background-image:url(../images/title_bg_05.gif),url(../images/title_bg_05.gif);
	background-repeat:no-repeat;
	background-position:30% center, 70% center;
	margin-bottom:25px;
	clear:both;
}
.contents-covering img.fl-left{
	float:left;
	margin-right:30px;
	padding-bottom:75px;
}
.contents-covering img.fl-right{
	float:right;
	margin-left:30px;
}
.contents-covering .wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:50px;
}
.contents-covering .wrapper2{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.contents-covering .wrapper2 div{
	margin-right: 20px;
}
.contents-covering .box-yellow{
	background-color:#fff4de;
	padding:24px;
	width:320px;
	box-sizing:border-box;
	position:relative;
}
.contents-covering .box-yellow.pale{
	background-color:#f7fceb;
}
.contents-covering .box-yellow dl{
	margin-bottom:48px;
}
.contents-covering .box-yellow dt{
	color:#134791;
	font-size:150%;
	font-weight:bold;
	margin-bottom:15px;
}
.contents-covering .box-yellow dd{
	font-size:117%;
	padding-left:1em;
	text-indent:-1em;
}
.contents-covering .box-yellow p{
	font-size:150%;
	font-weight:bold;
	margin-bottom:0;
	position:absolute;
	left:24px;
	bottom:20px;
}
/*link-other
====================================================*/
.link-other{
	border-top:#56a37e solid 2px;
	border-bottom:#56a37e solid 2px;
	width:1000px;
	margin:0 auto 40px;
	overflow:hidden;
	padding:24px 30px 24px 0;
	box-sizing:border-box;
}
.link-other .box-txt{
	float:left;
}
.link-other .box-txt p{
	font-size:117%;
}
.link-other .btn{
	float:right;
}
.link-other h4.denture{
	line-height:85px;
}
.link-other h4.preventive{
	margin-top:17px;
}
/*footer
====================================================*/

/*フローティング
====================================================*/
#footerFloatingMenu {
  background:#fff;
  padding: 1rem 0;
  left:0;
  line-height:1;
  position:fixed;
  bottom:0;
  width:100%;
  z-index:24;
}
#footerFloatingMenu h2 {
	width:500px;
	float:left;
}
#footerFloatingMenu .contact {
	width:440px;
	float:right;
}
#footerFloatingMenu .contact p.txt-tel{
	float:left;
	width:245px;
}
#footerFloatingMenu .contact p.btn-contact a{
	float:right;
	width:180px;
	height:56px;
	display:block;
}
}
/* SP ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
img{
	max-width: 100%;
    height: auto; 
}
h1{
	padding:2%;
}
h2{
	padding:0 2% 2%;
}
h3{
	font-size:1.2repx;m;
	font-weight:bold;
	margin-bottom:0.8em;
}
h3.page-title{
	border-bottom: solid 2px #56a37e;
	position: relative;
	background-image:url(../images/title_bg_04_left.gif), url(../images/title_bg_04_right.gif);
	background-repeat:no-repeat;
	background-position:left top, right top;
	text-align:center;
	padding:10px 0 20px;
	margin-top:4%;
	margin-bottom:8%;
}
h3.page-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #ffce00;
	bottom: -2px;
	width: 50%;
}
h4{
	font-size:1rem;
	font-weight:bold;
	margin-bottom:0.5em;
}
.wrapper{
	margin:0 auto;
	overflow:hidden;
	padding:0 4%;
}
/*header
====================================================*/
header{
  width:100%;
  padding-top:2%;
  background:#fff;
  position:relative;
}
header h1{
	display: none;
}
header h2{
	padding:0 50px 4vw 0;
}
header .contact{
	overflow:hidden;
	padding:0 2%;
	margin-bottom:2%;
}
header .contact p.txt-tel{
	float:left;
	width:60%;
}
header .contact p.btn-contact a{
	float:right;
	width:30%;
	height:auto;
	display:block;
	margin-top:5px;
}
/*nav_toggle
====================================================*/
#nav_toggle{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 3vw;
	right:2vw;
	z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background:#2f302d;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}	
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*nav
====================================================*/
header nav{
	display: none;
	position: absolute;
	top:26vw;
	width: 100%;
	background: #EF9800;
	left: 0;
	z-index:1;
}
header nav ul{
	display: block;
	margin: 0 auto;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
}
header nav ul li:last-child{
	border: none;
}
header nav ul li a{
	position: relative;
	display: block;
	color:#fff;
	font-size:1rem;
	text-align:left;
	padding:3vw;
}
header nav ul li a::before,
header nav ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
header nav ul li a:after{
	right: 3vw;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header nav ul li a span.en{
	display:none;
}
/*block-fv
====================================================*/
.block-fv{
	width:100%;
  margin-top: 3%;
	margin-bottom:8%;
}
.block-fv img{
	width:100%;
}
/*block-01
====================================================*/
.block-01 {
	margin-bottom:8%;
}
/*block-02
====================================================*/
.block-02 h2{
	margin-bottom:2%;
}
.block-02 h3{
	margin-bottom:2%;
	color:#000000;
	font-weight:500;
}
.block-02 p{
	margin-bottom:10%;
}
.block-02 figure{
	width:100%;
	margin-bottom:4%;
}
/*block-03
====================================================*/
.block-03{
	margin-bottom:10%;
}
.block-03 .wrapper{
	padding:0 !important;
	margin-bottom:4%;
}
.block-03 h4{
	color:#42210B;
	margin-bottom:10px;
	font-size:0.9rem;
}
.block-03 .box-left.block-top{
	background:#F9F4CC;
	padding:4%;
}
.block-03 .box-left.block-bottom{
	background:#F9EFB7;
	padding:4%;
}
.block-03 .box-right{
	padding:4%;
}
.block-03 .box-right.block-middle{
	background:#D8E5C9;
	padding:4%;
}

/*block-04
====================================================*/
.block-04{
	margin-bottom:6%;
}
.block-04 .wrapper{
	padding:0 !important;
}
.block-04 h3{
	background-image:url(../images/title_bg_02_left.gif),url(../images/title_bg_02_right.gif);
	background-repeat:no-repeat;
	background-position:left top,right top;
	border-bottom:#31A67B solid 3px;
	padding:2% 10%;
	text-align:center;
	margin-bottom:4%;
	font-size:1.0rem;
	color:#42210B;
	line-height:1.4;
}
.block-04 h3 span{
	font-size:1.3rem;
	font-weight:bold;
}
.block-04 figure{
	margin-bottom:4%;
}
.block-04 p{
	font-size:0.8rem;
	margin-bottom:10%;
}
.block-04 p:first-of-type{
	margin-bottom:2em;
}
/*block-05
====================================================*/
.block-05 h3{
	background:#31A67B;
	color:#ffffff;
	font-size: 1.6rem;
	font-weight:normal;
	text-align:center;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:3% 0;
	margin-bottom: 2%;
}
.block-05 ul{
	width:100%;
	margin:0 auto 10%;
	overflow:hidden;	
}
.block-05 li{
	float:left;
	width: 48%;
	margin:1%;
}
/*block-06
====================================================*/
.block-06{
	margin-bottom:6%;
}
.block-06 .wrapper{
	padding:0;
}
.block-06 h4{
	background-image:url(../images/title_bg_02_left.gif),url(../images/title_bg_02_right.gif);
	background-repeat:no-repeat;
	background-position:left top,right top;
	border-bottom:#31A67B solid 3px;
	padding:2% 8%;
	margin-bottom:4%;
	text-align:center;
	line-height:1.0;
	box-sizing:border-box;
	font-size:1rem;
	color:#42210B;
	line-height:1.4;
}
.block-06 p{
	font-size:0.8rem;
	margin-bottom:4%;
}
.block-06 figure{
	margin-bottom:4%;
}
/*block-07
====================================================*/
.block-07 h3{
	text-align:center;
	color:#000000;
	font-weight:normal;
	background-image:url(../images/title_bg_03.gif),url(../images/title_bg_03.gif);
	background-repeat:no-repeat;
	background-position:left,right;
	display:table;
	margin:0 auto 2%;
	padding:5px 60px 0;
	font-size:1.6rem;
}
.block-07 .wrapper{
	border-top:#31A67B solid 4px;
	border-bottom:#31A67B solid 4px;
	border-left:#31A67B solid 4px;
	padding:4% 2% 4% 4%;
	box-sizing:border-box;
}
.block-07 h4{
	margin-bottom:4%;
	font-size:1.2rem;
}
.block-07 .box-right h5{
	text-align:center;
	font-size:0.8rem;
}
.block-07 dl.txt-address{
	margin-bottom:4%;
	overflow:hidden;
	font-size:0.8rem;
}
.block-07 dl.txt-address dt{
	display: block;
	width: 5em;
	clear: left;
	float: left;
	margin-bottom:0;
}
.block-07 dl.txt-address dd{
	display: block;
	float: left;
	margin-bottom:0;
}
.block-07 .box-time{
	clear:both;
	background:#F9EFB7;
	border:#333333 solid 1px;
	padding:0 2%;
	margin-bottom:8%;
}
.block-07 td,
.block-07 th{
	padding:2%;
	text-align:center;
	vertical-align:middle;
	font-size:0.7rem;
}
.block-07 th.txt-red{
	color:#C1272D;
}
.block-07 th.txt-blue{
	color:#3333B0;
}
.block-07 td.circle{
	color:#42210B;
	font-size:0.9rem;
}
.block-07 .contact{
	border-top:#BFBFBF solid 1px;
	border-bottom:#BFBFBF solid 1px;
	padding:4% 2%;
	margin-bottom:8%;
}
.block-07 .contact dt,
.block-07 .contact dd{
	margin-bottom:20px;
}
.block-07 #map{
	width:100% !important;
}
.block-07 .map-01,
.block-07 .map-02{
	margin-bottom:20px;
}
.block-07 iframe{
	width:100%;
	height:50vh;
	margin-bottom:8%;
}
.block-07 .map-01 iframe.sp-none{
	display:none;
}
/*contents-general
====================================================*/
.contents-general p.catchphrase{
	text-align:center;
	font-size:0.9rem;
	margin-bottom:10px;
}
.contents-general h4{
	text-align:center;
	font-size:1rem;
	font-weight:normal;
	margin-bottom:24px;
}
.contents-general .box-yellow{
	background-color:#fff4de;
	overflow:hidden;
	margin-bottom:20px;
	padding:4%;
	display:flex;
	align-items:center;
}
.contents-general .box-yellow.last{
	margin-bottom:8%;
}
.contents-general .box-yellow.pale{
	background-color:#f7fceb;
}
.contents-general .box-yellow figure{
	float:left;
	margin-right:6%;
}
.contents-general .box-yellow .txt{
	float:left;
}
.contents-general .box-yellow .txt dl{
	margin-bottom:20px;
}
.contents-general .box-yellow .txt dl:last-of-type{
	margin-bottom:0;
}
.contents-general .box-yellow .txt dt{
	color:#134791;
	font-weight:bold;
	font-size:1rem;
	margin-bottom:0.5rem;
}
.contents-general .box-yellow .txt dd{
	padding-left:1em;
	text-indent:-1em;
	font-size:0.8rem;
}
.contents-general .wrapper{
	margin-bottom:8%;
	padding:0;
}
.contents-general .wrapper .box-left{
	margin-bottom:6%;
}
.contents-general .wrapper p{
	font-size:0.8rem;
	margin-bottom:20px;
}
.contents-general .wrapper p:last-child{
	margin-bottom:0;
}
.contents-general img.fl-right{
	float:right;
	margin-left:3vw;
	width:35vw;
}
/*contents-denture
====================================================*/
.contents-denture{
	margin-bottom:8%;
}
.contents-denture h4{
	text-align:center;
	border-top:#a5a5a5 dotted 1px;
	border-bottom:#a5a5a5 dotted 1px;
	padding:10px 0;
	margin-bottom:20px;
	background-image:url(../images/title_bg_05.gif),url(../images/title_bg_05.gif);
	background-repeat:no-repeat;
	background-position:left center, right center;
	font-size:0.95rem;
}
.contents-denture p{
	font-size:0.8rem;
	margin-bottom:20px;
}
.contents-denture img.fl-left{
	float:left;
	margin-right:4%;
	margin-bottom:10px;
	width:35%;
}
.contents-denture img.fl-right{
	float:right;
	margin-left:4%;
	width:35%;
}
.contents-denture .first-pg{
	margin-bottom:8%;
}
.contents-denture ul.box-yellow{
	background-color:#f7fceb;
	padding:4% 8%;
	margin-bottom:30px;
	display:inline-block;
}
.contents-denture ul.box-yellow li{
	font-size:117%;
	font-weight:bold;
	list-style: disc;
}
/*contents-preventive
====================================================*/
.contents-preventive .wrapper{
	overflow:hidden;
	margin-bottom:8%;
}
.contents-preventive .box-left h4{
	font-size:1rem;
	margin-bottom:20px;
}
.contents-preventive .box-left p{
	font-size:0.8rem;
	margin-bottom:20px;
}
.contents-preventive .box-right p:last-child{
	margin-bottom:0 !important;
}
.contents-preventive .box-right{
}
.contents-preventive ul.detail{
	margin-bottom:8%;	
}
.contents-preventive ul.detail li{
	border-bottom:#a5a5a5 dotted 1px;
	padding:4% 0;
	display: flex;
	overflow:hidden;
}
.contents-preventive ul.detail li:first-child{
	border-top:#a5a5a5 dotted 1px;
}
.contents-preventive ul.detail li .number{
	background-color:#f7fceb;
	width:12vw;
	padding:4vw;
	margin-right:4vw;
	text-align:center;
	box-sizing:border-box;
	float:left;
}
.contents-preventive ul.detail li .number img{
	width:12px;
}
.contents-preventive ul.detail li dl{
	float:left;
	width:76vw;
}
.contents-preventive ul.detail li dt{
	font-size:1rem;
	font-weight:bold;
	margin-bottom:10px;
}
.contents-preventive ul.detail li dd img.fl-left{
	float:left;
	margin-right:4%;
	width:45%;
}
.contents-preventive ul.detail li dd p{
	font-size:0.8rem;
	margin-bottom:20px;
}
.contents-preventive ul.detail li dd p:last-of-type{
	margin-bottom:0;
}
.contents-preventive .box-yellow{
	overflow:hidden;
	background-color:#fff4de;
	padding:4%;
	margin-bottom:8%;
}
.contents-preventive .box-yellow .box-left figure{
	float:left;
	margin-right:4%;
	width:40%;
}
.contents-preventive .box-yellow .box-right h4{
	color:#134791;
	font-size:1rem;
	font-weight:bold;
	margin-bottom:20px;
}
.contents-preventive .box-yellow .box-right p{
	font-size:0.8rem;
	margin-bottom:20px;
}
.contents-preventive .box-yellow{
}
/*contents-covering
====================================================*/
.contents-covering p{
	font-size:0.8rem;
	margin-bottom:20px;
}
.contents-covering p.last{
	margin-bottom:8%;
}
.contents-covering h4{
	text-align:center;
	color:#134791;
	font-size:1rem;
	font-weight:bold;
	border-bottom:#ccc dotted 1px;
	padding-bottom:12px;
	margin-bottom:20px;
}
.contents-covering h5{
	text-align:center;
	background-image:url(../images/title_bg_05.gif),url(../images/title_bg_05.gif);
	background-repeat:no-repeat;
	background-position:left center, right center;
	margin: 0 auto 25px;
	clear:both;
}
.contents-covering .first-pg{
	margin-bottom:8%;
}
.contents-covering img.fl-left{
	float:left;
	width:45%;
	margin-right:4%;
	margin-bottom:4%;
}
.contents-covering img.fl-right{
	float:right;
	width:45%;
	margin-left:4%;
	margin-bottom:4%;
}
.contents-covering .wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:8%;
	padding:0;
}
.contents-covering .box-yellow{
	background-color:#fff4de;
	padding:4% 8%;
	width:100%;
	box-sizing:border-box;
	position:relative;
	margin-bottom:20px;
}
.contents-covering .box-yellow.pale{
	background-color:#f7fceb;
}
.contents-covering .box-yellow dl{
	margin-bottom:20px;
}
.contents-covering .box-yellow dt{
	color:#134791;
	font-size:1rem;
	font-weight:bold;
	margin-bottom:10px;
}
.contents-covering .box-yellow dd{
	font-size:0.8rem;
	padding-left:1em;
	text-indent:-1em;
}
.contents-covering .box-yellow p{
	font-size:1rem;
	font-weight:bold;
	margin-bottom:0;
}
/*link-other
====================================================*/
.link-other{
	border-top:#56a37e solid 2px;
	border-bottom:#56a37e solid 2px;
	margin:0 auto 8%;
	overflow:hidden;
	padding:4% 0;
	box-sizing:border-box;
}
.link-other h4{
	margin-bottom:4%;
}
.link-other .box-txt p{
	font-size:0.8rem;
	margin-bottom:4%;
}
.link-other .btn{
	margin:0 auto;
	text-align:center;	
}
/*footer
====================================================*/
footer .block-footer{
	padding:8% 4% 4% 4%;
	margin:0 auto;
}
footer .block-left dt{
	margin-bottom:1em;
	font-size:1rem;
}
footer .block-left dd.txt-tel a{
	color:#333333;
	font-size:1.6rem;
	font-weight:bold;
	text-decoration:none;
}
footer .block-left dd.txt-mail{
	margin-bottom:1.2em;
}
footer .block-left dd.txt-mail a{
	color:#293d71;
	font-size:1rem;
	font-weight:bold;
	text-decoration:none;
}
footer .block-right p{
	font-size:0.9rem;
}
footer small{
	font-size:0.6rem;
}
/*フローティング
====================================================*/ 
#footerFloatingMenu{
  width:100%;
  padding-top:2%;
  background: #fff;
  position:fixed;
  right:0;
  bottom:0;
  /*left:0;
  line-height:1;
  position:fixed;
  top:0; 
  z-index:24;*/
}
#footerFloatingMenu .contact{
	overflow:hidden;
	padding:0 2%;
	margin-bottom:2%;
  
}
#footerFloatingMenu .contact p.txt-tel{
	float:left;
	width:60%;
}
#footerFloatingMenu .contact p.btn-contact a{
	float:right;
	width:30%;
	height:auto;
	display:block;
	margin-top:5px;
}
}