@charset "utf-8";
/* CSS Document */
@media (max-width:960px) {
  /*ハンバーガーメニュー*/
  .nav_toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 13;
    width: 30px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  .nav_toggle i:nth-of-type(3)::after {
    content: "MENU"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #000;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  .nav_toggle.show i:nth-child(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .mainnav li, .mainnav2 li {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mainnav li a:visited {
    color: #fff;
  }
  .mainnav2 li a:visited {
    color: #fff;
  }
  .nav {
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background: #222F40;
  }
  .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .nav_s {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .smarttel {
    display: block;
    color: #fff;
    width: 90%;
    margin: 50px auto 0;
    padding-top: 50px;
    border-top: #fff dashed 1px;
  }
  .smarttel_item {
    text-align: center;
  }
  .telnumber {
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 40px 40px 40px 40px;
    background: url("../img/common/telicon.png") no-repeat;
    background-size: 12px 20px;
    background-position: top 10px left 33px;
  }
  .mainnav {
    width: 0;
    padding: 0;
  }
  .mainnav2 {
    width: 0;
    padding: 0;
  }
  /*モバイルコントロール*/
  .navtel {
    display: none;
  }
  .h1text {
    display: none;
  }
  .inner, .inner2 {
    padding-left: 15px;
    padding-right: 15px
  }
  .moreread {
    visibility: hidden;
  }
  .waitcount {
    display: none;
  }
  img {
    width: 100%;
  }
  .toplogo {
    width: 50%;
  }
  .smalllogo img {
    width: 50%;
  }
  .pmessage {
    text-align: left;
  }
  .inner_reservation {
    flex-wrap: wrap;
  }
  .inner_reservation_message {
    width: 100%;
  }
  .inner_reservation_message h2, .inner_reservation_message a {
    text-align: center;
  }
  .link2 {
    width: 100%;
    padding: 10px 0;
  }
  .access_t td {
    font-size: 12px;
  }
  .topimg1 {
    background-size: 100% auto;
    height: 270px;
  }
  .topimg2 {
    background-size: 100% auto;
    min-height: 150px;
  }
  .topimg3 {
    background-size: 100% auto;
    min-height: 150px;
  }
  .topimg4 {
    background-size: 100% auto;
    min-height: 150px;
  }
  .topimg5 {
    background-size: 100% auto;
    min-height: 150px;
  }
  /*flex*/
  .info {
    width: 100%;
  }
  .container2 {
    flex-wrap: wrap;
    min-height: 450px;
  }
  .container2 li a {
    width: 100%;
    height: 100%;
    line-height: 72px;
  }
  .container2 li {
    text-indent: 0;
    text-align: right;
  }
  .smallnav1 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav1.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .smallnav2 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav2.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .smallnav3 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav3.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .smallnav4 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav4.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .smallnav5 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav5.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .smallnav6 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav6.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    border-bottom: #B9BABA 2px dotted;
    background-position: left;
  }
  .container3 {
    flex-wrap: wrap;
  }
  .container5 {
    flex-wrap: wrap;
  }
  .container5_item {
    width: 100%;
  }
  .container5_item2, .container5_item3 {
    width: 100%;
  }
  .container5_item2 {
    border-bottom: #00A0E9 1px dotted;
  }
  .container6 {
    display: none;
  }
  .container7 {
    flex-wrap: wrap;
  }
  .container7_item {
    width: 100%;
  }
  .container7_item2 {
    width: 100%;
  }
  .container8 {
    flex-wrap: wrap;
  }
  .container8_item {
    width: 100%;
  }
  .item1 {
    order: 2;
  }
  .item2 {
    order: 1;
    text-align: left;
  }
  .container9 {
    flex-wrap: wrap;
  }
  .container9_item {
    width: 100%;
    text-align: center;
  }
  .container10 {
    flex-wrap: wrap;
  }
  .container11 {
    flex-wrap: wrap;
  }
  .container11_item2_item, .container11_item2_item2 {
    width: auto;
  }
  .container12 {
    justify-content: center;
  }
  .container13 {
    flex-wrap: wrap;
  }
  .container13_item {
    width: 100%;
  }
  .container14 {
    width: 100%;
  }
  .container14 li a {
    width: 100%;
    height: 100%;
    line-height: 72px;
  }
  .snav1 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav1.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .snav2 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav2.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .snav3 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav3.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .snav4 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav4.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .snav5 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav5.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    background-position: left;
  }
  .snav6 {
    width: 100%;
    height: auto;
    background: url("../img/common/snav6.png") no-repeat;
    background-size: auto 50%;
    border-top: #B9BABA 2px dotted;
    border-bottom: #B9BABA 2px dotted;
    background-position: left;
  }
  .container14 li {
    text-indent: 0;
    text-align: right;
  }
  .treatmentnav {
    min-height: 450px;
  }
  /*他*/
  iframe {
    width: 100%;
  }
  .clinictime {
    width: 100%;
  }
  .clinictime td, .clinictime th {
    font-size: 14px;
    padding: 10px 6px;
  }
  .sat {
    font-size: 16px;
  }
  .textsmall {
    font-size: 13px;
  }
  .title1 {
    font-size: 24px;
  }
  .title2 {
    font-size: 20px;
  }
  .fotterinnercover {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fotterinnercover {
    flex-wrap: wrap;
    height: auto;
  }
  .fotterinnercover > .padding-r10 {
    padding-right: 0;
  }
  .fotterinnercover p {
    line-height: 120%;
  }
  .slideitem2 {
    height: 40%;
  }
  .br_s::before {
    content: "\A";
    white-space: pre;
  }
  .br::before {
    content: none;
    white-space: nowrap;
  }
  .infotitle {
    display: none;
  }
  .infotitle_s {
    display: flex;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
  }
  .container8_pic, .container8_pic_right {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .container8_pic img, .container8_pic_right img {
    width: 30%;
  }
  .container8_pic p, .container8_pic_right p {
    width: 60%;
  }
  .clinictime_supplement {
    width: 100%;
  }
  .topdisp {
    /*position: static;*/
    transform: none;
  }
  .slideitem2 {
    height: 400px;
  }
  .slideBox {
    overflow: visible;
    height: 400px;
  }
  .clinic {
    background-size: 100%;
    background-position: bottom;
    height: 480px;
  }
  .reservation {
    background-size: 100%;
    background-position: bottom;
    height: 450px;
  }
  .ch_space3 {
    padding-left: 0px;
  }
}
@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}