/* CSS Document */
@media screen and (max-width:900px) {


  br.kyuushin{
  	display: block;
  }

  .window {
      width: 95%;
      height: auto;
      background-color: #ffffff;
      border-radius: 6px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      flex-direction: column;
      flex-wrap: nowrap;
      padding: 20px;
  }

  .ng,.ok{
    background-color: #cdb084;
  margin: 0 5px;
  width: 130px;
      text-align: center;
  }

  p.textpop{
    float: none;
      width: auto;
      padding: 0;
      border: none;
      font-size: 12px;
      padding-bottom: 40px;
  }

  ul.slider.slick-initialized.slick-slider.slick-dotted
  {
      margin-bottom: 30px;
      width: 100%;
  	}

    section.kyuushin {
        z-index: 50;
        display: block;
        position: absolute;
        margin-top: 10px;
        background: #ffffff;
    }

    .f_medical_flow.pedod01::before{
        height: calc(100% - 180px);
    }

    .kyuushin p {
    font-size: 1em;
    font-weight: bold;
    color: #cdb084;
}

br.kyuushin{
  display: block;
}

.f_contents {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.f_medical_flow li h4 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #a9a192;
}

.f_contents img {
    width: 100%;
    padding-bottom: 10px;
}

.kyouseitext2 p {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    color: #a9a192;
}

.foot_info2 {
    width: 90%;
    margin-bottom: 78px;
    margin: auto;
}

.foot_reserve_btn2 span {
    display: inline-block;
    margin-top: 14px;
    padding-left: 50px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 20px;
    background: url(../images/foot_reserve_icon.png) no-repeat left center;
}

.foot_reserve_btn2 {
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    background-color: #cdb084;
    transition: 0.2s ease-in-out;
}

.foot_reserve2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}


body {
    position: relative;
    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;
}

.archive dl {
    background: #ffffff;
    padding: 10px;
    width: 100%;
    font-size: 15px;
}

.news {
    padding: 5px;
    border-bottom: 2px solid #cdb084;
}

.archive {
    height: 200px;
    overflow: scroll;
}

.archive dt {
    color: #58514b;
    font-weight: bold;
    padding: 0 15px 0 0px;
    width: 120px;
    float: left;
    margin-bottom: 0px;
}

.news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

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

	header

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




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

	nav

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

.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-family: 'Noto Sans JP',sans-serif !important;
    font-size: 4vw;
    background: #CDB084;
    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;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
.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: 20px;
}
.sp_navi .header_logo img {
    width: 280px;
    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 {
}
.sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
/*sp_test*/
.sp_navi_list li small {
    color: #FF0000;
    font-style: italic;
    font-size: .8em;
    font-weight: 700;
}
.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: #58514B;
    border-bottom: solid 1px #FFF;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #433931 !important;
}
.sp_navi_children li a small{
	color: #FF0000;
	font-size: .8em;
	font-style: italic;
	font-weight: 700;
	padding-left: 5px;
}
.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;
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #58514B;
}
.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: #58514B;
}
.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;
    background: url("../images/mainvisual_slide1_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 200px;
    margin-top: 0px;
}
#mainvisual::before {
    display: none;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}

/* 下層ページヘッドライン */
.mainvisual_headline {
    padding: 22px 20px 20px;
}
.mainvisual_headline p.headline {
    font-size: 24px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0;
}
.mainvisual_headline p:first-of-type {
    margin-bottom: 3px;
    font-size: 17px;
}

/* トップページキャッチフレーズ */
.mainvisual_corona_btn {
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    margin-top: 20px;
    border: 1px solid #eee;
}
.mainvisual_corona_btn a {
    border: 1px solid #eee;
}
.mainvisual_link {
    top: 20%;
    display: block;
    width: 70%;
}

/*
.mainvisual_link::before {
    position: absolute;
    top: 0;
    left: 240px;
    width: 240px;
    height: 230px;
    background: url("../images/logo.svg") no-repeat center 40px;
    background-color: #fff;
    content: "";
}
.mainvisual_link::before {
    top: 106px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: auto 70px;
    background-position: center 50%;
    background-color: #fff;
}
.mainvisual_link li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 100px;
}
*/

.mainvisual_link::after {
    left: 50%;
    top: 176px;
    bottom: auto;
    transform: translateX(-50%);
    font-size: 15px;
}

