
/* 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;
}
/*============================================================================

	header

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


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

	nav

============================================================================*/
.sp_fixed {
    position: fixed;
    width: 100%;
	background: #000;
}

.sp_fixed .sp_navi {
	background: #fff;
}

.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% / 3 ) !important;
	/*width: calc(100% / 3 ) !important;*/
    float: left;
    text-align: center;
}

.sp_navi_btn_area li a {
    display: flex;
	justify-content: center;
    color: #FFF;
    height: 54px;
    /*margin: 4px;*/
    margin: 2px;
    border-radius: 5px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 3.8vw;
    background: #F0988D;
	align-items: center;
	text-align: center;
}
.sp_navi_btn_area li a span span{
	font-size: 3vw;
}
.sp_navi_btn_area li a i {
	text-align: right;
}

.sp_navi_btn_area li span {
	line-height: 1.3;
	/*text-align: left;*/
}

.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;
    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: 5px;
}

.sp_navi .header_logo img {
    width: 256px;
    height: 55px;
    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%;
    color: #fff;
    text-decoration: none;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 1.1em;
    background: #807251;
    border-bottom: solid 1px #FFF;
    line-height: 1.5;
    padding: 13px 0 12px;
}

.sp_navi_children li a {
    background: #b3a27b !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 {
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f054";
    font-size: 1.0em;
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background: #807251;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
	font-family: "DS-kirigirisu";
    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: #807251;
}

.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;
	width: 100%;
    height: 280px;
	border-radius: 0;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
    margin-top: 124px;
}

#mainvisual::before {
	top: 0;
	width: 96.8%;
	border-radius: 0;
	border-top: 0;
	border-left: dashed 2px #fff;
	border-right: dashed 2px #fff;
	border-bottom: dashed 2px #fff;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

#mainvisual .inner {
    width: auto;
    height: inherit;
}

.mainvisual_bg_wrap::after {
	background: url("../images/mv_dots_sp.png") no-repeat;
	width: 50px;
	height: 89px;
	bottom: 0;
}

.mainvisual_bg_move::before {
	background: url("../images/mv_bubble_sp.png") no-repeat;
	width: 50px;
	height: 133px;
	bottom: 0;
}

.mainvisual_bg_move::after {
	display: none;
}

.mainvisual_headline {
	padding-top: 15px;
}

.mainvisual_headline p.headline {
    font-size: 24px;
}

.mainvisual_headline p {
	font-size: 15px;
}

/* キャッチコピー */
.mainvisual_catch {
	top: 6%;
	left: 0;
	right: 0;
	width: 85%;
	margin: auto;
	padding: 0 6% 0;
}
/* バナー */
.mv_recruit_bnr{
	position: absolute;
	top: 170px;
    left: 70%;
	width: auto;
}
.mv_recruit_bnr a{
	position: relative;
}
.mv_recruit_bnr.sp img{
	max-width: 102px;
}
.mv_recruit_bnr img a:hover{
	opacity: .6;
}
.mv_exam_bnr {
    margin-right: 12px;
}
.mv_sunday_bnr p{
/*
	top: 20px;
    right: 5px;
*/
    font-size: 20px;
}
.mv_sunday_bnr{
  	margin-right: 0;
}
.mv_sunday_bnr img{
	max-width: 95%;	
}
/*============================================================================

	#contents

============================================================================*/
.box1 {
    width: auto;
    margin: 0;
	padding: 0 6% 50px;
}

.box2 {
    width: auto;
    margin: 0;
	padding: 0 6% 50px;
}

#contents {
    width: auto;
}

#container {
	padding-top: 0;
}

#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}

#contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
}



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

	footer

============================================================================*/
footer::before {
	top: auto;
	bottom: 90px;
}

.footer_inner {
    display: block;
    padding: 0 6% 180px;
    width: 100%;
}

.flow_ballon01 {
	top: auto;
	bottom: 180px;
}

.flow_ballon02 {
	top: auto;
	bottom: 240px;
}

.flow_bird {
    top: auto;
    bottom: 130px;
}

.footer_info dd {
	font-size: 15px;
	width: 70%;
}

.footer_info_add dt,
.footer_info_tel dt,
.footer_info_medical dt {
	font-size: 15px;
	width: 90px;
}

.footer_info_add dd {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.footer_info_sche {
    width: 100%;
}

.footer_logo {
	width: 100%;
}

.pagetop {
	bottom: 30px;
}


.copy {
	margin: 35px 0 0 -10px;
    margin-top: 35px;
	width: 100%;
}



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

	.top_bnr_box

============================================================================*/
.top_bnr_box .box1 {
	padding: 35px 6% 35px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 239, 237, 1) 2px, rgba(255, 239, 237, 1) 6px );
	border-bottom: 1px solid #ffd8d3;
}

