@charset "Shift_JIS";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	background: #0055BE;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
a img:hover {opacity: 0.7;}/*マウスオン時に画像を半透明にする設定。0.7は70%の透明度の意味。*/
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #f1932b;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}







/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 800px;	/*幅。header #innerや#menubarの980pxからここのpadding(左右の合計幅)を差し引いた数字で設定するといい。*/
	padding: 20px 20px 20px;	/*ボックス内の余白。上下、左右、下。*/
	margin: 20px auto 30px;
	background: #0055BE;	/*背景色*/
	overflow: hidden;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: center;	/*右側に回り込み*/
	width: 700px;	/*幅*/
	padding: 20px 20px 20px;	/*ボックス内の余白。上下、左右、下。*/
	background: #FFF;	/*背景色*/
     border-radius:1.5em;
	padding-bottom: 0px;
}
/*mainコンテンツのh2タグの設定*/
#main h1 {
	clear: both;
	margin-bottom: 15px;
	font-size: 120%;
	background: #FFF;	/*背景色*/
	padding: 8px 20px;	/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 120%;
	color: #FFF;		/*文字色*/
	padding: 8px 20px;	/*上下、左右への余白*/
	background: #0055BE;	/*背景色（古いブラウザ用）*/
}
/*mainコンテンツのh2タグの１文字目への設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	text-align: left;
	margin-bottom: 8px;
  border: solid 2px #88abfa;/*線色*/
  color: #002e97;/*文字色*/
	font-size: 100%;
	background: #fff;	/*背景色（古いブラウザ用）*/
	padding: 5px 25px;	/*上下、左右への余白*/
      border-radius: 10em;/*角丸*/
}
/*mainコンテンツのh3タグの１文字目への設定*/
#main h1::first-letter {
	border-left: 3px solid #0055BE;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 7px 15px 14px;	/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -2px;
}


#main h4 {
	clear: both;
	text-align: left;
	margin-bottom: 8px;
  border: solid 2px #d50000;/*線色*/
  color: #d50000;/*文字色*/
	font-size: 100%;
	background: #ffd9d9;	/*背景色（古いブラウザ用）*/
	padding: 5px 25px;	/*上下、左右への余白*/
      border-radius: 10em;/*角丸*/
}


#main h5 {
	clear: both;
	margin-top: 4px;
    margin-bottom: 6px;
	font-size: 150%;
    text-align: center;
    color: #ea6868;
	background: #FFF;	/*背景色*/
	padding: 8px 8px 8px 8px;	/*上下、左右への余白*/
}


#main h6 {
     position: relative;
	margin-top: 5px;
    margin-bottom: 3px;
	font-size: 100%;
     color: white;
     padding:0.5em 0.5em 0.5em 2em;
     background-color: #ea6868;
     border-radius:1.5em;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*サブコンテンツ内の営業日カレンダー用
---------------------------------------------------------------------------*/
.cal {
	width: 100%;
}
.cal, .cal td, .cal th{
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	text-align: center;
}
/*曜日*/
.cal th{
	background: #d9d9d9;	/*背景色*/
}
.cal .sat{
	color: #09F;	/*「土」の文字色*/
	background: #d9edff;	/*背景色*/
}
.cal .sun{
	color: #C33;	/*「日」の文字色*/
}

.cal .holiday{
	background: #feffc0;	/*背景色*/
}

.cal .dayoff{
	background: #feffc0;	/*背景色*/
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f1932b;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left !important;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.big1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}
.mini1 {
	font-size: 11px;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}


.center_box {
text-align: center;
width: 100%;	/*幅*/
}
.center_box p {
display: inline-block;
vertical-align: top;
text-align: left;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background-color:#00a2ff;	/*背景色*/
    text-decoration: none;
	text-align: center;
	width: 7em;	/*ボックス幅*/
    display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #060ab0;
	color: #f6ff00;
}



/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header #inner {
	width: auto;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	margin-bottom: 0px;
}
#menubar,
#menubar-s {
	width: auto;
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	width: 50%;
}
#menubar a,
#menubar-s a {
	margin: 4px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-bottom: 90px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/

#footermenu {
	width: 90%;
	background: none;
}
/*１行分の設定*/
#footermenu ul {
	width: 23%;
	padding-right: 2%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

}



/*画面幅730px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:730px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: auto;
}
/*TEL*/
header #tel {
	padding: 10px;
}

}



/*画面幅550px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:550px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header #inner {
	height: auto;
	text-align: center;
	padding-top: 10px;
}
/*ロゴ画像*/
header #logo {
	width: 100%;
	position: static;
}
/*TEL*/
header #tel {
	position: static;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 0px;
}
/*TEL(電話番号部分)*/
header #tel strong {
	background: none;
	padding:0px;
}

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	padding: 10px 10px 0px;
}

}



/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header #inner {
	text-align: left;
}
/*ロゴ画像*/
header #logo {
	width: 100%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	width: 100%;
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/

#menubar_hdr {
	display: block;
	position: absolute;
	top: 150px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 47px;	/*幅*/
	height: 47px; 	/*高さ*/
	background: url(../images/menunab.svg)
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 0px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 4px;	/*バー同士の余白*/
}

/*「診療科目」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, repeating-linear-gradient(45deg,rgba(255,255,255,0.1), rgba(255,255,255,0.1) 0px,transparent 0,transparent 4px),#8c412b;
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, repeating-linear-gradient(45deg,rgba(255,255,255,0.1), rgba(255,255,255,0.1) 0px,transparent 0,transparent 4px),#8c412b;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.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%;
}

}
