/* CSS Document */

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.pc_inline {
	display: inline !important;
}
.sp_inline {
	display: none !important;
}
.pc_table {
	display: none !important;
}
.sp_table {
	display: none !important;
}

@media screen and (max-width:640px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.pc_inline {
	display: none !important;
}
.sp_inline {
	display: inline !important;
}
.pc_table {
	display: table !important;
}
.sp_table {
	display: table !important;
}
img {
	max-width: 100%;
	height: auto;
}
.sp_mb00 {
	margin-bottom: 0 !important;
}
body {
	min-width:inherit;
    border: solid 8px #fff;
}



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

	#header

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

#header_scroll {
    display: none !important;
}
#header .inner {
	width: 100%;
	height: inherit;
	padding-bottom: 0;
}
.header_logo {
	margin: 15px auto;
	text-align: center;
	padding: 0 4%;
	float: none;
	width: 65%;
}
.header_info {
	left: 0px;
	right: 0px;
	position: relative;
	text-align: center;
	width: 92%;
	padding: 0 4%;
	float: none;
	text-align: right;
}
.header_info li {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 4%;
}
.header_tel {
	margin-left: 0;
}
#main .inner .header_contact{
	display: table;
	left: 0px;
	height: 55px;
	z-index:100;
}
#main .inner .header_contact a{
    padding: 0 10px;
}
#main .inner .header_contact a img{
	/*width:150px;
	height: 40.5px;*/
	width: 110px;
	height: auto;
	margin-top: 7px;
}


.header_contact2_sp{
	width:180px;
	margin:0 auto 20px;
}
	
.bnr_recruit_sp{
	width:180px;
	margin:0 auto 49px;
}	

.header_contact_sp{
margin:0 auto 20px;	
	text-align: center;
}

	
.mv_news {
	position: static;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 8px;
}
	
/*============================================================================

	#header

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

#navi {
	display:none;
}
#header_sp {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
}
#navi-sticky-wrapper{
	display:none;
}

.sp_navi {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 7px;
    background-color: rgba(255, 255, 255, 0.89);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    z-index: 99999;
}
.sp_navi h1 {
    position: absolute;
    top: 0;
    left: 3%;
    width: 19%;
    padding: 3% 1% 3% 2%;
    background-image: url(../images/header_logo_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    z-index: 999999;
}
.sp_navi ul li i.fa-home {
    top: -1px;
    left: -2px;
    font-size: 18px;
}


.sp_navi dl{
}
.sp_navi dl dt {
	display:block;
	height: 42px;
	padding: 1% 4%;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	line-height: 2;
}
.sp_navi dl dt i{
	margin-right:2%;
}
.sp_navi dl dd {
    display: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.95);
}

.sp_navi ul {
    padding: 2% 0% 2% 0%;
}
.sp_navi ul li {
    float: left;
    width: 50%;
    font-size: 15.5px;
    font-weight: normal;
    line-height: 1.3;
}
.sp_navi ul li i {
    position: relative;
    top: -1px;
    left: -1px;
    margin-right: 4%;
    color: #00408e;
    font-size: 16px;
    vertical-align: middle;
}
.sp_navi ul li i.fa-home {
    top: -1px;
    left: -2px;
    font-size: 18px;
}
.sp_navi ul li:hover {
}
.sp_navi ul li a {
    display: block;
    min-height: 24px;
    padding: 5% 0 4% 10%;
    color: #00408e;
    text-decoration: none;
}
/*.sp_navi ul li:nth-child(5) a, .sp_navi ul li:nth-child(6) a {
    height: 44px;
}*/
.sp_navi ul li a:hover {
}


/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    position: absolute;
    top: 4%;
    right: 6%;
    width: 42px;
    height: 42px;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
    position: absolute;
    left: 6px;
    width: 29px;
    height: 2px;
    background: #00408e;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 0px;
    left: 6px;
    background: none;
    color: #00408e;
    font-size: 11px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 0;
}
.sp_navi dt a span:nth-child(2) {
    top: 20px;
}
.sp_navi dt a span:nth-child(3) {
    margin-top: -1px;
    top: 68%;
}
.sp_navi dt a span:last-child {
    bottom: 4px;
}
.sp_navi dt a.active span:nth-child(2) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.sp_navi dt a.active span:nth-child(3) {
    opacity: 0;
}
.sp_navi dt a.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}



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

	#main

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

