@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html{
	font-size:62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"Noto Sans JP",sans-serif;	/*フォント種類*/
	font-size: 1.4rem;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff url(../images/bg.jpg);	/*背景色と背景壁紙*/
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
ol {padding-left: 65px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;border-spacing: 0;}
iframe {width: 100%;}
.clear{clear:both;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color:#36F;	/*リンクテキストの色*/
}
a:hover {
	color: #f9a107;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	max-width: 1180px;	/*最大幅*/
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-image:url(../images/headerbg3.png);
	margin-bottom:1rem;
}
header .inner{
	width:100%;	/*最大幅*/
	max-width:990px;
	margin:0 auto;
	padding-bottom:1rem;
}
header img.logo{
	margin-top:0.5rem;
	width:200px;
	float:left;
}
header div#title{
	float:left;
	padding-top:2rem;
	margin-left:1rem;
}
header p{
	color:#683300;
	font-size:1.4rem;
	line-height:110%;
	margin:0;
	padding:0;
}
header h1{
	width:100%;
	max-width:500px;
	/*
	color:#FFF;
	font-size:3.5rem;
	line-height:110%;
	margin:0;
	padding:0;
	*/
}
header .kamoku{
	color:#683300;
	font-size:1.2rem;
	line-height:150%;
	padding:0 2rem 0 1rem;
}

header #tel {
	float:right;
	background: #FDFDFD;/*#f9f1e4*/
	padding: 0.5rem 1rem;
	border-radius: 0px 0px 10px 10px;
	border-right:2px solid #FFF;
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;	
	font-size: 1.3rem;	/*文字サイズ*/
	text-align: center;	/*中央よせ*/
	color:#683300;
}
header #tel a{
	text-decoration:none;
}

header #tel a:first-child{
	display:block;
	font-size:2.6rem;
	color:#F60;
	line-height: 100%;
	margin-bottom:0.5rem;
	letter-spacing: 0.1em;
}
header #tel a:first-child:hover{
	color:#F90;
}

header #tel a:nth-child(2){
	display:inline-block;
	width:8rem;
	color:#FFF;	
	background-color:#06C;/*#F60*/
	border-radius:2em;
	padding:0.2rem;
	line-height:150%;
}
header #tel a:nth-child(2):hover{
	background-color:#39F;
}

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	margin-top:1em;
	padding: 0 8%;
	position: relative;z-index: 10;
	top: 0px;
	overflow: hidden;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 73%;		/*幅*/
	overflow: hidden;
	padding-top: 0;	/*コンテンツ上にあける余白10%*/
}
/*トップページのmain*/
#top #main {
	padding-top: 0;	/*コンテンツ上にあける余白30%*/
}

#main aside.page_banner{
	margin-bottom:1em;
}
#main aside.page_banner img{
	width:100%;
	max-width:720px;
}

#main div#topimage1{
	width:98%;
	max-width:720px;
	height:231px;
	background-image:url(../images/topimage1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	border:3px solid #e7c7a9;
	border-radius:1rem;
}
#main div#topimage1 p{
	font-size:1.8rem;
	line-height:150%;
	font-weight:500;
	margin:0;
}
#main p.topimage_moji1-1{
	color: #683300;	
	padding: 0.5rem 0 0.5rem 2rem;
}
#main p.topimage_moji1-2{
	color: #FFF;
}
p.topimage_moji1-2 span{
	margin:0 0 0.2em 3em;
	padding:0 0.7em 0.2em 0.5em;
	display:inline-block;
	background-color:#FC3;
	border-radius:2em;
	border:1px solid #FFF;
}
p.topimage_moji1-2 span.syouni{
	background-color:#6C3;
}
p.topimage_moji1-2 span.naika{
	background-color:#FC0;
}
p.topimage_moji1-2 span.areru{
	background-color:#F69;
}
p.topimage_moji1-2 span.sessyu{
	background-color:#3CF;
}
p.topimage_moji1-2 span.youji{
	background-color:#F99;
}

