/**********
 all
**********/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ 
	display:block;
}

#mainNavi ul{
    list-style:none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del{
    text-decoration: line-through;
}

abbr[title], dfn[title]{
    border-bottom:1px dotted;
    cursor:help;
}

/** table **/
table{
    border-collapse:collapse;
    border-spacing:0;
}

/** img **/
img{ vertical-align:bottom;}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/** hr **/
hr{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/** input select **/
input, select{
    vertical-align:middle;
}

/* ol ul */

ol, ul{ list-style: none;}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}

.cf { zoom: 1;}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both;}

/* clear */
.clear{ clear:both;}
.clearBlk{ overflow:hidden;}
/* after */
.afterBlk{}
.afterBlk:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/**********
 common
**********/
/* margin */
.mBtmNone{ margin-bottom:none;}
.mBtm10{ margin-bottom:10px;}
.mBtm20{ margin-bottom:20px;}
.mBtm30{ margin-bottom:30px;}

.mTop5{ margin-top:5px;}
.mTop10{ margin-top:10px;}
.mTop20{ margin-top:20px;}
.mTop30{ margin-top:30px;}

/* padding */
.pBtmNone{ padding-bottom:none;}
.pBtm05{ padding-bottom:5px;}
.pBtm10{ padding-bottom:10px;}
.pBtm20{ padding-bottom:20px;}
.pBtm30{ padding-bottom:30px;}

.pTop10{ padding-top:10px;}
.pTop20{ padding-top:20px;}
.pTop30{ padding-top:30px;}

/* color */
.cRed { color:#ff3300;}
.cOrg { color:#c60;}
.cGry { color:#666;}
.cBrwn{ color:#553b27;}
.cDred{ color:#990000;}

/* fontsize */
.fs120{ font-size:120%;}
.fs80{ font-size:80%;}

/** border **/
.underB{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #56503d;
}

/** align **/
.aCenter{ text-align:center;}
.aLeft{ text-align:left}
.aRight{ text-align:right;}


/** padding margin none **/
.pmNone{
	padding:0;
	margin:0;
}

/** color **/
.cRed { color:#900;}
.cOrg { color:#c60;}
.cGry { color:#666;}
.cBrwn{ color:#630;}

/** fontsize **/
.fs120{ font-size:120%;}
.fs80{ font-size:80%;}

/** border **/
.underB{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #56503d;
}

/** align **/
.aCenter{ text-align:center;}
.aLeft{ text-align:left}
.aRight{ text-align:right;}



/**********
 body
***********/
body{
    width:100%;
    background:url(../img/bg.jpg) repeat;
    font-family: 'Lato','Noto Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#282828;
    line-height:1.6;
    font-size:16px;
	min-width:320px;
}


/**********
 a link
***********/
a{
    color:#0680e7;
    text-decoration:none;
}
a:visited{
    color:#0680e7;
    text-decoration:none;
}
a:hover{
    color:#00a2ff;
    text-decoration:underline;
}

a:active{
    color:#00a2ff;
    text-decoration:underline;
}



/*==========================================
 ページトップ
===========================================*/
.pagetop{
	position: fixed;
	bottom: -70px;
	right: 20px;
	z-index:500;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #00AFEC;
	border:3px solid #fff;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

.pagetop a:hover,
.pagetop a:active{
	background-color: #00AFEC;
	background-color: rgba(0,175,236,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff); /* IE8以下*/
}


/*==========================================
 アイコンフォント
===========================================*/


/*==========================================
 角丸ボタン
===========================================*/
.commonBtn{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:100%;
	display:block;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.8em;
}

.commonBtn span{
	padding-left:5px;
}


/*==========================================
 透過
===========================================*/
.trans{
	opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75
}



/*==========================================
 表示切り替え
===========================================*/

/** visible 選択項目のみ表示 **/
.visible_mb{ display:block;}
.visible_tb{ display:none;}
.visible_pc{ display:none;}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
.visible_mb{ display:none;}
.visible_tb{ display:block;}
.visible_pc{ display:none;}
}

@media only screen and (min-width: 1201px) {
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
}

/** visible 選択項目のみ表示しない **/
.hidden_mb{ display:none;}
.hidden_tb{ display:block;}
.hidden_pc{ display:block;}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:none;}
.hidden_pc{ display:block;}
}

@media only screen and (min-width: 1201px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}

@media print{
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}


/*==========================================
 オンマウスでフェード
===========================================*/
.fade_on{
	/*変化にかかる時間とタイミング、進行具合を指定*/
}

/*オンマウス時に実行*/
.fade_on:hover {
	/*透明度具合を指定*/
	opacity: 0.6;  
	filter: alpha(opacity=40);  
}


/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	width:100%;	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
	font-size:0.78em;
	text-align:left;
	padding-bottom:30px;
}

#breadcrumbs ol{
}

#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}

#breadcrumbs ol li:before {
  content: "　\f105　";
  font-family: FontAwesome;
}
#breadcrumbs ol li:first-child:before {
  content: "\f015";
  font-family: FontAwesome;
  color:#0680e7;
  padding-right:5px;
}

#breadcrumbs ol li a{ color:#0680e7;}

#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:active{ color:#0071bc;}




/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{
	width:100%;
	text-align:center;
	padding-bottom:0;
}

/** headTop_mb **/
#headTop_mb{
	background:#fff;
	padding:15px 12px;
	text-align:left;
}

#headTop_mb #logo_mb img{
	max-width:178px;
}

/** headTop **/
#headTop{
	background:#fff;
	display:none;
	border-bottom:5px solid #00AFEC;
}

#headTop #headTopInner{
	width:96%;
	margin:0 auto;
}

#headTop #headTopInner h1{
	font-weight:normal;
	font-size:13px;
	line-height:1.2;
}

#headTop #headTopInner #headNavi_common{}

