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

  html,
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Webkit */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10  */
  }

  .footer_top {
    padding: 40px 10px;
  }

  .footer_top_right ul li {
    margin: 0 20px 0 0;
  }

  .form_name {
    width: 49%;
  }
}

@media only screen and (max-width : 1200px) {
  .animated {
    animation-name: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  /* Header Area */
  header {
    padding: 0;
  }

  .head_info {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: none;
  }

  .header_info {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: none;
  }

  /* Nav Area*/
  #nav_area {
    padding: 25px 15px;
    position: relative;
  }

  .nav_toggle_button {
    display: block;
    position: relative;
  }

  nav.page_nav {
    width: 280px;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    transition: all 0.7s ease;
    overflow-y: scroll;
    padding: 0 0 30px;
    opacity: 0;
    float: none;
    clear: both;
    z-index: 250;
  }

  nav.page_nav ul {
    margin: 0;
    padding: 15px 10px;
  }

  nav.page_nav ul li {
    width: 100%;
    display: block;
    margin: 0 auto 5px;
  }

  nav.page_nav ul li a {
    line-height: 50px;
  }

  nav.page_nav ul ul {
    width: 100%;
    position: relative;
    transition: none;
  }

  nav.page_nav ul ul li {
    border: none;
    width: 100%;
  }

  /* Toggle Style */
  .toggle_right_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    transition: all 0.7s ease;
  }

  .toggle_nav_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .toggle_right_cont {
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
  }

  nav.toggle_right_style {
    right: 0;
    opacity: 1;
    z-index: 45;
  }

  .logo_slide_right {
    display: block;
    float: left;
    width: calc(100% - 140px);
  }

  .menu_slide_right {
    display: block;
    text-align: left;
    padding: 20px 10px;
    background: #fff;
    position: relative;
  }

  /*Banner Area*/
  #banner {
    height: auto;
  }

  .bnr_con {
    min-height: 0;
    padding: 0;
  }

  .slider {
    display: block;
    width: 100%;
    margin: 0;
    left: auto;
    transform: none;
  }



  .bnr_info a {
    display: inline-block;
    margin: 25px auto 0;
  }

  .non_ban_img {
    width: 100%;
    margin: 0;
    left: auto;
    transform: none;
  }

  /*Middle Area*/
  #middle {
    height: auto;
    padding: 40px 5px;
  }

  .middle_con {
    min-height: 0;
    padding: 0;
  }

  /*Main Area*/
  #main_area {
    height: auto;
    padding: 40px 10px 0;
    margin: 0;
    min-height: 0;
  }

  .main_con {
    min-height: 0;
    padding: 0;
  }

  main,
  .sidebar {
    float: none;
    margin: auto;
    width: 100%;
  }

  .main_con .section_toggle {
    width: 100%;
    margin: 5px;
  }

  main {}

  .sidebar {}

  .intro_txt {
    width: 100%;
  }

  .medicaldept_con ul li a {
    font-size: 2.7vw;
  }

  .medicaldept_con ul {
    gap: 15px;
  }

  .medicaldept_con ul li a span {
    font-size: 2vw;
  }

  /*Bottom Area*/


  /*Footer Area*/
  footer {}

  .footer_nav {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    transition: none;
    margin: 0 auto 0;
  }

  .footer_nav ul {
    margin: 0;
    padding: 0 5px;
    text-align: center;
  }

  .footer_nav ul li {
    width: 32%;
    margin: 5px 3px;
  }

  .footer_nav ul li:after {
    display: none;
  }

  .footer_nav ul li a {
    border: 1px solid #494949;
    border-radius: 5px;
    line-height: 50px;
    height: auto;
  }

  .copyright {
    float: none;
    margin: 25px auto 0;
    text-align: center;
  }

  .footer_top_right ul {
    display: block;
  }

  .footer_top_right ul li a {
    font-size: 20px;
  }

  #section2 {
    width: 100%;
    max-width: 100%;
    ;
  }
}

