html{ font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%}body{ margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{ display:block}audio,canvas,progress,video{ display:inline-block; vertical-align:baseline}audio:not([controls]){ display:none; height:0}[hidden],template{ display:none}a{ background-color:transparent}a:active,a:hover{ outline:0}abbr[title]{ border-bottom:1px dotted}b,strong{ font-weight:bold}dfn{ font-style:italic}h1{ font-size:2em; margin:0.67em 0}mark{ background:#ff0; color:#000}small{ font-size:80%}sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline}sup{ top:-0.5em}sub{ bottom:-0.25em}img{ border:0}svg:not(:root){ overflow:hidden}figure{ margin:1em 40px}hr{ box-sizing:content-box; height:0}pre{ overflow:auto}code,kbd,pre,samp{ font-family:monospace,monospace; font-size:1em}button,input,optgroup,select,textarea{ color:inherit; font:inherit; margin:0}button{ overflow:visible}button,select{ text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{ -webkit-appearance:button; cursor:pointer}button[disabled],html input[disabled]{ cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{ border:0; padding:0}input{ line-height:normal}input[type="checkbox"],input[type="radio"]{ box-sizing:border-box; padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{ height:auto}input[type="search"]{ -webkit-appearance:textfield; box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none}fieldset{ border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em}legend{ border:0; padding:0}textarea{ overflow:auto}optgroup{ font-weight:bold}table{ border-collapse:collapse; border-spacing:0}td,th{ padding:0}

/* ******************************************************************** */ 
/* basic      */
/* ******************************************************************** */


body{
	background-image:url(../img/body_bg.jpg);
	color:#555555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing:1.5px;
	line-height:25px;
	margin:0px auto; 
	padding:0px;
}

a:link,
a:visited{
	color: #b49b5a;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#d5b788;
	text-decoration: none;
}

img{
	border:0px;
}

ul{
	font-size:15px;
	margin-left:-15px;
}

.text_right{
	text-align:right;
}

.textbox_left{
	text-align:left;
	width:370px;
}

.big{
	font-size:20px;
	font-weight:bold;
}

img.left{
	float:left;
	margin: 0 25px 25px 0;
}

img.right{
	float:right;
	margin: 0 0 25px 25px;
}

#wrapper{
	margin:0px auto 30px auto;
	width:960px;
}

#top_main h1{
	text-align:center;
	font-size:20px;
	line-height:150%;
	letter-spacing:1px;
	margin-bottom:15px;
	font-weight:bold;
	color:#273C69;
}

#top_main h2{
	font-size:15px;
	line-height:150%;
	letter-spacing:1px;
	border-bottom: 1px dotted #B49B5A;
	margin-bottom:15px;
	font-weight:bold;
}

#top_main h2:first-letter{
	font-size:30px;
	color:#B49B5A;
}

#top_main h3{
	font-size:15px;
	letter-spacing:1px;
	border-left: 3px solid #B49B5A;
	font-weight:bold;
	padding:0 0 0 7px;
	margin-bottom:10px;
	line-height:150%;
}

#top_main h4{
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:5px;
	color:#B49B5A;
	line-height:175%;
}

#top_main p{
	line-height:175%;
	margin-bottom:15px;
}

#top_main .paragraph{
	margin-bottom:30px;
}

#main h1{
	letter-spacing:2px;
	margin-bottom:35px;
	color:#273C69;
}

#main h2{
	letter-spacing:2px;
	background-color:#B49B5A;
	border-radius:5px;
	margin-bottom:15px;
	color:#fff;
	padding:10px 15px;
}

#main h3{
	letter-spacing:2px;
	border-left: 3px solid #B49B5A;
	padding:0 0 0 7px;
}

#main h4{
	letter-spacing:2px;
	margin-bottom:5px;
	color:#B49B5A;
	font-size:15px;
}

#main .paragraph{
	margin-bottom:30px;
}

#main .paragraph ul,
#main .paragraph ol{
	margin-left:-15px;
}

#main .paragraph ul li,
#main .paragraph ol li{
	padding:5px 0 5px 0;
}


/* ******************************************************************** */ 
/* 文字指定関連      */
/* ******************************************************************** */


.note{
	font-size:11px!important;
}


/* ******************************************************************** */ 
/* clear      */
/* ******************************************************************** */


.clearfix:after {
	content: "."; 
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear{
	clear:both;
}


/* ******************************************************************** */ 
/* テーブル      */
/* ******************************************************************** */

#main table,
#main table th,
#main table td{
	border:1px solid #ccc;
	padding:10px;
}

#main table{
	margin-bottom:20px;
}

