@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
	font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
}
/* Font
-------------------------------*/
@font-face {
	font-family: "sidenavi";
	src: url("../font/07LogoTypeGothic7.eot?") format('eot'), url("../font/07LogoTypeGothic7.woff") format('woff');
}
.LogoType {
	font-family: "LogoTypeGothic", "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* InnerFrame
-------------------------------*/
.inner {
	padding: 0;
}
/* Link
-------------------------------*/
a:link, a:visited {
	color: #2990D0;
}
a:hover {
	color: #ff9900;
}
/* Index
-------------------------------*/
.h2_area {
	background-image: url(../images/top_keyv_back.png);
}
.h2class {
	text-align: center;
	font-size: 2.6rem;
	font-weight: normal;
	padding: 2.4rem 0.5rem 2rem;
	color: #638B0B;
}
.h3class {
	background-image: url(../images/h3_logo.png), url(../images/h3_line.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left bottom, bottom;
	font-size: 2rem;
	font-weight: normal;
	padding: 3rem 0 1rem 5rem;
	margin-bottom: 2rem;
	color: #95C137;
}
.h4class {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: #F4FFDC;
	border-left: 5px solid #85B813;
	color: #85B813;
}
.h5class {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0.5rem;
	border-bottom: 1px dashed #FFAE00;
	margin-bottom: 1rem;
	color: #FFAE00;
}
.h5class:before {
	font-family: FontAwesome;
	content: "\f0da\00a0";
}
.h6class {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0.5rem;
	border-bottom: 1px dashed #60351B;
	color: #60351B;
	margin-bottom: 1rem;
}
.stronger {
	color: #FF6600;
}
/* Header
-------------------------------*/
header {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	/* headerロゴを上下中央 */
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #ffffff;
	padding: 1rem;
}
.head_info {
	/* flex化 */
	display: block;
	display: -webkit-block;
}
.head_right {
	text-align: center;
}
/* Navigation
-------------------------------*/
nav {
	display: block;
	background-color: transparent;
	font-weight: 500;
}
nav .inner {
	padding: 0;
}
nav ul {
	font-size: 0;
}
nav li {
	display: inline-block;
	background : linear-gradient(to bottom, #90C31F 50%, #85B813 50.01%);/* 薄い→濃い */
	width: 50%;
	border-left: 1px solid #ffffff;
}
nav li:first-child {
	display: none;
}
nav li span {
	font-size: 1rem;
	display: block;
	color: #B5E1DE;
}
nav li a {
	text-align: center;
	font-size: 1.4rem;
	display: block;
	line-height: 1.6rem;
	color: #ffffff;
	padding: 1rem;
}
nav li a:hover {
	background-color: rgba(255,255,255,0.3);
	color: #ff0000;
}
nav li a:link, nav li a:visited {
	color: #ffffff;
}
/* Main
-------------------------------*/
.mainarea {
	background-color: #ffffff;
	padding: 2rem;
}
/* SideNavi
-------------------------------*/
.sidenavi {
	width: 100%;
}
.sidenavi ul {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0;
}
.sidenavi ul li {
	width: 50%;
}
/* Footer
-------------------------------*/
footer {
	background-color: #85B813;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 2rem;
}
/* FooterLink
-------------------------------*/
footer a:link, footer a:visited {
	color: #ffffff;
}
footer a:hover {
	color: #ff9900;
}
/*	その他
-------------------------------*/
.bottomtel {
	padding: 1em 0;
	text-align: center;
}
/* Copyright
-------------------------------*/
small {
	margin: 0 auto !important;
	display: block;
}
.copyright {
	width: 100%;
	padding: 0.3rem 0;
	background-color: #6B9905;
	color: #ffffff;
	text-align: center;
	font-size: 0.8rem;
}
/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */


/*	キービジュアル
-------------------------------*/
.keyv_area {
	background-image: url(../images/top_keyv_back.png);
	text-align: center;
}
.keyv_area li img {
	margin: 0 auto;
}
/*	お知らせ
-------------------------------*/
.notice {
	margin-bottom: 2rem;
	height: 40rem;
	overflow: auto;
	padding-left: 1rem;
	background-image: url(../images/h3_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.notice .news_title {
	font-size: 1.7rem;
	font-weight: bold;
	color: #FFCC00;
}
.notice .news_body {
	margin-left: 1rem;
}
.notice dl {
	padding-bottom: 1rem;
	border-bottom: 0.1rem dotted #999;
}
.notice dl:last-child {
	border: none;
}
/*	医院概要
-------------------------------*/
.overview dl {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	color: #806e5e;
}
.overview dt {
	float: left;
	width: 5rem;
	border-bottom: 1px solid #806e5e;
	text-align: left;
	margin-bottom: 1rem;
}
.overview dd {
	margin-left: 6rem;
	margin-bottom: 1rem;
}
.overview dd::after {
	content: '';
	display: block;
	clear: both;
}
/*	院長紹介
-------------------------------*/
dl.bio {
	font-size: 1.4rem;
}
.bio dt {
	float: left;
	width: 10rem;
	clear: both;
}
.bio dd {
	margin-left: 12rem;
}
/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */


/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
/* テキスト＋挿絵専用コンポーネント float_TB */
.float_TB::after {
	height: 0;
	content: "";
	display: block;
	clear: both;
}
.L20, .L30, .L40, .L50, .L60, .L70, .L80, .R20, .R30, .R40, .R50, .R60, .R70, .R80 {
	width: 100%;
	float: none;
}
/* signature
-------------------------------*/
.signature {
	font-size: 2rem;
}
.signature span {
	font-size: 1.6rem;
}
.signature span:after {
	content: "　";
}
/*	GoogleMaps
-------------------------------*/
.gmap {
	width: 100%;
	min-height: 40rem;
	margin-bottom: 1rem;
}
/* List
-------------------------------*/
.list_dot {
	padding-left: 2rem;
}
.list_dot li {
	list-style-type: disc;
	margin-left: 1em;
}


.list_caution {
	margin-bottom: 2rem;
}
.list_caution li {
	text-indent: -1.75rem;
	margin-left: 1.75rem;
}
.list_caution li:before {
	content: "※ ";
}

.list_check {
	margin-bottom: 2rem;
}
.list_check li {
	text-indent: -1.75rem;
	margin-left: 1.75rem;
}
.list_check li:before {
	font-family: FontAwesome;
	content:"\f058\00a0";
	color: #95C137;
}




.list_inline li {
	display: inline-block;
	margin-right: 1.4rem;
}
.list_inline li:before {
	content: "・";
}
li.nad {
	list-style-type: none !important;
	text-align: right;
}
li.nad:before {
	content: "" !important;
}
.features h2 {
	text-align: center;
	margin-bottom: 2rem;
}
.list_features {
	font-size: 0;
}
.list_features li {
	width: 50%;
	text-align: center;
	display: inline-block;
}
/* ColoredBox
-------------------------------*/
.colorbox {
	background-color: #FFF3DB;
	padding: 2rem;
	margin-bottom: 2rem;
}
.colorbox .title {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #68472C;
}
/* Link Button
-------------------------------*/
.linkbox a:link {
	display: inline-block;
	padding: 0.3rem 2rem;
	background-color: #85B813;
	color: #ffffff;
}
.linkbox a:visited {
	color: #ffffff;
}
.linkbox a:hover {
	color: #ffffff;
	background-color: #6B9806;
}
/* GoToTop
-------------------------------*/
#pageTop {
	display: block;
	position: fixed;
	bottom: -10rem;
	right: 2rem;
	transition: .5s;
}
#pageTop a:before {
	content: "\f0d8\00a0";
	font-family: "FontAwesome";
}
#pageTop a {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #5C8401;
	border-radius: 10rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0.9rem 1.2rem 1.3rem 1.2rem;
}
#pageTop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	display: block;
}
/* for flowdesign
-------------------------------*/
.flowbox {
	background-color: #FFF0C5;
	border-radius: 1rem;
	padding: 2rem;
	margin: 1rem 0;
}
.flowbox .title {
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	color: #D77000;
}
.flowallow {
	text-align: center;
	color: #D8A100;
}
.flex-vertical {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.flex-vertical img {
	margin: 0.5rem 0;
}
.table001 {
	border: 1px solid #6B9905;
	border-collapse: collapse;
	margin-bottom: 2rem;
	width: 100%;
}
.table001 th, .table001 td {
	padding: 0.7rem 1rem;
	border: 1px solid #6B9905;
	font-weight: normal;
}
.table001 th {
	background-color: #E6F7C0;
}


.table002{
	border: 1px solid #6B9905;
	border-collapse: collapse;
	margin-bottom: 2rem;
	width: 100%;
}
.table002 th, .table002 td {
	padding: 0.7rem 1rem;
	border: 1px solid #6B9905;
	font-weight: normal;
	font-size: 1rem;
}
.table002 th {
	background-color: #E6F7C0;
}
.table002 td:nth-child(2n) {
	text-align: right;
}
.table002 caption {
	caption-side: bottom;
	text-align: right;
	font-size: 70%;
}





.recruit th, .recruit td {
	padding: 0.7rem 1rem;
	font-size: 80%;
}
.recruit th {
	width: 30%;
}
.vac01 caption {
	caption-side: bottom;
	text-align: right;
	font-size: 70%;
}
.vac01 th:first-child {
	width: 30% !important;
}
.vac01 th:last-child {
	width: 24% !important;
}
.vac01 td:last-child {
	text-align: right;
}
.vac01 th, .vac01 td {
	padding: 0.7rem;
	font-size: 70%;
}
.photos ul {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.photos li {
	width: 50%;
	padding: 0.5rem;
	font-size: 1rem;
	text-align: center;
}
.photos img {
	margin-bottom: 0.5rem;
}

.pframe { border:#eee 1px solid; box-sizing: border-box; }

.pr_area {
	background-color: #598403;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	border-top: 5px solid #405F01;
	border-bottom: 5px solid #405F01;
	color: #ffffff;
	padding: 1rem;
}
.pr_area:before {
	font-family: FontAwesome;
	content: "\f058\00a0";
}
.pr_area span {
	border-bottom: 2px dotted #ffffff;
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
.recruit th {
	width: 20%;
}
.recruit th, .recruit td {
	padding: 1rem;
	font-size: 100%;
}
/* Common
-------------------------------*/
body {
	font-size: 1.6rem;
}
.h2class {
	font-size: 3.4rem;
	font-weight: normal;
	padding: 2.4rem 3rem 2rem;
}
.h3class {
	font-size: 2.5rem;
	padding: 3rem 0 1rem 6rem;
}
/* InnerFrame
-------------------------------*/
.inner {
	margin: 0 auto;
	padding: 0;
	max-width: 117rem;
}
/* Header
-------------------------------*/
header {
	/* flex化解除 */
	display: block;
	padding: 0 1rem;
}
.head_info {
	display: flex;
	/* 両端に配置 */
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
.head_right {
	/* flex化 */
	display: flex !important;
	display: -webkit-flex !important;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
/* GlovalNavi
-------------------------------*/
nav {
	background : linear-gradient(to bottom, #90C31F 50%, #85B813 50.01%);/* 薄い→濃い */
}
nav li {
	width: 20%;
}
nav li:first-child {
	display: inline-block;
}
nav li a {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	padding: 2.2rem 1.6rem;
}
nav .inner {
	padding: 0;
}
nav li span {
	font-size: 1.2rem;
}
nav li:last-child {
	border-right: 1px solid #ffffff;
}
/* Main
-------------------------------*/
.mainarea {
	width: 87rem;
}
/* SideNavi
-------------------------------*/
.sidenavi {
	width: 30rem;
	background-color: #ffffff;
}
.sidenavi ul {
	padding: 2rem;
}
.sidenavi ul li {
	text-align: center;
	width: 100%;
}
.list_features li {
	width: 33%;
}
.list_features li:first-child {
	width: 100%;
	margin-bottom: 2rem;
}
/* Footer
-------------------------------*/
footer .inner {
	padding: 1rem 0;
}
footer li {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	display: inline-block;
	margin-right: 1em;
	padding-right: 1.8rem;
	border-right: 1px solid #ffffff;
	line-height: 1rem;
}
footer li:last-child {
	padding-right: 0;
	border-right: none;
}
footer li a:link, footer li a:visited {
	color: #FFFFFF;
}
footer li a:hover {
	color: #ff9900;
}


/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
	flex-direction: row;
	-webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
/* テキスト＋挿絵専用コンポーネント float_TB */
.L20 {
	float: left;
	width: 20%;
}
.L30 {
	float: left;
	width: 30%;
}
.L40 {
	float: left;
	width: 40%;
}
.L50 {
	float: left;
	width: 50%;
}
.L60 {
	float: left;
	width: 60%;
}
.L70 {
	float: left;
	width: 70%;
}
.L80 {
	float: right;
	width: 80%;
}
.R20 {
	float: right;
	width: 20%;
}
.R30 {
	float: right;
	width: 30%;
}
.R40 {
	float: right;
	width: 40%;
}
.R50 {
	float: right;
	width: 50%;
}
.R60 {
	float: right;
	width: 60%;
}
.R70 {
	float: right;
	width: 70%;
}
.R80 {
	float: right;
	width: 80%;
}
.LBP {
	padding: 0 2rem 1rem 0 !important;
}
.RBP {
	padding: 0 0 1rem 2rem !important;
}
.overview dl {
	font-size: 1.4rem;
}
.overview dt {
	width: 7rem;
}
.overview dd {
	margin-left: 9rem;
}
.photos li {
	width: 33.33%;
	font-size: 1.4rem;
	padding: 1rem;
}
.vac01 caption {
	font-size: 100%;
}
.vac01 th:first-child {
	width: auto !important;
}
.vac01 th, .vac01 td {
	padding: 0.7rem 1rem;
	font-size: 100%;
}
	
	
.table002 th, .table002 td {
	font-size: 1.6rem;
}
.table002 caption {
	font-size: 100%;
}


	

}








/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}

*/
