
/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 15px;
}
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 {
}
.sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
}
.sp_navi_btn_area li {
    display: block;
    width: calc(100% / 2 ) !important;
	/*width: 100%;*//*現在web予約が無いから*/
    float: left;
    text-align: center;
}

/*.sp_navi_btn_area li:nth-child(2){
display: none;
}*/

.sp_navi_btn_area li a {
    display: block;
    color: #FFF;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4vw;
    background: #1695d4;
}
.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: 5px;
	color: #fff;
}
.sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
}
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;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
				left: 0 !important;
    display: block;
    width: 100%;
    text-align: left;
    height: 62px;
    background: #fff;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 11px;
}
.sp_navi .header_logo img {
    width: 235px;
    height: auto;
    z-index: 9999;
    position: relative;
}
.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: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #e57e30;
    border-bottom: solid 1px #FFF;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #f1a46a  !important;
}
.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;
    content: ">";
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #e57e30;
}
.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: #e57e30;
}
.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);
}
	.mvtab4 {
		    width: 100%;
    display: flex;
	}
	.mvtab4_1, .mvtab4_2 {
		width: 50%;
	}
	.mvtab4 .mvtab4_1 {
		padding: 26px 0px 0px 38px;
		font-size: 16px;
	}
	.mvtab4 .mvtab4_1::before {
		        width: 26px;
        height: 19px;
        left: 7px;
	}
	.mvtab4 .mvtab4_2 {
		font-size: 16px;
	}
	.mvtab4 .mvtab4_2 .tb_left {
		font-size: 9px;
	}
	.mvtab4 .mvtab4_2 .tb_left p {
		padding: 0px 11px;
	}
	.mvtab4_modal {
		padding: 30px 10px;
	}
	.modal_box {
		vertical-align: bottom;
	}
	.modal_box .close {
		top: -14px;
    right: -5px;
    width: 36px;
    height: 36px;
    font-size: 26px;
	}
	.modal_btnlist li a i {
	font-size: 14px;
    width: 30px;
    height: 30px;
	}    
	.modal_btnlist li a::after {
		width: 7px;
    height: 7px;
	}
/*============================================================================

	#mainvisual

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


#mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 270px;
    margin-top: 124px;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}

.mainvisual_headline{
    padding-top: 0;
}

/* 下層ページヘッドライン */
#mainvisual h2 {
    font-size: 22px;
}
#mainvisual::after{
/*height: 35px;*/
display:none;
}
/* トップページキャッチフレーズ */
.mainvisual_catch {
position: absolute;
    right: 10px;
    top: -50px;
    width: 40%;
}
.mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.mainvisual_catch p {
    font-size: 15px;
}
.mainvisual_open{
right: 10px;
    bottom: auto;
    width: 150px;
    top: 310px;
}
	

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

	#contents

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

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

	footer

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



.footer_info .inner {
    width: auto;
    padding: 40px 6%;
				display: block;
}
.footer_info dl {
    float: none;
    width: auto;
    padding: 0;
}
.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 dd {
    margin-bottom: 0;
}
.footer_info_overview dd:last-child {
    margin-bottom: 20px;
    font-size: 15px;
}
.footer_info_overview_tel {
    padding-bottom: 20px;
}
.footer_info_sche {
    float: none;
    width: 100%;
}

.footer_info_sche .schedule .schedule_note {
    font-size: 16px;
}

.footer_access_info div {
    width: 90%;
    color: #fff;
    padding: 8% 0;
}

.footer_info_sche p {
    margin: 0;
}
.footer_navi {
    display: none;
}
.footer_access_info h3 {
    color: #fff !important;
    margin-bottom: 50px;
}
.footer_access_info div p {
				text-align: center;
				margin-bottom: 30px;
}
.footer_access_info div ul {
    font-size: 16px;
}

.footer_access{
flex-wrap: wrap;
height: auto;
}
.footer_access_map{
    width: 100%;
				height: 245px;
}
.footer_access_map a {
    top: 10px;
    left: 10px;
}
.footer_access_info{
    width: 100%;
				background-position: center;
				background-size: 90%;
}
.copy {
    margin-top: 0;
}



