/* CSS Document */

@media screen and (max-width:640px) {
	
body{
	font-size: 14px;
}
body,
#mainvisual .inner,
header,
footer{
	min-width: 100%;
}



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

	header

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

header {
	display:none;
}



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

	nav

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

nav{
	display:none ;
}
.sp_navi {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:62px;
	font-size:18px;
	font-weight:bold;
	z-index: 9998;
}
.sp_navi h1{
	position: absolute;
	display: table !important;
	text-align: left;
	padding-left:6%;
	height: 100%;
}
.sp_navi h1 span,
.sp_navi h1 img{
	display:block;
	width: 77px;
	height: 44px;
}
.sp_navi h1 a{
	display: table-cell;
	vertical-align:middle;
}
.sp_navi h1 img{

	z-index: 9999;
	position:relative;

}
.sp_navi dl{
	background-color: rgba(255,255,255,0.85);
}
.sp_navi dl dt {
	height: 62px;
	font-weight:bold;
	cursor:pointer;
	padding: 0 4%;
	font-size:18px;
	display:block;
	color:#fff;
	line-height: 2;
}
.sp_navi dl dt i{
	margin-right:2%;
}
.sp_navi dl dd {
	display:none;
}
.sp_navi ul{
	padding:4% 2% 4% 8%;
}
.sp_navi ul li {
	display: table;
	width: 50% ;
	float: left ;
	line-height:1.4;
	font-size:15px;
	font-weight:normal;
}
.sp_navi ul li i{
	margin-right: 4%;
	color: #ba9275;
	font-size: 11px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -6px;
}
.sp_navi ul li i,
.sp_navi ul li span{
}
.sp_navi ul li i.fa-facebook-square,.sp_navi ul li i.fa-home{
	font-size:16px;
}
.sp_navi ul li:hover {
}
.sp_navi ul li a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height: 45px;
	color:#333;
	text-decoration:none;
    font-size: 13px;
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top:9px;
    right: 10px;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 12px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.sp_navi dt a span:last-child {
    bottom: 12px;
}
.sp_navi dt a.active span:first-child {
    -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(2) {
    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);
}



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

	#mainvisual

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

#mainvisual{
	background-position: center ;
	background-attachment: scroll ;
	height:200px;
	margin-top:62px;
}
#mainvisual .inner{
	width: auto;
	height:inherit;
}
/* 下層ページヘッドライン */
#mainvisual h2{
	font-size:22px;
}
/* トップページキャッチフレーズ */
.main_catch{
	position: absolute;
	top:50px;
	width:100%;
	text-align:center;
}
.main_catch h2{
	margin-bottom: 10px;
	font-size:22px;
}
.main_catch p{
	font-size: 15px;
}
.main_open{
	position: absolute;
	top:auto;
	bottom: 50px;
	right: 0;
	left: 0;
	width: 200px;
	margin: auto;
}









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

	#contents

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

.box1{
	width:auto;
	margin:0 6% 80px;
}
.box2{
	width:auto;
	margin:0 6% 80px;
}
#contents{
	width:auto;
}
#contents_left{
	width:auto;
	float:none;
	margin-right:0;
}
#contents_right{
	width:auto;
	padding:0 6%;
	float:none;
}







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

	fotter

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



.footer_info .inner{
	width:88%;
	padding: 40px 6% 110px;
}
.footer_info dl{
	float:none;
	width:88%;
	padding:0 6%;
}
.footer_info dl dt{
	float:none;
	text-align: center;
	margin:0 auto 30px;
}
.footer_info_logo,
.footer_info_logo img{
	width:222px;
	height:148px;
}
.footer_info dl dd{
	float:none;
	margin-left:0;
}
.footer_info_overview_tel{
	padding-bottom:20px;
}

.footer_info_sche{
	float:none;
	width:100%;
	font-size:13.5px;
}
.footer_info_sche p{
	margin:0;
}
.footer_navi{
	display:none;
}

.copy{
	margin-top:35px;
}



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

	$top

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