#main div#topimage2{
	width:98%;
	max-width:720px;
	height:150px;
	/*background-image:url(../images/topimage2.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	border:3px solid #e7c7a9;
	border-radius:1rem;
}
#main div#topimage2 p{
	color: #683300;	
	font-size:2.4rem;
	line-height:150%;
	font-weight:500;
	margin-top:4.8rem;
	text-align:center;
}

/*トップイメージ*/
.image-intro{
	background-image:url(../images/topimage-intro.jpg);
}
.image-sinryo{
	background-image:url(../images/topimage-sinryo.jpg);
}
.image-innai{
	background-image:url(../images/topimage-innai.jpg);
}
.image-access{
	background-image:url(../images/topimage-access.jpg);
}
.image-yoyaku{
	background-image:url(../images/topimage-yoyaku.jpg);
}
.image-monsin{
	background-image:url(../images/topimage-monsin.jpg);
}
.image-link{
	background-image:url(../images/topimage-link.jpg);
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-top:1rem;
	margin-bottom:1rem;
	font-size:1.8rem;
	font-weight:500;
	color: #683300;		/*文字色*/
	padding: 8px 30px;	/*上下、左右への余白*/
	background:url(../images/star_back.png) right center no-repeat,#e7c7a9;	/*背景色（古いブラウザ用）*/
	border-radius: 50px;	/*角丸のサイズ。大きめにしておけばOK。*/
}
section#new h2{
	background:url(../images/star_back.png) right center no-repeat,#ffb430;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	display:inline-block;
	clear: both;
	margin-top:2rem;
	margin-left:2rem;
	margin-bottom: 15px;
	font-size:1.6rem;
	line-height:100%;
	color: #683300;
	font-weight:500;
	background: #f9f1e4;	/*背景色*/
	padding:0.6rem 1.5rem 0.7rem 1.5rem;	/*上下、左右への余白*/
	border: 2px solid #e7c7a9;	/*枠線の幅、線種、色*/
	border-radius: 50px;	/*角丸のサイズ。大きめにしておけばOK。*/
}
#main h3 i{
	margin-right:0.5rem;
	color:#F60;
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0.5rem 2rem 1rem;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

#main ul {
	padding: 0.5rem 2rem 1rem;	/*上、左右、下への余白*/
}
#main h2 + ul,
#main h3 + ul {
	margin-top: -5px;
}

#main table {
	border-collapse:collapse;
	margin:0 2rem 0 2rem;
}
#main table td{
	border:1px solid #683300;
	padding:0.5rem;
}
#main h2 + table,
#main h3 + table {
	margin-top: -5px;
}
#main dl {
	margin:0 2rem 0 2rem;
}
#main h2 + dl,
#main h3 + dl {
	margin-top: -5px;
}
#main h2 + dl.newinfo{
	margin-top: 2rem;
}

#main h4{
	clear: both;
	margin-top:1rem;
	margin-left:2rem;
	margin-bottom:1rem;
	font-size:1.4rem;
	line-height:150%;
	color: #683300;
	font-weight:500;
}
#main h4 i{
	margin-right:0.5rem;
	color:#F60;
}

#main h5{
	clear: both;
	margin-top:1rem;
	margin-left:2rem;
	margin-bottom:1rem;
	font-size:1.4rem;
	line-height:150%;
	color: #683300;
	font-weight:500;
}


/*一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	width: auto;
	margin: 0 3% 15px;
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 3%;			/*ボックス内の余白*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: -webkit-linear-gradient(#FFF, #f1f1f1);	/*グラデーション*/
	background: linear-gradient(#FFF, #f1f1f1);			/*同上*/
	position: relative;
	overflow: hidden;
	border-radius: 10px;	/*角丸のサイズ*/
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;			/*画像を左へ回り込み*/
	background: #FFF;		/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 0.8%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 30%;	/*写真の幅*/
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);	/*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.15が透明度15%の事。*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);			/*同上*/
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	font-size: 1.6rem;	/*文字サイズ*/
	border-bottom: 2px dotted #f9a107;	/*下側の線の幅、線種、色*/
	margin-bottom: 10px;
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
	color: #f9a107;		/*文字色*/
}
#main .list h4::first-letter {
	border-left: 3px solid #f9a107;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