.recruit_table {
	border-bottom: 1px solid #D3D3D3;
}
.recruit_table th, .recruit_table td {
	display: block;
	border-bottom: none;
}	
.recruit_table th {	
	border-bottom: none;
}


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

	$top_root_canal

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

.top_root_canal .box1:first-child div h2::after {
    left: 205px;
}
				
.top_root_canal::before {
        top: 306px;
    right: 0;
    left: auto;
    width: 95%;
    height: 105px;
    background-size: contain;
}
.top_root_canal::after {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 280px;
    background: url(../images/gum_photo.png) center top no-repeat;
    background-size: contain;
    background-color: transparent;
    content: "";
    z-index: -4;
}
.top_root_canal .box1:first-child {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 0 auto 37px;
				padding: 0 5%;
}

.top_root_canal .box1:first-child div h2 {
    margin-bottom: 340px;
}
.top_root_canal .box1:last-child {
    width: auto;
				display: block;
}
.top_root_canal .box1:last-child a {
    width: auto;
}
.top_root_canal .box1:last-child a dt{
width: 100%;
}
.top_root_canal .box1:last-child a::before {
    width: 100%;
    height: 100%;
    max-width: 320px;
    background-size: contain;
    background-position: top center;
    left: 50%;
    transform: translateY(3%) translateX(-50%);
}

.top_root_canal .box1:first-child div h2::after {
    position: absolute;
    top: -40px;
    left: 195px;
    width: 92px;
    height: 74px;
    background: url(../images/kazari01.png) no-repeat;
    content: "";
    z-index: 1;
}

.top_root_canal .box1:last-child a::after {
    width: 100%;
    height: 100%;
    max-width: 320px;
    background-size: contain;
    background-position: top center;
    left: 50%;
    transform: translateY(3%) translateX(-50%);
}
.top_root_canal .box1:last-child a dd {
    padding-top: 0;
				padding-bottom: 20px;
}


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

	.news_info_box

==================================================================*/
.news_info_box{
width: 90%;
display: block;
}
.top_news .box1 {
    padding-top: 20px;
				width: 85%;
    margin: 0 auto 35px;
}

.top_info {
    width: auto;
				padding: 25px 15px;
}

.top_info .box1 {
    margin: 0 auto 0;
}


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

	.top_feature

==================================================================*/
.top_feature h2 {
    width: calc(100% - 15%);
				background-size: contain;
}
				
.top_feature .box1 {
    width: auto;
				padding-top: 140px;
				padding-bottom: 100px;
}

.top_feature .box1 .feature_box:nth-child(1),
.top_feature .box1 .feature_box:nth-child(2),
.top_feature .box1 .feature_box:nth-child(3){
    width: auto;
				margin-bottom: 80px;
}

.top_feature .box1 .feature_box:nth-child(1) div:first-child {
    position: relative;
    width: 100%;
    padding-top: 250px;
    padding-right: 0;
    padding-left: 0;
}

.top_feature .box1 .feature_box h3 {
    font-size: 23px;
}

.top_feature .box1 .feature_box:nth-child(1) h3::after {
    position: absolute;
    top: 0;
    right: 0;
}

.top_feature .box1 .feature_box:nth-child(1)::before {
    width: 100%;
    height: 230px;
    background-size: cover;
    left: 0;
}
.top_feature .box1 .feature_box:nth-child(1)::after {
    width: auto;
}

.top_feature .box1 .feature_box:nth-child(2) div:nth-child(1) {
    position: relative;
    width: 100%;
    padding-top: 250px;
    padding-left: 0;
}

.top_feature .box1 .feature_box:nth-child(2)::before {
    width: 100%;
    height: 230px;
    background-size: cover;
    right: 0;
    background-position: center;
}
.top_feature .box1 .feature_box:nth-child(2)::after {
    width: auto;
}
.top_feature .box1 .feature_box:nth-child(3) div:first-child {
    position: relative;
    width: 100%;
    padding-top: 250px;
    padding-right: 0;
    padding-left: 0;
}
.top_feature .box1 .feature_box:nth-child(3) h3::after {
    top: 0;
}
.top_feature .box1 .feature_box:nth-child(3)::before {
    width: 100%;
    height: 230px;
    background-size: cover;
    left: 0;
}
.top_feature .box1 .feature_box:nth-child(3)::after {
    width: auto;
}


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

	$top