.mainvisual_link li a {
    width: 100%;
    height: 180px;
    padding-top: 20px;
}
.mainvisual_link li a i {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 10px;
    font-size: 26px;
}
.mainvisual_link li a span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
}
.mainvisual_link li a .btn {
    display: block;
    width: 130px;
    margin: 6px auto 0;
    line-height: 30px;
    background-position: right 22px top 12px;
}
.mainvisual_line {
    height: auto;
    padding: 6px 0;
    top: auto;
    bottom: 0;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.08em;
}




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

	#contents

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

.box1 {
    width: auto;
    margin: 0 6% 80px;
}
.box2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
#contents {
    width: 92%;
    padding-top: 15px;
    padding-bottom: 70px;
}

#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}
#contents_right {
    width: auto;
    margin-top: 70px;
    padding: 0 6%;
    float: none;
}



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

	footer

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

.foot_overview {
    display: block;
    width: 92%;
}
.footer_info .inner {
    width: auto;
    padding: 40px 6%;
}
.foot_info {
    width: 100%;
    margin-bottom: 25px;
}
.foot_logo {
    width: 90%;
    margin: 0 auto 30px;
}

footer {
    padding-top: 35px;
}
footer .jidv{
	width: 92%;
}
.foot_overview {
    margin: 35px auto 0;
}
.foot_reserve {
    display: block;
    margin-bottom: 25px;
}
.foot_reserve a:first-of-type {
    display: block;
    width: 290px;
    margin: 0 auto 12px;
}
.foot_reserve_btn {
    width: 290px;
    height: 73px;
    margin: 0 auto;
}
.foot_info_list {
    border-width: 1px 0 1px 0;
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.4;
}
.foot_info_list::before {
    top: 74px;
}
.foot_info_list dt {
    width: 25%;
}
.foot_info_list dd {
    width: 75%;
    padding-left: 4%;
}
.foot_info_list dt:first-of-type,
.foot_info_list dd:first-of-type {
    line-height: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    min-height: 60px;
}
.foot_info_list dt:nth-of-type(2),
.foot_info_list dd:nth-of-type(2) {
    padding-top: 6px;
    padding-bottom: 6px;
}
.foot_info_list dd:nth-of-type(2) ul {
    margin-top: 10px;
}
.foot_map {
    width: 100%;
    height: 320px;
    margin-bottom: 25px;
    padding-top: 0;
}
.foot_map iframe {
    width: 100%;
    height: 100%;
}
.foot_schedule_wrap {
    display: block;
    width: 92%;
}
.foot_calendar {
    width: 100%;
    height: 320px;
    margin-bottom: 25px;
}
.foot_calendar iframe {
    width: 100%;
    height: 100%;
}
.footer_info_sche {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 7% 30px;
margin-bottom: 20px;
}
.schedule_note {
    margin-top: 16px;
    font-size: 15px;
}
.footer_navi {
    display: none;
}
.copy {
    padding: 30px 0 60px;
    line-height: 1;
    font-size: 13px;
}



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

	$top

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

.top_news {
    margin-top: 0;
}
.top_news .inner {
    display: block;
    width: 92%;
    margin-bottom: 50px;
    padding-top: 0;
}
.top_news h2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 46px;
}
.top_news h2::before {
    top: 0;
}
.top_news_flame {
    width: 100%;
    padding-left: 0;
    border-left: none;
}
.top_news_flame ol li a {
    padding-left: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    line-height: 1.3;
    background-size: 30px 3px;
}
.top_news_flame ol li a em {
    font-size: 14px;
    line-height: 26px;
}
.top_news_flame ol li a span {
    margin-right: 26px;
    font-size: 15px;
}
.top_news_flame ol li a strong {
    display: block;
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_principle {
    height: auto;
    margin-top: 0;
    padding-bottom: 30px;
    background-color: #e5e1da;
    overflow: hidden;
}
.top_principle::before {
    display: none;
}
.top_principle::after {
    left: 50%;
    top: 210px;
    margin-left: -350px;
    border-width: 70px 0 0 700px;
    border-color: transparent transparent transparent #e5e1da;
}
.top_principle h2 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
    padding-top: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}