#headTop #headTopInner #headNavi_common ul li{
	display:block;
	background:#00AFEC;
}

#headTop #headTopInner #headNavi_common ul li a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding-bottom:0;
	margin-bottom:0;
	vertical-align:bottom;
}


#headTop #headTopInner #headNavi_common ul li#hNvCmn_blog{ }
#headTop #headTopInner #headNavi_common ul li#hNvCmn_link{ }
#headTop #headTopInner #headNavi_common ul li#hNvCmn_policy{ }


/** headContents **/

#headContents{
	width:100%;
	text-align:center;
}

#headContents img{
	width:100%;
	margin:0 auto;
	display:block;
	vertical-align:bottom;
}

#headContents #headContentsTop{
	width:100%;
    background-size: cover;
	min-height:70px;
}

#headContents #headContentsTop #headLogo{}
#headContents #headContentsTop #headPhone{}
#headContents #headNavi{}


/** headPhone **/
#topPhone_mb{
	background:#00AFEC;
	padding:9px 8px 8px 8px;
	color:#fff;
	border-bottom:3px solid #fff;
	text-align:center;
}

#topPhone_mb img{
	width:100%;
	max-width:480px;
	margin:0 auto;
}




/**********
 toggle sp向けメニュー
**********/

#toggle {
  display: block;
  text-align: center;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	          transition: all .4s;
}
.trigger {
	position: relative;
	width: 28px;
	height: 21px;
}
.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #00AFEC;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top: 9px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #00AFEC;
	border-radius: 4px;
	-webkit-transition: all .4s;
	          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
         	 transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
          	transform: translateY(-8px) scale(0);
}

/** mbナビ装飾 **/
.toggleWrap {
	background: rgba(255, 255, 255, 0.9);
	padding: 50px 0 10px 0; /* padding: 50px 15px 10px 15px; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:300;
}

.toggleNav{
	width:90%;
	margin:0 auto;
	margin-top:9px;
}

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

.toggleNav li{
  list-style-type: none;
  display:block;
  width:47.5%;
  padding-bottom:10px;
}

.toggleNav li:nth-child(odd){ float:left;}
.toggleNav li:nth-child(even){ float:right;}

.toggleNav li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding:3px;
	text-align: center;
	font-size: 1rem;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow: 1px 1px 1px 0px;
	-webkit-box-shadow: 1px 1px 5px 0px #d1d1d1;
}

.toggleNav li a p{
	padding:14px 8px 4px 8px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:3px solid #fff;
	min-height:56px;
}

.toggleNav li a p img{
	max-height:30px;
}

.toggleNav li #mbNv_about{ background:#8fc31f;}
.toggleNav li #mbNv_shinryou{ background:#00afec;}
.toggleNav li #mbNv_yoyaku{ background:#00ac97;}
.toggleNav li #mbNv_open{ background:#f8b62d;}
.toggleNav li #mbNv_access{ background:#ea7400;}
.toggleNav li #mbNv_home{ background:#ef7dc6;}
.toggleNav li #mbNv_medical{ background:#0071bc;}

.toggleNav li #mbNv_about:hover,
.toggleNav li #mbNv_about:active{ background:#73bb00;}

.toggleNav li #mbNv_shinryou:hover,
.toggleNav li #mbNv_shinryou:active{ background:#0095dc;}

.toggleNav li #mbNv_yoyaku:hover,
.toggleNav li #mbNv_yoyaku:active{ background:#009a88;}

.toggleNav li #mbNv_open:hover,
.toggleNav li #mbNv_open:active{ background:#f7a200;}

.toggleNav li #mbNv_access:hover,
.toggleNav li #mbNv_access:active{ background:#ea6000;}

.toggleNav li #mbNv_home:hover,
.toggleNav li #mbNv_home:active{ background:#ef71a0;}

.toggleNav li #mbNv_medical:hover,
.toggleNav li #mbNv_medical:active{ background:#005dba}
 
 .toggleNav li a span{
	 display:block;
	 padding-top:7px;
	 font-size:1.1em;
	 font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.no-scroll {
	overflow: hidden;
}

/** **/
#mbNv_phone{
	text-align:center;
	padding-top:20px;
	border-top:1px solid #999;
}

#mbNv_phone .title{
	font-weight:700;
	padding-bottom:10px;
	font-size:15px;
}

#mbNv_phone img{
	width:100%;
	max-width:320px;
}


/** **/
#mbNv_email{
	text-align:left;
	padding-top:10px;
	width:92%;
	margin:0 auto;
	max-width:320px;
}


@media screen and (min-width: 769px) {
  #toggle {
    display: none;
  }
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  .mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }
  .navItem {
    padding: 5px 15px;
  }
  .navItem:hover {
    border-color: #3696da;
  }
  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
}



/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{
	width:100%;
	text-align:center;
	padding-bottom:15px;
}

.contentWrap{ background:#fff;}

/** contents **/
.contents{
	width:95%;
	max-width:1000px;
	margin:0 auto;
}





/**********
 main
**********/
#main{
	width:92%;
	padding:0 0 15px 0;
	margin:0 auto;
}

#main:after{
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/**********
 primary
**********/
#primary{
	width:100%;
	padding-bottom:30px;
}

#primary_w{
	width:100%;
	padding-bottom:30px;
}

.priInner{
	padding-bottom:80px;
}

#primary .priInner:last-child,
#primary_w .priInner:last-child{
	padding-bottom:0;
}


/** linkBtn **/
p.linkBtnWrap{}

a.linkBtn{
	/*border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;*/
	width:auto;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:7px 5px;
	font-size:1em;
	background:#fff;
}

a.linkBtn span{
	text-align:center;
	position:relative;
	display:inline-block;
	padding:0 20px 0 0;
	left:20px;
}

a.linkBtn span:before{
	content: "\f138";
	font-family: FontAwesome;
	position:absolute;
	top:0;
	left:-20px;
}


