@charset "UTF-8";

/* CSS Document */
* {
	letter-spacing: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 18px;
	font-family: 'DIN', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS UI Gothic', sans-serif;
	line-height: 1.5;
	color: #4e4e4e;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;
}

.pc {
	display: none;
}

strong {
	font-weight: normal;
}

/*リンク*/
a {
	color: #666666;
	text-decoration: none;
}

.link_right {
	text-aline: right;
	clear: both;
}

img {
	border: none;
	vertical-align: top;
}

.red {
	color: red;
	font-weight: normal
}

.redb {
	color: red;
	font-weight: bold
}

.redl {
	color: red;
	font-weight: bold;
	font-size: 150%
}

.ora {
	color: #f49800;
	font-weight: normal
}

.orab {
	color: #f49800;
	font-weight: bold
}

.oral {
	color: #f49800;
	font-weight: bold;
	font-size: 150%
}

.indent10,
.indent20,
.indent30 {
	padding-bottom: 25px;
}

.cnt {
	text-align: center;
}

.clear {
	clear: both;
}

/*clearfixここから*/

.clearfix:after {
	/* フロートはみ出しを防ぐclearfix */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	/* for IE7 */
	min-height: 1px;
}

* html .clearfix {
	/* for IE6 */
	height: 1px;
}

/*wordpressデフォルト*/
.aligncenter {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.alignright {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.alignleft {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: ""
		display: block;
	clear: both;
}


/*wordpressビジュアルエディタ*/
.post ul {
	margin-left: 40px;
}

.post ol {
	margin-left: 40px;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-style: italic;
}



/*clearfixここまで*/

h1 {
	display: none;
}

.h2_box {
	clear: both;
	padding: 1px;
	background: -moz-linear-gradient(top, #fefefe, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fefefe', endColorstr='#efefef');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#efefef')";
	border: 1px solid #dbdbdb;
	margin: 10px 2px 25px 2px;
}

.h2_box h2 {
	padding: 3px 10px;
	font-size: 1.15rem;
	font-weight: normal;
	line-height: 1.5;
	border-left: 5px solid #61a423;
	color: #61a423;
}

h3 {
	font-size: 1.15rem;
	color: #e73c8a;
	padding-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 1.15rem;
	padding-bottom: 10px;
	font-weight: bold;
}


/*ヘッダー*/
.head {
	text-align: center;
	padding: 10px 0;
	border-top: 10px orange solid;
}

.page .head,
.blog .head {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.head .tel {
	width: 90%;
	margin: -20px auto 0 auto;
}

.head_left {
	text-align: left;
	width: 70%;
	height: auto;
}

.head_left img {}

.head_right {
	display: none;
}

/*メニューボタン*/
#menu_button a {
	/* ▼上端に固定するCSS */
	position: fixed;
	top: 0;
	right: 5px;
	width: 65px;
	height: 75px;
	display: block;
	padding: 10px 0;

	/* ▼バーの装飾 */
	background-color: hsl(37, 92%, 50%);
	/* 背景色 */
	color: white;
	/* 文字色 */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
	font-size: 12px;
}

#menu_button a img {
	width: 60%;
	height: auto;
}

/*サイドバー*/
.side li a,
.side dt {
	display: block;
	background-color: #ffe9c5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fef9f1), color-stop(1, #ffe9c5));
	background: -moz-linear-gradient(center top, #fef9f1 5%, #ffe9c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef9f1', endColorstr='#ffe9c5');
	color: #444;
	padding: 10px;
	position: relative;
	border-top: 1px solid #ccc;
}

.side li a:after,
.side dt:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.side dl li a {
	background: #fff;
}


/*フッター*/
.foot {
	display: none;
}

.foot_bottom {
	padding: 15px;
}

.foot_bottom img {
	width: 100%;
}



/*コピーライト*/
.copyright {
	background: orange;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}


/*パンくずリスト*/
.breadcrumbs {
	display: none;
}



/*テーブル*/
.table_map {
	border-collapse: collapse;
	width: 100%;
}

.table_map td,
.table_map tr {
	text-align: left;
	padding: 5px;
}

.table_map01 {
	background-color: #fed89a;
	border: 1px #f39800 solid;
}

.table_map02 {
	background-color: #ffffff;
	border: 1px #f39800 solid;
}


/*トップページ*/
.page#index .head {
	box-shadow: none;
	margin-bottom: 0;
}

.page#index .top_image {
	display: block;
	clear: both;
	margin: -10px -10px 30px -10px;
}

#index .job {
	margin: 0 2px 15px 2px;
	font-size: 16px;
}

#index .job th,
.job td {
	padding: 10px 5px;
	border: 1px solid #ccc;
}

#index .job th {
	background-color: #fef9f1;
	white-space: nowrap;
}

#index .content .links {
	overflow: hidden;
	margin: 0 10px;
}

#index .content .links a {
	display: block;
	width: 95%;
	margin: 0 auto 10px auto;
}