#main table th,
#main table th{
	background:#F2EFEA;
	vertical-align:middle;
	text-align:center;
}

#main table.fee td{
	text-align:right;
}

#main table.fee_ortho td{
	vertical-align: middle;
}


/* ******************************************************************** */ 
/* ヘッダータイトル      */
/* ******************************************************************** */


#header_title{
	margin-bottom:25px;
	background-color:#0d386b;
}

.header_title_inner{
	color:#ffffff;
	font-size:10px;
	height:20px;
	letter-spacing:2px;
	line-height:20px;
	margin:0px auto;
	padding:3px 0 3px 0px;
	width:960px;
}

.header_title_inner_left{
	float:left;
	width:660px;
}

.header_title_inner_right{
	float:right;
	width:300px;
	text-align:right;
}

.header_title_inner_right a{
	color:#ffffff;
}

.header_title_inner h1{
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:1px 0 0 0;
}


/* ******************************************************************** */ 
/* ヘッダー      */
/* ******************************************************************** */


#header{
	height:100px;
	margin:10px auto 15px auto;
	width:960px;
}

.header_left{
	float:left;
	width:315px;
}

.header_right{
	float:right;
	width:645px;
}


/* ******************************************************************** */ 
/* グローバルナビ      */
/* ******************************************************************** */


#gnavi{
	background-color:#ffffff;
	height:45px;
}

#gnavi ul{
	margin:0px auto;
	padding:0px;
	width:960px;
}

#gnavi ul li{
	float:left;
	list-style:none;
}


/* ******************************************************************** */ 
/* カラム指定     */
/* ******************************************************************** */	


#contents{
	margin-bottom:20px;
	width:960px;
}

#main{
	float:left;
	margin-right:30px;
	width:600px;
	background-color:#fff;
	padding:50px 50px 20px 50px;
}

#top_main{
	float:left;
	margin-right:30px;
	width:700px;
}

#sidebar{
	float:right;
	width:230px;
}


/* ******************************************************************** */ 
/* TOP画像      */
/* ******************************************************************** */


#top_image{
	clear:both;
	height:400px;
	margin:10px 0 20px 0;
}

#sub_image{
	clear:both;
	height:330px;
	margin:10px 0 20px 0;
}


/* ******************************************************************** */ 
/* パンくず      */
/* ******************************************************************** */

.breadcrumb{
	width:100%;
	margin-bottom:30px;
	font-size:13px;
}


/* ******************************************************************** */ 
/* トップページごあいさつ      */
/* ******************************************************************** */


.greeting{
	background:url(../img/greeting_bg.jpg) no-repeat;
	height:430px;
	margin-bottom:20px;
	padding: 0px 0 0 310px;
	width:390px;
}

.greeting p{
	font-size:14px;
}


/* ******************************************************************** */ 
/* トップページ特徴     */
/* ******************************************************************** */

a .top_feature_box,
a:visited .top_feature_box{
	color:#555555;
}

a:hover .top_feature_box,
a:active .top_feature_box{
	text-decoration:underline;
}

.top_feature_box{
	background:url(../img/top_feature_box_bg.png) no-repeat;
	border:1px solid #EDEDED;
	float:left;
	margin-bottom:15px;
	padding:5px 20px 20px 20px;
	width:180px;
	height:275px;
}

.top_feature_box img{
	margin-bottom:5px;
}

#top_feature .top_feature_box h3{
	background:none;
	border-left:none;
	color:#3c6791;
	font-weight:bold;
	font-size:17px;
	letter-spacing:1px;
	text-align:left;
	padding:0px;
}

.sub_title{
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:15px;
}

.top_feature_box p{
	font-size:12px;
	line-height:17px;
	margin: 10px 0;
	overflow:hidden;
	text-align:left;
}

.top_feature_details {
	background-color:#ffffff;
	border: 1px solid #c0aa9d;
	color: #c0aa9d;
	display: inline-block;
	font-size:14px;
	height: 40px;
	letter-spacing:4px;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;
	width: 180px;
	z-index: 2;
}

.top_feature_details:a {
	color: #c0aa9d;
}

.top_feature_details:hover {
	color: #ffffff;
}

.top_feature_details::after {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: -100%;
	width: 100%;
	z-index: -1;
}

.top_feature_details,
.top_feature_details::before,
.top_feature_details::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.top_feature_details:hover::after {
	background-color: #fc934c;
	top: 0;
}

.campaign_left{
	float:left;
	width:475px;
	margin:5px 0px 13px 0px;
}

.campaign_right{
	float:left;
	width:475px;
	margin:5px 0px 13px 0px;
}


