
/* CSS Document */

@media screen and (max-width:770px) {
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;
}
 .sp_inline{
    display: inline;
  } 
/*============================================================================

	header

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

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

	nav

============================================================================*/
.menu-trigger,
.main_menu_wrap {
display: none !important;
}

.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;
}
.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-size: 4vw;
    background: #e1ad3f;
    font-weight: 400;
}
.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;
				font-size: 1.1em !important;
}
.sp_navi_btn_area li:nth-child(2) i {
margin-right: 5px;
    font-size: 1.1em !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;
    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: 12px;
}
.sp_navi .header_logo img {
    /*width: 256px;*/
    height: 56px;
    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:nth-child(7) a {
        height: auto;
        line-height: 2.3;
    }
    .sp_navi_list li:nth-child(7) a::after {
        top: 5px;
    }*/
.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: #512532;
    border-bottom: solid 1px #FFF;
    font-weight: 500;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #845e69 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 19px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    /*content: "\f067";*/
				content: "＋";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 19px;
    font-family: 'Font Awesome 5 free';
    /*content: "\f068" !important;*/
				content: "－" !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: #512532;
}
.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: #512532;
}
.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_headline h1{
    line-height: 45px;
}

/* 下層ページヘッドライン */
#mainvisual h2 {
    font-size: 24px;
    line-height: 45px;
}
/* トップページキャッチフレーズ */
.main_catch {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}
.main_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.mainvisual_catch {
    position: absolute;
    bottom: 40px;
    right: auto;
    padding: 0 4%;
}
.mainvisual_catch h2 + p{
line-height: 1.5;
}
.main_catch p {
    font-size: 15px;
}
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
    padding: 30px 10px;
}
/* トップページ新規開院 */
.top_sp_only {
    width: 90%;
    margin: 0 auto 30px;
}
    .top_sp_only .main_open {
        position: relative;
        bottom: 0;
        margin: 0 auto 30px;
        height: auto;
        opacity: 1;
        width: 100%;
        max-width: inherit;
        display: block;
    }
/* インスタグラム */  
    .main_insta {
    margin: 0 auto;
}
/*============================================================================

	$top_lead

============================================================================*/
.top_lead{
  font-size: 14px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.08rem;
  /*width: 88%;
  padding: 32px 18px;*/
  padding-left: 0;
  padding-right: 0;
      margin-bottom: 30px;
}
.top_lead a {
  width: 100%;
  height: 300px;
}
  .top_lead p{
    margin-bottom: 12px;
  } 
	.top_lead a {
    width: 100%;
    height: 350px;
}
  .top_lead a::after{
    background: url("../images/med_pic6_sp.jpg");
    background-size: cover;
    background-position: center;
  }
.top_lead a dd h3 {
    font-size:28px;
    letter-spacing: 0.15em;
}

.top_lead a dl {
    position: absolute;
    right: 5%;
    bottom: 8%;
}

.top_lead a dt {
    letter-spacing: 0.2em;  
    text-shadow: 1px 1px 1px #4e5155;
}
/*============================================================================

	#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;
}
#container{
	padding-top:30px;
}


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

	footer

============================================================================*/
.footer_box {
    width: 100%;
}


.footer_info .inner {
    width: 90%;
    padding: 40px 0;
    display: block;
}
.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_logo,
.footer_info_overview_logo img {
    margin: 0px auto 50px;
    text-align:center;
}

.footer_info_overview_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
        padding: 10px;
}

.footer_info_overview_tel p{
display: block;
    width: 100%;
    text-align: center;
}

.footer_info_overview_tel a {
padding-left: 0;
    border-left: none;
}

.footer_info_overview_tel span {
    left: -3px;
}


.footer_info_overview_tel + ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer_info_overview_tel + ul + div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
				margin: 0 0 20px;
}

.footer_info_overview_tel + ul + div p:first-child {
    width: 100%;
    text-align: center;
    display: block;
}

.footer_info_overview_tel + ul + div p:last-child {
    width: 100%;
				margin: 3% 0 0;
    padding: 4% 0 0 0;
    line-height: 1.6;
    border-top: 1px solid #787c80;
    border-left: none;
}
    .footer_info_overview_tel + ul li {
        height: auto;
    }
.footer_info_sche .schedule{
width: auto;
}

.schedule_note {
    margin-left: 0;
}

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

.footer_info .main_insta a {
    position: inherit;
    gap:10px;
}    

/*各種保険取り扱い*/
    .footer_info_sche .insurance {
        margin: 0 auto 20px;
        max-width: 266px;
        width: 100%;
    }


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

	$top_staff

============================================================================*/
.top_staff {
    position: relative;
    margin-bottom: 120px;
}
.top_staff .box2 {
    width: auto;
    margin: 0 6% 80px;
				padding: 0;
}
.top_staff .box2 a {
    height: 400px;
}
.top_staff h3 {
    top: 25vh;
}
.top_staff p {
    bottom: 7vh;
    width: 75%;
    top: auto;
}
    .top_staff .box2 a div{
        display: none;
    }
    .top_staff .box2 a div + span{
        width: 100%;
    }
    .staff .layout08_2 dl{
        width: 85%;
        margin-right: 0;
    }
/*============================================================================

	$top

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

.top_doctor {
    margin-bottom: 120px;
}

.top_doctor .box2::before {
    position: absolute;
    top: 9vh;
    right: 0;
    left: 0;
    width: 100%;
    height: 65vh;
}

/*.top_doctor_img_doctor2 .box2::before {
    background: url(../images/doctor2.png) top 25% left 40% no-repeat !important;
}*/