============================================================================*/
.doctor_flex{
	/*flex-direction: column-reverse;*/
}

.doctor_flex .text h4 {
    font-size: 23px;
}

.top_doctor {
    position: relative;
    padding-top: 115px;
    margin-bottom: 200px;
}

.top_doctor::after {
    height: 530px;
}

.top_doctor h2 {
    width: calc(100% - 8%);
				background-size: contain;
}

.top_doctor::before {
    width: auto;
    height: 350px;
}

.top_doctor .box1 {
    width: auto;
				padding-bottom: 0;
}

.top_doctor .box2 .top_doctor_career_box {
    width: auto;
				flex-wrap: wrap;
}

.top_doctor .box2 .top_doctor_career_box div,
.top_doctor .box2 .top_doctor_career_box div:nth-child(2){
        margin-left: 0;
    margin-top: 50px;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    border-left: none;
}

.top_doctor .box2 .top_doctor_career_box div .tb02 th{
    width: 100%;
    display: block;
				font-size: 16px;
}
.top_doctor .box2 .top_doctor_career_box div .tb02 td{
    width: 100%;
    display: block;
				padding-bottom: 7px;
				margin-bottom: 7px;
				border-bottom: solid 1px #ddd;
				font-size: 16px;
}
.top_doctor .box2 .top_doctor_career_box div .list03 li {
    width: 100%;
    float: none;
    font-size: 16px;
    margin-bottom: 1px;
}

.top_doctor .text {
    width: auto;
				margin-bottom: 0;
}
.top_doctor_img {
    width: auto;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}

.top_doctor_img_box {
    flex-wrap: wrap;
				height: auto;
}

.top_doctor_img_box p {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.top_doctor_img_box .btn02{
    width: 100%;
    margin-top: 10px;
}

.top_doctor_img p{
	text-align: center;
}
.top_doctor_img p img{
	width: 80%;
	margin: 0 auto 15px;
	display: block;
}
.top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
}
.top_doctor_img dd {
    text-align: center;
}


.rinen {
    padding: 15px;
}
.rinen div {
    padding: 35px 20px 20px;
}
.rinen div li {
    font-size: 16px !important;
}


.top_medical h2 {
    width: calc(100% - 8%);
				background-size: contain;
}

.top_medical .box1 {
    width: auto;
}

.top_medical_first_box {
    flex-wrap: wrap;
}

.top_medical_first_box_link {
    width: auto;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.top_medical_list {
    width: auto;
}

.top_medical_list a {
    display: block;
    width: 47%;
				margin-bottom: 20px;
}

.top_medical2_list a {
    width: 46%;
    margin-right: 8%;
}

.top_medical_list dl dd h3 {
    font-size: 20px;
				    padding-bottom: 5px;
}
.top_medical_list dl dd {
    font-size: 15px;
}

.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 {
    width: 45%;
    margin-right: 0;
}

.top_medical + div {
    height: 150px;
    background-size: cover;
}

ul.bnr {
    width: 100%;
    justify-content: center;
				margin-top: 25px;
}

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

	$breadcrumbs ぱんくず

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

.breadcrumbs {
    width: 92%;
    margin: -10px 4% 40px;
}
.breadcrumbs li {
    display: inline-block;
}
/*============================================================================

	$共通

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

#contents {
    padding-bottom: 0;
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
.bg_skbl{
margin-left: auto !important;
margin-right: auto !important;
}

.list08 {
    padding: 35px 10px 20px 20px;
}

.pagetop {
    right: 10px;
    /*bottom: 23px;*/
    bottom: 93px;
}
	