#main {
    width: 100%;
    height: 309px;/*309px*/
    margin-bottom:16px;
    border: none;
    background-position: top left;
}
#main:before {
    width: 100%;
    height: inherit;
	display:none;
}
#main:after {
    right: 0;
    width: 100%;
    height: inherit;
	display:none;
}
#main .inner {
    width: 100%;
}
#main h2 {
	top: 21%;
	right: 2%;
	left: inherit;
	width: 32%;
    /*height: inherit;*/
	height: auto;
    margin: auto;
	 max-width: 130px;
}
.main_catch02 {
    bottom: -3px;
    left: -20%;
    width: 80%;
    z-index: 99;
}
.main_catch04 {
	width: 110px;
	left: 10px;
}


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

	TOPページ

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

/*---院長挨拶---*/
.top_greet {
    height: inherit;
    padding: 0;
}
.top_greet h3.tit01 {
    padding: 17% 8% 0 7%;
    box-sizing: border-box;
}

.top_greet h3.tit02 {
    float: left;
    padding: 17% 8% 0 7%;
   /* writing-mode: vertical-rl;*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    box-sizing: border-box;
	height:220px;
}
.top_doctor_img {
	bottom: 0;
    float: left;
    width: 57%;
    padding-right: 0;
    padding-left: 3%;
	padding-bottom:3%;
}
.top_greet .text{
	padding-bottom:40px;
}
.top_greet dl dd{
	margin-bottom:20px;
}
.top_greet dl dd.btn02{
	position:relative;
	left:auto;
}

/*---診療案内---*/
.top_medical {
    padding: 42px 0 0;
}
.top_medical .text {
    width: 100%;
}
.top_medical .text > p {
 text-align: left;
}
.top_medical_list {
    padding: 0;
}
.top_medical_list dl {
    width: 50%;
    min-height: 190px;
	margin: 0;
}
.top_medical_list dd {
    position: relative;
}
.top_medical_list dd:before,
.top_medical_list dl:nth-child(8) dd::before,
.top_medical_list dl:nth-child(9) dd::before,
.top_medical_list dl:nth-child(10) dd::before,
.top_medical_list dl:nth-child(11) dd::before{
    left: 0;
    right: 0;
	bottom: -8px;
    margin: 0 auto;
}
/*.top_medical_list dl:nth-child(2) dd::before {
  bottom: -8px;
  left: -3px;
}
.top_medical_list dl:nth-child(3) dd::before {
  bottom: -9px;
  left: -1px;
}
.top_medical_list dl:nth-child(4) dd::before {
  bottom: -10px;
  left: -3px;
}
.top_medical_list dl:nth-child(5) dd::before {
  bottom: -8px;
  left: -1px;
}
.top_medical_list dl:nth-child(6) dd::before {
  bottom: -8px;
  left: -1px;
}
.top_medical_list dl:nth-child(7) dd::before {
  bottom: -8px;
  left: -1px;
}
.top_medical_list dl:nth-child(9) dd::before {
    bottom: -8px;
    left: -1px;
}
.top_medical_list dl:nth-child(10) dd::before {
    bottom: -8px;
    left: -1px;
}*/
.top_medical_list dd a {
    min-height: 179px;
    width: 100%;
    top: -130px;
    left: 0;
}

/*---当院の取り組み---*/
.top_efforts {
    padding: 76px 0 0;
}
.top_efforts:before {
    top: -10px;
    height: 200px;
}
.top_efforts:after {
    bottom: -7%;
}
.top_efforts ul {
    padding-top: 0;
    padding-left: 0;
}
.top_efforts li {
    margin-bottom: 6%;
    margin-right: 0;
}



/*---当院の院内環境---*/
.top_facilities {
    padding-top: 8%;
}
.top_facilities .text {
    padding-top: 0;
}
.top_facilities dl {
    float: left;
    width: 98%;
    min-height: inherit;
    margin-right: 0;
    margin-bottom: 13%;
}
.top_facilities dd {
    padding: 2% 5% 10%;
}
.top_facilities .next_bnr {
    bottom: 2%;
    left: 5%;
    right: 5%;
}
.top_facilities_flex{
  display: block;
}


/*---お知らせ---*/
.top_information {
    margin-bottom: 11%;
    padding: 20% 0 1%;
}
.news {
    position: relative;
    width: 92%;
    height: inherit;
    margin: 0 4%;
    padding: 7% 2% 5%;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 9;
}
.scroll_area {
    height: 228px;
}


/*---アクセス---*/
.top_access {
    min-width: 100%;
}
/*左側：医院情報*/
.top_access_sec1 {
    display: none;
}

/*右側：地図*/
.top_access_sec2 {
    position: relative;
    float: none;
    width: 100%;
}
.top_access_sec2 iframe {
	height:240px;
}
.top_access_sec2 {
	height:240px !important;
}


.top_calendar iframe{
	text-align:center;
	width:90%;
	/*width:250px;*/}

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

	下層

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

#main_under {
    height: 241px;
}
#main_under .inner {
    width: 100%;
}
#main_under:before {
    width: 100%;
    height: inherit;
}
#main_under:after {
    bottom: 0;
    right: 0px;
    width: 100%;
    height: inherit;
}
#contents .box {
    width: 100%;
    margin: 0 auto 10%;
}
#main_under h2 {
    font-size: 24px;
    letter-spacing: 2px;
}