.top_principle h2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 40px;
    text-align: center;
}
.top_principle_img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 280px;
    background-position: center bottom;
    background-size: cover;
}
.top_principle .inner {
    width: 90%;
    padding-top: 0;
}
.top_principle_list li {
    height: auto;
    min-height: 56px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 60px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.top_principle_list li::before {
    width: 46px;
    height: 56px;
    font-size: 28px;
    line-height: 56px;
}
.top_principle_list li:nth-of-type(4) {
    line-height: 1.5;
}
.top_feature {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}
.top_feature h2 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
}
.top_feature h2::before {
    top: -45px;
    font-size: 40px;
    line-height: 1;
}
.top_feature .inner {
    width: 92%;
    min-width: initial;
    padding: 30px 0 0;
}
.top_feature h3 {
    padding-top: 80px;
    margin-bottom: 20px;
    font-size: 20px;
    background-size: auto 64px;
}
.top_feature_list {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    padding-bottom: 20px;
}
.top_feature_list:first-of-type {
    margin-bottom: 30px;
}
.top_feature_list li {
    margin-bottom: 24px;
}
.top_feature_list li h4 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1;
}
.top_feature_list:nth-of-type(2) li:nth-of-type(3) h4 {
    line-height: 1;
}
.top_feature_list li p {
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}
.top_deco_img {
    height: 160px;
    margin-bottom: 70px;
    background-position: center center;
}

.top_doctor {
    padding-top: 25px;
    padding-bottom: 60px;
}
.top_doctor h2 {
    position: relative;
    margin-bottom: 75px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
}
.top_doctor h2::before {
    top: -45px;
    font-size: 40px;
    line-height: 1;
}
.doctor_flex {
    display: block;
    width: 90%;
}
.doctor_flex li {
    width: 100%;
    padding: 0 7% 40px;
    margin-bottom: 90px;
}
.doctor_flex li:nth-of-type(2) {
    margin-bottom: 0;
}
.doctor_flex li:nth-of-type(1),
.doctor_flex li:nth-of-type(2) {
    margin-right: 0;
    background-size: 90%;
    background-position: center 250px;
}
.doctor_flex li figure {
    display: block;
    height: auto;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}
.doctor_flex li figure img {
    margin: -40px auto 15px;
}
.doctor_flex li figure figcaption {
    margin-left: 0;
    padding-top: 0;
    font-size: 22px;
}
.doctor_flex li figure figcaption span {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    letter-spacing: 0;
}
.doctor_flex li figure figcaption em {
    display: inline-block;
    margin-left: 20px;
}
.top_doctor_text {
    height: auto !important;
    font-size: 15px;
    line-height: 1.6;
}
.top_doctor_text p {
    margin-bottom: 20px;
}
.top_doctor_btn {
    display: inline-block;
    margin-top: 0;
    font-size: 15px;
    text-align: left;
    padding-right: 50px;
    background: url(../images/top_news_arrow.png) no-repeat right bottom 4px;
    background-size: 40px auto;
}
.top_medical {
    position: relative;
    padding-top: 130px;
}
.top_medical::before {
    height: 50%;
}
.top_medical h2 {
    margin-bottom: 40px;
    font-size: 18px;
}
.top_medical h2::before {
    top: -90px;
    width: 100%;
    font-size: 40px;
}
.top_medical .inner {
    width: 92%;
    min-width: initial;
    padding: 0 4% 30px;
}
.top_medical_list {
    width: 100%;
    padding: 30px 0 0;
}
.top_medical_list li {
    width: 48%;
}
.top_medical_list li a {
    width: auto;
    margin-bottom: 30px;
    padding-top: 64px;
}
.top_medical_list li a p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.2;
}
.top_medical_list li:nth-of-type(6) a p {
    margin-top: 0;
    margin-bottom: 11px;
}

.top_medical h3 {
    font-size: 20px;
	margin-top: 30px;
}
.top_medical h3::after {
    content: 'NEW';
    position: absolute;
    color: #ff0000;
    font-size: .8em;
    top: -25px;
    right: 0;
    left: 0;
}


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

	$breadcrumbs ぱんくず

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

.breadcrumbs {
    width: 92%;
    margin: 0 0 36px;
}
.breadcrumbs li {
    display: inline-block;
}

.tb04, .tb04 th {
    white-space: inherit;
}
.tb04.w075par {
    width: 100%;
}

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

	$共通

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

.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
.text p {
    font-size: 15px;
}


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

	$見出し

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

