
/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 14px;
}
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;
}
a[href^="tel:"] {
    pointer-events: auto;
}




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

	header

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

header {
    display: none;
}




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

	nav

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

.fixed {
    position: fixed;
    width: 100%;
}
.fixed li a {
}
.fixed li {
    display: block;
}
.sp_footer_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.sp_navi_btn_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}
.sp_navi_btn_area li {
    display: block;
    width: 50%;
    text-align: center;
}
.sp_navi_btn_area li a {
    display: block;
    color: #FFF;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: 'Noto Sans JP',sans-serif !important;
    font-size: 4vw;
    background: #902828;
    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;
}
.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;
    right: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 9999;
    height: 62px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background-color: #fff;
}
.sp_navi_fixed_area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: inline-block;
    width: calc(100% - 62px);
    height: 62px;
    background: #fff;
    text-align: left;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 10px;
}
.sp_navi .header_logo img {
    width: 80%;
    z-index: 9999;
    position: relative;
    max-width: 230px;
}
.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: #333;
    text-decoration: none;
    font-size: 1.1em;
    background: #ECE6DE;
    border-bottom: solid 1px #fff;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    /*line-height: 50px;*/
    line-height: 1.2;
    padding: 10px 0 2px;
}
.sp_navi_children li a {
    background: #f3eee7 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -.5em;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -.5em;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
}
.sp_navi_list li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: ">";
    margin-top: -.5em;
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #ECE6DE;
}
.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #333;
    font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #333;
    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: #ECE6DE;
}
.sp_navi dt a.active i {
    color: #333;
}
.sp_navi dt a.active span {
    background: #333;
}
.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: 170px;
    margin-top: 62px;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
.mainvisual_scroll {
    display: none;
}

/* 下層ページヘッドライン */
.mainvisual_headline h1 {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.3;
}

/* トップページキャッチフレーズ */
.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;
}
.mainvisual_open {
    bottom: 16px;
    left: 3%;
    margin-left: 0;
}
.mainvisual_open img {
    width: 240px;
}

	.invisa_bnr {
		top: 6%;
  		right: 2%;
		width: 20%;
	}
	.invisa_bnr img {
		width: 100%;
	}


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

	#contents

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

.box1 {
    width: auto;
    margin: 0 0 80px;
}
.box2 {
    width: auto;
    margin: 0 0 80px;
}
#container {
    padding-bottom: 20px;
}
#contents {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
}
#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}
#contents_right {
    width: auto;
    margin-top: 50px;
    padding: 0 6%;
    float: none;
}

.case_list_2 .bg1::after{
     width: 40px;
    height: 40px;
    bottom: 38%;
    left: 90%; 
}
.case_list_2 .bg2::after{
     width: 40px;
    height: 40px;
    bottom: 29%;
    left: 90%; 
}
.case_list_2 .bg1 .bl{
     font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0;   
}
.case_list_2 .medical01_caseimg .bl{
     font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0;   
}
.top_feature_list01_text_lp{
    width: 100%;
    height: 200px;
}
.top_feature_list01_text_lp a::before{
    top: -22vw;
    left: -26px;
    width: 45px;
}
.top_feature_list01_text_lp a img{
        width: 80%;
}    
/*============================================================================

	fotter

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

footer {
    padding: 30px 0 62px;
}
footer .inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 4%;
    margin: 0 auto 30px;
}
.footer_logo {
    display: block;
    height: auto;
    margin-bottom: 24px;
    padding-right: 0;
    border-right: none;
    text-align: center;
}
.footer_logo img {
    width: 160px;
    height: 105px;
}
.footer_info {
    display: block;
    width: 100%;
    border-right: none;
}
.footer_info_add {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.footer_sche {
    display: block;
}
.footer_sche .schedule {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
}
.footer_info_sche p {
    margin: 0;
}
.footer_navi {
    display: none;
}
.copy {
    line-height: 60px;
}

.pagetop {
    margin: 0 auto 35px;
}





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

	$top

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

.top_news {
    margin-top: 0;
    height: 120px;
}
.top_news .inner {
    display: block;
    width: 100%;
    height: 110px;
    padding: 14px 5% 0;
}
.top_news h2 {
    margin-bottom: 12px;
}
.top_news_flame li .date {
    width: 90px;
    margin-right: 10px;
}
 .mainvisual_catch02 {
    position: absolute;
    bottom: /*78px*/ 3px;
	left: 5%;
	 margin-bottom: 5px;
}	
.mainvisual_catch02 ul li {
	width: 20%;
	margin-right: 0;
}
  /*.mainvisual_banner_LP{
    width: 47%;
    height: auto;
    bottom: 56px;
	right: 2%;
  }
 .mainvisual_banner_LP_02{
    width: 47%;
    height: auto;
    bottom: 56px;
	left: 2%;
  }
   .mainvisual_banner_LP_03{
    width: 47%;
    height: auto;
    bottom: 8px;
	left: 28%;
  }*/
	.lp_bnr {
		margin-bottom: 30px;
	}
	
	.lp_bnr ul li {
		margin-bottom: 10px;
		text-align: center;
	}
	.lp_bnr ul li img{
		width: 65%;
	}
