@charset "utf-8";
/* =======================================================================

   全体
   
======================================================================= */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrapper {
	width: 100%;
}
h1 {
	height: 20px;
	width: 100%;
	background: #F86788;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 1.9;
}
h3 {
	clear: both;
	height: 70px;
	padding: 0 0 0 22px;
	margin: 0 0 15px;
	background: url(../images/c_title_bg.png) no-repeat;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 2.8;
}
h4 {
	margin: 0 0 0.85em 0.85em;
	font-size: 18px;
	font-weight: normal;
	color: #f86686;
}
h4:before {
	content: "●";
	color: #fcd2dd;
}

@media screen and (max-width: 768px) {
h1 {
	height: auto;
	padding: 0.5em 0;
	margin: 0 0 2em;
	font-size: 10px;
	line-height: 1.2;
}
h3 {
	height: auto;
	padding: 0.5em 0 0.65em 0.25em;
	margin: 0 0 1em;
	background-position: 0 bottom;
	background-size: 100% auto;
	font-size: 16px;
	line-height: 1.4;
}
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
	width: 980px;
	margin: 0 auto;
}
header h2 {
	float: left;
	padding: 30px 0 0;
}
header p {
	float: right;
	padding: 27px 0 0;
	margin: 0 10px 0 0;
}
header ul:nth-of-type(1){
	float: right;
	padding: 10px 0 0;
}
header ul:nth-of-type(1) li {
	margin: 0 0 10px;
}
header ul:nth-of-type(2){
	display: none;
}
@media screen and (max-width: 768px) {
header {
	width: 96%;
}
header img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
header h2 {
	float: none;
	padding: 0;
	margin: 0 0 1em;
}
header p {
	float: left;
	width: 55.5%;
	padding: 0;
	margin: 0 0 0.65em;
}

/*header p {
	float: none;
	padding: 0;
	margin: 0 0 1em;
	text-align: center;
}
header p img {
	height: auto;
	width: 60%;
	max-width: 100%;
}*/
header ul:nth-of-type(1){
	float: none;
	padding: 0;
}
header ul:nth-of-type(1) li {
	margin: 0 0 0.65em;
}
header ul:nth-of-type(2){
	display: inherit;
	float: right;
	width: 43.5%;	
	margin: 0 0 0.65em;
}
header ul:nth-of-type(2) li{
	margin: 0 0 0.25em;
}
}
/* ::::::::::メインナビ ::::::::::*/
nav {
	clear: both;
	width: 100%;
	padding: 4px 0;
	background: #F86788;
}
nav:after {
	content: "";
	display: block;
	clear: both;
}
nav button {
	display: none;
}
nav #nav {
	display: none;
}
nav ul {
	position: relative;
	z-index: 0;
	height: 50px;
	width: 970px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: center;
}
nav ul:before {
	height: 48px;
	width: 968px;
	border: solid 1px #e6e6e6;
	border-radius: 2px;
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	content: "";
}
nav li {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	vertical-align: middle;
	background: url(../images/main_nav_line.png) right 50% no-repeat;
}
nav li:nth-of-type(6) {
	background: none;
}
/*nav ul li:nth-child(n+7) {
	display: none;
}*/
nav li a {
	display: block;
	height: 46px;
	padding: 0 28px;
}
nav li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