.faq {
	padding: 0 30px;
}
.faq dt {
	font-weight: bold;
	color: #f9a107;
}
.faq dd {
	padding-bottom: 15px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 22%;		/*幅*/
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: #683300;
	font-weight:400;
	padding-left:0.5rem;
	border-radius:0.3rem;
	background-color:#FC9;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #f9a107;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left:0.5rem;
}
#sub h2.yoyaku{
	color:#FFF;
	background-color:#06C;
}
.knowvpd{
	width:100%;
	max-width:180px;
	border-style:none;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo, #logo-s {
	background: #f9a107;	/*背景色*/
	text-align: center;
	padding: 40px;			/*ボックス内の余白。この余白に合わせてロゴ画像がリサイズされます。*/
	border-radius: 15px;	/*角丸のサイズ*/
	margin-bottom: 30px;	/*ロゴボックスの下にあけるスペース*/
	border: 5px solid #fff;	/*枠線の幅、線種、色*/
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.2が透明度20%の事。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);			/*同上*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#menubar,
#menubar-s {
	overflow: hidden;
	font-size: 1.6rem;
}
/*メニュー１個あたりの設定*/
#menubar a,
#menubar-s a {
	display: block;
	text-decoration: none;
	background:#fff;
	background:url(../images/menu-image1-1.png) left bottom no-repeat,linear-gradient(#fff 50%, #eee);
	
	
	/*background: linear-gradient(#fff 50%, #eee);*/	/*背景色グラデーション*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;	/*上下、左右へのメニュー内の余白*/
	margin: 0px 2px 10px;	/*上、左右、下へあけるメニューの外側への余白*/
	border: 2px solid #f9a107;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角丸のサイズ*/
	line-height: 1.6;		/*行間。少し狭くする。*/
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.2が透明度20%の事。*/
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);			/*同上*/
	color:#683300;
}
/*マウスオン時*/

#menubar a:hover,
#menubar-s a:hover{
	background: url(../images/menu-image1-2.png) left bottom no-repeat, #eed9c6;	/*背景色*/
	color:#683300;
	position: relative;
	left: 1px;	/*マウスオン時い左から1pxずらす*/
	top: 1px;	/*マウスオン時い上から1pxずらす*/
}
#menubar a.present,
#menubar-s a.present{
	background: url(../images/menu-image1-3.png) left bottom no-repeat,#f9a107;
	color:#FFF;
}
#menubar a.present:hover,
#menubar-s a.present:hover{
	background: url(../images/menu-image1-3.png) left bottom no-repeat,#f9a107;
	color:#FFF;
}


/*英語表記*/
#menubar a span,
#menubar-s a span{
	display: block;
	color: #f9a107;	/*文字色*/
	font-size: 9px;	/*文字サイズ。小さく。*/
	letter-spacing: 0.2em;	/*文字間隔を広く*/
}
/*小さな端末（800px以下）用メニューとロゴを表示させない*/
#menubar-s,#logo-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*サブコンテンツ内のサブメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;			/*同上*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

#sub ul.link{
	list-style-type:none;
	/*margin-left:2rem;*/
}
#sub ul.link li{
	padding-left:0;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding: 10px 0px;
	background-image:url(../images/headerbg3.png);
}
footer .inner{
	width:100%;	/*最大幅*/
	max-width:990px;
	margin:0 auto;
	font-size:1.3rem;
}
footer a {
	text-decoration: none;
	color:#683300;
}
footer a:hover{
	text-decoration:underline;
	color:#683300;
}
footer p{
	color:#683300;
}
footer p#copy {
	font-size: 1.3rem;
	clear:both;
	text-align:center;
	border-top:1px solid #683300;
	padding-top:1rem;
	margin-top:1rem;
}
footer .inner .column{
	margin:0 3%;
}
footer .inner .column:first-child{
	width:14%;
	float:left;
}
footer .inner .column:nth-child(2){
	width:20%;
	float:left;
}
footer .inner .column:nth-child(3){
	display:inline-block;
	max-width:37%;
	float:right;
}


/*トップページ「以外」の、上部にある装飾画像
---------------------------------------------------------------------------*/
#subimg {
	position: fixed;
	top: -50px;
	left: 0px;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#main .clicktype{
    margin:0;
    padding:0 0 0 2.5rem;
}
#new h3{
	margin-bottom:0;
}