#index .image_doc {
	margin: 10px auto;
	text-align: center;
}

#index .news {
	margin: 10px;
}

#index .news a {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

#index .content #top_info {
	background-color: #fef9f1;
	border: 1px solid orange;
	margin: 15px 0 20px 0;
	padding: 20px;
	font-size: 0.9rem;
}

#index .content #top_info .title {
	font-size: 1.2rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}



/*共通*/
.page .content {
	margin: 10px;
}

.page .top_image {
	display: none;
}

.page .content .h2_box {
	margin-left: -10px;
	margin-right: -10px;
}


/*当院の理念*/
#policy .content p br {
	display: none;
}

/*スタッフ紹介*/
#staff .content .image_doc,
#staff .content .image_staff {
	text-align: center;
}

#staff .content .image_doc img,
#staff .content .image_staff img {
	border: 1px solid #ccc;
	padding: 3px;
	box-shadow: 1px 1px 3px #ccc;
}

#staff .staff-list h3 {
	font-weight: bold;
}

#staff .staff-list ul {
	margin-left: 20px;
	margin-bottom: 30px;
}

#staff .staff-list li {
	list-style: disc;
	margin-left: 20px;
}

#staff .right {
	margin-bottom: 15px;
}

#staff .content .right #name {
	text-align: center;
	margin: 3px 0;
}

#staff .content .right ul span {
	font-weight: bold;
}

#staff .content .right ul li {
	margin-left: 25px;
	list-style: circle;
}

#staff .content h3+div>p {
	padding-bottom: 5px;
}

#staff .content #two {
	border-top: 1px dotted #ccc;
	margin: 20px 0;
	padding-top: 20px;
}

.staff .clear hr {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
}


/*医院紹介*/
#clinic .content .photo_clinic01,
#clinic .content .photo_clinic02 {
	overflow: hidden;
	text-align: center;
}

#clinic .content .photo_clinic01 img,
#clinic .content .photo_clinic02 img {}

#clinic .content .photo_clinic01 p,
#clinic .content .photo_clinic02 p {
	padding: 10px;
	text-align: left;
}

#clinic .content .photo_clinic01 p br:first-child,
#clinic .content .photo_clinic01 p br:nth-child(2),
#clinic .content .photo_clinic01 p br:nth-child(3),
#clinic .content .photo_clinic02 p br:first-child,
#clinic .content .photo_clinic02 p br:nth-child(2),
#clinic .content .photo_clinic02 p br:nth-child(3) {
	display: none;
}


/*一般歯科*/
#menu01 .content .h2_box+div p {
	padding-bottom: 5px;
}

#menu01 .content img.left {
	display: block;
	margin: 15px auto;
}

#menu01 .content .ireba {
	margin: 25px 0 25px 25px;
}

#menu01 .content .ireba li {
	list-style: decimal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#menu01 .content .ireba li p,
#menu01 .content .ireba li img {
	margin-left: -15px;
}

#menu01 .content .ireba li p:first-child {
	font-weight: bold;
	margin-left: 0;
}

#menu01 .content #teikikenshin p {
	margin-bottom: 20px;
}

#menu01 .content {
	padding-bottom: 20px;
}


/*インプラント*/


#menu02 .content .h2_box+h3+div p {
	margin-bottom: 20px;
}

#menu02 .content img.left {
	display: block;
	margin: 15px auto;
}

.table_imp {
	width: 100%;
	font-size: 0.8rem;
}

.table_imp th,
.table_imp td {
	border: 1px #f39800 solid;
	padding: 5px;
}

.table_imp tr:first-child td {
	text-align: center;

}

.table_imp th {
	text-align: center;
	background-color: #fdfce0;
}

.table_imp td {
	vertical-align: top;
}

.table_imp ul li {
	list-style: disc;
	margin-left: 20px;
}

.table_imp tr:nth-child(even) {
	background: #f9f9f9;
}


/*ホワイトニング*/
#menu02 .content h3 {
	clear: both;
}

#menu02 .content .white_box,
#menu02 .content .white_box02 {
	background-color: #fef7ec;
	padding: 10px;
	margin: 10px 0;
	border: 1px #f39800 solid;
	font-size: 0.95rem;
}


/*無痛治療*/
#menu02 .content .mutsu_ul li {
	background: url(images/checkbox_big_red.gif) no-repeat left 2px;
	padding: 0 0 10px 30px;
	font-size: 1.1rem;
	margin-left: 0;
}

#menu02 .content .mutsu_ul+div p,
#menu .content h3+div p {
	margin-bottom: 10px;
}

#menu02 .content #page_mutsu .indent20 {
	margin-bottom: 10px;
	clear: both;
}



/*小児歯科*/
#menu03 .content .indent20 p {
	margin-bottom: 20px;
}

#menu03 .content img.left {
	display: block;
	margin: 15px auto;
}