.top_feature {
    padding-bottom: 30px;
}
.top_feature h2,
.top_doctor h2 {
    margin-bottom: 30px;
}
.top_feature h2 i,
.top_doctor h2 i {
    padding-bottom: 8px;
    font-weight: 300;
    font-size: 36px;
}
.top_feature h2 span,
.top_doctor h2 span {
    padding-top: 12px;
    font-size: 13px;
}
.top_feature_list01 {
    display: block;
    width: 92%;
    margin: 0 auto 60px;
}
.top_feature_list01 li {
    display: block;
    width: auto;
    margin-bottom: 30px;
}
.top_feature_list01 li figure {
    text-align: center;
    margin-bottom: 8px;
}
.top_feature_list01 li figure img{
	max-width: 65%;
}	
.top_feature_list01_text {
    /*height: 240px;*/
	height: 184px;
    padding: 35px 0 0;
    margin: 0 auto;
}
.top_feature_list01_text h3 {
    /*margin-bottom: 16px;*/
	margin: 0;
}
.top_feature_list01_text h3 span {
    margin-top: 14px;
    font-size: 14px;
}
.top_feature_list02 li {
    width: 100%;
    margin: 0 auto 56px;
    padding-top: 0;
}
.top_feature_list02_text {
    width: auto;
    height: auto;
    padding-top: 0;
}
.top_feature_list02_text h3 {
    padding: 0 4%;
    margin-bottom: 20px;
    font-size: 22px;
}
.top_feature_list02_text h3::before {
    left: 4%;
    width: 92%;
}
.top_feature_list02_text h3 span {
    margin-top: 16px;
    padding-right: 10px;
}
.top_feature_list02 li:nth-of-type(even) h3 span {
    padding-left: 10px;
}
.top_feature_list02_text p {
    width: auto;
    line-height: 1.8;
    padding-left: 4%;
    padding-right: 4%;
}
.top_feature_list02_btn {
    width: auto;
    margin: 10px 4% 20px 0;
}
.top_feature_list02_btn::before,
.top_feature_list02_btn::after {
    right: 184px;
}
.top_feature_list02 li figure {
    position: relative;
    width: 100%;
    padding-left: 10%;
    top: auto;
    left: auto;
}
.top_feature_list02 li:nth-of-type(even) figure {
    left: 0;
    right: auto;
    padding-left: 0;
    padding-right: 10%;
}
.top_feature_list02 li figure::before {
    width: 96%;
    height: 100%;
    bottom: -20px;
    left: 4%;
}
.top_feature_list02 li:nth-of-type(even) figure::before {
    right: 4%;
}

.top_doctor {
    padding-top: 30px;
    padding-bottom: 40px;
}
.top_doctor .inner {
    display: block;
    width: 92%;
}
.top_doctor_text {
    width: 100%;
    margin-left: 0;
    padding: 25px 9% 35px;
}
.top_doctor_text p {
    margin-bottom: 0.8em;
    line-height: 1.8;
}
.top_doctor_img {
    margin-top: 20px;
}
.top_doctor_img figcaption {
    height: auto;
    margin-top: 10px;
    padding: 20px 5%;
    text-align: left;
}
.top_doctor_img figcaption p.name {
    margin-bottom: 14px;
    padding-bottom: 10px;
}
.top_doctor_img figcaption p {
    line-height: 1.3;
}
.top_doctor_btn {
    position: relative;
    right: auto;
    bottom: auto;
    width: 240px;
    height: 45px;
    padding: 3px;
    margin: 30px auto 0;
}
.top_doctor_btn::after {
    bottom: -6px;
}