/** commonTableBase **/
table.commonTableBase{
	width:100%;
}

table.commonTableBase tr th{
	display:block;
	padding:6px 10px;
	font-weight:500;
	text-align:left;
	border:1px solid #666;
	border-bottom:none;
	background:url(../img/blueBg.jpg) repeat;
	font-size:0.89em;
}

table.commonTableBase tr td{
	padding:6px 10px;
	display:block;
	border:1px solid #666;
	border-bottom:none;
	font-size:0.89em;
}


table.commonTableBase tr:last-child td{
	border:1px solid #666;
}



/**********
 commonContact
**********/
#commonContact{
	margin:20px 0;
	width:94%;
	max-width:400px;
}





/**********
 secondary
**********/
#secondary{
	width:100%;
}
#secondary .secInner{ padding-bottom:20px;}
#secondary .secInner:last-child{ padding-bottom:0;}


/** sideNavi **/

ul.sideNavi{
	border:1px solid #d1d1d1;
}

ul.sideNavi li{
	border-bottom:1px solid #d1d1d1;
	text-align:left;
}

ul.sideNavi li:last-child{
	border-bottom:none;
}

ul.sideNavi li a{
	display:block;
	widows:100%;
	padding:14px 12px 12px 12px;
	color:#754c24;
	text-decoration:none;
	font-size:14px;
}
ul.sideNavi li a:hover,
ul.sideNavi li a:active,
ul.sideNavi li a.current{
	color:#f7931e;
	background:#fff8f2;
	font-weight:700;
}

ul.sideNavi li a.current p:before{
	color:#f14a24;
}
ul.sideNavi li a p{
	padding-left:15px;
	text-indent:-15px;
}

ul.sideNavi li a p:before{
	font-family: FontAwesome;
	content: '\f061';
	padding-right:7px;
	font-size:10px;
	position: relative;
	top:-2px;
	color:#f7931e;
	font-weight:700;
}


ul.sideNavi li#sideNaviTop{
	min-height:48px;
	background:url(../img/sideNavi_bg_top.gif) center center;
	color:#fff;
}

ul.sideNavi li#sideNaviTop p{
	color:#fff;
}
ul.sideNavi li#sideNaviTop p:before{
	font-family: FontAwesome;
	content: '\f138';
	color:#fff;
	position: relative;
	top:-2px;
	font-weight:normal;
	font-size:11px;
}

ul.sideNavi li#sideNaviTop a:hover,
ul.sideNavi li#sideNaviTop a:active{
	background:url(../img/sideNavi_bg_top.gif) center center;
}

ul.sideNavi li#sideNaviTop a:hover p,
ul.sideNavi li#sideNaviTop a:active p{
	color:#f8cca4;
}

ul.sideNavi li#sideNaviTop a:hover p:before,
ul.sideNavi li#sideNaviTop a:hover p:active{
	color:#f8cca4;
}

ul.sideNavi li.now a p:before{
	color:red;
}




/** sideBana **/
#sideBana{
	padding-top:30px;
}

#sideBana ul{
	display:block;
	max-width:320px;
	margin:0 auto;
}

#sideBana ul li{
	padding-bottom:10px;
}

#sideBana ul li:last-child{
	padding-bottom:0;
}

#sideBana ul li a{
	display:block;
	text-align:center;
}

#sideBana ul li a img{
	width:100%;
	max-width:330px;
	margin:0 auto;
}


/** secAbout **/
#secAbout{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:#ededed;
	background: rgba(220,220,220,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#44dadcdc', endColorstr='#44dadcdc');
}

#secAbout #secAboutInner{
	padding:15px;
	text-align:center;
}

#secAbout #secAboutInner #secAcTop{
	padding-bottom:15px;
}

#secAbout #secAboutInner #secAcTop img{
	width:100%;
	max-width:170px;
}

#secAbout #secAboutInner #secAcTop p{
	padding-top:7px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#736357;
	font-size:0.85em;
}

#secAbout #secAboutInner #secAcPhone{
	border-top:1px solid #736357;
	border-bottom:1px solid #736357;
	padding:12px 0;
}

#secAbout #secAboutInner #secAcPhone p{
	text-align:center;
	padding-bottom:10px;
	font-size:0.85em;
	font-weight:700;
	line-height:1.4;
}

#secAbout #secAboutInner #secAcPhone #secEmail{
	text-align:center;
	padding:8px 0 0 0;
	font-size:0.95em;
	font-weight:normal;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#secAbout #secAboutInner #secAcPhone #secEmail p{
	font-size:0.78em;
	padding-top:15px;
	padding-bottom:3px;
}

#secAbout #secAboutInner #secAcPhone #secEmail p i{
	padding-right:5px;
	color:#2da7e0;
}

#secAbout #secAboutInner #secAcPhone #secEmail a{
	text-decoration:none;
	color:#00afec;
}

#secAbout #secAboutInner #secAcPhone #secEmail a:hover,
#secAbout #secAboutInner #secAcPhone #secEmail a:active{
	color:#3d68a6;
}


#secAbout #secAboutInner #secAcPhone img{
	width:96%;
	max-width:186px;
}

#secAbout #secAboutInner #secAcOpen{
	padding:15px 0 0 0;
}

#secAbout #secAboutInner #secAcOpen h2{
	font-size:16px;
	font-weight:normal;
	color:#754c24;
	padding-bottom:8px;
}

#secAbout #secAboutInner #secAcOpen img{
	width:100%;
	max-width:210px;
	vertical-align:bottom;
}

#secAbout #secAboutInner #secAcOpen .notes{
	text-align:right;
	padding:5px 0 10px 0;
	font-size:14px;
}

#secAbout #secAboutInner #secAcOpen a{
	display:block;
	background:#f7931e;
	color:#fff;
	text-decoration:none;
	padding:7px 3px 6px 2px;
}