.mainvisual_bnr_box {
	position: static;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, auto);
}



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

	.tit_circus

============================================================================*/
.tit_circus {
	margin: -13px auto 25px;
	padding: 0 6% 0;
	width: 100%;
	height: auto;
}



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

	.top_info

============================================================================*/
.top_info .box1 {
	padding: 0 6% 50px!important;
}

.top_info .tit_box {
	margin-bottom: 20px;
}

.info_flex {
	display: block;
}

.news_left,
.blog_right {
	padding: 15px 0 15px;
	display: block;
	width: 100%;
	height: 300px;
}
	.blog_right{
		height: 645px;
	}

.news_tit_box,
.blog_tit_box {
	margin-bottom: 80px;
	padding: 15px 0;
	width: 100%;
}

.news_tit_box h3,
.blog_tit_box h3 {
	font-size: 20px;
}

.news_detail,
.blog_detail {
	width: 100%;
}

/* ニュース */
.news_tit_box::before {
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.zebra {
	top: 60px;
	left: auto;
	right: 45px;
    width: 85px;
    height: 108px;
}

.news_detail {
	padding: 5%;
}

.news_list li span {
	padding: 12px 22px;
	display: inline-block;
	margin-right: 0!important;
	margin-bottom: 5px;
}

.news_left .btn01 a {
	display: inline-block;
}

/* ブログ */
.blog_tit_box::before {
	top: 5px;
	left: 12px;
	right: 0;
	margin: auto;
}

.giraffe {
	top: 10px;
	left: 52px;
    width: 85px;
    height: 136px;
}

.blog_right .btn01 a {
	display: inline-block;
}

.blog_detail {
	padding: 5%;
}

.blog_frame {
    margin-bottom: 30px;
	height: 380px;
}

.blog_information {
	height: auto;
}

.blog_information a dl {
    display: block;
}

.blog_information a dt {
	width: 100%;
	margin-bottom: 5px;
	margin-right: 0!important;
}

.blog_information a dt p {
	padding: 12px 22px;
	display: inline-block;
}

.blog_information a dd {
    padding-top: 0;
    width: 100%;
}

.news_left {
	margin-bottom: 50px;
}



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

	.top_clinic

============================================================================*/
.top_clinic .box1 {
	padding: 0 6% 0;
}

.clinic_overview_box {
	padding: 20px 0 55px;
}

.clinic_logo_box {
	padding: 0 6% 0;
    width: 100%;
    height: auto;
}

.clinic_logo_box::before {
    position: static;
	display: block;
}

.clinic_logo_box::before {
	margin-bottom: 20px;
	width: 80px;
	height: 55px;
}

.clinic_logo_box::after {
	top: 5px;
	right: 30px;
	width: 80px;
	height: 52px;
}

.clinic_flex {
    display: block;
	padding: 0 6% 0;
}

.overview_left,
.access_right {
    width: 100%;
}

.clinic_inner {
	padding-bottom: 40px;
}

/* クマさん */
.bear_left {
	bottom: 0;
	left: 0;
	width: 28%;
}

.bear_left_inner::before {
	bottom: -10px;
	width: 122px;
	height: 10px;
}

.bear_right {
	right: 0;
	bottom: 0;
	width: 31%;
}

.bear_right_inner::before {
	bottom: -10px;
	width: 122px;
	height: 10px;
}

.clinic_access {
	padding: 14px 6px 18px;
	font-size: 15px;
	line-height: 1.5;
}

.clinic_access span {
	padding-left: 0;
}
/*============================================================================

	.top_medical

============================================================================*/
.top_medical .box1 {
	padding: 80px 6% 46px;
}

.top_medical .tit_box {
    margin-bottom: 80px;
}

.medical_flex {
	width: auto;
}

.medical_list_item {
	width: 135px;
	height: auto;
}







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

	.top_feature

============================================================================*/
.top_feature .box1 {
	padding: 140px 6% 80px;
}

.top_feature .tit_box::before {
	top: 25px;
	left: 0;
	width: 55px;
	height: 39px;
}

.top_feature .tit_box::after {
	top: 25px;
	right: 0;
	width: 52px;
	height: 44px;
}

.feature_list_item {
	text-align: center;
}

.feature_list_item .tit02 {
    font-size: 20px;
}

.feature_list_item::before,
.feature_list_item02::before {
	left: 0;
}

.feature_flex01,
.feature_flex02 {
	display: block;
}

.feature_flex01 {
	margin-bottom: 60px;
}

.feature_list_item01, 
.feature_list_item02 {
	margin-bottom: 60px;
	width: 100%;
	padding: 0!important;
}

.feature_list_item01 figure,
.feature_list_item02 figure {
	padding: 0;
}

.feature_list_item03, 
.feature_list_item04, 
.feature_list_item05 {
    width: 100%;
}

.feature_list_item03,
.feature_list_item04,
.feature_list_item05 {
	margin-bottom: 60px;
	padding: 0;
}

.feature_list_item03 figure,
.feature_list_item04 figure,
.feature_list_item05 figure {
	padding: 0;
}



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

	.top_doctor

============================================================================*/
.top_doctor .tit_box::before {
	top: 25px;
	left: 0;
	width: 57px;
	height: 59px;
}

.top_doctor .tit_box::after {
	top: 20px;
	right: 0;
	width: 60px;
	height: 63px;
}

.doctor_bg::after {
	bottom: 0;
	background-size: contain;
}

.doctor_flex {
	display: block;
}

.greeting_box {
	padding: 16px 6% 0;
    width: 100%;
}

.greeting_catch {
	font-size: 22px;
}

.doctor_img_box {
    width: 100%;
}

.doctor_flex::before {
    right: 0;
}


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

	.top_

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








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

	.top_

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





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

	$breadcrumbs ぱんくず

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

.breadcrumbs {
    width: 92%;
    margin: -10px 4% 40px;
}
.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;
}

