@charset "utf-8";

/**************************************************************
	サイト共通の定義
**************************************************************/

/* フォント・背景色・前景色 */
body{
	color: #5d5d5d;
	font: 14px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	word-break: break-all;
	/* 横スクロールバー非表示 */
	overflow-x: hidden;
}

.mincyo {
	font-family: 'ヒラギノ明朝 Pro w3','ヒラギノ明朝 Pro w6',"Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

h2 {
	color: #570e25;
	font-size: 30px;
}

h3 {
	color: #a00000;
	font-size: 32px;
}

h4 {
	color: #570e25;
	font-size: 25px;
}

/* アンカーテキスト */
a { text-decoration: none;}
a:focus { outline: none; overflow: hidden;}
a:link{color:#A80406;
font-weight:bold;
font-size:18px;
       }
a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .8;
	-khtml-opacity: .80;
	-moz-opacity: .80;
	font-size: 18px;
	color: #570e25;
}

/* フロートボックス */
.float {
	display: inline-block;
}

/* フロート解除 */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* 画像 */
img {
	vertical-align: text-bottom;
}

/* ボックスシャドウ */
.shadow {
	box-shadow: 3px 3px 3px 0 #a4a292,3px -3px 3px 0 #a4a292,-3px 3px 3px 0 #a4a292,-3px -3px 3px 0 #a4a292;
	-webkit-box-shadow: 3px 3px 3px 0 #a4a292,3px -3px 3px 0 #a4a292,-3px 3px 3px 0 #a4a292,-3px -3px 3px 0 #a4a292;
	-moz-box-shadow: 3px 3px 3px 0 #a4a292,3px -3px 3px 0 #a4a292,-3px 3px 3px 0 #a4a292,-3px -3px 3px 0 #a4a292;
	-o-box-shadow: 3px 3px 3px 0 #a4a292,3px -3px 3px 0 #a4a292,-3px 3px 3px 0 #a4a292,-3px -3px 3px 0 #a4a292;
	-ms-box-shadow: 3px 3px 3px 0 #a4a292,3px -3px 3px 0 #a4a292,-3px 3px 3px 0 #a4a292,-3px -3px 3px 0 #a4a292;
}

/* Topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	width: 44px;
	height: 44px;
    display: block;
	background: #f7f4ed url(../images/pagetop.png) no-repeat;
	border: 2px solid #CDC8BC;
	/* border-radius: 24px; */
	/* -webkit-border-radius: 24px; */
	/* -moz-border-radius: 24px; */
	/* -o-border-radius: 24px; */
	/* -ms-border-radius: 24px; */
}

/* フォーム */
input, textarea, select {
	font-size: 18px;
}

/**************************************************************
	基本レイアウト
**************************************************************/

/* ラッパー */
.wrapper {
	margin: 0 auto;
	/* width: 1400px; */
	background: url(../images/bg.png);
	background-attachment: fixed;;
}
.inner {
	width: 100%;
	height: 100%;
}

/* ヘッダー */
.header {
	margin: 0 auto;
	/* width: 1400px; */
}
.header .inner {
	margin: 0 auto;
	width: 1050px;
	/* position: relative; */
}


/* コンテンツ */
.contents {
	margin: 3px auto;
	width: 1050px;
}

/* フッター */
.footer {
	margin: 0 auto;
	/* width: 1400px; */
}
.footer .inner {
	margin: 0 auto;
	width: 1050px;
	/* position: relative; */
}
/**************************************************************
	ヘッダー
**************************************************************/

.header {
	color: #4c1f04;
	font-size: 10px;
	background: #f8bf6d;
	font-weight: bold;
}
.header h1 {
	display: none;
}
.logo {
	display: inline-block;
	position: relative;
	top: 30px;
	/* left: 175px; */
	vertical-align: top;
}
.logo a {
	display: block;
	width: 300px;
}
.info {
	display: inline-block;
	position: relative;
    line-height: 1.6em;
	right: -46%;
	width: 32%;
	margin: 10px auto 5px;
	/* margin-left: -200px; */
	/* font-size: 10px; */
}
.tel-link{
    background: url(../images/telyoyaku2.png) no-repeat;
    width: 280px;
    height: 40px;
    margin-left: -13px;
}

/**************************************************************
	メインナビゲーション
**************************************************************/
.mainNav {
    background: #f7f4ed;
    padding: 10px 0;
}
/*
.menu {
    background: #906b36;;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
    height: 42px;
    display: block;
    line-height: 42px;
    text-align: center;
    position: relative;
}
.menu span {
    width: 0;
	height: 0;
    border: 38px solid transparent;
    border-top: 10px solid #fbdfb8;
    display: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 31px;
    margin-left: -41px;
}
.menu .visible {
	display: block;
}
.panel {
    background: #f7f4ed;
}
.panel ul {
}
.panel li:before {
	content: "・";
    color: #412300;
}
.panel li {
    width: 320px;
    margin: 0 auto;
}
.panel li a {
    color: #412300;
}
.panel li.active {
}
.panel li.last {
}
*/

a.go-inverview {
    width: 300px;
	
    height: 66px;
    display: block;
    background: url(../images/interview-button.png) no-repeat;
    margin: 0 auto;
}


/**************************************************************
	コンテンツ
**************************************************************/
.contents {
	background: #f7f4ed;
	text-align: center;
}
.contents .inner {
	padding-bottom: 35px;
}

/* 見出し */
.contents h2 {
	margin: 40px auto;
}

