﻿@charset "utf-8";

body {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
* {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 1.4em;
	line-height: 1.7em;
}
img {
	vertical-align: bottom;
}
h2 {
	padding: 10px;
	font-size: 3.0em;
	vertical-align: bottom;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	margin-bottom: 40px;
}
h3 {
	margin-top: 20px;
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #009933;
}
ul {
	list-style-position: inside;
}
.nobr {
	white-space:nowrap;
}
.w1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#fes,
#oh_table,
#access,
#prof {
	margin-top: 100px;
}
.copy {
	font-size: 2em;
}

header {
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.kv {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.sp {
	display: none;
}
.red {
	color: #FF0000;
}

.logo {
	width: 400px;
	float: left;
}
.number {
	float: right;
	padding-right: 20px;
	padding-top: 7px;
	color: red;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px black;
}
.info_1 {
	text-align: center;
	margin-bottom: 40px;
	background-color: aqua;
}
/*当院の特徴*/
#fes {}
.copy-L {
	font-size: 2em;
}
.copy-S {
	color: #FF0000;
	margin-top: 20px;
}
.fes_block {
	margin-left: 152px;
}
.fes_block ul {
	overflow: hidden;
	list-style-type: none;
}
.fes_block li {
	border-radius: 10px;
	padding: 0.5em;
	float: left;
	font-size: 3em;
	margin-right: 0.5em;
	margin-top: 1em;
	background-color: #FFCC00;
}
.fes li {
	font-size: 1.4em;
	padding-bottom: 0.7em;
}
.ope_price {
	margin-top: 20px;
}
/*チャート*/
#chart {
	text-align: center;
}
/*診療時間*/
#oh_table {}
.oh_table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	margin-right: auto;
	margin-left: auto;
	font-size: 2em;
}
.oh_table th,
.oh_table td {
	border-collapse: collapse;
	border: 2px solid #000000;
	text-align: center;
	height: 100px;
}
.tz {
	width: 30%;
}

/*アクセス*/
#access {}
#access ul {
	font-size: 1.4em;
}
#access li {
	margin-bottom: 0.7em;
}

/*プロフィール*/
#prof {}
#prof table {
	font-size: 1.4em;
}
#prof td {
	padding-bottom: 0.7em;
}
.name {
	font-size: 1.6em;
	color: #FF0000;
	font-weight: bold;
}
/*社員・アルバイト募集*/
#rct {}
#rct table {
	border-spacing: 10px;
}
#rct table th {
	text-align-last: justify;
	padding-right: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	padding-left: 20px;
}
#rct table {
	font-size: 1.2em;
}
.blue {
	color: blue;
}
/*フッター*/
footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 40px;
}
.tel_section {
	display: none;
}
.koe img {
	width: 50%;
}











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


.pc {
	display: none;
}
.sp {
	display: inherit;
}
.w1000 {
	box-sizing:border-box;
	width:100%;
	padding-right: 5%;
	padding-left: 5%;
}
h2 {
	padding: 10px;
	font-size: 3.0em;
	margin-bottom: 40px;
	text-align:center;
}
#fes,
#oh_table,
#access,
#prof {
	margin-top: 100px;
}
.copy {
	font-size: 2em;
}
ul {
	list-style-position: outside;
	margin-left:1em;
}


.logo {
	width: 100%;
}
.number {
	display: none;
}


/*当院の特徴*/


#fes {}
.copy-L {
	font-size: 1.6em;
}
.copy-S {
	margin-top: 20px;
}
.fes_block {
	margin-left: inherit;
}
.fes_block li {
	float:none;
	text-align:center;
	border-radius: 10px;
	padding: 0.5em;
	font-size: 2em;
	margin-right: 0.5em;
	margin-top: 1em;
}
.fes {
	font-size: 1.4em;
}

/*診療時間*/
#oh_table {}
.oh_table {
	font-size: 2em;
}
.tz {
	width: 30%;
}

/*アクセス*/
#access {}
#access ul {
	font-size: 1.4em;
}

/*プロフィール*/
#prof {}
#prof table tr td {
	font-size: 0.8em;
	vertical-align:top;
}
#prof .small {
	font-size: 0.7em;
}
.name {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}
/*社員・アルバイト募集*/
#rct {}
#rct table {
	border-spacing: 10px;
}
#rct table th {
	text-align-last: justify;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	min-width: 4em;
}
#rct table {
	font-size: 1.2em;
}
.koe img {
	width: 100%;
	height: auto;
}
/*フッター*/
footer {
	padding-top: 20px;
	padding-bottom: 110px;
	margin-top: 40px;
}
}

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


.tel_section {
	display: block;
	position: fixed;
	z-index: 1;
	bottom: 0px;
}
	
}