#new dl{
    padding-left: 15px;
	margin-bottom: 15px;
}
/*お知らせタイトル設定*/
#new dt{
    font-size:1.5rem;
	color:#FF3300;
    line-height:160%;
    margin-top:0.5em;
}
#new dt:first-child{
    margin-top:0;
}
#new dt span.publish_date{
    font-size:1.5rem;
    color:#FF3300;
}
#new dt:hover{
	text-decoration:underline;
}
/*記事設定*/
#new dd {
    font-size:1.4rem;
    line-height:150%;
    padding-left: 1em;
	padding-bottom:1em;
    padding-top:0.5em;
}
#new .newinfo{
	padding:0.5em;
	margin-bottom:2em;
}
dl.newinfo dt.news{
	cursor: pointer;
}
dl.newinfo dt.news i:first-child{
    margin-right:0.5em;
	font-size:1.4rem;
}
dl.newinfo dt.news i:nth-child(2){
    font-size:1rem;
    margin-left:0.5em;
	color:#999;
}

dl.newinfo dd.newsdocs{
    display:none;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
.ta1 {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;					/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で0.8は透明度80%の事。*/
	border: 5px solid #ccc;				/*テーブルの枠線の幅、線種、色*/
}
.ta1 td, .ta1 th {
	border: 1px dashed #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;				/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f7f7f7;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
}
/*olタグのpadding変更*/
.ta1 ol {
	padding-left: 35px;
}
/*ulタグのpadding変更*/
.ta1 ul.disc {
	padding-left: 30px;
}
/*段落タグのpadding変更*/
.ta1 p {
	padding: 0px !important;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 4rem;
	padding-bottom:1rem;
	text-align: right;
}

/*マウスオン時*/
#pagetop img:hover {
	position: relative;
	left: 1px;	/*マウスオン時い左から1pxずらす*/
	top: 1px;	/*マウスオン時い上から1pxずらす*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}



/*トップページ
---------------------------------------------------------------------------*/
table.sinryo_jikan{
	width:92%;
	border-collapse:collapse;
	margin:0 auto 1rem auto;
	font-size:1.6rem;
	background-color:#FFF;
}
table.sinryo_jikan td{
	border:1px solid #633;
	padding:0.5em;
	color:#683300;
	text-align:center;
}
span.kigou{
	font-size:2.4rem;
}
span.aka{
	color:#F00;
}
span.ao{
	color:#06F;
}
span.midori{
	color:#090;
}

table.sinryo_jikan tr td:first-child{
	width:20%;
	background-color:#e7c7a9;
}
.banner_waku{
	width:92%;
	max-width:300px;
	margin:0 4% 2rem 4%;
	float:left;
}
.banner_title{
	color:#FFF;
	text-align:center;
	border-radius:0.5em 0.5em 0 0;
}
.b_t1{
	background-color:#06C;
	border:1px solid #06C;
}
.b_t2{
	background-color:#F30;
	border:1px solid #F30;
}
.banner_content{
	color:#630;
	padding:0.3em;
	border-radius:0 0 0.5em 0.5em;
	text-align:center;
	background-color:#FFF;
}
.b_c1{
	border:1px solid #06C;
	min-height:10rem;
}
.b_c2{
	border:1px solid #F30;
	height:10rem;
}
.b_c1 a{
	display:inline-block;
	width:12em;
	background-color:#DEF;
	font-size:1.5rem;
	font-weight:500;
	line-height:100%;
	padding:0.3rem 0 0.4rem 0;
	color:#039;
	border:1px solid #039;	
	border-radius:1em;
	text-align:center;
	text-decoration:none;
}
.b_c1 a:hover{
	background-color:#FFFFD9;
}
.b_c2 span{
	font-size:2.6rem;
	color:#F30;
	font-weight:400;
}
.s_c1{
	text-align:center;
}
.s_c1 a{
	display:inline-block;
	width:100%;
	background-color:#DEF;
	font-size:1.4rem;
	font-weight:500;
	line-height:150%;
	padding:0.3rem 0 0.4rem 0;
	color:#039;
	border:1px solid #039;	
	border-radius:1em;
	text-align:center;
	text-decoration:none;
}
.s_c1 a:hover{
	background-color:#FFFFD9;
}


/*ごあいさつ*/
.photo_right_40{
	display:block;
	width:40%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.profile dl{
	margin-top:0;
	margin-bottom:0.5rem;
}
.profile dt{
	float:left;
	width:6em;
}
.profile dd{
	float:left;
}
section.doctor{
    margin-top:2rem;
    margin-bottom:4rem;
}



/*診療案内*/
table.table1 tr td:first-child{
	background-color:#f9f1e4;
	min-width:7em;
}
table.table1 tr:first-child td{
	background-color:#e7c7a9;
	text-align:center;
}
table.table2 tr td:first-child{
	background-color:#f9f1e4;
}
table.table2 tr:first-child td{
	background-color:#e7c7a9;
	text-align:center;
}
table.table3 tr td:first-child{
	background-color:#f9f1e4;
	min-width:4em;
}


#main h4.sinryo{
	font-size:1.6rem;
}


/*院内紹介*/
.photo_left_40{
	display:block;
	width:40%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*アクセス*/
.entrance{
	width:100%;
	max-width:320px;
	margin-bottom:1rem;
	margin-right:1rem;
}
.map1{
	width:100%;
	max-width:538px;
	margin-bottom:1rem;
}
.blue{
	display:inline-block;
	padding:0 1em 0.3rem;
	background-color:#39F;
	font-size:1.6rem;
	line-height:150%;
	color:#FFF;
	border-radius:2rem;
	margin-bottom:0.5rem;
}
.orange{
	display:inline-block;
	padding:0 1em 0.3rem;
	background-color:#F60;
	font-size:1.6rem;
	line-height:150%;
	color:#FFF;
	border-radius:2rem;
	margin-bottom:0.5rem;
}
.green{
	display:inline-block;
	padding:0 1em 0.3rem;
	background-color:#390;
	font-size:1.6rem;
	line-height:150%;
	color:#FFF;
	border-radius:2rem;
	margin-bottom:0.5rem;
}
.pink{
	display:inline-block;
	padding:0 1em 0.3rem;
	background-color:#F69;
	font-size:1.6rem;
	line-height:150%;
	color:#FFF;
	border-radius:2rem;
	margin-bottom:0.5rem;
}
.denwa{
	font-size:2rem;
	color:#F33;
	font-weight:500;
}
.parking{
	width:100%;
	max-width:538px;
	margin-bottom:1rem;
	border:2px solid #390;
}
.parking2{
	width:100%;
	max-width:300px;
	margin-bottom:1rem;
	border:2px solid #390;
}

/*ご予約方法*/

table.yoyaku-type{
	width:90%;
	border-collapse:collapse;
	margin-bottom:2rem;
}
table.yoyaku-type td{
	padding:0.5rem;
	border:1px solid #000;
}
table.yoyaku-type td:first-child{
	min-width:9.5em;
	background-color:#E7FBD7;
}

/*注意*/
p.caution{
	margin:1rem 2rem;
	padding:1rem;
	border:1px solid #390;
	background-color:#F2FDE1;
	border-radius:1rem;	
}
p.caution2{
	margin:1rem 2rem;
	padding:0.5rem;
	border:1px solid #F36;
	background-color:#FFE6F2;
	border-radius:3rem;	
}
#main p.caution3{
	color:red;
	font-weight:500;
	line-height:150%;	
	display:inline-block;
	margin:1rem 2rem;
	padding:0.5rem;
	border:1px solid #F36;
	background-color:#FFE6F2;
	border-radius:3rem;	
	margin-bottom:2rem;
}
span.sumaho-button{
	display:inline-block;
	background-color:#DDD;
	color:#000;
	border:1px solid #000;
	padding:0 0.5rem;
}

/*画像*/
.houhou{
	width:100%;
	max-width:640px;
	margin-bottom:1rem;
	margin-right:1rem;
}
.houhou2{
	width:100%;
	max-width:480px;
	margin-bottom:1rem;
	margin-right:1rem;
}

#main h4.sousagamen{
	font-size:1.4rem;
	background-image:url(../images/bottom-arrow.png);
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	padding:0.3rem 1rem;
	width:203px;
	height:52px;
	margin-bottom:0;
}
#main h4.sousagamen i{
	color:#FFF;
}
.textcenter{
	text-align:center;
}

