@charset "utf-8";
/* CSS Document */

/* header Area -----------------------------------------------------*/
header {
	width: 100%;
	border-top: 1px solid #cbcbcb;
	background: url(../images/common/bg_sakura.png) repeat-x center center;
}
header .inner {
	padding: 0.8em 0 0.5em;
	overflow: hidden;
}
header p {
	margin-bottom: 0em;
}
h1 {
	text-align: center;
	font-size: 80%;
	color: #fff;
	background: #c1ac93;
	border-bottom: 2px solid #cbcbcb;
}
.h_logo {
	float: left;
	width: 48%;
	max-width: 430px;
	background: #fff;
}
.h_info {
	float: right;
	width: 48%;
	max-width: 370px;
	margin-top: 1em;
}
/* GROBAL NAVI --------------------*/

nav {
	width: 100%;
	background: url(../images/common/bg_gnav.png) repeat-x left center;
	padding: 0.5em 0 0 0;
}
nav ul {
	/*	overflow: hidden;*/
	display : flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
nav li {
	width: 16%;
	max-width: 184px;
}
/* content -----------------------------------------------------*/
main {
	border-top: 15px solid #fab6c2;
	border-bottom: 15px solid #fab6c2;
	padding: 1.5em 0 0 0;
}
article {
	float: right;
	width: 77%;
	max-width: 860px;
}
/* sideNavi -----------------------------------------------------*/
aside {
	float: left;
	width: 20%;
	height: 100%;
	max-width: 230px;
	background: #f6f3ef;
}
aside .aside_ttl {
	width: 100%;
	border-radius: 5px 5px 0 0;
	padding: 0;
}
aside li a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: #e9e1d8;
	text-align: center;
	padding: 0.5em 0 0em 0;
	border-bottom: 1px dotted #d0c0ad;
}
aside li a:hover {
	background: #d0c0ad;
}
aside p {margin-bottom:0;}
aside p a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: #f6f3ef;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dotted #d0c0ad;
}
aside p a:hover {
	background: #d0c0ad;
}
/*小児眼科のみ*/
aside li.child a {
/*	background: #f6f3ef;*/
}

aside figure{
	margin:15px 0 10px;
}
.staff-bn{
	margin-top: 0;
	margin-bottom: 25px;
}
	
/* FOOTER -----------------------------------------------------*/


