/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 16px;
}
body, #mainvisual .inner, header, footer {
    min-width: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*============================================================================

	header

============================================================================*/
header {
    display: none;
}
/*============================================================================

	nav

============================================================================*/
.fixed {
    position: fixed;
    width: 100%;
}
.fixed li a {
}
.fixed li {
    display: block;
}
.sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
    top: 0;
}
.sp_navi_btn_area li {
    display: block;
    width: calc(100% / 2 ) !important;
    float: left;
    text-align: center;
}
.sp_navi_btn_area li a {
    display: block;
    color: #FFF;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: 'Noto Sans JP',sans-serif !important;
    font-size: 4vw;
    background: #F8BA00;
    font-weight: 800;
}
.sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
}
.sp_navi_btn_area li i {
    margin-right: 7px;
}
nav {
    display: none;
}
.sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin-bottom: 30px;
}
.sp_navi_fixed_area {
    z-index: 999;
    position: relative;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: auto;
    text-align: left;
    height: 62px;
    background: #fff;
    margin: 0 auto;
}
.sp_navi .header_logo img {
  width: 80% !important;
  max-width: 250px;
  margin:0 auto 0 !important;
  box-sizing: border-box;
}
.sp_navi .header_logo a {
    position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.header_logo img {
	padding-top: 10px;
	margin: auto;
}
.sp_navi .header_logo em {
    position: relative;
	top: 18px;
	left: 70px;
	font-size: 13px;
}
/*.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
	padding-top: 10px;
	margin: auto;
}*/
.sp_navi dl {
    background-color: rgba(255,255,255,1.0);
}
.sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
}
.sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
}
.sp_navi_list {
    display: none;
}
.sp_navi ul {
/*padding:4% 2% 4% 8%;*/

}
.sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
}
.sp_navi_list i.fa-facebook-square, .sp_navi ul li i.fa-home {
    font-size: 16px;
}

.sp_navi_list li a, .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: auto;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #009540;
    border-bottom: solid 1px #FFF;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 800;
    padding: 10px 0;
}
.sp_navi_children li a {
    background: #368a89;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
}
.sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    top: 30%;
    content: ">";
    line-height: 1;
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #009540;
}
.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #FFF;
    font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
    top: 14px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
}
.sp_navi dt a span:nth-child(3) {
    bottom: 29px;
}
.sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
}
.sp_navi dt a.active {
    background: #009540;
}
.sp_navi dt a.active i {
    color: #fff;
}
.sp_navi dt a.active span {
    background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
}


/*============================================================================

	#mainvisual

============================================================================*/

#mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 200px;
    margin-top: 124px;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
/* 下層ページヘッドライン */
#mainvisual h2 {
    font-size: 22px;
}
.mainvisual_headline {
  padding-top: 10px;
}
.mainvisual_headline h1 {
  font-size: 24px;
}

/*============================================================================

	#contents

============================================================================*/

.box1 {
    width: auto;
    margin: 0 6% 40px;
}
.box2 {
    width: 90%;
    margin: 0 auto 40px;
}
#contents {
    width: auto;
    padding-bottom: 30px !important;
}
#contents.medical {
  width: 90%;
}
#contents_left {
    width: 100%;
    float: none;
    margin: auto;
}
#contents_right {
    width: 100%;
    padding: 0 6%;
    float: none;
    margin: auto;
}
.text.flexbox {
  display: block;
}
.text.flexbox .pr20 {
  padding: 0 0 20px 0;
}
/*============================================================================

	fotter

============================================================================*/
.footer_info_logo {
  text-align: center;
  width: 50%;
  margin: auto;
}
.footer_info_logo span {
	bottom: 50px;
   right: auto;
	left: 50px;
}
.footer_info_add {
  margin: 20px auto;
}
.footer_info_contact {
  position: static;
  display: block;
}
.footer_navi,
.footer_navi_kasou {
    display: none;
}
.footer_info_contact .tel {
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}
.footer_info_contact .tel a {
    margin-left: 10px;
}
.tel::before {
    left: 50%;
    margin-left: -132px;
}
.footer_info_btn {
  margin: 30px auto 0;
}
.copy {
    margin-top: 35px;
}


/*============================================================================

	$top

============================================================================*/

.top_news .box {
  display: block;
  padding: 0;
}
.top_news .box > * {
  width: auto;
}
.top_news_flame {
  padding: 15px;
}

