@charset "UTF-8";
/*==========================================================================

	00. common
	01. implant(インプラント)
	02. esthetics(審美歯科)
	03. whitening(ホワイトニング)
	04. caries(虫歯・抜歯)
	05. root(根管治療)
  06. perio(歯周病)
	07. prevent(予防歯科)
	08. kids (小児歯科)
	09. correct(矯正歯科)
	10.feature(患者様の「こうして欲しい」を実現させます)
	11.interview(対談)
	12. staff(院長スタッフ紹介)
	13. tour(院内ツアー)
	14. price(料金表)
	15. map_time(地図・診療時間)
	16. recruit(スタッフ募集)
	17. contact(問い合わせ)

	21.CMS


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

/*
	01. common
========================================================================== */
.webbtn {
    border-radius: 5px;
    background: #6eb11c;
    border: 1px solid #6eb11c;
    color: #fff!important;
    text-decoration: none!important;
    padding: 0.5em 25px 0.4em;
    font-size: 115%;
    display: inline-block;
}
/*
	01. implant(インプラント)
========================================================================== */
section.implant {
	padding-bottom: 40px;
}
.implant_txt {
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	background: #87BD52;
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
}
.w28 {
	width: 28%;
}
.implant .menu-btn .img-border{
	border-color: #ccc;
}
.implant .menu-btn a{
	text-decoration:none;
}
.implant .menu-btn a .ttl{
	border-radius:6px;
	margin-top:5px;
}
/*
	02. esthetics(審美歯科)
========================================================================== */
section.esthetics {
	padding-bottom: 40px;
}
.esthetics_txt {
	font-size: 14px;
	font-weight: bold;
	background: #ffaa00;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto 5px auto;
}
.w145 {
	width: 145px;
}
.table_esthetics td {
	vertical-align: top;
	padding-bottom: 10px;
}
.esesthetics_list {
	overflow: hidden;
	clear: both;
}
.esesthetics_list li {
	float: left;
	width: 350px;
}
.pl5 {
	padding-left: 5px;
}
/*
	03. whitening(ホワイトニング)
========================================================================== */
section.whitening {
	padding-bottom: 40px;
}
.table_whitening {
	width: 100%;
	border: 1px solid #ccc;
}
.table_whitening th {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: #ffc34d;
	padding: 5px;
	border: 1px solid #ccc;
}
.table_whitening td {
	padding: 5px;
	border: 1px solid #ccc;
}
.whitening_dl {
	position: relative;
	padding: 18px 0px 0px 50px;
}
.whitening_dl dt {
	position: absolute;
	left: 0;
	top: 0;
}
.font30 {
	font-size: 30px;
}
/*
	04. caries(虫歯・抜歯)
========================================================================== */
section.caries {
	padding-bottom: 40px;
}
.caries_title {
	display: table;
	width: 100%;
}
.caries_title li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.caries_title li:first-of-type {
	padding-right: 20px;
}
.anchor_list {
	width: 75%;
	overflow: hidden;
	clear: both;
	margin: 20px auto;
}
.anchor_list li {
	float: left;
	width: 49%;
	margin-right: 1%;
	background: #88BD54;
	text-align: center;
	border-radius: 5px;
}
.anchor_list li a {
	display: block;
	color: #FFFFFF;
	padding: 15px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
/*
	05. root(根管治療)
========================================================================== */
section.root {
	padding-bottom: 40px;
}
/*
	06. perio(歯周病)
========================================================================== */
section.perio {
	padding-bottom: 40px;
}
/*
	07. prevent(予防歯科)
========================================================================== */
section.prevent {
	padding-bottom: 40px;
}
.prevent_title {
	display: table;
	width: 100%;
}
.prevent_title li {
	display: table-cell;
	vertical-align: middle;
}
.prevent_title li:first-of-type {
	width: 20%;
}
/*
	08. kids (小児歯科)
========================================================================== */
section.kids {
	padding-bottom: 40px;
}
.kid_txt {
	padding-left: 13px;
	border-left: 8px solid #dbeac6;
}
#kid_color {
	color: #333333;
}
/*
	09. correct(矯正歯科)
========================================================================== */
section.correct {
	padding-bottom: 40px;
}
.anchor_list li.bg_or, .bg_or {
	background: #ffbe2c;
}
.correct .w-mini {
	width: 300px;
}
/*
	09. sleep(睡眠時無呼吸症候群)
========================================================================== */
section.sleep {
	padding-bottom: 40px;
}
/*
	10.feature(患者様の「こうして欲しい」を実現させます)
========================================================================== */
section.feature {
	padding-bottom: 40px;
}
.feature.introducelink h3 {
    border-left: 4px solid #87bd52;
    text-align:center;
    margin-bottom:7px;
    line-height:2.3;
}
.feature.introducelink h3.two-line {
	line-height: 1.2;
}
.feature.introducelink a{
    text-decoration:none;
    color:inherit;
}
/*
		11.interview(対談)
========================================================================== */
section.interview {
	padding-bottom: 40px;
}
/*
	12. staff(院長スタッフ紹介)
========================================================================== */
section.staff {
	padding-bottom: 40px;
}
.w50 {
	width: 50%;
}
.w20 {
	width: 20%;
}
.table_staff02 td {
	vertical-align: top;
}
/*
	13. tour(院内ツアー)
========================================================================== */
section.tour {
	padding-bottom: 40px;
}
.pt100 {
	padding-top: 100px;
}
.pt50 {
	padding-top: 50px;
}
/*
	14. price(料金表)
========================================================================== */
section.price {
	padding-bottom: 40px;
}
.indentOne {
	padding-left: 60px;
}
/*
	15. map_time(地図・診療時間)
========================================================================== */
section.map_time {
	margin-bottom: 40px;
}
#map-canvas {
	width: 700px;
	height: 450px;
	border: solid 10px #ddd;
}
/*
	16. recruit(スタッフ募集)
========================================================================== */
section.recruit {
	padding-bottom: 40px;
}
.border_bottom {
	border-bottom: 1px solid #333;
}
.w70 {
	width: 70%;
	margin: 0 auto;
}
.auto {
	margin: 0 auto;
}
.font20 {
	font-size: 20px;
}
.recruit .banner-dr {
    display: flex;
}
.recruit .banner-dr li:first-of-type{
    margin-top:12px;
}
.recruit_list {
	width: 90%;
	overflow: hidden;
	clear: both;
	margin: 20px auto;
}
.recruit_list li {
	float: left;
	width: 19%;
	margin-right: 1%;
	background: #88BD54;
	text-align: center;
	border-radius: 5px;
}
.recruit_list li a {
	display: block;
	color: #FFFFFF;
	padding: 15px 0;
	text-decoration: none;
}
.table_recruit th {
	vertical-align: middle;
}
.indentTwo {
	padding-left: 30px;
}
/*
	17. contact(問い合わせ)
========================================================================== */
section.contact {
	padding-bottom: 40px;
}
/*フォーム*/
.form {
	width: 100%;
	margin: 5px auto 20px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.form th {
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 8px 12px;
	vertical-align: middle;
	width: 140px;
}
.form td {
	padding: 10px 15px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #fff;
}
.form .required {
	color: #C20E11;
	margin-left: 4px;
}
.form td input[type="text"],
.form td input[type="number"],
.form td input[type="tel"],
.form td input[type="email"],
.form td input[type="adress"],
.form td textarea{
    border: solid 1px #ccc;
				padding: 2px 4px;
}
.form label {
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
}
.form input{
    vertical-align: middle;
}
.wpcf7-datetime,.hasDatepicker{
	width: 200px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.form input.name,
.form input.telnumber {
    width:250px;
}
.form input.email {
    width:420px;
}

.form td textarea{
	width: 400px;
}
.form .timemenu{
	width: 200px;
}
.form .timemenu select{
	width: 200px;
	height:28px;
	line-height: 28px;
	padding: 0;
}
.form span.wpcf7-list-item.first{
	margin: 0;
}
.form-btn {
	text-align: center;
	margin-bottom: 60px;
}
.form-btn input {
	margin-right: 20px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 30px;
	border-radius: 5px;
	background: #6eb11c;
	border: 1px solid #6eb11c;
	color: #fff;
	-webkit-appearance: none;
}
.contact div.wpcf7-mail-sent-ok, .contact div.wpcf7-mail-sent-ng, .contact div.wpcf7-validation-errors {
	border: none;
	text-align: center;
	color: #C20E11;
}
.contact02 span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #C20E11;
	text-align: left;
}
.form .yubin{
	width: 80px;
	margin-bottom: 5px;
}
.form .addressmore{
	font-size: 11px;
	color: #A2A2A2;
	margin-left: 4px;
}
.form #prefecture{
	width: 6em;
	padding-left: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.form #city{
	width: 340px;
	margin-right: 10px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.form #street{
	width: 440px;
	padding-left: 5px;
}
.form .kakunin-text {
	display: block;
	font-size: 80%;
	color: #fc9b2a;
}
.form span.address, .form span.address02 {
	display: block;
	margin-top: 5px;
}
.form span.address input, .form span.address02 input {
	padding-left: 3px;
	width: 400px;
}
/*
	20. CMS
========================================================================== */
.roop {
	padding-bottom: 80px;
	min-height: 500px;
}
.post {
    padding: 20px;
    box-sizing: border-box;
}
.posts-btn {
	text-align: center;
	margin-top: 40px;
}
.posts-btn li {
	display: inline;
	margin-right: 30px;
}
.posts-btn li:first-child:after {
	content: "|";
	margin-left: 30px;
}
.posts-btn a {
	color: #59b0e3;
	text-decoration: underline;
	vertical-align: middle;
}
.posts-btn a i {
	margin: 0 3px;
	font-size: 90%;
	vertical-align: middle;
}
.roop .post .size-full, .roop .post img {
	max-width: 600px;
	height: auto;
    margin: 0.5em 0;
}
.roop .post iframe {
	max-width: 600px;
}
.case-records-cms {
	background: url(../images/common/arrow02.png) no-repeat center center;
	width: 640px;
	margin: 20px auto;
}
.case-records-cms td {
	text-align: center;
	width: 320px;
	vertical-align: middle;
}
.case-records-cms .before img {
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
	width: 254px;
	height: auto;
}
.case-records-cms .after img {
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
	width: 254px;
	height: auto;
}
.roop .ttl-low {
	font-size: 18px !important;
}
.roop .data {
	font-size: 12px;
	color: #9E9E9E;
	margin-bottom: 16px;
}
/*サイドバー*/
.sidebar {
	margin-bottom: 30px;
	padding-right: 5px;
}
.sidebar a {
	text-decoration: underline;
}
.screen-reader-text {
	display: none !important;
}
.sidebar ul {
	font-size: 12px;
	list-style: none;
	margin: 0px 0px 15px 15px;
}
.sidebar h3 {
	font-weight: bold;
    font-size: 1em;
    padding: 10px 0px 0px 18px;
    border-bottom: solid 1px #ccc;
    clear: none;
    background: url(../images/common/icon_h_low.png) no-repeat 0px 10px;
}
.sidebar small {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar ul.children {
	margin: 0px 10px;
}
.sidebar li {
	list-style: disc;
}
.sidebar li a {
	color: #666;
}
#s {
	width: 200px;
	padding: 2px 5px;
	margin: 0 auto;
	display: block;
}
#searchsubmit {
	display: block;
	margin: 10px auto 30px;
	width: 100px;
	text-align: center;
	padding: 2px 4px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
	color: #444;
}
/*フォントサイズリセット解除*/
.post h1 {
	font-size: 30px;
}
.post h2 {
	font-size: 22px;
}
.post h3 {
	font-size: 18px;
}
.post h4 {
	font-size: 14px;
}
.post h5 {
	font-size: 12px;
}
.post h6 {
	font-size: 10px;
}