/*初診*/
h3#syosin-yoyaku{
	background-color:#F6C;
	color:#FFF;
	border:2px solid #F6C;
	
}
div.syosin-waku{
	border:1px solid #F6C;
	background-color:#FFF;
	border-radius:2rem;
	margin-bottom:2rem;
}
dl.syosin{
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
}
dl.syosin dt{
	margin-top:0.3em;
	margin-bottom:1em;
	display:inline-block;
	width:1em;
	background-color:#F6C;
	color:#FFF;
	line-height:100%;
	text-align:center;
	padding:1em;
	border:1px solid #F6C;
	border-radius:2em;
	float:left;
}
dl.syosin dd{
	display:block;
	margin-left:3em;
	padding:0 1em;
}
dl.syosin dd span{
	font-weight:bold;
}
p.syosin-arrow{
	clear:both;
	font-size:3.6rem;
	line-height:100%;
	margin-left:3em;
	padding:0;
	color:#F60;
}
/*再診*/
h3#saisin-yoyaku{
	background-color:#093;
	color:#FFF;
	border:2px solid #093;
	
}
div.saisin-waku{
	border:1px solid #093;
	background-color:#FFF;
	border-radius:2rem;
	margin-bottom:2rem;
}
dl.saisin{
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
}
dl.saisin dt{
	margin-top:0.3em;
	margin-bottom:1em;
	display:inline-block;
	width:1em;
	background-color:#093;
	color:#FFF;
	line-height:100%;
	text-align:center;
	padding:1em;
	border:1px solid #093;
	border-radius:2em;
	float:left;
}
dl.saisin dd{
	display:block;
	margin-left:3em;
	padding:0 1em;
}
dl.saisin dd span{
	font-weight:bold;
}
p.saisin-arrow{
	clear:both;
	font-size:3.6rem;
	line-height:100%;
	margin-left:3em;
	padding:0;
	color:#F60;
}