/*---院長紹介---*/
.doctor {
    position: inherit;
}
.doctor .text {
    position: inherit;
    width: 100%;
}
.doctor_text {
	margin:0 auto 13px;
    float: none;
}
.doctor_text dt {
    float: none;
    width: 80%;
    margin: 0 auto 5%;
}
.doctor_text dd {
    position: inherit;
    bottom: 0;
    left: 0;
    top: 0;
}
.doctor_carr {
    width: 100%;
}
.doctor_carr dl{
    width: 100%;
	height:auto !important;
	float:none;
	box-sizing:border-box;
	margin-left:0;
}

.doctor .text{
	padding-top:50px;
}


/*---当院のご案内---*/

.clinic_efforts .img_fr {
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic_efforts dt {
    margin-bottom: 15px;
}

.access_list dt {
    padding: 8px 0 0 7px;
}
.sp_time {
    float: none !important;
    padding-top: 17px !important;
}
.sp_time_t {
    width: 100%;
    padding: 1% 0 5% !important;
}
.clinic_efforts {
    margin-top: 23% !important;
}

/*-- 当院の取り組み --*/
.clinic_efforts_img dt {
	margin-bottom: 5px;
}

.clinic_efforts_img img {
	width: 290px;
}



/*---アクセス---*/
.access_list dt {
    width: 30%;
    font-size: 15px;
    box-sizing: border-box;
}
.access_list dt:after {
	display: block;
	clear: both;
	content: "";
}
.access_list dd {
    width: 100%;
    min-height: 65px;
    padding: 5% 0 7% 36%;
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
}
.map iframe {
    width: 100%;
    height: 260px;
}
.access_time li {
    padding: 1px 7px 0 0;
}



/*---料金表---*/
.ank01 li {
    width: 48%;
}
.ank01 li:nth-child(odd) {
    margin-left: 0;
}
li.ank01_height1{
	height:84px;
}


/*---診療案内---*/
.medical_navi dl {
    /*float: none;*/
    width: 100%;
    margin: 9% 0 0;
    padding: 3% 4%;
    box-sizing: border-box;
}
.medical_navi dt {
    margin-bottom: 13px;
    font-size: 17px;
    letter-spacing: 1.9px;
}
.medical_navi .next_bnr a {
    margin: 7% 0 2%;
    padding: 3px 38px 3px 45px;
    font-size: 15px;
}


/* ----- 治療事例　------ */
.case dl {
	float: none;
	width: 98%;

}
.case dl:first-child {
	margin-right: 0;
	margin-bottom: 40px;
}

.case dl:nth-child(1)::before ,
.case dl:nth-child(1)::after {
	display: none;
}


.btn_case {
	margin-bottom: 60px;
}



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

	#contents

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

#contents {
    width: 92%;
    margin: 0 auto;
    padding: 4%;
}
#contents_left {
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	float: none;
}
#map {
	width: 100% !important;
}
.left_insurance ul {
	background-image: none;
}
.left_expense ul {
	background-image: none;
}
.left_bnr {
	padding: 10px 5%;
}
.left_medical li {
    margin-bottom: 8px;
    text-align: center;
}


#contents_right {
	width: 100%;
	float: none;
}
.top_insurance h3.sp, .top_expense h3.sp {
	text-align: center;
	border-top: 1px solid #DECBC1;
	font-size: 18px;
	font-weight: bold;
	padding-top: 4%;
}
.top_insurance ul li, .top_expense ul li {
	float: none;
	width: 72%;
	padding: 0px 14% 6%;
	margin: 0;
	background-color: inherit;
}





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

	共通

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

.box {
    width: 100%;
}