.top_doctor .text{
	width:auto;
}
.top_doctor_img{
	float:none;
	margin-left:0;
}
.top_doctor_img dt{
	margin-bottom: 17px;
	padding: 0 10%;
	text-align:center;
}
.top_doctor_img dd{
	text-align:center;
}
.top_medical2_list a{
	width:46%;
	margin-right:8%;
}
.top_medical2_list a:nth-child(even) {
    margin-right: 0;
}
.top_medical3_list li{
	width:46%;
	margin-right:8%;
}
.top_medical3_list li:nth-child(even) {
    margin-right: 0;
}
.top_medical4_list{
	width:auto;
	margin:0 8%;
}
.top_medical4_list dl{
	float: none;
width: auto;
margin-right: 0;
}


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

	$breadcrumb ぱんくず

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

.breadcrumb {
	width:92%;
	margin:-10px 4% 40px;
}
.breadcrumb li{
	display:inline-block;
}




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

	$共通

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

#contents{
	padding-bottom:70px;
}
.box{
	width:auto;
	padding:0 6% 8%;
}
.text{
	float:none;
	width: auto;
	padding:0;
	border:none;
}
 h3.tit01,
 h3.tit02,
 h3.tit03,
 h3.tit04,
 h3.tit05 {
    width: 100%;
	box-sizing:border-box;
	font-size: 21px;
	margin-bottom:25px;
    text-align: center;
}
h4.tit01,
h4.tit02,
h4.tit04{
	font-size:19px;
}
h5.tit01{
	font-size:18px;
}
h3.tit02::before{
bottom:0;
left: 0;
right: 0;
margin: auto;
width: 40px;
height: 57px;
background-image: url(../images/tit02_bg.png);
background-repeat: no-repeat;
background-size: cover;
}
h3.tit04 span span::before{
	display: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;
}

/* アンカーリンク */
.ank01{
	width:88%;
	padding:0 6%;
}
.ank01 li{
	width: 49%;
	margin-bottom:3%;
	margin-left:0;
}
.ank01 li:nth-child(even){
	margin-left:2%;
}
.ank02 li{
	float:none;
	width:100%;
	height:auto !important;
	margin-bottom:3%;
	margin-left:0;
}

.ank01 li span{
	font-size:12.5px;
}

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





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

	$doctor

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

/* ごあいさつ */
.doctor_greet{
}
.doctor_greet .text{
	float:none;
	width:auto;
}

/* 経歴、資格 */
.doctor_carr_sec1{
	float:none;
	width:auto;
	margin-right:0;
	margin-bottom:30px;
}


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

	$clinic

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

/* 医院概要 */
.clinic_sec1 dt{
	width:30%;
}
.clinic_sec1 dd{
	width:70%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
}

/* 院内スライド */
.clinic_slides1 {
	margin-bottom:20px;
}
.clinic_slides1 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides1 .flexslider li div{
	display:block;
	margin-top:5%;
	margin-left:0;
	text-align:center;
}
.clinic_slides1 .flexslider p{
	display:block;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: 7%;
	z-index: 2;
}
.clinic_slides1 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides1 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}



.clinic_slides2 {
	margin-bottom:90px;
}
.clinic_slides2 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides2 .flexslider li div{
	display:block;
	width:100%;
	margin-top:6%;
	margin-left:0;
	text-align:center;
}
.clinic_slides2 .flexslider p{
	display:block;
}
.clinic_slides2 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -17%;
	z-index: 2;
}
.clinic_slides2 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides2 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}




.clinic_slides3 {
	margin-bottom:120px;
}
.clinic_slides3 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides3 .flexslider li div{
	display:block;
	width:100%;
	margin-top:7%;
	margin-right:0;
	margin-left:0;
}
.clinic_slides3 .flexslider h4{
	display:block;
	width:100%;
	text-align:center;
	padding: 0;
}
.clinic_slides3 .flexslider p{
	display:block;
	text-align:center;
	padding: 0;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -17%;
	z-index: 2;
}
.clinic_slides3 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides3 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}



.clinic_slides4 {
	margin-bottom:120px;
}
.clinic_slides4 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides4 .flexslider li div{
	display:block;
	position: absolute;
	bottom: auto;
	width:100%;
	margin-top:8%;
	margin-right:0;
	margin-left:0;
	
	height: auto;
	min-height: 320px;	
}
.clinic_slides4 .flexslider h4{
	display:block;
	width:100%;
	text-align:center;
	padding: 0;
}
.clinic_slides4 .flexslider p{
	display:block;
	text-align:center;
	padding: 0;
}
.clinic_slides4 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -15%;
	z-index: 2;
}
.clinic_slides4 .flex-control-thumbs li {
    position: relative ;
    width: 23% ;
    margin: 0 0 0 2% ;
}
.clinic_slides4 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}