.top_treatment {
    margin-top: 0;
    padding-top: 35px;
    background-size: cover;
}
.top_treatment h2 span,
.top_medical h2 span{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 0.9;
}
.top_treatment_list {
    flex-wrap: wrap;
    width: 94%;
    margin: -24px auto 0;
    padding: 58px 6% 28px;
}
.top_treatment_list li {
    position: relative;
    box-sizing: border-box;
    width: 47%;
    max-width: 240px;
    height: 270px;
    margin-bottom: 18px;
    padding-top: 190px;
    border: 2px solid #902828;
    background: no-repeat center 56px;
    background-size: 120px auto;
    background-color: #902828;
}
.top_treatment_list li p.en {
    top: 18px;
}
.top_treatment_list li h3 {
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.top_medical {
    padding: 40px 0 0;
}
.top_medical h2 {
    margin-bottom: 36px;
}
.top_medical_list {
    flex-wrap: wrap;
    width: 92%;
}
.top_medical_list li {
    margin: 0 auto 60px;
}

.top_insta {
    padding-bottom: 40px;
}
.top_insta h2 {
    margin-bottom: 30px;
}
.top_insta h2 span {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 36px;
}
.top_insta h2 span::before {
    width: 150px;
}
.insta_sp {
    width: 92%;
    margin: 0 auto;
    text-align: center;
}
.insta_sp iframe {
    max-width: 100%;
}
.media-grid .media-list-item{
    width: 50% !important;
}



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

	$breadcrumb ぱんくず

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

.breadcrumbs {
    margin: 0 0 30px;
    font-size: 14px;
}



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

	$共通

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

#contents {
    padding-bottom: 30px;
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
.text p {
    margin-bottom: 1em;
    font-size: 15px;
}
h2.tit01 {
    margin-bottom: 40px;
}
h2.tit01 i {
    padding-bottom: 10px;
    font-size: 36px;
}
h2.tit01 span {
    padding-top: 12px;
    font-size: 16px;
}
h3.tit01 {
    margin-bottom: 18px;
    padding-bottom: 6px;
}
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 {
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: 0;
}
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%;
}
.list08 li {
    line-height: 1.2;
    margin-bottom: 14px;
    padding-bottom: 6px;
    letter-spacing: 0;
}
/* テーブル */
.tb01 {
    margin-bottom: 8px;
    white-space: inherit;
}
.tb01 td, .tb01 th {
    padding: 2% 2%;
}
.tb01 tr td:last-of-type {
    padding-right: 2%;
}
.tb01 td {
    width: auto;
}
.tb03, .tb03 th {
    white-space: inherit;
}
.tb03.w075par {
    width: 100%;
}

	
.tb03 td, .tb03 th {
	padding: 3% 2%;
}
.tb03 th {
	font-size: 14px;
}
.tb03 th span {
	font-size: 11px;
}
.tb03_01, .tb03_01 th {
    white-space: inherit;
}
.tb03_01.w075par {
    width: 100%;
}

	
.tb03_01 td, .tb03_01 th {
	padding: 3% 2%;
}
.tb03_01 th {
	font-size: 14px;
}
.tb03_01 th span {
	font-size: 11px;
}
		
	
.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
/* ボタン */
.btn01 a {
    display: block;
}
.btn02 a {
    padding: 10px 20px;
    line-height: 1.3;
}
/* アンカーリンク */
.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: 0 auto;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
}

.img_fr_prevent_note {
    margin-bottom: 15px;
}


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

	$doctor

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

#contents.doctor .top_doctor {
    padding: 40px 4% 50px;
}
#contents.doctor .breadcrumbs {
    margin: 0 4% 30px;
}
#contents.doctor .top_doctor .inner {
    width: 100%;
    margin-bottom: 40px;
}
/* ごあいさつ */
#contents.doctor .top_doctor_text {
    width: auto;
    padding: 30px 8% 50px;
}
#contents.doctor .top_doctor_img {
    width: auto;
    margin-top: 24px;
}
#contents.doctor .top_doctor_img figcaption {
    padding: 20px 5%;
}
.top_doctor_img figcaption p.name {
    margin-bottom: 10px;
    padding-bottom: 8px;
}

/* 経歴、資格 */
.doctor_carr.box2 {
    margin-bottom: 0;
}
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 8% 30px;
}
.doctor_carr_sec1:last-of-type {
    width: 100%;
    margin-bottom: 0;
}
.tb02 th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 4px;
    line-height: 1.3;
}
.tb02 td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
}





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

	$clinic

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

/* 医院概要 */
.clinic_sec1 {
    width: auto;
}
.clinic_sec1 dt,
.clinic_sec1 dd {
    display: block;
    width: 100%;
    line-height: 1.3;
}
.clinic_sec1 dt {
    margin-bottom: 5px;
    padding-left: 0;
}
.clinic_sec1 li {
    padding: 14px 0;
}
.clinic_sec1 .schedule {
    width: 100%;
    margin-left: 0;
}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}


/* 院内スライド */
.clinic_slides1 {
    margin-bottom: 40px;
}
.clinic_slides1 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides1 .flexslider li div {
    display: block;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
}
.clinic_slides1 .flexslider p {
    display: block;
    line-height: 1.5;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
    position: relative;
    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;
}
.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;
}

    
    
    
.clinic_slides1 .flexslider li div.vrview{
	display:block;
	position:inherit;
	margin-top:0;
	margin-left:0;
    text-align: center;
}
    .clinic_slides1 iframe {
        width: 100%;
        height: 260px;
    }    
    
