/* 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;
  }
  
  
  
  /*============================================================================
  
    navi
  
  ============================================================================*/
  .fixed {
    position: fixed;
    width: 100%;
  }
  .fixed li a {
    padding: 0;
  }
  .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 Japanese';
    font-size: 3.6vw;
    background: #F8B624;
  }
  .sp_navi_btn_area li i {
    position: relative;
    font-size: 1.3em !important;
    top: 2px;
    left: -5px;
    color: #fff;
  }
  .sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.6em !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 h1{
    position: relative;
      top: 0;
      display: block;
      width: 100%;
      text-align: left;
      padding-left: 2%;
      height: 62px;
    background: #FDF9F4;
  }
  .sp_navi h1 span,
  .sp_navi h1 img{
    display:block;
    width: 320px;
    height: 60px;
    margin: auto;
    padding-top: 8px;
  }
  
  
  .sp_navi h1 img{
  
    z-index: 9999;
    position:relative;
  
  }
  .sp_navi dl{
    background-color: rgba(255,255,255,1.0);
  
  }
  .sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight:bold;
    padding: 0 4%;
    font-size:18px;
    display:block;
    color:#fff;
    line-height: 2;
  }
  .sp_navi dl dt i{
      position: relative;
      top: 20px;
      font-size: 9px;
      font-style: normal;
      margin-right: 2%;
  }
  .sp_navi_list {
    display:none;
  }
  .sp_navi ul{
    /*padding:4% 2% 4% 8%;*/
  
  }
  .sp_navi_list li {
    display: block;
    width: 100% ;
    float: left ;
    line-height:1.4;
    font-size:15px;
    font-weight:normal;
    text-align: center;
  }
  .sp_navi_list li i{
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
  }
  
  .sp_navi_list i.fa-facebook-square,.sp_navi ul li i.fa-home{
    font-size:16px;
  }
  
  .sp_navi_list li a,
  .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align:middle;
    width:100%;
    height: 50px;
    color:#fff;
    text-decoration:none;
    font-size: 1.1em;
    background: #aad055;
    border-bottom: solid 1px #FFF;
    font-weight: 400;
    line-height: 50px;
  }
  .sp_navi_children li a {
    background: #8FC323 !important;
  
  }
  
  .sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    content: "＋";
    font-size: 1.0em;
  }
  .sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    content: "＋";
    font-size: 1.0em;
  }
  .sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    content: ">";
  }
  
  /*ボタンの動き*/
  .sp_navi dt a {
      display: block;
      width: 62px;
      height:62px;
      position: absolute;
      /*top:5px;*/
      right: -5px;
      z-index: 9999999;
      text-align: center;
      background-color: #aad055;
  
  }
  .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: #aad055;
  }
  
  .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);
  }
  
  
  /*============================================================================
  
    main
  
  ============================================================================*/
  #slide {
    margin-top: 124px;
    height: 200px !important;
    background-size: cover!important;
  }
  #slide img{
    background-size: auto!important;
  }
  #mainvisual{
    top: 124px !important;
    height: 240px;
    width: 100% !important;
    margin-left: auto !important;
  }
  #mainvisual .inner{
    width: 100% !important;
    height: 200px !important;
    height:inherit;
  }
  #mainvisual h2.main_catch {
    width:  80% !important;
    top: 100px !important;
    left: 0 !important;
    bottom: auto !important;
    padding-top: 0 !important;
  }
  #mainvisual h2.main_catch img {
    width: 70%;
    height: auto;
  }
  #mainvisual p.main_consult {
    display: none;
  }
  #mainvisual p.main_implant {
    top: auto !important;
    bottom: 0 !important;
    right: 10px !important;
    width:25% !important;
    height: auto !important;
    
  }
  #mainvisual p.main_implant img {
    width: 100%;
  }
  #mainvisual p.main_implant:hover img {
    position:static !important;
  }
  
  #mainvisual p.main_dentalsurgery {
    top: auto !important;
    bottom: 0 !important;
    right: 10px !important;
    width:25% !important;
    height: auto !important;
    
  }
  #mainvisual p.main_dentalsurgery img {
    width: 100%;
  }
  #mainvisual p.main_dentalsurgery:hover img {
    position:static !important;
  }
  
    
    
  /* 下層ページヘッドライン */
  #mainvisual h2{
    text-align:center;
    font-size:22px;
    padding-top: 30px
  }
  #mainvisual p {
    padding-top: 5px;
  }
  /* トップページキャッチフレーズ */
  .mainvisual_catch{
    position: absolute;
    top:50px;
    width:100%;
    text-align:center;
  }
  .mainvisual_catch h2{
    width: 100%;
    margin-bottom: 10px;
    font-size:22px;
  }
  .mainvisual_catch p{
    font-size: 15px;
  }
  .main_open{
    position: absolute;
    top:auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
  }
  
  
  
  
  
  
  
  
  
  /*============================================================================
  
    #contents
  
  ============================================================================*/
  
  .box1{
    width:auto;
    margin:0 6% 80px;
  }
  .box2{
    width:auto;
    margin:0 6% 10px;
  }
  #contents{
    width:auto;
    position: relative;
    border-top: solid 10px #fff;
    background: #fff;
  }
  #contents_left{
    width:auto;
    float:none;
    margin-right:0;
    margin-bottom:80px;
  }
  #contents_right{
    width:auto;
    padding:0 6%;
    float:none;
  }
  #container {
    width: 100%;
  }
  
  
  
  
  
  
  /*============================================================================
  
    #fotter
  
  ============================================================================*/
  
  footer .inner {
    width: 100% !important;
    padding-top: 40px;
  }
  .footer_logo {
    width: 85%;
    margin: 0 auto 20px;
  }
  .pagetop{
    right:0;
    left:0;
    bottom: 50px;
    margin:auto;
  }
  .copy{
    margin-top:35px;
  }
  .footer_RightBox,.footer_LeftBox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .footer_RightBox .footer_map {
    width: 100% !important;
    height: 200px;
  }
  .footer_LeftBox {
    background: #EDF4D6;
  }
  .footer_info {
    display: block;
    width: 85%;
    margin: auto;
  }
  .footer_LeftBox dt {
    margin-bottom: 5px;
  }
  .footer_LeftBox dl:first-of-type dd {
    top: 0;
  }
  .footer_info_add {
    margin-bottom: 15px !important;
  }
  
  .footer_LeftBox .schedule {
    width: 100%;
  }
  .footer_LeftBox .schedule_note {
    padding-bottom: 20px;
  
  }
  .footer_Googlemap_btn + ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  .footer_Googlemap_btn + ul li {
    width: 48%;
    float: none;
  }
  .footer_Googlemap_btn + ul li img {
    width: 100%;
    height: auto; 
  }
  .footer_RightBox li:nth-child(odd) {
    margin-right: 0;
  }
      .footer_RightBox iframe{
          width: 100%;
          height: auto;
      }
  /*============================================================================
  
    $top
  
  ============================================================================*/
  
  .top_medical_list a{
    float:none;
    width:auto;
    margin-right:0;
  }
  
  
  
  .sp_only_area {
    position: relative;
  }
  .sp_only_consult{
    display: block;
    margin-top: 30px;
  }
  .sp_only_consult img{
  width: 70%;
  display: block;
  margin: 5px auto;
    }
  .sp_only_area ul {
    display: flex;
    justify-content: center;
  margin: 10px 10px 0px 0px;
  }
  .sp_only_area ul li {
    width: 25%;
  margin: 0px 0px -35px 8px;
  }
  .sp_only_area ul li:nth-child(1),
  .sp_only_area ul li:nth-child(2) {
    width: 22%;
  }
  .sp_only_area ul li:nth-child(2) {
    margin: 0 0 0 10px;
  }
  /*.sp_only_area ul li:nth-child(3){
    width: 32%;
    margin-top: -50px;
  }*/
  .sp_only_area ul li img {
    width: 90px;
    height: auto;
    margin: 4px 0px;
  }
  .sp_only_sche {
    background: #f1f1f1;
    padding: 0 0 20px;
    margin-top: 10px;
  }
  .sp_only_area table {
    width: 100%;
    margin: auto;
  }
  
  
  /*.top_sp_only_are_btns01 {
    background: 
  }*/
    
  /* -------------------- コロナ -------------------- */
  
  .top_corona {
    margin-bottom: 0;
    padding: 50px 7% 50px;
  }
  .top_corona .inner {
    padding: 20px 15px 30px;
    border-radius: 10px;
  }
  .top_corona_contents {
    width: 100%;
  }
    
  #top_news {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
  #top_news h3 {
    position: relative;
  }
  
  #top_news h3 img{
    display: none;
  }
  .top_news_h3_sp {
    display: block;
    width: 100%;
    background: #8EC323;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
  }
  .top_news_flame {
    padding: 20px;
  }
  .news_text {
  /*
    height: 80px;
    overflow: hidden;
  */
  }
  
  .news_text li {
    height: auto;
    font-size: 0.9em;
  }
  li[id*="nw"] span {
    display: block;
    line-height: 1em;
    padding-bottom: 3px;
    
  }
  .news_text li:first-child{
    margin-top: 0;
  }
  .top_news_flame {
    width: 100%;
    margin-left: auto;
  }
  .top_newsbtn01 {
    position: relative;
    top: auto;
    width: 70%;
    margin: 10px auto 0;
  }
  .top_newsbtn01 a {
    display: block;
    width: 100%;
    text-align: center;
    
  }
  
  #top_news .top_newsbtn02 {
    display: none;
  }
  
  
  
  /******************************
  **
  ** 院長ブログボタン
  **
  ******************************/
  .top_blog_btn_wrap {
    width: 100%;
    background: #f1f1f1;
    padding: 20px 0 ;
  }
  .top_blog_btn_wrap p {
    background: #1CB0A6;
    width: 90%;
    color: #fff;
    margin: auto;
      border-radius: 5px;
  }
  .top_blog_btn_wrap p a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.3em;
    padding: 10px;
  
  }
  
  
  /******************************
  **
  ** こだわりリスト
  **
  ******************************/
  /*歯科大学教授・専門医・指導医によるインプラント治療01*/
  .top_feature {
    padding: 30px 7%;
  }
  .top_feature-point h4 {
      height: auto;
    position: static;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
      display: flex;
      align-items: flex-end;
  }
  .top_feature-point h4 span {
      top: 2%;
      left: 30%;
      line-height: 1.5em;
      width: 60%;
  }
  .top_feature-point h4 img {
    position: static;
    width: 30%;
    height: auto;
  }
  .top_feature-point h4 + img {
    width: 100%;
    height: auto;
  }
  .top_feature-point .inner p {
    letter-spacing: 0.5px;
  }
  
  .top_feature-point01 {
    height: auto;
    padding: 10px 7% 50px;
  }
  /*.top_feature-point01 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point01 h4 img {
    display: block;
    margin: 0 auto 15px;
  }*/
  .top_feature-point01 h4 span {
    left: 33%;
  }
  .top_feature-point01 .inner {
    width: 100%;
    padding-left: 0;
  }
  .top_feature-point01 .top_feature-point-left {
    float: none;
  }
  .top_feature-point01 .top_feature-point-left p,
  .top_feature-point01 .top_feature-point-right p {
    width: 100%;
  }
  .top_feature-point01 .top_feature-point-left p, .top_feature-point01 .top_feature-point-right p {
    height: auto;
  }
  .top_feature-point01 .top_feature-point-left p {
    margin-bottom: 20px;
  }
  .top_feature-point01 .top_feature-point-right {
    float: none;
    margin-bottom: 15px;
  }
      
      
      
      
  /*口腔外科認定医・特殊歯科・有病者歯科02*/
  .top_feature-point02 {
    height: auto;
    padding:30px 7%;
  }
  /*.top_feature-point02 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point02 h4 img {
    display: block;
    margin: 0 auto 15px;
  }*/
  .top_feature-point02 h4 span {
    left: 33%;
    top: 3%;
  }
  .top_feature-point02 .inner {
    width: 100%;
    padding-left: 0;
  }
  .top_feature-point02 .top_feature-point-left {
    float: none;
  }
  .top_feature-point02 .top_feature-point-left p,
  .top_feature-point02 .top_feature-point-right p {
    width: 100%;
  }
  .top_feature-point02 .top_feature-point-left p, .top_feature-point02 .top_feature-point-right p {
    height: auto;
  }
  .top_feature-point02 .top_feature-point-left p {
    margin-bottom: 20px;
  }
  .top_feature-point02 .top_feature-point-right {
    float: none;
    margin-bottom: 15px;
  } 
      
      
      
      
  
  /* -------------------- 馬込沢うすくら歯科　診療の特徴　03有病者歯科 / 他院連携 -------------------- */
  .top_feature-point03 {
    height: auto;
    padding:30px 7%;
  }
  /*.top_feature-point03 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point03 h4 img {
    display: block;
    margin: 0 auto 15px;
  }*/
  .top_feature-point03 h4 span {
    left: 33%;
    top:4%;
  }
  .top_feature-point03 .inner {
    width: 100%;
    padding-left: 0;
  }
  .top_feature-point03 .top_feature-point-left {
    float: none;
  }
  .top_feature-point03 .top_feature-point-left p,
  .top_feature-point03 .top_feature-point-right p {
    width: 100%;
  }
  .top_feature-point03 .top_feature-point-left p, .top_feature-point03 .top_feature-point-right p {
    height: auto;
  }
  .top_feature-point03 .top_feature-point-left p {
    margin-bottom: 20px;
  }
  .top_feature-point03 .top_feature-point-right {
    float: none;
    margin-bottom: 15px;
  }     
      
      
      
  /* -------------------- 馬込沢うすくら歯科　診療の特徴　04キッズルーム完備 -------------------- */
  .top_feature-point04 {
    float: none;
    height: auto;
    width: 100%;
    padding: 30px 7%;
  }
  /*.top_feature-point04 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point04 h4 img {
    display: block;
    margin: 0 auto 15px;
  }
  .top_feature-point04 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
  .top_feature-point04 .inner {
    position: relative;
    right: auto;
    width: 100%;
  }
  .top_feature-point04 .inner img:last-child,
  .top_feature-point04 .inner p{
    float: none;
    width: 100%;
    margin-top: 15px;
  }
      
      
   /* -------------------- 馬込沢うすくら歯科　診療の特徴　05矯正専門医 -------------------- */   
    .top_feature-point05 {
    float: none;
    height: auto;
    width: 100%;
    padding: 30px 7%;
  
  }
  /*.top_feature-point05 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point05 h4 img {
    display: block;
    margin: 0 auto 15px;
  }
  .top_feature-point05 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
  .top_feature-point05 .inner {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
  }
  .top_feature-point05 .inner img:last-child,
  .top_feature-point05 .inner p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  
      
  /* -------------------- 馬込沢うすくら歯科　診療の特徴　06キッズルーム完備 -------------------- */  
    .top_feature-point06 {
    float: none;
    height: auto;
    width: 100%;
    padding: 30px 7%;
  }
  /*.top_feature-point06 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point06 h4 img {
    display: block;
    margin: 0 auto 15px;
  }
  .top_feature-point06 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
  .top_feature-point06 .inner {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
  }
  .top_feature-point06 .inner img:last-child,
  .top_feature-point06 .inner p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }   
      
      
  /* -------------------- 馬込沢うすくら歯科　診療の特徴　07矯正専門医 -------------------- */
    .top_feature-point07 {
    float: none;
    height: auto;
    width: 100%;
    padding: 30px 7%;
  }
  .top_feature-point07 h4 span.tit {
  display: inherit;
  width:10%;
  top:5%;
  }
  /*.top_feature-point07 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point07 h4 img {
    display: block;
    margin: 0 auto 15px;
  }
  .top_feature-point07 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
  .top_feature-point07 .inner {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
  }
  .top_feature-point07 .inner img:last-child,
  .top_feature-point07 .inner p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }     
      
    
      
      
   /* -------------------- 馬込沢うすくら歯科　滅菌・感染対策の徹底　08 -------------------- */   
  
  /*.top_feature-point08 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point08 h4 img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
  .top_feature-point08 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
  
  .top_feature-point08 h4 span.tit {
      display: inherit;
      position: static;
      width: 100%;
      top: 6%;
      font-size: 18px
  }
  .top_feature-point08 {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 7%;
  }
  .top_feature-point08 .inner {
    position: relative;
    width: 100%;
    right: auto;
  }
  .top_feature-point08 .inner p {
    width: 100%;
  }
   
  .top_feature-point08 .inner img:last-child,
  .top_feature-point08 .inner p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }       
   /* -------------------- 馬込沢うすくら歯科　カウンセリングルーム・半個室の診療室09 -------------------- */   
  /*.top_feature-point09 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point09 h4 img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
  .top_feature-point09 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
  .top_feature-point09 h4 span.tit {
  display: inherit;
  width:70%;
  top:6%;
  font-size: 18px
  }
  .top_feature-point09 {
  float: none;
  width: 100%;
  height: auto;
  padding: 30px 7%;
  margin-left: 0px;
  left: 0px;
  position: relative;
  }
  .top_feature-point09 .inner {
    position: relative;
    width: 100%;
    right: auto;
    padding: 0px;
  }
  .top_feature-point09 .inner p {
    width: 100%;
  }
  .top_feature-point09 .inner img:last-child,
  .top_feature-point09 .inner p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }     
  
      
   /* -------------------- 馬込沢うすくら歯科　カウンセリングアニメーションによるわかりやすい説明10 -------------------- */   
    
  /* .top_feature-point10 h4 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .top_feature-point10 h4 img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
  .top_feature-point010 h4 span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }*/
      
  .top_feature-point10 h4 {
  margin-bottom: 60px;
  }
  .top_feature-point10 h4 span.tit {
  display: inherit;
  position: static;
  width:100%;
  top:5%;
  font-size: 18px
  }
  .top_feature-point10 {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 7%;
  }
  .top_feature-point10 .inner {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
  }
  .top_feature-point10 .inner p {
    width: 100%;
  }
       
  .top_feature-point10 .inner img:last-child,
  .top_feature-point10 .inner p {
    float: none;
    width: 100%;
    margin-top: 15px;
  }      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  .top_symptom_list,
  .top_medical_list {
    float: none;
    width: 100%;
  }
  .top_symptom_list span {
    left: 0;
    right: auto;
    display: block;
    width: 94%;
    top: 55%;
    letter-spacing: 0px;
    font-size: 1em;
    text-align: right;
  }
  .top_symptom_list li {
    float: none;
    text-align: center;
  }
  .btn02.left,.btn02.right
  {
    text-align: center !important;
  }
  
  
  
  
  /******************************
  **
  ** お悩みや症状、診療科目から治療を探す
  **
  ******************************/
  .top_symptom-medical_list .inner {
      width: 100%;
      margin: auto;
  }
  .top_symptom-medical_list {
    padding: 50px 0;  
  }
  .top_symptom-medical_list h3 {
    padding: 0 7%;
  }
  .top_symptom_list {
    padding: 0 7%;
  }
  .top_symptom_list li:nth-child(odd) {
    margin-right: 0;
  }
  .top_medical_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4%;
  }
  .top_medical_list li {
    width: 48%;
  }
  .top_medical_list li img {
    top: -35px;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .top_medical_list li {
    height: 50px;
    overflow: visible;
    margin-top: 20px;
  }
  .top_medical_list li a {
    display: block;
  }
  .top_medical_list li:after {
    display: none;
  }
  .top_medical_list li span {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 15px;
    padding: 15px 0 0 0;
  }
  .top_medical_list li i {
    top: 13px;
    right: 8px;
  }
  .top_medical_list li:last-child  {
    width: 100%;
  }
  .top_medical_list li:last-child span {
  font-size: 15px;
  }
  /*============================================================================
  
      マイナ保険証について
  
  ============================================================================*/
    .guidance-info {
      padding: 0 7%;
      text-align: left;
    }
    
  /*============================================================================
  
    $breadcrumb ぱんくず
  
  ============================================================================*/
  
  .breadcrumb {
    width:92%;
    margin:-10px 4% 40px;
  }
  .breadcrumb li{
    display:inline-block;
  }
  
  
  
  
  /*============================================================================
  
    $共通
  
  ============================================================================*/
  
  #contents{
    padding-bottom:0;
  }
  .box{
    width:auto;
    padding:0 6% 8%;
  }
  .text{
    float:none;
    width: auto;
    padding:0;
    border:none;
  }
   h3.tit01,
   h3.tit02,
   h3.tit03,
   h3.tit04,
   h3.tit05 {
      width: 100%;
    box-sizing:border-box;
    font-size: 21px;
    margin-bottom:25px;
      text-align: center;
  }
  h3.tit02 {
    padding: 0 0 0 70px!important;
    font-size: 18px;
  }
  h4.tit01,
  h4.tit02,
  h4.tit04{
    font-size:19px;
  }
  h5.tit01{
    font-size:18px;
  }
  h3.tit02::before{
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 57px;
  background-image: url(../images/tit02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  }
  h3.tit04 span span::before{
    display:none;
  }
  
    h3.tit03{
      line-height: 1.3;
      height: 150px;
    }
    
  .nowrap{
    white-space:normal;
  }
  
  /* リスト */
  .list08{
    padding:6%;
  }
  /* テーブル */
  .tb01{
    white-space:inherit;
  }
  .tb01 td, .tb01 th{
  
    padding:2% 3%;
  }
  .tb01 th{
  width: 105px;
    font-size:12.5px;
  }
  .tb01 td{
      font-size:11px;
  }
  .tb03,.tb03 th{
    white-space:inherit;
  }
  .tb03.w075par{
    width:100%;
  }
  .tb04,
  .tb04 th{
    white-space:normal;
  }
  .tb04 th{
    font-size:13px;
  }
  .tb04 td, .tb04 th{
    padding:2%;
  }
  
  /* ボタン */
  .btn01 a{
    display:block;
  }
  
  /* アンカーリンク */
  .ank01{
    width:88%;
    padding:0 6%;
  }
  .ank01 li{
    width: 49%;
    margin-bottom:3%;
    margin-left:0;
  }
  .ank01 li:nth-child(even){
    margin-left:2%;
  }
  .ank02 li{
    float:none;
    width:100%;
    height:auto !important;
    margin-bottom:3%;
    margin-left:0;
  }
  
  .ank01 li span{
    font-size:12.5px;
  }
  
  /* 画像右寄せ */
  .img_fr{
    float:none;
    margin-left:0;
    text-align:center;
  }
  .img_fr img{
    margin-bottom:15px;
  }
  
  
  
  
  /*============================================================================
  
    $layout
  
  ============================================================================*/
  .layout01 dl,
  .layout01 dt,
  .layout01 dd {
    display: block;
    width: 100% !important;
  }
  .layout01 dt em {
    display: inline-block !important;
  }
  .layout01 dt {
    text-align: left;
  }
  
  .layout02 dl,
  .layout02 dt,
  .layout02 dd {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .layout03 dl,
  .layout03 dt,
  .layout03 dd {
    display: block;
    width: 100%;
  }
  .layout03 dt {
    text-align: center;
  }
  .layout03 dt img {
    width: 70%;
  }
  
  .layout05 dl,
  .layout05 dt,
  .layout05 dd {
    display: block;
    width: 100% !important;
  }
  .layout05 dt {
    text-align: center;
  }
  .layout05 dt strong {
    display: block;
  }
  .layout05 dt img {
    width: 70%;
  }
  
  .layout06 dl,
  .layout06 dt,
  .layout06 dd {
    display: block;
    width: 100% !important;
  }
  .layout06 dt {
    margin-bottom: 15px;
  }
  .layout06 dd:nth-child(3) {
    border: none;
  }
  .layout06 dt {
    text-align: left;
  }
  .layout06 dt em {
    display: inline-block;
    padding: 10px 0;
  }
  
  
  /*============================================================================
  
    $doctor($staff)
  
  ============================================================================*/
  
  /* ごあいさつ */
  .doctor_greet,
  .doctor_greet_left,
  .doctor_greet_right
  {
    width: 100%;
    height: auto;
    background: none;
    padding-top: 0;
    margin-top: 0;
  }
  .doctor_greet .text,
  .doctor_greet_left .text,
  .doctor_greet_right .text
  {
    position: relative;
    float:none;
    width:100%;
    left: auto;
    margin-left: auto;
  }
  .doctor_greet .text h3,
  .doctor_greet_left .text h3,
  .doctor_greet_right .text h3
  {
    font-size: 4.5vw;
    line-height: 1.7em;
    letter-spacing: 1px;
    padding-bottom: 0;
    padding-top: 20%;
    padding: 20px ;
    height: 20vh;
    vertical-align: bottom;
    margin-bottom: 15px;
  }
  .doctor_greet .text h3 {
    background: url(../images/doctor_img01.png) center -30px no-repeat;
      background-size: 130%;
    padding-top: 35px!important;
  }
  .doctor_greet_02 .text h3 {
    background: url(../images/doctor_img02.png) center top no-repeat;
      background-size: 130%;
    text-align: right
  }
  .doctor_greet_03 .text h3 {
    background: url(../images/doctor_img03.png) center  top no-repeat;
      background-size: 130%;
  }
  .doctor_greet_04 .text h3 {
    background: url(../images/doctor_img04.png) center  top no-repeat;
      background-size: 130%;
      text-align: right;
  }
  .doctor_greet_05 .text h3 {
    background: url(../images/doctor_img05.png) center  top no-repeat;
      background-size: 130%;
  }
  .doctor_greet_06 .text h3 {
    background: url(../images/doctor_img06_03.png?02) center  top no-repeat;
    background-size: 130%;
    text-align: right;
  }
  
  .doctor_greet .text p,
  .doctor_greet_left .text p,
  .doctor_greet_right .text p
  {
    padding: 0 7%;
  }
  .doctor_name {
    font-size: 4.0vw !important;
  }
  
  /* 経歴、資格 */
  .doctor_carr_sec1,
  .doctor_carr_sec2,
  .doctor_carr_sec3 {
    float:none;
    width:auto;
    margin-right:0;
   margin-bottom:0px;
    padding: 20px 0;
    height: auto;
  }
  .doctor_carr_sec1 dt,
  .doctor_carr_sec2 dt,
  .doctor_carr_sec3 dt {
    font-size: 18px;
  }
  .doctor_carr_sec2 dl:first-child,
  .doctor_carr_sec1 dl:first-child, 
  .doctor_carr_sec3 dl:first-child {
    width: 100%;
    padding: 0;
    border: none;
  }
  .doctor_carr_sec1 .inner,
  .doctor_carr_sec2 .inner,
  .doctor_carr_sec3 .inner {
    width: 100%;
  }
  .doctor_carr_sec1 dl,
  .doctor_carr_sec2 dl,
  .doctor_carr_sec3 dl {
    padding: 0 7% 25px !important;
    height: auto;
    width:100%; 
  }
  .doctor_carr_sec1 dl:nth-child(2){
    width:100%;
    border-right:none;
  }
  .doctor_carr_sec2,
  .doctor_carr_sec3 {
    position: static;
    margin-left: auto;
    background: #f1f1f1;
  
  }
  .doctor_greet_left .text,
  .doctor_greet_right .text {
    top: 40px;
  }
      
      
      
      
  .doctor_other_staff .text {
      justify-content: space-between;
      flex-wrap: wrap;
  }  
  .other_staff_wrapper dl {
     margin: 0px auto 30px;
  }     
      
      
      
  /*============================================================================
  
    $clinic
  
  ============================================================================*/
  .clinic_sec_catch_copy_wrapper {
    margin-top: 0;
  }
  /*.inner_left .clinic_sec_inner{
    background: #EBF3DA;
  }*/
    .bg_green{
      background: #EBF3DA!important;
    }
  .clinic_sec_catch_copy_wrapper::before {
    top: 20px;
    left: 7%;
    width: 30px;
    height: 60px;
    background-size: 100%;
    z-index: 3;
  }
  .clinic_h3 {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 6.5vw;
    margin-top: 0px;
    padding-top: 40px;
  }
      .clinic_h3_02{
          margin-top: 0px;
      }
  .clinic_sec .h3_en{
    line-height: 1.5em;
    margin-top: 30px;
    padding-top: 30px;
  }
  .clinic_sec_wrapper,.clinic_link_area, .clinic_sec_inner  {
    width: 100% !important;
    height: auto;
    display: block;
  }
  
  
  .clinic_sec_wrapper.inner_right {
      display:-webkit-box;
      display: -webkit-flex;
      display:-ms-flexbox;
      display: flex;
      -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  }
  .clinic_sec_wrapper.inner_right div:first-child {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order: 1;
  }
  .clinic_sec_wrapper.inner_right div:last-child {
  
    -ms-flex-order:0;
    -webkit-order:0;
    order: 0;
  }
  
  
  
  .clinic_half_single_room::before {
    display: none;
  }
  .clinic_2column, .clinic_3column {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0 !important;
  }
  .clinic_2column .clinic_sec_inner {
    padding: 0 !important;
    margin: 10px 0;
  }
  .clinic_2column .clinic_sec_inner:last-child {
    background: #EBF3DA;
    padding-bottom: 20px !important;
    margin-top: 60px;
  }
   
  .clinic_2column .clinic_sec_inner_text {
    width: 100%;
  }
  .clinic_sec_kids_room_wrapper,
  .clinic_sec_kids_room_wrapper .h3_en{ 
    padding-top: 0;
  }
  .clinic_sec_kids_room_wrapper::after {
    display: none;
  }
  .clinic_sec_inner_img01 {
    display: block;
  }
  .inner_left img {
    position: static;
  }
  .inner_right .clinic_sec_inner_text {
    width: 100%;
  }
  .inner_right .clinic_sec_inner_img01 {
    position: relative;
    top: 0;
    margin-left: auto;
  }
  .clinic_sec_inner {
    padding: 0;
    margin-top: 0;
  }
  .clinic_sec_inner_text {
    float: none;
    padding: 0 7%  20px !important;
  }
  
  
  
  .clinic_2column .clinic_sec_inner_contens {
    display: block;
    margin-top: 0;
  }
  .clinic_sec_inner_contens img {
    display: block;
    margin: auto;
  }
  
  
  #clinic_facility {
    margin-top: 80px;
    border-top: solid 3px #f1f1f1;
  }
  .clinic_sec_facility_wrapper02  .inner_left .clinic_sec_inner {
    background: #fff !important;
  }
  .clinic_3column .clinic_sec_inner:nth-child(2) {
    background: #D2F3F5;
  }
  .clinic_sec_facility_wrapper01,
  .clinic_sec_facility_wrapper02,
  .clinic_sec_facility_wrapper03 {
    margin-bottom: 40px;
  }
  .clinic_sec_facility_wrapper02 {
    background: #D2F3F5;
    padding-bottom: 20px;
  }
  .clinic_sec_facility_wrapper02 .inner_left .clinic_sec_inner {
    background: none !important;
  }
  .clinic_sec_facility_wrapper02 img{
    position: static;
  }
  .clinic_sec_facility_wrapper03 {
    background: #fff;
  }
  .clinic_sec_facility_wrapper03 img {
    position: static;
  }
  .clinic_sec_facility_wrapper04 {
      background-color: none;
  }
  .clinic_3column .clinic_sec_inner:nth-child(odd) {
    /*background: #D2F3F5;*/
     background: #fff;
  }
  .clinic_3column .clinic_sec_inner:nth-child(even) {
    /*background: #fff;*/
    background: #D2F3F5;
  }
  
  .clinic_link_area ul {
    display: block;
    text-align: center;
  }
  .clinic_link_area ul li {
    padding-bottom: 10px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .clinic_link_box li:last-child{
    margin-left: 0!important;
  }
    .clinic_link_box a{
      min-width: 250px;
    }
  /*============================================================================
  
    $facilities
  
  ============================================================================*/
  
  
  .facilities_equip{
  }
  .facilities_equip dl{
    float:none;
    width:100%;
    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
  
  ============================================================================*/
  h3.tit01 span {
    top: 120px;
  }
  .access {
    width: 100%;
  }
  .access_clinic-info {
    padding: 0;
    width: 96%;
    margin: auto;
  }
  .access_clinic-info ul {
    padding: 20px;
  }
  .access_clinic-info li {
    padding: 10px;
  }
  .access_clinic-info ul dt {
    float: none;
    width: 100%;
  }
  .access_clinic-info li:nth-child(5) {
    padding: 10px 0 ;
  }
  .access_clinic-info .schedule th {
    padding: 0 !important;
  }
  .access_clinic-info .schedule td {
    padding: 0 !important;
  }
  
  .access_map iframe {
    width: 90%;
    height: auto;
    margin: auto;
  }
  
  
  
  
  /*============================================================================
  
    $first
  
  ============================================================================*/
  
  
  
  
  
  /*============================================================================
  
    $medical
  
  ============================================================================*/
  
  .medical_layout01 dt{
    line-height:1.5;
    font-size: 15px;
  }
  .medical_layout01 dt em{
    display:block;
    margin-right:0;
    font-size: 28px;
    text-align:center;
  }
  
  
  
  /*============================================================================
  
    $implant
  
  ============================================================================*/
  .implant_feature02_wrapper {
    width: 100%;
      display:-webkit-box;
      display: -webkit-flex;
      display:-ms-flexbox;
      display: flex;
      -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  }
  .img_fr,.oral02 {
    display: block;
     margin: 0 auto;
    text-align: center;
  }
  .implant_feature02_wrapper .img_fr {
    order: 3;
    margin-top: 15px;
  }
  .implant_feature02_wrapper img {
    width: 100%;
  }
  .implant_feature02_wrapper .surgery_img_sp {
    width: 50%;
  }
  
  .implant_feature {
    padding: 0 7%;
  }
  
  .implant_feature02 h3 {
    padding: 30px 7% 20px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .implant_feature02 h3 i {
    left: 15px;
    display: block;
    text-align: center;
  }
  .implant_feature02 h3 i img {
    width: 40%;
    margin: auto;
    max-width: 150px;
  }
  .implant_feature02 .text {
    padding: 0 7%;
    overflow: visible;
  }
  .implant_point_area {
    width: 100%;
  }
  .implant_notice_area {
    width: 100%;
  }
  .implant_feature02 h3 span {
    left: 0;
    display: block;
    width: 100%;
    white-space:normal;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .implant_point_area ol li {
    padding-left: 40px;
    font-size: 16px;
  }
  .implant_notice_area {
    margin: 0 !important;
    padding-top: 0;
    
  }
  .implant_point_area {
    margin: 0 !important;
  }
  .list_implant {
    padding: 15px;
    font-size: 15px;
  }
  .list_implant li {
    padding-bottom: 15px;
  }
  .implant_feature {
    height: auto;
    padding-bottom: 40px;
  }
  .implant_feature .txt18 {
    font-size: 16px;
  }
  
  /*==================================================================================================================================
  
      *モーダル（スマホ）
  
    ==================================================================================================================================*/
  .modal_box {
    width: 90%;
    padding: 38px 30px 40px;
    height: 70vh;
    overflow: scroll;
  }
  h2.modal_title {
    font-size: 22px;
  }
  .modal_inner p {
      font-size: 15px;
      text-align: left;
  }
  .modal_btn_flex {
    display: block;
    margin-top: 25px;
  }
  .popicon {
    width: 20px;
    transform: rotate(90deg);
    text-align: center;
    margin: 12px auto;
    display: block;
  }
  p.modal_btn_flex_time {
    font-size: 15px;
  }
  
  }
  
  @media screen and (max-width:320px) {
    
  .main_open{
    position: absolute;
    top:auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
  }
  
  /*============================================================================
  
    $medical
  
  ============================================================================*/
  
  .medical_layout02 dl{
    float:none;
    width:auto;
    height:auto !important;
    margin-right:0;
    padding: 7%;
  }
  .medical_layout03 dt,
  .medical_layout03 dd{
    display:block;
  }
  .medical_layout03 dt,
  .medical_layout03 dd:nth-child(2),
  .medical_layout03 dd:nth-child(3){
      width:auto;
  }
  .medical_layout03 dt{
    padding:2% 20% 2%;
  }
  .medical_layout03 dt img{
    margin-top:10px;
  }
  .medical_layout03 dt,
  .medical_layout03 dd{
    display:block;
  }
  .medical_layout03 dd{
    padding:5% 6% 2%;
  }
  .medical_layout03 dd h5{
    font-size:17px;
    text-align:center;
  }
  .medical_layout03 dd h5 span{
    font-size:26px;
  }
  
  
  
  .medical_layout04 dt,
  .medical_layout04 dd{
    display:block;
  }
  .medical_layout04 dt,
  .medical_layout04 dd:nth-child(2),
  .medical_layout04 dd:nth-child(3){
      width:auto;
  }
  .medical_layout04 dt{
    padding:0 15% 2%;
  }
  
  
  
  .medical_layout05 dt,
  .medical_layout05 dd{
    display:block;
  }
  .medical_layout05 dd{
    padding:5% 6% 2%;
  }
  .medical_layout05 dd h5{
    font-size:17px;
  }
  .medical_layout05 dd h5 span{
    font-size:26px;
  }
  
  .medical_layout05 dt,
  .medical_layout05 dd:nth-child(2),
  .medical_layout05 dd:nth-child(3){
      width:auto;
  }
  .medical_layout05 dt{
    padding:6% 15%
  }
  .medical_layout05 dd:nth-child(3){
    border:none;
  }
  
  
  
  .medical_layout06 dt,
  .medical_layout06 dd{
    display:block;
  }
  .medical_layout06 dt{
    line-height:1.5;
    font-size:16px;
  }
  .medical_layout06 dt em{
    display:block;
    margin-right:0;
    line-height:1;
  }
  .medical_layout06 dd{
    padding:3% 6% 2%;
  }
  .medical_layout06 dd h5{
    font-size:15px;
  }
  .medical_layout06 dd h5 span{
    font-size:26px;
  }
  
  .medical_layout06 dt,
  .medical_layout06 dd:nth-child(2),
  .medical_layout06 dd:nth-child(3){
      width:auto;
  }
  .medical_layout06 dt{
    padding:6% 15%
  }
  .medical_layout06 dd:nth-child(3){
    border-left: none;
  
  }
  
  .medical_layout08 dl{
    float:none;
    width:auto;
    height:auto !important;
    margin-right:0;
    padding: 7%;
  }
  .medical_layout08 dl::before{
    display:none;
  }
  
  
  .surgery_wrapper_2 {
  
      padding: 30px 0;
      background: #FFF8C9;
      position: relative;
      margin: 0 0 50px;
  
  }
  
  
  }
  
  
  
  
  /*============================================================================
  ****************************************************************************
  *
  * iPhone5横向き スマホ用トップページCSS
  *  
  ****************************************************************************
  ============================================================================*/
  @media screen and (max-width:568px) and (orientation:landscape) {
  
    h3.tit01, h3.tit02, h3.tit03, h3.tit04, h3.tit05 {
      font-size: 4vw;
    }
    .top_symptom_list span {
      width: 380px;
      margin: auto;
    }
    
    
    /*$doctor($staff)*/
    .doctor_greet .text h3, .doctor_greet_02 .text h3, .doctor_greet_03 .text h3 {
      height: 80vh;
    }
    
  }
  
  
  
  