.btn02 {
	text-align: center;
}
.google_form{
	width: auto;
}
.google_form iframe{
	width: 100%;
}
.sun.recurit{
	left: 36px;
}
/*============================================================================

	$見出し

============================================================================*/
h1 {
	font-size: 12px;
    width: auto;
    padding: 10px 30px 10px;
    text-align: left;
    position: static;
    margin: 30px 0 0!important;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 239, 237, 1) 2px, rgba(255, 239, 237, 1) 6px );
	border-top: 1px solid #ffd8d3;
	border-bottom: 1px solid #ffd8d3;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}	

.tit_box {
	margin-bottom: 80px;
}

.tit_box::before {
	top: 25px;
	left: 0;
}

.tit_box::after {
	top: 25px;
	right: 10px;
}

.tit_en {
	font-size: 26px!important;
}

.tit01 {
	font-size: 24px!important;
}

.tit01::after {
	bottom: -30px;
	width: 150px;
	height: 11px;
	
}

.tit02 {
	font-size: 20px;
}

.tit01,
.tit02,
.tit03,
.tit04 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
	line-height: 1.2;
}

.tit01 {
	z-index: 1;
}

.tit03 {
	padding: 25px 14px 35px 80px;
	font-size: 20px;
	text-align: left;
}

.tit03::before {
	width: 59px;
	height: 69px;
}

/* フクロウとお花 */
.tit04 {
	font-size: 22px;
}

.tit04::before {
	display: block;
	margin: 0 auto 20px;
}

.nowrap {
    white-space: normal;
}

/* 診療時間 */
.schedule_note {
	font-size: 15px;
}
.schedule_note li,.schedule_note li.kome_before{
	margin-bottom: 10px;
	padding-left: 15px;
    position: relative;
}
.schedule_note li.kome_before:before{
	display: block;
	position: absolute;
    left: -10px;
    content: "※";	
}
.schedule_note li.kome_before.orange:before{
	color: #EC8627;
}
.schedule_point p:first-child {
	margin-right: 5px;
}

.schedule_point p:last-child {
	margin-left: 5px;
	margin-bottom: 0;
}

.schedule_note li:nth-of-type(3) {
	padding-left: 15px;
}
.schedule_note li:nth-of-type(4) {
	margin-bottom: 0;
}

.schedule_note .sat,.schedule_note.sat02{
	padding-right: 0;
}
.schedule_note .schedule_note_notice{
	padding-left: 0;
}
.schedule_point {
	display: flex;
}

/* テーブル */
.tb01 {
    white-space: inherit;
}

.tb01 th {
	padding-left: 4px!important;
	width: 25%;
	box-sizing: border-box;
	font-size: 13px;
}

.tb01 td {
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}

.tb01 td, .tb01 th {
	padding: 0;
}

.tb01 tr:first-child th::before {
    left: 35px;
}

.tb03, .tb03 th {
    white-space: inherit;
}
.tb03.w075par {
    width: 100%;
}
.tb03.recruit_tb03 th {
    padding: 0px 20px;
	width: 100%;
	/*width: -1% !important;*/
}
.recruit_tb03 th,
.recruit_tb03 td{
	display: block;
	width: 100%;
	}