.scroll_area {
  height: auto;
}
.scroll_area li {
    line-height: 1.5;
}
.top_news h3 {
  height: 50px;
  line-height: 50px;
}
.top_news_more_btn {
  width: 80%;
  margin: auto;
  background: #fff;
  text-align: center;
}
.top_news_more_btn a {
  height: 50px;
  line-height: 50px;
  width: 200px;
  margin: 0 auto 30px;
  background: #f1f1f1;
  border: solid 1px #009540;
}
.news_text p strong {
  margin-left: 0;
}
#loopslider {
  height: 50vw !important;
}
#loopslider img {
  width: 100% !important;
}
#loopslider_wrap {
  height: auto !important;
}
#loopslider ul {
  height: auto !important;
}
#loopslider ul li {
  width: 70vw !important;
  height: auto !important;
}





.top_clinic_info .box1 {
  display: block;
  padding: 0 0 30px;
  margin: auto;
}
.top_clinic_info .box1 > * {
  width: 100%;
}
.clinic_info_left_area {
  margin-bottom: 30px
}
.schedule table {
  table-layout: fixed;
}
.schedule_note li {
    font-size: 14.5px !important;
    letter-spacing: 0;
}
.schedule_note li:first-child {
    padding-left: 0;
}

.schedule tr {
  height: 50px;
}
.schedule .tb01 th,
.schedule .tb01 td {
  font-size: 13px !important;
}
.clinic_info_contact {
  display: block;
}
.clinic_info_contact > * {
  width: 100%;
　text-align: center;
}
.clinic_info_contact .tel {
  top: -10px;
  left: auto;
  text-align: center;
}
.clinic_info_contact .mail {
    text-align: center;
}
.clinic_info_contact .tel::before {
    left: 50%;
    margin-left: -125px;
}
.clinic_info_contact .btn {
    margin: 0 auto;
}
.top_medical h4, .top_medical h3 {
  width: 100%;
}
.top_medical .box {
  display: block;
  height: auto;
  margin: 20px auto 10px;
}
.top_medical .box > * {
  width: 100% !important;
}
.top_medical_list li {
  width: 100%;
}

.top_feature_list li {
  width: 100% !important;
  margin-bottom: 20px !important;
}
.top_feature_list li {
  height: auto;
}
.top_feature_list li h4 {
    font-size: 18px;
}
.facilities_equip {
  width: 90%;
  margin: auto;
}


/*============================================================================

	$breadcrumb ぱんくず

============================================================================*/

.breadcrumbs {
    width: 92%;
    margin: 0 auto 20px;
}
.breadcrumb li {
    display: inline-block;
}
/*============================================================================

	$共通

============================================================================*/

#contents {
    padding-bottom: 70px;
    padding-top: 20px; 
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}


.nowrap {
    white-space: normal;
}
/* リスト */
.list08 {
    padding: 6%;
}
/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 td, .tb01 th {
    padding: 2% 3%;
}
.tb01 th {
    width: 105px;
    font-size: 12.5px;
}
.tb01 td {
    font-size: 11px;
}
.tb03, .tb03 th {
    white-space: inherit;
}
.tb03.w075par {
    width: 100%;
}
.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
/* ボタン */
.btn01 a {
    display: block;
}
/*.btn03 a {
  font-size: 17px;
  padding-right: 10px;
  box-sizing: border-box;
}
.btn03 a::after {
  right: 15px;
}
.btn03 a:hover::after {
  right: 15px;
}*/
/* アンカーリンク */
.ank01 {
    width: 100%;
    padding: 10px 10px 0 10px;
    justify-content: flex-start;
}
.ank01 li {
    width: 49%;
    margin-bottom: 3%;
    margin-left: 0;
    margin-right: 0;
}
.ank01 li a {
text-align: center;
}
.ank01 li:nth-child(even) {
    margin-left: 2%;
}
.ank02 li {
  margin-right: 0;
  width: 48%;
}
.ank02 {
  justify-content: space-between;
}
.qa1 .ank02 li {
  width: 100%;
}
.ank01 li span {
    font-size: 12.5px;
}

.ank03 li {
  width: 48%;
  margin-right: 4%;
}
.ank03 li a::after {
  right: 10px;
}

*[id*="ank"] {
  margin-top: -70px !important;
  padding-top: 70px !important;
}


/* 画像右寄せ */
.img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
}