.top_doctor .box2{
margin: 0 6%;
}

.top_doctor .box2 .btn02 a {
    width: 100%;
}

.top_doctor .text {
    width: auto;
    padding: 5%;
    margin-top: 68vh;
}
.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_doctor .text::after {
    width: 100%;
}
/*ドクター写真一時的非表示ここから*/
/*.top_doctor .box2 {
    width: auto;
}
    .top_doctor .text {
        margin-top: 0;
    }   */
    
/*ドクター写真一時的非表示ここまで*/   
.top_medical .box2 {
    padding-left: 0;
    padding-right: 0;
	}
	
	.top_medical .box2 a {
    width: 100%;
    height: 350px;
}

.top_medical .box2 a dd h3 {
    font-size:28px;
    letter-spacing: 0.15em;
}

.top_medical .box2 a dl {
    position: absolute;
    right: 5%;
    bottom: 8%;
}

.top_medical .box2 a dt {
    letter-spacing: 0.2em;
}

/*
.top_medical .box2 a:last-child::after{
	display:none;
}
*/
	
/*
	.top_medical .box2 a:last-child dl,
	.top_medical .box2 a:last-child{
	display:none;
}
*/
	
.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;
}



.top_medical2 h3 {
    padding-left: 0;
}
.top_medical2 .box2{
        margin: 0;
    padding: 10% 6%;
    height: auto;
}
.top_medical2 .top_medical_list{
width: 100%;
    padding: 0;
    justify-content: space-around;
}
.top_medical2 .top_medical_list a {
    width: 130px;
    height: 130px;
    margin: 0 0 10px;
}











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

	$top_map

============================================================================*/
.top_map {
    padding: 120px 0 0;
}
.top_map ul{
flex-wrap: wrap;
}
.top_map li {
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.top_map li i {
    margin: 0 15px 0 0;
}



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

	$breadcrumb ぱんくず

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

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

	$共通

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

#contents {
    padding-bottom: 70px;
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
.text2 {
    position: relative;
    margin-bottom: 150px;
}
.top_doctor h2, .top_doctor h3 {
    margin-top: 0;
    padding-left: 0;
    font-size: 40px;
    text-align: center;
				    margin-bottom: 25px;
}

h2.tit01, h3.tit01 {
    font-size: 40px !important;
}

h2.tit01 span, h3.tit01 span {
    line-height: 30px;
    font-size: 21px;
    padding: 10px 0 0;
}
h3.tit01, h3.tit02, h3.tit03, h3.tit04, h3.tit05 {
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    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,
.tb01 td:last-child{
    padding: 2% 2%;
}
.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;
}

.pagetop {
    right: 0;
    bottom: 0;
}

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

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

	$doctor

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

/* ごあいさつ */
.doctor_greet {
}
.doctor_greet .text {
    float: none;
    width: auto;
}
/* 経歴、資格 */
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
/*============================================================================

	$clinic

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

#nw4 + div iframe{
    width: 100%;
}



/* 医院概要 */
.clinic_sec1 dt {
    width: 100%;
				display: block;
}
.clinic_sec1 dd {
    width: 100%;
				display: block;
}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}
/* 院内スライド */
.clinic_slides1 {
    margin-bottom: 20px;
				height: 450px;
}
.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: -70%;
    z-index: 2;
}
.clinic_slides1 .flex-control-thumbs li {
    position: relative;
    width: 22.2%;
    margin: 0 0 1% 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;
}
.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: 14.3%;
    margin: 0 0 4% 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%;
    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 dd {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.access_map dd div.map {
    width: 100%;
    height: 450px;
				margin: 0 0 20px;
}
.access_info {
    width: 100%;
}



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

	$first

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





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

	$medical

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

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

.layout03 dt {
    width: 100%;
    display: block;
				}
.layout03 dt img {
    width: 70%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 100%;
    display: block;
				}

.layout04 dt {
    width: 100%;
    display: block;
				text-align: center;
				    padding: 2% 2% 4.5%;
				}
.layout04 dt img {
    width: 70%;
}
.layout04 dd {
    width: 100%;
    display: block;
				}

.layout05 dt {
    width: 100%;
    display: block;
				    margin: 0 0 20px;
	}
	.layout05 dt img {
    width: 70%;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}
.layout05 dd {
    width: 100% !important;
    display: block;
	}
	.layout05 dd:nth-child(3) {
    border-left: none;
}

.layout08 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.layout08 dl {
    position: relative;
    float: none;
    width: 90%;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 3%;
    /* border-radius: 10px; */
    background-color: #F7F7F7;
}
.layout08 dl::before{
display: none;
}
.staff .layout08 dl {
width: 90%;
}   
.staff .layout08 dl img {
    width: 100%;
    height: 100%;
}  
/*============================================================================

	$mpcloud_schedule

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

#mpcloud_schedule{
	width: 100%;
	right: 0;
	left: 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;
}    
    
/*============================================================================

	$news

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

.top_news h3{
margin: 0 0 25px;
    padding: 0;
    display: block;
    width: 100%;
}
.top_news .box2{
margin: 0;
    padding: 10% 6%;
}
.top_news_flame {
    width: 100%;
}
.scroll_area li a{
padding: 5% 3%;
}
.scroll_area li a .date {
    margin-right: 20px;
}









}

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