/*変更*/
h3#henkou-yoyaku{
	background-color:#F30;
	color:#FFF;
	border:2px solid #F30;
	
}
div.henkou-waku{
	border:1px solid #F30;
	background-color:#FFF;
	border-radius:2rem;
	margin-bottom:2rem;
}
dl.henkou{
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
}
dl.henkou dt{
	margin-top:0.3em;
	margin-bottom:1em;
	display:inline-block;
	width:1em;
	background-color:#F30;
	color:#FFF;
	line-height:100%;
	text-align:center;
	padding:1em;
	border:1px solid #F30;
	border-radius:2em;
	float:left;
}
dl.henkou dd{
	display:block;
	margin-left:3em;
	padding:0 1em;
}
dl.henkou dd span{
	font-weight:bold;
}
p.henkou-arrow{
	clear:both;
	font-size:3.6rem;
	line-height:100%;
	margin-left:3em;
	padding:0;
	color:#F60;
}


.banner_waku2{
	width:92%;
	max-width:300px;
	margin:0 auto 2rem auto;
}
a.toiawasetel{
	text-decoration:none;
}

/*問診票*/
ul.yosin li{
	font-size:1.6rem;
	color:#F60;
}
ul.yosin li a{
	color:#F60;
}

ul.yosin i{
	color:#F60;
}
/*リンク*/

#main section.clinic h4{
	font-size:1.6rem;
	margin-left:3rem;
}
#main section.clinic p{
	margin-left:3rem;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #dcdcdc;padding: 4px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb30 {margin-bottom: 30px;}
.clear {clear: both;}
ul.disc {padding-left: 60px;list-style: disc;}
.color1 {color: #f9a107;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 3rem;letter-spacing: 0.2rem;}
.mini1 {font-size: 1.1rem;}
.mtop{margin-top:1rem;}
.mtop2{margin-top:2rem;}
.mbottom{margin-bottom:1rem;}
.mbottom2{margin-bottom:2rem;}
.ptop{padding-top:1rem;}
.ptop2{padding-top:2rem;}
.ptop3{padding-top:3rem;}
.pbottom{padding-bottom:1rem;}
.pbottom2{padding-bottom:2rem;}
.pbottom3{padding-bottom:3rem;}
.fs9{font-size: 0.9rem;line-height:150%;}
.fs10{font-size: 1rem;line-height:150%;}
.fs11{font-size: 1.1rem;line-height:150%;}
.fs12{font-size: 1.2rem;line-height:150%;}
.fs13{font-size: 1.3rem;line-height:150%;}
.fs14{font-size: 1.4rem;line-height:150%;}
.fs15{font-size: 1.5rem;line-height:150%;}
.fs16{font-size: 1.6rem;line-height:150%;}
.fs18{font-size: 1.8rem;line-height:150%;}
.fs20{font-size: 2rem;line-height:150%;}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.awesome{
	margin-right:0.5rem;
	color:#F60;
}
.futoji{
	font-weight:bold;
}


@media screen and (max-width:1000px){
	
header h1{
	max-width:450px;
}

}


@media screen and (max-width:950px){
	
header h1{
	max-width:450px;
}

header #tel {
	float:left;
	background-color:transparent;
	padding:1rem;
	border-radius:0;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	font-size: 1.4rem;
	line-height:150%;
	text-align:left;
	color:#683300;
}

header #tel img{
	display:none;
}
header #tel a{
	text-align:center;
}