#secAbout #secAboutInner #secAcOpen a:hover,
#secAbout #secAboutInner #secAcOpen a:active{
	background:#f15a24;
}

#secAbout #secAboutInner #secAcOpen a i{
	padding-right:4px;
}

#secAbout #secAboutInner #secAcOpen .close{
	font-size:1em;
	font-weight:500;
	color:#000;
	padding-top:12px;
	padding-bottom:0;
}


/** secNavi **/
#secNavi{
	padding-bottom:35px;
}

#secNavi ul li{
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #c7c7c7;
}

#secNavi ul li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

#secNavi ul li a{
	background:#BBE7F9;
	background: rgba(187,231,249,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99BBE7F9', endColorstr='#99BBE7F9');
	display:block;
	padding:6px;
	text-decoration:none;
	color:#006096;
	font-size:0.95em;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#secNavi ul li a p{
	text-align:left;
	position:relative;
	font-weight:normal;
	padding-left:22px;
}

#secNavi ul li a p:before{
	font-family: FontAwesome;
	content: '\f0da';
	font-size:0.8em;
	color:#006096;
	position:absolute;
	top:3px;
	left:10px;
}


/**********
  h
**********/
h2,h3,h4,h5{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h2.title{
	font-size:1.8em;
	font-weight:100;
	color:#0071bc;
	padding:15px 0 0 0;
	margin-bottom:30px;
	min-height:40px;
	text-align:left;
	background:url(../img/line_blue.gif) repeat-x top left;
}
/**	
	font-family: 'Maven Pro', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
	font-family: 'Jaldi', sans-serif;
**/

h3.title{
	font-size:1.4em;
	font-weight:100;
	color:#875839;
	padding:0 0 6px 0;
	margin-bottom:30px;
	text-align:left;
	border-bottom:1px solid #875839;
	padding-left:1.2em;
	line-height:1.3;
	background:url(../img/h3_icon.png) no-repeat left 5px;
	/*position:relative;*/
}
/*
h3.title:before{
	content: "\f005";
	font-family: FontAwesome;
	padding-right:7px;
	color:#f4c61b;
	font-size:0.9em;
	position:absolute;
	left:0;
	top:9px;
}
*/


h4.title{
	font-size:1.16em;
	font-weight:100;
	margin-bottom:18px;
	text-align:left;
	position:relative;
	padding-left:23px;
	color:#736357;
	line-height:1.3;
}

h4.title:before{
	font-family: FontAwesome;
	content: '\f0c8';
	position:absolute;
	padding-right:5px;
	left:0;
	top:3px;
	font-size:0.8em;
	color:#29abe2;
}



/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	padding-top:30px;
}

.footInner{
	width:92%;
	max-width:960px;
	margin:0 auto;
}


/*********
 foot_pri
**********/
#foot_pri{
	margin:0 auto;
	text-align:left;
	background:url(../img/footBg_grn.png) repeat-x bottom;
	padding-bottom:5px;
}

#foot_pri .footInner{
	background:url(../img/foot_kameMb.png) no-repeat right bottom;
}

#foot_pri .footInner a img{
	width:62%;
	max-width:250px;
	min-width:230px;
}

#foot_pri .footInner p{
	padding-top:7px;
	color:#736357;
	padding-bottom:25px;
}

/********
 foot_sec
*********/
#foot_sec{
	background:url(../img/footBg_grn.png)  repeat;
	padding:20px 0;
}

#foot_sec .footInner{}


/** ootTable_mb **/
#foot_sec .footInner #footTable_mb{
	border:2px solid #419980;
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:15px 10px;
	text-align:center;
}


#foot_sec .footInner #footTable_mb h2{
	padding-bottom:8px;
	color:#754C24;
	font-weight:normal;
}

#foot_sec .footInner #footTable_mb img{
	width:100%;
	max-width:602px;
	margin:0 auto;
	margin-bottom:10px;
	display:block;
}

#foot_sec .footInner #footTable_mb p{
	font-size:14px;
}

#foot_sec .footInner #footTable_mb p.close{
	display:block;
	float:left;
	padding-bottom:15px;
}

#foot_sec .footInner #footTable_mb p.notes{
	display:block;
	float:right;
	padding-bottom:15px;
}


#foot_sec .footInner #footTable_mb a{
	clear:both;
	display:block;
	padding:5px 0;
	background:#F7931E;
	color:#fff;
	text-decoration:none;
}

#foot_sec .footInner #footTable_mb a:hover,
#foot_sec .footInner #footTable_mb a:active{
	background:#EA5514;
}

#foot_sec .footInner #footTable_mb a span{
	position:relative;
	padding-left:10px;
}

#foot_sec .footInner #footTable_mb a span:before{
	font-family: FontAwesome;
	content: '\f0da';
	font-size:0.8em;
	padding-right:10px;
	position:absolute;
  	top: 50%;
  	margin-top: -10px;
	margin-left:-10px;
}

/** footNavi **/
#foot_sec .footInner #footNavi{}

#foot_sec .footInner #footNavi ul{
	text-align:left;
}

#foot_sec .footInner #footNavi ul li{
	display:inline-block;
	border-right:1px solid #6E918C;
	padding:0 9px;
}

#foot_sec .footInner #footNavi ul li:first-child{
	border-left:1px solid #6E918C;
}

#foot_sec .footInner #footNavi ul li a{
	color:#534741;
	text-decoration:none;
	font-size:0.85em;
}



/*********
 foot_ter
**********/
#foot_ter{
	background:url(../img/footBg_brwn.png)  repeat;
}

#foot_ter .footInner{
	padding:20px 0;
	text-align:center;
}


#foot_ter .footInner #footContact_mb{
	border:2px solid #956134;
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:15px 10px;
	text-align:center;
}


#foot_ter .footInner #footContact_mb h2{
	font-size:11px;
	color:#7A6A56;
	padding-bottom:15px;
}

