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

	00. common
	01. caries(虫歯治療)
	02. perio(歯周病)
	03. root(根管治療)
	04. prevent(予防歯科)
	05. implant(インプラント)
	06. denture(入れ歯)
	07. esthetics(審美歯科)
	08. whitening(ホワイトニング)
	09. correct(矯正歯科)
	10. extraction(親知らずの抜歯)
	11. staff(院長スタッフ紹介)
	12. tour(院内ツアー)
	13. price(料金表)
	14. map_time(地図・診療時間)
	15. recruit(スタッフ募集)
	16. contact(問い合わせ)
	17. reason(6つの理由)
	18. interview（インタビュー）
	19. halitosis（口臭治療・口臭外来）

	23.CMS


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

/*
	00. common
========================================================================== */

/*
	01. caries(虫歯治療)
========================================================================== */
section.caries {
    padding-bottom: 40px;
}
.caries .border-b {
	border-bottom: 1px solid #ccc;
}
/*　anchor link */
.caries .anchor_link{
	text-align: left;
	letter-spacing: -.40em;
}
.caries .anchor_link li{
	width:28%;
	height:290px;
	margin-right:1.5%;
	padding:15px 2%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
	border:1px #B0DA40 solid;
	position:relative;
}
.caries .anchor_link li:last-child{
	margin-right:0%;
}
.caries .anchor_link li a{
	display:block;
}
.caries .anchor_link dt{
	text-align:center;
	color:#510808;
	font-size: 15px;
	border-bottom:1px #510808 dashed;
}
.caries .anchor_link dd{
	width:94%;
	margin-right:auto;
	margin-left:auto;
	font-size: 13px;
}
.caries .anchor_link dd img{
	max-width:96%;
	padding:2%;
	border:1px #CCC solid;
}
.caries .anchor_link dd:last-child{
	position:absolute;
	left:10px;
	bottom:15px;
}
.caries .anchor_link dd span.btn{
	width: 80%;
	margin:0 auto;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background: #B0DA40;
	display: inline-block;
}
.caries .anchor_link dd .fa-chevron-circle-down{
	margin-right:5px;
}


/*
	02. perio(歯周病)
========================================================================== */
section.perio {
    padding-bottom: 40px;
}
.perio .case-records {
	background: url(../images/common/arrow02.png) no-repeat center 100px;
	padding: 20px 120px;
}
.perio .for-three li img{
	width: 230px;
	height: auto;
}
/*
	03. root(根管治療)
========================================================================== */
section.root {
    padding-bottom: 50px;
}