.ch_ol {}



/*妊娠中の歯科治療*/
.ex_box {
	background-color: #fcf774;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 20px 0;
}

.ex_box02 {
	background-color: #fef7ec;
	padding: 25px 10px 25px 10px;
	margin: 10px 0 20px 0;
	border: 1px #f39800 solid;

}

.ex_ol,
.ex_ul li {
	margin-left: 20px;
	list-style: disc;
}

.ex_ul li {
	list-style-image: url(images/star.jpg);
}

#menu03 .content h3 br {
	display: none;
}



/*症例集*/
#case .content .arrow {
	margin: 70px 0 -170px 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*患者様の声*/
#voice .content .voice {
	text-align: center;
}


.voice_pro {
	text-align: right;
}




/*ドクターQ&A*/
#q_box {
	margin: 10px 0 30px 0;
	padding: 10px 5px;
	border: hsl(37, 92%, 61%) 1px solid;
	border-radius: 5px;
}

.question {
	background: url(images/question.gif) no-repeat 15px top;
	padding: 0 0 0 55px;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
}

.answer {
	background: url(images/answer.gif) no-repeat 15px 10px;
	background-color: #fef7ec;
	padding: 10px 10px 10px 55px;
	margin-bottom: 40px;
}

.each_content {
	padding-bottom: 30px;
}

.each_content .question2 {
	display: none;
}



/*道順*/
#access .content iframe {
	width: 100%;
	height: 250px;
}

#access .content .way {
	text-align: center;
	margin: 20px 0;
}

#access .content #parking .indent10 p {
	margin-bottom: 10px;
}

#access .content #img_parking_ticket {
	text-align: center;
	margin: 20px 0;
}

#access .content #img_parking_ticket img {
	width: auto;
	height: 220px;
	margin-bottom: 15px;
}


/*メールフォーム*/
form#mailformpro dl dt {
	float: none;
	width: auto;
	font-size: 15px;
	padding: 5px;
	text-align: left;
}

form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1.5em;
}

form#mailformpro dl dd span {
	/*display: block;*/
}

div.mfp_buttons button {
	font-size: 14px;
}

div#mfp_phase_confirm h4 {
	font-size: 18px;
}

form#mailformpro textarea,
form#mailformpro input {
	max-width: 90%;
}

ul#mfp_phase_stat {
	padding: 0px;
}

ul#mfp_phase_stat li {
	float: left;
	text-align: center;
	padding: 5px 0px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
	width: 30%;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	display: none;
}

ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}

table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 100px;
}

div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}

div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
	display: block;
}

form#mailformpro.regist {
	padding: 10px 10px;
}

.fo3 {
	width: 3em;
}

.fo4 {
	width: 4em;
}

.fo7 {
	width: 7em;
}

.fo9 {
	width: 9em;
}

.fo10 {
	width: 10em;
}

.fo15 {
	width: 15em;
}

.fo25 {
	width: 25em;
}

textarea {
	min-height: 150px;
	max-height: 200px;
}

/*インターネット予約*/
#reservation.page .content {
	margin: 10px 0;
}

#reservation .content #first p {
	padding: 0 15px 15px 15px;
}

/*無料インプラント相談*/
#inquiry.page .content {
	margin: 10px 0;
}

#inquiry .content #first p {
	padding: 0 15px 15px 15px;
}



/*ブログ*/
.blog .post {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 50px;
}

.blog .post img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
}

.blog .post .post-header {
	clear: both;
	margin: 10px 0;
	padding: 3px 10px;
	border-left: 5px solid #61a423;
}

.blog .post .post-header h2 {
	font-size: 20px;
	font-weight: bold;
}

.blog .post .post-header .post-date {
	font-size: 12px;
}

.blog .post .post-content {
	padding: 10px;
}

.blog .post p {
	padding-bottom: 5px;
}

.side #link2top a {
	display: block;
	border-top: 2px solid hsl(37, 92%, 61%);
	border-bottom: 2px solid hsl(37, 92%, 61%);
	text-align: center;
	padding: 10px;
	margin: 10px 0;
	text-decoration: none;
	font-size: 0.9rem;
}

.blog .side .widget {
	margin-bottom: 15px;
}

.blog .side .widget li a {
	font-size: 0.9rem;
	background: #fff;
}

.blog .side .widget h2 {
	padding: 10px;
	background: hsl(37, 92%, 61%);
	background: -moz-linear-gradient(top, hsl(37, 92%, 91%), hsl(37, 92%, 61%));
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(37, 92%, 91%)), to(hsl(37, 92%, 61%)));
	background: linear-gradient(to bottom, hsl(37, 92%, 91%), hsl(37, 92%, 61%));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='hsl(37,92%,91%)', endColorstr='hsl(37,92%,61%)');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='hsl(37,92%,91%)', endColorstr='hsl(37,92%,61%)')";
	border-top: 1px solid hsl(37, 92%, 61%);
}