@charset "Shift_JIS";
/* CSS Document */

html{
	font-size: 62.5%;
}
body {
	background-color: #fff;
	height: auto;
	margin:0 auto 0 auto;
	-webkit-text-size-adjust: 100%;
}
.none {
  display: none;
}
/*-----------------------------

	ヘッダー
	
-----------------------------*/
#topnavi {

}
#topnavi img{
  padding: 5px 5px 0px 7px;
}
#topnavi button{
	margin: 0;
	border: 0;
	letter-spacing: 0;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}
header {
  width: 100%;
	height: 120px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #fff;
}

header h1{
	display: none;
}

header #logo{
  align-items: center;
  display: flex;
  background: rgba(0,0,0,0.85); /* 背景色を指定する */
  height: 30px;
  text-align: center;
  padding: 10px;
}

header #logo .logo{
  width: 95%;
  margin: 0 auto;
}

header #h-tel{
	display: none;
}

header p{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px ;
	color: #070;
	text-shadow: 0 1px 2px #ddd;
}

/*-----------------------------

	メニュー
	
-----------------------------*/

.gnav {
  display: none;
}

.gnav ul li {
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: center;
}
.gnav ul li a {
	margin: 5px 0px;
	padding: 5px 20px;
	font-size: 15px;
	line-height: 30px;
	display: block;
	text-shadow: 1px 1px 1px #eee;
	border-bottom: 2px solid #fff;
}
.gnav ul li a:link {
	color: #2e9309;
}
.gnav ul li a:visited {
	color: #2e9309;	
}
.gnav ul li a:hover {
	color: #2e9309;
	border-bottom: 2px solid #A5D122;
}
.active a {
	background-color: #efefef;
	border-radius: 7px;
}
/*-----------------------------

	ページタイトル
	
-----------------------------*/

.title {
	display: none;
}
/*-----------------------------

	院長ブログ
	
-----------------------------*/