/*
	04. prevent(予防歯科)
========================================================================== */
section.prevent {
    padding-bottom: 50px;
}
.prevent .border-b {
	border-bottom: 1px solid #ccc;
}
.prevent .fa-star{
	color: #9cc628;
}
/*　症例画像2枚並び */
.prevent .case-records_small {
	background: url(../images/common/arrow02.png) no-repeat center 100px;
	padding: 20px 120px;
}
.prevent .case-records_small li:nth-child(odd) img {
	float: left;
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.prevent .case-records_small li:nth-child(even) img {
	float: right;
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}

/*
		05. implant(インプラント)
========================================================================== */
section.implant {
    padding-bottom: 50px;
}
/* head number */
.implant .ttl_intro{
	font-size:140%;
	position: relative;
}
.implant .ttl_intro:after{
	content: "";
	position: absolute;
	left: 80px;
	right: 0;
	bottom: 15px;
	border-bottom:1px #A6CA88 solid;
}
.implant .ttl_intro span.num{
	width:70px;
	height:70px;
	color:#FFF;
	font-size:150%;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	background:#96CC0D;
	vertical-align:middle;
	display:table-cell;
}
.implant .ttl_intro span.intro_txt{
	font-weight:bold;
	padding-left:10px;
	vertical-align:middle;
	display:table-cell;
}
.implant .for-three li img{
	width: 230px;
	height: auto;
}

/*
	06. denture(入れ歯)
========================================================================== */
section.denture {
    padding-bottom: 40px;
}
.denture .border-b {
	border-bottom: 1px solid #ccc;
}

.denture .width352 {
	width: 352px;
}

/*
	07. esthetics(審美歯科)
========================================================================== */
section.esthetics {
    padding-bottom: 40px;
}
.esthetics .fa-star{
	color: #FFCC00;
}
/*　症例画像2枚並び */
.esthetics .case-records_small {
	background: url(../images/common/arrow02.png) no-repeat center 100px;
	padding: 20px 110px;
}
.esthetics .case-records_small li:nth-child(odd) img {
	float: left;
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.esthetics .case-records_small li:nth-child(even) img {
	float: right;
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}
.four-case-records-wrap {
	background: url(../images/common/arrow01.png) no-repeat top 42px left 158px,
		url(../images/common/arrow01.png) no-repeat top 42px left 348px,
		url(../images/common/arrow01.png) no-repeat top 42px left 538px;
}
.four-case-records {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 40px;
}
.four-case-records:last-child {
	margin: 0;
}
.four-case-records img {
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}

/*
 08. whitening(ホワイトニング)
========================================================================== */
section.whitening {
    padding-bottom: 40px;
}
.page-catch .catch_ttl{
	width:630px;
	padding:5px 0;
	color:#FFF;
	border-radius: 5px;
	background:#B0DA40;
	display:inline-block;
}
.page-catch .fa-check-square-o{
	color: #FF373A;
}
/*　page-catch症例画像2枚並び */
.page-catch .case-records {
	background: url(../images/common/arrow02.png) no-repeat center 100px;
	padding: 20px 100px;
}
.page-catch .case-records li:nth-child(odd) img {
	float: left;
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.page-catch .case-records li:nth-child(even) img {
	float: right;
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}

/*　whitening症例画像2枚並び */
.whitening .case-records_anchor {
	background: url(../images/common/arrow02.png) no-repeat center 70px;
	background-size: 30px auto;
	padding: 20px 20px;
}
.whitening .case-records_anchor li:nth-child(odd) img {
	float: left;
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.whitening .case-records_anchor li:nth-child(even) img {
	float: right;
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}

/*　左右float */
.whitening .anchor_box{
	overflow:hidden;
}
.whitening .anchor_box > .anchor_box_lt{
	width:49%;
	margin-right:2%;
	float:left;
}
.whitening .anchor_box > .anchor_box_rt{
	width:49%;
	float:left;
}
.whitening .detail-btn a{
	color:#000;
}

/*　FAP */
.whitening .fap{
	text-align: center;
	letter-spacing: -.40em;
}
.whitening .fap li{
	margin:0 10px;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
}
.whitening .fap dt{
	padding:10px 0;
	text-align:center;
	color:#FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.whitening .fap dt.bg_pop{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #555 100%);
	background: -webkit-linear-gradient(top, #000 0%, #555 100%);
	background: linear-gradient(to bottom, #000 0%, #555 100%);

}
.whitening .fap dt.bg_fap{
	background: #9CD159;
	background: -moz-linear-gradient(top, #9CD159 0%, #C5E6A1 100%);
	background: -webkit-linear-gradient(top, #9CD159 0%, #C5E6A1 100%);
	background: linear-gradient(to bottom, #9CD159 0%, #C5E6A1 100%);
}
/*　FAP比較 */
.whitening .fap_comp{
	text-align: center;
	letter-spacing: -.40em;
}
.whitening .fap_comp li{
	margin-right:2%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
}
.whitening .fap_comp li:last-child{
	margin-right:0px;
}
.whitening .fap_comp dt{
	margin-bottom:5px;
}
.whitening .fap_comp dd{
	padding:5px 0;
	color:#FFF;
	text-align:center;
	border-radius: 3px;
	background:#B0DA40;
}




/*
	09. correct(矯正歯科)
========================================================================== */
section.correct {
    padding-bottom: 50px;
}
.correct .fa-square{
	color: #9cc628;
}
.correct .border-b {
	border-bottom: 1px solid #ccc;
}

/*
	10. extraction(親知らずの抜歯)
========================================================================== */
section.extraction {
    padding-bottom: 40px;
}

/*
	11. staff(院長スタッフ紹介)
========================================================================== */
section.staff {
    padding-bottom: 60px;
}
.staff .txt-indent li {
	margin-bottom:10px;
}
.staff .docter img{
	width: 710px;
	height: auto;
}
.staff .img-column.for-four img{
	width: 164px;
}
/*
	12. tour(院内ツアー)
========================================================================== */
section.tour {
    padding-bottom: 40px;
}

/*
	13. price(料金表)
========================================================================== */
section.price {
    padding-bottom: 50px;
}
/*table-normal*/
.price .table-nocolor th{
	text-align:left;
	vertical-align:middle;
}
.price .table-nocolor .w90{
	width:90px;
}
.price .table-nocolor .w100{
	width:100px;
}
.price .table-nocolor .w150{
	width:150px;
}
.price .table-nocolor .w250{
	width:250px;
}
.price .table-nocolor td:last-child{
	width:190px;
	vertical-align:middle;
	text-align:right;
}
/*table-normal2*/
.price .table-nocolor2 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.price .table-nocolor2 th {
	background: #eee;
	border: 1px solid #ccc;
	padding: 6px 5px 5px;
	text-align: left;
	vertical-align:middle;
}
.price .table-nocolor2 td {
	width:300px;
	text-align: left;
	padding: 6px 5px 5px 15px;
	border: 1px solid #ccc;
	background: #fff;
}
/*aling*/
.price .center{
	text-align:center !important;
}
.price .alingL{
	text-align:left !important;
}
.price .alingR{
	text-align:right !important;
}

/*campaign*/
.price .campaign{
	padding:20px;
	text-align:center;
	border:2px #6a9e77 solid;
}
.price .campaign dt{
	color:#6a9e77;
	font-size:24px;
	font-weight:bold;
}
.price .campaign dd.btn a{
	padding:5px 40px;
	background:#EDF6E1;
	display:inline-block;
}
.price .table-nocolor th{
	width: 300px;
	vertical-align: middle;
	background: #eee;
	border: 1px #ccc solid;
}
.price .table-nocolor td{
	vertical-align: middle;
}
/*
	14. map_time(地図・診療時間)
========================================================================== */
section.map_time {
    margin-bottom: 60px;
}
/* googlemap */
.map_time .ggmap iframe {
	display: block;
	width: 710px;
}

/*
	15. recruit(スタッフ募集)
========================================================================== */
section.recruit {
	padding-bottom: 60px;
}
/* anchor link */
.recruit .anchor {
	text-align: left;
	letter-spacing: -.40em;
}
.recruit .anchor li {
	width: 32%;
	margin-right: 2%;
	font-size: 120%;
	letter-spacing: normal;
	display: inline-block;
}
.recruit .anchor li:last-child {
	margin-right: 0%;
}
.recruit .anchor li a {
	padding: 3% 0;
	color: #FFF;
	text-align: center;
	border-radius: 30px;
	display: block;
	background: #91DEF7;
}
/* table-normal */
.recruit .table-normal th {
	width:200px;
	text-align: left;
}
.recruit .table-normal td {
	text-align: left;
}

/*
	16. contact(お問い合わせ)
========================================================================== */
section.contact {
	padding-bottom: 40px;
}
.contact .table-nocolor th {
	text-align: left;
}
.contact .table-nocolor td {
	text-align: left;
}
.contact .tel-link{
	font-size: 20px;
}

.form {
	width: 700px;
	margin: 20px auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
div.wpcf7{
	margin-bottom: 80px !important;
}
.form th {
	background-color: #eee;
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	width: 160px;
}
.form td {
	padding: 10px 15px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #fff;
}
.form .required {
	color: #C20E11;
	margin-left: 4px;
	font-size: 12px;
}
.form input {
	font-size: 14px;
	vertical-align: middle;
	padding-left: 5px;
}
.form textarea {
	width : 460px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 5px;
	height: 5em;
}
.form .name,
.form .tel{
	width: 200px;
}
.form .mail{
	width: 380px;
}
.form .address{
	width: 460px;
}
.form .perpose{
	width: 280px;
}
.form .perpose option{
	padding-left: 5px;
}
.form .wpcf7-list-item{
	margin: 0;
}
.wpcf7-list-item-label {
	margin-right: 16px;
}
.form input.born{
	width: 80px;
	margin-right: 8px;
}
.form .wpcf7-datetime {
	margin: 0 4px 0 8px;
}
.form td p {
	margin-bottom: 5px;
}
.form td p:last-of-type {
	margin-bottom: 0;
}
.form .question textarea{
	height: 8em;
}
.form .age{
	width: 80px;
}
.form-btn {
	text-align: center;
	margin-bottom: 30px;
}
.form-btn input {
	line-height: 40px;
	cursor: pointer;
	padding: 0 30px;
	border: 1px solid #e7f7fe;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 10px;
	color: #0f799b;
	background: #e7f7fe;
}
.wpcf7c-btn-back{
	margin-right: 20px;
}
.contact div.wpcf7-mail-sent-ok, .contact div.wpcf7-mail-sent-ng, .contact div.wpcf7-validation-errors {
	border: none;
	text-align: center;
	color: #C20E11;
}
.contact span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #C20E11;
	text-align: left;
}

/*
	17. reason(6つの理由)
========================================================================== */
section.reason {
    padding-bottom: 50px;
}
/* list */
.reason .reason_list{
	margin-top: 20px;
    text-align: left;
    letter-spacing: -.40em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.reason .reason_list li{
	width: 29%;
    margin-bottom: 60px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 42px;
    vertical-align: top;
    border: 1px #ACACAC solid;
    box-sizing: content-box;
    letter-spacing: normal;
    position: relative;
}
.reason .reason_list li:nth-child(3n){
	margin-right:0;
}
.reason .reason_ttl{
	width:100%;
	margin-bottom:-30px;
	text-align:center;
	position:relative;
	top:-30px;
	left:0;
}
.reason .reason_ttl img{
	width:60%;
}
.reason .reason_ttl2{
	text-align:center;
	font-size: 104%;
}
.reason .pic{
	margin-top:10px;
}
.reason .pic img{
	width:100%;
}
.reason .btn{
	position:absolute;
	right:5px;
	bottom:8px;
}
.reason .fa-play-circle{
	margin-left:5px;
	transform:rotate(90deg);
}
.reason .blue,
.reason .blue a{
	color:#2387E5;
}
.reason .orange,
.reason .orange a{
	color:#FCAB4C;
}
.reason .green,
.reason .green a{
	color:#68AE48;
}

/*
	19. halitosis（口臭治療・口臭外来）
========================================================================== */
section.halitosis {
    padding-bottom: 50px;
}
.halitosis .letter_sp{
	letter-spacing:-0.01em;
}
.halitosis .border-b {
	border-bottom: 1px solid #ccc;
}
.w400 img{
	width: 400px;
	height: auto;
}

/* info */
.halitosis .info_list {
	text-align: center;
	letter-spacing: -.40em;
}
.halitosis .info_list li {
	margin-right: 2%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
}
.halitosis .info_list li:last-child{
	margin-right: 0%;
	padding:10px 15px;
	background:#F0EBD9;
}
.halitosis .info_list dl{
	width:100%;
	display:table;
}
.halitosis .info_list dt{
	text-align:left;
	vertical-align:top;
	color:#666;
	font-size:9px !important;
	display:table-cell;
}
.halitosis .info_list dd{
	text-align:right;
	vertical-align:top;
	display:table-cell;
}
/* table-normal */
.halitosis .table-normal {
	width: 100%;
	font-size:90%;
	border-collapse: collapse;
	border: 1px solid #C4B9A4;
}
.halitosis .table-normal th {
	width:35%;
	background: #F8F0D1;
	color: #333;
	border: 1px solid #C4B9A4;
	padding: 15px;
	text-align: left;
}
.halitosis .table-normal td {
	text-align: left;
	padding: 15px;
	border: 1px solid #C4B9A4;
	background: #fff;
}
/* head */
.halitosis .border_ttl{
	line-height:1.2;
	margin-left:20px;
	border-left:3px #000 solid;
	padding: 5px 0 4px 9px;
}
/* caution */
.halitosis .caution{
	padding:20px;
	background:#E9F4DD;
}
.halitosis .caution dt{
	margin-bottom:10px;
	color:#445F27;
	border-bottom:2px #B3D096 solid;
}
.halitosis .caution dd{
	padding-left:12px;
	background:url(../images/halitosis/disc.png) no-repeat left top;
}
.halitosis .list-dot.txt-indent li{
	background: url(../images/common/disc.png) no-repeat left 2px;
}





/*
	20. CMS
========================================================================== */
.roop {
	padding-bottom: 80px;
	min-height: 500px;
}
.post {
	border: 1px solid #ccc;
	border-radius : 4px;
	padding: 30px;
	margin: 0 0 20px 20px;
}
.post .more{
	text-decoration: underline;
	color: #fc9b2a;
	text-align: right;
	font-size: 15px;
}
.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: #038ff2;
	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;
}
.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 .ttl-low2.ttl-low2-1{
	padding: 8px 6px;
	font-size: 15px;
}
.sidebar li {
	padding: 0 10px 0 16px;
	background: url(../images/common/icon_h_low.png) no-repeat left 4px;
	background-size: 12px auto;
}
.sidebar a{
	text-decoration: underline;
}
.screen-reader-text{
	display: none !important;
}
#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;
}