@media screen and (max-width:768px) {
nav {
	padding: 0;
	margin: 0 0 1em;
	background: #fff;
}
nav button {
	display: inherit;
}
nav #nav {
	display: inherit;
}
nav ul {
	position: inherit;
	height: auto;
	width: 100%;
	margin: 0;
	border-top: 1px dotted #f86788;
}
nav ul:before {
	content: none;
}
nav li {
	display: inherit;
	display: block;
	height: auto;
	line-height: 1;
	background: none;
	border-top: 1px dotted #f86788;
}
/*nav ul li:nth-child(n+7) {
	display: inherit;
}*/
nav li a {
	display: block;
	height: auto;
	padding: 0.5em 0;
}
/*nav ul li:nth-child(n+7) a {
	background: #ff9900;
}*/
nav li a img {
	height: 0.85em;
	width: auto;
	max-width: 100%;
}
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
.nav-collapse li {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #f86788;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.nav-collapse, .nav-collapse * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}
.nav-collapse li {
	float: left;
	width: 100%;
}
.nav-collapse a {
	width: 100%;
	padding: 0.65em 0;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
#nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 100%;
	padding: 0.5em 0;
	background: #F86788;
	border: 0;
	/*border-top: 1px dotted #f86788;
	border-bottom: 1px dotted #f86788;*/
	font-size: 14px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
}
/* ::::::::::  ::::::::::*/
#sub_menu {
	clear: both;
	height: 50px;
	width: 970px;
	margin: 0 auto 15px;
	background-color: #ff9900;
	border-bottom: 5px solid #ff8000;
	box-sizing: border-box;
}
#sub_menu ul {
	height: 45px;
	width: 100%;
	text-align: center;
}
#sub_menu li {
	float: left;
	height: 45px;
	width: 12.5%;
	line-height: 45px;
	vertical-align: middle;
}
#sub_menu li a {
	display: block;
	height: 46px;
	width: 100%;
}
#sub_menu li a.active {
	background: #ff6600;
}
#sub_menu li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

@media screen and (max-width: 768px) {
#sub_menu {
	display: none;
}
}
/* ::::::::::キービジュアル ::::::::::*/
#category {
	width: 100%;
	padding: 5px 0;
	margin: 0 auto 20px;
	background: url(../images/category_bg.png);
	border-radius: 4px;
	box-sizing: border-box;
}
#category h2 {
	width: 98.3%;
	padding: 22px 0;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 3px;
	font-size: 28px;
	font-weight: normal;
	color: #f86687;
	text-align: center;
	letter-spacing: 3px;
}
#category h2:before, #category h2:after {
	content: " ― ";
	color: #fac4d2;
}

@media screen and (max-width: 768px) {
#category h2 {
	width: 96%;
	padding: 10px 0;
	font-size: 18px;
	letter-spacing: 0;
}
}
/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
#contents_wrapper {
	width: 986px;
	padding: 5px 0 0;
	margin: 0 auto;
	background: url(../images/c_bg.png) 0 0 repeat-y;
}
#contents_iner {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#contents_wrapper {
	width: 96%;
	padding: 0;
	margin: 0 auto;
	background: none;
}
#contents_iner {
	width: 100%;
	margin: 0;
}
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
	float: right;
	width: 705px;
}
section {
	clear: both;
	width: 100%;
	margin: 0 0 60px;
}
.box {
	width: 100%;
	margin: 0 0 60px;
}
#lead {
	width: 100%;
	text-align: center;
}
.speech {
	position: relative;
	width: 100%;
	margin: 0 0 2em;
}
.speech:before {
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	z-index: 1;
	height: 153px;
	width: 87px;
	background: url(../images/speech.png) no-repeat;
}
.speech_line {
	position: relative;
	width: 617px;
	padding: 1em 0;
	background: #fef8fa;
	border: 1px solid #f4b7c9;
	border-radius: 6px;
}
.speech p {
	width: 92%;
	margin: 0 auto 1.6em;
	line-height: 1.8;
}
.speech p:last-child {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#main_contents {
	float: none;
	width: 100%;
}
section {
	margin: 0 0 2em;
}
.box {
	margin: 0 0 2em;
}
#lead img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.speech:before {
	height: 100%;
	width: 20%;
	background-size: contain;
}
.speech_line {
	width: 80%;
}
}
/* :::::::::: p ::::::::::*/
p {
	margin: 0 0 1.5em 0.85em;
}

@media screen and (max-width: 768px) {
p {
	margin: 0 0 1.5em 0;
}
}
/* :::::::::: ul li ::::::::::*/
ul.list {
	margin: 0 0 1em 1em;
}
ul.list li {
	padding: 0 0 0 0.85em;
	margin: 0 0 1em;
	background: url(../images/listmark.png) 0 0.5em no-repeat;
}
ul.list2 li {
	margin: 0 0 0.5em;
	font-weight: bold;
	color: #468C00;
}
ul.item {
	text-align: center;
}
ul.item li {
	display: inline-block;
	margin: 0 4px 0 0;
}
ul.item li:last-child {
	margin: 0;
}
ul.item li p {
	padding: 0.25em 0 0;
}