/* スライダー余白調整 */
.bx-wrapper {
	max-width: 1041px !important;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

/* Q&A */
.qa-intro {
    text-align: center;
    margin-top: 7px;
}
.qa-intro p{
	line-height: 1.8em;
	margin: 10px auto;
	text-align: left;
	padding-left: 156px;	
	font-size: 18px;
}
.qa-number {
	color: #d10202;
	font-size: 24px;
	font-weight: bold;
	margin: 20px auto;
}
.q-box, .a-box {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 320px;
	padding-bottom: 20px;
}
.q-box {
	background: #77aabf;
	border: 3px solid #0395c2;
	color: #ffffff;
	font-size: 17px;
}
.a-box {
	background: #e4f6f8;
	border: 3px solid #0395c2;
	color: #676561;
	font-size: 17px;
}
.q-box:last-child,
.a-box:last-child {
	margin-right: 0;
}
.q-box h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2em;
}
.q-txt, .a-txt {
    text-align: left;
}
.q-txt {
	padding-left: 12px;
}
.a-txt {
	padding-left: 30px;
}
.a-txt:last-child {
	padding-left: 10px;
}
.q1 .q-txt{
    margin: 38px auto 57px;
}
.q2 .q-txt{
    margin: 68px auto 106px;
}
.q3 .q-txt{
    margin: 20px auto 5px;
}
.q-box .paris {
    /* width: 210px; */
    /* height: 191px; */
}
.q-box .deppa {
    /* width: 210px; */
    /* height: 191px; */
}
.q-box .nekko {
    /* width: 210px; */
    /* height: 191px; */
}
.a-box .answer1 {
}
.a-box .answer2 {
}
.a1 .a-txt {
    margin: 0px auto 56px;
}
.a2 .a-txt {
    margin: 0 auto 5px;
}
.a3 .a-txt {
}

/* バナー1 */
.banner1 {
    margin: 40px auto;
}

/* 噛み合わせ */
.kamiawase {
    background: url(../images/kamiawase.jpg) no-repeat center;
    width: 460px;
    height: 385px;
    background-size: contain;
    margin: 0 auto;
    position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    border: 2px solid #800000;
}
.kamiawase p {
    font-size: 22px;
    position: relative;
}
.kamiawase p.normal {
    top: 2px;
}
.kamiawase p.abnormal {
    top: 158px;
}

/* インタビュー */
.comment-box {
	background: #f7f4ed;
	color: #5d5d5d;
	font-size: 18px;
	text-align: left;
	border: 2px solid #998099;
	position: relative;
	padding: 20px 20px 10px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 872px;
	margin: 0 auto;
}
.comment-box h3 {
	margin: 20px auto;
}
.comment-box p {
	font-family: 'ヒラギノ明朝 Pro w3','ヒラギノ明朝 Pro w6',"Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	margin: 15px auto;
	line-height: 1.4em;
}
img.interview {
    margin: 40px auto 20px -10px;
}
img.dr01 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 270px;
}
img.dr02 {
    position: absolute;
    top: 1180px;
    right: 20px;
}
img.dr03 {
    float: left;
    margin-right: 10px;
    margin-bottom: 50px;
}

/* サブコメント */
.subcomment-box {
	margin: 37px auto 0px;
	background: #4d3312;
	border: 3px solid #c86e0d;
	color: #ffffff;
	font-size: 18px;
	width: 732px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 14px 10px;
}

/* お問い合せボタン */
.inquiry {
    margin: 45px auto;
	
}
.inquiry a {
	display: block;
	width: 384px;
	height: 75px;
	margin: 0 auto;
}

/* 医院紹介 */
.introduction {
    background: #e9e4de url(../images/dr1.jpg) no-repeat right bottom;
    border: 3px solid #a09e8e;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    color: #5c3808;
    font-size: 18px;
    width: 780px;
    margin: 0 auto;
    text-align: left;
    padding: 4px 12px;
}
.introduction > div {
	display: inline-block;
	vertical-align: top;
}
.introduction > div:last-child {
	left: 45px;
	position: relative;
}
.introduction h2,
.introduction h3 {
	font-family: 'ヒラギノ明朝 Pro w3','ヒラギノ明朝 Pro w6',"Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.introduction h2 {
    font-size: 30px;
    margin: 0px auto;
}
.introduction h3 {
    font-size: 20px;
}
.introduction p {
	line-height: 1.45em;
	margin-bottom: 10px;
}
.history {
    margin: 30px auto;
    font-size: 14px;
    font-weight: bold;
}
.indent1 {
    padding-left: 65px;
}
.indent2 {
    padding-left: 50px;

}

/* グラフ */
.graph {
}
.graph > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.graph h4 {
    color: #d10200;
    font-size: 24px;
    margin: 24px auto;
}
.graph p {
	color: #212121;
	font-size: 14px;
	font-family: 'ヒラギノ明朝 Pro w3','ヒラギノ明朝 Pro w6',"Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight: bold;
}
.graph img {
	margin-bottom: 24px;
}
/**************************************************************
	フッター
**************************************************************/
.footer {
	color: #4c1f04;
	font-size: 10px;
	background: #f8bf6d;
    text-align: left; 
	font-weight: bold;
}
.footer .info {
	/* left: 300px; */
	right: -11%;
}
.footer .tel {
	display: inline-block;
	position: relative;
	left: 140px;
	top: 33px;
	vertical-align: top;
}

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; font: 14px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
td {
	vertical-align: top;
	font-size: 18px;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* Contact page */
.contact .contents .inner {
	margin: 0;
	padding: 10px 0;
}
form#contact table {
	text-align: left;
	margin: 10px auto 0;
}
form#contact th,
form#contact td {
	padding:0 4px 10px 4px;
}
/* Thanks page */
.thanks .contents {
	min-height: 500px;
}