/*============================================================================

	$見出し

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

h1{
font-size: 11px;
    width: 95%;
    FONT-VARIANT: JIS90;
    color: #eee;
    top: 135px;
    left: 0 !important;
    right: 0 !important;
    z-index: 999;
    display: block;
    text-align: center;
}	
	
.tit01,
.tit02,
.tit03,
.tit04 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
}

.tit01{
padding: 14px 0;
font-size: 23px;
}
.tit01_txtlong {
    font-size: 23px !important;
}

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

.tit03{
padding: 15px 9px 13px;
text-align: left;
font-size: 18px;
}

.tit04{
text-align: left;
}

.nowrap {
    white-space: normal;
}

	
	
/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 th {
    padding: 1% !important;
	width: 35%;
	box-sizing: border-box;
	font-size: 3.3vw;
	text-align: center;
}
.tb01 td {
	padding: 1% !important;
	box-sizing: border-box;
	font-size: 3.3vw;
	text-align: center;
}
	

.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;
}
.btn02 a,
.btn03 a{
    width: 100%;
}
	
	
/* アンカーリンク */
.ank02 {
	width: 100%;
	    justify-content: center;
}
.ank02 li {
    width: 45%;
}
.ank03 {
	width: 100%;
}
.ank03 li {
    width: 48%;
}
.ank04 {
	width: 100%;
}
.ank04 li {
    width: 48%;
}


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


/* 画像右寄せ */
.img_fr,
.img_fr_little{
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img,
.img_fr_little img{
    margin-bottom: 15px;
	max-width: 100%;
	width: auto;
}
/*============================================================================

	$doctor

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

/* ごあいさつ */
.doctor_greet {
}
.doctor_greet .text {
    float: none;
    width: auto;
}
.greeting_inside .doctor_flex .text {
    width: 100%;
}
/* 経歴、資格 */
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.doctor_carr .tb02 td,
.doctor_carr .tb02 th {
    width: 100%;
    display: block;
}
.doctor_carr .tb02 th {
    width: 100%;
    display: block;
				border-bottom: none;
				padding: 5px 0 0;
}

.doctor_carr_sec1 .list01 li{
width: 100%;
}

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

	$clinic

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

/* 医院概要 */
.clinic_sec1 dt {
display: block;
width: 100%;
}
.clinic_sec1 dd {
display: block;
width: 100%;
}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}
.schedule_note {
    font-size: 16px;
				margin-bottom: 20px;
}


/* 院内スライド */
.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;
}


/*院内スライド2 サムネイル横*/
.clinic_slide_wrap2{
  display: block;
  flex-direction: unset;
  justify-content: unset;
}
.clinic_slide_wrap_flex{
	display: block;
	flex-wrap: unset;
	height: 350px;
}
.clinic_slide_wrap_flex #slider{
  margin:0 auto 15px 0;
  width: auto;
}
.clinic_slide_wrap_flex #thumbnail-list{
	width: auto;
}
.clinic_slide_wrap_flex .thumbnail-item{
  flex: 0 1 15%;
}