@media screen and (max-width: 768px) {
ul.item li {
	display: inherit;
	margin: 0 0 1em;
}
ul.item li img {
	height: auto;
	width: 50%;
	max-width: 100%;
}
}
/* :::::::::: dl dt dd ::::::::::*/
dl.case {
	margin: 0 0 0 0.85em;
}
dl.case dt {
	font-size: 18px;
	color: #f86686;
}
dl.case dt:before {
	content: "●";
	color: #fcd2dd;
}
dl.case dd {
	margin: 0 0 1em;
}
dl.case dd p {
	margin: 0 0 1.5em;
}

@media screen and (max-width: 768px) {
dl.case {
	margin: 0;
}
}
/* :::::::::: image ::::::::::*/
figure {
	margin: 0 auto 1.6em;
	text-align: center;
}
.image_right {
	float: right;
	margin: 0 0 2em 1em;
}
.image_left {
	float: left;
	margin: 0 1em 2em 0;
}
.btn a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

@media screen and (max-width: 768px) {
figure img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.image_right {
	float: none;
	margin: 0 0 0.5em;
	text-align: center;
}
.image_right img {
	height: auto;
	width: 40%;
	max-width: 100%;
}
.image_left {
	float: none;
	margin: 0 0 0.5em;
	text-align: center;
}
.image_left img {
	height: auto;
	width: 40%;
	max-width: 100%;
}
}
/* ::::::::::  ::::::::::*/
#home_feature {
	width: 100%;
	margin: 0 0 30px;
}
#home_feature .feature_box {
	position: relative;
	width: 705px;
	margin: 0 0 20px;
	background: url(../images/home_feature_bg.png) repeat-x;
}
#home_feature .feature_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
#home_feature .feature_box a:hover {
	background-color: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.feature_box dl dt {
	float: left;
	padding: 0 5px 0 0;
	background: #FFF;
}
.feature_box dl dd {
	float: left;
	width: 200px;
	padding: 0 5px 0 0;
	background: #FFF;
}
.feature_box dl dd:last-child {
	width: 360px;
	padding: 0;
	background: none;
}
.feature_box dl dd p {
	width: 350px;
	margin: 0 auto;
	padding: 2.5em 0 0;
	font-size: 15px;
}
.feature_box dl dd p.none {
	padding: 0.8em 0 0;
}

@media screen and (max-width: 768px) {
#home_feature {
	margin: 0;
}
#home_feature .feature_box {
	position: relative;
	width: 100%;
	margin: 0 0 1.5em;
	background: none;
}
#home_feature .feature_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
#home_feature .feature_box a:hover {
	background-color: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.feature_box dl dt {
	float: left;
	width: 40%;
	padding: 0;
}
.feature_box dl dd {
	float: right;
	width: 59%;
	padding: 0;
}
.feature_box dl dd:last-child {
	flex: none;
	width: 100%;
	padding: 0.5em 0;
	background: none;
}
.feature_box dl dd p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.feature_box dl img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.feature_box dl dd p.none {
	padding: 0;
}
}
/* :::::::::: 医院概要 ::::::::::*/
#clinic_info {
	float: left;
	width: 345px;
	margin: 0 0 30px;
}
#clinic_info p {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.4;
}
#clinic_info p span {
	font-size: 18px;
}
#clinic_info dt {
	clear: both;
	float: left;
	width: 60px;
	padding: 2px 0;
	background: #F86686;
	border-radius: 3px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}
#clinic_info dd {
	float: right;
	width: 280px;
	padding: 2px 0;
	margin: 0 0 10px;
	font-size: 14px;
}
#clinic_info li {
	margin: 0 0 3px;
	font-size: 14px;
}
#clinic_info li span {
	color: #ff3300;
}
#map {
	float: right;
	width: 350px;
	margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