.clinic_slides5 {
	margin-bottom:120px;
}
.clinic_slides5 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides5 .flexslider li div{
	display:block;
	bottom:-19%;
	width:100%;
	margin-top:0px;
	margin-right:0;
	margin-left:0;
}
.clinic_slides5 .flexslider h4{
	display:block;
	width:100%;
	text-align:center;
	padding: 0;
}
.clinic_slides5 .flexslider p{
	display:block;
	text-align:center;
	padding: 0;
}
.clinic_slides5 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -14%;
	z-index: 2;
}
.clinic_slides5 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides5 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}



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

	$facilities

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


.facilities_equip{
}
.facilities_equip dl{
	float:none;
	width:100%;
	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 dt img{
	display:block;
	margin:auto;
}

.facilities_equip2 dl dd{
	padding: 16px 0 0;
}
	
/*.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

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





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

	$first

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





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

	$medical

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

.layout01 dt{
	line-height:1.5;
	font-size: 15px;
}
.layout01 dt em{
	display:block;
	margin-right:0;
	font-size: 28px;
	text-align:center;
}



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

	$news

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







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

	$custom

============================================================================*/
/* common
--------------------------------------------------*/
* {
	box-sizing: border-box;
}
.dp_flex {
	display: -webkit-flex;
	display: flex;
}


/* nav
--------------------------------------------------*/
.sp_navi {
	height: 160px;
}
.sp_navi_list {
	flex-wrap: wrap;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 9999;
	position: relative;
}
.sp_navi_list h1 {
	position: static;
	padding: 10px;
	width: 100%;
	height: 90px;
	text-align: center;
}
.sp_navi h1 a {
	display: block;
}
.sp_navi_list h1 img {
	display: inline-block;
	width: 85px;
	height: auto;
}
.sp_link {
	display: none;
}
.sp_navi_menu {
	position: relative;
	margin-left: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.sp_btn_icon {
	position: absolute;
    display: block;
    margin: -1px 0 0 -7px;
    padding-right: 5px;
    width: 18px;
    height: 3px;
    top: 50%;
    left: 50%;
    background-color: #00316c;
    transition: 0.3s;
}
.sp_btn_icon::before {
	margin-top: -9px;
}
.sp_btn_icon::after {
	margin-top: 6px;
}
.sp_btn_icon::before,
.sp_btn_icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 3px;
    background-color: #00316c;
    transition: 0.3s;
}
.is_close {
    background: transparent;
}
.is_close::before, .is_close::after {
    margin-top: 0;
}
.is_close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.is_close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.sp_navi_media {
	margin: 10px 0 0 4px;
	/* width: 38%; */
	background-color: #00316c;
	border-radius: 5px;
	text-align: center;
	flex: 1;
}
.sp_navi_media a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
}
.sp_navi_media img {
	margin-right: 10px;
	width: 20px;
	height: auto;
	vertical-align: sub;
}
.sp_navi_menu p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -14px;
	font-size: 12px;
	text-align: center;
}


/* nav - medical_menu
--------------------------------------------------*/
.sp_link {
	display: none;
	background-color: #00316c;
}
.sp_navi ul {
	padding: 0;
	background-color: #00316c;
}
.sp_navi ul li {
	display: block;
	width: 100%;
	float: none;
	/* line-height: 60px; */
	line-height: 30px;
	color: #fff;
}
.sp_navi ul li:not(:last-child) {
	border-bottom: 1px #fff solid;
}
.sp_navi ul li a {
	display: block;
	padding: 10px 20px;
	height: auto;
	color: #fff;
	font-size: 18px;
}
.sp_navi ul li i {
	color: #fff;
}
.sp_medical_menu {
	cursor: pointer;
	padding: 10px 20px;
	/* line-height: 60px; */
	line-height: 30px;
	font-size: 18px;
	color: #00316c;
	background-color: #80c2dc;
}
.sp_medical_menu_list {
	display: none;
}
.sp_medical_menu_list li {
	padding-left: 20px;
	background-color: #e8f0f3;
	border-bottom: 1px #00316c solid !important;
}
.sp_medical_menu_list li a {
	color: #00316c !important;
}
.sp_medical_menu_list li i {
	color: #00316c !important;
}
.is_active {
	height: calc(100vh - 110px);
	overflow: auto;
}