.onegai_doctor{
justify-content: center;
}
.onegai_doctor div{
width: 100%;
justify-content: center;
}
.onegai_doctor div p:nth-child(1){
text-align: center;
}
.onegai_doctor div p:nth-child(2){
text-align: 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: 100%;
    height: auto !important;
    margin: 0 0 30px;
}
.facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 {
}
.facilities_equip3 dl {
    width: 100%;
    height: auto !important;
    margin: 0 0% 30px;
}
.facilities_equip3 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 dl, .facilities_equip3 dl:nth-child(3n) {
    width: 100%;
    height: auto !important;
    margin: 0 0 30px;
}
/*============================================================================

	$access

============================================================================*/
.access_info .img_fr img {
    padding-top: 0;
}




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

	$first

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





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

	$medical

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

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

	.layout

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

  /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

  .layout01 {}

  .layout01:before {}

  .layout01 dl {
    display: block;
  }

  .layout01 dl:after {}

  .layout01 dt {
    width: 100%;
				padding: 4% 1%;
  }

  .layout01 dd {
    width: 100%;
  }

  .layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
  .layout02 {
    display: block;
  }

  .layout02::after {}

  .layout02 dl {
    width: 100%;
  }

  .layout02 dl:nth-child(even) {}

  .layout02 dt {}

  .layout02 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
  .layout03 {
    margin: 0 0 15px;
  }

  .layout03 dl {
    display: block;
  }

  .layout03 dt {
    width: 100%;
  }

  .layout03 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
	padding: 0;
  }

  .layout03 dd {
    width: 100%;
    padding: 15px 3% 1%;
  }

  .layout03 dd h5 {}

  .layout03 dd h5 em {}

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
  .layout04 {}

  .layout04 dl {
    display: block;
  }

  .layout04 dt {
    width: 100%;
    padding: 2%;
  }

  .layout04 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout04 dd {
    width: 100%;
  }

  .layout04 dd h5 {}

  .layout04 dd h5 span {}

  /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
  .layout05 {}

  .layout05 dl {
    display: block;
  }

  .layout05 dt {
    width: 100%;
    text-align: center;
    display: block;
  }

  .layout05 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout05 dd {}

  .layout05 dd:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout05 dd:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout05 dd h5 em {}

  .layout05 dd h5 {}

  .layout05_text1 {}

  .layout05_text1 ul {}

  /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
  .layout06 {
    margin: 0 0 15px;
  }

  .layout06 dl {
    display: block;
  }

  .layout06 dl:before {}

  .layout06 dl:last-child:after {}

  .layout06 dt {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
  }

  .layout06 dt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout06 dl:last-of-type {}

  /* 数字 */
  .layout06 dt em {}

  .layout06 dd {}

  .layout06 dd:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout06 dd:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout06 dd h5 {}

  .layout06_text1 {}

  .layout06_text1 ul {}

  .layout06_text1 ul li span {}


  /* 3つ並びのレイアウト。 */
  .layout07 {
    display: block;
  }

  .layout07::after {}

  .layout07 dl {
    display: block;
    width: 100%;
  }

  .layout07 dl:nth-child(3n) {}

  .layout07 dl dt {}

  .layout07 dl dt em {}

  .layout07 dl dd {}

  /* 3つ並びのレイアウト。矢印付き */
  .layout08 {
    display: block;
  }

  .layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .layout08 dl:nth-child(3n) {}

  .layout08 dl::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 110%;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    background-color: transparent;
    border-top: 2px solid #1F2774;
    border-right: 2px solid #1F2774;
    content: "";
    bottom: 0;
    margin: auto;
  }

  .layout08 dl:nth-child(3n)::before {
    display: none;
  }

  .layout08 dl dt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .layout08 dl dt em {
    margin-right: 8px;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
  }

  .layout08 dl dd {
    line-height: 1.5;
  }

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

	$news

============================================================================*/
.top_news {
    width: auto;
				padding: 0;
}

.top_news_flame {
    width: 100%;
				margin-bottom: 0;
}

.news_list {
    font-size: 16px;
}

.news_list li {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.news_list li em {
    font-size: 14px !important;
    display: block !important;
}

.news_list li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scroll_area {
    height: 340px;
}




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

ブログ

============================================================================*/
.side_area {
    float: none;
    width: auto;
}





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

	$mpcloud_schedule

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

#mpcloud_schedule{
	width: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 0;
}
.time_close{
	right: 20px;
	font-size: 17px;
}
.schedule_time{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.schedule_time dt{
	width: 35%;
	margin-bottom: 5px;
}
.schedule_time dd{
	width: 65%;
	margin-bottom: 5px;
}
.schedule_time dd i{
	margin: 0 3px 0 15px;
	vertical-align: text-bottom;
}
.blog_inside #contents_left {
    float: none;
    width: 90%;
	margin: 0 auto;
}



/*common*/
.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}.sp_mr00{margin-right:0!important}.sp_ml00{margin-left:0!important}.sp_mt00{margin-top:0!important}.sp_pb00{padding-bottom:0!important}.sp_pr00{padding-right:0!important}.sp_pl00{padding-left:0!important}.sp_pt00{padding-top:0!important}.sp_center{text-align:center}


}

@media screen and (max-width:320px) {
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
}
.sp_inline_iP{
	display:inline!important
}
.top_feature .box1 .feature_box h3 {
    font-size: 20px;
}
.top_feature .box1 .feature_box:nth-child(1) div p, .top_feature .box1 .feature_box:nth-child(2) div p, .top_feature .box1 .feature_box:nth-child(3) div p,
.doctor_flex .text p{
    font-size: 17px;
    line-height: 1.8;
}
.doctor_flex .text h3 {
    font-size: 20px;
}
.footer_info_overview dd:last-child {
    margin-bottom: 20px;
    font-size: 14px;
}
.footer_info_overview_tel {
    font-size: 28px;
}
.footer_access_map{
    width: 100%;
				height: 206px;
}
}