*[id*="ank"] {
  margin-top: -70px;
  padding-top: 70px;
}
*[id*="nw"] {
  margin-top: -70px;
  padding-top: 70px;
}
h3.tit01 {
  font-size: 23px;
}
h3.tit02, h2.tit02 {
  font-size: 30px;
}
h3.tit02 span, h2.tit02 span {
  margin-bottom: 15px;
  font-size: 20px;
}
h3.tit02, 
.medical_index h2.tit02,
.clinic_concept h2.tit02,
h2.tit02 {
  font-size: 26px;
}
.about01 h2 {
  font-size: 23px !important;
}
h3.tit04 {
  font-size: 21px;
}
/*============================================================================

	$doctor

============================================================================*/
.top_doctor h3, .top_doctor h2 {
  font-size: 35px;
  top: -50px;
}
.top_doctor h3 span, .top_doctor h2 span {
  text-align: left;
  font-size: 17px;
  margin-top: 10px;
  line-height: 1.5;
}
.top_doctor {
  margin-top: 80px !important;
  margin-bottom: 30px !important;
}
.top_doctor .box1 {
  width: 88%;
}
.top_doctor.doctor .box1 {
    display: block;
}
.doctor_greeting::after {
  right: 0;
  top: auto;
  bottom: 0;
}
.doctor_greeting {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 30px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.top_doctor.doctor .doctor_name {
  padding: 0 !important;
  text-align: right !important;
}
.top_doctor_more_btn {
  position: static;
  text-align: right !important;
  margin-top: 10px;
  margin-left: auto;
}
.doctor_greeting::after {
  width: 200px;
  height: 400px;
  background-size: 100%;
  opacity: 0.2;
  right: auto;
  bottom: 100px;
  z-index: -1;
}
.doctor_img {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
}


/* 経歴、資格 */
.doctor_carr {
  margin-top: 50px;
}
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px/*0*/;
}
.doctor_carr_sec2{		
   width: 100%;
}
.doctor_carr_sec2 .list01{
	height: auto;
}
/*============================================================================

	$clinic

============================================================================*/
.clinic_concept h3 {
  width: 90%;
  font-size: 30px;
  text-align: left;
  padding: 20px;
}
.clinic_concept h3 span {
  font-size: 17px;
  letter-spacing: 0.1em;
}

.clinic_sec1 dt, .clinic_sec1 dd {
    display: block;
    width: 100%;
}
.clinic_sec1 dd .footer_info_btn {
    margin: 5px 0 0;
}

/* 医院概要 */
.clinic_slides2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.clinic_slides2 .flexslider {
    float: none;
    width: 90%;
    margin: auto;
}
.clinic_slides2 .flexslider li div {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
}
.clinic_slides2 .flexslider p {
    display: block;
    padding: 5px 10px;
}
.clinic_slides2 .flex-control-nav.flex-control-thumbs {
    position: relative;
    right: auto;
    width: auto;
    top: auto;
    bottom: auto;
    z-index: 2;
    margin-top: 0;
}
.clinic_slides2 .flex-control-thumbs li {
    position: relative;
    width: 14.3%;
    margin: 0 0 1% 2%;
}
.clinic_slides2 .flex-control-thumbs img {
    border: 3px solid #e0e0e0;
}

.clinic_overview {
  padding: 15px;
}

/*============================================================================

	$medical

============================================================================*/
.medical_box {
    padding: 30px 8% 20px;
}

.medical01_info_btn {
    justify-content: center;
}

/*============================================================================

	$facilities

============================================================================*/