/* top - main_visual
--------------------------------------------------*/
#top_mainvisual {
	margin-top: 160px;
	background-position: center center;
}
#top_mainvisual .inner {
	width: 100%;
}
.mainvisual_catch h2 {
	position: static;
	margin-top: 20px;
	padding: 0 20px;
	width: 100%;
}
.mainvisual_catch p {
	position: static;
	margin-top: 20px;
	padding: 0 20px;
	width: 100%;
}
.mainvisual_open {
	display: none;
}
.mainvisual_link {
	left: auto;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
#mainvisual {
	margin-top: 160px;
}


/* top - ご挨拶
--------------------------------------------------*/
.top_doctor_message {
	flex-direction: column;
}
.top_doctor_message01,
.top_doctor_message02 {
	padding: 20px;
}
.top_doctor_message > div:nth-child(1) {
	width: 100%;
	height: auto;
	float: none;
	background-color: #e8f0f3;
	background-image: none;
}
.top_doctor_message div:nth-child(1) .top_message_txt,
.top_doctor_message div:nth-child(2) .top_message_txt {
	position: static;
	width: 100%;
}
.top_doctor_message div:nth-child(1) .doctor_name,
.top_doctor_message div:nth-child(2) .doctor_name {
	position: static;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}
.top_doctor_message > div:nth-child(2) {
	width: 100%;
	height: auto;
	float: none;
	background-color: #f0f8e8;
	background-image: none;
}
.top_doctor_message .detail_btn {
	width: 100%;
}
.top_doctor_img01,
.top_doctor_img02 {
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
	background-image: url(../images/doctor/top_doctor_img01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.top_doctor_img02 {
	background-image: url(../images/doctor/top_doctor_img02.png);
}

/* news - お知らせ&カレンダー
--------------------------------------------------*/
.top_info {
	width: 100%;
}
.top_info_inner {
	width: 100%;
	flex-direction: column;
}
.top_info_inner.bnr_area {
    padding: 0 0 40px;
    display: block;
}

.top_info_inner > div {
	padding: 40px 20px 0;
	width: 100%;
	height:auto;
}
.top_info_inner > div + div {
	padding: 40px 20px 40px;
}

.googlecal {
	text-align: center;
	/* position: relative;
	padding-bottom: 100%;
	height: 0; */
}
.googlecal iframe {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100% !important;
	/*width:calc(100vw - 40px)!important;*/
	/* height: 100% !important; */
}


/* features - 6つの特徴
--------------------------------------------------*/
.top_feature_box {
	background-image: none;
}
.top_feature_box .inner {
	flex-direction: column;
}
.top_feature_box .inner {
	padding: 0 30px;
	width: 100%;
}
.feature_01, .feature_02, .feature_03, .feature_04, .feature_05 , .feature_06 {
	margin: 0 0 80px;
	width: 100%;
	-webkit-transform: translateX(0) scale(1.0) !important;
	opacity: 1.0 !important;
	transform: translateX() scale(1.0) !important;
}


/* top-slide - スライドショー
--------------------------------------------------*/
.top_slide ul {
	/*margin-top: 0;*/
}


/* doctor.html - スタッフ紹介
--------------------------------------------------*/
.doctor_greet01 .inner,
.doctor_greet01:nth-child(2) .inner {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.doctor_greet01 .doctor_name,
.doctor_greet01:nth-child(2) .doctor_name {
	position: static;
	padding: 10px;
	text-align: right;
}
.doctor_greet01 .text,
.doctor_greet01:nth-child(2) .text {
	position: static;
	margin-bottom: 0;
	padding: 30px;
	width: 100%;
}
.doctor_carr {
	flex-direction: column;
	margin-top: 0;
}
.doctor_carr_sec1 {
	margin-bottom: 0;
	padding: 50px 20px 20px 20px;
	height: auto !important;
	background-color: #fafafa;
}
.doctor_carr .tb02 th,
.doctor_carr .tb02 td {
	display: block;
}
.doctor_carr .tb02 th {
	border-bottom: none;
}


/* clinic.html - 医院案内
--------------------------------------------------*/
#contents .inner {
	width: 100%;
}
.flexslider .slides img {
	width: 100% !important;
	height: auto !important;
}
.clinic_slides3 {
	margin-bottom: 30px;
}
.clinic_slides4 .flexslider li div {
	position: static;
}
.clinic_slides4 .flex-control-nav.flex-control-thumbs {
	position: static;
}
.clinic_slides3 {
	height: auto;
}
.clinic_slides4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.facilities_equip2 dl {
	flex-wrap: wrap;
}
.facilities_equip2 dt {
	width: 100%;
}
.object_fit {
	width: 100%;
}

/* medical - 診療案内TOP
--------------------------------------------------*/
.medical_link {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.medical_link li {
	width: 50%;
}
.medical_box a > div {
	padding: 25px;
}
.medical_box .btn02 {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}


/* medical - 診療案内
--------------------------------------------------*/
.top_medical {
	padding-top: 0;
	padding-bottom: 30px;
	height: auto;
	background-image: none;
	background-color: #00316c;
}
.top_medical .tit01 {
	color: #fff;
}
.top_medical_list {
	padding-top: 0;
}
.top_medical_list ul:nth-of-type(1),
.top_medical_list ul:nth-of-type(2) {
	padding: 0 15px;
	width: 100%;
	flex-wrap: wrap;
}
.top_medical_list ul:nth-of-type(1) {
	margin-bottom: 0;
}
.top_medical_list ul:nth-of-type(1) li,
.top_medical_list ul:nth-of-type(2) li {
	margin-left: 0;
}
.top_medical_list a {
	float: none;
}
.top_medical_list ul:nth-of-type(1) li,
.top_medical_list ul:nth-of-type(2) li {
	width: 50%;
}

/* footer
--------------------------------------------------*/
.pagetop {
	margin: 0;
	padding: 20px 0 50px;
	width: 100%;
	height: 50px;
	background-color: #00316c;
}
.footer_info .inner {
	flex-direction: column;
	padding: 10px 6% 110px;
	width: 100%;
}
.footer_info_overview_tel {
	padding-left: 70px;
}
.footer_info dl {
	width: 100%;
}
.footer_info_sche {
	margin-top: 50px;
}
.footer_info_overview_logo {
	padding-top: 40px;
	padding-bottom: 40px;
	width: auto;
}

.footer_info_overview_logo a{
    display:block;
}

.footer_info_overview_logo a + a{
    margin-top: 12px;
    display: block;
}

.footer_info_overview {
	border: none;
}
.footer_info dl {
	padding: 0;
}
.footer_info_overview_tel {
	padding: 0 0 20px 20px;
}
.schedule .tb01 {
	width: auto;
}
.schedule table,
.schedule_note {
	margin-left: 0;
}
.copy {
	padding-top: 15px;
}



/* medical - layoutレスポンシブ化する時に使える？
--------------------------------------------------*/
.layout01 dt, .layout01 dd {
	display: block;
}
.layout01 dt {
	padding: 10px 0;
	width: 100%;
}
.layout01 dt em {
	margin-bottom: 5px;
}
.layout02 dl dd:nth-child(1) {
	float: none;
	margin: 0;
}
.layout02 dl dd:nth-child(1) img { width: 100%; }
.layout03 dt, .layout03 dd {
	display: block;
	width: 100%;
}

.layout03 dt img, .layout05 dt img { width: 40%; }
.layout05 dt, .layout05 dd {
	display: block;
	padding: 10px 0;
	width: 100%;
}
.layout05 dt strong { display: block; }
.layout05 dd:nth-child(2), .layout05 dd:nth-child(3) {
	padding: 20px;
	width: 100%;
}
.layout03 dd h5 {
	margin-top: 12px;
}
.layout05 dd:nth-child(3) {
	border-left: none;
	border-top: 1px solid #e2e2e2;
}

.layout07 { flex-direction: column; }
.layout07 dl { width: 100%; }

.layout06 dl, .layout06 dt, .layout06 dd {
	display: block;
}
.layout06 dt, .layout06 dd:nth-child(2), .layout06 dd:nth-child(3)  {
	width: 100%;
}
.layout06 dd:nth-child(3), .layout05 dd:nth-child(3) {
	border-left: none;
	border-top: 1px dotted #00316c;
}


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

	$blog

============================================================================*/
	
	
.sp_blog_btn_box{
	margin-top:30px;
	text-align: center;
}	
.blog_btn{
	margin:0!important;
	float:none!important;
}		
	
.blog_box h2{
	font-size: 18px!important;
}	 
	
.blog_content span{
	font-size: 15px!important;
}	

.blog_content img{
	width: 100%;
	height: auto;
}
		
.wsbl_line img {
    width: 55%!important;
    height: auto;
}	
	
.archive.date{
	margin-right: 0;
    color: #333;
}	

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

	$recruit

==================================================================*/
.recruit_tb {
	width: 100%;
}
.rc_span,
.rc_message {
	font-size: 13px;
}
.recruit_ank .detail_btn {
	width: 48%;
	display: block;
}	
.anchor {
	padding-top: 60px;
	margin-top: -60px;
}	
	
}





@media screen and (max-width:320px) {
	
.main_open{
	position: absolute;
	top:auto;
	bottom: 50px;
	right: 0;
	left: 0;
	width: 50%;
	margin: auto;
}

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

	.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;
}






}


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

	2022.8.23 追加／編集CSS

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

/* fixed_bnr_area　右固定バナーエリア
----------------------------------------------------*/
@media screen and (max-width: 640px) {

	.fixed_bnr_area {
		width: 88px;
		height: auto;
		position: fixed;
		bottom: 64px;
		right: 8px;
		z-index: 9999;
	}
	.fixed_bnr_area p {
		margin: 0 auto 8px;
	}
	.fixed_bnr_area p:last-child {
		margin-bottom: 0;
	}
	.fixed_bnr_area p.blog_link_bnr {
		width: 64px;
		height: 64px;
	}
	.fixed_bnr_area p.reserve_link_bnr {
		width: 88px;
		height: 88px;
	}
	.fixed_bnr_area p a {
		transition: 0.3s;
		width: 100%;
		height: 100%;
		display: block;
	}

	.fixed_bnr_area p a img{
		width: 100%;
		height: 100%;
		display: block;
	}

	.fixed_bnr_area p a:hover {
		opacity: 1.0;
		transform: scale(1.0, 1.0);
	}

}


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

	/*.fixed_bnr_area {
		width: 64px;
		height: auto;
		position: fixed;
		bottom: 64px;
		right: 8px;
		z-index: 9999;
	}
	.fixed_bnr_area p {
		margin: 0 auto 8px;
	}
	.fixed_bnr_area p:last-child {
		margin-bottom: 0;
	}
	.fixed_bnr_area p.blog_link_bnr {
		width: 48px;
		height: 48px;
	}
	.fixed_bnr_area p.reserve_link_bnr {
		width: 64px;
		height: 64px;
	}
	.fixed_bnr_area p a {
		transition: 0.3s;
		width: 100%;
		height: 100%;
		display: block;
	}

	.fixed_bnr_area p a img{
		width: 100%;
		height: 100%;
		display: block;
	}

	.fixed_bnr_area p a:hover {
		opacity: 1.0;
		transform: scale(1.0, 1.0);
	}*/

}