header #tel a:first-child{
	display:inline-block;
	width:13rem;
	line-height:150%;
	font-size:1.4rem;
	color:#FFF;
	background-color:#F60;
	border-radius:2em;
	padding:0.2rem;
	margin-right:0.5rem;
}
header #tel a:first-child:hover{
	color:#FFF;
	background-color:#F90;
}


}

@media screen and (max-width:820px){
	
header #tel {
	clear:both;
}

}
/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	padding: 3% 3% 0;
}

header {
	width: 100%;	/*最大幅*/
	padding: 0 3%;
}
header img.logo{
	/*width:80px;*/
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*main
---------------------------------------------------------------------------*/
#main {
	padding: 0 !important;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo-s {
	margin-bottom: 5%;
	z-index: 11;
	position: relative;
	top: -15px;	/*上に移動する距離*/
	left: 3%;	/*左からの距離*/
	width: 20%;	/*ロゴの幅*/
	padding: 15px;	/*ボックス内の余白*/
}
/*小さな端末用（800px以下）のロゴとメニューを非表示から表示に切り替える*/
#logo-s, #menubar-s {
	display: block;
}
/*大きな端末用（801px以上）のロゴとメニューを非表示にする*/
#logo, #menubar {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar-s {
	clear:both;
	position: relative;z-index: 12;
	margin: 0 3%;
	font-size: 1.4rem;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;
	width: 49%;
	margin: 0 0.5% 0;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 13;
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;		/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*トップページ「以外」の、上部にある装飾画像
---------------------------------------------------------------------------*/
#subimg {
	top: 60px;	/*上から60pxの場所に。少し下げる設定。*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #ffb430 url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #ffb430 url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {display: none;}

}

@media screen and (max-width:720px){
	
header h1{
	max-width:400px;
}
	
}

@media screen and (max-width:640px){

header h1{
	width:90%;
}

span.kigou{
	font-size:1.8rem;
}

.photo_right_40{
	width:100%;
	max-width:320px;	
	float: none;
	margin:20px auto 0;
}
.photo_left_40{
	width:100%;
	max-width:320px;
	float: none;
	margin:0 auto 10px;
}

#new dl{
	margin: 0 1rem;
	padding: 0.5rem 1rem;
}

table.yoyaku-type td:first-child{
	min-width:5em;
}

}

@media screen and (max-width:570px){



footer .inner .column:first-child{
	width:94%;
	float:none;
}
footer .inner .column:nth-child(2){
	width:94%;
	float:none;
}
footer .inner .column:nth-child(3){
	width:94%;
	max-width:94%;
	float:none;
	border-top:1px solid #FFF;
	margin-top:0.5rem;
	padding-top:0.5rem;
}

}

@media screen and (max-width:550px){

header img.logo{
	float:none;
}

header #tel a:first-child{
	display:block;
}
header #tel a:nth-child(2){
	display:block;
}
span.kigou{
	font-size:1.6rem;
}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){


header div#title{
	float:none;
	margin-left:0;
	padding-top:1rem;
}

header .kamoku{
	padding-left:0;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main h2 {
	padding: 4px 15px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 3px 14px;
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main div#topimage1 p{
	padding: 0.5rem 0 1rem 1rem;
}
#main div#topimage2 p{
	padding: 0.5rem 2rem 1rem;
}
p.topimage_moji1-2 span{
	margin:0 0 0.2em 1em;
}

/*一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	margin: 0 0 15px;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: none;
	padding: 0;
	border: none;
	width: 100%;
}
/*ボックス内のh4タグと段落タグ設定*/
#main .list h4,#main .list p {
	margin-left: 0;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo-s {
	margin-bottom: 0;
	width: 30%;	/*ロゴの幅*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 90%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

table.sinryo_jikan{
	font-size:1.4rem;
}


}

@media screen and (max-width:320px){
	
span.kigou{
	font-size:1.2rem;
}
.profile dt{
	float:none;
	width:6em;
}
.profile dd{
	float:none;
    padding-left:1em;
}
	
}