.facilities_equip {
}
.facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6% 10% 10%;
    box-sizing: border-box;
}
.facilities_equip_img {
    float: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    padding: 0 10%;
    box-sizing: border-box;
}
.facilities_equip_img img {
    width: 300px;
}
.facilities_equip2 {
}
.facilities_equip2 dl, .facilities_equip2 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 {
}
.facilities_equip3 dl {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip3 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 dl, .facilities_equip3 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
/*============================================================================

	$access

============================================================================*/
.access_map iframe {
  height: 200px !important;
}

/*==================================================================

	.check_list

==================================================================*/
.top_check h4.check_tit{
	right: auto;
	left: 0;
}
h4.check_tit{
	position: relative;
	top: 0;
	font-size: 14px;
}
.check_list {
	margin-top: 4em;
	margin-bottom: 2em;
}
.check_list::after {
	font-size: 14px;
}
.check_list > li {
    font-size: 14px;
	width: 100%;
}
.top_check .btn {
	margin: 0px auto;
}
/*============================================================================

	$medical

============================================================================*/
.layout01 dt {
    font-size: 15px;
}
.layout01 dt em {
    display: block;
    margin-right: 0;
    font-size: 28px;
    text-align: center;
}
.layout11 > dt {
  padding-top: 5px;
  padding-bottom: 5px;
}
.layout11 > dt::before {
  top: 5px;
}
/*============================================================================

	$qa

============================================================================*/
	
.qa_info_btn {
    justify-content: center;
}		
/*============================================================================

	$news

============================================================================*/
.date {
  display: block;
}



/*============================================================================

	.layout

============================================================================*/

.layout02 dl {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
    padding: 7%;
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dt, .layout03 dd:nth-child(2), .layout03 dd:nth-child(3) {
    width: auto;
}
.layout03 dt {
    padding: 2% 20% 2%;
}
.layout03 dt img {
    margin-top: 10px;
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dd {
    padding: 5% 6% 2%;
}
.layout03 dd h5 {
    font-size: 17px;
    text-align: center;
}
.layout03 dd h5 span {
    font-size: 26px;
}
.layout04 dt, .layout04 dd {
    display: block;
}
.layout04 dt, .layout04 dd:nth-child(2), .layout04 dd:nth-child(3) {
    width: auto;
}
.layout04 dt {
    padding: 0 15% 2%;
}
.layout05 dt, .layout05 dd {
    display: block;
}
.layout05 dd {
    padding: 5% 6% 2%;
}
.layout05 dd h5 {
    font-size: 17px;
}
.layout05 dd h5 span {
    font-size: 26px;
}
.layout05 dt, .layout05 dd:nth-child(2), .layout05 dd:nth-child(3) {
    width: auto;
}
.layout05 dt {
    padding: 6% 15%
}
.layout05 dd:nth-child(3) {
    border: none;
}
.layout06 dt, .layout06 dd {
    display: block;
}
.layout06 dt {
    line-height: 1.5;
    font-size: 16px;
}
.layout06 dt em {
    display: block;
    margin-right: 0;
    line-height: 1;
}
.layout06 dd {
    padding: 3% 6% 2%;
}
.layout06 dd h5 {
    font-size: 15px;
}
.layout06 dd h5 span {
    font-size: 26px;
}
.layout06 dt, .layout06 dd:nth-child(2), .layout06 dd:nth-child(3) {
    width: auto;
}
.layout06 dt {
    padding: 6% 15%
}
.layout06 dd:nth-child(3) {
    border-left: none;
}
.layout08 dl {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
    padding: 7%;
}
.layout08 dl::before {
    display: none;
}


.btn03 {
	margin: 0 auto 10px;
}
.btn03 a {
	transition: none;
}
.btn03 a:hover {
    opacity: 1;
}

/* .top_outpatient */
	
.top_outpatient_tit{
	display: inline-flex;
	flex-direction: column-reverse;
	font-size: 14px;
/*}
.top_outpatient_tit span {*/
	margin-top: 10px;
	width: auto;
	min-width: auto;
	margin-right: 0;
	text-align: left;
}
.top_outpatient_list {
	margin-bottom: 2em;
    display: block;
}
.top_outpatient_list dl,
.top_outpatient_list dl:nth-of-type(3n) {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px!important;
	padding: 0;
	padding-bottom: 10px;
	 border: none;
	border-bottom: 1px dashed #078a8a!important;
	font-size: 14px;
}
.top_outpatient_list dt {
	margin-bottom: 10px;
    padding: 5px 15px;
	text-align: left;
}
.top_outpatient_list dd {
	display: block;
	margin: 0;
	padding-left: 1.8em;
}



}


/*****************************************************************************
*****************************************************************************

        iphone5用スタイル

*****************************************************************************
*****************************************************************************/
@media screen and (max-width:320px) {
.schedule_note {
    display: block;
}
.schedule_note li:last-child {
    text-align: left;
}


}






/*****************************************************************************
*****************************************************************************

        iphone5用スタイル 横向き

*****************************************************************************
*****************************************************************************/
@media screen and (orientation: landscape) and (max-width:568px) {
.sp_navi_btn_area li a {
  font-size: 15px;
}
.footer_info_logo span {
    right: 50px;
    bottom: 40px;
	left: auto;
}
}