/* top_feature_2022
----------------------------------------------------*/
@media screen and (max-width: 640px) {
	.wrap_top_feature{
		padding-bottom:40px;
	}

	.top_feature_2022{
		max-width:none;
		margin:0 auto;
		position: relative;
	}

	.top_feature_2022 .col_box .col2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
	}
	.top_feature_2022 .col_box .col2:nth-child(2n+1) {
		margin-left: 0;
	}
	.top_feature_2022 .col_box .col2:nth-child(-n+2) {
		margin-top: 0;
	}

	.top_feature_2022 .col_box .col2.sentence, 
	.top_feature_2022 .col_box.reverse .col2.sentence{
		width: 90%;
		z-index: 0;
	}

	.top_feature_2022 .col_box .col2.sentence, .top_feature_2022 .col_box.reverse .col2.sentence{
		margin: -5% auto 0;
	}

	.top_feature_2022 dl dt{
		font-size: 20px;
	}

	.top_feature_2022 dl dd{
		margin-top:24px;
		color:#333;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
		font-weight:500;
	}

	.top_feature_2022 .feature_01,
	.top_feature_2022 .feature_02,
	.top_feature_2022 .feature_03,
	.top_feature_2022 .feature_04,
	.top_feature_2022 .feature_05,
	.top_feature_2022 .feature_06
	{
		background: url(../images/feature_tit01.png) no-repeat top left;
		width: 90%;
		padding-top: 50px;
		margin: 5% auto;
	}

	.top_feature_2022 .feature_01 {
		background: url(../images/feature_tit01.png) no-repeat top left;
	}
	.top_feature_2022 .feature_02 {
		background: url(../images/feature_tit02.png) no-repeat top left;
	}
	.top_feature_2022 .feature_03 {
		background: url(../images/feature_tit03.png) no-repeat top left;
	}
	.top_feature_2022 .feature_04 {
		background: url(../images/feature_tit04.png) no-repeat top left;
	}
	.top_feature_2022 .feature_05 {
		background: url(../images/feature_tit05.png) no-repeat top left;
	}
	.top_feature_2022 .feature_06 {
		background: url(../images/feature_tit06.png) no-repeat top left;
	}

	.top_feature_2022 figure img{
		display:block;
		width:100%;
		height:auto;
	}

}