#foot_ter .footInner #footContact_mb img{
	width:100%;
	max-width:260px;
}

#foot_ter .footInner #footContact_mb .open{
	font-size:12.5px;
	padding-top:12px;
	padding-bottom:15px;
}


#foot_ter .footInner #footContact_mb a#yoyaku{
	clear:both;
	display:block;
	padding:5px 0;
	background:#00AFEC;
	color:#fff;
	text-decoration:none;
}

#foot_ter .footInner #footContact_mb a#yoyaku:hover,
#foot_ter .footInner #footContact_mb a#yoyaku:active{
	background:#008CB2;
}

#foot_ter .footInner #footContact_mb a span{
	position:relative;
	padding-left:10px;
}

#foot_ter .footInner #footContact_mb a span:before{
	font-family: FontAwesome;
	content: '\f0da';
	font-size:0.8em;
	padding-right:10px;
	position:absolute;
  	top: 50%;
  	margin-top: -10px;
	margin-left:-10px;
}


/** footConEmail **/
#foot_ter .footInner #footContact_mb #footConEmail{
	text-align:center;
	font-size:0.95em;
	font-weight:normal;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding-bottom:20px;
}

#foot_ter .footInner #footContact_mb #footConEmail p{
	font-size:0.85em;
	padding-top:5px;
	padding-bottom:1px;
}

#foot_ter .footInner #footContact_mb #footConEmail p i{
	padding-right:5px;
	color:#2da7e0;
}

#foot_ter .footInner #footContact_mb #footConEmail a{
	text-decoration:none;
	color:#00afec;
	font-size:1.1em;
}

#foot_ter .footInner #footContact_mb #footConEmail a:hover,
#foot_ter .footInner #footContact_mb #footConEmail a:active{
	color:#3d68a6;
}





/** copyright **/
#copyright{
	text-align:center;
	font-size:10px;
	padding:12px 0;
	font-size:11px;
	width:94%;
	max-width:960px;
	margin:0 auto;
}






/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {



/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/** headTop_mb **/
#headTop_mb{
	display:none;
}


/** headContents **/
#headContents{
	padding-top:0;
	background:url(../img/headBg.png) no-repeat center top;
}

/** headTop **/
#headTop{
	display:block;
}

#headTop #headTopInner{
	width:96%;
	max-width:960px;
}

#headTop #headTopInner h1{
	display:block;
	width:64%;
	max-width:610px;
	padding-top:9px;
	padding-bottom:5px;
	float:left;
	text-align:left;
}

_:-ms-lang(x), #headTop #headTopInner h1{ width:60%;}
_:-ms-lang(x), _::-webkit-meter-bar, #headTop #headTopInner h1{ width:60%;}


#headTop #headTopInner #headNavi_common{
	width:30%;
	max-width:320px;
	margin:0;
	padding:0;
	float:right;
}

_:-ms-lang(x), #headTop #headTopInner #headNavi_common{ width:38%;}
_:-ms-lang(x), _::-webkit-meter-bar, #headTop #headTopInner #headNavi_common{ width:38%;}

#headTop #headTopInner #headNavi_common ul{
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}

#headTop #headTopInner #headNavi_common ul li{
	display:inline-block;
    letter-spacing:normal;
	margin:0;
	padding:8px 0;
	border-right:1px solid #fff;
}


@media only screen and (min-width: 769px) and (max-width: 900px) {

#headTop #headTopInner h1{ width:60%;}
#headTop #headTopInner #headNavi_common{ width:30%;}

}


#headTop #headTopInner #headNavi_common ul li:first-child{
	border-left:1px solid #fff;
}

#headTop #headTopInner #headNavi_common ul li a{
	color:#fff;
	text-decoration:none;
	font-size:10.5px;
}

#headTop #headTopInner #headNavi_common ul li a:hover,
#headTop #headTopInner #headNavi_common ul li a:active{
	color:#0066a3;
}

#headTop #headTopInner #headNavi_common ul li#hNvCmn_blog{
	width:39%;
}
#headTop #headTopInner #headNavi_common ul li#hNvCmn_policy{
	width:59%;
}


/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

#headContents #headContentsTop{
	width:96%;
	max-width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

#headContents #headContentsTop #headLogo{
	padding-top:35px;
	float:left;
	width:35%;
	max-width:350px;
	text-align:left;
}

#headContents #headContentsTop #headLogo img{
	width:100%;
	max-width:350px;
}


#headContents #headContentsTop #headPhone{
	float:right;
	width:28%;
	padding-top:15px;
}

#headContents #headContentsTop #headPhone img{
	width:100%;
	max-width:270px;
}

/** headNavi **/
#headContents #headNavi{
	width:98%; /* 96% */
	max-width:1080px; /* 960px */
	padding-top:30px;
	margin:0 auto;
}

#headContents #headNavi ul{
	margin:0 auto;
	display:block;
}

#headContents #headNavi ul li{
	display:inline-block;
	border-left:1px dotted #000;
	width:13%; /* 16% */
}

#headContents #headNavi ul li#hNavi_home{ width:10%;} /* 15% */
#headContents #headNavi ul li#hNavi_yoyaku{ width:16%;} /* 17.5% */
#headContents #headNavi ul li#hNavi_medical{ width:17%;} /* 17.5% */

#headContents #headNavi ul li:last-child{
	border-right:1px dotted #000;
}


#headContents #headNavi ul li a{
	display:block;
	text-align:center;
}

#headContents #headNavi ul li a img{
	width:100%;
}

#headContents #headNavi ul li#hNavi_home a img,
#headContents #headNavi ul li#hNavi_about a img,
#headContents #headNavi ul li#hNavi_shinryou a img,
#headContents #headNavi ul li#hNavi_open a img,
#headContents #headNavi ul li#hNavi_access a img{
	max-width:75px;
}
#headContents #headNavi ul li#hNavi_yoyaku a img{
	max-width:106px;
}
	