footer {
}
.border-area {
	background: url(../images/common/line.png) center no-repeat;
	height: 0.6em;
	background-size: 100% auto;
	z-index: 999;
}
/* ----------- 医院概要 ------------*/
.gaiyoWp.gaiyo_bg {
	width: 100%;
	overflow: hidden;
}
.gaiyoWp.gaiyo_bg .gaiyo {
	width: 50%;
	background: #fdf4f1;
	float: left;
}
.gaiyo_inner {
	overflow: hidden;
}
.gaiyo dl {
	float: right;
	width: 100%;
	max-width: 584px;
	background: linear-gradient(90deg, #f4e9e2 0%, #f4e9e2 38.6%, #fdf4f1 38.6%, #fdf4f1 100%);
	box-sizing: border-box;
}
.gaiyo dl:first-child {
	padding-top: 1em;
}
.gaiyo dl dt {
	float: left;
	text-align: right;
	width: 38.66%;
	background: url(../images/common/summary_tit.png) no-repeat 20% center;
	padding: 0.5em;
	margin-bottom: 0.5em;
	color: #595757;
	font-weight: bold;
}
.gaiyo dl dd {
	width: calc(100% - 40%);
	float: right;
	display: inline-block;
	padding: 0.5em 0.5em 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
.gaiyo dl dt.time_table {
	float: none;
	display: inline-block;
}
.gaiyo dl dd.time_table {
	padding-left: 0;
	text-align: right;
}
.gaiyoWp .access {
	width: 50%;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	padding: 1em 1em 0;
	float: right;
}
.gaiyoWp .access .map {
	max-width: 500px;
}
footer .f_info_wp {
	background: #f4aeb9;
	padding: 1em 0;
	overflow: hidden;
}
footer .footer_left {
	float: left;
	width: 38%;
	font-size: 85%;
	margin-top: 0.5em;
	text-align: center;
	color: #fff;
	line-height: 1.3em;
}
footer .footer_right {
	float: right;
	width: 60%;
	font-size: 76%;
	overflow: hidden;
	margin-top: 2em;
}
footer .f_nav {
	float: left;
	margin-left: 1em;
	overflow: hidden;
}
footer .f_nav .f_nav_ttl {
	float: left;
	margin: 0 1em 1em 0;
}
footer .f_nav ul {
	float: left;
	margin: 0 0 1em 1em;
}
footer .f_nav ul li {
	color: #4a3838;
}
footer .f_nav ul li a {
	display: inline-block;
	color: #4a3838;
}
footer .f_nav ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0da";
	font-weight: normal;
	font-style: normal;
	margin-right: 0.5em;
}
.copyright {
	text-align: center;
	color: #4a3838;
	font-size: 12px;
	padding: 0.2em 0;
	background: #fff;
}
/* 共通
--------------------------------------------------------------------------*/
section {
	margin: 0 auto 2em auto;
	overflow: hidden;
}
section section {
	margin: 0 auto 2em;
	width: 98%;
}
section p {
	margin-bottom: 1em;
}
.box {
	padding: 0 1em;
}
.lis_icon li {
	padding-left: 1em;
	text-indent: -.7em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}
.lis_icon li:before {
	content: "• ";
	color: #f78196;
}
h2, h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
h2 {
	font-size: 200%;
	text-align: center;
	line-height: 1.1em;
	margin: 0 auto;
	padding: 0.8em 0 1.5em;
	background: url(../images/common/bg_stripe02.png) repeat-x bottom left #f8d5d9;
	background-size: auto 100%;
	border-bottom: 2px solid #fab6c2;
	color: #fff;
	text-shadow: 1px 2px 3px #f65a75;
}
h2 span {
	font-size: 84%;
}
h3 {
	font-size: 130%;
	background: url(../images/h3_bg.png) no-repeat left bottom, url(../images/h3_bg.png) no-repeat left top, url(../images/h3_icon.png) no-repeat 10px center;
	padding: 0.5em 0 0.5em 2.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
h4 {
	background: url(../images/eye_icon.png) no-repeat left 7px;
	padding: 0 0 0.2em 2em;
	line-height: 1.4em;
	font-size: 110%;
	margin: 0 auto 1em auto;
	border-bottom: 1px dotted #d0c0ad;
	font-weight: bold;
}
/* パンくず */

.breadcrumb {
	overflow: hidden;
	margin: 0 auto 0.5em;
	text-align: right;
	max-width: 1170px;
}
.breadcrumb li {
	display: inline-block;
	font-size: 80%;
	margin-right: 0.5em;
}
.breadcrumb li a:after {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	margin-left: 0.6em;
}
.case {
	border: 3px solid #f4e9e2;
	margin-bottom: 1.5em;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.case .case_ttl {
	text-align: center;
	background: #f4e9e2;
	padding: 0.2em 0;
}
.case ul {
	padding: 0 1em 1em;
}
.bg_pink {
	padding: 1em;
	background: #fdf3f4;
	margin-bottom: 1.5em;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.bg_pink p {
	margin: 0;
}
/* DL -----------------------*/
.base_dl {
	width: 96%;
	margin: 0 auto;
}
.base_dl dt {
	color: #736357;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding: 0.5em 0 0.2em 1em;
	background: url(../images/common/bg_stripe.png) #F6F3EF;
	background-size: auto 100%;
	border-bottom: 3px solid #978477;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.base_dl dd {
	padding: 0 1em;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}
.base_dl dd.arrow:after {
	display: block;
	font-family: "FontAwesome";
	content: "\f0d7";
	color: #FAB6C2;
	font-size: 200%;
	margin: 0 auto 0 auto;
	text-align: center;
}
/*下層ページ
------------------------------------------------------------*/

/*ご挨拶*/
.doctor {
	overflow: hidden;
}
.doctor dt {
	float: left;
}
.doctor dd {
	padding-left: 8em;
}
/*診療のご案内*/
.oneBlock {
	overflow: hidden;
	margin-bottom: 1.5em;
}
.oneBlock dl dt {
	font-weight: bold;
	display: inline-block;
	font-size: 110%;
	margin-bottom: 0.5em;
	color: #736357;
}
/*クリニック紹介 アクセス(道順) */
.clinic_photo ul, .access_photo ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0;
}
.clinic_photo li, .access_photo li {
	width: 32%;
	margin: 0 0 1em 1%;
}
.clinic_photo li span {
	display: block;
	text-align: center;
	font-size: 14px;
}
.access_photo li span {
	display: block;
	font-size: 14px;
}
.lightbox .lb-image {
	max-width: none !important;
}
/*アクセス*/

.box .gaiyo dl {
	max-width: 100%;
	background: linear-gradient(90deg, #f4e9e2 0%, #f4e9e2 25%, #fdf4f1 25%, #fdf4f1 100%);
	margin-bottom: 1.5em;
}
.box .gaiyo dl dt {
	width: 25%;
}
.box .gaiyo dl dd {
	width: calc(100% - 26%);
}
.box .gaiyo dl dd.time_table {
	padding-left: 0;
	text-align: center;
}
.box .map {
	text-align: center;
}

/*スタッフ募集*/
section.recruit dl{
	display: flex;
	align-items: flex-start;
	padding-left: 15px;
	margin-bottom: 20px;
}
section.recruit dl dt{
	background: #F8AAB7;
	color: #fff;
	text-align: center;
	width: 140px;
	padding: 6px;
	border-radius: 4px;
	margin-right: 20px;
}
section.recruit dl dd{
	padding: 6px;
}

/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/
@media only screen and (max-device-width: 1169px) {
header {
	width: 100%;
}
article {
	margin: 0 1% 0 0;
}
.gaiyoWp.gaiyo_bg .gaiyo {
	width: 52%;
}
.gaiyoWp .access {
	width: 48%;
}
#pageTop {
	bottom: 10px;
	right: 10px;
}
section .textBk {
	padding: 0.3em 0;
}
/*下層 
	------------------------------------------------------------*/

}

/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
/* header Area -----------------------------------------------------*/
h1 {
	font-size: 50%;
}
header {
	background: none;
}
header .inner {
	padding: 0.5em 0 0em;
}
.h_logo {
	float: none;
	padding: 0;
	width: 60%;
	max-width: inherit;
	margin: 0 auto;
}
.h_info {
	float: none;
	width: 100%;
	max-width: inherit;
	margin: 0 auto;
	text-align: center;
}
.h_info p {
	margin: 0 auto 0.5em;
	width: 72%;
}
.h_info p.head-add {
	width: 100%;
}
.h_info p.head-add:after {
	content: attr(data-label);
	color: #ED8092;
	border-top: 3px double #C1AC93;
	border-bottom: 3px double #C1AC93;
	background: #FDF2F4;
	font-size: 12px;
	display: block;
}
.h_info p.head-add img {
	display: none;
}
/*-----Gnavi-----*/
nav {
	background-size: 100%;
}
nav ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
}
nav ul li {
	float: none;
	width: 32%;
	margin: 0 auto 0 auto;
}
nav ul li img {
	width: 100%;
}
/* content Area -----------------------------------------------------*/
main {
	border-top: 2px solid #fab6c2;
	border-bottom: 2px solid #fab6c2;
	padding: 0em 0 0 0;
}
article {
	float: none;
	width: 100%;
	margin: 1em 0 1em 0;
	max-width: inherit;
}
aside {
/*	background-image: url(../images/common/aside_ttl_sp.png); */
	float: none;
	width: 100%;
	text-align: center;
	max-width: inherit;
}
aside ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
aside ul li {
	width: 50%;
}
aside li a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: #e9e1d8;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dotted #d0c0ad;
}
	

/* パンくず */

.breadcrumb {
	display: none;
}
/* FOOTER -----------------------------------------------------*/
	/* ----------- 医院概要 ------------*/
.gaiyoWp.gaiyo_bg .gaiyo {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gaiyoWp .gaiyo dl {
	width: 100%;
	max-width: auto;
	float: none;
	box-sizing: border-box;
	padding: 0;
	background: none;
}
.gaiyoWp .gaiyo dl dt {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #f78196;
	;
}
.gaiyoWp .gaiyo dl dd {
	width: calc(100% - 0.1%);
	float: none;
	display: block;
	padding: 0.2em 0 0.5em 0.5em;
	text-align: center;
}
.gaiyo dl dd.time_table {
	padding: 0 0.5em;
}
.gaiyoWp .access {
	margin: 0 auto;
	width: 100%;
}
footer .footer_left {
	float: none;
	width: 95%;
	padding: 0em 0;
	margin: 0 auto;
	text-align: center;
}
footer .footer_left img {
	width: 70%;
}
footer .footer_right {
	display: none;
}
/* 共通style
------------------------------------------------------------*/
section {
	margin: 0 auto 2em auto;
}
.breadcrumb {
	margin-bottom: 0.5em;
}
/*下層ページ
	------------------------------------------------------------*/

h2 {
	font-size: 120%;
	padding: 1em 0 1em;
}
h3 {
	font-size: 110%;
}
/*ご挨拶*/
.doctor dt {
	float: none;
	margin-bottom: 0.2em;
}
.doctor dd {
	padding-left: 0;
	margin-bottom: 1em;
}
/*診療のご案内*/
.oneBlock dl dt {
	display: block;
	text-align: center;
}
/*クリニック紹介 アクセス(道順) */
.clinic_photo ul, .accesss_photo ul {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.clinic_photo ul li, .accesss_photo ul li {
	width: 48%;
}
.clinic_photo ul li span, .accesss_photo ul li span {
	line-height: 1.4em;
}
/*スタッフ募集*/
section.recruit dl{
	display: block;
	}
}