h1 {
    padding: 0 5%;
    top: calc(100% - 30px);
	font-size: 12px;
	width: auto;
}
.tit01 {
    margin-bottom: 30px;
    font-size: 18px;
}
.tit01 span {
    margin-bottom: 12px;
    font-size: 40px;
}
.tit02 {
    margin-bottom: 18px;
    font-size: 21px;
    letter-spacing: 0.08em;
}
.tit03 {
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    font-size: 19px;
}
.tit04 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
}

.nowrap {
    white-space: normal;
}


/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 td, .tb01 th {
    padding: 0 2%;
    height: 50px;
    letter-spacing: 0;
}
.tb01 th {
    font-size: 14px;
}
.tb01 td {
    font-size: 14px;
}
.tb01 tr:first-of-type th {
    padding-left: 2%;
}
.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;
}

/* アンカーリンク */
.ank02 {
	width: 100%;
}
.ank02 li a {
    font-size: 15px;
}
.ank02 li a {
    height: 100%;
}
.ank03 {
	width: 100%;
}
.ank03 li {
    width: 48%;
}
.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 {
}
.doctor_greet .text {
    float: none;
    width: auto;
}
/* 経歴、資格 */
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

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


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

	$clinic

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

/* 医院概要 */
.clinic_sec1 {
    width: auto;
    font-size: 15px;
}
.clinic_sec1 dt {
    width: 25%;
    line-height: 1.4;
}
.clinic_sec1 dd {
    width: 75%;
    line-height: 1.4;
}
.clinic_sec1 .schedule {
    margin-left: 0;
    padding: 40px 5%;
}
.gstreet {
    width: 100% !important;
    height: 300px;
    margin-top: 30px !important;
}
.gstreet p {
    line-height: 300px !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;
}

/*院内スライド2 サムネイル横*/
.clinic_slide_wrap2{
    display: block;
    flex-direction: unset;
    justify-content: unset;
    width: 100%;
}
.clinic_slide_wrap2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.clinic_slide_wrap_flex{
	display: block;
	flex-wrap: unset;
}
.clinic_slide_wrap_flex #slider{
  margin:0 auto 15px 0;
  width: auto;
}
.clinic_slide_wrap_flex #thumbnail-list{
	width: auto;
    justify-content: normal;
}
.clinic_slide_wrap_flex .thumbnail-item {
    flex: 0 1 15%;
    margin-right: 2%;
}
.clinic_slide_wrap_flex .thumbnail-item:nth-of-type(6n) {
    margin-right: 0;
}

#staff h2.tit01 {
    margin-bottom: 80px;
}
.staff_box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 7% 20px;
}
.staff .staff_box.staff01 {
    background-position: center 240px;
    background-size: 90% auto;
    background-color: #e6e1dc;
}
.staff .staff_box.staff02 {
    background-position: center 240px;
    background-size: 90% auto;
    background-color: #ebe8e1;
}
.staff_box figure {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.staff_box figure figcaption {
    height: auto;
    margin-left: 0;
    padding-top: 0;
    font-size: 22px;
    line-height: 1.4;
}
.staff_box figure figcaption span {
    margin-bottom: 4px;
    font-size: 17px;
    letter-spacing: 0;
}
.staff_box figure figcaption em {
    display: inline-block;
    margin-left: 20px;
}
.doctor_carr {
    display: block;
}
.doctor_carr_sec1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 24px 7% 30px;
}
.doctor_carr_sec1:last-child {
    width: 100%;
    margin-right: 0;
}

.doctor_carr_sec2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 24px 7% 30px;
}

.list01 li {
    font-size: 15px;
}


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

	$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 .inner {
    display: block;
    margin-bottom: 60px;
}
.access_map {
    width: 100%;
    margin-right: auto;
}
.access_map iframe {
    height: 320px;
}
.access .btn02 {
    margin-top: 10px;
    margin-bottom: 30px;
}
.access_info {
    width: 100%;
    padding: 30px 7% 5px;
    background-color: #f6f6f6;
}
.access_info::before {
    display: none;
}
.access_add {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.access_root_list {
    display: block;
    padding: 30px 5% 30px;
    background-color: #f6f6f6;
}
.access_root_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 3%;
}
.access_root_list li::before {
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -26px;
    height: 24px;
    width: 24px;
    margin-right: -12px;
    transform: rotate(135deg);
    background-color: transparent;
}
.access_root_list li:last-of-type {
    margin-bottom: 0;
}



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

	$first

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