#headContents #headNavi ul li#hNavi_medical a img{
	max-width:110px;
}

#headContents #headNavi ul li a:hover img,
#headContents #headNavi ul li a:active img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/** headPhone **/
#topPhone_mb{ display:none;
}



/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{ padding-bottom:20px;}


/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}
.contentWrap{ background:#fff;}



/**********
 main
**********/
#main{
	width:94%;
	max-width:960px;
	margin:0 auto;
	padding-top:30px;
}

/**********
 primary
**********/
#primary{
	width:72%;
	float:left;
	padding-bottom:0;
}


.priInner{
	padding-bottom:80px;
}


/** linkBtn **/
.linkBtnWrap{
	display:block;
	width:100%;
	float:right;
}
a.linkBtn{
	max-width:50%;
	min-width:40%;
	float:right;
}


/** commonTableBase **/

table.commonTableBase tr th{
	display:table-cell;
	padding:6px;
	border:1px solid #666;
}

table.commonTableBase tr td{
	padding:6px;
	display:table-cell;
	border:1px solid #666;
	border-left:none
}



/**********
 secondary
**********/
#secondary{
	width:25%;
	float:right;
}
.secInner{}



/** sideBana **/
#sideBana{}

#sideBana ul{
	max-width:240px;
}

#sideBana ul li a img{
	max-width:240px;
}


/** secAbout **/
#secAbout #secAboutInner{
	padding:10px;
}



/**********
  h
**********/
h2.title{ padding-bottom:30px;}



/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	border-top:0;
	margin-top:50px;
}

/**********
 foot_pri
**********/
#foot_pri .footInner{
	padding-bottom:35px;
}

#foot_pri .footInner a img{
	width:100%;
	max-width:250px;
}

#foot_pri .footInner p{
	padding:0 0 0 20px;
	color:#736357;
	display:inline-block;
}


/**********
 foot_sec 
**********/
#foot_sec{
	padding-top:5px;
}



/*********
 foot_ter
**********/
#foot_ter{}

#foot_ter .footInner #footContact{
	padding:5px 0;
}

#foot_ter .footInner #footContact h2{
	display:block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:15%;
	max-width:125px;
	float:left;
	border:1px solid #603813;
}

#foot_ter .footInner #footContact h2 p{
	color:#603813;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:0.9em;
	padding:8px 5px;
}

#foot_ter .footInner #footContact #footContactInner{
	width:83%;
	float:right;
	text-align:left;
}

#foot_ter .footInner #footContact #footContactInner img{
	width:100%;
	max-width:216px;
}

#foot_ter .footInner #footContact #footContactInner a#footConBtn{
	display:inline-block;
	color:#fff;
	background:#00AFEC;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:2px 7px;
	margin-left:20px;
	margin-bottom:1px;
	font-size:0.88em;
	text-decoration:none;
	font-weight:normal;
}

#foot_ter .footInner #footContact #footContactInner a#footConBtn:hover,
#foot_ter .footInner #footContact #footContactInner a#footConBtn:active{
	background:#0071BC;
}

#foot_ter .footInner #footContact #footContactInner #subContact{
	padding-top:11px;
	font-size:1.1em;
	color:#7F400B;
}

#foot_ter .footInner #footContact #footContactInner #subContact a{
	color:#00AFEC;
}


#foot_ter .footInner #footContact .open{
	padding-top:8px;
	font-size:15px;
	text-align:left;
}



/** copyright **/
#copyright{
	text-align:left;
	padding:20px 0;
	font-size:11.5px;
}





}



/* PC向け：1201px以上で固定 */
@media only screen and (min-width: 1201px) {



/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/** headTop_mb **/
#headTop_mb{
	display:none;
}

/** headTop **/
#headTop{
	display:block;
}

#headTop #headTopInner{
	width:96%;
	max-width:960px;
}

#headTop #headTopInner h1{
	display:block;
	width:67%;
	max-width:610px;
	padding-top:9px;
	padding-bottom:5px;
	float:left;
	text-align:left;
}

_:-ms-lang(x), #headTop #headTopInner h1{ width:60%;}
_:-ms-lang(x), _::-webkit-meter-bar, #headTop #headTopInner h1{ width:60%;}


#headTop #headTopInner #headNavi_common{
	width:30%;
	max-width:280px;
	margin:0;
	padding:0;
	float:right;
}

_:-ms-lang(x), #headTop #headTopInner #headNavi_common{ width:30%;}
_:-ms-lang(x), _::-webkit-meter-bar, #headTop #headTopInner #headNavi_common{width:30%;}

#headTop #headTopInner #headNavi_common ul{
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}

#headTop #headTopInner #headNavi_common ul li{
	display:inline-block;
    letter-spacing:normal;
	margin:0;
	padding:8px 0;
	border-right:1px solid #fff;
}


#headTop #headTopInner #headNavi_common ul li:first-child{
	border-left:1px solid #fff;
}

#headTop #headTopInner #headNavi_common ul li a{
	color:#fff;
	text-decoration:none;
	font-size:10.5px;
}

#headTop #headTopInner #headNavi_common ul li a:hover,
#headTop #headTopInner #headNavi_common ul li a:active{
	color:#0066a3;
}

#headTop #headTopInner #headNavi_common ul li#hNvCmn_blog{
	width:39%;
}
#headTop #headTopInner #headNavi_common ul li#hNvCmn_policy{
	width:59%;
}

/** headContents **/

#headContents{
	width:100%;
	text-align:center;
	background:url(../img/headBg.png) no-repeat center top;
}

/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

#headContents #headContentsTop{
	width:96%;
	max-width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

#headContents #headContentsTop #headLogo{
	padding-top:35px;
	float:left;
	width:35%;
	max-width:350px;
	text-align:left;
}