#clinic_info {
	float: none;
	width: 100%;
	margin: 0;
}
#clinic_info p {
	margin: 0 0 1em;
}
#clinic_info dt {
	float: none;
	width: 100%;
	font-size: 14px;
}
#clinic_info dd {
	width: 100%;
	margin: 0 0 1em;
}
#clinic_info li {
	margin: 0 0 0.5em;
}
#clinic_info li img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
#map {
	float: right;
	width: 100%;
	margin: 0 0 1em;
}
#map img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
}
/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */
#sub_contents {
	float: left;
	width: 240px;
}
#sub_contents ul:nth-of-type(1) li{
	margin: 0 0 10px;

}
#sub_contents ul:nth-of-type(2){
	margin: 0 0 10px;

}
#sub_contents ul:nth-of-type(2) li{
	margin: 0 0 2px;

}
#sub_contents ul:nth-of-type(3) li{
	margin: 0 0 10px;

}
#sub_contents ul:nth-of-type(4) li{
	margin: 0 0 10px;

}
#sub_contents h3{
	display: none;

}
/*#sub_nav {
	margin: 0 0 10px;
}
#sub_nav li {
	margin: 0 0 2px;
}
#sub_banner li {
	margin: 0 0 10px;
}
#sub_banner2 li {
	margin: 0 0 10px;
}*/

@media screen and (max-width: 768px) {
#sub_contents {
	float: none;
	width: 100%;
	text-align: center;
}
#sub_contents ul:nth-of-type(1){
	display: none;

}
#sub_contents ul:nth-of-type(2) li{
	margin: 0 0 0.25em;

}
#sub_contents ul:nth-of-type(2) li img{
	height: auto;
	width: 80%;
	max-width: 100%;
}
#sub_contents ul:nth-of-type(3) li img{
	height: auto;
	width: 60%;
	max-width: 100%;

}
#sub_contents ul:nth-of-type(4) {
	display: none;

}
#sub_contents h3{
	display: inherit;
		text-align: left;
}
/*#sub_contents ul:nth-of-type(1) {
	float: left;
	width: 48.5%;
}
#sub_contents ul:nth-of-type(2) {
	float: right;
	width: 48.5%;
}
#sub_contents ul:nth-of-type(3) {
	clear: both;
}
#sub_contents ul:nth-of-type(3) li {
	text-align: center;
}
#sub_contents ul li img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
#sub_contents ul:nth-of-type(3) li img {
	height: auto;
	width: 60%;
	max-width: 100%;
}
#sub_nav {
	margin: 0;
}
#sub_nav li {
	margin: 0 0 0.25em;
}
#sub_banner li {
	display: none;
}
#sub_banner li {
	margin: 0 0 0.25em;
}
#sub_banner2 li {
	margin: 0 0 0.25em;
}
#detail #sub_banner2 li:nth-child(1) {
	margin: 0 0 1em;
}
#detail #sub_banner2 li:nth-child(n+2) {
	display: none;
}*/
}
/* -----------------------------------------------------------
　greeting
----------------------------------------------------------- */
dl.year {
	height: auto;
	width: 100%;
	margin: 0 0 1em;
	background-image: url(../images/greeting_profile.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
dl.year:after {
	content: "";
	display: block;
	clear: both;
}
dl.year dt {
	float: left;
	width: 13%;
}
dl.year dd {
	float: left;
	width: 87%;
	margin: 0 0 0.25em;
}
p#sign {
	text-align: right;
}
p#sign span {
	font-size: 1.25em;
}
ul.career li {
	margin: 0 0 0.25em;
}
ul.career li:last-child {
	margin: 0 0 2em;
}