@media only screen and (max-width : 800px) {
  header {
    height: 97px;
  }

  .sp-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .main_logo {
    width: 75%;
    max-width: 200px;
  }

  /* Navigation Area */
  #nav_area {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
  }

  nav.page_nav {
    width: 100%;
  }

  .page_nav ul li a {
    background: #fff;
    color: #000;
    border: 1px solid;
  }

  nav.page_nav ul {
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
  }

  nav.page_nav {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #FFFFFF 0%, #FFB9CA 100%, #808080 100%) 0% 0% no-repeat padding-box;
  }

  .page_nav ul li::after {
    display: none;
  }

  nav.page_nav ul ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    background: none;
  }

  .page_nav .page_nav_2 {
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    width: 100%;
    top: auto;
    text-align: center;
    background: none;
    gap: 0;
  }

  .page_nav .page_nav_2 li {
    border: none;
    width: 100%;
  }

  .page_nav .page_nav_2 li a {
    line-height: 50px;
    font-size: 1rem;
    display: block;
  }

  /*Banner Area*/
  .page_title {
    font-size: 30px;
    padding: 10px;
  }

  /*Middle Area*/
  .rslides .bnr_info {
    top: 30px;
    left: 20px;
  }

  .rslides .bnr_info2 {
    right: 30px;
    bottom: 30px;
  }

  .bnr_info h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .bnr_info p {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .medicaldept_con h3 {
    font-size: 0.95rem;
  }


  /*Main Area*/
  #medical_dept {
    padding: 30px 15px 0;
  }

  .medicaldept_con ul {
    gap: 10px;
  }
  .medicaldept_con ul li{
    border-radius:14px;
  }
  .medicaldept_con ul li a {
    padding: 5px 0 10px;
    font-weight: bold;
    line-height: 1.3;
    border: 2px solid #3e3e3e;
    height: 80px;
    border-radius: 10px;
  }


  .main_sec02_faq h6 {
    font-size: 20px;
  }
  .main_sec02_faq_toggle{
    top: 15px;
  }

  /*Bottom Area*/


  /*Footer Area*/
  .footer_nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }

  .footer_top_right {
    width: 100%;
    margin-top: 100px;
  }

  .footer_top_left ul {
    gap: 20px;
    /*display: block;*/
    column-count: 2;
  }

  .footer_top_left ul li {
    /*width: 100%;*/
    width:45%;
  }

  .back_to_top {
    top: 73%;
  }

  /* .main_sec07_lower_info{display: none;} */
  .sp_only {
    display: inline-block;
  }

}

/* Smartphones */
@media only screen and (max-width : 600px) {


  .slider {
    width: 100%;
  }

  .non_ban_img {
    width: 180%;
    margin-left: -40%;
  }

  /*Footer Area*/
  footer {}

  .footer_nav ul li {
    display: block;
    vertical-align: top;
    width: 100%;
  }

  .footer_nav ul li a {
    margin: 5px auto;
  }

  .footer_comp {
    display: block;
  }

  .footer_comp:before,
  .footer_comp:after {
    display: none;
  }

  .contact_phone_text {
    padding: 5px;
  }

  .contact_web_text {
    padding: 5px;
  }

  .faq_section_upper_info {
    font-size: 22px;
  }

  .faq_section_upper figure {
    max-width: 80px;
  }

  .faq_section_upper_info {
    font-size: 22px;
  }

  .faq_section_upper figure {
    max-width: 80px;
  }

  .footer_top_left ul li {
    /*margin-bottom: 20px;*/
    /*width: 100%;*/
    width:45%;
  }

  .footer_top_right ul li {
    margin: 0 0 30px;
  }

  .form_name {
    width: 100%;
  }

  .form_input_area span {
    height: auto;
  }

  .form_input_area .dis_non {
    display: none;
  }

  .inquiry_content {
    padding: 40px 25px;
  }

  .form_input_area ul li {
    font-size: 14px;
  }

  .footer_top_left ul li a {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500;
  }

  /*For (AddThis) Plugins*/
  .withAddThis_plugins {
    bottom: 48px;
  }

  .withAddThis_ftr_btm {
    padding: 0 10px 88px;
  }

  /*End (AddThis) Plugins*/

}

@media only screen and (max-width : 450px) {
  .rslides .bnr_info {
    top: 10px;
    left: 10px;
    padding: 10px;
  }

  .rslides .bnr_info2 {
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .medicaldept_con ul li a{
    height:60px;
  }
}

@media only screen and (max-width: 768px) {
  .medicaldept_con ul li {
    width: 48%;
    min-height: 64px;
    padding: 2px;
    border-radius: 7px;
    border: 1px solid #707070;
  }

  .main_sec img{min-height: auto;}

  .medicaldept_con ul li a {
    border-radius: 5px;
    font-size: 5vw;
  }

  .medicaldept_con ul {
    gap: 10px;
  }

  .medicaldept_con ul li a span {
    display: block;
    width: 100%;
    font-size: 3vw;
  }
}