.header_bnr{
	margin: 20px 0 20px 0;
	display: flex;
	justify-content: space-between;
	width: 960px;
}

.header_bnr img{
	width: 310px;
}



/* ******************************************************************** */ 
/* 診療メニュー      */
/* ******************************************************************** */


.service{
	width:950px;
	margin:0 auto;
}

.box_service{
	width:248px;
	background-color:#ffffff;
	border: 1px solid #dedede;
	float:left;
	padding:10px 25px 20px 25px;
	margin-bottom:25px;
}

.service_sub .box_service{
	border: none !important;
}

.box_service h3{
	text-align:center;
	font-size:15px;
	border-top:1px solid #375291;
	border-bottom:1px solid #375291;
	color:#375291;
	margin-bottom:5px;
	padding:5px 0;
	font-weight:bold;
}

.service_sub .box_service h3{
	border-left:none !important;
}

.box_service p{
	margin-top:10px;
	margin-bottom:0;
	font-size:13px;
}

.box_service p.next{
	float:right;
	background:url(../img/list_icon.jpg) no-repeat left center;
	padding-left:15px;
}

.box_service a:link,
.box_service a:visited,
.box_service a:hover,
.box_service a:active{
	color: #787878;
}


/* ******************************************************************** */ 
/* ページトップ      */
/* ******************************************************************** */


.pagetop{
	margin-bottom:20px;
	text-align:right;
}


/* ******************************************************************** */ 
/* サイドバー     */
/* ******************************************************************** */	

.side_info{
	width:230px;
	height:290px;
	background-image:url(../img/side_info_bg.png);
	background-repeat: no-repeat;
	margin-bottom:10px;
}

.side_info .side_text{
	margin:0 15px 0 20px;
	float:left;
	text-align: center;
	color: #3c6791;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.side_info .side_btn{
	margin: 0 5px 0 15px;
}

.side_info .side_box{
	float: left;
	width: 95px;
	height: 30px;
	background-color: #B49B5A;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0;
	border-radius: 30px;
	margin-top: -10px;
}

.blink{animation:BLINK 1.0s ease-in-out infinite alternate;}
@keyframes BLINK {0%{opacity:1.0;}100% {opacity:0;}}

.side_info .side_box p{
	margin-top: 5px;
}

.side_info .img1{
	margin:105px 15px 3px 15px;
	float:left;
	
}

.side_info .img2{
	margin:0px 15px 10px 15px;
	float:left;
}

.sidenavi{
	margin-bottom:20px;
}

.side_title{
	background-color:#0d386b;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	height:34px;
	letter-spacing:3px;	
	line-height:39px;
	margin-bottom:5px;
	padding: 0px 15px;
}

.sidebanner img{
	margin-bottom:15px;
}

.sidenavi ul{
	list-style-type:none;
	margin: -5px 0 0 0; 
	padding: 0;
}

.sidenavi li{ 
	display: inline; 
	margin: 0; 
	padding: 0; 
}

.sidenavi li a{
	background: #ffffff; 
	border-bottom:1px dotted #d5c1b5;
	border-left:1px dotted #d5c1b5;
	border-right:1px dotted #d5c1b5;
	display: block;
	font-size: 14px;
	line-height:48px;
	height:45px;
	padding-left:15px;
	text-decoration: none;
	text-align: left;
	width: 213px;
}

.sidenavi li a:hover{
	background-color: #e7e7e7;
	color: #d5b788;
}

.sidenavi li:last-child a{

}


/* ******************************************************************** */ 
/* お知らせ      */
/* ******************************************************************** */


.news{
	clear:both;
	width:100%;
	background-color:#E7E4DD;
	border-top:1px solid #D1C8B5;
	font-size:14px;
}

.news_in{
	width:950px;
	margin:0 auto;
	padding:20px 0 20px 0;
}

.news_left{
	width:380px;
	float:left;
	line-height:200%;
	padding-top:10px;
}

.news_left h2{
	margin:0;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

.news_left ul{
	padding:0px;
	margin:0px;
}

.news_left ul li{
	font-size:12px;
	list-style:none;
}

.news_left ul li a:link,
.news_left ul li a:visited,
.news_left ul li a:hover,
.news_left ul li a:active{
	color: #333;
}

.news_campaign{
	width:250px;
	float:right;
	margin:0 10px 0 10px;
}

.news_right{
	width:300px;
	float:right;
}


/* ******************************************************************** */ 
/* フッター      */
/* ******************************************************************** */


#footer{
	width:100%;
	background-color:#666666;
	color:#ffffff;
	border-top:1px solid #D1C8B5;
	padding-bottom:10px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	color: #FFF;
}