/* flow_area
----------------------------------------------------*/
@media screen and (max-width: 640px) {

	.flow_area .box_flow{
		padding: 4%;
	}

	.flow_area .box_flow .detail_btn{
		margin-top: 0;
	}

	.flow_area .box_flow h5.step_title {
		font-size: 18px;
	}
	.flow_area .box_flow h5.step_title em {
		display: block;
		font-size: 14px;
	}
	.flow_area .box_flow h5.step_title::before {
		display: block;
		font-size: 14px;
	}


}




/* .tbl_clinic_info
----------------------------------------------------*/
@media screen and (max-width: 640px) {

	table.tbl_clinic_info{
		width:100%;
	}

	table.tbl_clinic_info tr{
		padding:8px 0;
	}

	table.tbl_clinic_info tr th{
		display:block;
		width: 100%;
		padding:0 0 0 0;
		box-sizing:border-box;
	}

	table.tbl_clinic_info tr td{
		display:block;
		width: 100%;
		padding:0 0 16px 0;
		box-sizing:border-box;
	}

	table.tbl_clinic_info .btn01{
		display: block;
		margin: 8px 0 0;
		top: 0;
	}

}


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

 221012追加　モーダルウィンドウ調整
 
*****************************************************/
@media screen and (max-width: 640px) {

/*　inline_popup
-------------------------------*/
.inline_popup{
	display:none;
}

.modaal-content-container{
	padding:0 !important;
}

.popup_inner{
	height: 75vh;
	overflow-y: scroll;
	padding:30px 24px;
}

.popup_inner h3{
	color: #00316c;
	font-size: 18px;
	font-weight: bold;
	font-family: 黎ミンY20 M;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
	line-height: 1.2;
}

.popup_inner h4{
	margin:24px auto 8px;
	color: #00316C;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}

.popup_inner p{
	font-size: 13px;
}


}



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

 221118追加CSS
 
*****************************************************/

/*　武真会名称追加
-------------------------------*/
@media screen and (max-width: 640px) {
	
/*トップページ*/
.top_doctor_message .doctor_name span.bushinkai {
	font-size: 12px;
}

/*スタッフ紹介ページ*/
.doctor_greet01 .doctor_name span.bushinkai {
	font-size: 12px;
	margin-right: 2.5%;
}
}

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

 221227追加CSS 年末年始のお知らせ
 
*****************************************************/

@media screen and (max-width: 640px) {
  .nyh_info_box {
    position: absolute;
    left: 50%; bottom: 4%;
    transform: translateX(-50%);
    width: 85%; height: auto;
    padding: 8px;
    text-align: center;
    border: 2px #c1272d solid;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
  }

  .nyh_info_box dt {
    font-size: 15px;
    font-weight: bold;
    color: #c1272d;
  }

  .nyh_info_box dd {
    margin-top: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
}

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

 230601追加CSS 診療に関するお知らせ
 
*****************************************************/

@media screen and (max-width: 640px) {
  .shinryo_info_box {
    position: absolute;
    left: 50%; bottom: 4%;
    transform: translateX(-50%);
    width: 90%; height: auto;
    padding: 12px;
    text-align: center;
    border: 2px #00316c solid;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
  }

  .shinryo_info_box dt {
    font-size: 15px;
    font-weight: bold;
    color: #00316c;
  }

  .shinryo_info_box dd {
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
	
	.shinryo_info_box dd ul{
		list-style-type: none;
		line-height: 1.8;
		text-align: left;
		margin: 8px auto;
		display: block;
	}

	.shinryo_info_box dd ul li{
		text-indent: -16px;
		margin-left:14px;
	}

	.shinryo_info_box dd ul li::before{
		content:'・';
		margin-right: 4px;
	}
	
}