.first_link_list {
    display: block;
}
.first_link_list li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}
.first_link_list li a {
    width: 100%;
}



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

	$price

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

.tb03.price.sp {
    display: table !important;
}
.tb03 td, .tb03 th {
    position: relative;
    display: block;
    width: 100%;
    min-height: 38px;
    padding: 12px 10px 12px 90px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
}
.tb03.photo td,
.tb03.photo td:nth-of-type(1),
.tb03.photo th {
    width: 100%;
    text-align: left;
}
.tb03.photo th {
    display: none;
}
.tb03.photo td.photo,
.tb03.price tr td:first-of-type.photo {
    text-align: center;
    padding-left: 4%;
}
.tb03 td .sp_tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 100%;
    line-height: 42px;
    display: inline-block;
    background-color: #f3f3f3;
    border-bottom: #fff 1px solid;
    text-align: center;
    font-weight: bold;
}
.tb03.price td .sp_tit {
    background-color: #e6e1dc;
}
.tb03.tit_long td {
    padding-left: 130px;
}
.tb03.tit_long td .sp_tit {
    width: 120px;
    letter-spacing: 0;
}
.tb03 td.sp_nob {
    border-bottom: none;
}
.tb03 tbody {
   width: 100%;
}

	.list_credit_bnr{
		justify-content: center;
	}

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

	$medical

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

.medical_box,
.text.medical_box {
    padding: 20px 5%;
}
.list03 li:before {
    top: 8px;
    width: 5px;
    height: 5px;
}

.list06 {
    padding: 30px 4% 20px 7%;
}
.list06 li {
    font-size: 15px;
    line-height: 1.4;
}
.list08 {
    margin-bottom: 30px;
    padding: 25px 4% 15px 7%;
}
.list08 li {
    margin-right: 5%;
    margin-bottom: 16px;
    line-height: 1.5;
}
.layout03 dl.status::before {
    margin-left: -14px;
}
.medical_flow::before {
    height: calc(100% - 220px);
}
.medical_flow.ortho::before {
    height: calc(100% - 340px);
}
.medical_flow.pedod01::before {
    height: calc(100% - 260px);
}
.medical_flow.pedod02::before {
    height: calc(100% - 160px);
}
.medical_flow.preven01::before {
    height: calc(100% - 290px);
}
.medical_flow.preven02::before {
    height: calc(100% - 260px);
}
.medical_flow.preven03::before {
    height: calc(100% - 240px);
}
.medical_flow.white01::before {
    height: calc(100% - 260px);
}
.medical_flow li {
    padding: 30px 7% 20px 65px;
}
.medical_flow.only li {
    padding: 30px 7% 20px;
}
.medical01_img_list {
    display: block;
}
.medical01_img_list li {
    margin-right: 0;
    margin-bottom: 45px;
}
.medical01_img_list li:last-of-type {
    margin-bottom: 0;
}
.medical01_img_list li::before {
    top: 102%;
    right: auto;
    left: 50%;
    margin-left: -10px;
    transform: rotate(135deg);
}
.tb03.madical04 {
    border-bottom: 1px solid #c9c9c9;
}
.tb03.madical04 td, .tb03.madical04 th {
    border-bottom: none;
    padding: 12px 5%;
    font-size: 15px;
}
.tb03.madical04 tr:first-of-type td {
    width: 100%;
    padding: 12px 5%;
}
.tb03.madical04 td h5 {
    font-size: 15px;
    line-height: 30px;
}
.tb03.madical04 th.border {
    border-top: 1px solid #c9c9c9;
}
.madical04_box {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    padding: 0 5%;
}
.madical04_box div {
    width: 100%;
    border-right: none;
    padding: 5% 0;
}
.madical04_box div:first-of-type {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
}
.madical04_box div h5 {
    font-size: 17px;
}
.tb03.madical04 ul.list03 li,
.tb03.madical04 tr td:nth-of-type(1) {
    text-align: left;
}
.medical06_flow li::before {
    right: -10px;
    height: 12px;
    width: 12px;
    border-top: 3px solid rgb(88, 81, 75);
    border-right: 3px solid rgb(88, 81, 75);
}
.medical06_flow p.note {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 5% 0 3%;
}
.tb03.medical07.sp {
    display: table !important;
    border-bottom: 1px solid #c9c9c9;
}
.tb03.medical07 th, .tb03.medical07 td {
    display: block;
    padding: 12px 5%;
    width: 100%;
    text-align: center;
    border-bottom: none;
}
.tb03.medical07 tr th.tit_th {
    background-color: #ddd;
}
.tb03 tr td:nth-of-type(1) {
    text-align: center;
}
.medical07_img_lit {
}
.medical07_img_lit li {
    width: 49%;
    margin-right: 2%;
    padding: 3% 2%;
}
.medical07_img_lit li p {
    margin-top: 8px;
    margin-bottom: 5px
}
.medical07_img_lit li:nth-of-type(3n) {
    margin-right: 2%;
}
.medical07_img_lit li:nth-of-type(2n) {
    margin-right: 0;
}
.tb03.price tr td:nth-of-type(1) {
    text-align: left;
}



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

	.layout

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

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