.footer_in{
	width:950px;
	margin:0 auto 10px auto;
}

.footer_link{
	width:950px;
	margin-bottom:20px;
}

.footer_link ul{
	text-align:center;
}

.footer_link ul li{
	display:inline;
	border-right:1px solid #fff;
	padding:0 15px 0 10px;
	font-size:12px;
	letter-spacing:1px;
}

.footer_link ul li:last-child{
	border-right:none;
	padding:0 0 0 10px;
}

.footer_left{
	width:220px;
	float:left;
}

.footer_left ul{
	float:left;
}

.footer_center{
	float:left;
	width:230px;
	font-size:12px;
}

.footer_center p{
	margin:0;
}

.footer_right{
	width:500px;
	float:left;
}

.footer_table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom:0px;
}
.footer_table th{
	padding: 3px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.footer_table td{
	padding: 3px;
	border: 1px solid #ffffff;
	font-size:12px;
	text-align:center;
	letter-spacing:auto;}
	
.supple{
	font-size:11px;
	text-align:right;
	margin-top:5px;
}

.copyright{
	clear:both;
	text-align:center;
	color:#fff;
	font-size:12px;
	margin-top: 10px;
}

/* ******************************************************************** */ 
/* 矯正     */
/* ******************************************************************** */

.ortho_box{
	width:200px;
	float:left;
	margin-bottom:50px;
}

.ortho_box h3{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	letter-spacing:0 !important;
	text-align:center;
}

p.big{
	color:#B49B5A;
	font-size:19px;
	font-weight:bolder;
	margin-top:5px;
	margin-bottom:5px;
	letter-spacing:4px;
}

/* ******************************************************************** */ 
/* 余白設定      */
/* ******************************************************************** */


/*----------margin----------*/
.m0 { margin:0px!important;}

.mt00 { margin-top:0px!important; }
.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt07 { margin-top:7px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt80 { margin-top:80px!important; }
.mt100 { margin-top:100px!important; }

.mr00 { margin-right:0px!important; }
.mr02 { margin-right:2px!important; }
.mr03 { margin-right:3px!important; }
.mr05 { margin-right:5px!important; }
.mr07 { margin-right:7px!important; }
.mr08 { margin-right:8px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr20 { margin-right:20px!important; }
.mr24 { margin-right:24px!important; }
.mr25 { margin-right:25px!important; }
.mr26 { margin-right:26px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr46 { margin-right:46px!important; }
.mr50 { margin-right:50px!important; }

.mb0 { margin-bottom:0px!important; }
.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb07 { margin-bottom:7px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml07 { margin-left:7px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }

/*----------padding----------*/
.p0 { padding:0px!important; }
.p20{padding:20p !important;}

.pt00 { padding-top:0px!important; }
.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr25 { padding-right:25px!important; }
.pr30 { padding-right:30px!important; }
.pr35 { padding-right:35px!important; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }
.pl30 { padding-left:30px!important; }
.pl35 { padding-left:35px!important; }
.pl45 { padding-left:45px!important; }
.pl75 { padding-left:75px!important; }
.pl100 { padding-left:100px!important; }

/*----------font-size----------*/
.font_15{font-size: 15px;}
.font_16{font-size: 16px;}
.font_17{font-size: 17px;}
.font_18{font-size: 18px;}
.font_24{font-size: 24px;}

/*----------marker----------*/
.marker{
	font-weight:bold;
	background-color: #FEEDE2;
}

.side_line{
margin:10px 0;
}

.side_line img:hover{
transition: 0.5s;
opacity: 0.5;
}

#top_info{
width:695px;
/*height:250px;*/
background-color:#fff;
margin-bottom:20px;
border:solid 2px #3C6791;
text-align:center;
color:#3C6791;
}

#top_info p{
font-size:15px;
line-height:150%;
}

#top_info p.title{
font-size:150%;
font-weight:bold;
}

#top_info p.title a{
	color: #3C6791;
	text-decoration: none;
}

#top_info p.title a:hover{
	text-decoration: underline;
}

#top_info p span{
	font-size: 15px;
}

.top_info_in{
width:630px;
heihgt:220px;
display:block;
margin:0 auto;
}

span.red{
font-size:16px;
color:red;
font-weight:bold;
}

.video-wrapper{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.title_deco{
	font-size:15px;
	line-height:150%;
	letter-spacing:1px;
	border-bottom: 1px dotted #B49B5A;
	margin-bottom:15px;
	font-weight:bold;
}

.title_deco:first-letter {
    font-size: 30px;
    color: #B49B5A;
}