#headContents #headContentsTop #headLogo img{
	width:100%;
	max-width:350px;
}


#headContents #headContentsTop #headPhone{
	float:right;
	width:28%;
	padding-top:15px;
}

#headContents #headContentsTop #headPhone img{
	width:100%;
	max-width:270px;
}

/** headNavi **/
#headContents #headNavi{
	width:100%; /* 960px */
	max-width:1080px; /* 960px */
	padding-top:30px;
	margin:0 auto;
}

#headContents #headNavi ul{
	margin:0 auto;
	display:block;
}

#headContents #headNavi ul li{
	display:inline-block;
	border-left:1px dotted #000;
	width:13%; /* 16% */
}

#headContents #headNavi ul li#hNavi_home{ width:12%;} /* 15% */
#headContents #headNavi ul li#hNavi_yoyaku{ width:15.5%;} /* 17.5% */
#headContents #headNavi ul li#hNavi_medical{ width:15.5%;} /* 17.5% */

#headContents #headNavi ul li:last-child{
	border-right:1px dotted #000;
}


#headContents #headNavi ul li a{
	display:block;
	text-align:center;
}

#headContents #headNavi ul li a img{
	width:100%;
}

#headContents #headNavi ul li#hNavi_home a img,
#headContents #headNavi ul li#hNavi_about a img,
#headContents #headNavi ul li#hNavi_shinryou a img,
#headContents #headNavi ul li#hNavi_open a img,
#headContents #headNavi ul li#hNavi_access a img{
	max-width:75px;
}
#headContents #headNavi ul li#hNavi_yoyaku a img{
	max-width:106px;
}
	
#headContents #headNavi ul li#hNavi_medical a img{
	max-width:110px;
}


#headContents #headNavi ul li a:hover img,
#headContents #headNavi ul li a:active img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/** headPhone **/
#topPhone_mb{ display:none;
}



/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}
.contentWrap{}



/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{ padding-bottom:20px;}


/**********
 main
**********/
#main{
	width:960px;
	margin:0 auto;
	padding-top:30px;
}


/**********
 primary
**********/
#primary{
	width:680px;
	float:left;
	padding-bottom:0;
}

.priInner{
	padding-bottom:80px;
}


/** linkBtn **/
a.linkBtn{
	max-width:50%;
	min-width:40%;
	float:right;
}

/** commonTableBase **/

table.commonTableBase tr th{
	display:table-cell;
	padding:6px;
	border:1px solid #666;
}

table.commonTableBase tr td{
	padding:6px;
	display:table-cell;
	border:1px solid #666;
	border-left:none
}



/**********
 secondary
**********/
#secondary{
	width:240px;
	float:right;
}

.secInner{}

/** sideBana **/
#sideBana{}

#sideBana ul{
	width:240px;
	max-width:240px;
}

#sideBana ul li a img{
	width:240px;
	max-width:240px;
}




/**********
  h
**********/
h2.title{ padding-bottom:30px;}


/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	border-top:0;
	margin-top:50px;
}

/**********
 foot_pri
**********/
#foot_pri .footInner{
	padding-bottom:35px;
}

#foot_pri .footInner a img{
	width:100%;
	max-width:250px;
}

#foot_pri .footInner p{
	padding:0 0 0 20px;
	color:#736357;
	display:inline-block;
}

/**********
 foot_sec 
**********/
#foot_sec{
	padding-top:5px;
}



/*********
 foot_ter
**********/
#foot_ter{}

#foot_ter .footInner #footContact{
	padding:5px 0;
}

#foot_ter .footInner #footContact h2{
	display:block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:125px;
	float:left;
	border:1px solid #603813;
}

#foot_ter .footInner #footContact h2 p{
	color:#603813;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:0.9em;
	padding:8px 5px;
}

#foot_ter .footInner #footContact #footContactInner{
	width:814px;
	float:right;
	text-align:left;
}

#foot_ter .footInner #footContact #footContactInner img{
	width:100%;
	max-width:226px;
}

#foot_ter .footInner #footContact #footContactInner a#footConBtn{
	display:inline-block;
	color:#fff;
	background:#00AFEC;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:2px 7px;
	margin-left:20px;
	margin-bottom:1px;
	font-size:0.88em;
	text-decoration:none;
	font-weight:normal;
}

#foot_ter .footInner #footContact #footContactInner a#footConBtn:hover,
#foot_ter .footInner #footContact #footContactInner a#footConBtn:active{
	background:#0071BC;
}

#foot_ter .footInner #footContact #footContactInner #subContact{
	padding-top:11px;
	font-size:1.1em;
	color:#7F400B;
}

#foot_ter .footInner #footContact #footContactInner #subContact a{
	color:#00AFEC;
}


#foot_ter .footInner #footContact .open{
	padding-top:8px;
	font-size:15px;
	text-align:left;
}

/** copyright **/
#copyright{
	text-align:left;
	padding:20px 0;
	font-size:11.5px;
}



}


@media print {



/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/** headTop_mb **/
#headTop_mb{
	display:none;
}

/** headTop **/
#headTop{
	display:block;
}

#headTop #headTopInner{
	width:96%;
	max-width:960px;
}

#headTop #headTopInner h1{
	display:block;
	width:67%;
	max-width:610px;
	padding-top:9px;
	padding-bottom:5px;
	float:left;
	text-align:left;
}

_:-ms-lang(x), #headTop #headTopInner h1{ width:60%;}
_:-ms-lang(x), _::-webkit-meter-bar, #headTop #headTopInner h1{ width:60%;}


#headTop #headTopInner #headNavi_common{
	width:30%;
	max-width:280px;
	margin:0;
	padding:0;
	float:right;
}

_:-ms-lang(x), #headTop #headTopInner #headNavi_common{ width:30%;}
_:-ms-lang(x), _::-webkit-meter-bar, #headTop #headTopInner #headNavi_common{width:30%;}