@media screen and (max-width: 768px) {
dl.year {
	background-size: 34% auto;
}
dl.year dt {
	float: none;
	width: 100%;
}
dl.year dd {
	float: none;
	width: 100%;
	margin: 0 0 1em;
}
p#sign {
	text-align: center;
}
}
/* -----------------------------------------------------------
　otitis_menu
----------------------------------------------------------- */
#otitis_menu ul li {
	float: left;
	width: 24%;
	margin: 0 0 1em 1%;
	text-align: center;
}
#otitis_menu ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	background: #ff9900;
	color: #ffffff;
}
#otitis_menu ul li a:hover:before, #otitis_menu ul li a:active:before {
	position: absolute;
	content: " ";
	top: -15px;
	right: -15px;
	height: 40px;
	width: 40px;
	background: url(../images/icon_ear.png) right top no-repeat;
	background-size: 40px 40px;
	z-index: 999;
}

@media screen and (max-width: 768px) {
#otitis_menu ul li {
	float: left;
	width: 49%;
	margin: 0 2% 1em 0;
	text-align: center;
}
#otitis_menu ul li:nth-child(even) {
	margin: 0 0 1em 0;
}
#otitis_menu ul li a:hover:before, #otitis_menu ul li a:active:before {
	top: -15px;
	right: -5px;
}
}
/* -----------------------------------------------------------
　faq
----------------------------------------------------------- */
dl#question dt {
	position: relative;
	padding: 0.45em 0 0.45em 64px;
	margin: 0 0 0.5em;
	background: url(../images/question.png) 0 top no-repeat #F86788;
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
dl#question dt:before {
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ffffff;
	border-radius: 6px;
}
dl#question dt:after {
	position: absolute;
	content: " ";
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ffffff;
	border-radius: 6px;
}
dl#question dd {
	margin: 0 0 2em;
}

@media screen and (max-width: 768px) {
dl#question dt {
	font-size: 16px;
}
}
/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
footer {
	width: 100%;
	padding: 20px 0 15px 0;
	margin: 0 auto;
	background: url(../images/footer_bg.png) 0 top repeat-x;
}
#footer_banner {
	display: none;
}
#footer_info {
	width: 980px;
	margin: 0 auto;
}
#footer_info ul:nth-child(1) {
	float: left;
	margin: 0 50px 0 0;
}
#footer_info ul:nth-child(1) li {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 1.4;
}
#footer_info ul:nth-child(1) li:first-child {
	color: #F86687;
}
#footer_info ul:nth-child(1) li:first-child span {
	font-size: 18px;
}
#footer_info ul:nth-child(1) li:last-child {
	font-size: 14px;
}
#footer_info ul:nth-child(1) li:last-child span {
	font-size: 18px;
	color: #F86687;
}
#footer_info ul:nth-child(n+2) {
	float: left;
	margin: 0 30px 0 0;
}
#footer_info ul:nth-child(n+2) li {
	font-size: 14px;
}
#footer_info ul:nth-child(n+2) li a {
	padding: 0 0 0 16px;
	background-position: 0 0.4em;
	background-repeat: no-repeat;
}
#footer_info a:link, #footer_info a:visited {
	background-image: url(../images/footer_links.png);
	color: #333;
	text-decoration: none;
}
#footer_info a:hover, #footer_info a:active {
	background-image: url(../images/footer_links_on.png);
	color: #CCC;
	text-decoration: none;
}
#footer_info p {
	float: right;
	padding: 3em 0 0;
}
#copyright {
	clear: both;
	width: 100%;
	padding: 10px 0;
	background: #F86788;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	line-height: 1;
}
#copyright a:link, #copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
footer {
	padding: 1em 0 0;
	margin: 0;
}
#footer_banner {
	display: inherit;
}
	#footer_banner li{
		margin: 0 0 0.25em;
		text-align: center;
}
#footer_info {
	width: 90%;
	margin: 0 auto;
}
#footer_info ul:nth-child(n+2) {
	width: 50%;
	margin: 0 0 0 0;
}
#footer_info ul:nth-child(1) {
	display: none;
}
#footer_info ul:nth-child(2) {
	float: none;
	width: 100%;
	margin: 0;
}
#footer_info li {
	margin: 0 0 0.25em;
	font-size: 13px;
}
#footer_info li:last-child {
	margin: 0 0 1em;
}
#footer_info p {
	display: none;
}
#copyright {
	padding: 0.5em 0;
	font-size: 10px;
}
}