.next_bnr a {
    display: inherit;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.img_fr {
    float: none;
    margin-left: 0;
}
	.img_flex{
		flex-direction:column;
	}
	.img_flex figure{
		width:100%;
	}

/*------テーブル-----*/
.tb02 th:first-child {
    width: 15%;
    padding: 1.8% 2%;
    box-sizing: border-box;
}
.tb02 th, .tb02 td {
    width: 3%;
    padding: 1.8% 1%;
}
.tb02 td:first-child {
    padding: 2% 1%;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
}
.tb02 th:last-child {
    padding: 1.8% 2%;
}
.tb02 tr:last-child td:first-child {
    padding: 2% 1%;
}
.tb02 td:last-child {
    padding: 1.8% 2%;
}


.tb03 {
    margin-bottom: 0;
}
.tb03 th:first-child {
    width: 15%;
    padding: 1.8% 2%;
    box-sizing: border-box;
}
.tb03 th, .tb03 td {
    width: 3%;
    padding: 1.8% 2%;
}
.tb03 td:first-child {
    padding: 2%;
    font-size: 13px;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: 1px;
}
.tb03 th:last-child {
    padding: 1.8% 3%;
}
.tb03 tr:last-child td:first-child {
    padding: 2%;
}
.tb03 td:last-child {
    padding: 1.8% 2%;
}



/*料金表*/
.tb04 th, .tb04 td:first-child {
    white-space: inherit;
}
.tb04 td:nth-child(1) {
    width: 40%;
    padding: 2%;
    box-sizing: border-box;
}
.tb04 td, .tb04 th {
    padding: 2%;
}



/*------タイトル-----*/
h3.tit02 {
    font-size: 23px;
}
h3.tit04 {
    margin-bottom: 13px;
}

	ol.list_circle li::before{
		bottom:auto;
		top:0;
	}



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

	#footer

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

#footer {
	display:block !important;
    margin-top: 10%;
}
#footer .inner {
    width: 100%;
    padding-top: 0;
    background-image: none;
}
.footer_info {
    padding: 7% 0;
}


/*フッター：医院情報*/
.footer_info_sec1 {
    float: none;
    width: 96%;
    padding: 0 2%;
}
#footer dl {
	width: 100%;
	float: none;
}
#footer dl dt {
    float: left;
    width: 32%;
    margin-right: 3%;
}
#footer dl dd {
    width: 64%;
    margin-bottom: 3%;
    padding-left: 36%;
}
.footer_info_sec1 dd {
    padding-left: 0;
}
.footer_info_sec1 dd:nth-child(2) {
    margin-bottom: 0;
}
.footer_info_sec1 dd:last-child {
    padding: 0;
}
.footer_info_sec1 dd:last-child {
    letter-spacing: 0.5px;
}

.footer_info_sec2 li {
    float: none;
    padding-left: 0;
}
.footer_info_sec2 li:last-child {
    padding-left: 0;
}



/*フッター：診療時間*/
.footer_info_sec2 {
    float: none;
    width: 100%;
}



#footer_navi ul {
	padding: 4% 0;
	margin-bottom: 4%;
}
#footer_navi ul li {
	margin-right: 0;
	float: left;
	width: 50%;
}
#footer_navi li a {
	display: block;
	padding: 4% 18%;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	color: #fff;
	background-image: url(../images/list24.png);
	background-repeat: no-repeat;
	background-position: 7% center;
	background-size: 12px;
}
#footer_navi.sp li:nth-child(even) a {
	border-right: none !important;
}
.footer_navi_last a {
	border-bottom: none !important;
}
#footer_navi li a i {
	margin-right: 4%;
}
.copy {
	padding-top: 0;
	position: inherit;
	text-align: center;
}

.clearfix_sp:after {
	display: block;
	clear: both;
	content: "";
}


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

	madical

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


.medical_main{
width: 100%;
}
.medical01_box dt{
width: 100%;
}
.medical01_box dd{
width: 62%;
}
.medical01_box dd:nth-child(2n){
width: 30%;
vertical-align: top;
}
.medical01_snavi {
	display: flex;
	flex-wrap: wrap;
}
.medical01_snavi li.ank01_height1 {
        height: 84px;
    }

.medical02_box{  
	gap: 10px;
}
.medical02_box .medical02_item{
	width: 100%;
}



}

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

.top_greet h3 {
    min-height: 59%;
}

.next_bnr a {
    padding: 1% 0;
    text-align: center;
    box-sizing: border-box;
}



}