#headTop #headTopInner #headNavi_common ul{
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}

#headTop #headTopInner #headNavi_common ul li{
	display:inline-block;
    letter-spacing:normal;
	margin:0;
	padding:8px 0;
	border-right:1px solid #fff;
}


#headTop #headTopInner #headNavi_common ul li:first-child{
	border-left:1px solid #fff;
}

#headTop #headTopInner #headNavi_common ul li a{
	color:#fff;
	text-decoration:none;
	font-size:10.5px;
}

#headTop #headTopInner #headNavi_common ul li a:hover,
#headTop #headTopInner #headNavi_common ul li a:active{
	color:#0066a3;
}

#headTop #headTopInner #headNavi_common ul li#hNvCmn_blog{
	width:39%;
}
#headTop #headTopInner #headNavi_common ul li#hNvCmn_policy{
	width:59%;
}

/** headContents **/

#headContents{
	width:100%;
	text-align:center;
	background:url(../img/headBg.png) no-repeat center top;
}

/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

#headContents #headContentsTop{
	width:96%;
	max-width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

#headContents #headContentsTop #headLogo{
	padding-top:35px;
	float:left;
	width:35%;
	max-width:350px;
	text-align:left;
}

#headContents #headContentsTop #headLogo img{
	width:100%;
	max-width:350px;
}


#headContents #headContentsTop #headPhone{
	float:right;
	width:28%;
	padding-top:15px;
}

#headContents #headContentsTop #headPhone img{
	width:100%;
	max-width:270px;
}

/** headNavi **/
#headContents #headNavi{
	width:96%;
	max-width:960px;
	padding-top:30px;
	margin:0 auto;
}

#headContents #headNavi ul{
	margin:0 auto;
	display:block;
}

#headContents #headNavi ul li{
	display:inline-block;
	border-left:1px dotted #000;
	width:16%;
}

#headContents #headNavi ul li#hNavi_home{ width:15%;}
#headContents #headNavi ul li#hNavi_yoyaku{ width:17.5%;}

#headContents #headNavi ul li:last-child{
	border-right:1px dotted #000;
}


#headContents #headNavi ul li a{
	display:block;
	text-align:center;
}

#headContents #headNavi ul li a img{
	width:100%;
}

#headContents #headNavi ul li#hNavi_home a img,
#headContents #headNavi ul li#hNavi_about a img,
#headContents #headNavi ul li#hNavi_shinryou a img,
#headContents #headNavi ul li#hNavi_open a img,
#headContents #headNavi ul li#hNavi_access a img{
	max-width:75px;
}
#headContents #headNavi ul li#hNavi_yoyaku a img{
	max-width:106px;
}


#headContents #headNavi ul li a:hover img,
#headContents #headNavi ul li a:active img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/** headPhone **/
#topPhone_mb{ display:none;
}



/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}
.contentWrap{}



/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{ padding-bottom:20px;}


/**********
 main
**********/
#main{
	width:960px;
	margin:0 auto;
	padding-top:30px;
}


/**********
 primary
**********/
#primary{
	width:72%;
	float:left;
	padding-bottom:0;
}

.priInner{
	padding-bottom:80px;
}


/** linkBtn **/
a.linkBtn{
	max-width:50%;
	min-width:40%;
	float:right;
}

/** commonTableBase **/

table.commonTableBase tr th{
	display:table-cell;
	padding:6px;
	border:1px solid #666;
}

table.commonTableBase tr td{
	padding:6px;
	display:table-cell;
	border:1px solid #666;
	border-left:none
}



/**********
 secondary
**********/
#secondary{
	width:25%;
	max-width:240px;
	float:right;
}

.secInner{}

/** sideBana **/
#sideBana{}

#sideBana ul{
	max-width:240px;
}

#sideBana ul li a img{
	max-width:240px;
}




/**********
  h
**********/
h2.title{ padding-bottom:30px;}


/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	border-top:0;
	margin-top:50px;
}

/**********
 foot_pri
**********/
#foot_pri .footInner{
	padding-bottom:35px;
}

#foot_pri .footInner a img{
	width:100%;
	max-width:250px;
}

#foot_pri .footInner p{
	padding:0 0 0 20px;
	color:#736357;
	display:inline-block;
}

/**********
 foot_sec 
**********/
#foot_sec{
	padding-top:5px;
}



/*********
 foot_ter
**********/
#foot_ter{}

#foot_ter .footInner #footContact{
	padding:5px 0;
}

#foot_ter .footInner #footContact h2{
	display:block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:125px;
	float:left;
	border:1px solid #603813;
}

#foot_ter .footInner #footContact h2 p{
	color:#603813;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:0.9em;
	padding:8px 5px;
}

#foot_ter .footInner #footContact #footContactInner{
	width:814px;
	float:right;
	text-align:left;
}

#foot_ter .footInner #footContact #footContactInner img{
	width:100%;
	max-width:226px;
}

#foot_ter .footInner #footContact #footContactInner a#footConBtn{
	display:inline-block;
	color:#fff;
	background:#00AFEC;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:2px 7px;
	margin-left:20px;
	margin-bottom:1px;
	font-size:0.88em;
	text-decoration:none;
	font-weight:normal;
}

#foot_ter .footInner #footContact #footContactInner a#footConBtn:hover,
#foot_ter .footInner #footContact #footContactInner a#footConBtn:active{
	background:#0071BC;
}

#foot_ter .footInner #footContact #footContactInner #subContact{
	padding-top:11px;
	font-size:1.1em;
	color:#7F400B;
}

#foot_ter .footInner #footContact #footContactInner #subContact a{
	color:#00AFEC;
}


#foot_ter .footInner #footContact .open{
	padding-top:8px;
	font-size:15px;
	text-align:left;
}

/** copyright **/
#copyright{
	text-align:left;
	padding:20px 0;
	font-size:11.5px;
}

}