.layout01:before {}

.layout01 dl {
display: block;
}

.layout01 dl:after {}

.layout01 dt {
width: 100%;
}

.layout01 dd {
width: 100%;
border-left: none;
}

.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 h3, .layout03 dd h4 {
    font-size: 18px;
}
.layout03 dd h4 span {
    font-size: 15px;
}
  .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;
    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;
  }


/*お子様とお母さんの治療の院内写真ul*/
	.pedodontics_room_list {
		display: block;
	}
	.pedodontics_room_list li {
		width: 100%;
		margin-bottom: 16px;
	}

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

	$news

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


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

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

        table.type01 td,
        table.type01 th {
            display: block;
            width: 100%;
            font-size: 15px;
        }
        .doctor_flex.staff li figure figcaption {
            padding-top: 0;
        }
        table.type01 th {
            font-size: 15px;
            vertical-align: middle!important;
        }
}


ul.ank02 a.shourei_sp{
padding-bottom: 34px;
padding-top: 22px;
	}

tabale.tb99.photo.price td,
tabale.tb99.photo.price th {
    display: block;
    width: 100%;
}

tabale.tb99.price th {
    background: #e6e1dc;
}
.tb99.price td, .tb99.price th {
    border-right: 1px solid #cac5bb;
    border-bottom: 1px solid #cac5bb;
}

tabale.tb99 th {

  font-weight: bold;
  text-align: center;
  background-color: #f3f3f3;
}
tabale.tb99 td {
  text-align: center;
  background-color: #ffffff;
}



@media screen and (max-width:650px) {
  .mainvisual_link {
      top: 30%;
      display: block;
      width: 70%;
  }
  .mainvisual_link li a {
    width: 100%;
    height: 150px;
    padding-top: 20px;
}
}

@media screen and (max-width:500px) {
  .mainvisual_link {
      top: 35%;
      display: block;
      width: 90%;
  }

  .mainvisual_link li a {
    width: 100%;
    height: 150px;
    padding-top: 20px;
}
}


@media screen and (max-width:400px) {
  .mainvisual_link {
      top: 30%;
      display: block;
      width: 90%;
  }

  .mainvisual_link li a {
    width: 100%;
    height: 140px;
    padding-top: 10px;
}
}


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

.mainvisual_corona_btn {
    position: absolute;
    width: 90%;
    height: 110px;
}
.mainvisual_corona_btn a {
    width: 100%;
    padding-top: 50px;
    font-size: 17px;
    letter-spacing: 0.05em;
}
.mainvisual_corona_btn a::before {
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 120px;
    font-size: 13px;
}
.footer_info_sche {
    padding: 30px 5% 30px;
}
.tb01 td, .tb01 th {
    padding: 0 1.5%;
}
.tb01 th {
    font-size: 13px;
}
.tb01 td {
    font-size: 13px;
}
.tb01 tr:first-of-type th {
    padding-left: 1.5%;
}
.top_principle h2::before {
    font-size: 36px;
}
.top_medical_list li a p {
    font-size: 17px;
    letter-spacing: 0;
}
.clinic_sec1 dt {
    width: 28%;
}
.clinic_sec1 dd {
    width: 72%;
}
.staff_box figure figcaption em {
    margin-left: 10px;
    letter-spacing: 0.1em;
}
.first_link_list li {
    width: 86%;
}
.ank04 li a {
    padding: 10px 5px 20px;
    font-size: 14px;
}
.medical_flow::before {
    height: calc(100% - 240px);
}



}
