@charset "utf-8";
/* CSS Document */
nav li, nav li a {
  color: #000;
}
@media screen and (max-width:767px) {
  body {
    font-size: 0.16rem;
  }
  html {
    font-size: calc(100vw / 7.5);
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
	margin: 0 5.33333%;
}
  #breadcrumbs {
	margin: 14.33333vw 0 0;
  }
  section {
	background: #00aafa;
	padding: 2% 0 12%;
  }
  #container {
    margin: 0 5.33333%;
    background: #fff;
    margin-top: 4%;
    padding: 8% 5.33333% 14%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2.13333vw;
	box-shadow: 16px 16px 26px 0px #008ef8;
  }
  .btn {
	  text-align: center;
	  margin-top: 16%;
  }
  .btn a {
    width: 67.8vw;
    padding: 5.1333vw 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 13.33333vw;
    display: inline-block;
    position: relative;
  }
  .btn a:after {
    position: absolute;
    content: url("../images/btn_yajirushi.jpg");
    right: 24px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .btn a:hover::after {
    animation: arrow_right .4s;
  }
  @keyframes arrow_right {
    0% {
      right: 24px;
    }
    100% {
      right: 14px;
    }
  }
   h1 {
    text-align: center;
    font-size: .36rem;
    margin-bottom: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #000;
  }
   h2 {
    font-size: .30rem;
    margin-top: 8%;
  }
   p {
    font-size: .28rem;
	font-weight: normal;	
    margin-top: 6%;
  }
  #ftr_banner {
    background: rgba(255, 255, 255, 0.6);
    padding: 2% 2% 4.5%;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    transition: .2s;
    z-index: 10;
  }
  #ftr_banner.hide {
    /*	transform: translateY(-100%);*/
  }
  #ftr_banner img {
    width: 48%;
    float: left;
  }
  #ftr_banner a:last-child img {
    float: right;
  }
  #f_BlackWindow_tel {
    display: none;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 996;
  }
  #ftr_tel.f_lightbox-panel {
    width: 96%;
    padding: 2% 0;
    box-sizing: border-box;
    z-index: 997;
  }
  #ftr_tel.f_lightbox-panel p, #ftr_tel.f_lightbox-panel a img {
    font-size: 0.18rem;
    text-align: left;
    margin: 0;
  }
  #ftr_tel > .clinicGuide02 {
    height: 100vh;
    overflow-y: scroll;
  }
  #ftr_tel.f_lightbox-panel .lightbox_close {
    right: -4px;
  }
  .clinicGuide table tr td {
    width: 46%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .clinicG-List {
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
  }
  .clinicGuide {
    width: 100%;
  }
  .clinicG-List2 td img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10%;
  }
  .clinicGuide02 {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .clinicG-List2 table tr td {
    width: 50%;
  }
  footer .toptweet {
    overflow: hidden !important;
  }
  footer .toptweet iframe {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  footer .toptweet iframe .twitter-timeline-rendered {
    width: 100% !important;
  }
  footer .toptweet iframe.twitter-timeline-rendered {
    width: 100% !important;
    margin: 0 auto;
  }
  footer .toptweet .timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
  }
  .topfb, .toptweet, .topinsta {
    max-width: 100% !important;
    width: 100% !important;
  }
  .overlay {
    z-index: 993;
  }
  .menu-trigger, .menu-trigger .menu-txt {
    z-index: 994;
  }
  .global-nav-wrap {
    z-index: 995;
  }
  footer nav ul.main-nav {
    margin: 14% 4%;
    min-height: 100vh;
  }
  .menu-trigger.active {}
  #ftr_tel.f_lightbox-panel {}
  #c-btn {
    z-index: 996;
  }
}
@media screen and (min-width:768px) {
  /* header */
  header, nav {
    background: #fff;
  }
  header {
    height: calc(100vw / 1920 * 65);
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  nav .logo {
    /*padding-top: 5px;*/
  }
  section {
	background: #00aafa;
    padding: 46px 0;
  }
  #container {
    width: 100%;
    max-width: 1080px;
    background: #fff;
	margin: 0 auto;
    padding: 57px 40px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-radius: 16px;
	box-shadow: 16px 16px 26px 0px #008ef8;
  }
  .btn {
	  text-align: center;
	  margin-top: 60px;
  }
  .btn a {
    width: 300px;
    padding: 22px 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 50px;
    display: inline-block;
    position: relative;
  }
  .btn a:after {
    position: absolute;
    content: url("../images/btn_yajirushi.jpg");
    right: 24px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .btn a:hover::after {
    animation: arrow .4s;
  }
  @keyframes arrow {
    0% {
      right: 24px;
    }
    100% {
      right: 14px;
    }
  }
   h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
  }
   h2 {
    font-size: 20px;
    margin-top: 40px;
  }
   p {
	font-size: 14px;
	font-weight: normal;
    margin-top: 40px;	
  }
}