.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}

	
	
/* アンカーリンク */
.ank02 {
	display: block;
	width: 100%;
}

.ank02 li {
	width: 100%;
}

.ank03 {
	display: block;
	width: 100%;
}

.ank03 li {
    width: 100%;
}

.ank03_01 {
	display: block;
	width: 100%;
}

.ank03_01 li {
    width: 100%;
}

.ank04 {
	width: 100%;
}

.ank04 li {
    width: 48%;
}
	


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

	$doctor

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

/* 経営理念 */
.doctor_philosophy {
	margin-bottom: 50px;
}

/* 経歴、資格 */
.doctor_carr {
	display: block;
}

.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
	padding: 20px 15px;
}
.doctor_carr .tb02 td{
	padding: 5px 10px;
}
.doctor_carr .tb02 td .list03{
	margin-top: 5px;
}
/*============================================================================

	$clinic

============================================================================*/
/* 医院概要 */
.clinic_sec1 dt {
    width: 30%;
}

.clinic_sec1 dd a:hover{
    color: inherit;
}

.clinic_sec1 .schedule .tb01 {
    width: 100%;
}

.clinic_sec1 .schedule {
    border-bottom: 1px solid #E5E6EF;
}

.clinic_sec1 .tb01 tr:first-child th::before {
	left: 36px !important;
}

.clinic_sec1 .tb01 tr:first-child td::before {
	left: 4px!important;
}

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

.cooperation_flex {
	display: block;
}

.cooperation_flex .cooperation_item {
	width: 100%;
}

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

.clinic_slide_wrap{
    max-width: 400px;
    margin: 0 auto;
	/* height: 440px; */
}

.clinic_slide_wrap_flex .slide_text {
	position: relative;
	margin-bottom: 0!important;
	bottom: 0;
	left: 0;
	padding: 8px;
	text-align: center;
	background: #f8f9f9;
}
#vaccine_info{
	margin-top: 0;
	padding-top: 0;
}
/*============================================================================

	$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_list{
	padding: 30px 15px 0;
	box-sizing: border-box;
}
.access_list dl {
	width: 100%;
	margin-bottom: 30px;
}

.access_right .btn01 {
	bottom: 75px;
}

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

	$medical

============================================================================*/
.btn_flex {
    display: block;
}

.btn_flex .btn02 {
	text-align: center;
}

.btn_flex .btn02 {
    margin-right: 0;
}
.btn02 a{
	width: /*262px*/ 285px;
}
/*==================================================================

  オンライン

==================================================================*/
	.online_news{
		width: auto;
		padding: 2%;
	}
/*==================================================================

	.layout

==================================================================*/
.layout_tit{
  font-size: 18px;
}

.layout_tit em{
  font-size: 24px;
}

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

  .layout01 {}

  .layout01:before {}

  .layout01 dl {
    display: block;
  }

  .layout01 dl:after {}

  .layout01 dt {
    width: 100%;
	padding: 2% 0;
  }

  .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 .layout03_box {
    display: block;
  }

  .layout03 .layout03_title {
    width: 100%;
  }

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

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


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

  .layout04 .layout04_box {
    display: block;
  }

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

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

  .layout04 .layout04_text {
    width: 100%;
  }


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

  .layout05 .layout05_box {
    display: block;
  }

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

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

  .layout05 .layout05_text1 {}

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

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

  .layout05 .layout05_text1 h5 em {}

  .layout05 .layout05_text1 h5 {}

  .layout05_text1 {}

  .layout05_text1 ul {}

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

  .layout06 .layout06_box {
    display: block;
  }

  .layout06 .layout06_box:before {}

  .layout06 .layout06_box:last-child:after {}

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

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

  .layout06 .layout06_box:last-of-type {}

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

  .layout06 .layout06_text1 {}

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

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

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

	
	
	
/* layout10 */
	.layout10 .flow_box{
		justify-content: space-between;
		padding: 6%;
	}
	.layout10 .flow_box .number{
		width: 42px;
		height: 42px;
		margin-right: 0;
		font-size: 20px;
	}
	.layout10 .flow_box .layout10_box{
		width: 80%;
	}
	.layout10 .flow_box .layout10_text .title{
		font-size: 14px;
		line-height: 1.4;
	}
	.layout10 .flow_box .layout10_text .title span{
		display: block;
		padding-bottom: 8px;
		font-weight: bold;
	}
	.layout10 .flow_box .layout10_text .title span::after{
		display: none;
	}
	.course_ablation::before{
		display: none;
	}
/*============================================================================

	$news

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

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

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

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




/*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
}
.access_right .btn01 {
	bottom: 85px;
}
}