.vr_list {
    display: block;
}
.vr_list li {
    width: 100%;
}
.vr_list iframe {
    width: 100%;
    height: 260px;
}


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

	$facilities

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

.facilities_head h2 {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.25;
}
.facilities_head p.center {
    text-align: left !important;
}

.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;
}
.cli_features {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.facilities_equip2 {
}
.facilities_equip2 dl, .facilities_equip2 dl:nth-child(3n){
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip2.clinic dl{
	width: 80%;
    height: auto !important;
    margin: 5% auto;	
}
.facilities_equip2.clinic dl:nth-child(2n),
.facilities_equip2.clinic dl:nth-child(3n), 
.facilities_equip2.clinic dl:nth-child(4n){
	margin: 5% auto !important;
}
.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_guide {
    line-height: 1.3;
    margin-bottom: 20px;
}
.access_info_add {
    font-size: 15px;
}
.access_map iframe {
    height: 300px;
}
.access_info_wrap {
    display: block;
    margin-bottom: 50px;
    padding: 25px 7% 15px;
}
.access_info {
    padding-top: 15px;
    padding-right: 0px;
}
.access_train dd, .access_bus dd, .access_car dd, .access_bike dd {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}





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

	$first

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


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

	.medical01

==================================================================*/
.case_list li {
	width: 100%;
}
.case_list li:nth-of-type(odd) {
	margin-bottom: 20px;
	margin-right: 0;
}
/*.case_list li.tooth_img {
	width: 50%;
	margin: 0 0 60px 0;
}*/
	.case_list li.tooth_img:nth-of-type(odd) {
		margin-bottom: 0;
	}

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

	$medical

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

.layout01 dt {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 10px 5%;
    font-size: 17px;
}
.layout01 dd {
    display: block;
    line-height: 1.5;
}
.layout01 dt em {
    display: inline-block;
    margin-right: 6px;
    font-size: 26px;
    line-height: 1;
    text-align: center;
}
.layout03 dt img {
    width: auto;
    height: auto;
    max-height: 200px;
}
.layout05_text1 ul li {
    margin-bottom: 8px;
    line-height: 1.2;
}
.text .layout05 dd p {
    font-size: 14px;
    margin-bottom: 0;
}




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

	$news

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

.news_text p {
    margin-bottom: 8px;
}
.news_text p strong {
    display: block;
}
.news_text .line {
    font-size: 15px;
    line-height: 1.8;
}




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

	.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% 7%;
}
.layout03 dt img {
    margin-top: 10px;
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dd {
    padding: 5% 5%;
}
.layout03 dd h5 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}
.layout03 dd p {
font-size: 1.5;
    line-height: 1.5;
}
.layout03 dd h5 span {
    font-size: 26px;
}
.text .layout03 dd p {
    line-height: 1.4;
    margin-bottom: 0;
}
.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: 0 auto 45px;
    padding: 7%;
}
.layout08 dl:nth-child(3n){
	margin-right: auto;
}
.layout08 dl:last-of-type {
    margin-bottom: 0;
}
.layout08 dl::before {
    height: 16px;
    width: 16px;
    left: 50%;
    top: auto;
    bottom: -25px;
    margin-left: -8px;
    transform: rotate(135deg);
}
.layout08 dl:first-of-type::before {
    display: block;
}
.layout08 dl:last-of-type::before {
    display: none;
}
.layout08 dl dd p {
    width: auto;
    max-width: 300px;
}

.visiting_imglist_above dl {
	width: 70%;
}
.visiting_imglist_bottom dl {
	width: 49%;
}
.visiting_imglist dd {
	position: static;
	width: 100%;
}
.visiting_imglist_bottom dl:nth-of-type(1),
.visiting_imglist_bottom dl:nth-of-type(2) {
	margin: 0;
}
.visiting_imglist_above dl::before{
	left: -10%;
}
.visiting_imglist_above dl::after{
	right: -10%;
}
.visiting_imglist_bottom::after {
	margin-top: 10vw;
}
}



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

.footer_info_add {
    letter-spacing: 0;
}
.top_feature_list02_text h3 {
    letter-spacing: 0;
}
.top_treatment_list li {
    height: 260px;
    padding-top: 185px;
    background-size: 110px auto;
    background-color: #902828;
}
.top_treatment_list li p.en {
    top: 18px;
}
.top_treatment_list li h3 {
    line-height: 1.5;
    font-size: 14.5px;
    letter-spacing: 0;
}
.clinic_sec1 .schedule .schedule_note {
    font-size: 13px;
    letter-spacing: 0;
}



}