/*-----------------------------

	サブメニュー
	
-----------------------------*/
.subnav {
	display: none;
}
.subnav ul li a {
	margin: 0 5px 0 5px;
	padding:15px 20px 15px 20px;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 2px 2px #777;
	text-align: center;
	display: block;
	border-radius: 7px 7px 0 0;
	border: 1px solid #bbb;
	box-shadow:0px -2px 4px 0px #eee;
	background-color: #87bd2d;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
.tab {
	margin: 0 5px 0 5px;
	padding:15px 20px 17px 20px;
	font-size: 15px;
	color: #2e9309;
	text-shadow: 1px 2px 2px #eee;
	text-align: center;
	border-radius: 7px 7px 0 0;
	border: 1px solid #bbb;
	border-bottom-style: none;
	box-shadow:0px -2px 4px 0px #eee;
	background-color: #fff;
}
/*-----------------------------

	ページ内リンク
	
-----------------------------*/
.pagelink {
	height: 50px;
	font-size: 14px;
	line-height: 20px;
	margin: 35px 0 0 35px;
	clear:both
}
.pagelink ul li {
	display: inline-block;
	padding: 0 20px 0 25px;
	background-image: url(../images/pagelink_bg.png);
	background-repeat: no-repeat;
}
.pagelink ul li a {
	color: #777;
}
.pagelink ul li a:hover {
	color: #2FBCBE;
}
.pagetop {
	margin: 0 auto 0 auto;
	text-align: right;
	padding: 0px;
}

/*-----------------------------

	メインコンテンツ
	
-----------------------------*/
.frame {
	width: 100%;
	margin: 0 auto 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
section {
	margin: 20px 0px 40px 0px;
}
.frame-type0 {
	float: right;
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.frame-type0 p {
	font-size: 12px;
	line-height: 20px;
	color: #555;
	margin: 10px;
	max-height: 100%
}
.frame-type0 li {
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	line-height: 30px;
	max-height: 100%
}
.frame-type1 {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.frame-type1 p {
	font-size: 12px;
	line-height: 20px;
	color: #555;
	margin: 10px 35px 30px 35px;
	max-height: 100%
}
.frame-type1 li {
	margin: 0px 35px 0px 35px;
	max-height: 100%
}
.block {
	margin: 50px 0px 20px 50px;
}
.box {
  width: 80%;
	margin: 50px auto 20px auto;
	padding: 10px;
	background-color: #FBFAF7;
	border: 1px solid #aaaaaa;
	border-radius: 7px;
	box-shadow:0px 2px 4px 0px #EEE;
}
strong {
	font-weight: bold;
}
.frame-type1 ul , .frame-type1 ol , .frame-type1 dl {
	margin: 20px 0 20px 0;
	max-height: 100%
}
.frame-type1 ul li , .frame-type1 ol li ,
.frame-type1 dl dd {
	font-size: 12px;
	line-height: 20px;
	color: #555;
	max-height: 100%
}


/*--　　チェックボックスマーク	--*/

.check li{
	margin: 20px 0px 20px 30px;
	padding: 0 0 0 35px;
	background-image: url(../images/check-mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.check2 li{
	margin: 20px 0px 20px 30px;
	padding: 0 0 0 35px;
	background-image: url(../images/check-mark2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*--　　クレジットカード	--*/

.card li{
	display: inline;
    list-style-type: none;
	margin: 0 0 0 0;
}
.card {
	margin: 0 0 0 40px;
}
/*-----------------------------

	ｈ１〜タイトル テキスト
	
-----------------------------*/
h1 img,h2 img {
	vertical-align: middle;
}

.t1 {
	margin: 30px 0 30px 0 ;
	padding: 10px 0 0 10px;
	font-size: 14px;
	line-height: 24px;
	color: #444;
	text-shadow: 1px 2px 2px #ccc;
	background-image: url(../images/t1_bg.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #515151;
	max-height: 100%
}
/*--　　リーフ・グリーンライン・グリーンタイトル　　--*/
.t2 {
	margin: 35px 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 13px;
	line-height: 22px;
	color: #4da514;
	text-shadow: 1px 1px 3px #ddd;
	background-image: url(../images/t2_bg.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #87bd2d;
	vertical-align: middle;
	max-height: 100%
}
/*--　　リーフ・ラインなし・グリーンタイトル　　--*/
.t2- {
	margin: 35px 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 12px;
	line-height: 20px;
	color: #4da514;
	text-shadow: 1px 1px 3px #ddd;
	background-image: url(../images/t2_bg.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	max-height: 100%
}
/*--　　リーフ・グリーンライン・グレータイトル　　--*/
.t3 {
	margin: 40px 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 12px;
	line-height: 20px;
	color: #555;
	text-shadow: 1px 1px 1px #ccc;
	background-image: url(../images/t2_bg.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #87bd2d;
	vertical-align: middle;
	max-height: 100%
}
/*--　　グリーンライン・グリーンタイトル　　--*/
.t4 {
	font-size: 12px;
	line-height: 20px;
	color: #4da514;
	text-shadow: 1px 1px 3px #ddd;
	margin: 40px 0 30px 0;
	padding: 0px;
	border-bottom: 1px dotted #87bd2d;
	vertical-align: bottom;
	max-height: 100%
}
/*--　　ラインなし・グリーンタイトル 　　--*/
.t5 {
	font-size: 22px;
	line-height: 36px;
	color: #4da514;
	text-shadow: 1px 1px 3px #ddd;
	margin: 40px 0 10px 0;
	padding: 0 0 0 10px;
	max-height: 100%
}
/*--　　ラインなし・グリーンタイトル 画像有り　　--*/
.t6 {
	font-size: 14px;
	color: #118800;
	text-shadow: 1px 1px 3px #ddd;
	margin: 40px 0 10px 0;
	padding: 0 0 0 0px;
	border-radius: 35px;
	max-height: 100%;	
}
.t6 img{
	width: 15%;
}
/*--　　トップページ ニュースタイトル　　--*/
.t7 {
	background-color: #F0EFE7;
	color: #333;
	text-shadow: 1px 1px 1px #ccc;
	margin: 15px 0 ;
	padding: 3px 0px 3px 15px;
	border-radius: 20px 0px 0px 20px;
	max-height: 100%
}
/*--　　ボックスタイトル　　--*/
.tBox{
	font-size: 14px;
	line-height: 20px;
	color: #4da514;
	text-shadow: 1px 2px 2px #eee;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	max-height: 100%
}

/*--　　テキスト　 --*/
p{
	font-size: 14px;
	line-height: 20px;
	color: #474747;
	text-shadow: 1px 2px 2px #eee;
	margin: 0 0 10px 0;
	padding: 15px;
	max-height: 100%
}
/*-----------------------------

	リンク関係
	
-----------------------------*/
a {
	color: #555;
}
a[href$=".pdf"]{
	padding: 30px;
	line-height: 30px;
	background: url(../images/pdf-mark.png) no-repeat center left;
}
section a {
	color: #4685E1;
}
section a:link,
section a:visited{
	text-decoration:none;
}
section a:hover,
section a:active{
	color: #2FBCBE;
}
section .link {
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/link-mark.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px 10px 0px 20px;
	background-position: left;
}
/*-----------------------------

	画像関係
	
-----------------------------*/
.smp-img{
  width: 40%;
}

/*-----------------------------

	メールフォーム
	
-----------------------------*/
.mail {
  margin: 10px 20px;
  display: block;
}
.form {
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #555;
	padding: 5px;
	border-collapse: separate;
	border-spacing: 5px 5px;
  margin: 5px 20px;
}
.mail dl {
	margin: 5px 20px;
	vertical-align: top;
}
.mail dt {
  line-height: 25px;
	margin: 5px 20px;
	vertical-align: top;
}
.mail dd {
  line-height: 25px;
	text-align: left;
	margin: 5px 20px;
}
.mf{
  background-color: #eee;
  line-height: 25px;
  margin: 5px 20px;
}
/*-----------------------------

	フッター
	
-----------------------------*/
footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fnav{
	display: none;
}

footer .info{
	padding:10px;
}
footer img {
	display: none;
}
footer .info p{
	text-align: center;
	font-size:1.1rem;
	font-size:12px;
	color:#FFF;
	line-height:25px;
}
.img01 {
	padding: 25px;
  width: 35%;
}



/*-----------------------------

	コピーライト
	
-----------------------------*/

.copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	background-color: #070;
	margin:20px auto 0 auto;
	padding:15px 0 15px 0;
	text-align: center;
	color: #fff;
	max-height: 100%
}

